@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

* {
  font-size: 18px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: "Menlo", "Courier", monospace;
  letter-spacing: 2px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
  color: black;
  padding: 0px;
  margin: 0px;
}

.sp_only {
  display: none;
}

header.sp {
  display: none;
}

.sp_navi_menu {
  display: none;
}

.sp_navi_menu_always {
  display: none;
}

header.pc {
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  background-color: white;
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 5%;
}

header.pc .logo_ht {
  position: relative;
  width: 20%;
  max-width: 280px;
  min-width: 10px;
}


header.pc .logo_ht a img {
  width: 100%;
}

header.pc .navi_main {
  position: relative;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  width: 100%;
}

header.pc .navi_main ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

header.pc .navi_main ul li.navis_parent {
  position: relative;
  display: inline-block;
  padding:0 20px;
}

header.pc .navi_main ul li.navis_parent:first-child {
  padding-left: 60px;
}

header.pc .button_insta svg {
  width: 30px;
  fill: #004097;
}

header.pc .button_insta svg:hover {
  fill: #ed4324;
}

.navis_parent:nth-child(3) {
  margin-left: auto;
}

header.pc {
  box-sizing: border-box;
}

.navis_child {
  position: absolute;
  width: 90%;
  display: flex;
  justify-content: space-between;
}

.navis_child {
  position: relative;
  padding: 20px 0;
}

.navis_child li {
  display: none;
  position: absolute;
}

.navis_child li:first-child {
  left: 0;
}

.navis_child li:last-child {
  right: 0;
}


section.mainHero {
  position: relative;
  width: 100%;
  height: 750px;
  margin-top: 0px;
  padding-top: 180px;
}

section.mainHero #models_slide {
  width: 1000px;
  height: 700px;
  margin: 0 auto;
  overflow: hidden;
}

