/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./scss/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: ".";
  font-size: 0.1em;
  line-height: 0;
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1px;
}

.clearfix {
  display: block;
}

:root {
  --sec: 8rem;
  --side: 4rem;
  --gap: 4rem;
  --gap: 2rem;
  --header_h: 7.6rem;
  --bk: #212121;
  --wh: #fff;
  --blue: #003399;
  --blue_l: #0062EE;
  --gray_d: #3E3E3E;
  --gray_l: #EFEFEF;
  --gray_l2: #D0D0D0;
}
@media screen and (max-width: 767px) {
  :root {
    --sec: 8rem;
    --side: 2rem;
    --gap: 4rem;
    --gap: 2rem;
    --header_h: 4.8rem;
  }
}

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Antonio", "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-optical-sizing: auto;
  font-size: 2.1rem;
  color: var(--wh);
  line-height: 1.4;
  background: var(--bk);
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  /* font-feature-settings : "palt"; */
}
h1, h2, h3, h4, strong, em {
  font-weight: normal;
}

a {
  display: inline-block;
  color: var(--wh);
  text-decoration: none;
  word-break: break-word;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: text-bottom;
}

li {
  list-style: none;
}

.svg-block {
  display: block;
}

object {
  pointer-events: none;
}

.svg-link object {
  overflow: visible;
}

svg {
  width: 100%;
  height: auto;
}

::-moz-selection {
  background: var(--blue);
  color: var(--wh);
}

::selection {
  background: var(--blue);
  color: var(--wh);
}

::-moz-selection {
  background: var(--blue);
  color: var(--wh);
}

form ::-moz-selection {
  background: var(--blue);
  color: var(--wh);
}

form ::selection {
  background: var(--blue);
  color: var(--wh);
}

form ::-moz-selection {
  background: var(--blue);
  color: var(--wh);
}

:focus {
  outline: 0;
}

.nolink {
  cursor: inherit;
  pointer-events: none;
  opacity: 0.3;
}

.br_sp {
  display: none;
}

.br_pc {
  display: inline-block;
}

/* ***** Common **************** */
.pc {
  display: inline;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: inline;
  }
}
/* ***** Layout **************** */
#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
#wrapper #container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#wrapper #footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

#maincontents {
  margin-top: var(--header_h);
}

section {
  position: relative;
  padding: var(--sec) 0;
}

.blockwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--side);
}

@media screen and (max-width: 767px) {
  .thin {
    max-width: 100%;
  }
}
/* ***** video **************** */
iframe,
video {
  -webkit-filter: drop-shadow(0px 0px #000);
          filter: drop-shadow(0px 0px #000);
  outline: none;
  border: none;
}

.iframe_wrap,
.video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.iframe_wrap iframe,
.iframe_wrap video,
.video iframe,
.video video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video_bg {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.video_bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* ***** swiper **************** */
.swiper {
  height: 100%;
}
.swiper .sprev, .swiper .snext {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.swiper .sprev .arw path, .swiper .snext .arw path {
  fill: var(--wh);
}
.swiper .sprev:hover, .swiper .snext:hover {
  opacity: 0.6;
}
.swiper .sprev {
  left: 20%;
}
.swiper .sprev .arw {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.swiper .snext {
  right: 20%;
}

@media screen and (max-width: 767px) {
  .swiper .sprev {
    left: 4px;
  }
  .swiper .snext {
    right: 4px;
  }
}
.h1 {
  font-size: 7.2rem;
}

.h2 {
  font-size: 3.6rem;
}

.h3 {
  font-size: 3.2rem;
}

.en {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .h1 {
    font-size: 4.8rem;
  }
  .h2 {
    font-size: 3rem;
  }
  .h3 {
    font-size: 2.4rem;
  }
}
.static_page {
  padding: 0 var(--side);
}
.static_page .blockwrap {
  padding: 0;
}
.static_page .sec_title {
  width: 35%;
  line-height: 1;
}
.static_page .txt_blc {
  width: 65%;
  margin-left: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .static_page .sec_title {
    width: 100%;
    margin-bottom: 4rem;
  }
  .static_page .txt_blc {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
    cursor: default;
  }
}
body.top #nav {
  display: none;
}

#nav {
  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;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--bk);
  z-index: 99;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
body.scrldown #nav {
  opacity: 0;
  pointer-events: none;
}
#nav #nav_logo {
  width: 28rem;
  position: relative;
  font-size: 0;
  z-index: 9;
  background: var(--blue);
}
#nav #nav_logo a {
  display: block;
  padding: 2rem 4rem;
}
#nav #main_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: var(--side);
  padding-right: var(--side);
}
#nav #main_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  row-gap: 0;
  line-height: 1;
}
#nav #main_nav ul.sns {
  gap: 2rem;
  margin-left: 4rem;
}
#nav #main_nav ul.sns path {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#nav #main_nav svg {
  width: 2.4rem;
  height: auto;
  display: block;
}
#nav #main_nav a.current, #nav #main_nav a:hover {
  color: var(--blue_l);
}
#nav #main_nav a.current path, #nav #main_nav a:hover path {
  fill: var(--blue_l);
}
#nav #nav_btn {
  display: none;
}

