@charset "UTF-8";
/* ------------------------------------------------------------------------------------------------------------------
共通項目
------------------------------------------------------------------------------------------------------------------ */
body {
  /* mac特有の無限スクロールを回避 */
  overscroll-behavior-y: none;
  color: #04155f;
  background: #fff;
}

[lang="zh-tw"] {
  font-family: 'Noto Sans TC', sans-serif;
}

.font_teko {
  font-family: 'Teko', sans-serif;
}

img {
  display: block;
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

a {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}

.bg_color {
  background: #53d6eb;
}

.common_section {
  padding: 60px 0;
  margin: 0 auto;
  width: 90%;
  box-sizing: border-box;
}
.common_section h2 {
  position: relative;
  padding-left: 15px;
  box-sizing: border-box;
}
.common_section h2::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #fcc800;
}

@media only screen and (min-width: 769px) {
  .common_section {
    max-width: 1120px;
    width: calc(100% - 80px);
  }
  .common_section h2 {
    font-size: 30px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------
ヘッダー
------------------------------------------------------------------------------------------------------------------ */
header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  padding: 0 5%;
  max-width: 1200px;
  width: 100%;
  height: 62px;
  box-sizing: border-box;
  z-index: 10;
}
header h1 {
  max-width: 123px;
}

@media only screen and (min-width: 769px) {
  header {
    padding: 0 40px;
    height: 80px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------
ヒーローエリア(type_hero)
------------------------------------------------------------------------------------------------------------------ */
.type_hero {
  position: relative;
  padding: 62px 0 40px;
  box-sizing: border-box;
  overflow: hidden;
}
.type_hero .section_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_hero.png) center;
  background-size: cover;
  mix-blend-mode: screen;
  opacity: .5;
}
.type_hero .inner {
  position: relative;
  padding: 1px 20px 110px;
  margin: 0 auto;
  width: 90%;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}
.type_hero .inner .inner_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.type_hero .inner .inner_bg .pc {
  display: none;
}
.type_hero .inner .inner_bg .inner_bg_top {
  position: absolute;
  top: -10px;
  right: -48px;
  width: 148px;
}
.type_hero .inner .inner_bg .inner_bg_bottom {
  position: absolute;
  right: -140px;
  bottom: -46px;
  width: 485px;
}
.type_hero .inner h2 {
  padding: 20px;
  margin: 30px -20px;
  font-size: 40px;
  line-height: 1.2em;
  color: #fff;
  background: #eb1d5c;
  box-sizing: border-box;
}
.type_hero .inner h2 p {
  position: relative;
  text-shadow: 0 0 5px #eb1d5c,0 0 5px #eb1d5c;
}
.type_hero .inner p {
  line-height: 1.2em;
}
.type_hero .inner .main_text {
  position: relative;
}
.type_hero .inner .main_text p {
  text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}
.type_hero .inner .text_condition {
  margin: 25px 0 20px;
  font-weight: 900;
  line-height: 34px;
}
.type_hero .inner .text_condition strong {
  display: inline-block;
  position: relative;
  font-size: 20px;
  z-index: 1;
}
.type_hero .inner .text_condition strong::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: calc(100% + 10px);
  height: calc(100% + 4px);
  background-image: repeating-linear-gradient(-45deg, #fff0b6 0, #fff0b6 4px, #fff 0, #fff 50%);
  background-size: 12px 12px;
  z-index: -1;
}

@media only screen and (min-width: 769px) {
  .type_hero {
    padding: 80px 0;
  }
  .type_hero .section_bg {
    background: url(../img/bg_hero_pc.png) center;
    background-size: cover;
  }
  .type_hero .inner {
    padding: 1px 20px 94px;
    max-width: 1120px;
    width: calc(100% - 80px);
  }
  .type_hero .inner .inner_bg .sp {
    display: none;
  }
  .type_hero .inner .inner_bg .pc {
    display: block;
    position: absolute;
    left: 50%;
  }
  .type_hero .inner .inner_bg .inner_bg_right-top {
    top: -15px;
    transform: translate3d(243px, 0, 0);
    width: 129px;
  }
  .type_hero .inner .inner_bg .inner_bg_right-bottom {
    bottom: -80px;
    transform: translate3d(140px, 0, 0);
    width: 608px;
  }
  .type_hero .inner .inner_bg .inner_bg_left-top {
    top: -20px;
    transform: translate3d(-458px, 0, 0);
    width: 209px;
  }
  .type_hero .inner .inner_bg .inner_bg_left-bottom {
    bottom: -80px;
    transform: translate3d(-797px, 0, 0);
    width: 693px;
  }
  .type_hero .inner h2 {
    margin: 87px -20px 30px;
    font-size: 60px;
    text-align: center;
  }
  .type_hero .inner .main_text {
    font-size: 20px;
    text-align: center;
  }
  .type_hero .inner .text_condition {
    margin: 30px 0 25px;
  }
  .type_hero .inner .text_condition strong {
    font-size: 30px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------
概要(type_overview)
------------------------------------------------------------------------------------------------------------------ */
.type_overview img {
  margin: 15px auto;
  max-width: 255px;
}
.type_overview .main_text p {
  margin-bottom: 1.5em;
  font-size: 15px;
  line-height: 1.5em;
}
.type_overview .main_text p:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 769px) {
  .type_overview {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .type_overview .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 714px;
    width: 63.75%;
  }
  .type_overview .dummy {
    position: relative;
    max-width: 387px;
    width: 34.55%;
  }
  .type_overview .dummy::before {
    display: block;
    content: '';
    padding-top: 112.72%;
  }
  .type_overview .dummy::before .dummy_inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .type_overview img {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate3d(0, -50%, 0);
    max-width: 387px;
    width: 34.55%;
  }
  .type_overview .main_text {
    margin-top: 25px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------
クーポンエリア(type_coupon)
------------------------------------------------------------------------------------------------------------------ */
.type_coupon {
  position: relative;
  padding: 60px 0;
}
.type_coupon .section_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg_coupon.png) center;
  background-size: cover;
  mix-blend-mode: screen;
  opacity: .5;
}
.type_coupon .inner {
  position: relative;
  padding-bottom: 20px;
  margin: 0 auto;
  width: 90%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
.type_coupon .pc {
  display: none;
}
.type_coupon .text_ribbon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 17px 0 0 auto;
  padding: .8em 0 .7em 1.68em;
  width: 94.8%;
  background: url(../img/coupon_ribbon.png);
  background-size: 100% 100%;
  font-size: 3.9vw;
  font-weight: 300;
  letter-spacing: 1.36em;
  white-space: nowrap;
  color: #fff;
  box-sizing: border-box;
}
.type_coupon .coupon_text {
  margin: 0 auto;
  width: 90%;
}
.type_coupon .coupon_rate {
  display: flex;
}
.type_coupon .coupon_rate p {
  font-weight: 600;
  text-shadow: 4px 4px 0 #fee37d;
}
.type_coupon .coupon_rate p:first-child {
  margin-top: -3vw;
  font-size: 72vw;
}
.type_coupon .coupon_rate p:last-child {
  margin: 4vw 0 0 -3.7vw;
  font-size: 20.5vw;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.type_coupon .coupon_text2 {
  margin-top: -17vw;
  font-size: 28.5vw;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  -webkit-text-stroke: 2px #04155f;
  text-shadow: 5px 5px 0 #fee37d;
}
.type_coupon .coupon_code {
  padding: 20px 0;
  margin: -2vw auto 0;
  width: calc(100% - 40px);
  background: #e5e5e5;
  border-radius: 10px;
  text-align: center;
  box-sizing: border-box;
}
.type_coupon .coupon_code .coupon_code_text {
  margin-bottom: 10px;
}
.type_coupon .coupon_code .coupon_code_value {
  font-size: 20px;
}
.type_coupon .coupon_condition {
  position: relative;
  padding: 10px 20px;
  margin: 20px auto 0;
  width: 90%;
  background: #fff;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.5em;
  box-sizing: border-box;
}

[lang="zh-tw"] .coupon_text2 {
  margin: -12vw 0 3vw;
  font-size: 21.09vw;
  letter-spacing: .4em;
}

@media only screen and (min-width: 769px) {
  .type_coupon .section_bg {
    background: url(../img/bg_coupon_pc.png) center;
    background-size: cover;
  }
  .type_coupon .inner {
    position: relative;
    max-width: 800px;
    width: calc(100% - 40px);
  }
  .type_coupon .sp {
    display: none;
  }
  .type_coupon .pc {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 252px;
  }
  .type_coupon .text_ribbon {
    position: relative;
    padding: 10px 0 5px;
    max-width: 534px;
    width: 66.75%;
    font-size: 22px;
    background: url(../img/coupon_ribbon_pc.png);
    background-size: 100% 100%;
  }
  .type_coupon .coupon_text {
    position: relative;
    margin: 0 0 0 auto;
    width: 66%;
  }
  .type_coupon .coupon_rate p:first-child {
    margin-top: -2px;
    font-size: 251px;
  }
  .type_coupon .coupon_rate p:last-child {
    margin: 12px 0 0 6px;
    font-size: 124px;
    font-size: min(124px,14vw);
    writing-mode: horizontal-tb;
  }
  .type_coupon .coupon_rate p:last-child span {
    margin-right: -3px;
  }
  .type_coupon .coupon_text2 {
    margin: -138px 0 0 auto;
    width: 60%;
    font-size: 98px;
    font-size: min(98px,11vw);
    text-align: center;
  }
  .type_coupon .coupon_code {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 10px 0;
    margin: 0 20px 0 auto;
    width: calc(65% - 20px);
  }
  .type_coupon .coupon_code .coupon_code_text {
    margin: 0 1em 0 0;
    font-size: 15px;
  }
  .type_coupon .coupon_code .coupon_code_value {
    font-size: 15px;
  }
  .type_coupon .coupon_condition {
    padding: 2px 0;
    max-width: 800px;
    width: calc(100% - 40px);
    text-align: center;
  }

  [lang="zh-tw"] .coupon_text2 {
    padding-left: .3em;
    margin: -123px 0 0 auto;
    font-size: 71px;
    font-size: min(71px,8vw);
    box-sizing: border-box;
  }
}
/* ------------------------------------------------------------------------------------------------------------------
入手方法(type_method)
------------------------------------------------------------------------------------------------------------------ */
.box_process h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5em;
}
.box_process h3 .process_number {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  margin-bottom: 15px;
  width: 100px;
  height: 100px;
  border: solid 2px #04155f;
  border-radius: 10px;
  box-shadow: 4px 4px 0 #fee37d;
  font-size: 80px;
  font-weight: 500;
  box-sizing: border-box;
}
.box_process .pc {
  display: none;
}

.button_register {
  display: flex;
  align-items: center;
  position: relative;
  margin: 30px auto 0;
  padding: 0 30px 0 80px;
  max-width: 346px;
  width: 100%;
  height: 62px;
  background: #fcc800;
  border-radius: 31px;
  font-size: 20px;
  font-weight: 900;
  box-sizing: border-box;
  filter: drop-shadow(0 0 10px rgba(0, 112, 130, 0.35));
  overflow: hidden;
  transition: color .3s;
}
.button_register::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background: #ffd431;
  z-index: -1;
  transition: width .4s .1s ease;
}
.button_register::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #04155f;
  transition: width .3s ease;
  z-index: -1;
}
.button_register .icon {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translate3d(0, -12px, 0);
  width: 21px;
  transition: filter .3s;
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  [lang="zh-tw"] .box_process h3 {
    min-height: 180px;
  }
}