section.pick_up1 {
  position: relative;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

section.pick_up1 .pic_main {
  width: 90%;
}

section.pick_up1 .pic_main img {
  width: 100%;
}

section.pick_up1 .pic_text {
  width: 8%;
  writing-mode: vertical-rl;
  text-align: center;
  padding-right: 0px;
  line-height: 2;
}

section.pick_up1 .pic_text p {
  font-size: 25px;
}

section.pick_up2 {
  position: relative;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

section.pick_up2 .pic_main {
  position: relative;
  width: 90%;
}

section.pick_up2 .pic_main img {
  width: 100%;
}

section.pick_up2 .pic_text {
  width: 10%;
  writing-mode: vertical-rl;
  text-align: center;
  padding-right: 0px;
  line-height: 2;
}

section.pick_up2 .pic_text p {
  font-size: 25px;
}

section.pick_yoko {
  position: relative;
  width: 90%;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

section.pick_yoko .pick_contents {
  width: 90%;
}

section.pick_yoko .pick_contents:first-child {
  margin-right: 20px;
}

section.pick_yoko .pic_main {
  position: relative;
  width: 100%;
}

section.pick_yoko .pic_main img {
  width: 100%;
}

section.pick_yoko .pic_text {
  width: 100%;
  text-align: center;
  line-height: 2;
  margin-top: 10px;
}

section.pick_yoko .pic_text p {
  font-size: 25px;
}

footer {
  position: relative;
  width: 100%;
  margin-top: 100px;
  background-color: whitesmoke;
  display: inline-block;
  padding-top: 60px;
  padding-bottom: 120px;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
}

footer .logo_west {
  width: 250px;
  margin-right: 20px;
  display: inline-block;
}

footer .navi_main {
  display: inline-block;
  vertical-align: 25%;
}

footer .navi_main {
  display: inline-block;
  vertical-align: 25%;
}

footer .footer_address {
  color: white;
  text-align: left;
  margin-left: 20px;
  font-size: 16px;
  line-height: 27px;
  font-family: poppins, ryo-gothic-plusn, sans-serif;
  font-weight: 500;
}

footer .footer_address a {
  color: white;

}


@media all and (max-width: 500px) {
  footer .footer_address {
    margin-left: 0;
    margin-top: 20px;
    font-size: 15px;
    text-align: center;
  }
}

footer .footer_address .jp_address {
  width: 45%;
  text-align: left;
}

footer .footer_address .jp_address span {
  font-size: 12px;
}

footer .footer_address .en_address {
  width: 55%;
  text-align: left;
  letter-spacing: 0px;
  margin-left: 10px;
}



footer .footer_contact a {
  color: white;
}

.model_detail_wrapper {
  max-width: 1330px;
  margin: 0 auto;
  margin-top: 0px;
  letter-spacing: 0px;
  padding-top: 200px;
}

.model_detail_wrapper .detail_data {
  display: flex;
  justify-content: space-between;
}

.model_detail_wrapper .detail_data .data_left {
  display: flex;
}

.model_detail_wrapper .detail_data .data_left .name {
  font-size: 32px;
}

.model_detail_wrapper .detail_data .data_left .size {
  margin-left: 20px;
  font-size: 20px;
}

.model_detail_wrapper .detail_data .data_left .size .size_d {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  padding-left: 15px;
}

.model_detail_wrapper .detail_data .data_left .size .size_d span {
  margin-bottom: 10px;
}

.model_detail_wrapper .detail_data .data_left .size .size_d .cate {
  display: block;
  text-align: center;
}

.model_detail_wrapper .detail_data .data_right p {
  display: inline-block;
  padding-left: 20px;
  font-size: 16px;
  text-decoration: underline;
}

.model_detail_wrapper .photosArea {
  width: 100%;
  margin-top: 10px;
}

.model_detail_wrapper .photosArea .photos1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.model_detail_wrapper .photosArea .photos2 {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.model_detail_wrapper .photosArea img {
  width: 100%;
}

.models_list {
  width: 90%;
  max-width: 1330px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  box-sizing: content-box;
  padding-top: 150px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.models_list .thums_area {
  width: 100%;
  margin: 0px;
  /*margin: 15px;*/
  margin-top: 30px;
}

.models_list .thums_area .thums_pic {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.models_list .thums_area .thums_pic img {
  width: 100%;
  height: auto;
}

.models_list .thums_area .thums_name {
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}

.about_area {
  width: 1000px;
  margin: 0 auto;
  margin-top: 0px;
  padding-top: 210px;
}

.about_area h1 {
  font-size: 30px;
  text-align: center;
  margin-top: 0px;
}

.about_area p {
  margin-top: 100px;
  line-height: 2;
  text-align: center;
  font-size: 15px;
}

.about_area img {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.contact_area {
  width: 980px;
  margin: 0 auto;
  margin-top: 200px;
}

.contact_area h1 {
  font-size: 30px;
  text-align: center;
  margin-top: 15px;
}

.contact_area .contact_cont {
  display: flex;
  justify-content: space-between;
}

.contact_area .contact_cont .areaA {
  letter-spacing: 0px;
  margin-top: 60px;
  line-height: 1.5;
}

.contact_area .contact_cont .areaA .map {
  padding-top: 30px;
}

.contact_area .contact_cont .areaA .en_adress {
  margin-bottom: 20px;
}

.contact_area .contact_cont .areaA p {
  margin-top: 20px;
  letter-spacing: -1px;
  line-height: 2;
  font-size: 12px;
}

.contact_area .contact_cont .areaB {
  letter-spacing: 0px;
  margin-top: 60px;
  line-height: 2.5;
}


@media screen and (max-width:1000px) {
    .models_list {
    /*  width: 1050px; */
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    box-sizing: content-box;
    padding-top: 150px;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .about_area {
    width: 90%;
    margin: 0 auto;
    margin-top: 0px;
    padding-top: 210px;
  }

  .about_message {
    width: 100%;
  }
  .contact_area .contact_cont .areaB {
    width: 90%;
  }
}


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

  .models_list {
    /*  width: 1050px; */
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    box-sizing: content-box;
    padding-top: 150px;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  
  .models_list .thums_area {
    width: 100%;
    margin: 0px;
    /*margin: 15px;*/
    margin-top: 30px;
  }

  /*
  .models_list .thums_area {
    width: calc(33% - 40px);
    margin: 10px;
    margin: 15px;
    margin-top: 30px;
  }
*/

  header.pc {
    display: none;
  }

  header.sp {
    display: block;
    position: fixed;
    background-color: white;
    width: 100%;
    margin-top: 0px;
    padding-bottom: 10px;
    z-index: 999;
  }

  header.sp .logo_west {
    position: relative;
    padding-top: 20px;
    width: 150px;
    left: 20px;
  }

  header.sp .menu-trigger,
  header.sp .menu-trigger span {
    display: inline-block;
    transition: all .2s;
    box-sizing: border-box;
  }

  header.sp .menu-trigger {
    position: absolute;
    width: 30px;
    height: 25px;
    right: 25px;
    top: 20px;
  }

  header.sp .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: black;
    border-radius: 2px;
  }

  header.sp .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  header.sp .menu-trigger span:nth-of-type(2) {
    top: 11px;
  }

  header.sp .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  header.sp .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }

  header.sp .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  header.sp .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }


  .button_insta svg {
    fill: #004097;
    width: 30px;
  }

  .sp_navi_menu.vwe {
    display: block;
    width: 100%;
  }

  /*ここからSPでも常時表示メニュー*/

  .sp_navi_menu_always {
    position: absolute;
    width: 100%;
    height: 60%;
    top: 55%;
    z-index: 99;
    background-color: white;
    text-align: center;
    line-height: 3.5;
    transition: all 600ms 0s ease;
    display: block;
  }

  .sp_navi_menu_always .navis {
    margin-top: 60px;
  }

  .sp_navi_menu_always .navi_insta {
    width: 30px;
    margin: 0 auto;
    margin-top: 40px;
  }

  .sp_navi_menu_always.vwe {
    display: block;
    width: 100%;
  }


  /*ここまでSPでも常時表示メニュー*/
}

@media all and (max-width: 500px) {
  html {
    height: 100%;
  }

  body {
    height: 100%;
  }

  header.pc {
    display: none;
  }

  header.sp {
    display: block;
    position: fixed;
    background-color: white;
    width: 100%;
    margin-top: 0px;
    padding-bottom: 0;
    z-index: 999;
    top: 0;
  }

  header.sp .logo_west {
    position: relative;
    padding-top: 20px;
    width: 150px;
    left: 20px;
  }

  header.sp .menu-trigger,
  header.sp .menu-trigger span {
    display: inline-block;
    transition: all .2s;
    box-sizing: border-box;
  }

  header.sp .menu-trigger {
    position: absolute;
    width: 30px;
    height: 25px;
    right: 25px;
    top: 20px;
  }

  header.sp .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: black;
    border-radius: 2px;
  }

  header.sp .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  header.sp .menu-trigger span:nth-of-type(2) {
    top: 11px;
  }

  header.sp .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  header.sp .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }

  header.sp .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  header.sp .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
  }

  .sp_navi_menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    margin-top: 0;
    z-index: 999;
    background-color: white;
    text-align: center;
    line-height: 3.5;
    transition: all 600ms 0s ease;
  }

  .sp_navi_menu .navis {
    margin-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100vh;
  }

  .sp_navi_menu .navi_insta {
    width: 30px;
    margin: 0 auto;
    margin-top: 40px;
  }

  .sp_navi_menu.vwe {
    display: block;
    width: 100%;
    z-index: 990;
  }
  

    /*ここからSPでも常時表示メニュー*/

    .sp_navi_menu_always {
      position: absolute;
      width: 100%;
      height: 60%;
      top: 55%;
      z-index: 99;
      background-color: white;
      text-align: center;
      line-height: 3.5;
      transition: all 600ms 0s ease;
      display: block;
    }
  
    .sp_navi_menu_always .navis {
      margin-top: 60px;
    }
  
    .sp_navi_menu_always .navi_insta {
      width: 30px;
      margin: 0 auto;
      margin-top: 40px;
    }
  
    .sp_navi_menu_always.vwe {
      display: block;
      width: 100%;
    }
  
  
    /*ここまでSPでも常時表示メニュー*/

  section.mainHero {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0px;
    overflow: visible;
    padding-top: 0px;
  }

  section.mainHero #models_slide {
    padding-top: 100px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  section.mainHero #models_slide img {
    width: 100%;
    height: 100%;
  }

  section.mainHero .textBox h1 {
    padding: 0px;
    margin: 0px;
    font-size: 20px;
  }

  section.pick_up1 {
    position: relative;
    width: 100%;
    margin-top: 60%;
    display: flex;
  }

  section.pick_up1 .pic_main {
    width: 85%;
  }

  section.pick_up1 .pic_main img {
    width: 100%;
  }

  section.pick_up1 .pic_text {
    width: 15%;
    writing-mode: vertical-rl;
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
    line-height: 1.5;
    font-size: 14px;
  }

  section.pick_up1 .pic_text p {
    font-size: 20px;
  }

  section.pick_up2 {
    position: relative;
    width: 100%;
    margin-top: 50px;
    display: flex;
  }

  section.pick_up2 .pic_main {
    position: relative;
    width: 85%;
  }

  section.pick_up2 .pic_main img {
    width: 100%;
  }

  section.pick_up2 .pic_text {
    width: 15%;
    writing-mode: vertical-rl;
    text-align: center;
    padding-right: 0px;
    padding-left: 15px;
    line-height: 1.5;
    font-size: 14px;
  }

  section.pick_up2 .pic_text p {
    font-size: 20px;
  }

  section.pick_yoko {
    position: relative;
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }

  section.pick_yoko .pick_contents {
    width: 95%;
  }

  section.pick_yoko .pick_contents:first-child {
    margin-right: 10px;
  }

  section.pick_yoko .pic_main {
    position: relative;
    width: 100%;
  }

  section.pick_yoko .pic_main img {
    width: 100%;
  }

  section.pick_yoko .pic_text {
    width: 100%;
    text-align: center;
    line-height: 1.5;
    font-size: 12px;
  }

  section.pick_yoko .pic_text p {
    font-size: 20px;
  }

  footer {
    position: relative;
    width: 100%;
    margin-top: 60px;
    background-color: whitesmoke;
    display: inline-block;
    padding-top: 40px;
    padding-bottom: 100px;
    text-align: center;
  }

  footer .logo_west {
    width: 250px;
    margin-right: 0px;
    display: inline-block;
  }

  footer .navi_main {
    display: inline-block;
    vertical-align: 25%;
    padding-top: 10px;
    font-size: 12px;
    line-height: 2;
  }

  footer .footer_adress {
    width: 90%;
    margin: 0 auto;
    display: block;
    line-height: 2;
    font-size: 12px;
  }

  footer .footer_contact {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
    background-color: black;
    color: white;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .sp_only {
    display: block;
  }

  .model_detail_wrapper {
    width: 100%;
    margin: 0 auto;
    padding-top: 90px;
  }

  .model_detail_wrapper .detail_data {
    display: block;
    justify-content: space-between;
  }

  .model_detail_wrapper .detail_data .data_left {
    display: block;
  }

  .model_detail_wrapper .detail_data .data_left .name {
    font-size: 26px;
    text-align: center;
  }

  .model_detail_wrapper .detail_data .data_left .size {
    margin-left: 0px;
    font-size: 8px;
    text-align: center;
  }

  .model_detail_wrapper .detail_data .data_left .size .size_d {
    display: inline-block;
    font-size: 11px;
    text-align: center;
    padding: 5px;
    padding-top: 30px;
  }

  .model_detail_wrapper .detail_data .data_left .size .size_d span {
    margin-bottom: 10px;
  }

  .model_detail_wrapper .detail_data .data_left .size .size_d .cate {
    display: block;
    text-align: center;
  }

  .model_detail_wrapper .detail_data .data_right {
    display: block;
    text-align: center;
  }

  .model_detail_wrapper .detail_data .data_right p {
    display: inline-block;
    padding: 8px;
    padding-top: 30px;
    font-size: 12px;
    text-decoration: underline;
  }

  .model_detail_wrapper .photosArea {
    width: 95%;
    margin: 0 auto;
    margin-top: 40px;
  }

  .model_detail_wrapper .photosArea .photos1 {
    width: 100%;
    display: block;
    justify-content: none;
  }

  .model_detail_wrapper .photosArea .photos2 {
    width: 100%;
    display: block;
    justify-content: none;
  }

  .model_detail_wrapper .photosArea .photos3 {
    width: 100%;
    display: block;
    justify-content: none;
  }

  .model_detail_wrapper .photosArea img {
    width: 100%;
  }

  .models_list {
    width: 90%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    box-sizing: content-box;
    padding-top: 30px;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .models_list .thums_area {
    width: 100%;
    height: 210px;
    margin: 50px 0;
  }

  .models_list .thums_area .thums_pic {
    width: 100%;
    height: auto;
  }

  .models_list .thums_area .thums_pic img {
    width: 100%;
    height: auto;
  }

  .models_list .thums_area .thums_name {
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
  }

  .about_area {
    width: 90%;
    margin: 0 auto;
    margin-top: 0px;
    padding-top: 100px;
  }

  .about_area h1 {
    font-size: 25px;
    text-align: center;
    margin-top: 0px;
  }

  .about_area p {
    margin-top: 30px;
    line-height: 2;
    text-align: center;
    font-size: 13px;
  }

  .contact_area {
    width: 90%;
    margin: 0 auto;
    margin-top: 80px;
  }

  .contact_area h1 {
    font-size: 25px;
    text-align: center;
    margin-top: 15px;
  }

  .contact_area .contact_cont {
    display: block;
    justify-content: space-between;
    font-size: 12px;
  }

  .contact_area .contact_cont .areaA {
    letter-spacing: 0px;
    margin-top: 60px;
    line-height: 1.5;
  }

  .contact_area .contact_cont .areaA .map {
    padding-top: 30px;
  }

  .contact_area .contact_cont .areaA .en_adress {
    margin-bottom: 20px;
  }

  .contact_area .contact_cont .areaA p {
    margin-top: 20px;
    letter-spacing: -1px;
    line-height: 2;
    font-size: 10px;
  }

  .contact_area .contact_cont .areaB {
    letter-spacing: 0px;
    margin-top: 60px;
    line-height: 2.5;
  }
}

/* 202306 tsuika become */

.form_block {
  display: flex;
  margin: 20px 0;
  align-items: center;
}

.form_ttl {
  margin: 140px 0px 50px 0;
  font-size: 32px;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.form_block dt {
  width: 220px;
}

.form_block dd input {
  padding: 15px 10px;
}

.birth dd {
  margin: 0 20px 0 0;
}

.birth dd input,
.lenge dd input {
  width: 80px;
}

.form_content {
  margin: 150px auto 100px;
  width: 70%;
  max-width: 800px;
  min-width: 300px;
}

.sub_btn input {
  width: 200px;
  font-size: 16px;
  padding: 15px 10px;
  color: #fff;
  background: #000;
  border: none;
  position: relative;
  top: 25%;
  left: 50%;
  transform: translate(-50%, 25%);
  margin: 50px 0;
}

.wpcf7-not-valid-tip {
  width: auto;
  display: inline-block;
  font-size: 12px;
  margin: 0 0 0 10px;
}

.top_mainvisual {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top_center_logo {
  width: 700px;
}

.top_mainvisual {
  transition: 1.0s;
}

.top_navlist {
  transition: 1.0s;
}

.top_mainvisual ul {
  display: flex;
  justify-content: center;
  gap: 100px;
}

.top_navlist {
  width: 80%;
  margin: 50px auto;
}

#cta-button {
  margin-top: 40px;
}


@media screen and (max-width:500px) {
  .top_mainvisual ul {
    justify-content: space-around;
    gap: 0;
  }

  #cta-button {
    margin-top: 20px;
  }


  footer .footer_adress {
    width: auto !important;
    margin: 0 auto;
  }

  .form_block {
    display: block;
    margin: 20px 0;
  }

  .form_content {
    margin: 50px auto 0px;
  }

  .form_block dt {
    width: 220px;
    margin-bottom: 10px;
  }

  .form_block input,
  .form_block textarea {
    width: 95%;
  }

  .top_center_logo {
    width: 300px;
  }


  .top_mainvisual {
    top: 50%;
  }

  .birth dd {
    margin: 20px 0;
  }



}

/* header newcss */

header .c_logo_west {
  top: -15px;
  width: 150px !important;
}

header .c_navi_main {
  top: -60px !important;
  left: -70px;
  font-size: 14px !important;
}


body {
  line-height: 1;
  font-family: poppins, ryo-gothic-plusn, sans-serif;
font-style: normal;
  letter-spacing: 2px;
  color: #004097;
}

.secondary-color {
  color: #ed4324;
}

a {
  text-decoration: none;
  color: #004097;
  padding: 0px;
  margin: 0px;
}
a:hover {
  color: #ed4324;
}



/* ---- pt × 1.333 = px ---- */
/* HEADER */
.header_font {
  font-family: poppins, sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 24.5pt;
  letter-spacing: 0.12em;
}

@media screen and (max-width:500px) {
  .header_font {
    font-family: poppins, sans-serif;
    font-weight: bold;
    font-size: 27px;
    line-height: 47.25px;
    letter-spacing: 0.12em;
  }
}

/* FOOTER */
.footer_font_jp {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-size: 14pt;
  line-height: 24.5pt;
  letter-spacing: 0.12em;
}

.footer_font_en {
  font-family: poppins, sans-serif;
  font-weight: bold;
  font-size: 14pt;
  line-height: 24.5pt;
  letter-spacing: 0.12em;
}

.footer_btt_button {
  font-family: poppins, sans-serif;
  font-weight: bold;
  font-size: 16pt;
  line-height: 28pt;
  letter-spacing: 0.12em;
}

.footer_button {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 14px;
  /* line-height: 42pt; */
  letter-spacing: 0.12em;
}


/* TOP */
.top_button {
  font-family: poppins, sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 70px;
  letter-spacing: 0.12em;
}


@media all and (max-width: 500px) {
  .top_button {
    font-size: 28px;
  }
}

/* リンクの基本スタイル */
.link-with-pen {
  position: relative;
  display: inline-block;
}

/* ペンで線を引く画像を配置 */
.link-with-pen::after {
  content: "";
  position: absolute;
  left: 10%;
  bottom: -10px;
  width: 100%;
  min-width: 206px;
  height: 46px;
  background: url('/ht/wp-content/themes/mytheme/svg/hover.png') no-repeat;
  background-size: contain;
  clip-path: polygon(0% 100%, 0% 100%, 0% 100%, 0% 100%);
  transform-origin: left bottom;

  transition: clip-path 0.1s ease-out;

}


.link-with-pen:hover::after {
  clip-path: polygon(
    0% 100%,   /* 左下 */
    100% 100%, /* 右下 */
    100% 0%,   /* 右上 */
    0% 0%      /* 左上 */
  );
}


@media all and (max-width: 500px) {
  .link-with-pen::after {
    bottom: 10px;
    width: 100%;
    min-width: 103px;
    height: 23px;

  }
}



/* MODEL LIST */
.model_list_name {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.12em;
}

@media all and (max-width: 500px) {
  .model_list_name {
    font-size: 14px;
    line-height: 16px;
  }
}

/* MODEL DETAIL */
.model_detail_name {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 32pt;
  line-height: 56pt;
  letter-spacing: 0.12em;
}

.model_detail_spec_label {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 12pt;
  line-height: 42pt;
  letter-spacing: 0.12em;
}

.model_detail_spec_value {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 16pt;
  line-height: 36pt;
  letter-spacing: 0.12em;
}

.model_detail_button {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 14pt;
  line-height: 42pt;
  letter-spacing: 0.12em;
}

/* ABOUT */
.about_title {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 18px;
  /* line-height: 54pt; */
  line-height: 38pt;
  letter-spacing: 0.12em;
  color:#fff;
}

.about_subtitle {
  font-family: poppins, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 28pt;
  letter-spacing: 0.12em;
}

.about_text {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 40pt;
  letter-spacing: 0.12em;
}

.about_area p.about_message_big {
  font-family: poppins, sans-serif;
  font-weight: bold;
  font-size: 37px;
  letter-spacing: 0.12em;
}

.about_area p.about_message.jp {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 30px;

}
.about_area p.about_message.en {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 30px;
  
}



@media all and (max-width: 500px) {
  .about_area p.about_message.jp {
    font-size: 12px;
    line-height: 26px;

  }
  .about_area p.about_message.en {
    font-size: 12px;
    line-height: 26px;
    
  }
}

.about_mail_name {
  font-family: poppins, sans-serif;
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-top: 10px;
}

.about_mail_address {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-top: 10px;
}

.about_font_jp {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24.5pt;
  letter-spacing: 0.12em;
}

.about_font_en {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24.5pt;
  letter-spacing: 0.12em;
}

.about_font_jp_2 {
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 28.5pt;
  letter-spacing: 0.12em;
}

.about_ttl {
  width: 200px;
  height: 56px;
  background: url('/ht/wp-content/themes/mytheme/svg/header_sb.svg') no-repeat;
  background-size: 200px 56px;
  margin: 0 auto;
  text-align: center;
}


.about_ttl_h4_1 {
  position: relative;
  min-width: 14em;
  text-align: center;
}

.about_ttl_h4_1 span {
  display: block;
  margin-top: 10px;
}

.about_ttl_h4_1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 133px;
}

.about_ttl_h4_2 {
  position: relative;
  min-width: 14em;
  text-align: center;
}

.about_ttl_h4_2 span {
  display: block;
  margin-top: 10px;
}

.about_ttl_h4_2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 171px;
}

