@charset "utf-8";
/* CSS Document */
body {
  background-color: #EDEDED;
}
p {
  font-size: 15px;
  line-height: 2;
  font-weight: normal;
  letter-spacing: 0.06em;
}
#container {
  color: #333;
}
.container_inner {
  width: 94%;
  max-width: 960px;
  margin: 0 auto;
  background-color: #E8E0CD;
  background-color: #fff;
  padding: 5% 2% 2%;
  border: 1px solid steelblue;
  margin-top: 5%;
  margin-bottom: 8%;
}
section {
  margin-bottom: 10%;
}
hr {
  margin: 15% 5% 15%;
}
@media (max-width: 767.98px) {
  p {
    font-size: 13px;
  }
  .container_inner {
    padding: 10% 4% 2%;
    border: none;
    margin-top: 1%;
  }
}
/*main*/
.main {
  padding: 0% 0%;
}
.main_visual {
  width: 100%;
  display: block;
  margin-bottom: 5%;
}
.main_visual img {
  margin-bottom: 8%;
}
.h1_sub, .fm, .profile {
  margin: 0 auto;
  margin-bottom: 6%;
  color: steelblue;
  line-height: 1;
  border: 1px solid steelblue;
  height: fit-content;
  width: fit-content;
  padding: 2% 8%;
  border-radius: 50%;
  font-size: 16px;
  font-weight: normal;
  font-family: "Afacad Flux", sans-serif;
}
.h1_sub {
  margin-bottom: 5%;
  padding: 3% 9%;
  font-size: 17px;
}
.main_visual h1 {
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 4%;
}
.main_visual p.description {
  max-width: 580px;
  margin: 0 auto;
  font-size: 16px;
  margin-bottom: 8%;
  font-weight: bold;
  line-height: 2.4;
}
@media (max-width: 767.98px) {
  .main_visual img {
    margin-bottom: 10%;
  }
  .h1_sub {
    margin-bottom: 10%;
    font-size: 18px;
  }
  .main_visual h1 {
    font-size: 19px;
    letter-spacing: 0.05em;
    margin-bottom: 8%;
  }
  .main_visual p.description {
    max-width: 580px;
    margin: 0 auto;
    font-size: 14px;
    margin-bottom: 15%;
    font-weight: bold;
    line-height: 2.4;
  }
}
/*フィッティングメンバー*/
.fm_box {
  position: relative;
  height: 60px;
  max-width: 780px;
}
.fm {
  padding: 2.5% 4%;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: -25px;
  background-color: #F9F9F9;
  right: 0;
  left: 0;
}
.member {
  border: 1px solid steelblue;
  max-width: 720px;
  margin: 0 auto;
  background-color: #F9F9F9;
  margin-bottom: 10%;
}
ul.person_menu {
  width: 100%;
  max-width: 400px;
  display: grid;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 2%;
}
ul.person_menu_ue {
  grid-template-columns: 2fr 1fr 1fr;
  gap: 10%;
}
ul.person_menu_sita {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 8%;
}
ul.person_menu li p {
  font-weight: bold;
  margin-top: 6%;
  font-family: "Afacad Flux", sans-serif;
  font-weight: 800;
}
ul.person_menu li.pair {
  text-align: center;
  margin: 0 auto;
}
ul.person_menu li.pair div {
  position: relative;
  width: 155px;
  height: 98px;
}
ul.person_menu .kantasan {
  position: absolute;
  width: 50%;
  top: 0;
  left: 10%;
}
ul.person_menu .mayukosan {
  position: absolute;
  width: 50%;
  top: 0;
  right: -5%;
}
li.pair p {
  display: block;
  position: absolute;
  right: 0;
  bottom: -15%;
  left: 0;
  padding-left: 10%;
  margin: 0 auto;
  text-align: center;
}
.content_wrap {
  max-width: 750px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .fm_box {
    position: relative;
    height: 60px;
    max-width: 780px;
  }
  .fm {
    top: -18px;
    font-size: 15px;
  }
  ul.person_menu {
    width: 90%;
  }
  ul.person_menu li.pair div {
    width: 125px;
    height: 80px;
  }
  ul.person_menu_ue {
    gap: 8%;
  }
  ul.person_menu_sita {
    gap: 6%;
  }
}
@media (max-width: 400px) {
  ul.person_menu li.pair div {
    width: 115px;
    height: 75px;
  }
  ul.person_menu li p {
    font-size: 12px;
  }
}
/* セクションタイトル・プロフィール*/
.sec_title_box {
  text-align: center;
  margin-bottom: 8%;
}
.title_no, .profile, .profile_name {
  font-family: "Afacad Flux", sans-serif;
  font-weight: 800;
  text-align: center;
  letter-spacing: 0.05rem;
}
p.title_no {
  border-radius: 50%;
  line-height: 1;
  height: fit-content;
  width: fit-content;
  padding: 2% 5%;
  background-color: steelblue;
  color: #F9F9F9;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 4%;
}
p.title_name {
  font-size: 15px;
  font-weight: bold;
  color: steelblue;
}
p.sec_title {
  display: block;
  font-size: 28px;
  letter-spacing: 0.1rem;
  border-radius: 50%;
  padding: 1% 5% 4%;
  margin: 0 auto;
  font-weight: bold;
  line-height: 0;
  color: steelblue;
  line-height: 2;
}
.profile_box {
  max-width: 550px;
  padding: 2% 7% 4%;
  border: 1px solid steelblue;
  margin: 0 auto;
  background-color: #F9F9F9;
  margin-bottom: 10%;
  position: relative;
  padding-top: 6%
}
.pf_box .profile {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  background-color: #F9F9F9;
}
.profile_image img {
  max-width: 90px;
  margin: 0 auto;
  padding-bottom: 0%;
  display: block;
}
.profile_pair {
  display: flex;
  width: 200px;
  margin: 0 auto;
  justify-content: space-between;
}
.profile_name {
  font-size: 15px;
  padding-top: 2%;
  padding-bottom: 1%;
}
.profile_box a, .hukidashi a {
  color: steelblue;
}
.profile_box a:hover, .hukidashi a:hover {
  text-decoration: underline;
}
@media (min-width: 767.98px) and (max-width: 1023px) {
  p.sec_title {
    line-height: 1.5;
  }
  /* タブレット用スタイル */
}
@media (max-width: 767.98px) {
  p.title_name {
    font-size: 13px;
    font-weight: bold;
    color: steelblue;
  }
  p.sec_title {
    font-size: 24px;
    line-height: 1.5;
  }
  .profile_box {
    padding: 10% 8% 6%;
    border: 1px solid steelblue;
    margin: 0 auto;
    background-color: #F9F9F9;
    margin-bottom: 10%;
    position: relative;
  }
}
/* スライド */
.photo_garalley {
  max-width: 520px;
  margin: 0 auto;
}
.thumbnail {
  margin-top: 2%;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: none;
  opacity: 0.6;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: none;
  opacity: 1;
}
.splide__pagination {
  display: none;
}
.splide__arrow {
  background-color: #fff;
  opacity: 0.5;
  width: 1.75em;
  height: 1.75em;
  top: 51%;
}
.splide__arrow:hover:not(:disabled) {
  opacity: .7;
}
.splide__arrow svg {
  fill: #ccc;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow--next {
  content: url("img/next.svg");
  padding-left: 2px;
}
.splide__arrow--prev {
  content: url("img/prev.svg");
  padding-right: 2px;
}
/*吹き出しデザイン*/
.comment {
  padding: 2% 0% 8%;
}
.comment p {
  font-weight: bold;
  line-height: 2em;
  color: #333333;
}
.comment_box {
  display: flex;
  padding: 1% 2%;
}
.question {
  padding: 6% 0% 4% 5%;
}
.question p {
  font-size: 16px;
}
.person_image {
  width: 16%;
  max-width: 95px;
  padding: 2%;
  align-items: center;
}
.hukidashi {
  width: 85%;
  align-items: center;
  position: relative;
  padding: 22px 5% 24px 5%;
  border-radius: 5px;
  background-color: #EDEDED;
  margin: 0 auto;
  font-size: 14px;
  height: fit-content;
  margin-top: 2%
}
.hukidashi::before {
  position: absolute;
  top: 25px;
  width: 13px;
  height: 20px;
  background-color: #EDEDED;
  content: '';
}
.h_left::before {
  left: -12px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.h_right::before {
  right: -12px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.h_right_2::before {
  right: -12px;
  clip-path: polygon(0 5%, 100% 0%, 0 100%);
  top: 15px;
  height: 25px;
}
p.person_name {
  font-size: 14px;
  font-weight: bold;
  color: steelblue;
  font-family: "Afacad Flux", sans-serif;
  font-weight: 900;
  letter-spacing: 0.05rem;
}
@media (max-width: 767.98px) {
  .question {
    padding: 8% 5% 5% 5%;
  }
  .question p {
    font-size: 13px;
    line-height: 1.5;
  }
  .hukidashi {
    width: 78%;
    margin-top: 2%
  }
  .hukidashi::before {
    top: 16px;
    width: 12px;
    height: 16px;
  }
  .h_left::before {
    left: -10px;
  }
  .h_right::before {
    right: -10px;
  }
  .h_right_2::before {
    right: -10px;
    top: 16px;
  }
}
/*マイチョイス*/
.mychoice2{
	margin-bottom: 10%;
}
.mychoice_innner {
  display: flex;
  justify-content: center;
  position: relative;
  width: 90%;
  max-width: 760px;
  margin: 0 auto;
  border-radius: 10px;
  height: 40vh;
  background-color: #F9F9F9;
}
.mc_circle {
  max-width: 90px;
  position: absolute;
  left: 12%;
  top: 15%;
  z-index: 1;
}
.mc_image, .mc_detail {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.mc_image {
  width: 40%;
  left: 10%;
  z-index: 0;
  padding: 5% 5%;
}
.mc_detail {
  right: 5%;
  padding-top: 5%;
  width: 50%;
}
.credit p {
  padding-bottom: 3%;
  line-height: 1.7;
  text-align: center;
  z-index: 0;
}
.credit p span {
  display: block;
  line-height: 1.8;
  font-weight: bold;
  font-size: 0.9em;
  color: steelblue;
}
a.shop_link {
  font-weight: bold;
  color: steelblue;
  padding-left: 2%;
  text-decoration: underline;
}
@media (min-width: 767.98px) and (max-width: 1023px) {
  /* タブレット用スタイル */
  /* スマホ用スタイル */
  .mychoice_innner {
    position: static;
    position: relative;
    display: block;
    height: auto;
    margin-top: 3%;
  }
  .mc_circle {
    width: 30%;
    max-width: 90px;
    position: absolute;
    left: 12%;
    top: 12%;
    z-index: 1;
  }
  .mc_image, .mc_detail {
    position: static;
  }
  .mc_image {
    width: 50%;
    padding: 10% 0% 10%;
    margin: 0 auto;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
  .mc_image2 {
    padding: 10% 0% 5%;
    margin: 0 auto;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
  .mc_detail {
    width: 90%;
    margin: 0 auto;
  }
  .mc_detail2 {
    margin-top: 10%;
  }
  .credit p {
    padding-bottom: 0%;
  }
}
@media (max-width: 767.98px) {
  /* スマホ用スタイル */
  .mychoice_innner {
    position: static;
    position: relative;
    display: block;
    height: auto;
    margin-top: 3%;
  }
  .mc_circle {
    width: 30%;
    max-width: 90px;
    position: absolute;
    left: 12%;
    top: 12%;
    z-index: 1;
  }
  .mc_image, .mc_detail {
    position: static;
  }
  .mc_image {
    width: 65%;
    padding: 10% 0% 10%;
    margin: 0 auto;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
  .mc_image2 {
    width: 60%;
    padding: 12% 0% 15%;
    margin: 0 auto;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }
  .mc_detail {
    width: 90%;
    margin: 0 auto;
  }
  .mc_detail2 {
    margin-top: 18%;
  }
  .credit p {
    padding-bottom: 0%;
  }
}
/* -------------------- アニメーション -------------------- */
/*回転*/
.kurukuru1 {
  animation: 12s linear infinite rotation1;
}
.kurukuru2 {
  animation: 5s linear infinite rotation2;
}
.kurukuru3 {
  animation: 6s linear infinite rotation3;
}
@keyframes rotation1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation2 {
  0% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(360deg);
  }
}
@keyframes rotation3 {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
/* 下から */
.item_block ul li {
  opacity: 0;
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUp2 {
  animation-name: fadeUpAnime2;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime2 {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 767.98px) {
  /* スマホ用スタイル */
}
@media (min-width: 767.98px) and (max-width: 1023px) {
  /* タブレット用スタイル */
}
/*

googleフォント


▼アルファベット
.plus-jakarta-sans-<uniquifier> {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

▼日本語
.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}

*/