@charset "UTF-8";

.h_bar, 
#beltbnr {
	display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

#specialty a:hover img {
  opacity: 1 !important;
}


/*--SP--*/
@media only screen and (max-width: 767px) {
.sp {
  display: block;
}
.pc {
  display: none;
}

/* KV */
.kv {
  width: 100%;
  margin: 0 auto 30px;
}

/* LEAD */
.lead {
  width: calc(100% - 40px);
  margin: 0 auto 60px;
}
.lead p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", yu-gothic-pr6n, sans-serif !important;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2;
  color: #000000;
  text-align: justify;
}
.lead p br {
  display: none;
}

/* PROFILE */
.profile {
  width: 100%;
  background-color: #eeeeee;
  padding: 30px 0;
}
.profile .inner {
  width: calc(100% - 60px);
  margin: 0 auto;
}
.profile .title {
  margin-bottom: 30px;
}
.profile .title p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", yu-gothic-pr6n, sans-serif !important;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2;
  color: #000000;
  text-align: center;
}
.profile .title p:nth-of-type(2) {
  font-size: 1.8rem;
}
.profile .title p:nth-of-type(2) span {
  font-family: futura-pt, sans-serif !important;
  font-size: 2.2rem;
  font-weight: 500;
}
.profile .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.profile .content .image {
  width: 34%;
}
.profile .content .text {
  width: 58%;
}
.profile .content .text p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", yu-gothic-pr6n, sans-serif !important;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 2;
  color: #000000;
  text-align: justify;
}

/* CHART */
.chart {
  width: 100%;
  margin: 60px auto;
}
.chart h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", yu-gothic-pr6n, sans-serif !important;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  color: #000000;
  text-align: center;
}
.chart .answer {
  width: calc(100% - 50px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.chart .answer a {
  width: 33.33%;
}
.chart .sp-menu {
	width: 100%;
	margin: 60px auto 0;
}
.chart .sp-menu a {
	display: block;
}

/* TYPE */
.type {
  width: 100%;
  margin: 0 auto;
}
.type .gender-navi {
  margin: 30px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.type .gender-navi a {
  width: 20%;
  max-width: 150px;
}

/* ITEM */
.item-wrapper {
  width: 100%;
  padding: 30px 0;
}
.item-wrapper section {
  width: 100%;
  margin: 0 auto 30px;
}
.item-wrapper section:nth-of-type(2) {
  width: 100%;
  margin: 0 auto;
}
.item-wrapper section h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", yu-gothic-pr6n, sans-serif !important;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  color: #000000;
  text-align: center;
}
.item-wrapper section h3 span {
  font-family: futura-pt-bold, sans-serif !important;
  font-size: 2rem;
  font-weight: 700;
}
.item-wrapper section h4 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", yu-gothic-pr6n, sans-serif !important;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #000000;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.item-wrapper section h4::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: translateX(0);
}
.item-wrapper section h4.active::after {
  animation-name: box_slide;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transform: translateX(0);
}
.item-wrapper section .item {
  margin: 30px 0;
}
.item-wrapper section .item-img {
  width: 100%;
}
.item-wrapper section .item-txt {
  width: 100%;
}
/* POINT */
.item-wrapper section .point-area {
  margin: 30px auto;
  text-align: center;
}
.item-wrapper section .point-area .point-ttl {
  width: 30%;
  max-width: 190px;
  margin: 0 auto 15px;
}
.item-wrapper section .point-area ul {
  display: inline-block;
  text-align: left;
}
.item-wrapper section .point-area li {
  margin: 10px 0;
  vertical-align: middle;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", yu-gothic-pr6n, sans-serif !important;
  font-size: 1.4rem;
  font-weight: normal;
  color: #000000;
}
.item-wrapper section .point-area li img {
  width: 8%;
  margin: 0 10px 3px 0;
  vertical-align: middle;
}
/* COMMENT */
.item-wrapper section .comment-area {
  padding: 20px;
}
.item-wrapper section .comment-area .comment {
  width: 100%;
  padding: 30px;
  position: relative;
}
.item-wrapper section .comment-area .comment::before,
.item-wrapper section .comment-area .comment::after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
}
.item-wrapper section .comment-area .comment::before {
  top: 0;
  left: 0;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.item-wrapper section .comment-area .comment::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.item-wrapper section .comment-area .comment h5 {
  margin-bottom: 15px;
  font-family: futura-pt, sans-serif !important;
  font-size: 2rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.item-wrapper section .comment-area .comment p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", yu-gothic-pr6n, sans-serif !important;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2;
  color: #ffffff;
  text-align: justify;
}
/* CREDIT */
.item-wrapper section .item-credit {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.item-wrapper section .item-credit .credit {
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item-wrapper section .item-credit .credit .name {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", yu-gothic-pr6n, sans-serif !important;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
  color: #000000;
  text-decoration: none;
  width: 70%;
  text-align: left;
}
.item-wrapper section .item-credit .credit .btn {
  width: 30%;
  text-align: right;
}
.item-wrapper section .item-credit .credit .name a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", yu-gothic-pr6n, sans-serif !important;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
  color: #000000;
  text-decoration: none;
}
.item-wrapper section .item-credit .credit .btn a {
  padding: 5% 14%;
  font-family: futura-pt, sans-serif !important;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  color: #000000;
  text-decoration: none;
  border: 1px solid #000000;
  background: rgba(0, 0, 0, 0);
  transition: background 1s;
}
.item-wrapper section .item-credit .credit .btn a:hover {
  color: #ffffff;
  border: 1px solid #000000;
  background: rgb(0, 0, 0, 1);
}
/* WOMEN */
.item-wrapper.women {
  background-color: #ffecec;
}
.item-wrapper.women section h3 span {
  color: #b66c5a;
}
.item-wrapper.women section h4::after {
  background: #ffecec;
}
.item-wrapper.women section .point-area li img {
  filter: brightness(0) saturate(100%) invert(50%) sepia(46%) saturate(507%) hue-rotate(325deg) brightness(87%) contrast(84%);
}
.item-wrapper.women section .comment-area {
  background: #9d5c56;
}
/* MEN */
.item-wrapper.men {
  background-color: #eae7da;
}
.item-wrapper.men section h3 span {
  color: #304f47;
}
.item-wrapper.men section h4::after {
  background: #eae7da;
}
.item-wrapper.men section .point-area li img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(26%) saturate(562%) hue-rotate(114deg) brightness(96%) contrast(87%);
}
.item-wrapper.men section .comment-area {
  background: #598d67;
}

/* EDITOR */
.editor {
  width: 100%;
  padding: 75px 0;
  background: #f4f4f4;
}
.editor h5 {
  font-family: futura-pt, sans-serif !important;
  font-size: 2rem;
  font-weight: 500;
  color: #000000;
  text-align: center;
}

}