.about_ttl_h4_3 {
  position: relative;
  min-width: 14em;
  text-align: center;
}

.about_ttl_h4_1 span {
  display: block;
  margin-top: 10px;
}

.about_ttl_h4_3 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 146.7px;
}

.areaB_content {
  margin-top: 120px;
}


footer {
  color: white;
  background: #004097;
  display: flex;
  align-items: flex-start;
  padding: 70px 55px 120px;
}


.ffitem.fixed {
  flex: 0 0 170px; /* ← この数値を変える */
}

.footer_contact.ffitem.fixed {
  flex: 0 0 240px; /* 2つ目は150px固定 */
  margin-left: auto;
}

.ffitem.flexible {
  flex: 1; /* 残りスペースを全部使う */
}


footer .footer_adress {
  display: block;
}



footer .footer_contact {
  align-self: flex-end;
}



footer .logo_ht {
  margin-right: 20px;
  display: inline-block;
}

  footer .logo_ht a img {
    width: 100%;
  }

#back-to-top {
  bottom: 0;;
  width: 100%;          /* 横幅いっぱい */
  padding: 15px 0;
  background: #ed4324;
  color: #004097;
  text-align: center;    /* テキスト中央寄せ */
  font-size: 16px;
  cursor: pointer;
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
}

#back-to-top span {
  display: block;
  margin-left: 2em;
  margin-bottom: -6px;
}

