@charset "UTF-8";
/*
Theme Name: a-inc.
Theme URL: zigzow.com
Description: テーマの説明
Author: 作者の名前
Version: テーマのバージョン
*/
/* フォントを定義します */
@font-face {
    /* フォントに名前を付けます */
    font-family: "KosugiMaru-Regular";
    font-family: "ShinRetroMaruGothic-B";
    /* フォントファイルを読み込みます */
    src: url("https://chillout-labo.littlestar.jp/wp-content/themes/a-inc/font/KosugiMaru-Regular.woff2") format("woff2"),
         url("https://chillout-labo.littlestar.jp/wp-content/themes/a-inc/font/KosugiMaru-Regular.woff") format("woff"),
         url("https://chillout-labo.littlestar.jp/wp-content/themes/a-inc/font/ShinRetroMaruGothic-B.woff2") format("woff2"),
         url("https://chillout-labo.littlestar.jp/wp-content/themes/a-inc/font/ShinRetroMaruGothic-B.woff") format("woff");
         
    
    /* Internet Explorerは考慮する必要が無くなってきていますので以下でも問題ありません */
    /* src: url("../font/KosugiMaru-Regular.woff2") format("woff2"); */
}
.masonry {
  /* 適切な幅と高さを設定する */
  width: 100%;
  /* 例えば、高さを固定する場合は適切な値を指定する */
  height: 400px; /* これは適当な値です。実際のサイズに合わせて調整してください */
}
/* reset */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

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:'';
  content:none;
}

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

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

body {
    font-family: "Noto Sans JP", sans-serif;
}
body .retro {
    font-family: "Bodoni Moda", serif;
    letter-spacing: 0.1rem;
}

html {
    /* overflow: scroll; */
}
body {
    text-align: center;
    /* overflow: scroll; */
    
}
.hamburger_wrapper .menu {
    width: 100%;
    height: 100%;
}
.hamburger_wrapper{
    /* overflow: scroll; */
}
.hamburger .hamburger_line {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #0d2446;
    transition: background-color .5s, transform .5s;
    margin-bottom: 7px;
}
main {
    margin: 0 auto;
    padding: 4rem;
}
header {
    padding-bottom: 90px;
}
footer {
    padding-top: 100px;
    display: none;
}
aside {
}
section {
    padding-bottom: 60px;
}
.pc {
    display: block;
}
.tb {
    display: none;
}
.sp {
    display: none;
}
main {
    padding: 0;
}
ul {
    list-style-type: none;
}
.container {

}
h1,h2,h3,h4,h5,p,a {
    color: #0d2446;
}

/* 2024winter_masonry_fixed */
/*Layout*/

.works_grid {
  display: block;
  width: 90% !important;
  margin: 0 auto;
  position: relative;
}

.grid-item {
  width: 24.25%; /* 4列 */
  margin-bottom: 1%;
  box-sizing: border-box; /* 幅計算の安定化 */
  display: block;
}

.gutter-sizer {
  width: 1%; /* グリッドの間隔 */
  box-sizing: border-box;
}
.grid-sizer {
  display: none;
}

@media screen and (max-width: 1023px) {
  .grid-item {
      width: 49.5%; /* 2列 */
  }
  .grid-sizer {
      width: 49.5%; /* 2列 */
      display: block;
  }
  .gutter-sizer {
    width: 1%; /* グリッドの間隔 */
    box-sizing: border-box;
  }
  .works_grid {
    visibility: hidden; /* 初期状態で非表示 */
    margin: 0 auto;
    width: 90% !important;
  }
 
}

.biograph {
  font-weight: bold;
}
.profile {
  font-weight: bold;
}
.magazine {
  font-weight: bold;
}
.celebrity {
  font-weight: bold;
}
.stylist_works {
  font-weight: bold;
}
.artist_inner {
    max-width: 90%;
    width: 100%;
    padding: 0 40px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
}
.submenu_name_en {
  font-size: 20px;
}
body .submenu_name_ja {
  font-family: "Bodoni Moda", serif;
  font-weight: 300;
  font-size: 16px;
  padding-left: 4%;
}
#gNav {
  width: 100%;
  margin: 0 auto;
  max-width: 375px;
}

