@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'Noto Serif JP', serif;
  /* overflow-x: hidden; */
}

body *{
  box-sizing: inherit; /* box-sizingの値は継承されないので明示的に設定 */
}

a {
  text-decoration: none;
}

header .top_title {
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hamburger, .logo_responsive, .page_top_btn {
  display: none;
}

header .logo,header nav {
  display: inline-block;
}

header .logo img {
  width: 300px;
}

.top_title nav ul li {
  float: left;
  margin: 0 20px;
}

.toindex {
  color: #000;
}

header .hero {
  background-image: url(../image/background_lineup_2-2.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 11% 0;
}

header .hero h1 {
  font-size: 175%;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  margin: 0 auto;
  position: absolute;
  left: 51%;
  transform: translate(-50%, -50%);
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  width: 95%;
  text-align: center;
}

header .hero h1 .brpoint {
  display: none;
}

main {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.goods {
  display: flex;
  padding: 1rem 1rem 0rem ;
}

.goods_visual {
  width: 50%;
  height: auto;
}

.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: auto;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
}



.mySwiper2 {
  aspect-ratio: 3/2;
}

.mySwiper2 img {
  width: 100%;
}

.mySwiper {
  height: auto;
  box-sizing: border-box;
  padding: 10px 20px;
}

.mySwiper img {
  width: 100%;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  line-height: 80px;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.setumei {
  width: 50%;
  max-width: 500px;
  padding: 2rem 4rem;
  margin: 0 auto;
}


.setumei h2 {
  text-align: center;
  border-bottom:2px solid #7E318E;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 10px;
  max-width: 400px;
}

.price {
  padding: 20px 0; 
  font-size: 20px;
  position: relative;
}

.price span {
  font-size: 12px;
}

.price::after {
  content: '';
  margin: 0 auto;
  display: block;
  width: 40px;
  height: 0.2rem;
  background-color: #7E318E;
  position: absolute;
  bottom: -1.0rem;
  left: 43%;
  text-align: center;
  
}

.kaisetu {
  margin-top: 50px;
  line-height: 1.5em;
  font-size: 14px;
  position: relative;
}

.kaisetu::after {
  content: '';
    margin: 0 auto;
    display: block;
    width: 40px;
    height: 0.2rem;
    background-color: #7E318E;
    position: absolute;
    bottom: -2rem;
    left: 43%;
    text-align: center;
}


.buy_button {
  margin-top: 65px;
  text-align: center;
}

.shopifybtn {
  margin: 0 auto;
  text-align: center;
  width: 235px;
}

.self {
  margin-top: 1.5rem;
  border-top: 2px dotted  #7E318E;
  text-align: center;
}

.self p {
  margin-top: 1.5rem;
  font-size: 13px;
  line-height: 1.5em;
}

.self p span {
  font-size: 16px;
  color: #BD3B90;
}

a.addtocart {
   background-color: #BD3B90;
    padding: 15px 50px;
    color: white;
    border-radius: 13px;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0.2em;
    position: relative;
    display: inline-block;
    margin-top: 10px;
}

a.addtocart:hover {
  background-color: #aa3582
}

.goods_detail {
  margin:0 100px 5rem;
}

.goods_detail h3 {
  border-bottom: 2px solid #7E318E;
  padding: 1rem 0;
}

.goods_detail p {
  font-size: 14px;
  margin-top: 0.5rem;
  line-height: 1.3em;
  /* letter-spacing: 1em; */
}

.detail_category {
  letter-spacing: 0.5em;
}

footer {
  width: 100%;
  margin: 0 auto;
  background-color: #E3C6DE;
  color: white;
  height: 50px;
  display: flex;
    align-items: center;
    justify-content: center;
    /* position: fixed; */
  bottom: 0;
  width: 100%;
}


footer small {
  text-align: center;
}


@media screen and (max-width: 679px) {

  header .logo,header .toindex {
    display: none;
  }

  .logo_responsive {
    display: flex;
    justify-content: center;
      align-items: center;
    text-align: center;
    margin: 0 auto;
  }

  .logo_responsive img {
    width: 35vw;
  }

  header .hero {
    margin: 20px auto;
  }

  header .hero h1 {
    font-size: 5vw;
    width: 95%;
    text-align: center;
  }

  .hamburger,header .hero h1 br {
    display: block;
  }

  input {
    display: none;
  }
  
  label {
    top: 10px;
      right: 10px;
    background-color: #E3C6DE;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    position: fixed;
    z-index: 90;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 50%;
  }
  
  
  .line,.line::before,.line::after {
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #fff;
    content: "";
    position: absolute;
  }
  
  .line::before {
    top: 8px;
  }
  
  .line::after {
    top:-8px;
  }
  
  #check:checked ~ label {
    transform: rotate(180deg);
  }
  
  #check:checked ~ label .line {
    background-color: rgba(255,255,255,0);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  }
  
  #check:checked ~ label .line::before {
    top: 0;
    transform: rotate(45deg);
    transition: top 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
  
  #check:checked ~ label .line::after {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
  
  nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    width: 100%;
    height: 100%;
    background-color: #BD3B90;
    transform: translateX(-110%);
    transition: all 0.5s;
  }
  
  #check:checked~nav {
    transform: translateX(0%);
  }
  
  ul {
    width: 100%;
    height: 100%;
  }
  
  
  li {
    list-style-type: none;
    text-align: center;
    border-bottom: solid 1px #fff;
    height: 14.5%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  li a {
    color: #fff;
    text-decoration: none;
    display: block;
  }
  
  .li-container {
    color: #fff;
  }
  
  .li-lang {
    display: inline-block;
    margin: 10px;
  }

  .page_top_btn {
    color: #BD3B90;
    position: fixed;
    bottom: 24px;
    right: 80px;
    text-decoration: none;
    display: block;
    width: 100px;
    padding: 16px 20px;
    text-align: right;
    transform: rotate(90deg);
    transform-origin: bottom right;
    z-index: 79;
  }
  
.arrow1 {
  width: 52px;
  height: 3px;
  background: #BD3B90;
  position: absolute;
  top: 50%;
  right: 62px;
  }
  
.arrow2 {
  width: 2px;
  height: 17px;
  background: #BD3B90;
  position: absolute;
  top: calc(50% + 2px);
  right: 109px;
  transform: rotate(-130deg);
  transform-origin: top left;
  }
  
  .goods {
    flex-flow: column;
  }

  .goods_visual,.setumei {
    width: 100%;
  }

  .goods_visual {
    height: auto;
    margin-top: 2rem;
    padding: 0 2rem;
  }

  .mySwiper {
    padding: 0;
  }

  .setumei {
    padding: 2rem 2rem;
  }

  .goods_detail {
    margin: 2rem 2rem 5rem;
  }



}


/* body * { outline: red 1px solid;}  */