#back-to-top::after {
  content:"";
  display: block;
  width: 14px;
  height: 24px;
  background: url('/ht/wp-content/themes/mytheme/svg/arrow_top.svg') no-repeat;
  background-size: 14px 24px;
  margin-left: 1em;
}


footer .footer_contact {
  background-color: inherit;
}


footer .footer_contact a {
  color: white;
  display: flex;
  border: solid 1px white;
  justify-content: center;
  text-align: center;
  padding: 1em;
  position: relative;
  margin: 0;
}


footer .footer_contact a span {
  display: block;
  margin-bottom: -2px;
}

footer .footer_contact a::after {
  content:"";
  display: block;
  position: absolute;
  right: 1em;
  width: 24px;
  height: 15px;
  background: url('/ht/wp-content/themes/mytheme/svg/arrow_left.svg') no-repeat;
  background-size: 24px 15px;
  margin-left: 1em;
}


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

  header.sp .logo_ht {
    position: relative;
    padding-top: 20px;
    padding-bottom: 18px;
    width: 190px;
    left: 50%;
    transform: translateX(-50%);
  }

  header.sp .logo_ht a img {
    width: 100%;
  }

  footer .logo_ht {
    width: 150px;
    margin-right: 20px;
    display: inline-block;
  }

  footer .logo_ht a img {
    width: 100%;
  }
  footer .footer_contact {
    background-color: inherit;
    width: 100%;
  }

}

