@charset "utf-8";

/* --------------------------------
    header
-------------------------------- */
.header {
  width: 100%;
  max-width: 100vw;
  height: 16.667vw;
  background: #fff;
}

.header .inner {
  width: 100%;
  max-width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.header h1 {
  width: 41.267vw;
  margin: 4.4vw 0px 0 2.667vw;
}

.header .head_btn {
  width: 47.067vw;
  margin: 1.933vw 2.667vw 0 0;
}

.logo a:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.inner {
  max-width: 100vw;
  margin: 0 auto ;
}

@media print, screen and (min-width:750px) {
  .rover {
    opacity: 1;
    transition: opacity .2s;
  }

  .rover:hover {
    opacity: .6;
    transition: opacity .2s;
  }
}

#wrap {
  max-width: 100vw;
  margin: 0 auto;
  box-shadow: 0 0 1.067vw rgba(0, 0, 0, .05);
  background-color: #fff;
}

img {
	width: 100%;
}

.section-title{
  margin: 40px 15.5px 0px;
}

@media print, screen and (min-width:750px) {
  .section-title{
  margin: 40px 15.5px 0px;
}
}

/* --------------------------------
    #sec01
-------------------------------- */
#sec01 {
}
#sec01 .inner {
  background-color: #fff;
  padding: 5.333vw 0 0;
}

#sec01 .item__cont {
  margin: 0 2.933vw;
  padding: 5.333vw 0;
  background-color: #FDF0F4;
}

#sec01 .item__cont + .item__cont {
  margin-top: 5.333vw;
}

#sec01 .item__cont h2 {
  width: 78.667vw;
  margin: 0 auto;
}

#sec01 .item__cont h3 {
  width: 68.6vw;
  padding-top: 8vw;
  margin: 0 auto;
}

#sec01 .item__cont .item__price {
  width: 81.667vw;
  padding-top: 5.667vw;
  margin: 0 auto;
}

#sec01 .item__cont .item__btn {
  width: 82.733vw;
  padding-top: 3.467vw;
  margin: 0 auto;
}

@media print, screen and (max-width:750px) {
  #sec01 .pc {
    display: none;
  }
}

@media print, screen and (min-width:750px) {
  #sec01 .sp {
    display: none;
  }
}

/* --------------------------------
    #sec02
-------------------------------- */
#sec02 {
}

#sec02 .inner {
  background-color: #fff;
  padding: 5.333vw 0 0;
}

#sec02 .item__cont {
  margin: 0 2.933vw;
  padding: 5.333vw 0;
  background-color: #FFEDEE;
}

#sec02 .item__cont + .item__cont {
  margin-top: 5.333vw;
}

#sec02 .item__cont h2 {
  width: 78.667vw;
  margin: 0 auto;
}

#sec02 .item__cont h3 {
  width: 78.667vw;
  padding-top: 6vw;
  margin: 0 auto;
}

#sec02 .item__cont .item__price {
  width: 81.667vw;
  padding-top: 2.667vw;
  margin: 0 auto;
}

#sec02 .item__cont .item__btn {
  width: 82.733vw;
  padding-top: 3.467vw;
  margin: 0 auto;
}

@media print, screen and (max-width:750px) {
  #sec02 .pc {
    display: none;
  }
}
@media print, screen and (min-width:750px) {
  #sec02 .sp {
    display: none;
  }
}

/* --------------------------------
    #sec03
-------------------------------- */
#sec03 {
}

#sec03 .inner {
  background-color: #fff;
  padding: 5.333vw 0 0;
}

#sec03 .item__cont {
  margin: 0 2.933vw;
  padding: 5.333vw 0;
  background-color: #FEF7EA;
}

#sec03 .item__cont + .item__cont {
  margin-top: 5.333vw;
}

#sec03 .item__cont h2 {
  width: 78.667vw;
  margin: 0 auto;
}

#sec03 .item__cont h3 {
  width: 78.667vw;
  padding-top: 6vw;
  margin: 0 auto;
}

#sec03 .item__cont .item__price {
  width: 81.667vw;
  padding-top: 2.667vw;
  margin: 0 auto;
}

#sec03 .item__cont .item__btn {
  width: 82.733vw;
  padding-top: 3.467vw;
  margin: 0 auto;
}

@media print, screen and (max-width:750px) {
  #sec03 .pc {
    display: none;
  }
}

@media print, screen and (min-width:750px) {
  #sec03 .sp {
    display: none;
  }
}

/* --------------------------------
    carousel
-------------------------------- */
.simple-slider{
  margin: 4vw 4.667vw 0;
}

.slick-slide {
	margin: 0 0.667vw;
}

.slick-loading .slick-list
{
  background: #fff;
}

.slick-dotted.slick-slider
{ 
  margin-bottom: 4vw;
}

