@charset "UTF-8";
html {
  visibility: hidden; }

body {
  color: #707070;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
  font-weight: 300;
  line-height: 1.5; }

html.wf-active {
  visibility: visible; }

main p,
main li {
  font-size: 20px;
  color: #707070;
  font-weight: 400; }

img {
  vertical-align: top; }

a:hover {
  text-decoration: none; }

.contents {
  width: 100%; }
  .contents__inner {
    width: 1046px;
    margin: 0 auto; }
  .contents_img {
    width: 100%; }
  .contents img {
    width: 100%; }

.bread-crumb li {
  font-size: 14px;
  line-height: 1.6; }

.bread-crumb {
  margin: 0 0 0 10px !important; }

.bg_white {
  background: #fff;
  padding: 10px 0; }

.lp_footer {
  margin-top: 0 !important; }

.main_visual {
  position: relative; }
  .main_visual_title {
    width: 50%;
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.main_bg {
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.mb90 {
  margin-bottom: 90px; }

.mt90 {
  margin-top: 90px; }

.pt90 {
  padding-top: 90px; }

.pb90 {
  padding-bottom: 90px; }

.message {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 70px; }

@media screen and (max-width: 767px) {
  .message {
    font-size: 18px;
    margin-top: 20px; } }

.top_text {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  font-weight: bold; }

.tvcm {
  padding-bottom: 30px; }
  .tvcm_intro {
    font-size: 56px;
    text-align: center;
    font-weight: 900; }
  .tvcm img {
    display: block;
    margin: 20px auto 90px; }
  .tvcm_code_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .tvcm_code_box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center; }

.prod_box {
  margin-bottom: 65px; }

.prod_name {
  font-size: 23px;
  text-align: center;
  font-weight: bold;
  color: #072972; }

.prod_price {
  color: #D12928;
  font-size: 38px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 20px; }
  .prod_price span {
    font-size: 30px; }

.prod_more_button {
  background-color: #072972;
  text-align: center;
  color: #fff !important;
  font-size: 24px;
  font-weight: bold;
  padding: 5px 40px;
  margin: auto;
  border-radius: 10px;
  margin: 10px auto;
  width: 38%; }

@media screen and (max-width: 767px) {
  .prod_box {
    margin-bottom: 40px; }
  .prod_name {
    font-size: 20px; }
  .prod_price {
    font-size: 32px;
    margin-bottom: 20px; }
    .prod_price span {
      font-size: 24px; }
  .prod_more_button {
    font-size: 17px; } }

.move_title {
  font-size: 29px;
  font-weight: bold; }

.item_image_list {
  max-width: 302px;
  /* 最大幅を制限 */
  margin: 0 auto;
  /* 中央寄せ */ }

.item_image_list img {
  width: 100%;
  /* 親要素にフィット */
  height: auto;
  /* 縦横比を保持 */
  display: block; }

.item_image_list .slick-dots {
  height: 50px;
  bottom: -4px;
  /* 必要に応じて数値調整（例：-40px にすればもっと下） */
  position: absolute;
  top: 465px; }

/* ドットのボタン部分をカスタマイズ */
.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  padding: 0;
  font-size: 0;
  /* 数字を非表示にする */
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s; }

/* アクティブなドット（現在表示中のスライド） */
.slick-dots li.slick-active button {
  background-color: #072972;
  /* 目立つ色に変更 */ }

.slick-prev,
.slick-next {
  position: absolute;
  top: 21%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  background: #072972;
  color: #fff;
  border: none;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  line-height: 1; }

.slick-prev {
  left: -25px;
  /* スライダーの外側に表示 */ }

.slick-next {
  right: -25px; }

@media screen and (max-width: 767px) {
  .slick-prev {
    left: -14px;
    /* スライダーの外側に表示 */ }
  .slick-next {
    right: -14px; }
  .slick-prev,
  .slick-next {
    top: 27%; } }

a.prod_more_button {
  position: relative;
  z-index: 20; }

.comsoon {
  text-align: center; }

.tab-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 500px; }

.tab-2 > label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  min-width: 70px;
  padding: .6em 1em;
  background-color: #fff;
  color: #072972;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  border: solid 1px #072972;
  display: grid;
  place-items: center;
  height: 50px; }