@media only screen and (min-width: 769px) {
  .button_register {
    justify-content: center;
    padding: 0;
  }

  .type_method .inner {
    display: flex;
  }

  .box_process {
    max-width: 540px;
    width: 48.21%;
  }
  .box_process.box_process1 {
    margin-right: 60px;
  }
  .box_process h3 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .box_process h3 .process_number {
    margin: 0;
  }
  .box_process h3 p:last-child {
    width: calc(100% - 120px);
  }
  .box_process > img {
    display: none;
  }
  .box_process .pc {
    display: block;
  }

  .button_register:hover {
    color: #fff;
  }
  .button_register:hover::before {
    width: 100%;
    transition: width .3s ease;
  }
  .button_register:hover::after {
    width: 100%;
    transition: width .4s .1s ease;
  }
  .button_register:hover .icon {
    filter: grayscale(100%) brightness(20);
  }
}
/* ------------------------------------------------------------------------------------------------------------------
フッター(footer)
------------------------------------------------------------------------------------------------------------------ */
.button_top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 112, 130, 0.35);
}
.button_top svg {
  width: 30px;
  fill: #fcc800;
  transition: fill .3s;
}

.footer_credit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  background: #04155f;
  font-size: 12px;
  color: #fff;
}

@media only screen and (min-width: 769px) {
  .button_top {
    position: fixed;
    right: 20px;
    bottom: 40px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    transition: background .3s;
  }
  .button_top:hover {
    background: #04155f;
  }
}
