@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*==========================================================================*/
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*==========================================================================*/
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 240%;
  -webkit-text-size-adjust: none;
  font-weight: 500;
}

*, ::before, ::after {
  box-sizing: border-box;
  outline: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  flex-shrink: 0;
  height: auto;
}

select {
  visibility: visible !important;
}

a {
  transition: all ease 0.3s;
  text-decoration: none;
  color: var(--txt);
}

a[href^="tel:"] {
  word-break: keep-all;
}

ol li {
  list-style: decimal;
}

/*==========================================================================*/
/*                             Common-Setting                               */
/*==========================================================================*/
:root {
  --txt: #000;
  --mcolor: #001e50;
  --scolor: #00b0f0;
  --container: 1060px;
  --gray: #e9e9e9;
  --blue: #001e50;
  --red: red;
  --f-main: "VWTextWeb", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  --f-VWText: "VWHeadWeb", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  --f-VWHead: "VWHeadWeb", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

html {
  background: #fff;
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: none;
  min-width: 320px;
  color: var(--txt);
  font-family: var(--f-VWHead), var(--f-main);
}

table {
  width: 100%
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

p, dd, dt, li, th, td, address {
  line-height: 1.57;
  letter-spacing: -.04rem;
}

p {
  margin: 0 0 1em;
}

p:last-child {
  margin-bottom: 0
}

.bold {
  font-weight: bold;
}

.left {
  text-align: left
}

.right {
  text-align: right;
}

.auto {
  margin-left: auto;
  margin-right: auto;
}

.link {
  text-decoration: underline;
  color: var(--mcolor);
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 1rem
}

.mb15 {
  margin-bottom: 1.5rem
}

.mb20 {
  margin-bottom: 2rem
}

.mb30 {
  margin-bottom: 3rem
}

.mt20 {
  margin-top: 2rem
}

.mt45 {
  margin-top: 4.5rem
}

.fw2 {
  font-weight: 400;
}

.fw3 {
  font-weight: 300;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw9 {
  font-weight: 900;
}

.leter0 {
  letter-spacing: 0;
}

.uline {
  text-decoration: underline;
  text-underline-offset: 3px;
}


.f_nts {
  font-family: "Noto Sans JP", sans-serif;
}

.f_vwt {
  font-family: var(--f-VWText);
}

.ttl, h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

:lang(ja) {
  font-family: var(--f-main)
}

:lang(en) {
  font-family: var(--f-VWHead);
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw800 {
  font-weight: 800;
}

.desc {
  font-size: clamp(1.5rem, 1.6vw + 0.6rem, 2.4rem);
  font-weight: 400;
  letter-spacing: -0.15rem;
}

.f8 {
  font-size: clamp(0.8rem, 0.8vw + 0.3rem, 0.8rem);
}

.f9 {
  font-size: clamp(0.9rem, 0.8vw + 0.3rem, 0.9rem);
}

.f10 {
  font-size: clamp(0.9rem, 0.8vw + 0.3rem, 1.0rem);
}

.f12 {
  font-size: clamp(1.2rem, 0.9vw + 0.3rem, 1.2rem);
}

.f13 {
  font-size: clamp(1.2rem, 0.95vw + 0.35rem, 1.3rem);
}

.f14 {
  font-size: clamp(1.2rem, 1vw + 0.4rem, 1.4rem);
}

.f15 {
  font-size: clamp(1.3rem, 1vw + 0.5rem, 1.5rem);
}

.f16 {
  font-size: clamp(1.4rem, 1vw + 0.5rem, 1.6rem);
}

.f18 {
  font-size: clamp(1.5rem, 1.2vw + 0.5rem, 1.8rem);
}

.f20 {
  font-size: clamp(1.8rem, 1.3vw + 0.5rem, 2rem);
}

.f21 {
  font-size: clamp(1.3rem, 1.35vw + 0.5rem, 2.1rem);
}

.f22 {
  font-size: clamp(1.8rem, 1.4vw + 0.6rem, 2.2rem);
}

.f23 {
  font-size: clamp(1.6rem, 1.5vw + 0.65rem, 2.3rem);
}

.f24 {
  font-size: clamp(1.6rem, 1.5vw + 0.6rem, 2.4rem);
}

.f25 {
  font-size: clamp(2rem, 1.6vw + 0.7rem, 2.5rem);
}

.f26 {
  font-size: clamp(2rem, 1.6vw + 0.65rem, 2.6rem);
}

.f27 {
  font-size: clamp(2rem, 1.65vw + 0.7rem, 2.7rem);
}

.f28 {
  font-size: clamp(2rem, 1.65vw + 0.8rem, 2.8rem);
}

.f30 {
  font-size: clamp(2rem, 1.7vw + 0.9rem, 3rem);
}

.f31 {
  font-size: clamp(2.1rem, 1.8vw + 1rem, 3.1rem);
}

.f32 {
  font-size: clamp(2.1rem, 1.7vw + 1.46rem, 3.2rem);
}

.f33 {
  font-size: clamp(2.1rem, 1.9vw + 1rem, 3.3rem);
}

.f34 {
  font-size: clamp(2.1rem, 1.95vw + 1rem, 3.4rem);
}

.f35 {
  font-size: clamp(2.2rem, 2vw + 1.2rem, 3.5rem);
}

.f36 {
  font-size: clamp(2.2rem, 2vw + 1.2rem, 3.6rem);
}

.f37 {
  font-size: clamp(2.2rem, 2.1vw + 1.3rem, 3.7rem);
}

.f38 {
  font-size: clamp(2.2rem, 2.1vw + 1.3rem, 3.8rem);
}

.f40 {
  font-size: clamp(2.4rem, 2.2vw + 1.3rem, 4rem);
}

.f41 {
  font-size: clamp(2.4rem, 2.3vw + 1.4rem, 4.1rem);
}

.f42 {
  font-size: clamp(2.4rem, 2.3vw + 1.4rem, 4.2rem);
}

.f43 {
  font-size: clamp(2.4rem, 2.3vw + 1.4rem, 4.3rem);
}

.f46 {
  font-size: clamp(2.5rem, 2.4vw + 1.6rem, 4.6rem);
}

.f47 {
  font-size: clamp(2.6rem, 2.5vw + 1.7rem, 4.7rem);
}

.f49 {
  font-size: clamp(2.6rem, 2.5vw + 1.8rem, 4.9rem);
}

.f50 {
  font-size: clamp(2.6rem, 2.5vw + 1.8rem, 5rem);
}

.f55 {
  font-size: clamp(2.6rem, 2.5vw + 1.9rem, 5.5rem);
}

.f56 {
  font-size: clamp(2.6rem, 2.5vw + 1.9rem, 5.6rem);
}

.f57 {
  font-size: clamp(2.7rem, 2.5vw + 2rem, 5.7rem);
}

.f60 {
  font-size: clamp(3rem, 2.5vw + 2rem, 6rem);
}

.f65 {
  font-size: clamp(3.1rem, 2.6vw + 2.2rem, 6.5rem);
}

.f70 {
  font-size: clamp(3.2rem, 2.6vw + 2.5rem, 7rem);
}

.f75 {
  font-size: clamp(3.2rem, 2.6vw + 2.8rem, 7.5rem);
}

.f78 {
  font-size: clamp(3.4rem, 3vw + 2.9rem, 7.8rem);
}

.f80 {
  font-size: clamp(3.5rem, 3vw + 3rem, 8.0rem);
}

.f90 {
  font-size: clamp(3.6rem, 8vw + 1rem, 9.0rem);
}

.sys_l {
  display: inline-block;
  margin-left: -1.2rem;
}

sup {
  font-size: 0.6em;
  vertical-align: super;
  line-height: 0;
}


#wrapper {
  overflow: hidden;
  margin: 0 auto
}

.inner {
  width: var(--container);
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  padding: 2rem 3rem;
}

/*============= HEADER ==============*/
header {
  position: relative;
  z-index: 9;
}

.h_box {
  width: 100%;
  position: absolute;
  top: 94px;
  left: 0;
}

#logo {
  width: fit-content;
  margin-right: auto;
  position: relative;
}

#logo::before, #logo::after {
  content: '';
  position: absolute;
  height: 0.3rem;
  width: 100vw;
  background-color: #FFF;
  top: calc(50% - 0.3rem);
}

#logo img {
  width: calc(94 / 1920 * 100vw);
  min-width: 94px;
  height: auto;
}