@media all and (max-width: 1000px) {
  .home header.sp {
    display: block;
  }
  .home .top_pc_only {
    display: none;
  }

  .button_insta svg {
    fill: #004097;
    width: 30px;
  }
  .button_insta svg:hover {
    fill: #ed4324;
  }

  
  .sp_navi_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    margin-top: 0;
    z-index: 990;
    background-color: white;
    text-align: center;
    line-height: 3.5;
    transition: all 600ms 0s ease;
  }

  .sp_navi_menu.vwe {
        display: block;
        width: 100%;
        z-index: 990;
    }

  .sp_navi_menu .navis {
    margin-top: 0;
  }
  .home .sp_navi_menu .navis {
    margin-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100vh;
  }

  .sp_navi_menu .navi_insta {
    width: 30px;
    margin: 0 auto;
    margin-top: 40px;
    
  }
}


@media all and (max-width: 500px) {
  footer {
    flex-direction: column;
    align-items: center;
  }

  

  footer .footer_adress {
    margin-top: 0;
  }

  footer .footer_adress .en_adress,
  footer .footer_adress .jp_adress {
    display: none;
  }
  footer .footer_adress .en_adress_sp,
  footer .footer_adress .jp_adress_sp {
    display: block;
  }

  .ffitem.fixed {
    flex: 0 0 0; /* ← この数値を変える */
  }

  .footer_contact.ffitem.fixed {
    flex: 0 0 0; /* ← この数値を変える */
  }

}

