@charset "UTF-8";
/*===================================
# カラー
===================================*/
/*===================================
# フォント
===================================*/
/*# 文字間隔
/*-----------------------------------*/
/*===================================
# mixin
===================================*/
/*===================================
# base.scss
===================================*/
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  color: #000;
}

@media (max-width: 767px) {
  #body {
    overflow: visible !important;
    position: static !important;
  }
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

/*===================================
# component
===================================*/
.c-common__title {
  color: #000;
  text-align: center;
  font-family: "Merriweather", sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.3em;
  position: relative;
}
.c-common__title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 150px;
  height: 1px;
  background-color: #000;
}
@media (max-width: 767px) {
  .c-common__title::after {
    width: 75px;
  }
}
@media (max-width: 767px) {
  .c-common__title {
    font-size: 18px;
  }
}
.c-common__title-mail {
  color: #000;
  text-align: center;
  font-family: "Merriweather", sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.3em;
  position: relative;
}
.c-common__title-mail::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 150px;
  height: 1px;
  background-color: #000;
}
@media (max-width: 767px) {
  .c-common__title-mail::after {
    width: 75px;
  }
}
@media (max-width: 767px) {
  .c-common__title-mail {
    font-size: 18px;
  }
}

.error {
  font-size: 18px;
  color: red;
  display: flex;
}

/*===================================
# header
===================================*/
.l-header {
  position: relative;
  width: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
}
.l-header__inner {
  padding: 0 100px;
}
@media (max-width: 767px) {
  .l-header__inner {
    padding: 0 15px;
  }
}

/*===================================
# main.scss
===================================*/
/*# inner
/*-----------------------------------*/
.l-inner {
  max-width: 1400px;
  padding: 0 100px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-inner {
    padding: 0 20px;
  }
}

/*# メインビュー
/*-----------------------------------*/
.l-mv {
  margin-top: 50px;
}

/*# イントロ
/*-----------------------------------*/
.l-intro {
  background-color: #EDEDED;
  padding: 50px 0;
}

/*# 商品一覧
/*-----------------------------------*/
.l-product {
  margin: 94px 0 102px;
}

/*# 注文からお届けまで
/*-----------------------------------*/
.l-flow {
  padding: 95px 0;
  background-color: #FAF8F6;
}

/*# ご利用者の声
/*-----------------------------------*/
.l-voice {
  padding: 95px 0 0;
}

/*# よくある質問
/*-----------------------------------*/
.l-faq {
  margin-top: 80px;
  padding: 95px 0;
  background-color: #FAF8F6;
}

/*# 購入問い合わせ
/*-----------------------------------*/
.l-buyContact {
  padding: 90px 0;
  background-color: #EDEDED;
}

/*# メール問い合わせ
/*-----------------------------------*/
.l-contact {
  margin-top: 100px;
  padding: 50px 0 98px 0;
}

/*# SNS
/*-----------------------------------*/
.l-sns {
  background: #FAF8F6;
  padding: 100px 0;
}

/*===================================
# footer
===================================*/
.l-footer {
  padding: 160px 0 165px;
  background-color: #000;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 43px 0 37px;
  }
}

/*===================================
# footer
===================================*/
.p-footer__copyright {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: "Merriweather", sans-serif;
}
@media (max-width: 767px) {
  .p-footer__copyright {
    font-size: 12px;
  }
}