.tab-2 label:has(:checked) {
  background-color: #072972;
  /* 選択中のタブ色 */
  color: #fff;
  /* 文字色 */
  opacity: 1; }

.tab-2 > label:hover {
  opacity: .8; }

.tab-2 input {
  display: none; }

.tab-2 > div {
  display: none;
  width: 100%;
  padding: 1.5em 1em;
  background-color: #fff; }

.tab-2 label:has(:checked) {
  opacity: 1; }

.tab-2 label:has(:checked) + div {
  display: block; }

.tab-outline {
  border: solid 1px #072972; }

.about {
  background-image: url("../images/sub_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100px 0; }
  .about_newbiz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .about_newbiz_01 {
      -webkit-box-flex: 2;
      -ms-flex: 2;
      flex: 2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 35px 0; }
    .about_newbiz_02 {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .about_newbiz_title {
      font-size: 32px;
      font-weight: bold;
      color: #3361AE; }

.about02 {
  margin-top: 70px; }

@media screen and (max-width: 767px) {
  .about {
    padding: 50px 0; }
    .about_newbiz {
      display: block; }
      .about_newbiz_01 {
        padding: 0; }
      .about_newbiz_title {
        font-size: 18px;
        font-weight: bold;
        color: #3361AE; }
      .about_newbiz_text {
        padding: 16px;
        font-size: 14px;
        font-weight: bold; } }

.cta {
  background-image: url("../images/cta_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center; }
  .cta .overlay-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.5;
    /* 半透明にする */
    z-index: 1; }
  .cta .cta_inner {
    margin: 40px auto 60px;
    display: inline-block; }
  .cta_title {
    font-size: 32px;
    color: #fff; }
  .cta_title::before, .cta_title::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 38px;
    color: #fff;
    margin-top: -35px; }
  .cta_title::before {
    content: '\\';
    margin-left: -35px; }
  .cta_title::after {
    content: '/'; }
  .cta .dot-emphasis {
    position: relative;
    display: inline-block;
    padding-top: 1em; }
  .cta .dot-emphasis::before {
    content: '・';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #FFFF18;
    pointer-events: none; }
  .cta_button {
    margin: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 54px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    font-size: 32px;
    font-weight: 400;
    color: #092A72;
    background-color: #FFFF18;
    border-radius: 50px; }
  .cta .chevron {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #092A72;
    border-bottom: 2px solid #092A72;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: 8px; }

@media screen and (max-width: 767px) {
  .cta .cta_inner {
    margin: 10px auto 20px; }
  .cta_title {
    font-size: 20px; }
  .cta_button {
    margin: 5px;
    padding: 12px;
    font-size: 20px;
    font-weight: 400;
    color: #092A72 !important;
    background-color: #FFFF18;
    border-radius: 50px; }
  .cta_title::before, .cta_title::after {
    top: 55%;
    font-size: 30px; } }

.qa-7 {
  max-width: 500px;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.02), 0 2px 3px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.02), 0 2px 3px -2px rgba(0, 0, 0, 0.05);
  background-color: #fff; }

.qa-7 summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 20px 12px;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  background-color: #072972; }

.qa-7 summary::before,
.qa-7 .answer::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em; }

.qa-7 summary::after {
  -webkit-transform: translateY(-25%) rotate(45deg);
  -ms-transform: translateY(-25%) rotate(45deg);
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  content: '';
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }

.qa-7[open] summary::after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg); }

.qa-7 .answer {
  position: relative;
  padding: 16px;
  color: #333;
  border: solid 1px #072972; }

.qa-7[open] .answer {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1; }

.summer {
  background-image: url("../images/sub_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 64px 0; }
  .summer_title {
    font-size: 52px;
    font-weight: 900;
    text-align: center;
    color: #092A72; }
  @media screen and (max-width: 767px) {
    .summer_title {
      font-size: 33px; } }

.code {
  background-image: url("../images/short_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 64px 0; }
  .code_inner {
    text-align: center; }
  .code_title-sub {
    font-size: 32px;
    width: 50%;
    margin: auto;
    text-align: center;
    color: #fff;
    background-color: #2C4C89; }
  .code_title {
    font-size: 50px;
    font-weight: 900;
    color: #2C4C89; }
  .code_title-main {
    font-size: 52px;
    font-weight: 900;
    color: #2C4C89; }

@media screen and (max-width: 767px) {
  .code_title-sub {
    font-size: 16px;
    width: 80%; }
  .code_title {
    font-size: 22px; }
  .code_title-main {
    font-size: 27px; } }

.code-modal {
  margin: 107px 0; }

.modal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px; }

.modal_prod_text {
  font-size: 19px;
  font-weight: bold;
  color: #4787C2;
  margin: 10px 0; }

.modal_prod_guide {
  font-size: 15px;
  color: #4787C2;
  font-weight: bold;
  margin: 10px 0; }

.prod_wrapper {
  text-align: center; }

.inmodal_prod_title {
  font-size: 32px;
  color: #072972;
  font-weight: bold; }

.inmodal_prod_text {
  font-size: 20px;
  margin: 20px 0 40px;
  font-weight: bold; }

.inmodal_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 40px 0 65px; }

.inmodal_prod_detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.inmodal_prod_01 {
  position: relative;
  background-color: #FFFF18;
  color: #3361AE;
  font-size: 20px;
  width: 200px;
  font-weight: 900;
  padding: 3px 10px;
  top: 8px;
  left: 20px; }

.inmodal_prod_02 {
  background-color: #3361AE;
  color: #fff;
  font-size: 16px;
  padding: 20px; }

.modal-2__wrap input {
  display: none; }

.modal-2__open-label,
.modal-2__close-label {
  cursor: pointer; }

.modal-2__open-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: .8em 2em;
  border: none;
  color: #ffffff;
  font-weight: 600;
  font-size: 1em; }

.overlay-image-wrapper {
  position: relative;
  text-align: center; }

.overlay-image {
  display: block;
  height: auto;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.overlay-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2; }

.overlay-image-wrapper:hover::before {
  opacity: 0.4;
  /* 白を重ねて白っぽく見せる */ }

.modal-2 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none; }

.modal-2__open-input:checked + label + input + .modal-2 {
  display: block;
  -webkit-animation: modal-2-animation .6s;
  animation: modal-2-animation .6s;
  background-color: rgba(0, 0, 0, 0.7); }

.modal-2__content-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 950px;
  background-color: #fefefe;
  z-index: 2;
  border-radius: 5px; }

.modal-2__close-label {
  background-color: #777;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 20px;
  width: 36px;
  height: 36px;
  line-height: 1.6;
  text-align: center;
  display: table-cell;
  position: fixed;
  top: -15px;
  right: -2%;
  z-index: 99999;
  font-size: 1.3em; }

.modal-2__content {
  max-height: 70vh;
  overflow-y: auto;
  padding: 150px; }

.modal-2__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1; }

@-webkit-keyframes modal-2-animation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes modal-2-animation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media only screen and (max-width: 520px) {
  .modal-2__open-label {
    max-width: 90%;
    padding: .94em 2.1em .94em 2.6em; }
  .modal-2__close-label {
    top: -17px;
    right: -4%; }
  .modal-2__content-wrap {
    width: 90vw; }
  .modal-2__content {
    padding: 33px 21px 35px;
    max-width: 100%; } }

@media screen and (max-width: 767px) {
  .code-modal {
    margin: 40px 0; }
  .inmodal_prod_title {
    font-size: 23px;
    color: #072972; }
  .inmodal_prod_text {
    font-size: 16px;
    margin: 20px 0 40px; }
  .inmodal_wrapper {
    gap: 10px;
    margin: -20px 0 40px; }
  .inmodal_prod_detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .inmodal_prod_01 {
    font-size: 13px;
    width: 100px;
    padding: 3px 10px;
    left: 8px; }
  .inmodal_prod_02 {
    font-size: 14px;
    padding: 20px 10px; }
  .code-modal .qa-7 summary {
    background: -webkit-gradient(linear, left top, right top, from(#57A9DA), to(#4075B6));
    background: -webkit-linear-gradient(left, #57A9DA, #4075B6);
    background: -o-linear-gradient(left, #57A9DA, #4075B6);
    background: linear-gradient(to right, #57A9DA, #4075B6); }
  .code-modal .qa-7 .answer {
    border: solid 1px #427AB9; } }

.freshers_footer {
  background-color: #062663; }
  .freshers_footer_inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px;
    width: calc(287px + 163px + 30px);
    margin: 0 auto;
    padding: 60px 0; }
  .freshers_footer_sns_app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 287px; }
  .freshers_footer .lp_sns_block,
  .freshers_footer .lp_app_block {
    padding: 20px 15px; }
  .freshers_footer .lp_sns_block,
  .freshers_footer .lp_app_block,
  .freshers_footer .lp_official_block {
    background-color: #fff; }
  .freshers_footer .lp_sns_block {
    width: 163px; }
  .freshers_footer .lp_sns_block_heading,
  .freshers_footer .lp_app_block_heading,
  .freshers_footer .lp_official_block_heading {
    margin-bottom: 15px;
    text-align: center; }
  .freshers_footer .lp_sns_block_heading__img,
  .freshers_footer .lp_app_block_heading__img,
  .freshers_footer .lp_official_block_heading__img {
    margin: 0 auto; }
    .freshers_footer .lp_sns_block_heading__img.isSp,
    .freshers_footer .lp_app_block_heading__img.isSp,
    .freshers_footer .lp_official_block_heading__img.isSp {
      display: none; }
  .freshers_footer .lp_sns_block_btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .freshers_footer .lp_sns_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 84px; }
  .freshers_footer .lp_sns_list_item {
    width: calc((100% - 8px) / 2); }
  .freshers_footer .lp_sns_list_item_link {
    display: block;
    font-size: 0; }
  .freshers_footer .lp_app_block {
    position: relative;
    width: calc(287px - 163px); }
    .freshers_footer .lp_app_block::before {
      content: '';
      display: block;
      width: 1px;
      height: 87%;
      margin: auto;
      background-color: #062663;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
  .freshers_footer .lp_app_block_pic,
  .freshers_footer .lp_official_block_pic {
    text-align: center; }
  .freshers_footer .lp_official_block {
    padding: 15px 20px;
    width: 140px; }

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important; }
  .pcOnly {
    display: block !important; } }

@media screen and (max-width: 767px) {
  .spOnly {
    display: block !important; }
  .pcOnly {
    display: none !important; }
  .freshers_footer .freshers_footer_inr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    margin: 0 auto;
    padding: 45px 25px; }
  .freshers_footer .freshers_footer_sns_app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .freshers_footer .lp_sns_block {
    width: 60%; }
  .freshers_footer .lp_sns_block_heading,
  .freshers_footer .lp_app_block_heading {
    margin-bottom: 20px; }
  .freshers_footer .lp_sns_block_heading__img,
  .freshers_footer .lp_app_block_heading__img {
    width: 33px; }
  .freshers_footer .lp_sns_block_btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .freshers_footer .lp_sns_list {
    gap: 7px;
    width: 51%; }
  .freshers_footer .lp_sns_list_item {
    width: calc((100% - 7px) / 2); }
  .freshers_footer .lp_app_block {
    width: calc(100% - 60%); }
  .freshers_footer .lp_app_block_pic__img {
    width: 84%; }
  .freshers_footer .lp_official_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
  .freshers_footer .lp_official_block_heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 30%);
    margin-bottom: 0; }
  .freshers_footer .lp_official_block_heading__img {
    width: 120px; }
  .freshers_footer .lp_official_block_btm {
    width: 30%; } }

.modal-item {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 100; }

.modal-bg {
  position: relative;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 101; }

.modal-collection {
  position: absolute !important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 640px !important;
  height: 90%;
  padding: 24px;
  background: white;
  z-index: 102;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.modal-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto; }

/* Close Button */
.btn_close {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 64px;
  z-index: 105; }

@media screen and (max-width: 767px) {
  .modal-collection {
    width: 80vw !important;
    padding: 0;
    background: none;
    height: auto; }
  .btn_close {
    width: 24px;
    right: 0;
    top: -40px; } }

@media screen and (max-width: 767px) {
  .inner {
    width: calc(100% - 32px); }
  .top_text {
    font-size: 16px; }
  .tvcm {
    padding-bottom: 60px; }
    .tvcm_intro {
      font-size: 32px; }
    .tvcm img {
      display: block;
      margin: 20px auto; }
    .tvcm_code_wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .tvcm_code_box {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      text-align: center; }
      .tvcm_code_box iframe {
        width: 100%;
        max-height: 200px; } }

.u-fade-type-up {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0; }

.u-fade-type-up.is-active {
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

/*# sourceMappingURL=style.css.map */