@media screen and (max-width: 767px) {
  #nav #nav_logo {
    width: 15rem;
  }
  #nav #nav_logo a {
    display: block;
    padding: 1.5rem 2rem;
  }
  #nav #main_nav {
    -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;
    width: 100%;
    height: 100dvh;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    background: var(--blue);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #nav #main_nav ul {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4rem;
  }
  #nav #main_nav ul.sns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
    margin-left: 0;
    margin-top: 8rem;
  }
  #nav #main_nav a {
    font-size: 2.8rem;
    color: var(--wh);
  }
  #nav #nav_btn {
    display: block;
    position: relative;
    width: 3.6rem;
    height: 2rem;
    margin-right: var(--side);
    cursor: pointer;
    z-index: 9;
  }
  #nav #nav_btn::before, #nav #nav_btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--wh);
    width: 100%;
    height: 0.1rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -6px);
            transform: translate(-50%, -6px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #nav #nav_btn::after {
    -webkit-transform: translate(-50%, 6px);
            transform: translate(-50%, 6px);
  }
  body.navopen {
    overflow: hidden;
  }
  body.navopen #nav #main_nav {
    opacity: 1;
    pointer-events: auto;
  }
  body.navopen #nav #nav_btn::before {
    background: var(--wh);
    -webkit-transform: translate(-50%, -50%) rotate(30deg);
            transform: translate(-50%, -50%) rotate(30deg);
  }
  body.navopen #nav #nav_btn::after {
    background: var(--wh);
    -webkit-transform: translate(-50%, -50%) rotate(-30deg);
            transform: translate(-50%, -50%) rotate(-30deg);
  }
}
#footer {
  position: relative;
  padding: var(--side);
  padding-top: 12rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  background: var(--bk);
}
#footer #footer_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
#footer #footer_logo {
  width: 100%;
  max-width: 50rem;
  margin-bottom: 3rem;
}
#footer #footer_logo a {
  display: block;
}
#footer #footer_logo a svg path {
  fill: var(--blue);
}
#footer dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: 0.5rem;
  margin-bottom: 1rem;
  font-family: "Antonio", sans-serif;
  font-weight: 300;
  font-size: 3.6rem;
  line-height: 1;
}
#footer dl dt {
  width: 6rem;
  font-size: 2.1rem;
}
#footer dl dd {
  width: calc(100% - 6rem);
}
#footer .mail a {
  text-decoration: underline;
}
#footer .mail a:hover {
  color: var(--blue_l);
}
#footer #copyright {
  position: absolute;
  right: var(--side);
  bottom: var(--side);
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  #footer {
    padding-top: 8rem;
    font-size: 1.6rem;
  }
  #footer #copyright {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 4rem;
    font-size: 1rem;
  }
}
#top {
  /* ***** topview ********* */
}
#top #maincontents {
  margin-top: 0;
}
#top #topview {
  padding: 0;
  background: var(--blue);
}
#top #topview #top_title {
  width: 100%;
  max-width: 38rem;
  margin: var(--sec) auto;
}
#top #topview #top_title p {
  margin-top: 1rem;
  font-size: 2.1rem;
  text-align: center;
  letter-spacing: 0.25em;
}
#top #topview #models_link {
  width: 100%;
  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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#top #topview #models_link a {
  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;
  width: 50%;
  padding: 12rem 2rem;
  font-size: 7.2rem;
  text-align: center;
  line-height: 1.2;
}
#top #topview #models_link .men {
  color: var(--blue_l);
  background: var(--bk);
}
#top #topview #models_link .men:hover {
  color: var(--bk);
  background: var(--blue_l);
}
#top #topview #models_link .women {
  color: var(--blue);
  background: var(--gray_l);
}
#top #topview #models_link .women:hover {
  color: var(--wh);
  background: var(--blue_l);
}
#top #topview #page_links {
  width: 100%;
  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;
  padding: var(--sec) 0;
  gap: 8rem;
}
#top #topview #page_links a {
  font-size: 3.6rem;
  text-align: center;
}
#top #topview #page_links a:hover {
  color: var(--blue_l);
}
@media screen and (max-width: 767px) {
  #top #topview #top_title {
    padding: 0 var(--side);
  }
  #top #topview #top_title p {
    font-size: 1.8rem;
  }
  #top #topview #models_link a {
    padding: 8rem 1rem;
    font-size: 4.4rem;
  }
  #top #topview #page_links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}

