@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# LOWER PAGE
	- About

--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> COMMON
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common 
--------------------------------------------------------------*/
.site-main img {
  border-radius: 15px;
}

#mv {
  position: relative;
}
#mv .post-thumbnail {
  overflow: hidden;
  width: 100%;
  height: 450px;
  line-height: 0;
}
#mv .post-thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#mv .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  padding-top: 6.19%;
  background-image: url("../img/index/feature_bg_mask.png");
  background-size: cover;
  background-repeat: no-repeat;
}
#mv.no-thumb {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  #mv {
    position: relative;
  }
  #mv .post-thumbnail {
    height: 240px;
  }
  #mv .post-thumbnail img {
    width: auto;
    max-width: none;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #mv.no-thumb {
    padding-top: 60px;
  }
}
/*--------------------------------------------------------------
# About Page - 私の思い
--------------------------------------------------------------*/
.mind {
  margin-bottom: 150px;
}
.mind__box {
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 2rem;
}
.mind__box .thumb1 .img1 {
  width: 54.25%;
  margin: 0 auto 0 0;
}
.mind__box .thumb1 .img2 {
  width: 64.25%;
  margin: -96px 0 0 auto;
}
.mind__box .thumb2 {
  align-self: end;
}
.mind__box .thumb2 .img3 {
  width: 67.1%;
  margin: 0;
}
.mind__box .thumb2 .img4 {
  width: 48.63%;
  margin: -60px 0 0 auto;
}
.mind__thumb {
  width: 42.25%;
}
.mind__thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.mind__image {
  margin-bottom: 2rem;
}
.mind__image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.mind__content {
  width: calc(57.75% - 60px);
}
.mind__content p {
  margin: 0 0 2em 0;
  line-height: 2.4;
}
.mind__content p:last-of-type {
  margin: 0;
}
.mind__copy {
  position: relative;
  max-width: 880px;
  margin: 0 auto 2rem;
}
.mind__copy p {
  margin-top: 4rem;
  font-size: 1.25rem;
  text-align: center;
  line-height: 2.4;
}
.mind__copy p span {
  color: #CC9C6B;
}
.mind__copy::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 48px;
  left: 0;
  width: 84px;
  height: 2px;
  background-color: #CC9C6B;
  transform: rotate(45deg);
}
.mind__copy::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 48px;
  right: 0;
  width: 84px;
  height: 2px;
  background-color: #CC9C6B;
  transform: rotate(315deg);
}

.profile {
  margin-bottom: 150px;
}
.profile .wrap {
  justify-content: space-between;
  flex-wrap: nowrap;
}
.profile__img {
  width: 51.54%;
}
.profile__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.profile__text {
  width: calc(48.46% - 60px);
}
.profile__text--title {
  margin-bottom: 2em;
}
.profile__text--title .headline2 {
  margin: 0;
}
.profile__text--title .headline2 span {
  margin-right: 0.5em;
  font-size: 0.7em;
}
.profile__text--title p {
  margin: 0;
  color: #CC9C6B;
}
.profile__text > p {
  line-height: 2.4;
}
.profile__list--item {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .mind {
    margin-bottom: 100px;
  }
  .mind__box {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .mind__box .thumb1 {
    width: 100%;
    margin-bottom: 2rem;
  }
  .mind__box .thumb1 .img1 {
    width: 42.75%;
    margin: 0;
  }
  .mind__box .thumb1 .img2 {
    width: 55.5%;
    margin: -168px 0 0 auto;
  }
  .mind__box .thumb2 {
    width: 100%;
  }
  .mind__box .thumb2 .img3 {
    width: 48.25%;
    margin: 0;
  }
  .mind__box .thumb2 .img4 {
    width: 48.63%;
    margin: -178px 0 0 auto;
  }
  .mind__thumb {
    width: 50%;
    order: 2;
  }
  .mind__image {
    display: none;
  }
  .mind__content {
    width: 100%;
    order: 1;
  }
  .mind__content p {
    margin: 0 0 2em 0;
    line-height: 2.4;
  }
  .mind__copy p {
    margin-top: 4rem;
    font-size: 1.15rem;
    text-align: left;
    line-height: 2.4;
  }
  .mind__copy::before {
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: transparent;
    transform: 0;
  }
  .mind__copy::after {
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background-color: transparent;
    transform: 0;
  }
  .profile {
    margin-bottom: 100px;
  }
  .profile .wrap {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .profile__img {
    width: 100%;
    margin-bottom: 1em;
  }
  .profile__text {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .mind__box .thumb1 .img2 {
    margin: -144px 0 0 auto;
  }
  .mind__box .thumb2 {
    width: 100%;
  }
  .mind__box .thumb2 .img3 {
    width: 48.25%;
    margin: 0;
  }
  .mind__box .thumb2 .img4 {
    width: 48.63%;
    margin: -54px 0 0 auto;
  }
}
/*--------------------------------------------------------------
# Product Page - 商品一覧
--------------------------------------------------------------*/
#product {
  margin: 100px 0 150px 0;
}
#product .product__title {
  max-width: 880px;
  margin: 0 auto 1rem;
}
#product .product__title--name {
  display: inline-block;
  margin: 0 1rem 0 0;
  color: #CC9C6B;
  font-size: 1.75rem;
}
#product .product__title--name span {
  font-size: 1.25rem;
}
#product .product__title--price {
  display: inline-block;
  margin: 0;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