/* アコーディオンメニュー2024 */
.accordion-wrap {
  overflow: hidden;
  position: relative;
}

.menu details .accordion-text {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
  position: relative; /* フローに従わせる */
  top: 0;             /* 明示的にずれを防ぐ */
}

.details summary {
  cursor: pointer;
  user-select: none;
}


.hamburger_wrapper  .menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* 要素を上に固定 */
  align-items: center;
  z-index: 1010;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  will-change: opacity, visibility;
  font-weight: bold;
}

.hamburger_wrapper  details .accordion-text {
  position: relative; /* 固定しない */
  overflow: hidden;
  max-height: 0;
  transition: opacity 1s ease, transform 1.5s ease !important; /* 開閉時のトランジションを設定 */
}

.hamburger_wrapper  details[open] .accordion-text {
  max-height: 200px; /* コンテンツに合わせて調整 */
}

#gNav {
  position: absolute;
  top: 25%;
}
.menu details:not([open]) .accordion-text {
  opacity: 0;
  /* transform: translateY(-5px); */
  animation: fadeOut 1s ease !important; /* 閉じた時のフェードアウトアニメーション */
  transition: 1.5s !important;
}
.menu details[open] .accordion-text {
  opacity: 1;
  /* transform: translateY(0); */
  animation: fadeIn 1s ease !important;
  transition: 1.5s !important;
} 
.profile_wrapper  details .accordion-text {
  position: relative; /* 固定しない */
  overflow: hidden;
  /* max-height: 0; */
  transition: opacity 1s ease, transform 1.5s ease !important; /* 開閉時のトランジションを設定 */
}
.profile_wrapper details:not([open]) .accordion-text {
  
  /* transform: translateY(-5px); */
  animation: fadeOut 1s ease !important; /* 閉じた時のフェードアウトアニメーション */
  transition: 1.5s !important;
}
.profile_wrapper details[open] .accordion-text {
 
  /* transform: translateY(0); */
  animation: fadeIn 1s ease !important;
  transition: 1.5s !important;
} 
@keyframes fadeIn {
  from {
      opacity: 0;
      transform: translateY(-10px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes fadeOut {
  from {
      opacity: 1;
      transform: translateY(0);
  }
  to {
      opacity: 0;
      transform: translateY(-10px);
  }
}


@media screen and (max-width: 767px) {
  .submenu_name_en {
    font-size: 16px;
  }
  body .submenu_name_ja {
      font-size: 12px;
      padding-left: 2%;
  }
  .artist_inner {
    padding: 0;
  }
  body .artist_name_en {
    margin-right: 0;
    font-size: 20px;
  }
  #gNav {
    width: auto;
    margin: 0 auto;
    max-width: 100%;
  }
  body .menu ul li{
    font-size: 20px !important;
  }
  .menu ul li .accordion-header{
    font-size: 20px;
  }
}

/* 2025 */
.siyemap_sec .aioseo-html-sitemap {
  text-align: left;
}
.siyemap_sec .aioseo-html-sitemap h4{
  margin-bottom: 30px;
}
.siyemap_sec .aioseo-html-sitemap ul li{
  margin-bottom: 30px;
}
.siyemap_sec .aioseo-html-sitemap ul li a{
  text-decoration: none;
}



/* gnavi */
.header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
} 
.pc_header  .left {
    display: flex;
    justify-content: center;
    margin-left: 2%;
    width: 100%;
}
.pc_header  .left .logo img {
    width: 70%;
    max-width: 300px;
}
.pc_header  .left .nav_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.pc_header  .left .nav_menu a {
    font-size: 16px;
    font-weight: bold;
    margin-left: 32px;
    text-decoration: none;
    color: #0d2446;
}
/* 固定 */

.elm{
  position: fixed;
  top: 30px;
  left: 0;
  transition: .2s;
  opacity: 0;
  z-index: -1;
  max-width: 100px;
}



/* humberger */
/*menu*/
.hamburger {
  position: relative;
}
.menu{
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  z-index: 99;
}
.menu__line{
  background: #0d2446;;
  display: block;
  height: 2px;
  position: absolute;
  transition:transform .3s;
  width: 100%;
}
.menu__line--center{
  top: 9px;
}
.menu__line--bottom{
  bottom: 0;
}
.menu__line--top.active{
  top: 8px;
  transform: rotate(45deg);
}
.menu__line--center.active{
  transform:scaleX(0);
}
.menu__line--bottom.active{
  bottom: 10px;
  transform: rotate(135deg);
}



  .hamburger_wrapper #toggle-nav:checked .hamburger_line {
    background-color: #fff;
  }
  .hamburger_wrapper #toggle-nav:checked .hamburger_line:nth-of-type(1) {
      margin-top: 6px;
      transform: rotate(135deg);
    }
    .hamburger_wrapper #toggle-nav:checked .hamburger_line:nth-of-type(2) {
      opacity: 0;
    }
    .hamburger_wrapper #toggle-nav:checked .hamburger_line:nth-of-type(3) {
      margin-top: -12px;
      transform: rotate(-135deg);
}
.hamburger_wrapper #toggle-nav:checked .menu {
  opacity: 1;
  visibility: visible;
}