/*--PC--*/
@media only screen and (min-width: 768px) {
.sp {
  display: none;
}
.pc {
  display: block;
}

/* KV */
.kv {
  width: 900px;
  margin: 0 auto 60px;
}

/* LEAD */
.lead {
  width: 900px;
  margin: 0 auto 60px;
}
.lead p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", yu-gothic-pr6n, sans-serif !important;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2;
  color: #000000;
  text-align: center;
}

/* PROFILE */
.profile {
  width: 100%;
  background-color: #eeeeee;
  padding: 30px 0;
}
.profile .inner {
  width: 400px;
  margin: 0 auto;
}
.profile .title {
  margin-bottom: 30px;
}
.profile .title p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", yu-gothic-pr6n, sans-serif !important;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2;
  color: #000000;
  text-align: center;
}
.profile .title p:nth-of-type(2) {
  font-size: 1.8rem;
}
.profile .title p:nth-of-type(2) span {
  font-family: futura-pt, sans-serif !important;
  font-size: 2.2rem;
  font-weight: 500;
}
.profile .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.profile .content .image {
  width: 34%;
}
.profile .content .text {
  width: 58%;
}
.profile .content .text p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", yu-gothic-pr6n, sans-serif !important;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 2;
  color: #000000;
  text-align: justify;
}