.slick-dots
{
  position: absolute;
  bottom: -6vw;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li
{
  position: relative;
  display: inline-block;
  width: 2vw;
  height: 2vw;
  margin: 0 1.5vw;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button
{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 2vw;
  height: 2vw;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
  border-radius: 50%;
  background-color: #e5e5e5;
}

.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 0.8vw;
    line-height: 2vw;
    position: absolute;
    top: 0;
    left: 0;
    width: 2vw;
    height: 2vw;
    content: '';
    text-align: center;
    background-color: #C1B4BB;
    border-radius: 50%;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before
{
  background-color: #857983;
  border-radius: 50%;
}

@media print, screen and (min-width:750px) {
  /* --------------------------------
      header
  -------------------------------- */
  #wrap {
    max-width: 750px;
    margin: 0 auto;
    box-shadow: 0 0 8px rgba(0, 0, 0, .05);
    background-color: #fff;
  }

  img {
    width: 100%;
  }

  .header {
    width: 100%;
    max-width: 750px;
    height: 125px;
    background: #fff;
  }

  .header .inner {
    width: 100%;
    max-width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  .header h1 {
    width: 40%;
    margin: 35px 0 0 18px;
  }

  .header .head_btn {
  width: 340px;
  margin: 22px 20px 0 0;
  }

  .inner {
    max-width: 750px;
    margin: 0 auto ;
  }

  /* --------------------------------
      #sec01
  -------------------------------- */
  #sec01 {
  }

  #sec01 .inner {
    background-color: #fff;
    padding: 24px 0 0;
  }

  #sec01 .item__cont {
    margin: 0 15.5px;
    padding: 40px 0;
    background-color: #FDF0F4;
  }

  #sec01 .item__cont + .item__cont {
    margin-top: 40px;
  }

  #sec01 .item__cont h2 {
    width: 590px;
    margin: 0 auto;
  }

  #sec01 .item__cont h3 {
    width: 450px;
    padding-top: 50px;
    margin: 0 auto;
  }

  #sec01 .item__cont .item__price {
    width: 640px;
    padding-top: 50px;
    margin: 0 auto;
  }

  #sec01 .item__cont .item__btn {
    width: 650px;
    padding-top: 26px;
    margin: 0 auto;
  }

  /* --------------------------------
      #sec02
  -------------------------------- */
  #sec02 {
  }

  #sec02 .inner {
    background-color: #fff;
    padding: 24px 0 0;
  }

  #sec02 .item__cont {
    margin: 0 15.5px;
    padding: 40px 0;
    background-color: #FFEDEE;
  }

  #sec02 .item__cont + .item__cont {
    margin-top: 24px;
  }

  #sec02 .item__cont h2 {
    width: 590px;
    margin: 0 auto;
  }

  #sec02 .item__cont h3 {
    width: 500px;
    padding-top: 45px;
    margin: 0 auto;
  }

  #sec02 .item__cont .item__price {
    width: 640px;
    padding-top: 20px;
    margin: 0 auto;
  }

  #sec02 .item__cont .item__btn {
    width: 650px;
    padding-top: 26px;
    margin: 0 auto;
  }

  /* --------------------------------
      #sec03
  -------------------------------- */
  #sec03 {
  }

  #sec03 .inner {
    background-color: #fff;
    padding: 24px 0;
  }

  #sec03 .item__cont {
    margin: 0 15.5px;
    padding: 40px 0;
    background-color: #FEF7EA;
  }
  
  #sec03 .item__cont + .item__cont {
    margin-top: 24px;
  }

  #sec03 .item__cont h2 {
    width: 590px;
    margin: 0 auto;
  }

  #sec03 .item__cont h3 {
    width: 500px;
    padding-top: 45px;
    margin: 0 auto;
  }

  #sec03 .item__cont .item__price {
    width: 640px;
    padding-top: 20px;
    margin: 0 auto;
  }

  #sec03 .item__cont .item__btn {
    width: 650px;
    padding-top: 26px;
    margin: 0 auto;
  }

  /* --------------------------------
      carousel
  -------------------------------- */
  .simple-slider{
    margin: 30px 35px 0;
  }

  .slick-slide {
    margin: 0 5px;
  }

  .slick-dotted.slick-slider
  {
    margin-bottom: 30px;
  }

  .slick-dots
  {
    position: absolute;
    bottom: -35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }

  .slick-dots li
  {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 12px;
    padding: 0;
    cursor: pointer;
  }

  .slick-dots li button
  {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }

  .slick-dots li button:hover,
  .slick-dots li button:focus
  {
    outline: none;
  }

  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before
  {
    border-radius: 50%;
    background-color: #e5e5e5;
  }

  .slick-dots li button:before
  {
    font-family: 'slick';
    font-size: 6px;
    line-height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: '';
    text-align: center;
    background-color: #C1B4BB;
    border-radius: 50%;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .slick-dots li.slick-active button:before
  {
    background-color: #857983;
    border-radius: 50%;
  }
}

.simple-slider .slider__item img {
  width: 100%;             
  aspect-ratio: 1 / 1;      
  object-fit: cover;        
  display: block;           
}

.slick-dots li button::before {
  transform: scale(1);
  transition: transform 0.3s ease, color 0.3s ease;
}