br.sp { display: none; }
@media all and (max-width: 500px) {
  br.sp { display: block; }
  br.pc { display: none; }


  footer .footer_contact a {
    margin: 0 1em;
  }


.about_area p.about_message_big {
  font-size: 24px;
  letter-spacing: 0.12em;
}


.about_subtitle {
  font-size: 14px;
}
.about_mail_address {
  font-size: 15px;
}

.contact_area .contact_cont .areaB .areaB_content {
  margin-top: 30px;
}

.about_ttl_h4_1 img {
  width: 115px;
}
.about_ttl_h4_2 img {
  width: 150px;
}

.about_ttl_h4_3 img {
  width: 128px;
}

.about_area p.about_message {
  margin-top: 30px;
}


.about_area p:last-child {
  margin-top: 80px;
}

}


header.sp .menu-trigger {
  position: absolute;
  right: 25px;
  top: 20px;
  width: 30px;
  height: 25px;
  cursor: pointer;
  z-index: 999;
}

header.sp .menu-trigger img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .2s;
}

header.sp .menu-trigger .close {
  opacity: 0; /* 最初は非表示 */
}

header.sp .menu-trigger.active .menu {
  opacity: 0;
}

header.sp .menu-trigger.active .close {
  opacity: 1;
}


.about_contact_flex {
  display: flex;
  align-items: center;
  justify-content: start;
  padding-bottom: 60px; 
}