#product .product__title--price small {
  font-size: 0.85rem;
  letter-spacing: 0;
}
#product .product__title--copy {
  display: inline-block;
  margin: 0 0 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
#product .product__title--copy span {
  color: #FD0100;
}
#product .product__copy {
  position: relative;
  max-width: 880px;
  margin: 0 auto 2rem;
}
#product .product__copy p {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.8;
}
#product .product__copy p span {
  color: #FD0100;
}
#product .product__copy::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 48px;
  left: 0;
  width: 84px;
  height: 2px;
  background-color: #CC9C6B;
  transform: rotate(45deg);
}
#product .product__copy::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 48px;
  right: 0;
  width: 84px;
  height: 2px;
  background-color: #CC9C6B;
  transform: rotate(315deg);
}
#product .product__item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 1.25rem 3.75rem;
  max-width: 880px;
  margin: 0 auto 60px;
}
#product .product__item .product__img {
  width: 100%;
}
#product .product__item .product__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#product .product__item .product__content {
  width: 100%;
}
#product .product__item .product__content--text {
  margin: 0 0 1rem 0;
  font-size: 1rem;
}
#product .product__item .product__content--text:last-child {
  margin: 0;
}
#product .product__item .product__detail {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0;
}
#product .product__item .product__detail--title {
  width: 100px;
  font-size: 0.95rem;
}
#product .product__item .product__detail--content {
  width: calc(100% - 80px);
  margin: 0;
  font-size: 0.95rem;
}
#product .product__item .product__raw {
  margin: 0 0 1rem 0;
}
#product .product__item .product__raw--title {
  display: block;
  width: 100%;
  margin: 0 0 0.25rem 0;
  font-size: 0.95rem;
}
#product .product__item .product__raw--content {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 0.95rem;
}
#product .bar__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 1.875rem 3.75rem;
  max-width: 880px;
  margin: 0 auto 60px;
}
#product .bar__item {
  width: 100%;
  margin: 0;
}
#product .bar__item .product__img {
  width: 100%;
  margin: 0;
}
#product .bar__item .product__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#product .bar__item .product__content {
  width: 100%;
}
#product .bar__item .product__content--title {
  margin: 0;
  color: #CC9C6B;
  font-size: 1.25rem;
}
#product .bar__item .product__content--title span {
  font-size: 1rem;
}
#product .bar__item .product__content--price {
  margin: 0.25rem 0 1rem 0;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
