/* Scss Document */
/*------------------------------------------*/
main {
  margin-top: 0 !important; }

body {
  font-size: 14px;
  font-family: 'Noto Sans TC', sans-serif;
  line-height: 1.5;
  color: #141414;
  margin: 0; }

img {
  width: 100%;
  max-width: 100%;
  height: auto; }

.inner {
  width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 999px) {
    .inner {
      width: 100%;
      box-sizing: border-box;
      padding: 0 16px; } }

a, input[type="button"], input[type="submit"], button, .more_btn {
  color: #333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
  a:hover, input[type="button"]:hover, input[type="submit"]:hover, button:hover, .more_btn:hover {
    text-decoration: none;
    opacity: 0.7; }

.pc_only {
  display: inherit !important; }
  @media screen and (max-width: 999px) {
    .pc_only {
      display: none !important; } }

.sp_only {
  display: none !important; }
  @media screen and (max-width: 999px) {
    .sp_only {
      display: inherit !important; } }

ul {
  list-style: none;
  padding: 0; }

section {
  margin-top: 104px; }
  @media screen and (max-width: 999px) {
    section {
      margin-top: 48px; } }

/*------------------------------------------*/
/*------------------------------------------*/
#main {
  margin-top: 0;
  background: url(/images/lp/tw-park/main_pc.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 620px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box; }
  @media screen and (max-width: 999px) {
    #main {
      background: url(/images/lp/tw-park/main_sp.png);
      height: 430px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      flex-direction: column;
      justify-content: center;
      margin-top: 56px; } }
  #main .txt {
    background-color: rgba(255, 255, 255, 0.8);
    width: 600px;
    padding: 70px 64px 80px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media screen and (max-width: 999px) {
      #main .txt {
        width: 100%;
        padding: 30px 32px 40px; } }
    #main .txt h1 {
      font-family: "Noto Serif JP";
      font-size: 46px;
      font-weight: 600;
      letter-spacing: 0.1em;
      margin: 0; }
      @media screen and (max-width: 999px) {
        #main .txt h1 {
          font-size: 32px; } }
    #main .txt .btn2 {
      margin-top: 32px; }
      @media screen and (max-width: 999px) {
        #main .txt .btn2 {
          margin-top: 16px;
          width: 100%; } }
      #main .txt .btn2 a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 200px;
        height: 48px;
        border-radius: 24px;
        font-size: 16px;
        font-weight: bold;
        background: #d2232a;
        color: #fff;
        text-decoration: none;
        text-align: center; }
        @media screen and (max-width: 999px) {
          #main .txt .btn2 a {
            height: 40px;
            width: 80%;
            font-size: 12px;
            border-radius: 20px;
            margin: 0 auto; } }
      #main .txt .btn2.en a {
        width: 450px; }
        @media screen and (max-width: 999px) {
          #main .txt .btn2.en a {
            padding: 0 24px;
            width: 80%; } }

/*------------------------------------------*/
.cta {
  background: url(/images/lp/tw-park/bg1.png);
  background-position: center center;
  background-repeat: repeat;
  width: 100%; }
  .cta.mt0 {
    margin-top: 0; }
  .cta .inner {
    height: 256px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .cta .inner .btn {
      width: 600px; }
      @media screen and (max-width: 999px) {
        .cta .inner {
          padding: 25px;
          height: auto;
        } 
        .cta .inner .btn {
          width: 100%;
          padding: 0;
        } }
      .cta .inner .btn a {
        background: #d2232a;
        font-weight: bold;
        color: #fff;
        height: 96px;
        width: 600px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        position: relative;
        font-size: 32px;
        border-radius: 48px; }
        @media screen and (max-width: 999px) {
          .cta .inner .btn a {
            height: 64px;
            width: 100%;
            font-size: 16px;
            border-radius: 32px; } }
        .cta .inner .btn a i {
          position: absolute;
          right: 16px;
          font-size: 32px;
          top: 50%;
          -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%); }
          @media screen and (max-width: 999px) {
            .cta .inner .btn a i {
              font-size: 16px; } }

/*------------------------------------------*/
#point .inner ul {
  display: flex;
  justify-content: space-between;
  margin-top: 32px; }
  @media screen and (max-width: 999px) {
    #point .inner ul {
      display: block; } }
  #point .inner ul li {
    width: calc((100% - 64px) / 3);
    box-shadow: 0 0 8px gray; }
    @media screen and (max-width: 999px) {
      #point .inner ul li {
        width: 100%;
        margin-top: 16px; } }
    #point .inner ul li .sub {
      background: #141414;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      padding: 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%; }
    #point .inner ul li .txt {
      padding: 24px; }
      @media screen and (max-width: 999px) {
        #point .inner ul li .txt {
          padding: 16px; } }

/*------------------------------------------*/
#why .inner ul {
  margin-top: 96px;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 999px) {
    #why .inner ul {
      margin-top: 8px;
      flex-flow: wrap; } }
  #why .inner ul li {
    width: calc((100% - 80px) / 4);
    position: relative;
    border: 2px solid #141414;
    box-sizing: border-box; }
    @media screen and (max-width: 999px) {
      #why .inner ul li {
        width: calc((100% - 16px) / 2);
        margin-top: 40px; } }
    #why .inner ul li .sub {
      position: absolute;
      left: 0;
      right: 0;
      top: -40px;
      background: #141414;
      border-radius: 100%;
      font-size: 24px;
      height: 80px;
      width: 80px;
      color: #fff;
      font-weight: bold;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      margin: auto; }
      @media screen and (max-width: 999px) {
        #why .inner ul li .sub {
          top: -30px;
          height: 60px;
          width: 60px;
          font-size: 18px; } }
      #why .inner ul li .sub i {
        display: block; }
      #why .inner ul li .sub span {
        display: block; }
    #why .inner ul li .txt {
      padding: 24px; }
      @media screen and (max-width: 999px) {
        #why .inner ul li .txt {
          padding: 16px; } }