@media screen and (max-width:1000px) {
  .about_contact_flex {
    flex-direction: column;
    gap: 20px;
  }

  .areaB_content {
    margin-top: 60px;
  }

  .flex_right {
    text-align: center;
  }

  .about_mail_name {
    font-size: 15px;
  }
  .about_mail_address {
    font-size: 15px;
  }
}

.form_block dt,
.form_block dd {
  font-size: 16px;
  font-family: poppins, ryo-gothic-plusn, sans-serif;
  font-weight: bold;
  letter-spacing: 0.12em;
}
.form_block dd {
  font-weight: 500;
}

.button_submit {
  color: white;
  display: flex;
  width: 240px;
  background-color: #004097;
  border: solid 1px white;
  justify-content: center;
  text-align: center;
  padding: 1em;
  position: relative;
  margin: 0 auto;

  font-size: 14px;
  font-family: poppins, ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  letter-spacing: 0.12em;

  margin-top: 80px;
}

.button_submit:hover {
  background-color: #ed4324;
}
@media all and (max-width: 500px) {

  .button_submit {
     width: 100%; 
  }
}


.button_submit span {
  display: block;
  margin-bottom: -2px;
}

.button_submit::after {
  content:"";
  display: block;
  position: absolute;
  right: 1em;
  width: 24px;
  height: 15px;
  background: url('/ht/wp-content/themes/mytheme/svg/arrow_left.svg') no-repeat;
  background-size: 24px 15px;
  margin-left: 1em;
}

.form_block dd input {
  border:solid 1px #004097;
}

.form_block dd input[type=file] {
  border: none;
}

.form_ttl {
  font-size: 40px;
  font-family: poppins, ryo-gothic-plusn, sans-serif;
  font-weight: bold;
  letter-spacing: 0.12em;
  margin: 0 auto;
  text-align: center;
  border-bottom: none;
  padding-top: 0;
}

@media all and (max-width: 500px) {
  .form_ttl {
    font-size: 23px;
    padding-top: 50px;
  }
}

.form_frame {
  width: 540px;
  margin:0 auto;
}

.form_block dt {
    flex: 0 0 200px;
}

.form_block dd {
    flex: 1;
}

@media all and (max-width: 500px) {
  .form_frame {
    width: 100%;
    margin:0 auto;
  }

  .wpcf7-radio input {
    width: auto;
  }
}


@media (max-width: 500px) {
  .models_list .thums_area {
    height: auto;
    margin: 0;
    margin-bottom: 5px;
  }
  .models_list {
    padding-top: 70px;
  }
}

.wp-block-gallery.has-nested-images figure.wp-block-image>div.spec-text {
  margin: 0 auto;
  width: 260px;
  justify-content: center;
}

.spec-text dl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.spec-text dl:first-child {
  margin-bottom: 85px;
}


.spec-text dl dt {
  font-size: 12px;
  font-family: poppins, ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  letter-spacing: 0.12em;
  width: 85px;
}