/*===================================
# header
===================================*/
.p-header {
  /*# header 上部
  /*-----------------------------------*/
  /*# 商品リンクボタン
  /*-----------------------------------*/
  /*# ハンバーガーメニュー
  /*-----------------------------------*/
}
.p-header__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.p-header__left {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-header__logo {
  width: 135px;
}
@media (max-width: 767px) {
  .p-header__logo {
    width: 60px;
  }
}
@media (max-width: 767px) {
  .p-header__text-center {
    font-size: 12px;
  }
}
.p-header__right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-header__text-left {
  margin-left: 12px;
}
.p-header__text-right {
  margin-right: 45px;
}
.p-header__sns-line {
  margin-left: 21px;
}
.p-header__button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 15px;
}
.p-header__link {
  width: 120px;
  height: 35px;
}
.p-header__link + .p-header__link {
  margin-left: 26px;
}
.p-header__link-btn {
  padding: 7px 0;
  border: 1px solid #fff;
}
.p-header__link-text {
  color: #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.4em;
}
.p-header__nav {
  height: 100%;
}
@media (max-width: 767px) {
  .p-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 255px;
    background: rgba(255, 255, 255, 0.7);
    transform: translateX(100%);
    transition: transform 0.5s;
    z-index: 2;
  }
}
.p-header__nav.is-active {
  transform: translateX(0%);
}
.p-header__toggle {
  width: 30px;
  height: 27px;
  position: relative;
  cursor: pointer;
  display: none;
}
@media (max-width: 767px) {
  .p-header__toggle {
    display: block;
  }
}
.p-header__toggle-line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #333;
  position: absolute;
}
.p-header__toggle-line:nth-of-type(2) {
  top: calc(50% - 1.5px);
}
.p-header__toggle-line:nth-of-type(3) {
  bottom: 0;
}
@media (max-width: 767px) {
  .p-header__toggle.is-active {
    display: none;
  }
}
.p-header__close {
  margin: 10px 15px 43px auto;
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 30px;
}
.p-header__close-line {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #000;
}
.p-header__close-line:nth-of-type(1) {
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(45deg);
}
.p-header__close-line:nth-of-type(2) {
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .p-header__item {
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-header__item + .p-header__item {
    margin-top: 30px;
  }
}
.p-header__item > a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  position: relative;
}
@media (max-width: 767px) {
  .p-header__item > a {
    height: 100%;
    display: flex;
    align-items: center;
    color: #000;
    margin: 0;
  }
}
.p-header__item > a:hover {
  border-bottom: 0.5px solid #000;
}

.l-header.is-active .header__sp-bg {
  opacity: 1;
  visibility: visible;
}

.l-header .p-header__button {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767px) {
  .l-header .p-header__button {
    display: none;
  }
}

.p-header__link-btn.change-color {
  border: 1px solid #000;
  transition: 0.3s;
}

.p-header__link-text.change-color {
  color: #000;
  transition: 0.3s;
}

/*===================================
# project-main.scss
===================================*/
/*# inner
/*-----------------------------------*/
/*# メインビュー
/*-----------------------------------*/
.p-mv__slide {
  width: 100vw;
  height: auto;
}
.p-mv__slide img {
  width: 100%;
  height: 100%;
}
.p-mv__main {
  position: absolute;
  top: 44%;
  left: 6%;
  font-size: 1.6vw;
  color: #fff;
  z-index: 1;
  letter-spacing: 0.3em;
}
@media (max-width: 767px) {
  .p-mv__main {
    top: 5%;
  }
}
.p-mv__sub {
  position: absolute;
  top: 62%;
  left: 6%;
  font-size: 1vw;
  color: #fff;
  z-index: 1;
  letter-spacing: 0.2em;
}
.p-mv__link {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 15%;
  right: 10%;
  z-index: 1;
}
@media (max-width: 399px) {
  .p-mv__link {
    right: 3%;
  }
}
.p-mv__link:hover {
  opacity: 0.7;
}
.p-mv__link-btn {
  padding: 32px 50px;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 989px) {
  .p-mv__link-btn {
    font-size: 12px;
    padding: 11px 8px;
  }
}
.p-mv__link-btn:hover {
  opacity: 0.7;
}

.swiper-container {
  position: relative;
}

.swiper {
  position: relative;
}

.swiper-wrapper {
  position: relative;
}

.swiper-pagination-bullet {
  opacity: 1;
  border: 2px solid #fff;
  background-color: transparent;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    border: 0.5px solid #fff;
  }
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
  }
}