/*============= MAIN ==============*/
main {
  position: relative;
  z-index: 2;
}

.btn a {
  width: 49.8rem;
  height: 8.1rem;
  background: var(--mcolor);
  font-size: 2rem;
  color: #FFF;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  max-width: 100%;
  border-radius: 99.9rem;
  letter-spacing: 0.05em;

  margin-top: 9rem;
  margin-bottom: 8rem;
}

.btn.center a {
  margin-left: auto;
  margin-right: auto;
}


/* Main Visual */
.mv {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.mv .inner {
  height: 100%;
}

.mv_caption {
  position: absolute;
  z-index: 1;
  bottom: 3rem;
  left: 2.8%;
  color: #FFF;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mv_caption_tt {
  margin-bottom: 0;
  letter-spacing: 0.01em;
  line-height: 1.6;
}

.mv_caption_sub {
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.mv_caption_note {
  color: #fff;
}

.sec_tt {
  padding-bottom: 3rem;
}

.sec01_box2 {
  position: relative;
  z-index: 2;
}

.sec01_tt1 {
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

.sec01_tt1 [lang="en"] {
  letter-spacing: -.1rem;
  margin-right: 0.3rem;
}

.sec01_tt2 {
  letter-spacing: 0.15rem;
  line-height: 1.06;
}

.sec01_tt3 {
  letter-spacing: 0;
  margin-bottom: 2.3rem;
}

.sec01_tt4 {
  margin-top: 9rem;
}

.sec01 .des {
  letter-spacing: -0.1rem;
}

.sec01_box1 .sec01_txt {
  line-height: 1.46;
  letter-spacing: 0.01em;
  margin-bottom: 4rem
}

.sec01_box2 {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec01_box2 img {
  width: calc(350 / 1100 * 100%);
}



.sec02 {
  padding: 7rem 0;
}


.sec02_tt {
  letter-spacing: 0.05rem;
  margin-bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}


.sec02_boxtt {
  margin-bottom: 5rem;
}

.sec02_tt {
  font-size: 5.6rem;
}

.sec02_list {
  display: grid;
  grid-template-columns: 200px minmax(0, 100%);
  gap: 4.5rem 50px;
  margin-top: 3rem;
}

.sec02_list dt {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 40px;
}

.sec02_list dd {
  font-size: 1.8rem;
  line-height: 40px;
}

.sec02_list dd .smaller {
  font-size: 89%;
  line-height: normal;
}

.sec02_list p {
  font-size: 1.8rem;
  margin-top: 3.5rem;
}

.sec02_list .lh_normal {
  line-height: normal;
  padding-top: 5px;
}


.sec02_list_inlist {
  display: grid;
  grid-template-columns: 200px auto;
  gap: 3.5rem 20px;
}

.sec02_list_inlist dt {
  font-size: 1.8rem;
  font-weight: 500;
}

.sec02_list_inlist dt .required {
  font-size: 1.4rem;
  position: relative;
  top: -15px;
}



.sec02_case {
  display: grid;
  grid-template-columns: 45% 50%;
  justify-content: space-between;
}



.sec03 {
  padding: 7rem 0;
}

.sec03_schedule {
  display: flex;
  align-items: flex-start;
  margin-top: 1rem;
}


.sec04 {
  padding: 7rem 0;
}

.sec04 img {
  margin-bottom: 2rem;
}

.sec04_box1 {
  margin-top: 6rem;
}

.sec04_tt1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.sec04_txt {
  font-size: 1.8rem;
  line-height: 29px;
}

.sec04_box2 {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}


/*============= MODAL ==============*/

.modal_trigger {
  font-size: clamp(1.5rem, 1.2vw + 0.5rem, 1.8rem);
  line-height: 1.46;
  letter-spacing: 0.01em;
  text-decoration: underline;
  transition: all 0.3s ease;
  cursor: pointer;

  /* reset */
  background: none;
  border: none;
}

.modal_trigger:hover {
  opacity: 0.7;
}

.modal_content {
  width: 80%;
  max-width: 1000px;
  min-height: 50vh;
  padding: 70px 40px;
  background: #fff;
}

.modal_content::backdrop {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.modal_content h2 {
  font-size: clamp(1.6rem, 1.5vw + 0.6rem, 2.4rem);
  font-weight: bold;
  padding-bottom: 30px;
}

.modal_text_box {
  border: 1px solid #ccc;
  padding: 20px;
  height: 370px;
  overflow-y: auto;
}

.modal_text_box p {
  font-size: clamp(1.5rem, 1.2vw + 0.5rem, 1.8rem);
}

.modal_close {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 4rem;
  line-height: 1;
  cursor: pointer;
  transition: all 0.3s ease;

  /* reset */
  background: none;
  border: none;
}

@media screen and (max-width: 750px) {
  .modal_content {
    width: 90%;
    padding: 60px 20px;
  }

  .modal_content h2 {
    font-size: 2.4rem;
    padding-bottom: 20px;
  }
}



/*============= FOOTER ==============*/
/*============= FOOTER ==============*/
footer {
  background-color: var(--mcolor);
  color: #fff;
  position: relative;
  z-index: 3;
}

.ft_box {
  padding-top: 7rem;
  padding-bottom: 6rem;
}

address {
  background-color: #000;
  padding: 9px;
  color: #bbbbbb;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 300;
  font-family: var(--f-VWHead);
  letter-spacing: -.04rem;
}

.ft_tt1 {
  margin-bottom: 1.5rem;
}

.ft_tt2 {
  margin-bottom: 1rem;
}

.ft_links li :lang(en) {
  letter-spacing: 0;
}

.ft_links li a {
  color: #fff;
  font-size: clamp(1.4rem, 1vw + 0.5rem, 1.6rem);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ft_time {
  font-size: clamp(1.4rem, 1vw + 0.5rem, 1.6rem);
}

.to_top {
  position: fixed;
  z-index: 9;
  width: 7rem;
  height: 7rem;
  bottom: 2rem;
  right: 2rem;
  cursor: pointer;
  transition: all .2s;
  opacity: 0;
  visibility: hidden
}

.to_top.show {
  transform: scale(1);
  opacity: 1;
  visibility: visible
}

/* FIREFOX ONLY */
@-moz-document url-prefix() {}

/* Safari 10.1+ (which is the latest version of Safari at this time) */
@media not all and (min-resolution: 0.001dpcm) {}

@media screen and (min-width: 751px) {
  .sp {
    display: none !important
  }

  .find_a, .find_out {
    cursor: pointer;
  }

  .nowrap_pc {
    white-space: nowrap;
  }

  .alignleft {
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
    max-width: 30rem
  }

  .alignright {
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
    max-width: 30rem
  }

  .image_r {
    float: right;
    margin: 0 0 0 5rem
  }

  .image_l {
    float: left;
    margin: 0 5rem 0 0
  }

  .h_box {
    top: 94px;
  }

  .h_box .inner {
    width: 76.7rem;
    min-width: 300px;
    max-width: 76.7rem;
    margin: 0 auto;
  }

  #logo::before {
    right: calc(100% + 2rem);
  }

  #logo::after {
    left: calc(100% + 2rem);
  }

  .mv {
    width: 100%;
    aspect-ratio: 3806 / 2184;
    max-height: 100vh;
    background: url('../images/mainvisual.jpg') no-repeat center bottom / cover;
  }

  .mb80 {
    margin-bottom: 8rem;
  }

  .sec01 {
    padding: 6rem 0 7rem;
  }

  .sec01_box1 {
    margin-bottom: 7.2rem;
  }



  .sec03_schedule img:first-child {
    padding-right: 5rem;
    margin-right: 5rem;
    border-right: 1px solid #000;
  }



  .sec04 {
    margin-bottom: 5.9rem;
  }

  .sec04_note {
    margin-bottom: 3rem;
  }

  .sec04_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .sec05_tt2 {
    margin-bottom: 1.7rem;
    letter-spacing: -.14rem;
  }

  .sec05 {
    margin-bottom: 12rem;
  }

  .sec05_list {
    display: grid;
    grid-template-columns: 500px 1fr;
    gap: 3.125rem;
    margin-bottom: 5.9rem;
  }

  .ft_links {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2.5rem;
    margin-bottom: 0.5rem;
  }

  .sec01_box2 {
    width: fit-content;
  }

  /* DEV TABLET */

  /* HOVER */
  .to_top img:hover, .find_a:hover, .pagenavi a:hover {
    opacity: .8
  }

  .ft_links li a:hover {
    text-decoration: none;
  }

  .btn a:hover {
    background-color: var(--scolor);
  }
}

@media screen and (min-width: 751px) and (max-width:1400px) {
  h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
    font-size: 190%;
  }

  .h_box {
    top: 6vw;
  }

  .to_top {
    width: 5rem;
  }

  .sec04_list dl dt {
    width: 45%;
  }

  .btn a {
    width: 60rem;
    height: 8rem;
    font-size: 2.4rem;
  }

  .sec05_bnr {
    gap: 1rem;
  }

  .ft_links li a {
    font-size: 2rem;
  }

  #logo {
    margin-right: 60px;
  }

  .mv_caption {
    display: block;
    bottom: 1.5rem;
    width: 100%;
  }
}

@media screen and (min-width: 751px) and (max-width:1024px) {
  html {
    font-size: 55%;
  }

  .sec02_tt {
    font-size: 4rem;
  }

  .sec02_list .sec02_listTtl {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 750px) {
  h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
    font-size: 160%;
  }

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

  .pc {
    display: none !important
  }

  #wrapper, header, main, footer, .inner {
    width: 100% !important;
    min-width: unset !important
  }

  .image_r, .image_l {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 auto 3rem !important
  }

  .btn a {
    font-size: 1.9rem;
    height: 5.5rem;
    margin-top: 2rem;
    margin-bottom: 4rem;
  }

  h1 .en, h2 .en, h3 .en, h4 .en, h5 .en, h6 .en, .ttl .en {
    display: inline-block;
    margin: 0 0.5rem;
  }

  /*==========================================================================*/
  /*                                 TOP PAGE                                 */
  /*==========================================================================*/
  .sys_l {
    margin-left: -0.8rem;
  }

  .h_box {
    top: 5vw;
  }

  #logo img {
    width: 5rem;
    min-width: auto;
  }

  #logo::before, #logo::after {
    height: 0.3rem;
  }

  #logo::before {
    right: calc(100% + 1rem);
  }

  #logo::after {
    left: calc(100% + 1rem);
  }

  .btn a {
    width: 30rem;
  }

  .btn {
    margin-bottom: 0;
  }

  /*============= MAIN ==============*/

  .mv {
    background-image: url('../images/mv_bg_sp.jpg');
    aspect-ratio: 375 / 439;
    min-height: auto;
  }

  .mv_caption {
    display: block;
    bottom: 1.5rem;
    width: 100%;
  }

  .sec_tt {
    padding-bottom: 1rem;
  }

  .sec01 {
    padding: 4rem 0;
  }

  .sec01_tt2 {
    letter-spacing: 0;
  }

  .sec01_tt3 {
    font-size: 2rem;
  }

  .sec01_tt4 {
    margin-top: 4rem;
    font-size: 1.8rem;
  }

  .sec01_box1 {
    margin-bottom: 0;
  }

  .sec01_box1 .sec01_txt {
    margin-bottom: 2rem;
  }

  .sec01_box2 {
    margin-top: 0;
  }

  .sec01_box2 img {
    width: 100%;
    margin-top: 2rem;
  }


  .sec02 {
    padding: 5rem 0;
  }

  .sec02_list {
    grid-template-columns: 100%;
    margin-top: 1rem;
    gap: 10px;
    margin-bottom: 3rem;
  }

  .sec02_list dt,
  .sec02_list dd {
    line-height: normal;
  }

  .sec02_list dd {
    padding-bottom: 2rem;
  }

  .sec02_list_inlist {
    grid-template-columns: 100%;
    gap: 5px;
  }

  .sec02_list_inlist dt .required {
    top: 0;
  }

  .sec02_case {
    grid-template-columns: 100%;
    gap: 50px;
  }


  .sec03 {
    padding: 4rem 0;
  }

  .sec03_schedule {
    flex-direction: column;
    gap: 50px;
  }

  .sec04 {
    margin-bottom: 40px;
  }

  .sec04 img {
    margin-bottom: 1rem;
  }

  .sec04_tt1 {
    font-size: 1.8rem;
  }

  .sec04_txt {
    font-size: 1.6rem;
  }

  .sec04_box2 {
    grid-template-columns: 100%;
  }

  .ft_links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 4rem;
    margin-bottom: 1.2rem;
  }

  .ft_tt2 {
    margin-bottom: 2rem;
  }

  /* DEV SP */

  address {
    font-size: 1.2rem;
  }

  /*============= FOOTER ==============*/
  .to_top {
    width: 5rem;
    height: 5rem;
    right: 1rem;
    bottom: 4rem;
  }

}

@media screen and (max-width: 374px) {
  html {
    font-size: 50%;
  }

  .ft_links li a {
    font-size: 1.8rem;
  }

  .f12 {
    font-size: 1.2rem;
  }

  .f13 {
    font-size: 1.3rem;
  }

  .f14 {
    font-size: 1.4rem;
  }

  .f15 {
    font-size: 1.5rem;
  }

  .f16 {
    font-size: 1.6rem;
  }

  .f17 {
    font-size: 1.6rem;
  }

  .f18 {
    font-size: 1.7rem;
  }

  .mv_caption_note {
    font-size: 1.2rem;
  }
}