/* scss */
#toggle-nav {
  display: none;
}
#toggle-nav:checked ~ .hamburger {
  height: 28px;
}
#toggle-nav:checked ~ .hamburger .hamburger_line {
  background-color: #0d2446;
}
#toggle-nav:checked ~ .hamburger .hamburger_line:nth-of-type(1) {
  margin-top: 6px;
  transform: rotate(135deg);
}
#toggle-nav:checked ~ .hamburger .hamburger_line:nth-of-type(2) {
  opacity: 0;
}
#toggle-nav:checked ~ .hamburger .hamburger_line:nth-of-type(3) {
  margin-top: -19px;
  transform: rotate(-135deg);
}
#toggle-nav:checked ~ .menu {
  opacity: 1;
  visibility: visible;
}
.accordion-header {
  display: flex;
}
.hamburger {
  cursor: pointer;
  position: fixed;
  z-index: 1020;
  top: 60px;
  right: 6%;
  width: 32px;
  height: 14px;
  margin: 0;
  padding: 0;
}
.hamburger .hamburger_line {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: #0d2446;
  transition: background-color .5s, transform .5s;
}
.hamburger .hamburger_line:nth-of-type(2) {
  margin: 8px 0;
}
.menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1010;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease-out;
  will-change: opacity, visibility;
  font-weight: bold;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.menu ul li {
  margin-bottom: 42px;
  font-size: 24px;
  text-align: left;
}
.menu ul li a, .menu ul li a:hover {
  color: #0d2446;
  text-decoration: none;
}



/*gnav*/
.gnav{
  background: rgba(0,0,0,0.8);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 98;
}
.gnav__wrap{
  align-items:center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  width: 100%;
}
.gnav__menu__item{
  margin: 40px 0;
}
.gnav__menu__item a{
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  padding: 40px;
  text-decoration: none;
  transition: .5s;
}
.gnav__menu__item a:hover{
  color: #666;
}
#gNav {
    min-width: 268px;
}
/* アコーディオン */  
 /* summary */
details summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
  }

  details summary::-webkit-details-marker {
    display: none;
  }
  
  /* summaryのchevronアイコン部分 */
  details summary span{
    position: relative;
    transform: rotate(0deg);
    transform-origin: -8px 0;
    padding-left: 40px;
    animation: fadeIn 1s ease;
    transition: 1s;
  }
  details summary span:before,
  details summary span:after {
    position: absolute;
    content: "";
    background: #000000;
    width: 12px;
    height: 2px;
    top: 50%;
  }
  details summary span:before {
    right: 8px;
    transform: rotate(45deg);
    transition: 0.2s;
  }
  details summary span:after {
    right: 0;
    transform: rotate(-45deg);
    transition: 0.2s;
  }
  

  /* open時のanimation */
   details[open] summary {
    border-radius: 8px 8px 0 0;
    
  }
  
  details[open] summary span {
    /* transform: rotate(180deg); */
    
  }
  details[open] summary span:after  {
    transform: rotate(45deg);
    transition: 0.2s;
    
  }
  details[open] summary span:before  {
    transform: rotate(-45deg);
    transition: 0.2s;
  }
  
 
  
  .submenu_link_wrapper {
    padding-top: 26px;
  }
  
  /* html {
    width: 100%;
    height: 100%;
    perspective: 900;
    overflow-y: scroll;
    background-color: #dce7eb;
    font-family: "Titillium Web", sans-serif;
    color: rgba(48, 69, 92, 0.8);
  } */
  
  /* body {
    min-height: 0;
    display: inline-block;
    position: relative;
    left: 50%;
    margin: 90px 0;
    transform: translate(-50%, 0);
    box-shadow: 0 10px 0 0 #ff6873 inset;
    background-color: #fefffa;
    max-width: 450px;
    padding: 30px;
  } */
  @media (max-width: 550px) {
    /* body {
      box-sizing: border-box;
      transform: translate(0, 0);
      max-width: 100%;
      min-height: 100%;
      margin: 0;
      left: 0;
    } */
  }
  
  
  .biograph_wrapper h4 {
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
    /* background-color: #fefffa; */
    margin: 0;
    cursor: pointer;
  }
  
  .biograph_wrapper  p {
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    max-height: 800px;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 14px;
    z-index: 2;
    
  }
  
  .biograph_wrapper   ul {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
    margin-bottom: 80px;
  }
  .biograph_wrapper   ul li {
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 18px;
  }
  .biograph_wrapper   ul li:nth-of-type(1) {
    animation-delay: 0.5s;
  }
  .biograph_wrapper   ul li:nth-of-type(2) {
    animation-delay: 0.75s;
  }
  .biograph_wrapper   ul li:nth-of-type(3) {
    animation-delay: 1s;
  }
  .biograph_wrapper   ul li:last-of-type {
    padding-bottom: 0;
  }
  .biograph_wrapper   ul li i {
    position: absolute;
    transform: translate(-6px, 0);
    margin-top: 16px;
    right: 0;
  }
  .biograph_wrapper   ul li i:before, ul li i:after {
    content: "";
    position: absolute;
    background-color: #ff6873;
    width: 3px;
    height: 9px;
  }
  .biograph_wrapper   ul li i:before {
    transform: translate(-2px, 0) rotate(45deg);
  }
  .biograph_wrapper   ul li i:after {
    transform: translate(2px, 0) rotate(-45deg);
  }
  .biograph_wrapper   ul li input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
  }
  .biograph_wrapper   ul li input[type=checkbox]:checked ~ p {
    margin-top: 0;
    max-height: 0;
    opacity: 0;
    transform: translate(0, 50%);
  }
  .biograph_wrapper   ul li input[type=checkbox]:checked ~ i:before {
    transform: translate(2px, 0) rotate(45deg);
  }
  .biograph_wrapper   ul li input[type=checkbox]:checked ~ i:after {
    transform: translate(-2px, 0) rotate(-45deg);
  }
  
  @keyframes flipdown {
    0% {
      opacity: 0;
      transform-origin: top center;
      transform: rotateX(-90deg);
    }
    5% {
      opacity: 1;
    }
    80% {
      transform: rotateX(8deg);
    }
    83% {
      transform: rotateX(6deg);
    }
    92% {
      transform: rotateX(-3deg);
    }
    100% {
      transform-origin: top center;
      transform: rotateX(0deg);
    }
  }


/* garally */