/*# イントロ
/*-----------------------------------*/
.p-intro__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1134px) {
  .p-intro__body {
    display: block;
  }
}
.p-intro__about {
  width: 500px;
  height: auto;
}
.p-intro__about img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1134px) {
  .p-intro__about {
    margin: 0 auto;
    width: 250px;
  }
}
.p-intro__menu {
  display: flex;
  flex-direction: row-reverse;
}
.p-intro__menu + .p-intro__menu {
  flex-direction: row;
  margin-top: 20px;
}
@media screen and (max-width: 1134px) {
  .p-intro__menu {
    display: block;
  }
}
.p-intro__items {
  margin-left: 50px;
}
@media screen and (max-width: 1134px) {
  .p-intro__items {
    margin-left: 0;
    text-align: center;
  }
}
.p-intro__menu-heading {
  margin-left: 60px;
}
@media screen and (max-width: 1134px) {
  .p-intro__menu-heading {
    margin-left: 0;
    margin-top: 15px;
  }
}
.p-intro__menu-heading02 {
  margin-right: 60px;
  margin-top: 32px;
}
@media screen and (max-width: 1134px) {
  .p-intro__menu-heading02 {
    margin-right: 0;
    margin-top: 15px;
  }
}
.p-intro__menu-text {
  font-size: 15px;
  white-space: nowrap;
}
@media screen and (max-width: 1134px) {
  .p-intro__menu-text {
    font-size: 12px;
    text-align: center;
  }
}
.p-intro__menu-picture {
  width: 250px;
  height: auto;
}
.p-intro__menu-picture img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1134px) {
  .p-intro__menu-picture {
    margin: 11px auto;
  }
}

/*# 商品一覧
/*-----------------------------------*/
.p-product__title {
  color: #000;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 31px;
}
@media (max-width: 767px) {
  .p-product__title {
    font-size: 14px;
  }
}
.p-product__text {
  color: #454545;
  font-size: 12px;
  letter-spacing: 0.2em;
  margin-top: 29px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .p-product__inner {
    padding: 0 50px;
  }
}
.p-product__parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr) 0.8fr;
  grid-column-gap: 50px;
  grid-row-gap: 19px;
  margin: 70px auto;
  align-items: end;
}
@media screen and (max-width: 900px) {
  .p-product__parent {
    display: block;
  }
}
.p-product__parent-product {
  text-align: center;
  width: 200px;
}
@media (max-width: 767px) {
  .p-product__parent-product {
    margin-top: 40px;
  }
}
.p-product__link {
  display: flex;
  justify-content: center;
}
.p-product__link-btn {
  padding: 12px 81px;
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
  background-color: #454545;
}
.p-product__link-btn:hover {
  opacity: 0.4;
}

.l-product .p-product__parent-product {
  margin: 40px auto 0;
}

/*# 注文からお届けまで
/*-----------------------------------*/
.p-flow__picture {
  margin-top: 80px;
}
.p-flow__text {
  color: #454545;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 75px;
}
@media (max-width: 767px) {
  .p-flow__text {
    font-size: 12px;
  }
}

picture {
  display: flex;
  justify-content: center;
}

/*# ご利用者の声
/*-----------------------------------*/
.p-voice__body {
  margin-top: 60px;
}
.p-voice__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 77px;
  grid-row-gap: 19px;
}
@media screen and (max-width: 959px) {
  .p-voice__list {
    display: block;
  }
}
.p-voice__item {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .p-voice__item {
    width: initial;
    margin: 0 auto;
  }
  .p-voice__item + .p-voice__item {
    margin-top: 20px;
  }
}
.p-voice__item:first-child() {
  grid-area: 1/1/2/2;
}
.p-voice__item:nth-child(2) {
  grid-area: 1/2/2/3;
}
.p-voice__item:nth-child(3) {
  grid-area: 2/1/3/2;
  margin-top: 35px;
}
.p-voice__item:last-child {
  grid-area: 2/2/3/3;
  margin-top: 35px;
}
.p-voice__item-user {
  color: #000;
  font-size: 12px;
  letter-spacing: 0.2em;
  padding: 9px 0;
  border-radius: 10px;
  background: #D9D9D9;
  width: 340px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-voice__item-user {
    width: initial;
    padding: 5px 0;
  }
}
.p-voice__item-title {
  color: #454545;
  font-size: 14px;
  letter-spacing: 0.2em;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .p-voice__item-title {
    font-size: 12px;
    font-weight: bold;
  }
}
.p-voice__item-text {
  color: #454545;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .p-voice__item-text {
    margin-top: 10px;
  }
}

