@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: 200%;
  -webkit-text-size-adjust: none;
  font-weight: 300;
}

*, ::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: 1120px;

  --gray: #e9e9e9;
  --blue: #001e50;
  --red: red;

  --f-main: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "VWTextWeb", "Meiryo UI", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  --f-VWText: 'VWTextWeb', "Noto Sans JP", sans-serif;
  --f-VWHead: 'VWHeadWeb', "Noto Sans JP", sans-serif;
  /* --f-gothic: "游ゴシック体", "Yu Gothic", YuGothic, 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-main);
}

table {
  width: 100%
}

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

p, dd, dt, li, th, td, address {
  line-height: 1.75em;
  letter-spacing: -.06rem;
}

p {
  margin: 0 0 1.7em;
}

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: 10px
}

.mb15 {
  margin-bottom: 15px
}

.mb20 {
  margin-bottom: 20px
}

.mb30 {
  margin-bottom: 30px
}

.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;
}

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

/* h1 .en,h2 .en,h3 .en,h4 .en,h5 .en,h6 .en,.ttl .en{display: inline-block;margin: 0 9px;} */
h2 {
  margin-bottom: 24px;
}

h2:last-child {
  margin-bottom: 0;
}

h3 {
  margin-bottom: 30px;
}

h4 {
  margin-bottom: 30px;
}

h1 .en {
  font-weight: 800;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw800 {
  font-weight: 800;
}

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

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

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

.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.6rem, 1.6rem);
}

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

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

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

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

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

.f26 {
  font-size: clamp(1.8rem, 1.7vw + 0.8rem, 2.6rem);
}

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

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

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

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

.f32 {
  font-size: clamp(2.2rem, 1.8vw + 1rem, 3.2rem);
}

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

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

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

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

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

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

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

.f45 {
  font-size: clamp(2.8rem, 2.4vw + 1.5rem, 4.5rem);
}

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

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

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

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

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

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

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


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

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

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

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

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

#logo img {
  width: clamp(100px, calc(100 / 1366 * 100vw), 110px);
}

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

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

.btn:not(:last-child) {
  margin-bottom: 15px;
}

.btn a {
  min-width: 350px;
  height: 80px;
  background: var(--mcolor);
  border-radius: 80px;
  font-size: 2rem;
  color: #FFF;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  padding: 0 110px;
}

@media screen and (max-width: 750px) {
  .btn a {
    min-width: 250px;
    height: 60px;
    font-size: 1.8rem;
    padding: 0 60px;
  }
}

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

.btn_box:not(:last-child) {
  margin-bottom: 30px;
}

.btn_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.btn_box .btn {
  margin: 10px;
}

.btn_more {
  font-weight: 500;
  letter-spacing: 0.02rem;
}

.btn_more .en {
  margin: 0 5px;
  font-weight: 800;
}

/* Main Visual */
.mv {
  position: relative;
  min-height: 100vh;
}

.mv .inner {
  height: 100%;
  max-width: 1100px;
}

.mv_tt {
  color: #FFF;
  font-weight: bold;
  position: absolute;
  left: 18px;
  top: clamp(180px, calc(220 / 1366 * 100vw), 280px);
  line-height: 1.6;
}

.mv_caption {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  color: #FFF;
  left: 30px;
}

.mv_caption_tt {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-family: var(--f-VWHead);
  letter-spacing: 0;
  font-weight: 500;
}

.mv_caption_sub {
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: -.06rem;
}

.intro .desc {
  letter-spacing: 0;
}

.intro_ttl1 {
  margin-bottom: 4px;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}

.intro_ttl1 .en {
  margin-right: 10px;
  letter-spacing: 0.05rem;
  font-weight: 800;
}

.intro_ttl2 {
  margin-bottom: 5px;
  line-height: 1.15;
  /*letter-spacing: -0.5rem;*/
}

.intro_ttl2 .en {
  margin: 0 1.1rem 0 0rem;
  letter-spacing: 0.08rem;
}

/*.intro_ttl2 .jp{letter-spacing: -0.1rem;}*/
.intro_ttl3 {
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 36px;
  font-weight: 800;
}

.intro_ttl3 .f50 {
  margin-right: 7px;
}

.intro_ttl3 .en {
  margin-right: 5px;
}

.intro_ttl4 .en {
  font-weight: 800;
}

.intro_ttl5 {
  letter-spacing: -.05rem;
  margin-bottom: 15px;
}

.intro_ttl6 {
  letter-spacing: -0.12rem;
  margin-bottom: 16px;
  margin-top: -2px;
}

.intro_box1 .desc {
  letter-spacing: -.06rem;
}

.intro_box1 .desc .en {
  margin: 0 8px;
  display: inline-block;
}

.intro_box1 .desc .en:first-child {
  margin-left: 0;
}

.intro_box2 {
  margin-bottom: 30px;
}

.intro_box3 .desc {
  margin-bottom: 20px;
}

.intro_box3 .desc .min {
  letter-spacing: 0;
  line-height: 1.9;
  display: block;
}

.pick {
  position: relative;
  margin-bottom: 47px;
}

.pick_img {
  margin-bottom: 0;
}

.pick_img img {
  width: 100%;
}