.thum {
    width: 100%;
    height: auto;
    /* border-radius: 7.77px; */
}
.works_item {
    /* margin-bottom: 1.3%; */
    /* width: 24%; */

    /* padding-bottom: 1%;
    break-inside: avoid-column;
	margin-bottom: 1rem;  */

}
.masonry-item {
    /* width: 21%; */
    /* margin-bottom: 2%; */
}

.works_grid {
    /* padding-left: 0;
    margin-top: 0;
    display: flex;
    justify-content: center;
    gap: 1%;
    flex-wrap: wrap; */

    /* columns: 250px;
	column-gap: 1%;  */
  
    /* columns: 4;
    column-gap: 2%; */
    /* padding-left: 0; */
    /* left: 4vw; */
     /* height: 100% !important;  */
}
.item_wrap {
    position: relative;

    display: inline-block;
    /* margin-bottom: 16px; */
    position: relative;
}
.item_wrap &:before {
    border-radius: 5px;
    content:'';
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color:rgba(0,0,0,.2);
}
.item_wrap .capition_wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-weight: normal;
    font-size: 13px;
    line-height: 1.3;
    padding: 20px;
}

.works_item .item_link {
    display: block;
    height: 100%;
    width: 100%;
}
.works_item .cover a:nth-child(2){
    position: absolute;
    top: 12%;
    left: 16%;
    pointer-events: none;
    text-decoration: none;
    color: #000;
    font-size: 0.8rem;
    z-index: 1000;
    opacity: 0;
    /*要素の大きさを0にしt表示させない*/
    transform: scale(0);
    /*ホバーの動き方*/
    transition: .5s ease-in-out;
}
.works_item:hover  .cover a:nth-child(2){
   opacity: 1;
   transform: scale(1);
}
.works_title {
    position: absolute;
    bottom: 8%;
    left: 15%;
    font-size: 1rem;
    z-index: 100;
    word-break: break-word;
    font-weight: normal;
    width: 72%;
    text-align: left;
    pointer-events: none;
	opacity: 0;
    z-index: 1000;
    /* transition: 0.5s; */
    /*要素の大きさを0にしt表示させない*/
    transform: scale(0);
    /*ホバーの動き方*/
    transition: .5s ease-in-out;
}
.works_item:hover .works_title {
    opacity: 1;
    transform: scale(1);
}
.works_category {
    /*要素の大きさを0にしt表示させない*/
    transform: scale(0);
    /*ホバーの動き方*/
    transition: .5s ease-in-out;
}
.item_link:hover .works_category {
    opacity: 1;
    transform: scale(1);
}
.item_link:first-child {
 /* position: relative; */
 z-index: 100;
} 
.cover {
    position: relative;
}

.item_link .cover_inner::before {
    content: "";
    position: absolute;
    top: 7.5%;
    left: 7.5%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 85%;
    height: 85%;
    z-index: 2;
    transition: background-color 0.5s; 
    /* border-radius: 7.77px; */
    /*要素の大きさを0にしt表示させない*/
  transform: scale(0);
  /*ホバーの動き方*/
  transition: .5s ease-in-out;
}
.item_link:hover .cover_inner::before {
    background-color: rgba(255, 255, 255, 0.7);
    transform: scale(1);
}

.cover_inner {
    display: flex;
}


/* top */
.top footer {
    display: none;
}


/* stylist */
.inner {
    max-width: 1280px;
    width: 100%;
    padding: 0 40px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
}
.lower_page {
    margin-top: 80px;
}
.lower_title {
    font-size: 36px;
    color: #0d2446;  
    margin-bottom: 60px;
}
.lower_title_wrapper {
    text-align: left;
}
.stylist_list {
    display: flex;
    justify-content: flex-start;
    padding-left: 0;
}
.sec_stylist_link {
    text-decoration: none;
    margin-right: 40px;
    color: #0d2446;
}