.page_men {
  --color_txt: var(--wh);
  --color_bg: var(--bk);
  --color_bg2: var(--gray_d);
  --hover_color: var(--blue_l);
}

.page_women {
  --color_txt: var(--bk);
  --color_bg: var(--gray_l);
  --color_bg2: var(--gray_l2);
  --hover_color: var(--blue_l);
}

/* ***** title set ********* */
#model_title_set {
  padding: var(--sec) var(--side);
}
#model_title_set h1 {
  margin-bottom: 2rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  #model_title_set {
    padding: 4rem var(--side);
  }
}
#tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
#tag_list li {
  font-size: 1.6rem;
  line-height: 0;
}
#tag_list a {
  padding: 0.6rem 3rem 0.9rem 3rem;
  line-height: 1;
  border: 1px solid var(--color_txt);
}
#tag_list a:hover, #tag_list a.current {
  color: var(--color_bg);
  background: var(--color_txt);
}

@media screen and (max-width: 767px) {
  #tag_list {
    gap: 0.5rem;
  }
  #tag_list a {
    padding: 0.3rem 2rem 0.4rem 2rem;
    font-size: 1.4rem;
  }
}
#model_single #model_title_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: var(--side);
}
#model_single #tag_list a {
  padding: 0.2rem 1rem 0.5rem 1rem;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  #model_single #model_title_set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
  #model_single #tag_list a {
    padding: 0.3rem 2rem 0.4rem 2rem;
    font-size: 1.4rem;
  }
}
#model_single,
#model_archive {
  color: var(--color_txt);
  background: var(--color_bg);
}
#model_single a,
#model_archive a {
  color: var(--color_txt);
}

/* ***** model list ********* */
#models_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 2rem;
  row-gap: 4rem;
  padding: 0 var(--side);
  padding-bottom: var(--sec);
}
#models_list .model_item {
  width: calc((100% - 8rem) / 5);
}
#models_list .model_item .model_img {
  width: 100%;
  padding-top: 133.33%;
  position: relative;
  background: var(--hover_color);
}
#models_list .model_item .model_img img, #models_list .model_item .model_img video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#models_list .model_item .model_img img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#models_list .model_item .model_info {
  margin-top: 1rem;
  font-size: 3.2rem;
  line-height: 1;
}
#models_list .model_item .model_info p {
  font-size: 2.4rem;
}
#models_list .model_item a {
  display: block;
}
#models_list .model_item a:hover {
  color: var(--hover_color);
}
#models_list .model_item a:hover .model_img img {
  opacity: 0.6;
}

#models_list.medium {
  gap: 4rem;
}
#models_list.medium .model_item {
  width: calc((100% - 8rem) / 3);
}