/*# よくある質問
/*-----------------------------------*/
.p-faq__body {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .p-faq__body {
    max-width: 400px;
    margin: 40px auto 0;
  }
}
.p-faq__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 25px;
}
@media (max-width: 767px) {
  .p-faq__list {
    display: block;
  }
}
.p-faq__item {
  color: #454545;
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  .p-faq__item {
    font-size: 12px;
    line-height: 1.5;
  }
  .p-faq__item + .p-faq__item {
    margin-top: 20px;
  }
}
.p-faq__item-a {
  margin-top: 10px;
}

.item01 {
  grid-area: 1/1/2/2;
}

.item02 {
  grid-area: 1/2/2/3;
}

.item03 {
  grid-area: 2/1/3/2;
}

.item04 {
  grid-area: 2/2/3/3;
}

.item05 {
  grid-area: 3/1/4/2;
}

.item06 {
  grid-area: 3/2/4/3;
}

.item07 {
  grid-area: 4/1/5/2;
}

.item08 {
  grid-area: 4/2/5/3;
}

/*# 購入問い合わせ
/*-----------------------------------*/
.p-buyContact__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .p-buyContact__list {
    display: block;
  }
}
@media (max-width: 767px) {
  .p-buyContact__item:not(:first-child) {
    padding-top: 20px;
  }
}
.p-buyContact__picture {
  text-align: center;
}
@media (max-width: 767px) {
  .p-buyContact__picture {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
}
.p-buyContact__picture:hover {
  opacity: 0.5;
}
.p-buyContact__text {
  text-align: center;
}
@media (max-width: 767px) {
  .p-buyContact__text {
    font-size: 12px;
    margin-top: 10px;
  }
}
.p-buyContact__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 7.5px 0 7.5px;
  border-color: #000000 transparent transparent transparent;
  margin: 20px auto;
}
.p-buyContact__triangle + .p-buyContact__triangle {
  margin-top: 10px;
}

/*# メール問い合わせ
/*-----------------------------------*/
#formWrap {
  padding: 0 100px;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}
@media screen and (max-width: 1134px) {
  #formWrap {
    padding: 0 20px;
  }
}