.insta_link br{
    display: none;
}
.artist_name_wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.artist_name_en {
    margin-right: 30px;
    font-size: 24px;
}
.artist_name_jp {
    margin-right: 60px;
    display: block;
    font-size: 16px;
    font-family: "Bodoni Moda", serif;
}
.instagram_logo_wrapper {
    display: flex;
    align-self: self-start;
}
.insta_link {
    display: block;
    margin-top: 19px;
    margin-top: 31px;
}
.artist_name_wrapper .insta_link {
    display: block;
    margin-top: 19px;
    margin-top: 0;
}
.insta_link img{
    max-width: 25px;
    width: 100%;
}
.biograph_wrapper {
    text-align: left;
}
.biograph {
    margin-bottom: 30px;
}
.profile_wrapper {
    margin-bottom: 30px;
}
.magazine_wrapper {
    margin-bottom: 30px;
}
.celebrity_wrapper {
    margin-bottom: 30px;
}
.viewmore_wrapper {
    text-align: right;
}

.viewmore_link {
    position: relative;
    display: inline-block;
    padding-left: 12px;
  }
.viewmore_link::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #333;
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    margin: auto;
  }
.stylist_works_wrapper {
  margin-bottom: 60px;
}
.artist_work_inner {
  padding: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
/* アコーディオン */
  .accordion-008 {
    /* max-width: 500px; */
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 7px 15px -5px rgb(0 0 0 / 5%);
    background-color: #fff;
}

.accordion-008 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #0d2446;
    font-weight: 600;
    cursor: pointer;
}

.accordion-008 summary::-webkit-details-marker {
    display: none;
}

.accordion-008 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #0d2446b3;
    border-right: 3px solid #0d2446b3;
    content: '';
    transition: transform .3s;
}

.accordion-008[open] summary::after {
    transform: rotate(225deg);
}

.accordion-008 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #0d2446;
    transition: transform .5s, opacity .5s;
}

.accordion-008[open] p {
    transform: none;
    opacity: 1;
}



/* about */
.about_logo_wrapper {
    display: flex;
    justify-content: flex-start;
}
.about_logo {
    max-width: 300px;
    width: 100%;
}
.about_message_en {
    text-align: left;
    margin-bottom: 60px;
    line-height: 2;
}
.about_message_jp {
    text-align: left;
    margin-bottom: 60px;
    line-height: 2;
}
.company_profile {
    text-align: left;
    margin-bottom: 60px;
}
.table_box {
    text-align: left;
}
.tr_p {
    display: flex;
    align-items: baseline;
    width: 100%;
    margin-bottom: 30px;
    line-height: 1.5;
}
.th_p {
    width: 30%;
}
.td_p {
    width: 100%;
    color: #0d2446;
}

/* contact */
.cf-area {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2em 0;
	/* border-bottom: 1px dashed #ccc; */
	transition: all .3s;
    color: #0d2446;
}

.cf-area:last-child {
	border-bottom: none;
}

.cf-area dt {
  width: 200px;
  padding-right: 30px;
  text-align: right;
	line-height:1.5em;
}

.cf-area dd {
    flex: 1;
}

.cf-area input, .cf-area textarea {
  width: 80%;
  padding: 0.8em;
  border: none;
  background-color: #e6e6e6;
  font-size: 16px;
	resize: vertical;
	transition: all .3s;
}

.cf-area input:focus,.cf-area textarea:focus {
	outline: none;
	background: #dde2e9;
}

.cf-required {
	background: #b91e23;
	color: #fff;
	font-size: 0.8em;
	padding: 0 5px 2px;
	border-radius: 2px
}

.cf-send input {
	display: block;
	background: #0d2446;
	width: 300px;
	height: 60px;
	margin: 30px auto 0;
	border: none;
	border-radius: 10px;
	color: #fff;
	box-shadow: 2px 5px 15px 0 rgba(0, 0, 0, .2);
	font-size: 1.3em;
	font-weight: bold;
	transition: all .3s;
}

.cf-send input:hover {
	filter: brightness(1.25);
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	background-color: #fce3e3;
	border: none;
	text-align: center;
}

