@charset "UTF-8";
/**キービジュアル***/
#keyVisual {
  padding: 0 0 110px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #keyVisual {
    padding: 0 0 40px;
  }
}
#keyVisual::after {
  content: "";
  display: block;
  width: 100%;
  height: 440px;
  background-color: #EDEAE7;
  position: absolute;
  bottom: 0;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  #keyVisual::after {
    height: 200px;
  }
}
#keyVisual .wrap {
  width: calc(100% - 9.285%);
  margin: 0 0 0 auto;
  overflow: hidden;
  border-radius: 140px 0 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #keyVisual .wrap {
    width: calc(100% - 30px);
    border-radius: 80px 0 0 0;
  }
}
#keyVisual .wrap .iframe_wrap {
  aspect-ratio: 1.7777777778;
  overflow: hidden;
  margin: auto;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #keyVisual .wrap .iframe_wrap {
    aspect-ratio: 1.15;
  }
}
#keyVisual .wrap iframe {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 101%;
  height: 150%;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  #keyVisual .wrap iframe {
    width: 156%;
    height: 200%;
  }
}
#keyVisual .catchcopy {
  width: 695px;
  position: absolute;
  top: 60px;
  left: 47px;
}
@media screen and (max-width: 767px) {
  #keyVisual .catchcopy {
    width: 300px;
    top: auto;
    bottom: 55px;
    left: 15px;
  }
}
#keyVisual .catchcopy p.flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  #keyVisual .catchcopy p.flex {
    display: inline-block;
  }
}
#keyVisual .catchcopy p {
  display: inline-block;
  margin: 0 0 12px;
  padding: 10px 7px;
  font-size: 40px;
  font-weight: 500;
  color: #000000;
  line-height: 1;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #keyVisual .catchcopy p {
    margin: 0 0 5px;
    padding: 4.5px 10px;
    font-size: 20px;
  }
}
#keyVisual .scroll {
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 11px;
  color: #000000;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  position: absolute;
  left: 4.1%;
  bottom: 166px;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  #keyVisual .scroll {
    display: none;
  }
}
#keyVisual .scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 24px;
  margin: 0 5px 0 2px;
  background-color: #000000;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
  position: absolute;
  bottom: -34px;
}
/****/
.sp {
  display: none;
}
#keyVisual.wide_bg {
  padding-bottom: 0;
}
#keyVisual.wide_bg .wide_bg__text {
  padding: 24px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 10;
}
#keyVisual.wide_bg .wide_bg__text h1, #keyVisual.wide_bg .wide_bg__text p {
  color: #ffffff;
  text-align: center;
}
#keyVisual.wide_bg .wide_bg__text h1 {
  font-feature-settings: "palt";
  letter-spacing: 2px;
  font-size: 50px;
  line-height: 75px;
  font-weight: 700;
  margin-bottom: 40px;
}
#keyVisual.wide_bg .wide_bg__text h1 span {
  display: block;
}
#keyVisual.wide_bg .wide_bg__text .button {
  margin: 32px auto 0;
}
#keyVisual.wide_bg .wrap {
  width: 100%;
  margin: 0;
  border-radius: 0;
  isolation: isolate;
}
#keyVisual.wide_bg .wrap:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #45626f;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
  opacity: 0.6;
}
#keyVisual.wide_bg .wrap .iframe_wrap {
  min-height: 680px;
}
#keyVisual.wide_bg::after {
  display: none;
}
.strong_text p {
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 700;
}
.flex_two {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.flex_two__item {
  width: calc(50% - 40px);
}
.flex_two__item p {
  margin-bottom: 8px;
}
.flex_two__item p:last-child {
  margin-bottom: 0;
}
.center_text {
  text-align: center;
}
h2.title {
  padding-top: 90px;
  margin: 0 0 40px;
  font-size: 15px;
  line-height: 1.32;
}
h2.title.center {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
h2.title.center .english {
  margin-bottom: 8px;
}
h2.title .english {
  display: block;
  margin: 0;
  font-size: 50px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.05em;
}
#about h3.en {
  line-height: 1.3;
}
#about h3 span {
  display: block;
  font-size: 20px;
  margin-top: 16px;
}
.flex_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-bottom: 90px;
}
.flex_btn a {
  margin: 0 16px;
}
.bg_gray {
  background-color: #EDEAE7;
}
.point_box {
  padding-bottom: 90px;
}
.point_box__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 64px;
}
.point_box__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.point_box__item:nth-child(2n) .box_text {
  margin-right: -40px;
  margin-left: 0;
  padding: 24px 80px 24px 40px;
}
.point_box__item:last-child {
  margin-bottom: 0;
}
.point_box__item .box_img {
  width: 66.66%;
  z-index: 2;
}
.point_box__item .box_text {
  width: calc(33.33% + 40px);
  margin-left: -40px;
  margin-top: 40px;
  padding: 24px 40px 24px 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
  background: white;
  min-height: 400px;
}
.point_box__item .box_text h3 {
  margin-bottom: 24px !important;
}
.point_box__item .box_text .box_inner p {
  margin-bottom: 8px;
}
.point_box__item .box_text .box_inner p:last-child {
  margin-bottom: 0;
}
.inner_960 {
  max-width: 960px;
  margin: 0 auto;
}
.inner_640 {
  max-width: 640px;
  margin: 0 auto;
}
.point_list {
  margin-bottom: 80px;
}
.point_list li {
  position: relative;
  margin-bottom: 24px;
}
.point_list li:last-child {
  margin-bottom: 0;
}
.point_list li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  font-weight: 700;
  background: white;
  border-radius: 400px;
  padding: 14px 40px;
}
.point_list li a:hover {
  color: #FFFFFF;
  background-color: #555555;
}
.point_list li a:hover:before {
  background-image: url(../media/images/wholesale/icon_check_hover.svg);
}
.point_list li a:hover:after {
  background-image: url(../media/images/shop/icon_arrow_hover.svg);
}
.point_list li a:before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(../media/images/wholesale/icon_check.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 20px;
}
.point_list li a:after {
  content: "";
  display: block;
  width: 9px;
  height: 5px;
  background: url(../media/images/shop/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.point_list li a span {
  width: calc(100% - 48px);
}
.flex_three {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.flex_three li {
  width: calc(33.33% - 26.66px);
  margin-right: 40px;
  border-radius: 16px;
  padding: 24px 40px;
}
.flex_three li:nth-child(3n) {
  margin-right: 0;
}
.flex_three li:last-child {
  margin-bottom: 0;
}
.flex_three li img {
  margin: 0 auto;
}
.flex_three li h4 {
  text-align: center;
}
h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
/**スライダー**/
.slider {
  overflow: hidden;
  /* はみ出た部分を隠す */
  width: 100%;
  margin-bottom: 64px;
}
.slider .slider-inner {
  display: flex;
  width: max-content;
  /* 中身の幅に合わせる */
  animation: loop-scroll 40s linear infinite;
}
.slider .items {
  display: flex;
  list-style: none;
  padding: 0;
}
.slider .items li {
  max-width: 280px;
  /* 各アイテムの幅 */
  margin: 0 12px;
}
/* アニメーションの設定 */
@keyframes loop-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
    /* 全体の半分まで行ったら0に戻る */
  }
}
.voice {
  margin: 24px 0 64px;
}
.voice li {
  background: white;
  border-radius: 8px;
  padding: 12px 12px 12px 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
}
.voice li:last-child {
  margin-bottom: 0;
}
.voice li:before {
  content: "";
  display: block;
  width: 28px;
  height: 32px;
  background: url(../media/images/wholesale/icon_person.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 16px;
}
.voice li p {
  width: calc(100% - 44px);
}
.topics_info {
  margin-top: 24px;
}
.topics_info a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: white;
  border-radius: 16px;
  overflow: hidden;
}
.topics_info a:hover .wrap img {
  transform: scale(1.1, 1.1);
}
.topics_info a:hover .more_btn {
  background: black;
  transition: 0.3s;
}
.topics_info a .wrap {
  position: relative;
  width: 50%;
  height: 380px;
  overflow: hidden;
}
.topics_info a .wrap img {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.topics_info a .text {
  width: 50%;
}
.topics_info a .text_inner {
  padding: 40px;
  text-align: center;
}
.topics_info a .text_inner h3, .topics_info a .text_inner p {
  text-align: left;
}
.topics_info a .text_inner h3 {
  margin-bottom: 24px !important;
}
.topics_info a .text_inner p {
  height: 100px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.topics_info a .more_btn {
  background: #45626f;
  color: white;
  padding: 6px;
  max-width: 240px;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 24px;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .flex_two__item {
    width: calc(50% - 16px);
  }
  .flex_three li {
    width: calc(33.33% - 16px);
    padding: 24px;
    margin-right: 24px;
  }
  .point_box__item {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
  .point_box__item .box_img {
    width: calc(100% - 15px);
  }
  .point_box__item .box_text {
    width: calc(100% - 15px);
    margin-top: -15px;
    padding: 40px;
    margin-left: 15px;
    min-height: auto;
  }
  .point_box__item:nth-child(2n) .box_text {
    margin-right: 15px;
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .slider, .voice, .point_list {
    margin-bottom: 32px;
  }
  h2.title {
    padding-top: 50px;
    margin-bottom: 32px;
  }
  .point_box, .flex_btn {
    padding-bottom: 50px;
  }
  p {
    font-size: 14px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .strong_text p {
    font-size: 14px;
  }
  #keyVisual.wide_bg .wide_bg__text {
    max-width: 460px;
    padding: 15px;
  }
  #keyVisual.wide_bg .wide_bg__text h1 {
    font-size: 30px;
    line-height: 1.4em;
    margin-bottom: 24px;
  }
  #keyVisual.wide_bg .wide_bg__text h1 span {
    font-size: 18px;
    line-height: 1.5em;
    margin: 10px 0 0;
    letter-spacing: 1px;
    display: block;
  }
  #keyVisual.wide_bg .wide_bg__text p {
    text-align: left;
    font-weight: 500;
  }
  #keyVisual.wide_bg .wrap {
    height: 540px;
  }
  #keyVisual.wide_bg .wrap .iframe_wrap {
    height: 540px;
  }
  h2.title.center {
    font-size: 16px;
  }
  h2.title .english {
    font-size: 30px;
  }
  .flex_two {
    flex-direction: column-reverse;
  }
  .flex_two__item {
    width: 100%;
  }
  #about h3.en {
    margin-top: 24px;
  }
  #about h3 span {
    font-size: 16px;
    margin-top: 8px;
  }
  .flex_btn {
    margin-top: 24px;
  }
  .flex_btn a {
    margin: 0;
  }
  .flex_btn a:first-child {
    margin-right: 16px;
  }
  .point_list li a {
    font-size: 16px;
  }
  .point_box__item .box_text {
    padding: 30px 24px 24px 24px;
  }
  .point_box__item .box_text h3 {
    margin-bottom: 16px !important;
  }
  .point_box__item:nth-child(2n) .box_text {
    padding: 30px 24px 24px 24px;
  }
  .flex_three li {
    width: 100%;
    margin-right: 0;
    padding: 24px 24px 24px 8px;
    margin-bottom: 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .flex_three li .img {
    width: 100px;
  }
  .flex_three li .img img {
    width: 100%;
    height: auto;
  }
  .flex_three li .text {
    width: calc(100% - 100px) !important;
    display: block;
  }
  .flex_three li h4 {
    margin-top: -8px;
    font-size: 16px;
    text-align: left;
    margin-bottom: 8px;
  }
  .flex_three li h4, .flex_three li p {
    width: 100%;
  }
  .slider .items li img {
    max-width: 200px;
    height: auto;
  }
  .point_list li {
    margin-bottom: 16px;
  }
  .point_list li a {
    padding: 12px 38px 12px 24px;
  }
  .point_list li a span {
    width: calc(100% - 40px);
  }
  .point_list li a:before {
    margin-right: 12px;
  }
  .topics_info {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  .topics_info a {
    flex-wrap: wrap;
  }
  .topics_info a .wrap {
    width: 100%;
    height: auto;
    padding-bottom: 66.67%;
  }
  .topics_info a .text {
    width: 100%;
  }
  .topics_info a .text_inner {
    padding: 24px;
  }
  .topics_info a .text_inner h3 {
    margin-bottom: 16px !important;
  }
  .topics_info a .text_inner p {
    font-size: 14px;
    height: 88px;
  }
  .topics_info a .more_btn {
    margin-top: 16px;
    font-size: 14px;
  }
}
@media screen and (max-width: 374px) {
  .flex_btn {
    flex-wrap: wrap;
  }
  .flex_btn a {
    margin-top: 16px;
  }
  .flex_btn a:first-child {
    margin-right: 0;
    margin-top: 0;
  }
}
/*# sourceMappingURL=./wholesale.css.map */