@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP");
@import url("https://fonts.googleapis.com/css2?family=Amiri&family=Josefin+Sans:wght@600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css");
@import url("slick-theme.css");
@import url("slick.css");
* {
  padding: 0;
  margin: 0;
  outline: none;
  border-radius: 0; }

html {
  -webkit-overflow-scrolling: touch; }

html, body {
  width: 100%;
  height: 100%;
  color: #303030;
  background-color: #ffffff;
  font-family: "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.5em;
  padding: 0;
  margin: 0; }

a {
  text-decoration: none;
  transition: all 0.1s linear;
  color: #303030; }

ul {
  list-style: none;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.5rem;
  font-family: "Montserrat"; }

h1 {
  font-size: 2.0rem;
  line-height: 4rem; }

h2 {
  font-size: 1.5rem;
  line-height: 2.0rem; }

h3 {
  font-size: 1.25rem;
  line-height: 1.5rem; }

h4, h5, h6 {
  font-size: 1.0rem;
  line-height: 1.5rem; }

table {
  border-collapse: collapse; }

td, input {
  font-family: "Noto Sans JP"; }

button {
  background: transparent;
  border: 0; }

button:hover {
  cursor: pointer; }

a.zoom {
  display: inline-block; }
  a.zoom:hover {
    -webkit-animation: zoom .3s;
    animation: zoom .3s; }
@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.05); } }
@keyframes zoom {
  50% {
    transform: scale(1.05); } }
  a.zoom .cp_link:hover::after {
    width: 100%; }

a {
  color: #303030;
  text-decoration: none;
  transition: all 0.1s linear; }
  a:hover {
    animation-name: delay;
    animation-duration: 0.2s;
    transition: all 0.2s linear; }

@keyframes delay {
  0% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1s; }

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