.select {
    width: 84%;
    height: 50px;
    margin: 0 auto 0;
}
.select .wpcf7-form-control {
    width: 100%;
    height: 100%;
    padding: 0.8em;
    box-sizing: border-box;
    max-width: 769.5px;
}
 
 .select-02 {
    position: relative;
 }
 .select-02::after {
       content: "";
       display: block;
       width: 0;
       height: 0;
       border-style: solid;
       border-width: 10px 6px 0 6px;
       border-color: #0d2446 transparent transparent transparent;
       position: absolute;
       top: 17px;
       right: 30px;
       pointer-events: none;
}
.select-02 .wpcf7-form-control {
       appearance: none;
       -webkit-appearance: none; /*Google Chrome/Safari対応*/
       -moz-appearance: none; /*Firefox対応*/
       -o-appearance: none; /*Opera対応*/
       border: none;
        background-color: #e6e6e6;
        font-size: 16px;
        resize: vertical;
        transition: all .3s;
}
.wpcf7-form-control-wrap br {
    display: none;
}
 
/* single.php */
.lower_text_assistant {
  padding-bottom: 20px;
}
.lower_text {
  line-height: 2;
}
.lower_text_box h3 {
  margin-bottom: 30px;
}
.single-post h1 {
    text-align: left;
    font-size: 24px;
    margin-bottom: 60px;
}
.single_inner {
    max-width: 767px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}
.single_inner p {
    text-align: left;
}
.single_inner img{
    margin-bottom: 6%;
    /* border-radius: 7.77px; */
}
.single_inner img:first-child{
    margin-top: 30px;
}
.recruit .lower_text_wrapper{
    text-align: left;
    padding-left: 40px;
}
.lower_text_box {
    margin-bottom: 60px;
}


/* video */
.single-post .wp-video {
    margin: 0 auto;
    margin-bottom: 60px;
    /* border-radius: 24px; */
    overflow: hidden;
    margin-top: 30px;
}

/* gallary ver.2 */
body .item_link:hover .cover_inner::before {
    background-color: rgb(0 0 0 / 50%);
    transform: scale(1);
}
body .item_link .cover_inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: background-color 0.5s;
    /* border-radius: 7.77px; */
    transform: scale(1);
    transition: .5s ease-in-out;
}
body .works_title {
    color: #fff;
    position: absolute;
    bottom: 25%;
    left: 10%;
    font-size: 11px;
    z-index: 100;
    word-break: break-word;
    font-weight: normal;
    width: 85%;
    text-align: left;
    pointer-events: none;
    opacity: 0;
    z-index: 1000;
    /* transition: 0.5s; */
    transform: scale(1);
    transition: .5s ease-in-out;
    font-weight: bold;
}

body .works_item .cover a:nth-child(2) {
    position: absolute;
    top: 15%;
    left: 10%;
    pointer-events: none;
    text-decoration: none;
    color: #000;
    font-size: 11px;
    z-index: 1000;
    opacity: 0;
    transform: scale(1);
    transition: .5s ease-in-out;
    font-weight: bold;
    color: #fff;
    font-family: "Bodoni Moda", serif;
    letter-spacing: 0.1rem;
}





/* macbook13 */
@media screen and (max-width: 1280px) {
    .tb {
        display: block;
    }
    /* .works_grid {
        left: 5.8vw;
    } */
}

/* tb */
@media screen and (max-width: 960px) {
    .tb {
        display: block;
    }
    .works_grid {
        /* left: 3vw; */
    }

}

