@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html,
body,
#wrapper {
  letter-spacing: 0.1em;
  width: 100%;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #272727;
  line-height: 1.6em;
  font-size: 22px;
  background-color: #D9D9D9;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 769px) {
  html,
  body,
  #wrapper {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body,
  #wrapper {
    font-size: 12px;
  }
}
html a,
body a,
#wrapper a {
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

.text_min {
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
}

.text_eng {
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.bold {
  font-weight: 700;
}

.top_wrap {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 769px) {
  .top_wrap {
    background: url(../images/main_pc.jpg);
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (max-width: 768px) {
  .top_wrap {
    background: url(../images/main_sp.jpg);
    background-size: cover;
    background-position: center center;
  }
}

.top_wrap2 {
  width: 1280px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .top_wrap2 {
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
  }
}
.top_wrap2 .top {
  width: 100%;
  position: relative;
}
.top_wrap2 .top::before {
  content: "";
  display: block;
  padding-top: 60%;
}
@media screen and (max-width: 768px) {
  .top_wrap2 .top::before {
    padding-top: 180%;
  }
}
.top_wrap2 .top .top_img {
  width: 520px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .top_wrap2 .top .top_img {
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
  }
}
.top_wrap2 .top .top_img img {
  width: 100%;
}
.top_wrap2 .top .text_box01 {
  position: absolute;
  top: 35%;
  left: 1%;
  line-height: 57px;
}
@media screen and (max-width: 768px) {
  .top_wrap2 .top .text_box01 {
    top: auto;
    bottom: 0%;
    left: 7%;
    line-height: 37px;
  }
}
.top_wrap2 .top .text_box01 h1 {
  font-size: 55px;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  .top_wrap2 .top .text_box01 h1 {
    font-size: 34px;
    line-height: 1.2em;
  }
}
.top_wrap2 .top .text_box01 p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .top_wrap2 .top .text_box01 p {
    font-size: 14px;
  }
}
.top_wrap2 .top .text_box02 {
  position: absolute;
  right: 1%;
  top: 4.5%;
  font-size: 22px;
  writing-mode: vertical-rl;
  line-height: 25px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .top_wrap2 .top .text_box02 {
    right: 7%;
    top: 4.5%;
    font-size: 17px;
    line-height: 9px;
    letter-spacing: 0.23em;
  }
}
.top_wrap2 .top .img_1 {
  width: 8%;
  position: absolute;
  top: 20%;
  left: 1%;
}
@media screen and (max-width: 768px) {
  .top_wrap2 .top .img_1 {
    width: 21%;
    top: 63%;
    left: 7%;
  }
}
.top_wrap2 .top .img_2 {
  width: 10%;
  position: absolute;
  right: 5%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .top_wrap2 .top .img_2 {
    width: 21%;
    right: 7%;
    bottom: 2%;
  }
}

.inner {
  width: 100%;
  background-color: #D9D9D9;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}

.lead {
  width: 100%;
  padding: 110px 0 295px 0;
}
@media screen and (min-width: 769px) {
  .lead {
    background: url(../images/tore_blue_pc.png), url(../images/bacl_b.jpg);
    background-repeat: no-repeat, repeat;
    background-size: contain, cover;
    background-position: center bottom, center center;
  }
}
@media screen and (max-width: 768px) {
  .lead {
    padding: 70px 0 180px 0;
    background: url(../images/tore_blue_sp.png), url(../images/bacl_b.jpg);
    background-repeat: no-repeat, no-repeat;
    background-size: contain, cover;
    background-position: center bottom, center center;
  }
}
.lead .lead_text {
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .lead .lead_text {
    width: 90%;
  }
}
.lead .lead_text h2 {
  display: block;
  font-size: 36px;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .lead .lead_text h2 {
    font-size: 26px;
    margin-bottom: 25px;
    line-height: 40px;
  }
}
.lead .lead_text h3 {
  display: block;
  font-size: 16px;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .lead .lead_text h3 {
    text-align: left;
    font-size: 14px;
    margin-bottom: 70px;
    line-height: 33px;
  }
}
.lead .lead_text p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lead .lead_text p {
    font-size: 14px;
    line-height: 30px;
  }
}
.lead .lead_text p .text_min {
  display: inline-block;
  font-size: 28px;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .lead .lead_text p .text_min {
    font-size: 18px;
  }
}

.block01_wrapper {
  width: 100%;
  background: #F7F7F7;
  padding: 105px 0;
}
@media screen and (max-width: 768px) {
  .block01_wrapper {
    padding: 120px 0 95px 0;
  }
}
.block01_wrapper .block01_box01 {
  width: 780px;
  margin: 0 auto;
  margin-bottom: 110px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .block01_wrapper .block01_box01 {
    width: 80%;
  }
}
.block01_wrapper .block01_box01 .text_box01 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .block01_wrapper .block01_box01 .text_box01 {
    margin-bottom: 35px;
  }
}
.block01_wrapper .block01_box01 .text_box01 .text_min {
  font-size: 56px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .block01_wrapper .block01_box01 .text_box01 .text_min {
    font-size: 38px;
  }
}
.block01_wrapper .block01_box01 .text_box01 .text_regu {
  font-size: 16px;
}
.block01_wrapper .block01_box01 .text_box02 {
  position: absolute;
  top: 0;
  right: 0;
  writing-mode: vertical-rl;
  line-height: 1.6em;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .block01_wrapper .block01_box01 .text_box02 {
    top: 13%;
    font-size: 14px;
  }
}
.block01_wrapper .block01_box01 .goods_box {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .block01_wrapper .block01_box01 .goods_box {
    flex-direction: column;
    gap: 60px;
  }
}
.block01_wrapper .block01_box01 .goods_box .goods {
  width: 290px;
}
@media screen and (max-width: 768px) {
  .block01_wrapper .block01_box01 .goods_box .goods {
    width: 100%;
  }
}
.block01_wrapper .block01_box01 .goods_box .goods .goods_img {
  width: 90px;
  display: block;
  margin: 0 auto 15px auto;
}
@media screen and (max-width: 768px) {
  .block01_wrapper .block01_box01 .goods_box .goods .goods_img {
    width: 22%;
  }
}
.block01_wrapper .block01_box01 .goods_box .goods .goods_img_2 {
  width: 140px;
  margin-bottom: 11.8px;
  margin-left: 55px;
}
@media screen and (max-width: 768px) {
  .block01_wrapper .block01_box01 .goods_box .goods .goods_img_2 {
    width: 46%;
    margin-left: 18%;
  }
}
.block01_wrapper .block01_box01 .goods_box .goods_name {
  font-size: 19px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .block01_wrapper .block01_box01 .goods_box .goods_name {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.block01_wrapper .block01_box01 .goods_box .button_wrap {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.block01_wrapper .block01_box02 {
  width: 998px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .block01_wrapper .block01_box02 {
    width: 80%;
  }
}
.block01_wrapper .block01_box02 .text_box {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .block01_wrapper .block01_box02 .text_box {
    margin-bottom: 23px;
  }
}
.block01_wrapper .block01_box02 .text_box .text_min {
  font-size: 56px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .block01_wrapper .block01_box02 .text_box .text_min {
    font-size: 38px;
  }
}
.block01_wrapper .block01_box02 .text_box .text_regu {
  font-size: 16px;
}
.block01_wrapper .block01_box02 .item_box_wrap {
  display: flex;
  justify-content: space-between;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .block01_wrapper .block01_box02 .item_box_wrap {
    flex-direction: column;
  }
}
.block01_wrapper .block01_box02 .item {
  width: 300px;
  text-align: left;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .block01_wrapper .block01_box02 .item {
    width: 100%;
  }
}
.block01_wrapper .block01_box02 .item img {
  width: 100%;
  margin-bottom: 24px;
}
.block01_wrapper .block01_box02 .item h5 {
  font-size: 18px;
  line-height: 19px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .block01_wrapper .block01_box02 .item h5 {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
  }
}
.block01_wrapper .block01_box02 .item p {
  font-size: 14px;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .block01_wrapper .block01_box02 .item p {
    font-size: 12px;
    line-height: 25px;
  }
}

.block02 {
  width: 100%;
}
.block02 img {
  width: 100%;
}

.button_wrap2 {
  width: 90px;
}
@media screen and (max-width: 768px) {
  .button_wrap2 {
    width: 31%;
  }
}
.button_wrap2 .button {
  display: block;
  padding: 5px 0;
  border: 1px solid #008CBE;
  background-color: #008CBE;
  border-radius: 50px;
}
.button_wrap2 .button p {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0;
  color: #FFFFFF;
}
.button_wrap2 .button:hover {
  background-color: #FFFFFF;
}
.button_wrap2 .button:hover p {
  color: #008CBE;
}

.button_irre {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .button_irre {
    margin-bottom: 20px;
  }
}

.block_wrapper02 {
  width: 100%;
  letter-spacing: 2px;
  margin: 0 auto 0px auto;
  display: flex;
  justify-content: center;
  background-color: #E7E7E7;
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .block_wrapper02 {
    flex-direction: column;
    padding: 20px 0;
  }
}
.block_wrapper02 a {
  color: #000000;
  display: inline-block;
  text-decoration: underline;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .block_wrapper02 a {
    width: 30%;
  }
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background: url(../images/back_g.jpg);
  background-repeat: repeat;
  background-size: auto;
  background-position: center center;
  margin: 0 auto;
}

.block03_wrapper {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .block03_wrapper {
    background: url(../images/tore_white_pc.png), url(../images/back_g.jpg);
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
    background-position: center bottom, center center;
    padding-bottom: 325px;
  }
}
@media screen and (max-width: 768px) {
  .block03_wrapper {
    background: url(../images/tore_white_sp.png), url(../images/back_g.jpg);
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
    background-position: center bottom, center center;
    padding-bottom: 175px;
  }
}
.block03_wrapper .inner2 {
  background: url(../images/back_g.jpg);
  background-repeat: repeat;
  background-size: auto;
  background-position: center center;
}
.block03_wrapper .title_box {
  padding-top: 115px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .title_box {
    padding-top: 86px;
    padding-bottom: 40px;
  }
}
.block03_wrapper .title_box h4 {
  font-size: 22px;
  line-height: 52px;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .title_box h4 {
    font-size: 16px;
    line-height: 26px;
  }
}
.block03_wrapper .title_box h4 .text_min {
  font-size: 80px;
  line-height: 62px;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .title_box h4 .text_min {
    font-size: 50px;
    line-height: 37px;
  }
}
.block03_wrapper .menu_wrap {
  width: 554px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 4px;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .menu_wrap {
    width: 90%;
    gap: 2%;
  }
}
.block03_wrapper .menu_wrap .menu_item {
  text-align: center;
  color: #000000;
  display: inline-block;
  width: 80px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .menu_wrap .menu_item {
    width: 16%;
  }
}
.block03_wrapper .menu_wrap .menu_item .menu_img {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .menu_wrap .menu_item .menu_img {
    margin-bottom: 5px;
  }
}
.block03_wrapper .menu_wrap .menu_item .menu_img img {
  width: 100%;
}
.block03_wrapper .menu_wrap .menu_item .text_min {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .menu_wrap .menu_item .text_min {
    font-size: 10px;
  }
}
.block03_wrapper .block03_item {
  width: 998px;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .block03_item {
    width: 80%;
    padding: 50px 0;
  }
}
.block03_wrapper .block03_item .text_box {
  width: 760px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .block03_item .text_box {
    width: 100%;
    margin-bottom: 25px;
  }
}
.block03_wrapper .block03_item .text_box .text_min {
  font-size: 28px;
  line-height: 52px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .block03_item .text_box .text_min {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 18px;
    text-align: center;
  }
}
.block03_wrapper .block03_item .text_box .text_main {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .block03_item .text_box .text_main {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 8px;
    text-align: center;
  }
}
.block03_wrapper .block03_item .text_box .text_sub {
  font-size: 14px;
  line-height: 29px;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .block03_item .text_box .text_sub {
    font-size: 12px;
    line-height: 25px;
  }
}
.block03_wrapper .modal_wrapper1 {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .modal_wrapper1 {
    gap: 0;
    margin-bottom: 20px;
  }
}
.block03_wrapper .modal_wrapper2 {
  width: 233px;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .modal_wrapper2 {
    width: 48%;
    margin-bottom: 20px;
  }
}
.block03_wrapper .account_box {
  width: 750px;
  margin: auto;
  background-color: #F0F0F0;
  margin-bottom: 20px;
  padding: 40px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .account_box {
    width: 80%;
    margin-bottom: 10px;
  }
}
.block03_wrapper .account_box .insta {
  width: 95px;
  margin: 0 auto;
  color: #DA7D0F;
  border: 1px solid #DA7D0F;
  border-radius: 100px;
  padding: 0 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .account_box .insta {
    width: 28%;
    padding: 0 3.3%;
  }
}
.block03_wrapper .account_box .insta p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .account_box .insta p {
    font-size: 12px;
  }
}
.block03_wrapper .account_box .account_link {
  color: #000000;
  display: block;
  width: 350px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .account_box .account_link {
    width: 90%;
  }
}
.block03_wrapper .account_box .name {
  margin-bottom: 10px;
  letter-spacing: 0;
}
.block03_wrapper .account_box .name p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .account_box .name p {
    font-size: 12px;
  }
}
.block03_wrapper .account_box .text {
  margin-bottom: 10px;
}
.block03_wrapper .account_box .text p {
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .account_box .text p {
    font-size: 11px;
  }
}
.block03_wrapper .account_box .sns_img {
  width: 95px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .account_box .sns_img {
    width: 33%;
  }
}
.block03_wrapper .account_box .sns_img img {
  width: 100%;
}
.block03_wrapper .attention {
  display: block;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .attention {
    font-size: 10px;
  }
}
.block03_wrapper .block03_4 {
  width: 780px;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .block03_4 {
    width: 80%;
  }
}
.block03_wrapper .block03_4 .text_box01 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .block03_4 .text_box01 {
    margin-bottom: 35px;
  }
}
.block03_wrapper .block03_4 .text_box01 .text_min {
  font-size: 56px;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .block03_4 .text_box01 .text_min {
    font-size: 38px;
  }
}
.block03_wrapper .block03_4 .goods_box {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .block03_4 .goods_box {
    flex-direction: column;
    gap: 50px;
  }
}
.block03_wrapper .block03_4 .goods_box .goods {
  width: 360px;
  display: flex;
  gap: 25px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .block03_4 .goods_box .goods {
    width: 100%;
    gap: 6%;
  }
}
.block03_wrapper .block03_4 .goods_box .goods .goods_img {
  width: 70px;
  display: block;
  height: auto;
  margin: auto auto 0 auto;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .block03_4 .goods_box .goods .goods_img {
    width: 24%;
  }
}
.block03_wrapper .block03_4 .goods_box .goods .goods_img_2 {
  width: 140px;
  margin-left: -40px;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .block03_4 .goods_box .goods .goods_img_2 {
    width: 38%;
    margin-left: -43px;
  }
}
.block03_wrapper .block03_4 .goods_box .rightbox {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.block03_wrapper .block03_4 .goods_box .goods_name {
  font-size: 19px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .block03_4 .goods_box .goods_name {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.block03_wrapper .block03_4 .goods_box .goods_discription {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 10px;
  letter-spacing: -0.2px;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .block03_wrapper .block03_4 .goods_box .goods_discription {
    font-size: 12px;
    line-height: 25px;
  }
}
.block03_wrapper .block03_4 .goods_box .button_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  text-align: center;
  width: 100%;
}
.block03_wrapper .block03_4 .goods_box .button_wrap .button_wrap2 {
  width: 55%;
}
.block03_wrapper .block03_4 .goods_box .button_wrap p {
  white-space: nowrap;
}

.modal_content {
  position: relative;
  width: 500px;
}
@media screen and (max-width: 768px) {
  .modal_content {
    width: 86%;
  }
}
.modal_content .button_modal_close {
  display: inline-block !important;
  width: 65px;
  position: fixed;
  top: -40px;
  right: -375px;
}
@media screen and (max-width: 768px) {
  .modal_content .button_modal_close {
    width: 12%;
    top: -30%;
    right: 0;
  }
}
.modal_content .button_modal_close img {
  width: 100%;
}

.footer_wrapper {
  background-color: #087CAE;
  width: 100%;
  padding: 120px 0 140px 0;
}
@media screen and (max-width: 768px) {
  .footer_wrapper {
    padding: 65px 0 95px 0;
  }
}
.footer_wrapper .footer_content {
  width: 510px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .footer_wrapper .footer_content {
    width: 84%;
  }
}
.footer_wrapper .footer_content .img_geki {
  width: 160px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .footer_wrapper .footer_content .img_geki {
    width: 40%;
  }
}
.footer_wrapper .footer_content .attention {
  font-size: 12px;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: -0.4px;
}
@media screen and (max-width: 768px) {
  .footer_wrapper .footer_content .attention {
    font-size: 10px;
    margin-bottom: 32px;
    line-height: 17px;
  }
}
.footer_wrapper .footer_content a {
  color: #fff;
}
.footer_wrapper .footer_content .img_lec {
  width: 100px;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 768px) {
  .footer_wrapper .footer_content .img_lec {
    width: 16.4%;
    margin-bottom: 10px;
  }
}
.footer_wrapper .footer_content p {
  display: block;
  margin: 0 auto;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer_wrapper .footer_content p {
    font-size: 14px;
  }
}
.footer_wrapper .footer_content p span {
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .footer_wrapper .footer_content p span {
    font-size: 10px;
  }
}

/* jquery
---------------------------------------------*/
.scrolltop {
  position: fixed;
  bottom: 20px;
  width: 70px;
  right: 15px;
  border-radius: 10px 0 0 10px;
  z-index: 10;
  align-items: center;
  justify-content: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .scrolltop {
    bottom: 15px;
    width: 50px;
    right: 10px;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

.animated {
  animation-duration: 2s;
  animation-fill-mode: both;
}/*# sourceMappingURL=style.css.map */