/*------------------------------------------*/
h2 {
  font-weight: bold;
  font-size: 46px;
  letter-spacing: 0.05em;
  text-align: center; }
  @media screen and (max-width: 999px) {
    h2 {
      font-size: 20px; } }

/*------------------------------------------*/
#flow .inner ul {
  margin-top: 16px; }
  #flow .inner ul li {
    border: 2px solid #141414;
    box-sizing: border-box;
    margin-top: 40px;
    position: relative; }
    @media screen and (max-width: 999px) {
      #flow .inner ul li {
        margin-top: 32px; } }
    #flow .inner ul li::before {
      content: "";
      position: absolute;
      right: 0;
      bottom: -32px;
      left: 0;
      width: 0px;
      height: 0px;
      margin: auto;
      border-style: solid;
      border-color: #141414 transparent transparent transparent;
      border-width: 32px 32px 0 32px; }
      @media screen and (max-width: 999px) {
        #flow .inner ul li::before {
          bottom: -24px;
          border-width: 24px 24px 0 24px; } }
    #flow .inner ul li .frame {
      display: flex;
      align-items: stretch; }
      @media screen and (max-width: 999px) {
        #flow .inner ul li .frame {
          display: block; } }
      #flow .inner ul li .frame .sub {
        background: #141414;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 0.1em;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 180px; }
        @media screen and (max-width: 999px) {
          #flow .inner ul li .frame .sub {
            width: 100%;
            font-size: 16px;
            padding: 8px 0; } }
      #flow .inner ul li .frame .txt {
        display: flex;
        align-items: center;
        font-size: 16px;
        padding: 0 40px; }
        @media screen and (max-width: 999px) {
          #flow .inner ul li .frame .txt {
            padding: 16px;
            font-size: 14px;
            width: 100%; } }
      #flow .inner ul li .frame .img {
        width: 278px;
        margin-right: 0;
        margin-left: auto;
        display: flex; }
        @media screen and (max-width: 999px) {
          #flow .inner ul li .frame .img {
            width: 100%;
            display: block;
            margin: 0 !important;
            line-height: 0; } }
    #flow .inner ul li:last-child {
      background: #fed700;
      border: none;
      font-size: 24px;
      font-weight: bold;
      letter-spacing: 0.1em; }
      #flow .inner ul li:last-child::before {
        content: none; }
      #flow .inner ul li:last-child .frame {
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (max-width: 999px) {
          #flow .inner ul li:last-child .frame {
            height: 72px;
            font-size: 16px; } }

/*------------------------------------------*/
#note .inner .btn {
  width: 600px;
  margin: 0 auto;
  display: block; }
  @media screen and (max-width: 999px) {
    #note .inner .btn {
      width: 100%; } }
  #note .inner .btn a {
    background: #fff;
    border: 1px solid #aaa;
    font-weight: bold;
    color: #fff;
    height: 96px;
    width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
    font-size: 24px;
    color: #141414;
    margin: 0 auto; }
    @media screen and (max-width: 999px) {
      #note .inner .btn a {
        height: 64px;
        width: 100%;
        font-size: 14px; } }
    #note .inner .btn a i {
      position: absolute;
      right: 16px;
      font-size: 32px;
      top: 50%;
      -webkit-transform: translate(0%, -50%);
      transform: translate(0%, -50%); }
      @media screen and (max-width: 999px) {
        #note .inner .btn a i {
          font-size: 16px; } }

/*------------------------------------------*/
/* キャンペーンエリア */
.cp_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 80px 80px;
  background-color: #FFFAE6;
  box-shadow: 0 0 16px rgb(128, 128, 128, 0.8); }
  @media screen and (max-width: 999px) {
    .cp_inner {
      width: 100%;
      box-sizing: border-box;
      padding: 32px 16px;
      box-shadow: 0 0 8px rgb(128, 128, 128, 1.0);} }

.cp_inner .maintitle {
  letter-spacing: 0;
}

.cp_inner .underline {
  background: linear-gradient(transparent 75%, #FED700 25%);
  display: inline-block;
  line-height: 1.2;
}

.cp_inner .period {
  text-align: center;
  font-size: 27px;
  margin-top: 30px; }
  @media screen and (max-width: 999px) {
    .cp_inner .period {
      font-size: 15px;
      margin-top: 15px; } }

.cp_inner .btn {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px; }
  @media screen and (max-width: 999px) {
    .cp_inner .btn {
      width: 100%; 
      padding-top: 30px;
      padding-bottom: 30px; } }

.cp_inner .btn a {
  background: #d2232a;
  font-weight: bold;
  color: #fff;
  height: 96px;
  width: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  font-size: 32px;
  border-radius: 48px; }
  @media screen and (max-width: 999px) {
    .cp_inner .btn a {
        height: 64px;
        width: 100%;
        font-size: 16px;
        border-radius: 32px; } }

.cp_inner .btn a i {
  position: absolute;
  right: 16px;
  font-size: 32px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%); }
  @media screen and (max-width: 999px) {
    .cp_.inner .btn a i {
      font-size: 16px; } }

.cp_inner .title_terms {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.5em ;}
  @media screen and (max-width: 999px) {
    .cp_inner .title_terms {
      font-size: 14px; }
  }

.cp_inner .termslist {
  list-style: auto; 
  padding-left: 1em;}


/* ボタン下補足テキスト */
.btn_notice{
  font-size: 18px;
  margin-top: 15px;
}

@media screen and (max-width: 999px) {

  .btn_notice{
    font-size: 14px;
    margin-top: 10px;
  }
}