.pick_caption {
  color: #FFF;
  position: absolute;
  z-index: 1;
  left: 5px;
  bottom: 5px;
  font-weight: 300;
  width: fit-content;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0;
  width: 95%;
}

.pick_caption .en {
  display: inline-block;
  margin-right: 4px;
  letter-spacing: 0;
}

.pick_caption.f12 {
  line-height: 1.2;
}

.prize {
  padding: 43px 0 32px;
  background-color: var(--mcolor);
}

.prize * {
  color: #FFF;
}

.prize_tt1 {
  margin-bottom: 21px
}

.prize_tt2 {
  margin-bottom: 3px;
}

.prize_lead {
  margin-bottom: 0;
}

.prize_tt3 {
  letter-spacing: -.1rem;
  line-height: 1.3;
  margin-bottom: 27px;
}

.prize_tt3+.col2 {
  margin-bottom: 44px;
}

.prize_tt3 .en {
  letter-spacing: 0.1rem;
}

.prize_tt4 {
  line-height: 1.2;
  margin-bottom: 33px;
}

.pick_caption.out {
  top: calc(100% + 4px);
}

.camp_tt1 {
  margin-bottom: 8px;
  letter-spacing: -.1rem;
}

.camp_tt2 {
  margin-bottom: 5px;
}

.camp .f15 {
  line-height: 1.6;
  margin-bottom: 15px;
}

.life_style {
  padding: 40px 0 80px;
}

.life_style_head,
.model_head,
.foot_head {
  padding: 39px 0 35px;
  background-color: var(--mcolor);
  color: #FFF;
  margin-bottom: 22px;
}

.life_style_inner,
.model_inner {
  width: 95%;
  max-width: 1120px;
  min-width: auto;
  padding: 70px 0;
}

.life_style_ite+.life_style_ite {
  padding-top: 50px;
}

.model_ite+.model_ite {
  padding-top: 90px;
  margin-top: 90px;
  border-top: 1px solid #000;
}

.life_style_item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.life_style_img,
.life_style_text,
.model_img,
.model_text {
  width: 48%;
  max-width: 533px;
  position: relative;
}

.life_style_img img,
.model_img img {
  width: 100%;
  height: auto;
}

.life_style_caption,
.model_caption {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 95%;
  color: #FFF;
}

.life_style_tt2 {
  margin-bottom: 15px;
}

.life_style_desc {
  line-height: calc(27 / 20);
}

.model_item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}

.model_desc {
  line-height: calc(35 / 22);
  margin-bottom: 20px;
}

.model_list {
  border: 2px solid var(--mcolor);
  padding: 15px 25px;
}

.model_list_tt2 {
  margin-bottom: 5px;
}

.model_list_desc {
  line-height: calc(32 / 20);
}


@media screen and (min-width: 751px) {
  .col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 16px;
  }

  .camp {
    padding: 80px 0 48px;
  }

  .camp_box {
    margin-bottom: 53px;
  }

  .life_style_tt1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .life_style_tt1::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    flex: 1;
    margin-left: 10px;
  }
}


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

  .life_style_inner,
  .model_inner {
    padding: 40px 20px;
  }

  .life_style_ite+.life_style_ite {
    padding-top: 30px;
  }

  .model_ite+.model_ite {
    padding-top: 30px;
    margin-top: 30px;
  }

  .life_style_item,
  .model_item {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .life_style_img,
  .life_style_text,
  .model_img,
  .model_text {
    width: 100%;
    max-width: none;
  }

  .model_list {
    padding: 15px;
  }
}

.foot_btn {
  padding: 90px 0;
}

@media screen and (max-width: 750px) {
  .foot_btn {
    padding: 40px 0;
  }
}



/*============= FOOTER ==============*/
footer {
  position: relative;
  z-index: 3;
}

.ft_tt1 {
  margin-bottom: 5px;
}

.ft_tt2 {
  margin-bottom: 0;
}

.ft_tt3 {
  margin-bottom: 5px;
}


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

.ft_links a {
  text-decoration: underline;
}



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

.to_top {
  position: fixed;
  z-index: 9;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  transition: all .4s;
  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) {

  /* h1 .en,h2 .en,h3 .en,h4 .en,h5 .en,h6 .en,.ttl .en{letter-spacing: 0.12rem;} */
  #logo::before {
    right: calc(100% + 40px);
  }

  #logo::after {
    left: calc(100% + 40px);
  }

  .mv {
    height: 959px;
    background: url('../images/mv_bg.jpg') no-repeat center /cover;
  }

  .intro {
    padding: 63px 0 48px;
  }

  .pick_caption.right {
    left: inherit;
    right: 3px;
    bottom: 2px;
    letter-spacing: -.06rem;
    text-align: right;
  }

  .intro_box3 {
    margin-bottom: 78px;
  }

  .intro_box4 {
    margin-bottom: 0;
  }

  .intro_box0 {}

  .intro_box0 .box {}

  .intro_box1 {
    margin-bottom: 72px;
  }

  .prize .des {
    margin-bottom: 19px;
  }
}

@media screen and (min-width: 751px) and (max-width:1400px) {
  .mv {
    height: 100vh;
    min-height: 700px;
  }

  #logo img {
    width: 100px;
  }

  .h_box {
    top: 60px;
  }

  .to_top {
    width: 50px;
  }
}

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

  p {
    font-size: 1.8rem;
  }
}