.p-contact__img {
  width: 95px;
  height: 95px;
  margin: 0 auto 47px;
}
@media (max-width: 767px) {
  .p-contact__img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
}
.p-contact__list {
  text-align: center;
  border-spacing: 20px;
}
.p-contact__form {
  margin-top: 70px;
}
.p-contact__title {
  text-align: center;
}
.p-contact__item:not(:first-child) {
  margin-top: 50px;
}
.p-contact__item:nth-child(4) {
  display: flex;
  align-items: center;
}
.p-contact__required {
  text-align: start;
}
.p-contact__name {
  padding: 14px;
  border-radius: 10px;
  background: #efefef;
  text-align: center;
  width: 25%;
  white-space: nowrap;
  position: relative;
}
@media (max-width: 767px) {
  .p-contact__name {
    width: 110px;
    padding: 12px 0px;
    font-size: 12px;
  }
}
.p-contact__required {
  position: relative;
}
.p-contact__required::after {
  content: "※必須";
  position: absolute;
  font-size: 12px;
  top: calc(100% - 45px);
  left: 100%;
}
@media (max-width: 767px) {
  .p-contact__required::after {
    font-size: 5px;
    top: calc(100% - 50px);
  }
}
.p-contact__body {
  display: flex;
  align-items: center;
}
.p-contact__menu {
  margin-left: 45px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .p-contact__menu {
    margin-left: 10px;
    font-size: 10px;
  }
  .p-contact__menu:nth-child(n+7) {
    margin-top: 20px;
  }
}
.p-contact__radio {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}
.p-contact__radio-label-individual {
  padding-left: 50px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
}
@media (max-width: 767px) {
  .p-contact__radio-label-individual {
    padding-left: 25px;
    font-size: 12px;
  }
}
.p-contact__radio-label-individual::before, .p-contact__radio-label-individual::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.p-contact__radio-label-individual::before {
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  background-color: #fff;
  left: 5px;
}
@media (max-width: 767px) {
  .p-contact__radio-label-individual::before {
    width: 15px;
    height: 15px;
  }
}
.p-contact__radio-label-individual::after {
  opacity: 0;
  width: 16px;
  height: 8px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(-45deg) translateY(-50%);
  left: 10px;
  top: 40%;
}
@media (max-width: 767px) {
  .p-contact__radio-label-individual::after {
    top: 20%;
  }
}
.p-contact__radio-label-corporation {
  padding-left: 50px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .p-contact__radio-label-corporation {
    padding-left: 22px;
    margin-left: 0px;
    font-size: 12px;
  }
}
.p-contact__radio-label-corporation::before, .p-contact__radio-label-corporation::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.p-contact__radio-label-corporation::before {
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  background-color: #fff;
  left: 5px;
}
@media (max-width: 767px) {
  .p-contact__radio-label-corporation::before {
    width: 15px;
    height: 15px;
  }
}
.p-contact__radio-label-corporation::after {
  opacity: 0;
  width: 16px;
  height: 8px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(-45deg) translateY(-50%);
  left: 10px;
  top: 40%;
}
@media (max-width: 767px) {
  .p-contact__radio-label-corporation::after {
    top: 20%;
  }
}
.p-contact__radio-label-group {
  padding-left: 50px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .p-contact__radio-label-group {
    padding-left: 22px;
    margin-left: 0px;
    font-size: 12px;
  }
}
.p-contact__radio-label-group::before, .p-contact__radio-label-group::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.p-contact__radio-label-group::before {
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  background-color: #fff;
  left: 5px;
}
@media (max-width: 767px) {
  .p-contact__radio-label-group::before {
    width: 15px;
    height: 15px;
  }
}
.p-contact__radio-label-group::after {
  opacity: 0;
  width: 16px;
  height: 8px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(-45deg) translateY(-50%);
  left: 10px;
  top: 40%;
}
@media (max-width: 767px) {
  .p-contact__radio-label-group::after {
    top: 20%;
  }
}
.p-contact__text {
  width: 100%;
  height: 60px;
  margin-top: 10px;
}
.p-contact__label {
  padding-left: 50px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
}
@media (max-width: 767px) {
  .p-contact__label {
    padding-left: 22px;
    margin-left: 0px;
    font-size: 12px;
  }
}
.p-contact__label::before, .p-contact__label::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.p-contact__label::before {
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  background-color: #fff;
  left: 5px;
}
@media (max-width: 767px) {
  .p-contact__label::before {
    width: 15px;
    height: 15px;
  }
}
.p-contact__label::after {
  opacity: 0;
  width: 16px;
  height: 8px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(-45deg) translateY(-50%);
  left: 10px;
  top: 40%;
}
@media (max-width: 767px) {
  .p-contact__label::after {
    top: 20%;
  }
}
.p-contact__menu-body {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .p-contact__menu-body {
    display: block;
  }
  .p-contact__menu-body:nth-child(n+7) {
    top: -15px;
  }
}
.p-contact__select {
  border: 1px solid #000;
  padding: 1px 20px 1px 6px;
  border-radius: 10px;
  position: relative;
  margin-left: 10px;
}
.p-contact__select::after {
  content: "";
  position: absolute;
  -webkit-clip-path: polygon(50% 100%, 1% 0, 100% 0);
          clip-path: polygon(50% 100%, 1% 0, 100% 0);
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  width: 10px;
  height: 10px;
  background-color: #000;
}
@media (max-width: 767px) {
  .p-contact__select::after {
    left: 25px;
  }
}
@media (max-width: 767px) {
  .p-contact__select {
    margin-left: 0;
    width: 46px;
    right: -32vw;
    top: -30px;
    padding: 3px 19px 4px 3px;
  }
}
.p-contact__select-list {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* 標準のスタイルを無効にする */
  border: none;
  height: 100%;
  position: relative;
  font-size: 18px;
  color: #000;
}
.p-contact__select-list::-ms-expand {
  display: none;
}
.p-contact__option {
  font-size: 12px;
}
.p-contact__menu-color {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-contact__checkbox {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}
.p-contact__menu-color-label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
}
@media (max-width: 767px) {
  .p-contact__menu-color-label {
    padding-left: 3px;
    margin-left: 0px;
    font-size: 12px;
  }
}
.p-contact__menu-color-label::before, .p-contact__menu-color-label::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
@media (max-width: 767px) {
  .p-contact__menu-color-label::before, .p-contact__menu-color-label::after {
    top: 38%;
  }
}
.p-contact__menu-color-label::before {
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  background-color: #fff;
  left: -25px;
}
@media (max-width: 767px) {
  .p-contact__menu-color-label::before {
    width: 15px;
    height: 15px;
    left: -15px;
  }
}
.p-contact__menu-color-label::after {
  opacity: 0;
  width: 16px;
  height: 8px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: rotate(-45deg) translateY(-50%);
  left: -20px;
  top: 40%;
}
@media (max-width: 767px) {
  .p-contact__menu-color-label::after {
    top: 20%;
    left: -10px;
  }
}
@media (max-width: 767px) {
  .p-contact__menu-color-label img {
    margin-left: 8px;
  }
}
.p-contact__others-name {
  margin-top: 50px;
}
.p-contact__textarea {
  width: 100%;
  height: 60px;
  margin-top: 20px;
}
.p-contact__submit {
  max-width: 220px;
  margin: 50px auto;
}
.p-contact__submit:hover {
  opacity: 0.4;
}
.p-contact__submit-btn {
  color: #fff;
  background: #454545;
  padding: 11px 79px 10px;
}