.slick-dots li.slick-active button::before {
  transform: scale(1.5); 
}

/* --------------------------------
    searchセクション
-------------------------------- */
.search {
  background-color: #FCF7FD;
}

.search .inner {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 27px 0 40px 0;
}

.search h2 {
  margin: 0 auto;
}

.search_title img {
  width: clamp(150px, 40vw, 290px);
  height: auto;
  display: block;
  margin: 0 auto;
}

.search .search_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 12px 15.5px 0;
}

.search .search_list .list_item {
  width: 100%;
}

.search .list_item img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease;
}

.search .list_item:hover img {
  opacity: 0.7; 
}

/* --------------------------------
    popular_itemsセクション
-------------------------------- */
.popular_items {
  border: 2px solid #ccc;
  margin: 10px 15.5px 40px;
  background-color: #fff;
  border-radius: 
    clamp(5px, 1.5vw, 11px)  /* 左上 */
    clamp(5px, 1.5vw, 11px)  /* 右上 */
    clamp(4px, 1.2vw, 6px)   /* 右下 */
    clamp(4px, 1.2vw, 6px);  /* 左下 */
  max-width: 720px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 700;
  box-sizing: border-box;
}

.popular_items .section_title img {
  width: 100%;
  height: auto;
  display: block;
}

.popular_items .product_container {
  display: flex;
  justify-content: space-between;
  gap: 0;
  flex-wrap: nowrap;
}

.popular_items .product_item {
  text-align: center;
  border-top: none;
  width: 50%;
}

.popular_items .product_item:first-child {
  border-right: 2px solid #ddd;
}


.popular_items .product_item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.popular_items .product_info {
  background-color: #FCF7FD;
  padding: clamp(10px, 2.5vw, 20px); 
}

.popular_items .product_item:first-child .product_info {
  border-radius: 0 0 0 4px;
}

.popular_items .product_item:last-child .product_info {
  border-radius: 0 0 4px 0;
}

.popular_items .product_info p {
  font-size: clamp(12px, 2vw, 22px);
  line-height: 1.4;
  height: 2.8em;
  overflow: hidden;
  margin-bottom: 10px;
  color: #822C78;
  white-space: pre-line;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.popular_items .button_wrapper {
  text-align: center;
}

.popular_items .button_wrapper img {
  width: clamp(12px, 3vw, 20px);  
  height: auto;
}

.popular_items .product_item a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.popular_items .product_item a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 750px) {
  .popular_items .product_container {
    gap: 0;
  }
}


/* --------------------------------
    注釈セクション
-------------------------------- */
.note-img {
  margin-top: 2%;
  display: block;
}

.note-img img {
  height: auto;
  display: block;
}

.note-kimiehr {
  margin-left: 29%;
}

.note-kimiehr img {
  width: clamp(150px, 57vw, 450px);
}

.note-kimiepe {
  margin-left: 78%;
}

.note-kimiepe img {
  width: clamp(50px, 12.7vw, 95px);
}

.note-joubiyoku {
  margin-left: 5%;
}

.note-joubiyoku img {
  width: clamp(150px,82vw, 630px);
}

.note-locojet {
  margin-left: 41%;
}

.note-locojet img {
  width: clamp(80px, 46vw, 370px);
}

/* --------------------------------
    bottomセクション
-------------------------------- */
.bottom {
  display: flex;
  justify-content: center; 
  align-items: center;     
  position: relative;     
  margin: 40px 0;         
}

.bottom .inner {
  width: 100%;
  max-width: 670px;        
  display: flex;
  justify-content: center;
}

.bottom_btn img {
  display: block;          
  width: 100%;             
  max-width: 670px;        
  height: auto;           
  margin: 0 auto;          
}

.bottom_btn a {
  display: block;          
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  .bottom_btn img {
    width: 80%;            
    max-width: 100%;       
    margin: 0 auto;        
  }
}

/* --------------------------------
    footerセクション
-------------------------------- */
footer {
  color: #fff;
}

footer .ft_menu {
  display: flex;
  justify-content: center;
  column-gap: 30px;
  font-size: 16px;
  margin-bottom: 40px;
}

footer .ft_menu a {
  color: #fff;
}

footer .ft_menu li {
  padding: 25px 15px;
  border-bottom: 1px solid #fff;
}

footer .ft_logo {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(10px, 3vw, 20px);
}

footer .ft_logo img {
  width: clamp(150px, 45vw, 340px); 
  height: auto;
  padding-bottom: 10px;
}

footer .copy {
  font-size: clamp(10px, 3vw, 16px); 
  text-align: center;
  letter-spacing: 1.5px;
}

.wrapper_ft {
  background-color: #822C78;
  padding-bottom: 30px;
}

@media screen and (max-width: 2000px) {
  footer .ft_menu {
    display: block; 
  }

  footer .ft_menu li {
    border-bottom: 1px solid #fff;
  }
}

@media screen and (max-width: 960px) {
    .wrapper_ft {
        padding: 0 0 30px 0;
    }
}