/* 全体の読み込みをふわっと */
body {
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.kanban-container {
  max-width: 100%;
  margin: 0 auto 10%; }

.kanban-pc {
  max-width: 1960px;
  margin: 0 auto;
  display: block;
  text-align: left; }
  .kanban-pc img {
    max-width: 100%; }
  .kanban-pc div.logo {
    position: absolute;
    width: 50%;
    right: 10%;
    top: 10%; }
    .kanban-pc div.logo img {
      max-width: 100%; }

.kanban-sp {
  display: none; }

@media screen and (max-width: 30rem) {
  .kanban-sp {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    text-align: left; }
    .kanban-sp img {
      max-width: 100%; }
    .kanban-sp div.logo {
      position: absolute;
      width: 80%;
      right: 0;
      top: 33%; }
      .kanban-sp div.logo img {
        max-width: 100%; }

  .kanban-pc {
    display: none; } }
/*************************
ロゴ
***************************/
.HEAD_container {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 2% 0; }

@media screen and (max-width: 50rem) {
  .HEAD_container {
    width: 100%; } }
h1 {
  max-width: 455px;
  margin: 0 auto; }
  h1 span {
    display: block; }
  h1 .sub {
    font-family: "Josefin Sans","sans-serif";
    font-size: 0.8rem;
    line-height: 2rem;
    letter-spacing: 5px;
    font-weight: 900;
    padding-left: 6px; }
  h1 .main {
    font-family: "游ゴシック", "Yu Gothic";
    font-weight: 400;
    font-size: 3.8rem;
    line-height: 4rem;
    letter-spacing: 0px;
    font-weight: 600; }

@media screen and (max-width: 50rem) {
  h1 {
    max-width: 60%;
    padding: 15% 0; }
    h1 .sub {
      font-size: 0.6rem;
      line-height: 2rem;
      letter-spacing: 2px;
      font-weight: 800;
      padding-left: 2px; }
    h1 .main {
      font-size: 2rem;
      font-family: "Josefin Sans","sans-serif";
      line-height: 2.4rem;
      font-weight: 600; } }
h2 {
  text-align: left;
  font-family: "Josefin Sans","sans-serif"; }

@media screen and (max-width: 50rem) {
  h2 {
    text-align: left;
    margin: 0; } }
.ALL_container {
  width: 70%;
  margin: 0 auto;
  text-align: center; }

@media screen and (max-width: 50rem) {
  .ALL_container {
    width: 90%; } }
/*************************
NAVIGATION
***************************/
.NAVIGATION {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto 10%;
  display: flex; }
  .NAVIGATION li {
    width: 98%;
    height: 98%;
    padding: 1%;
    background-color: #FAFAFA;
    border-radius: 50%;
    border: 1px solid #303030;
    margin: 1%;
    position: relative; }
    .NAVIGATION li img {
      width: 100%;
      object-fit: cover; }
    .NAVIGATION li .navi-text {
      position: absolute;
      bottom: -30%; }
      .NAVIGATION li .navi-text p {
        font-family: "Josefin Sans","sans-serif";
        font-size: 1.2rem;
        text-align: center; }
        .NAVIGATION li .navi-text p span {
          font-family: "Josefin Sans","sans-serif";
          font-size: 3rem; }

@media screen and (max-width: 50rem) {
  .NAVIGATION {
    max-width: 92%;
    margin: 0 auto 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .NAVIGATION li {
      width: 20%;
      height: 90%;
      padding: 0.5% 1%;
      margin: 6% 1%; }
      .NAVIGATION li .navi-text {
        position: absolute;
        bottom: -35%;
        width: 100%; }
        .NAVIGATION li .navi-text p {
          font-family: "Josefin Sans","sans-serif";
          font-size: 0.8rem;
          text-align: center; }
          .NAVIGATION li .navi-text p span {
            font-family: "Josefin Sans","sans-serif";
            font-size: 1.6rem; } }
/*************************
MAIN_container
***************************/
.vol {
  font-family: "Josefin Sans","sans-serif";
  margin: 5% auto -3%;
  z-index: 999999;
  position: relative;
  color: #000000;
  font-weight: 600;
  font-size: 8rem;
  padding: 10% 0 0 0; }
  .vol .sub {
    font-size: 4rem; }

@media screen and (max-width: 50rem) {
  .vol {
    font-weight: 400;
    font-size: 4rem;
    padding: 40% 0 0 0; }
    .vol .sub {
      font-size: 2rem; } }
.main-comment {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 8% 0;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.8rem; }

@media screen and (max-width: 50rem) {
  .main-comment {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    padding: 8% 0;
    line-height: 1.6rem;
    font-size: 0.8rem; } }
section.MAIN_container {
  text-align: left;
  display: flex;
  margin: 0 auto;
  justify-content: center; }
  section.MAIN_container ul.photo {
    width: 50%;
    display: flex;
    flex-wrap: wrap; }
    section.MAIN_container ul.photo li {
      position: relative; }
      section.MAIN_container ul.photo li img {
        width: 100%; }
      section.MAIN_container ul.photo li .staff_name {
        position: absolute;
        font-family: "Josefin Sans","sans-serif";
        color: #000000;
        font-weight: 600;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        font-size: 1.4rem; }
        section.MAIN_container ul.photo li .staff_name .sub {
          font-size: 1rem; }
  section.MAIN_container div.staff {
    width: 47%;
    margin: 30% 0 0 3%; }
    section.MAIN_container div.staff .name {
      font-weight: 600;
      font-size: 1.2rem;
      margin: 10% 0 0; }
    section.MAIN_container div.staff .sub {
      font-family: "Josefin Sans","sans-serif";
      display: block;
      font-size: 0.8rem; }
    section.MAIN_container div.staff p {
      line-height: 1.6rem;
      font-size: 0.85rem;
      margin: 8% 0; }
    section.MAIN_container div.staff .styling_list {
      padding: 0 0 1rem 0;
      text-align: left;
      font-size: 0.8rem; }
      section.MAIN_container div.staff .styling_list li {
        margin: 5px 0; }
        section.MAIN_container div.staff .styling_list li span.brand {
          font-weight: 900; }
        section.MAIN_container div.staff .styling_list li span.buy {
          background-color: #303030;
          color: #ffffff;
          font-family: "Josefin Sans","sans-serif";
          padding: 3px 5px; }

section.MAIN_container.GUSU {
  flex-direction: row-reverse !important; }
  section.MAIN_container.GUSU div.staff {
    width: 47%;
    margin: 30% 3% 0 0; }

@media screen and (max-width: 50rem) {
  section.MAIN_container {
    display: block;
    margin: 0 auto; }
    section.MAIN_container ul.photo {
      width: 100%; }
      section.MAIN_container ul.photo li {
        position: relative; }
        section.MAIN_container ul.photo li img {
          width: 100%; }
        section.MAIN_container ul.photo li .staff_name {
          position: absolute;
          font-family: "Josefin Sans","sans-serif";
          color: #000000;
          font-weight: 600;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          font-size: 1.4rem; }
          section.MAIN_container ul.photo li .staff_name .sub {
            font-size: 1rem; }
    section.MAIN_container div.staff {
      width: 100%;
      margin: 0; }
      section.MAIN_container div.staff .name {
        font-weight: 600;
        font-size: 0.9rem;
        margin: 5% 0 0; }
      section.MAIN_container div.staff .sub {
        display: block;
        font-size: 0.8rem; }
      section.MAIN_container div.staff p {
        line-height: 1.4rem;
        font-size: 0.7rem;
        margin: 4% 0; }
      section.MAIN_container div.staff .styling_list {
        padding: 0;
        font-size: 0.8rem; }
        section.MAIN_container div.staff .styling_list li {
          margin: 3px 0; }
          section.MAIN_container div.staff .styling_list li span.brand {
            font-size: 0.6rem; }
          section.MAIN_container div.staff .styling_list li span.buy {
            padding: 3px 3px 1px; }

  section.MAIN_container.GUSU {
    flex-direction: row-reverse !important; }
    section.MAIN_container.GUSU div.staff {
      width: 100%;
      margin: 5% 0 0 0; } }
.TITLE-name {
  text-align: left;
  font-family: "Josefin Sans","sans-serif";
  font-weight: 600;
  font-size: 1.6rem;
  margin: 20% 0 0; }
  .TITLE-name .sub {
    font-family: "Josefin Sans","sans-serif";
    font-weight: 600;
    display: block;
    padding: 0 0 10px 0;
    font-size: 0.6rem; }

@media screen and (max-width: 50rem) {
  .TITLE-name {
    font-weight: 600;
    font-size: 1.2rem;
    margin: 20% 0 0; }
    .TITLE-name .sub {
      padding: 0 0 2px 0;
      font-size: 0.4rem; } }
.slick-dots {
  margin: 10px 0; }

.slick-dots li {
  margin: 0; }

.slick-dots li button:before {
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: '●';
  text-align: center;
  opacity: 0.25;
  color: black; }

.slick-dots li button {
  width: 12px;
  height: 12px; }

/*************************
SUB_container
***************************/
section.SUB_container {
  width: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  text-align: left; }
  section.SUB_container ul.photo_sub {
    width: 65%;
    display: flex;
    flex-wrap: wrap; }
    section.SUB_container ul.photo_sub li {
      padding-top: 1rem; }
      section.SUB_container ul.photo_sub li img {
        width: 100%; }
  section.SUB_container div.staff {
    width: 47%;
    margin: 25% 0 0 3%; }
    section.SUB_container div.staff .name {
      font-family: "Josefin Sans","sans-serif";
      font-weight: 600;
      font-size: 1.2rem;
      margin: 10% 0 0; }
    section.SUB_container div.staff .sub {
      display: block;
      font-size: 0.6rem; }
    section.SUB_container div.staff p {
      font-size: 0.8rem;
      margin: 2% 0; }
    section.SUB_container div.staff .styling_list {
      padding: 0 0 1rem 0;
      text-align: left;
      font-size: 0.7rem; }
      section.SUB_container div.staff .styling_list li {
        margin: 5px 0;
        font-family: "Josefin Sans","sans-serif"; }
        section.SUB_container div.staff .styling_list li span.brand {
          font-family: "Josefin Sans","sans-serif";
          font-weight: 900; }
        section.SUB_container div.staff .styling_list li span.buy {
          background-color: #303030;
          color: #ffffff;
          font-family: "Josefin Sans","sans-serif";
          padding: 3px 5px; }

@media screen and (max-width: 50rem) {
  section.SUB_container {
    width: 100%;
    display: block;
    margin: 0 auto; }
    section.SUB_container ul.photo_sub {
      width: 100%;
      display: block; }
      section.SUB_container ul.photo_sub li {
        padding-top: 0.5rem; }
        section.SUB_container ul.photo_sub li img {
          width: 100%; }
    section.SUB_container div.staff {
      width: 100%;
      margin: 0; }
      section.SUB_container div.staff .name {
        font-size: 0.9rem;
        margin: 0; }
      section.SUB_container div.staff .sub {
        display: block;
        font-size: 0.4rem; }
      section.SUB_container div.staff p {
        font-size: 0.6rem;
        margin: 1% 0 5%; }
    section.SUB_container .styling_list {
      padding: 0;
      font-size: 0.6rem; }
      section.SUB_container .styling_list li {
        margin: 3px 0; }
        section.SUB_container .styling_list li span.buy {
          padding: 2px 3px; } }
/*************************
STYLING_container
***************************/
section.STYLING_container {
  width: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: center; }
  section.STYLING_container ul.photo_sub {
    width: 65%;
    display: flex;
    flex-wrap: wrap; }
    section.STYLING_container ul.photo_sub li {
      padding-top: 2rem; }
      section.STYLING_container ul.photo_sub li img {
        width: 100%; }
  section.STYLING_container div.styling_item {
    width: 32%;
    margin: 88% 0 0 3%; }
    section.STYLING_container div.styling_item .styling_list {
      padding: 2rem 0 0 0;
      text-align: left;
      font-size: 0.7rem; }
      section.STYLING_container div.styling_item .styling_list li {
        margin: 5px 0;
        font-family: "Josefin Sans","sans-serif"; }
        section.STYLING_container div.styling_item .styling_list li span.brand {
          font-family: "Josefin Sans","sans-serif";
          font-weight: 900; }
        section.STYLING_container div.styling_item .styling_list li span.buy {
          background-color: #303030;
          color: #ffffff;
          font-family: "Josefin Sans","sans-serif";
          padding: 3px 5px; }

@media screen and (max-width: 50rem) {
  section.STYLING_container {
    display: block; }
    section.STYLING_container ul.photo_sub {
      width: 100%;
      display: block; }
      section.STYLING_container ul.photo_sub li {
        padding-top: 0; }
    section.STYLING_container div.styling_item {
      width: 100%;
      margin: 0; }
      section.STYLING_container div.styling_item .styling_list {
        padding: 0;
        text-align: left;
        font-size: 0.6rem; }
        section.STYLING_container div.styling_item .styling_list li {
          margin: 3px 0; }
          section.STYLING_container div.styling_item .styling_list li span.brand {
            font-weight: 900; }
          section.STYLING_container div.styling_item .styling_list li span.buy {
            padding: 2px 3px; } }
/*************************
ITEM-SYOUKAI-CONTAINER
***************************/
.ITEM-SYOUKAI-CONTAINER {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto 20%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start; }

@media screen and (max-width: 30rem) {
  .ITEM-SYOUKAI-CONTAINER {
    width: 100%;
    margin: 0% auto;
    padding: 2% 0 0 0;
    justify-content: start; } }
.item-syoukai {
  max-width: 15%;
  position: relative;
  text-align: left;
  padding: 0.8%;
  margin: 2% 0; }
  .item-syoukai img {
    width: 100%; }
  .item-syoukai span.text {
    font-size: 0.7rem;
    text-align: left;
    display: block;
    font-weight: 900;
    line-height: 1.2rem; }
  .item-syoukai span.brand {
    font-family: "Josefin Sans","sans-serif";
    font-size: 0.7rem;
    padding: 10px 0 6px 0;
    text-align: left;
    display: block;
    line-height: 1.2rem; }
  .item-syoukai img {
    max-width: 640px; }

@media screen and (max-width: 30rem) {
  .item-syoukai {
    max-width: 23%;
    padding: 1%; }
    .item-syoukai span.text {
      font-size: 0.6rem;
      line-height: 1rem; }
    .item-syoukai span.brand {
      font-family: "Josefin Sans","sans-serif";
      font-size: 0.5rem;
      letter-spacing: 1px;
      padding: 10px 0 6px 0;
      line-height: 0.8rem; } }
div.other_title {
  text-align: center;
  font-family: "Josefin Sans","sans-serif";
  font-size: 1.3rem;
  position: relative;
  z-index: 999;
  margin: 3% auto 0; }

@media screen and (max-width: 30rem) {
  div.other_title {
    font-family: "Josefin Sans","sans-serif";
    font-size: 1rem;
    position: relative;
    z-index: 999;
    margin: 3% auto 0; } }
a.btn_04 {
  font-family: "Josefin Sans","sans-serif";
  width: 100%;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  position: relative;
  background: #303030;
  border: 2px solid #303030;
  box-sizing: border-box;
  padding: 0 5%;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s; }

a.btn_04:before {
  content: '';
  width: 4px;
  height: 4px;
  border: 0;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 52%;
  left: 25px;
  margin-top: -6px; }

a.btn_04:hover {
  background: #ffffff;
  color: #303030; }

a.btn_04:hover:before {
  border-top: 2px solid #303030;
  border-right: 2px solid #303030; }

@media screen and (max-width: 30rem) {
  a.btn_04 {
    height: 30px;
    padding: 3px 5% 0;
    font-size: 12px; }

  a.btn_04:before {
    top: 60%;
    left: 10px; } }
/*************************
footer
***************************/
footer {
  clear: both;
  padding: 10% 0 2% 0;
  font-size: 0.6rem;
  margin: 0; }
  footer ul {
    display: flex;
    padding: 0 5%;
    flex-wrap: wrap;
    justify-content: center; }
  footer li {
    margin: 0 10px 0 0; }
    footer li:first-child {
      margin: 0 auto 0 0; }
  footer a {
    font-family: "DM Sans";
    font-weight: 600;
    color: #999999; }
    footer a:hover {
      color: #fa8231; }
    footer a i {
      margin: 0 0.25rem 0 0; }

@media screen and (max-width: 50rem) {
  footer {
    margin: 0 0 10px 0;
    padding: 40% 0 2% 0 !important; }
    footer li {
      margin: 5px 10px; }
      footer li:first-child {
        margin: auto;
        width: 100%; } }
#footer-logo {
  width: 160px;
  fill: #999999; }

@media screen and (max-width: 30rem) {
  #footer-logo {
    width: 160px;
    fill: #999999;
    margin: 0 auto 24px auto;
    display: block; } }
