@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* ==========================================================================

COLOR

========================================================================== */
/* ==========================================================================

SCREEN

========================================================================== */
/* ==========================================================================

MODULE

========================================================================== */
/* ==========================================================================

BASE

========================================================================== */
@media only screen and (max-width: 750px) {
  .is-pc {
    display: none; } }

.is-sp {
  display: none; }
  @media only screen and (max-width: 750px) {
    .is-sp {
      display: inherit; } }
a img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-style: none;
  border: 0;
  outline: none; }

img {
  vertical-align: bottom;
  max-width: 100%; }
  img.img100 {
    width: 100%;
    height: auto; }
  img.imgMax100 {
    max-width: 100%;
    height: auto; }
  @media only screen and (max-width: 750px) {
    img {
      max-width: 100%; } }
.objfit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover;'; }

/* clearfix
----------------------------------------------------------- */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

/* ==========================================================================

MODULE

========================================================================== */
/* ==========================================================================

Layout

========================================================================== */
.c-content_inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box; }
  @media only screen and (max-width: 750px) {
    .c-content_inner {
      padding: 0 20px; } }
/* ==========================================================================

BASE

========================================================================== */
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal; }

html {
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  /*
	visibility: hidden;
	&.wf-active {
		visibility: visible;
	}
	*/ }

body {
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  font-style: normal;
  color: #000;
  letter-spacing: 0.1em; }
  @media only screen and (max-width: 750px) {
    body {
      font-size: 1.2rem;
      line-height: 1.5;
      overflow-x: hidden; } }
li {
  list-style-type: none; }

main {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  font-size: 2.2rem;
  font-weight: 500; }

a:focus, *:focus {
  outline: none; }

/* ==========================================================================

DEFAULT STYLE

========================================================================== */
a {
  color: #000; }
  a.link-underline {
    text-decoration: underline; }
  a:hover {
    color: #000; }
  a:visited {
    color: #000; }

li {
  list-style: none; }

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

/* ==========================================================================

HEADER

========================================================================== */
/* ==========================================================================

CONTENT

========================================================================== */
/* =====================================
COMMON
======================================*/
/* =====================================
年齢認証
======================================*/
.t-approval {
  background-color: #2a2c2b; }
  .t-approval .c-content_inner {
    padding: 0 40px; }
    @media only screen and (max-width: 750px) {
      .t-approval .c-content_inner {
        padding: 0 20px; } }
  .t-approval .content {
    padding: 60px 0 80px;
    min-height: 100svh;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 750px) {
      .t-approval .content {
        padding: 30px 0 40px; } }
    .t-approval .content .inner {
      width: 100%; }
  .t-approval .logo {
    margin: 0 auto 65px;
    width: 80%; }
    @media only screen and (max-width: 750px) {
      .t-approval .logo {
        margin-bottom: 30px; } }
  .t-approval .text {
    margin-bottom: 85px;
    font-size: 2.8rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.7857142857;
    color: #fff; }
    @media only screen and (max-width: 750px) {
      .t-approval .text {
        margin: 0 -10px 40px;
        font-size: 1.4rem; } }
  .t-approval .btns {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    font-size: 2.4rem; }
    @media only screen and (max-width: 750px) {
      .t-approval .btns {
        font-size: 1.2rem; } }
    .t-approval .btns li {
      width: 48.0882352941%; }
      .t-approval .btns li a {
        display: block;
        padding: 20px;
        border-radius: 100px;
        text-decoration: none;
        border: 2px solid #fd5110;
        color: #fd5110;
        text-align: center;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
        @media only screen and (min-width: 751px) {
          .t-approval .btns li a:hover {
            opacity: 0.7; } }
        @media only screen and (max-width: 750px) {
          .t-approval .btns li a {
            padding: 10px;
            border-width: 1px; } }
      .t-approval .btns li.yes a {
        background-color: #fd5110;
        color: #fff; }
  .t-approval .company {
    margin-top: 150px;
    font-size: 2.4rem;
    text-align: center;
    color: #fff; }
    @media only screen and (max-width: 750px) {
      .t-approval .company {
        margin-top: 75px;
        font-size: 1.2rem; } }
  .t-approval .copyright {
    font-size: 2.0rem;
    text-align: center;
    color: #fff; }
    @media only screen and (max-width: 750px) {
      .t-approval .copyright {
        font-size: 1.0rem; } }
/* =====================================
未満
======================================*/
.t-rejection {
  background-color: #2a2c2b;
  display: none; }
  .t-rejection .c-content_inner {
    padding: 0 30px; }
    @media only screen and (max-width: 750px) {
      .t-rejection .c-content_inner {
        padding: 0 15px; } }
  .t-rejection .content {
    padding: 30px 0;
    min-height: 100svh;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 750px) {
      .t-rejection .content {
        padding: 15px 0; } }
    .t-rejection .content .inner {
      width: 100%;
      padding: 120px 30px;
      border-radius: 50px;
      text-align: center;
      box-sizing: border-box;
      background-color: #fff; }
      @media only screen and (max-width: 750px) {
        .t-rejection .content .inner {
          padding: 60px 15px;
          border-radius: 25px; } }
  .t-rejection h2 {
    margin-bottom: 64px;
    font-size: 4.0rem;
    letter-spacing: 0.13em;
    font-weight: 800; }
    @media only screen and (max-width: 750px) {
      .t-rejection h2 {
        margin-bottom: 32px;
        font-size: 2.0rem; } }
  .t-rejection p {
    font-size: 2.2rem;
    letter-spacing: 0.13em;
    line-height: 2.2727272727;
    font-weight: 800; }
    @media only screen and (max-width: 750px) {
      .t-rejection p {
        font-size: 1.1rem; } }
  .t-rejection .btn {
    margin-top: 90px;
    text-align: center; }
    @media only screen and (max-width: 750px) {
      .t-rejection .btn {
        margin-top: 45px; } }
    .t-rejection .btn a {
      display: inline-block;
      width: 100%;
      max-width: 330px;
      box-sizing: border-box;
      padding: 20px;
      border-radius: 50px;
      background-color: #fd5110;
      color: #fff;
      text-decoration: none;
      font-size: 2.6rem;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -ms-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
      @media only screen and (min-width: 751px) {
        .t-rejection .btn a:hover {
          opacity: 0.7; } }
      @media only screen and (max-width: 750px) {
        .t-rejection .btn a {
          max-width: 165px;
          padding: 10px;
          border-radius: 25px; } }
/* =====================================
コンテンツ
======================================*/
.t-main {
  display: none; }
  .t-main .c-content_inner {
    padding: 0 30px; }
    @media only screen and (max-width: 750px) {
      .t-main .c-content_inner {
        padding: 0 15px; } }
  .t-main .content {
    padding: 0 0 35px;
    background:#fff }
    @media only screen and (max-width: 750px) {
      .t-main .content {
        padding: 0 0 20px; } }
    .t-main .content .mv .img {
      margin: 0 -30px; }
      @media only screen and (max-width: 750px) {
        .t-main .content .mv .img {
          margin: 0 -15px; } }
    .t-main .content .mv .img img {
      width:100%; }
    .t-main .content .mv .lead {
      margin-top: 60px;
      font-size: 5.8rem;
      letter-spacing: -0.01em;
      line-height: 1.8448275862;
      font-weight: 500;
      text-align: center; }
      @media only screen and (max-width: 750px) {
        .t-main .content .mv .lead {
          margin-top: 30px;
          font-size: 2.9rem; } }
      .t-main .content .mv .lead .red {
        color: #e40000; }
      .t-main .content .mv .lead strong {
        display: inline-block;
        font-size: 8.3rem;
        font-weight: 500;
        line-height: 1.4310344828; }
        @media only screen and (max-width: 750px) {
          .t-main .content .mv .lead strong {
            font-size: 4.15rem; } }
    .t-main .content .mv .text {
      margin-top: 15px;
      text-align: center;
      font-size: 3.0rem; }
      @media only screen and (max-width: 750px) {
        .t-main .content .mv .text {
          margin: 0 -10px;
          margin-top: 8px;
          font-size: 1.5rem; } }
      .t-main .content .mv .text img {
        margin-right: 4px;
        vertical-align: middle;
        position: relative;
        top: -4px; }
        @media only screen and (max-width: 750px) {
          .t-main .content .mv .text img {
            margin-right: 2px;
            top: -2px;
            width: 67px; } }
    .t-main .content .mv .date {
      margin-top: 60px;
      padding: 25px 20px;
      border-radius: 30px;
      background-color: #fff;
      text-align: center; }
      @media only screen and (max-width: 750px) {
        .t-main .content .mv .date {
          margin-top: 30px;
          padding: 12px 10px;
          border-radius: 15px; } }
      .t-main .content .mv .date dt {
        font-size: 4.0rem; }
        @media only screen and (max-width: 750px) {
          .t-main .content .mv .date dt {
            font-size: 2.0rem; } }
      .t-main .content .mv .date dd {
        font-size: 3.5rem;
        font-weight: 500; }
        @media only screen and (max-width: 750px) {
          .t-main .content .mv .date dd {
            font-size: 1.75rem; } }
        .t-main .content .mv .date dd span {
          font-size: 5.0rem; }
          @media only screen and (max-width: 750px) {
            .t-main .content .mv .date dd span {
              font-size: 2.5rem; } }
    .t-main .content .coupon {
      margin: 70px 0 70px;
      padding: 80px 70px 40px;
      border-radius: 50px;
      background-color: #fff;
      border:4px solid #e35205;
      position: relative; }
      @media only screen and (max-width: 750px) {
        .t-main .content .coupon {
          margin: 35px 0 35px;
          padding: 40px 35px 20px;
          border-radius: 25px; } }
      .t-main .content .coupon figure {
        width: 39.2857142857%;
        margin: 0 auto 35px; }
        @media only screen and (max-width: 750px) {
          .t-main .content .coupon figure {
            margin-bottom: 18px; } }
      .t-main .content .coupon dl {
        text-align: center;
        font-weight: 800; }
        .t-main .content .coupon dl dt {
          font-size: 5.5rem;
          color: #3e6095; }
          @media only screen and (max-width: 750px) {
            .t-main .content .coupon dl dt {
              font-size: 2.7rem; } }
        .t-main .content .coupon dl dd {
          font-size: 5.0rem;
          letter-spacing: 0.1em; }
          @media only screen and (max-width: 750px) {
            .t-main .content .coupon dl dd {
              font-size: 2.5rem; } }
      .t-main .content .coupon .btn {
        margin-top: 40px; }
        @media only screen and (max-width: 750px) {
          .t-main .content .coupon .btn {
            margin-top: 20px; } }
        .t-main .content .coupon .btn a {
          display: block;
          padding: 18px;
          border-radius: 100px;
          font-size: 3.3rem;
          font-weight: 800;
          text-align: center;
          background-color: #f68623;
          color: #fff;
          text-decoration: none;
          box-shadow: 0 5px 8px rgba(75, 79, 85, 0.5);
          position: relative;
          -webkit-transition: all 0.5s ease-out;
          -moz-transition: all 0.5s ease-out;
          -ms-transition: all 0.5s ease-out;
          -o-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
          @media only screen and (min-width: 751px) {
            .t-main .content .coupon .btn a:hover {
              opacity: 0.7; } }
          @media only screen and (max-width: 750px) {
            .t-main .content .coupon .btn a {
              padding: 9px;
              font-size: 1.65rem;
              box-shadow: 0 2px 4px rgba(75, 79, 85, 0.5); } }
          .t-main .content .coupon .btn a::before {
            content: " ";
            display: block;
            background: url("../../assets/img/arrow.png") center no-repeat;
            width: 20px;
            height: 32px;
            position: absolute;
            top: 50%;
            right: 36px;
            margin-top: -16px; }
            @media only screen and (max-width: 750px) {
              .t-main .content .coupon .btn a::before {
                width: 10px;
                height: 16px;
                background-size: 10px 16px;
                right: 18px;
                margin-top: -8px; } }
      .t-main .content .coupon .attention {
        margin: 25px -40px 0;
        font-size: 1.8rem;
        letter-spacing: -0.02em;
        text-align: center; }
        @media only screen and (max-width: 750px) {
          .t-main .content .coupon .attention {
            margin: 13px -30px;
            font-size: 1.0rem; } }

    .t-main .content .outline a {
      color: #004fcd; }
      @media only screen and (min-width: 751px) {
        .t-main .content .outline a:hover {
          text-decoration: none; } }
    .t-main .content .outline .step {
      width: 76.2857142857%;
      margin: 120px auto 110px; }
      @media only screen and (max-width: 750px) {
        .t-main .content .outline .step {
          margin: 60px auto 55px; } }
    .t-main .content .outline dl {
      margin-top: 25px; }
      @media only screen and (max-width: 750px) {
        .t-main .content .outline dl {
          margin-top: 12px; } }
      .t-main .content .outline dl:nth-child(1) {
        margin-top: 0; }
      .t-main .content .outline dl dt {
        margin-bottom: 10px;
        font-size: 3.5rem;
        letter-spacing: -0.01em;
        font-weight: 800; }
        @media only screen and (max-width: 750px) {
          .t-main .content .outline dl dt {
            margin-bottom: 5px;
            font-size: 1.75rem; } }
      .t-main .content .outline dl dd {
        font-size: 2.4rem;
        letter-spacing: -0.01em; }
        @media only screen and (max-width: 750px) {
          .t-main .content .outline dl dd {
            font-size: 1.2rem; } }

    .t-main .content .features {
      background:#3f3f3f;
      margin:50px -30px 0;
      padding:75px 20px 20px;
      text-align:center;
      color:#fff;}
      @media only screen and (max-width: 750px) {
      .t-main .content .features {
        margin:50px -15px 0;} }
    .t-main .content .features .features_ti {
      margin-bottom:40px;
      font-family: "Montserrat", Noto Sans JP, sans-serif ;
      font-optical-sizing: auto;
      font-weight: 500;
      font-style: normal;
      font-size:32px;}
    .t-main .content .features dl dt img {
      border-radius:22px;}
        @media only screen and (max-width: 750px) {
          .t-main .content .features dl dt img {
            border-radius:20px;} }

    .t-main .content .features dl dd {
      margin:40px 0 100px;}
    .t-main .content .features dl dd .ti {
      margin-bottom:20px;
      font-family: "Montserrat", Noto Sans JP, sans-serif ;
      font-optical-sizing: auto;
      font-weight: 500;
      font-style: normal;
      font-size:32px;}
    .t-main .content .features dl dd .tx {
      font-size:16px;
      line-height:2;}
    .t-main .content .features dl dd .tx_small {
      font-size:12px;}
    .t-main .content .features dl dd sup {
      font-size:50%;
      line-height:1;}

    .t-main .content .detailmemo {
      margin:50px -30px 50px;
      padding:0 20px;
      text-align:center;}
      @media only screen and (max-width: 750px) {
      .t-main .content .detailmemo {
        margin:50px -15px 0;} }

    .t-main .content .detailmemo dl dt {
      margin-bottom:20px;
      font-size:20px;
      font-weight: 500; }
    .t-main .content .detailmemo dl dd {
      margin-bottom:60px;
      font-size:16px;
      color:#6b6b6b; }

    .t-main .content .detailmemo dl dd .tx_small {
      font-size:12px;}
    .t-main .content .detailmemo dl dd sup {
      font-size:50%;
      line-height:1;}

  .t-main footer {
    background:#2A2C2C;color:#fff;
    padding: 20px 0; }
    @media only screen and (max-width: 750px) {
      .t-main footer {
        padding: 10px 0 20px; } }
    .t-main footer .contact {
      font-size: 2.2rem; }
      @media only screen and (max-width: 750px) {
        .t-main footer .contact {
          font-size: 1.1rem; } }
    .t-main footer .company {
      margin-top: 50px;
      font-size: 2.4rem;
      text-align: center;
      position: relative; }
      @media only screen and (max-width: 750px) {
        .t-main footer .company {
          margin-top: 25px;
          font-size: 1.2rem; } }
      .t-main footer .company::before {
        content: " ";
        display: block;
        width: 52px;
        height: 3px;
        background-color: #a1a1a1;
        position: absolute;
        top: -28px;
        left: 50%;
        margin-left: -26px; }
        @media only screen and (max-width: 750px) {
          .t-main footer .company::before {
            width: 28px;
            height: 2px;
            top: -16px;
            margin-left: -14px; } }
    .t-main footer .copyright {
      font-size: 2.0rem;
      text-align: center; }
      @media only screen and (max-width: 750px) {
        .t-main footer .copyright {
          font-size: 1.0rem; } }
/* ==========================================================================

FOOTER

========================================================================== */