.spec-text dl dd {
  font-size: 16px;
  font-family: poppins, ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.spec-text dl dt {
  flex: 0 0 85px;
}
.spec-text dl dd {
  flex: 1;
}


.spec-text dl:first-child dd {
  font-size: 32px;
  line-height: 33px;
}

.button_model_detail {
  color: white;
  display: flex;
  width: 240px;
  background-color: #004097;
  border: solid 1px white;
  justify-content: center;
  text-align: center;
  padding: 1em;
  position: relative;
  margin: 0 auto;

  font-size: 14px;
  font-family: poppins, ryo-gothic-plusn, sans-serif;
  font-weight: 500;
  letter-spacing: 0.12em;

  margin-top: 1em;
}

.button_model_detail:hover {
  color: white;
  background-color: #ed4324;
}
@media all and (max-width: 500px) {

  .button_model_detail {
     width: 100%; 
  }
}


.button_model_detail span {
  display: block;
  margin-bottom: -2px;
}

.button_model_detail::after {
  content:"";
  display: block;
  position: absolute;
  right: 1em;
  width: 24px;
  height: 15px;
  background: url('/ht/wp-content/themes/mytheme/svg/arrow_left.svg') no-repeat;
  background-size: 24px 15px;
  margin-left: 1em;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a.button_model_detail {
  width: 240px;
  height: auto;
  flex: 0;
}

.spec-text .button_insta svg {
  width: 30px;
  fill: #004097;
}

.spec-text .button_insta svg:hover {
  fill: #ed4324;
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a.button_insta {
    height: auto;
    flex: 0;
    margin-top: 85px;
    margin-bottom: 10px;
}



.wp-block-gallery.has-nested-images figure.wp-block-image.sp {
  display: none;
}
@media all and (max-width: 500px) {

  .wp-block-gallery.has-nested-images figure.wp-block-image.sp {
    display: block;
  }
  .wp-block-gallery.has-nested-images figure.wp-block-image.pc {
    display: none;
  }

  .model_detail_wrapper {
    padding-top: 50px;
  }

  .spec-text dl dt {
    font-size: 11px;
  }
  .spec-text dl dd {
    font-size: 14px;
  }
  .spec-text dl:first-child {
    display: block;
    margin-bottom: 40px;
  }

  .spec-text dl:first-child dt {
    margin-bottom: 20px;
  }

  .spec-text dl:first-child dd {
    font-size: 30px;
  }

  .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a.button_insta {
    margin-top: 60px;
  }

  .button_model_detail {
    font-size: 12px;
  }

  .wp-block-gallery.has-nested-images figure.wp-block-image>div.spec-text {
    width: 90%;
  }

  .block_buttons {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2列 */
    grid-template-rows: auto auto; /* 上段・下段 */
    gap: 10px; /* 隙間 */
  }

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) .block_buttons a.button_model_detail {
  width: 100%;
  box-sizing: border-box;
}

.button_model_detail::after {
    right: 1em;
    width: 14px;
    height: 9px;
    background: url(/ht/wp-content/themes/mytheme/svg/arrow_left.svg) no-repeat;
    background-size: 14px 9px;
    margin-left: 1em;
}

/* 1つ目と2つ目は自動的に 1行目に配置される */
.block_buttons .button_model_detail:nth-child(1) {
  grid-column: 1;
}
.block_buttons .button_model_detail:nth-child(2) {
  grid-column: 2;
}

/* 3つ目は左下に配置 */
.block_buttons .button_model_detail:nth-child(3) {
  grid-column: 1;
  grid-row: 2;
  margin-top: 0;
}

}

@media all and (max-width: 500px) {
  .model_detail_wrapper .photosArea figure {
    flex-direction: column;
  }
  .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: 100%;
  }
  .wp-block-gallery.has-nested-images figure.wp-block-image.sp:not(#individual-image) {
    margin-bottom: 50px;
  }

  .model_detail_wrapper .photosArea figure.sp2 {
    flex-direction: row;
  }

  .wp-block-gallery.has-nested-images.sp2 figure.wp-block-image:not(#individual-image) {
    margin: 0;
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2);
  }
}

body.home {
  background-color: #004097;
}

#bubble,#text,#legs {
  opacity: 0;
}

#intro {
  width: 495px;
  margin:0 auto;
  /* top: calc(50% + 110px); */
  top: 50%;
}


#intro svg {
  width: 10%;
  height: auto;
}
@media all and (max-width: 500px) {
  #intro {
    width: 70%;
    /* top: calc(50% + 90px); */
  }

}


.no-posts {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 150px;
  padding-bottom: 150px;
  height: calc(100vh - 300px);
}

.no-posts p {
  text-align: center;
  font-size: 38px;
  font-family: poppins, ryo-gothic-plusn, sans-serif;
  font-weight: bold;
  letter-spacing: 0.12em;
}
@media all and (max-width: 500px) {
  .no-posts {
    padding-top: 70px;
    padding-bottom: 70px;
    height: calc(100vh - 140px);
  }

  .no-posts p {
    font-size: 27px;
  }
  
}
@media all and (max-width: 500px) {
  footer .footer_address a {
    color: white;
  }
}