.tel {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .tel {
    margin-left: 0;
  }
}

.p-contact__radio:checked + .p-contact__radio-label-individual::after {
  opacity: 1;
}

.p-contact__radio:checked + .p-contact__radio-label-corporation::after {
  opacity: 1;
}

.p-contact__radio:checked + .p-contact__radio-label-group::after {
  opacity: 1;
}

.p-contact__checkbox:checked + .p-contact__label::after {
  opacity: 1;
}

.p-contact__checkbox:checked + .p-contact__menu-color-label::after {
  opacity: 1;
}

.parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 8px;
  margin-left: 10vw;
}
@media (max-width: 767px) {
  .parent {
    display: block;
    margin-left: 0;
  }
}

.parent2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 25px;
  margin-left: 13vw;
}
@media (max-width: 767px) {
  .parent2 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    margin-left: 0;
    margin-top: 25px;
  }
}

.parent2 .p-contact__menu-color:nth-child(2n) {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .parent2 .p-contact__menu-color:nth-child(2n) {
    margin-left: 20px;
  }
}

input[type=text],
textarea {
  padding: 5px;
}

/*# SNS
/*-----------------------------------*/
.p-sns__body {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
.p-sns__body-unit:hover {
  opacity: 0.4;
}
.p-sns__text {
  font-family: "Merriweather", sans-serif;
  font-size: 28px;
  letter-spacing: 0.2em;
  position: absolute;
  left: 19%;
  top: 100%;
}
@media (max-width: 767px) {
  .p-sns__text {
    font-size: 18px;
  }
}
.p-sns__text-line {
  font-family: "Merriweather", sans-serif;
  font-size: 28px;
  letter-spacing: 0.2em;
  position: absolute;
  right: 22%;
  top: 100%;
}

/*===================================
# utillty
===================================*/
.pc-only {
  display: block;
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.pc-header-only {
  display: block;
}
@media screen and (max-width: 999px) {
  .pc-header-only {
    display: none;
  }
}

.sp-header-only {
  display: none;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .sp-header-only {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */