@charset "UTF-8";
/* CSS Document */
.header {
  height: 50px;
  background-color: #f5f4ec;
  position: relative;
}
.header__logo {
  width: 50px;
  left: 24px;
  position: absolute;
}
.header__navigation {
  display: none;
}
.header__instagram {
  width: 20px;
}
@media (max-width: 480px) {
  /*ハンバーガーアイコン*/
  #nav-drawer {
    padding: 10px 24px 0 0;
    text-align: right;
    position: relative;
  }
  #nav-open {
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 22px;
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;
    width: 23px;
    background-color: #333;
    display: block;
    content: "";
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  #nav-close {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
  }
  #nav-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 70%;
    height: 100%;
    background-color: #fff;
    text-align: left;
    padding: 15px 0 0 24px;
    transform: translateX(-105%);
    transition: 0.3s ease-in-out;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.20)
  }
  .nav-drawer__title {
    display: block;
    margin-bottom: 100px;
  }
  .nav-drawer__link-top {
    display: block;
  }
  #nav-content ul li {
    margin-bottom: 36px;
  }
  #nav-content ul li a {
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 600;
    color: #333;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%);
  }
}
@media(min-width:480px) {
  .header {
    min-height: 50px;
  }
  .header__logo {
    width: 60px;
    padding-left: 20px;
    padding-top: 10px;
  }
  .header__navigation {
    max-height: 1040px;
    display: flex;
    text-align: right;
    margin: 0 auto;
    position: absolute;
    right: 50px;
    padding-top: 15px;
  }
  .header__navigation ul li {
    display: inline-block;
    margin-left: 30px;
  }
  .header__navigation ul li a {
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 600;
  }
}
.section__main {
  background-color: rgba(245, 245, 245, 0.8);
}
.section-top {
  width: 100%;
  margin: 0;
  padding-bottom: 30px;
}
.content1 {
  display: flex;
}
.section-top img {
  width: 100%;
  vertical-align: bottom;
  object-fit: cover;
  object-position: 20% 30%;
  height: 100%;
}
.photo1 {
  flex-basis: 60%;
}
.text1 {
  flex-basis: 40%;
  padding: 60px 10px;
  background: #59b5bb;
  color: #FFFFFF;
  font-family: "Apple Chancery";
  letter-spacing: 0.5rem;
  line-height: 1.5;
}
.text1 h2 {
  font-size: 2.2rem;
}
.text1 p {
  font-size: 1.8rem;
  padding-top: 30px;
}
@media(min-width:480px) {
  .section-top img {
    height: 500px;
  }
  .text1 {
    height: 500px;
    padding: 100px 10px 40px 10px;
  }
  .text1 h2 {
    font-size: 3.0rem;
  }
  .text1 p {
    font-size: 2.4rem;
  }
}
.section__about {
  padding: 0 24px 60px;
  line-height: 1.5;
}
.section__about h2 {
  padding-bottom: 20px;
  font-size: 1.8rem;
}
.section__about-sub {
  padding: 0 20px 20px;
}
@media(min-width:1040px) {
  .section__about {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .section__about h2 {
    font-size: 2.4rem;
  }
  .section__about-sub {
    font-size: 1.8rem;
  }
}
.section__introduction {
  text-align: center;
  margin: 0 auto;
  width: 350px;
}
.section__introduction p {
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  text-align: left;
}
@media(min-width:1040px) {
  .section__introduction {
    width: 1040px;
    text-align: right;
    padding-top: 110px;
  }
  .section__introduction h2 {
    font-size: 2.2rem;
    margin: 20px 90px 50px;
  }
  .section__introduction p {
    font-size: 1.8rem;
  }
}
.section__blueandpink-photo {
  width: 360px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 800px;
}
.section__blueandpink-photo1 {
  position: absolute;
  top: 50px;
}
.section__blueandpink-photo2 {
  position: absolute;
  z-index: 100;
  top: 250px;
  left: 80px;
}
.section__blueandpink-photo3 {
  position: absolute;
  top: 450px;
  right: 0px;
}
.section__blueandpink-photo1, .section__blueandpink-photo2, .section__blueandpink-photo3 {
  width: 200px;
}
.section__blueandpink-photo1 img, .section__blueandpink-photo2 img, .section__blueandpink-photo3 img {
  width: 100%;
}
.btn_01 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 40px;
  margin: auto;
  font-size: 1.2rem;
  border: 1px solid #333;
  transition: 0.5s;
  color: #333;
  background-color: #f5f4ec;
  position: absolute;
  top: 525px;
  left: 80px;
}
.a.btn_01:hover {
  color: #fff;
  background: #59b5bb;
}
@media(min-width:1040px) {
  .section__blueandpink {
    max-width: 1040px;
    margin: 0 auto;
    padding-bottom: 800px;
    display: flex;
    flex-flow: row-reverse;
  }
  .section__blueandpink-photo {
    position: relative;
    max-width: 1040px;
  }
  .section__blueandpink-photo1 {
    width: 400px;
    top: 100px;
  }
  .section__blueandpink-photo2 {
    width: 450px;
    top: 500px;
    left: 300px;
  }
  .section__blueandpink-photo3 {
    width: 400px;
    top: 950px;
    left: 600px;
  }
  .btn_01 {
    position: absolute;
    top: 1130px;
    left: 300px;
  }
}
.section__goods {
  margin: 0 auto;
  position: relative;
  max-width: 350px;
  height: 750px;
  z-index: 100;
}
.background-blue {
  background-image: url("../images/photo/sougen.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 200px;
  width: 180px;
  height: 450px;
  margin: 0 auto;
  z-index: -1;
}
.section__whiteandorange {
  width: 200px;
  margin: 0 auto;
}
.section__whiteandorange img {
  width: 100%;
}
.btn_02 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 40px;
  margin: auto;
  font-size: 1.2rem;
  border: 1px solid #333;
  transition: 0.5s;
  color: #333;
  background-color: #f5f4ec;
  margin-left: 75px;
}
.a.btn_02:hover {
  color: #fff;
  background: #59b5bb;
}
.section__quality {
  font-size: 1.4rem;
  text-align: left;
  padding: 20px 0 20px 30px;
  color: #fff;
  z-index: 10;
}
@media(min-width:1040px) {
  .section__goods {
    padding-top: 30px;
    max-width: 1040px;
    margin: 0 auto;
    position: relative
  }
  .background-blue {
    width: 800px;
    height: 1300px;
    left: -100px;
    z-index: -1;
  }
  .section__quality {
    font-size: 1.8rem;
    position: absolute;
    top: 750px;
    left: 100px;
  }
  .section__whiteandorange {
    width: 400px;
  }
  .section__whiteandorange {
    position: absolute;
    top: 100px;
    right: 100px;
  }
  .btn_02 {
    position: absolute;
    top: 650px;
    left: 460px;
  }
}
.section__whiteandbiue-photo {
  width: 200px;
  position: absolute;
  left: 20px;
}
.section__whiteandbiue-photo img {
  width: 100%;
}
.section__white-photo {
  width: 100px;
  position: absolute;
  bottom: -10px;
  left: 200px;
  z-index: -1;
}
.section__white-photo img {
  width: 100%
}
.btn_03 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 40px;
  font-size: 1.2rem;
  border: 1px solid #333;
  transition: 0.5s;
  color: #333;
  background-color: #f5f4ec;
  margin: 275px 0 0 20px;
}
.a.btn_03:hover {
  color: #fff;
  background: #59b5bb;
}
@media(min-width:1040px) {
  .section__whiteandbiue-photo {
    width: 400px;
    top: 1000px;
    left: 150px;
  }
  .section__white-photo {
    width: 200px;
    top: 1350px;
    left: 550px;
  }
  .btn_03 {
    top: 1280px;
    left: 130px;
    position: absolute;
  }
}
.section__Commitment {
  border: double 5px #59b5bb;
  font-size: 1.6rem;
  padding: 0 30px;
  margin: 50px auto;
  width: 350px;
}
.section__Commitment h3 {
  padding: 30px;
}
.section__Commitment ul {
  list-style: none;
}
.section__Commitment ul li {
  padding-bottom: 30px;
}
.section__Commitment-text__detail {
  font-size: 1.8rem;
  font-weight: 600;
  padding-bottom: 10px;
  letter-spacing: 5px;
}
.section__Commitment p {
  width: 100px;
  margin: 0 auto;
}
.section__Commitment img {
  width: 100%;
}
.section__Commitment-cotton {
  padding: 20px;
}
.section__buy {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
}
.section__buy p {
  font-size: 1.4rem;
  font-weight: normal;
  padding-top: 10px;
}
@media(min-width:1040px) {
  .section__Commitment {
    font-size: 1.8rem;
    padding: 30px;
    margin: 1000px auto 50px;
    width: 1040px;
  }
  .section__Commitmen h3 {
    font-size: 2.4rem;
    padding: 40px;
  }
  .section__Commitment ul li {
    display: flex;
  }
  .section__Commitment-text__detail {
    font-size: 2.4rem;
    padding-bottom: 20px;
  }
  .section__Commitment p {
    width: 40vw;
  }
  .section__Commitment img {
    width: 300px;
  }
  .section__Commitment-text {
    width: 60vw;
  }
}
.section__color {
  padding-top: 20px;
}
.section__color ul {
  padding-top: 10px;
  padding-bottom: 20px;
  list-style: none;
  display: flex;
  justify-content: center;
}
.section__color-white {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  border: solid 1px #333;
  margin-right: 20px;
}
.section__color-pink {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #f8dbfa;
  margin-right: 20px;
}
.section__color-orange {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffcc6a;
  margin-right: 20px;
}
.section__color-blue {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #7ac2c8;
}
.section__color-button {
  display: inline-block;
  width: 100%;
  width: 200px; /* ボタン幅 */
  border: 2px solid #f5f4ec; /* 線幅・種類・色 */
  border-radius: 50%;
  background: #fff; /* 背景色 */
  -webkit-box-shadow: 4px 4px 0 #cfc3ad; /* 影の距離・色 */
  box-shadow: 4px 4px 0 #cfc3ad; /* 影の距離・色 */
  padding: 30px 40px;
  font-weight: bold; /*文字の太さ*/
  text-decoration: none;
  text-align: center;
  transition: 0.3s;
}
/* マウスオーバーした際のデザイン */
.section__color-button:hover {
  -webkit-box-shadow: -4px -4px 0 #cfc3ad; /* 影の距離・色 */
  box-shadow: -4px -4px 0 #cfc3ad; /* 影の距離・色 */
}
@media(min-width:1040px) {
  .section__color-white, .section__color-pink, .section__color-orange, .section__color-blue {
    width: 50px;
    height: 50px;
  }
  .section__color ul {
    padding-bottom: 40px;
  }
  .section__color-button {
    width: 300px;
  }
}
.footer {
  background-color: #f5f4ec;
  padding: 30px 0;
  margin-top: 40px;
}
.footer ul {
  list-style: none;
}
.footer ul li {
  font-size: 1.4rem;
  padding-bottom: 10px;
}
.section__color-logo {
  width: 100px;
  padding-bottom: 20px;
}
.footer__Instagram {
  width: 20px;
}
.footer small {
  font-size: 1.2rem;
  text-align: center;
}
@media(min-width:1040px) {
  .footer {
    padding: 40px 0;
  }
  .footer ul {
    display: inline-flex;
    justify-content: space-around;
  }
  .footer ul li {
    font-size: 1.6rem;
    padding: 20px 40px;
  }
}