/* sp */
@media screen and (max-width: 767px) {
  .elm{
   
    top: 30px;
    left: 0;
    max-width: 70px;
  }
  .pc_header .left .logo img {
    width: 50%;
  }
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .sp_header_wrapper .logo {
        height: auto;
        width: 25%;
        display: block;
    }
    .sp_header_wrapper {
        display: flex;
        justify-content: center;
    }
    .sp_header_wrapper .logo img{
        width: 100%;
    }
    .inner {
        padding: 0 20px;
    }

    .works_grid {
        
    }
    /* .masonry .masonry-item {
        margin-bottom: 4%;
        width: 45%;
    } */
    /* .masonry .masonry-item {
        width: 42%;
    } */

    .lower_title {
        font-size: 24px;
    }
    .sec_stylist_link {
        font-size: 16px;
    }
    .stylist_list {
        flex-wrap: wrap;
    }
    .stylist_name_wrapper {
        flex-direction: column;
        align-items: baseline;
    }
    .stylist_name_en {
        margin: 0 0 30px 0;
    }
    .stylist_name_jp {
        margin: 0 0 30px 0;
    }
    .insta_link {
        margin: 0 0 30px 0;
    }
    .cf-area {
		display: block;
	}

	.cf-area dt {
    width: 100%;
		margin-bottom: 5px;
    padding-right: 0;
    text-align: left;
		line-height:1.5em;
	}

    .cf-area dd {
        margin-left: 0;
    }
    .select {
        width: 100%;
    }
    .select-02::after {
        right: 25px;
    }
    .cf-area input {
        width: 92%;
    }
    .cf-area {
        padding: 1em 0;
    }
    .cf-area textarea {
        width: 92%;
    }
    .works_grid {
        /* left: 11vw; */
    }
    .artist_name_wrapper {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .artist_title {
        padding-bottom: 0;
    }
    .artist_name_jp {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .stylist_works {
        margin-bottom: 30px;
    }
    .biograph_wrapper .works_grid {
        /* left: 4vw; */
    }
    .stylist_works_wrapper {
      margin-bottom: 30px;
    }
    .artist_name_en {
      padding-bottom: 20px;
    }
    .recruit .lower_text_wrapper {
      text-align: left;
      padding-left: 0;
    }
    .lower_text_box {
      margin-bottom: 0;
  }
}

@media screen and (max-width: 414px) {
    .works_title {
        font-size: 11px;
    }
    .works_item .cover a:nth-child(2) {
        font-size: 11px;
    }
    .hamburger {
        top: 12%;
    }
    .works_grid {
        /* left: 3vw; */
    }
    header .hamburger {
        top: 55px !important;
        overflow: visible;
    }
    header {
        padding-bottom: 45px;
    }
}

/* @media screen and (max-width: 5120px) {
  .works_grid {
    left: 8vw;
  }
}
@media screen and (max-width: 4096px) {
  .works_grid {
    left: 8vw;
  }
}
@media screen and (max-width: 3840px) {
  .works_grid {
    left: 8vw;
  }
}
@media screen and (max-width: 2880px) {
  .works_grid {
    left: 8vw;
  }
}
@media screen and (max-width: 2048px) {
  .works_grid {
    left: 9vw;
  }
}
@media screen and (max-width: 1920px) {
  .works_grid {
    left: 9vw;
  }
}
@media screen and (max-width: 1280px) {
  .works_grid {
    left: 8vw;
  }
}
@media screen and (max-width: 1024px) {
  .works_grid {
    left: 5vw;
}
}
@media screen and (max-width: 820px) {
  .works_grid {
    left: 4vw;
}
} */
@media screen and (max-width: 768px) {
  /* .works_grid {
    left: 4vw;
} */
.single_inner {
  width: auto !important;
}
}
@media screen and (max-width: 430px) {
/* .works_grid {
  left: 7.2vw;
   min-height: 1200px !important; 
} */
body .works_item .cover a:nth-child(2) {
  font-size: 2.7vw;
}
body .works_title {
  font-size: 2.7vw;
}
.th_p {
  padding-right: 5px;
}
}
/* @media screen and (max-width: 414px) {
.works_grid {
  left: 5.7vw;
}
}
@media screen and (max-width: 390px) {
  .works_grid {
    left: 4.9vw;
}
}
@media screen and (max-width: 375px) {
  .works_grid {
    left: 4.8vw;
}
} */