#product .bar__item .product__detail {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0;
}
#product .bar__item .product__detail--title {
  width: 100px;
  font-size: 0.95rem;
}
#product .bar__item .product__detail--content {
  width: calc(100% - 80px);
  margin: 0;
  font-size: 0.95rem;
}
#product .bar__item .product__raw {
  margin: 0 0 1rem 0;
}
#product .bar__item .product__raw--title {
  display: block;
  width: 100%;
  margin: 0 0 0.25rem 0;
  font-size: 0.95rem;
}
#product .bar__item .product__raw--content {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 0.95rem;
}

@media screen and (max-width: 768px) {
  #product {
    margin: 60px 0 100px 0;
  }
  #product .product__title--title {
    font-size: 1.5rem;
  }
  #product .product__copy p {
    text-align: left;
    line-height: 1.8;
  }
  #product .product__copy br {
    display: none;
  }
  #product .product__copy::before {
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: transparent;
    transform: 0;
  }
  #product .product__copy::after {
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background-color: transparent;
    transform: 0;
  }
  #product .product__item {
    grid-template-columns: 1fr;
    margin: 0 auto 60px;
  }
  #product .bar__list {
    grid-template-columns: 1fr;
    max-width: 880px;
    margin: 0 auto 60px;
  }
  #product .bar__item {
    width: 100%;
    margin: 0;
  }
  #product .bar__item .product__img {
    margin: 0 0 1.25rem 0;
  }
}
@media screen and (max-width: 480px) {
  #product .bar__item {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
/*--------------------------------------------------------------
# Company Page - 運営会社
--------------------------------------------------------------*/
#company {
  margin: 100px 0 150px 0;
}
#company .wrap {
  max-width: 780px;
}
#company .wrap .headline2 {
  margin: 0 0 1em 0;
  letter-spacing: 0.1em;
}
#company .wrap .headline2 img {
  vertical-align: -6px;
}
#company .wrap .company__info {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 1em 0;
  border-bottom: 1px solid #C7C7C7;
}
#company .wrap .company__info dt {
  width: 100px;
  font-weight: normal;
}
#company .wrap .company__info dd {
  width: calc(100% - 100px);
  margin: 0;
}
#company .wrap .company__info dd a {
  color: #1E1E1E;
}

@media screen and (max-width: 768px) {
  #company {
    margin: 60px 0 100px 0;
  }
}
/*--------------------------------------------------------------
# Contact Page - お問い合わせ
--------------------------------------------------------------*/
#contact {
  margin: 100px 0 150px 0;
}
#contact .wrap {
  max-width: 680px;
}
#contact .wrap .wpcf7-form input[type=text],
#contact .wrap .wpcf7-form input[type=email],
#contact .wrap .wpcf7-form textarea {
  padding: 5px 1em;
  border: 1px solid #E8D2BC;
  border-radius: 5px;
}
#contact .wrap .wpcf7-form input[type=text]:focus,
#contact .wrap .wpcf7-form input[type=email]:focus,
#contact .wrap .wpcf7-form textarea:focus {
  outline: 1px solid #CC9C6B;
}
#contact .wrap .wpcf7-form input[type=submit] {
  display: inline-block;
  position: relative;
  width: 200px;
  padding: 1.25em 0;
  border: 1px solid #CC9C6B;
  border-radius: 25px;
  background-color: #FFFFFF;
  color: #CC9C6B;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
}
#contact .wrap .wpcf7-form input[type=submit]:hover {
  background-color: #CC9C6B;
  color: #FFFFFF;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 768px) {
  #contact {
    margin: 60px 0 100px 0;
  }
}
/*--------------------------------------------------------------
# Privacy Page - 個人情報保護方針
--------------------------------------------------------------*/
#privacy {
  margin: 100px 0 150px 0;
}
#privacy .wrap {
  max-width: 780px;
}
#privacy .wrap dl {
  margin-bottom: 2em;
}
#privacy .wrap dl dt {
  margin: 0 0 0 0;
  font-size: 1.1em;
}
#privacy .wrap dl dd {
  margin: 0.5em 0 0 0;
}
#privacy .wrap dl dd ul {
  margin: 0;
}

@media screen and (max-width: 768px) {
  #privacy {
    margin: 60px 0 100px 0;
  }
}/*# sourceMappingURL=lower.css.map */