@media screen and (max-width: 767px) {
  #models_list {
    padding-left: 0;
    padding-right: 0;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
  #models_list .model_item {
    width: calc((100% - 0.5rem) / 2);
  }
  #models_list .model_item .model_img {
    background: var(--hover_color);
  }
  #models_list .model_item .model_img img {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  #models_list .model_item .model_info {
    padding: 0 1rem;
    font-size: 2.4rem;
  }
  #models_list .model_item .model_info p {
    font-size: 1.8rem;
  }
  #models_list.medium {
    padding-left: var(--side);
    padding-right: var(--side);
  }
  #models_list.medium .model_item {
    width: 100%;
  }
  #models_list.medium .model_item .model_info {
    padding: 0;
  }
}
#model_single {
  /* ***** page_nav ********* */
  /* ***** model_detail ********* */
  /* ***** images section ********* */
}
#model_single #page_nav {
  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;
  gap: 1rem;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 9;
}
#model_single #page_nav a {
  position: relative;
  width: 16rem;
  padding: 0.6rem 3rem 0.9rem 3rem;
  text-align: center;
  line-height: 1;
  color: var(--bk);
  background: var(--wh);
}
#model_single #page_nav a svg {
  width: 2rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #model_single #page_nav a:hover {
    color: var(--wh);
    background: var(--bk);
  }
  #model_single #page_nav a:hover svg path {
    fill: var(--wh);
  }
}
@media screen and (max-width: 767px) {
  #model_single #page_nav {
    width: 100%;
    gap: 0;
    right: 0;
    bottom: 0;
  }
  #model_single #page_nav a {
    width: 25%;
    padding: 0.8rem 0 1rem 0;
    font-size: 1.8rem;
    border-right: 1px solid var(--bk);
  }
  #model_single #page_nav a:last-child {
    border-right: none;
  }
  #model_single #page_nav a svg {
    display: none;
  }
}
#model_single #model_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding: var(--sec) var(--side);
  padding-top: 0;
}
#model_single #model_detail .model_img {
  width: 50%;
  padding-right: 2rem;
}
#model_single #model_detail .model_img .img {
  width: 100%;
  padding-top: 133.33%;
  position: relative;
}
#model_single #model_detail .model_img .img img, #model_single #model_detail .model_img .img video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
#model_single #model_detail .model_info {
  position: sticky;
  top: var(--sec);
  width: 50%;
  max-width: 34rem;
  margin: 0 auto;
}
#model_single #model_detail .model_info .name {
  padding: 15% 0;
}
#model_single #model_detail .model_info h1 {
  line-height: 1;
}
#model_single #model_detail .model_info .status {
  margin-top: 1rem;
}
#model_single #model_detail .model_info .model_data dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#model_single #model_detail .model_info .model_data dl dt, #model_single #model_detail .model_info .model_data dl dd {
  padding: 1rem 0;
  line-height: 1;
  border-bottom: 1px solid var(--color_txt);
}
#model_single #model_detail .model_info .model_data dl dt {
  width: 100px;
  font-size: 1.6rem;
}
#model_single #model_detail .model_info .model_data dl dd {
  width: calc(100% - 100px);
  font-size: 3.6rem;
  text-align: right;
}
#model_single #model_detail .model_info .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
}
#model_single #model_detail .model_info .sns a {
  display: block;
  width: 3rem;
  height: 3rem;
}
#model_single #model_detail .model_info .sns a svg path {
  fill: var(--color_txt);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#model_single #model_detail .model_info .sns a:hover svg path {
  fill: var(--hover_color);
}
@media screen and (max-width: 767px) {
  #model_single #model_detail {
    display: block;
    padding: var(--sec) var(--side);
    padding-top: 0;
  }
  #model_single #model_detail .model_img {
    width: 100%;
    padding-right: 0;
  }
  #model_single #model_detail .model_info {
    position: relative;
    top: auto;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  #model_single #model_detail .model_info .name {
    padding: 4rem 0;
  }
  #model_single #model_detail .model_info .status {
    font-size: 1.8rem;
  }
  #model_single #model_detail .model_info .model_data dl dt {
    font-size: 1.4rem;
  }
  #model_single #model_detail .model_info .model_data dl dd {
    font-size: 3rem;
  }
}
#model_single .imgs_sec .shoulder {
  position: absolute;
  top: var(--sec);
  left: 0;
  line-height: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: translateX(1.8rem);
          transform: translateX(1.8rem);
}
#model_single .imgs_sec .blockwrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: var(--side);
}
#model_single .imgs_sec .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - var(--side)) / 2);
}
#model_single section:nth-child(4),
#model_single section:nth-child(6) {
  background: var(--color_bg2);
}
#model_single #polaroid .item {
  width: calc((100% - var(--side) * 3) / 4);
}
@media screen and (max-width: 767px) {
  #model_single .imgs_sec {
    padding-top: 0;
  }
  #model_single .imgs_sec .blockwrap {
    padding-left: 0;
    padding-right: 0;
  }
  #model_single .imgs_sec .shoulder {
    position: relative;
    top: auto;
    left: auto;
    padding: 4rem var(--side) 1rem var(--side);
    line-height: 1;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #model_single .imgs_sec .blockwrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: var(--side);
  }
  #model_single .imgs_sec .item {
    width: 100%;
  }
  #model_single #polaroid .item {
    width: 100%;
    padding: 0 var(--side);
  }
  #model_single #video .item {
    width: 100%;
    padding: 0 var(--side);
  }
}