/* CHART */
.chart {
  width: 540px;
  margin: 60px auto;
}
.chart h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", yu-gothic-pr6n, sans-serif !important;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2;
  color: #000000;
  text-align: center;
}
.chart .answer {
  width: calc(100% - 50px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.chart .answer a {
  width: 33.33%;
}

/* TYPE */
.type {
  width: 540px;
  margin: 0 auto;
}
.type .gender-navi {
  margin: 30px auto 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.type .gender-navi a {
  width: 20%;
  max-width: 150px;
}

/* ITEM */
.item-wrapper {
  width: 100%;
  padding: 60px 0 30px;
}
.item-wrapper section {
  width: 840px;
  margin: 0 auto 60px;
}
.item-wrapper section:nth-of-type(2) {
  width: 840px;
  margin: 0 auto 30px;
}
.item-wrapper section h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", yu-gothic-pr6n, sans-serif !important;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
  color: #000000;
  text-align: center;
}
.item-wrapper section h3 span {
  font-family: futura-pt-bold, sans-serif !important;
  font-size: 2rem;
  font-weight: 700;
}
.item-wrapper section h4 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", yu-gothic-pr6n, sans-serif !important;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: #000000;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.item-wrapper section h4 br {
  display: none;
}
.item-wrapper section h4::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: translateX(0);
}
.item-wrapper section h4.active::after {
  animation-name: box_slide;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transform: translateX(0);
}
.item-wrapper section .item {
  margin: 60px 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item-wrapper section .item-img {
  width: 50%;
}
.item-wrapper section .item-txt {
  width: 42%;
}
/* POINT */
.item-wrapper section .point-area {
  margin: 0 auto 30px;
  text-align: center;
}
.item-wrapper section .point-area .point-ttl {
  width: 30%;
  max-width: 190px;
  margin: 0 auto 15px;
}
.item-wrapper section .point-area ul {
  display: inline-block;
  text-align: left;
}
.item-wrapper section .point-area li {
  margin: 10px 0;
  vertical-align: middle;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", yu-gothic-pr6n, sans-serif !important;
  font-size: 1.4rem;
  font-weight: normal;
  color: #000000;
}
.item-wrapper section .point-area li img {
  width: 8%;
  margin: 0 10px 3px 0;
  vertical-align: middle;
}
/* COMMENT */
.item-wrapper section .comment-area {
  padding: 20px;
}
.item-wrapper section .comment-area .comment {
  width: 100%;
  padding: 30px;
  position: relative;
}
.item-wrapper section .comment-area .comment::before,
.item-wrapper section .comment-area .comment::after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
}
.item-wrapper section .comment-area .comment::before {
  top: 0;
  left: 0;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.item-wrapper section .comment-area .comment::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.item-wrapper section .comment-area .comment h5 {
  margin-bottom: 15px;
  font-family: futura-pt, sans-serif !important;
  font-size: 2rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
.item-wrapper section .comment-area .comment p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", yu-gothic-pr6n, sans-serif !important;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 2;
  color: #ffffff;
  text-align: justify;
}
/* CREDIT */
.item-wrapper section .item-credit {
  width: calc(100% - 100px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.item-wrapper section .item-credit .credit {
  width: 45%;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item-wrapper section .item-credit .credit .name {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", yu-gothic-pr6n, sans-serif !important;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
  color: #000000;
  text-decoration: none;
  width: 70%;
  text-align: left;
}
.item-wrapper section .item-credit .credit .btn {
  width: 30%;
  text-align: right;
}
.item-wrapper section .item-credit .credit .name a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", yu-gothic-pr6n, sans-serif !important;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.6;
  color: #000000;
  text-decoration: none;
}
.item-wrapper section .item-credit .credit .btn a {
  padding: 5% 14%;
  font-family: futura-pt, sans-serif !important;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  color: #000000;
  text-decoration: none;
  border: 1px solid #000000;
  background: rgba(0, 0, 0, 0);
  transition: background 1s;
}
.item-wrapper section .item-credit .credit .btn a:hover {
  color: #ffffff;
  border: 1px solid #000000;
  background: rgb(0, 0, 0, 1);
}
/* WOMEN */
.item-wrapper.women {
  background-color: #ffecec;
}
.item-wrapper.women section h3 span {
  color: #b66c5a;
}
.item-wrapper.women section h4::after {
  background: #ffecec;
}
.item-wrapper.women section .point-area li img {
  filter: brightness(0) saturate(100%) invert(50%) sepia(46%) saturate(507%) hue-rotate(325deg) brightness(87%) contrast(84%);
}
.item-wrapper.women section .comment-area {
  background: #9d5c56;
}
/* MEN */
.item-wrapper.men {
  background-color: #eae7da;
}
.item-wrapper.men section h3 span {
  color: #304f47;
}
.item-wrapper.men section h4::after {
  background: #eae7da;
}
.item-wrapper.men section .point-area li img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(26%) saturate(562%) hue-rotate(114deg) brightness(96%) contrast(87%);
}
.item-wrapper.men section .comment-area {
  background: #598d67;
}

/* EDITOR */
.editor {
  width: 100%;
  padding: 75px 0;
  background: #f4f4f4;
}
.editor h5 {
  font-family: futura-pt, sans-serif !important;
  font-size: 2rem;
  font-weight: 500;
  color: #000000;
  text-align: center;
}

}


/*--SP/PC共通--*/
/* SCROLL DOWN */
.scrolldown {
  position: relative;
  height: 60px;
}
.scrolldown::after{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  background: #000000;
  animation: scrolldown 1.6s ease-in-out infinite;
  opacity: 0;
}

/* アニメーション */
@keyframes scrolldown {
  0%{
    height: 0;
    top: 0;
    opacity: 0;
  }
  30%{
    height: 30px;
    opacity: 1;
  }
  100%{
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

@keyframes box_slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}