@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

.body.public-page {
    background-size: contain;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}

.underline {
  text-decoration: underline;
}
.main__container section {
  margin-top: 120px;
}
.main__container ul {
  margin: 1.2rem 0;
  padding-left: 1.5rem;
}
.main__container li {
  position: relative;
  list-style: none;
  margin: .4rem 0;
}
.main__container li::before {
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: -1.4rem;
  font-size: .5rem;
  color: #2471ac;
  top: .43rem;
}

#mv {
  text-align: center;
  margin-top: 0;
}
#mv img {
  width: 800px;
}

#instagram .insta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 7px;
  padding-left: 0;
  margin: 0;
}
#instagram .insta-list li {
  position: relative;
  background-image: url(./images/insta-frame.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  aspect-ratio: 800 / 619;
  width: calc((100% - 14px) / 3);
  overflow: hidden;
  margin-bottom: 0;
}
#instagram .insta-list li a {
  display: inline-block;
  padding: 22px 20px 0;
}
#instagram .insta-list li img {
  aspect-ratio: 4/3;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#product {
  padding: 0 20px;
}
#product .flex__container {
  display: flex;
  gap: 20px;
}
#product .product-info {
  width: 60%;
}
#product .product-img {
  width: calc(40% - 20px);
  text-align: center;
}
#product .product-name {
  color: #2471ac;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  line-height: 1.6;
}
#product .product-name .sub {
  font-size: 1.8rem;
}
#product .product-name .sub span {
  display: inline-block;
  padding: .1rem 1rem;
  margin-left: 1.5rem;
  border: 1px solid #2471ac;
  font-size: 1.2rem;
}
#product .product-name-en {
  width: 320px;
  margin-top: 1rem;
}
#product .comment {
  margin-top: 4rem;
}
#product .comment p {
  margin-top: 1.8rem;
}
#product .catch {
  color: #2471ac;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
}
#product .product-img img {
  width: 300px;
}
#product .scene {
  color: #2471ac;
  font-family: "Noto Serif JP", serif;
  font-size: 1.3rem;
  margin-top: 4rem;
}
#product .price-wrap {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  line-height: 1;
  margin-top: 1rem;
}
#product .price-wrap .price {
  font-size: 1.7rem;
  font-weight: 600;
  color: #2471ac;
}
#product .price-wrap .price span {
  font-size: 1rem;
}
#product .purchase {
  margin-top: 3rem;
}
#product .purchase a {
  width: 400px;
  max-width: 100%;
  text-align: center;
  display: inline-block;
  padding: .4rem 2rem;
  color: #2471ac;
  font-size: 1rem;
  border: 2px solid #2471ac;
  font-weight: 600;
  background-color: transparent;
}

.footer-contents {
  margin-top: 150px;
  margin-bottom: 50px;
}
.footer-contents .footer__inner {
  padding: 0 20px;
}
.footer-contents .name {
  font-weight: 600;
  color: #2471ac;
}
.footer-contents .contact-info {
  display: flex;
  gap: 20px;
}
.footer-contents .line {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.footer-contents .line img {
  width: 120px;
}
@media screen and (min-width: 835px){
  .pc--hidden {
    display: none !important;
  }
}



@media screen and (max-width: 1256px){
  #instagram .insta-list li a {
  padding: 1.7vw 1.7vw 0;
  }
}



@media screen and (max-width: 834px){
  .sp--hidden {
    display: none !important;
  }
  .main__container section {
    margin-top: 80px;
  }
  #instagram .insta-list {
    gap: 0 3px;
  }
  #instagram .insta-list li {
    width: calc((100% - 3px) / 2);
  }
  #instagram .insta-list li a {
    padding: 2.6vw 2.6vw 0;
  }
  #product .flex__container {
    flex-direction: column;
  }
  #product .product-name {
    font-size: 2.1rem;
    margin-top: 1.2rem;
  }
  #product .product-name .sub {
    font-size: 1.4rem;
  }
  #product .product-name .sub span {
    margin-left: .6rem;
    font-size: .9rem;
  }
  #product .product-name-en {
    width: 200px;
  }
  #product .product-info {
    width: 100%;
  }
  #product .comment {
    margin-top: 2rem;
  }
  #product .catch {
    font-size: 1.1rem;
  }
  #product .scene {
    font-size: 1.1rem;
    margin-top: 2rem;
  }
  #product .product-img {
    width: 100%;
  }
  #product .logo {
    width: 220px;
  }
  #product .product-photo {
    width: 80%;
    display: block;
    margin: 1rem auto;
  }
  #product .img-photo1,
  #product .img-photo2 {
    width: 80%;
    display: block;
    margin: 1rem auto;
  }
  .footer-contents .contact-info {
    flex-direction: column;
    gap: 0;
  }
}