#company {
  /* ***** Company ********* */
  /* ***** Access ********* */
}
#company #company_sec {
  border-bottom: 1px solid var(--wh);
}
#company #company_sec .info_blc + .info_blc {
  margin-top: var(--sec);
}
#company #company_sec dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 4rem;
  border-top: 1px solid var(--gray_d);
}
#company #company_sec dl dt, #company #company_sec dl dd {
  padding: 2rem 0;
  line-height: 1;
  border-bottom: 1px solid var(--gray_d);
}
#company #company_sec dl dt {
  width: 15rem;
}
#company #company_sec dl dd {
  width: calc(100% - 15rem);
}
@media screen and (max-width: 767px) {
  #company #company_sec {
    padding-top: 4rem;
  }
  #company #company_sec dl dt {
    width: 100%;
    font-size: 1rem;
    padding-bottom: 0;
    border-bottom: 0;
  }
  #company #company_sec dl dd {
    width: 100%;
    padding-top: 1rem;
  }
}
#company #access_sec .access_txt + .access_txt {
  margin-top: var(--sec);
}
#company #access_sec .access_txt a {
  margin-top: 4rem;
  padding: 0.5rem 2rem;
  border: 1px solid var(--wh);
  font-family: "Antonio", sans-serif;
  font-weight: 300;
  line-height: 1;
}
#company #access_sec .access_txt a:hover {
  color: var(--bk);
  background: var(--wh);
}

#contact {
  /* ***** Contact ********* */
}
#contact .contact_text p {
  font-weight: bold;
}
#contact .contact_text .txt + .txt {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #contact .contact_text p {
    font-size: 1.4rem;
  }
  #contact .contact_text .txt + .txt {
    margin-top: 2rem;
  }
}
#contact .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  margin: var(--sec) 0;
  font-family: "Antonio", sans-serif;
  font-weight: 300;
}
#contact .contacts .item {
  font-size: 5.6rem;
  line-height: 1;
}
#contact .contacts .item h3 {
  margin-bottom: 0.5rem;
  font-size: 2.1rem;
  color: #7E7E7E;
}
#contact .contacts .item.international_call {
  font-size: 3.6rem;
}
#contact .contacts .item.international_call h3 {
  font-size: 1.6rem;
}
#contact .contacts .item.hours {
  font-size: 2.1rem;
}
#contact .contacts a:hover {
  color: var(--blue_l);
}
@media screen and (max-width: 767px) {
  #contact .contacts .item {
    font-size: 3.4rem;
  }
  #contact .contacts .item h3 {
    font-size: 1.8rem;
  }
  #contact .contacts .item.international_call {
    font-size: 2.4rem;
  }
  #contact .contacts .item.international_call h3 {
    font-size: 1.4rem;
  }
  #contact .contacts .item.hours {
    font-size: 1.8rem;
  }
  #contact .contacts a:hover {
    color: var(--blue_l);
  }
}
#contact .note {
  font-size: 1.2rem;
}

#become-a-model {
  /* ***** become ********* */
}
#become-a-model .blockwrap {
  max-width: 86rem;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: var(--sec);
}
#become-a-model .txt_blc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
}
#become-a-model .txt_blc .txten {
  margin-top: 2rem;
}
#become-a-model .h1 {
  font-size: 12rem;
  line-height: 1;
}
#become-a-model .lead p {
  font-weight: bold;
}
#become-a-model .email {
  line-height: 1;
}
#become-a-model .email p {
  margin-bottom: 0.5rem;
  line-height: 1;
  color: #7E7E7E;
}
#become-a-model .email a {
  font-size: 5.6rem;
}
#become-a-model .email a:hover {
  color: var(--blue_l);
}
#become-a-model .email a + p {
  margin-top: 4rem;
}
#become-a-model .items {
  width: 100%;
  max-width: 40rem;
  margin: 0 auto;
  border-top: 1px solid var(--gray_d);
}
#become-a-model .items .item {
  padding: 2rem 0;
  line-height: 1;
  border-bottom: 1px solid var(--gray_d);
}
@media screen and (max-width: 767px) {
  #become-a-model .h1 {
    font-size: 9rem;
  }
  #become-a-model .email a {
    font-size: 3.4rem;
  }
  #become-a-model .items {
    max-width: 24rem;
  }
}

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