@charset "UTF-8";

/*----------MENU-------------

------------MENU-----------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poiret+One&display=swap');

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.poiret-one-regular {
  font-family: "Poiret One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*-------------------------
	Reset
---------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
hgroup,
menu,
section,
main {
  display: block; }

body {
  -webkit-text-size-adjust: 100%; }

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;}

.brand_title_item h1{
  margin: 0 0 0 !important;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1; }

table {
  border-collapse: collapse;
}

blockquote,
q {
  quotes: none; }

*:focus {
outline: none!important;
}

a {outline:none!important;}

a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer!important;
}

a,
ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  max-width:100%;
  vertical-align: top; }

a {
  transition: 0.3s ease-in-out; }

ul li{
  list-style:none;
}

ul{
  margin:0;
  padding:0;
}

.pc_only_inline{
  display: inline-block;
}
.pc_only{
  display: block;
}
.sp_only_inline{
  display: none;
}
@media (max-width: 767px){
  .pc_only_inline{
  display: none;
}
.pc_only{
  display: none;
}
.sp_only_inline{
  display: inline-block;
}
  }

.wrap {
    max-width: 1200px;
    margin: auto;
    padding: 0 0.8rem;
}

.wrap_1600{
  max-width: 1600px;
    margin: auto;
    padding: 0 0.8rem;
}

p.mincho{
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 14px;
}

@media (max-width: 320px){
p.mincho{
  letter-spacing: -.07em;
}
}

.mb_0{
  margin-bottom:0!important;
}

.summer_2025 .wrapper{
    background-color:#e3f0f8;
}

/*----------------------------------------------------------
  TOP メインスライダー Swiper
---------------------------------------------------------- */
.mv01 .swiper .swiper-slide img{
  width:100%;
  height:auto;
 }

.mv01 {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }

.mv01::before {
  content: "";
  display: block;
  padding-top: calc(((580 / 1600) * 100%));
}

.mv01 .swiper{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1600px;
  height: auto;
  box-sizing: border-box;
  padding: 0 0 4px !important;
  }

  .swiper-scrollbar {
  bottom: 0px !important;
}

@media only screen and (max-width: 767px) {
    .mv01 {
    margin: 0 auto 20px;
  }
  }

/*-------------------------
  bg_1
---------------------------*/
.bg_1{
  background: url(/summer/img/bg_beach.webp) top center;
  background-repeat: no-repeat;
  background-size:cover;
}

@media (max-width: 767px) {
.bg_1 {
    background: url(/summer/img/bg_beach.webp) top 200px center;
    background-repeat: no-repeat;
    background-size: cover;
}
}

/*-------------------------
  concept
---------------------------*/
.concept{
  padding:1.8rem 0 1rem;
}

.concept h1 {
    color: #422223;
    font-size: clamp(1.5rem, 1.295rem + 1.02vw, 2.063rem);
    font-style: normal;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 1.5;
}

.concept h2 {
    color: #422223;
    font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
    margin:0 0 20px;
    line-height: 1.8;
}

.concept p{
    font-size:15px;
    text-align:center;
    line-height:1.8;
    max-width: 900px;
    margin: 10px auto;
}

@media screen and (min-width:768px) and (max-width:1022px) {
}

@media screen and (max-width:767px) {
.concept p{
    text-align:left;
    padding: 0 10px;
}
}


/*--------------------------------------------------------------
  ランキング TAB
--------------------------------------------------------------*/
.ranking--items{
    padding:20px 0 0;
}

/* タブメニュー */
  .ranking--items .tab {
  max-width: 1200px;
  margin: 30px auto 0;
}

.ranking--items .tab__menu{
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #cbb39f #fff;
  position:relative;
  max-width: 800px;
  margin: 0 auto;
}

.ranking--items .tab_area {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 50px;
  padding: 0 0 0;
  margin: 0;
  position:relative;
}

.tab__menu-item {
  font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
  /*font-size:16px;*/
  list-style: none;
  width: 200px;
  padding: 8px 5px; /* メニューに高さを付ける */
  text-align: center;
  margin-right: 6px;
  background-color: #fff1f1;/*#fbdddd*/
  color: #000;
  border-radius: 30px;
  cursor: pointer;
  transition: all .3s; /* アニメーション */
  border: solid 2px #0063C8;
}

.tab__menu-item:last-of-type {
  margin-right: 0px;
}

/* is-activeがついている時のスタイル */
.tab__menu-item.is-active {
  background-color: #0063C8;
  color: #fff;
  font-weight:600;
  padding: 12px 5px;
}

@media only screen and (max-width: 1199px) {
    .ranking--items .tab{
      margin: 0px auto;
    }

    .ranking--items .tab {
      margin: 10px auto 0;
    }

  .ranking--items .tab_area {
    padding: 0 0 4px 0px;
  }
}

@media only screen and (max-width: 559px) {
  /*.ranking--items .tab_area {
  justify-content: flex-start;
}*/
  .tab__menu-item {
    width: auto;
    min-width: 95px;
  }
}

@media only screen and (max-width: 415px) {
  .tab__menu-item {
  /*font-size:14px;*/
  list-style: none;
  width: auto;
  min-width: 80px;
  cursor: pointer;
  transition: all .3s; /* アニメーション */
}

 .tab__menu-item.honmei{
  /*font-size:13px;*/
  padding:10px 0;
  list-style: none;
  width: auto;
  min-width: 80px;
  cursor: pointer;
  transition: all .3s; /* アニメーション */
}

}


/* タブパネル */
.tab__panel {
 width: 100%;
}

.tab__panel-box {
  min-height: 400px;
  padding: 10px 10px;
  position: relative;
}

.tab__panel-box h3{
  text-align:center;
  font-weight:600;
  margin: 10px 0 0;
  font-size: 22px;
}

.tab__panel-box .block-top-event--btn a {
    width: 200px;
    height: 50px;
    border: 1px solid #b20c58;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 50px;
    position: relative;
    background-color: #fff;
    text-decoration: none;
    font-size: 18px;
    background: #b20c58;
    color: #fff;
    font-weight: 600;
    border-radius: 24px;
}

.tab__panel-box .block-top-event--btn a:after {
    content: '';
    width: 6px;
    height: 12px;
    background-image: url(/img/usr/ui/arrow_white_right.svg);
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-size: contain;
    background-repeat: no-repeat;
}

.tab__panel-box {
display: none;
}

/* is-showがついている時のスタイル */
.tab__panel-box.is-show {
  display: block;
}

@media only screen and (max-width: 559px) {
.tab__panel-box h3{
  margin: 0px 0 0;
}

.runking_wrap {
    margin: 0px auto 20px;
    padding: 10px 5px 5px;
}

}

.runking_wrap .collection_img{
    background:none;
}

.runking_wrap .list__item_5_text {
    margin-top: 0rem;
    background-color: #fff;
}

.runking_wrap .margin-top_auto {
    background-color: #fff;
    padding: 0 5px 5px;
}

@media only screen and (max-width: 391px) {
.runking_wrap .list__item_R .margin-top_auto p.price{
    font-size: 0.8rem;
}

}

/*--------------------------------------------------------------
  runking おすすめランキング
--------------------------------------------------------------*/
.runking_wrap{
  max-width: 1600px;
  margin: 0px auto 0px;
  padding: 20px 0px 0px;
}

.runking_wrap .list {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.runking_wrap .list__item_L,
.runking_wrap .list__item_R{
  width: calc((100% - 80px) / 5);
  margin: 0 8px 16px;
  padding: 0 ;
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/*ランキングアイコン*/
.runking_wrap .runking_icon{
  margin-bottom:7px;
}

.runking_wrap .list__item_L h3.item_name{
  margin: 8px 0px ;
  flex-grow: 1;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  padding:0;
  letter-spacing: -.03em;
}

.runking_wrap .list__item_R h3.item_name{
  margin: 8px 0px ;
  flex-grow: 1;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  padding:0;
  letter-spacing: -.03em;
}


@media screen and (min-width:768px) and ( max-width:900px) {
  .runking_wrap .list__item_L,
  .runking_wrap .list__item_R{
  width: calc((100% - 80px) / 3);
}
}

@media screen and (max-width:767px) {

.runking_wrap .list__item_R .runking_icon{
  margin-bottom:5px;
  width: 70px;
}

  .runking_wrap .list__item_L{
  width: calc((100% - 16px) / 2);
  margin: 0 4px 10px;
}

.runking_wrap .list__item_R{
  width: calc((100% - 26px) / 3);
  margin: 10px 4px 10px;
}

.runking_wrap .list__item_L h3.item_name {
    flex-grow: 1;
    font-size: 3.6vw;
    text-align: center;
    font-weight: 600;
    padding: 0;
}

.runking_wrap .list__item_R h3.item_name {
    flex-grow: 1;
    font-size: 3.3vw;
    letter-spacing: -0.09em;
    text-align: center;
    font-weight: 600;
    padding: 0;
}

.runking_wrap .list__item_L .btn_arrow_light,
.runking_wrap .list__item_R .btn_arrow_light {
    display: block;
    background: #421f1b;
    color: #fff;
    padding: 1em 1em 1em 1em;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 0;
    border-radius: 6px;
    position: relative;
}

.runking_wrap .list__item_L .btn_arrow_light::after,
.runking_wrap .list__item_R .btn_arrow_light::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 3px);
    right: 6px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #FFF #FFF;
    transform: rotate(-135deg);
    transition: .3s;
}
}

@media screen and (max-width:599px) {
.runking_wrap{
  padding: 10px 0px 0px;
  margin: 0px auto 10px;
}
}

.runking_wrap .btn_arrow_line {
    display: block;
    border: solid 2px #b20c58;
    background-color: #fff;
    color: #b20c58;
    padding: 1em 2em 1em 1em;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0px auto 0;
    border-radius: 30px;
    position: relative;
    max-width: 250px;
}

.runking_wrap .btn_arrow_line::after {
    border-color: transparent transparent #b20c58 #b20c58;
}

/*--------------------------------------------------------------
  btn_area_1only ボタン1個
--------------------------------------------------------------*/
.btn_area_1only{
  max-width:450px;
  margin: 0 auto;
  padding:0px 10px 50px;
}

.btn_rose1{
  display: flex;
  align-items:center;
  border: solid 2px #fff;
  outline: solid 5px #f6c0d8;
  background-color: #f9d2e3;
  color: #CB3B60;
  padding: .5em 2em .5em 1em;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: 0px auto 0;
  border-radius: 30px;
  position: relative;
  max-width: 450px;
  cursor: pointer;
}

.btn_rose1 > div{
  width: 100%;
  /*width: calc( 100% - 60px);*/
  text-align: center;
}

.btn_rose1 img{
  width:60px;
}

.btn_rose1::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #CB3B60 #CB3B60;
    transform: rotate(-135deg);
    transition: .3s;
}

.btn_rose1:hover{
    text-decoration:none;
}

.btn_rose1:hover::after{
    right: 10px;
    text-decoration:none;
}

/*--------------------------------------------------------------
  目次 mokuji
--------------------------------------------------------------*/
/*--------------------------------------------------------------
  mokuji_img
--------------------------------------------------------------*/
.mokuji_img {
    max-width: 1400px;
    width: 100%;
    padding: 0px 10px 0px;
    margin: auto;
}

.mokuji_img .page_link{
  max-width: 100%;
  gap: 20px 50px;
  padding-bottom: 30px !important;
}

.mokuji_img .page_link li {
    width: 20%;
    max-width: 200px;
    padding: 0px;
}

.mokuji_img .page_link li img{
  filter: drop-shadow(1px 8px 8px rgba(0, 0, 0, 0.2));
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .mokuji_img .page_link{
  gap: 10px 10px;
}
.mokuji_img .page_link li {
    width: 17%;
    padding: 0 0px 0px;
}
}

@media screen and (max-width:767px) {
  .mokuji_img .page_link{
  gap: 10px 10px;
}

  .mokuji_img .page_link li {
    width: 45%;
    padding: 0 0px 0px;
}

  }

.mokuji_recommend{
  margin: 30px auto 0px;;
}

.mokuji_recommend h2, .price_search h2, .mokuji_img h2{
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  margin: 30px 0 30px;
  text-align: center;
  position: relative;
  width: auto;
}

.mokuji_recommend h2:after,
.price_search h2:after,
.mokuji_img h2:after {
    content: "";
    width: 180px;
    height: 3px;
    background: #0163bd;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
}

.mokuji_recommend .btn_page_link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 20px;
}

.mokuji_recommend .btn_page_link li {
    min-width: 160px;
    min-height: 60px;
    text-align: center;
    position: relative;
    background: #fff;
    border: none;
    border-radius: 60px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 5px 10px 5px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 20px;
    filter: drop-shadow(1px 8px 8px rgba(0, 0, 0, 0.2));
}

.mokuji_recommend .btn_page_link li a{
  color:#000;
}

.mokuji_recommend .btn_page_link li:after {
    content: "";
    width: 8px;
    height: 8px;
    border-left: 2px solid #411e1b;
    border-bottom: 2px solid #411e1b;
    position: absolute;
    right: 10px;
    top: -1px;
    bottom: 0px;
    margin: auto;
    -webkit-transform: rotate(-315deg);
    transform: rotate(315deg);
}

.p_link:before {
    content: "";
    display: block;
    width: 97px;
    height: 29px;
    background-image: url(/summer/img/icon_btn.webp);
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -15px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@media (max-width: 767px){
.mokuji_recommend .btn_page_link li {
    font-size: 14px;
}
}

/*--------------------------------------------------------------
  目次 price_search
--------------------------------------------------------------*/
.price_search{
  margin: 0px 0 0;
  padding: 0 0 30px;
}

.price_search h2:after {
    background: #CB3B60;
}

@media (max-width: 415px){
.btn_page_link li {
    width: calc((100% - 20px) / 2);
    font-size: 13px;
    padding: 11px 10px 11px;
}
}

.price_search .btn_page_link li {
    min-width: 160px;
    min-height:60px;
    text-align: center;
    position: relative;
    background: #231815;
    border: solid 2px #fff;
    outline: solid 3px #231815;
    border-radius: 60px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    padding: 5px 10px 5px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 20px;
}

.price_search .btn_page_link li a{
  color:#fff;
}

.price_search .btn_page_link li:after {
    content: "";
    width: 8px;
    height: 8px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    right: 10px;
    top: -5px;
    bottom: 0px;
    margin: auto;
    -webkit-transform: rotate(-315deg);
    transform: rotate(315deg);
}


/*--------------------------------------------------------------
  見出し
--------------------------------------------------------------*/
.h2_ev-jp h2{
    margin:0 0;
    text-align:center;
}

.h2_ev-jp h2 span:nth-child(1){
    font-size:36px;
    display:block;
    font-family: "Poiret One", sans-serif;
    font-weight:600;
}

.h2_ev-jp h2 span:nth-child(2){
    font-size:24px;
    display:block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight:300;
}

h2.summer_gift {
  position: relative;
  padding: 1em 0 1em;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 20px;
  line-height: 1.2;
  background: #0063C8;
}

h2.summer_gift_idea  {
    background: #0063C8;
    padding: 1em 0 1em;
    margin: 0;
    text-align: center;
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-size:24px;
    color:#fff;
    font-weight:300;
  }

h3.summer_gift {
  background: #FDE191;
  padding: 0.8em 0 0.8em;
  margin: 0 0 20px;
  text-align: center;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.375rem, 1.193rem + 0.91vw, 1.6rem);
  color:#000;
  font-weight: 400;
  line-height: 1.4;
}


@media screen and (max-width:541px) {
}

/*--------------------------------------------------------------
  見出し　summer2025_area
--------------------------------------------------------------*/
.summer2025_area h2{
  background-color: #262e4e;
  color:#fff;
  padding: 1rem 0;
  margin:20px 0 0;
  text-align:center;
  font-size:26px;
  line-height: 1.5;
}

.summer2025_area h2 span{
  display: block;
  font-size: 18px;
}

h3.summer2025 {
  position: relative;
    padding: 18px 0 15px;
    text-align: center;
    font-size: 24px;
    margin: 0 0 20px;
    background-color: #fff;
    line-height: 1.4;
}

h3.summer2025:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  background-image: radial-gradient(circle at 3px center, #5c699f, #5c699f 3px, transparent 3px, transparent 100%);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 16px 6px;
}

h3.summer2025:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background-image: radial-gradient(circle at 3px center, #5c699f, #5c699f 3px, transparent 3px, transparent 100%);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 16px 6px;
}

@media screen and (max-width:541px) {
.summer2025_area h2{
  font-size:24px;
  line-height: 1.4;
}

h3.summer2025 {
  font-size:22px;
}
}

/*予算・ギフトシーン見出し*/
h3.hot_items__point {
    background: #b2e3fb;
    color: #000;
    width: 97%;
    margin: auto;
    padding: .5rem 0;
    font-weight: 600;
    font-size: 16px;
    text-align: center !important;
}

/* END 見出し -------------------------------------------------- */

/* カテゴリー リンクボタン */
.recomend_list{
  padding-bottom:0px;
}

.btn_arrow_line {
    display: block;
    border: solid 2px #421f1b;
    background-color: #fff;
    color: #421f1b;
    padding: 1em 2em 1em 1em;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 15px auto 30px;
    border-radius: 30px;
    position: relative;
    max-width: 360px;
}

.btn_arrow_line_kaigyo {
    display: block;
    border: solid 2px #421f1b;
    background-color: #fff;
    color: #421f1b;
    padding: .5em 1em .5em .5em;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 15px auto 30px;
    border-radius: 60px;
    position: relative;
    max-width: 300px;
}

.btn_arrow_line::after,
.btn_arrow_line_kaigyo::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #421f1b #421f1b;
    transform: rotate(-135deg);
    transition: .3s;
}

a.btn_arrow_line,
a.btn_arrow_line_kaigyo{
    text-decoration:none;
}

a.btn_arrow_line:hover,
a.btn_arrow_line_kaigyo:hover{
    text-decoration:none;
}

.btn_arrow_line:hover::after,
.btn_arrow_line_kaigyo:hover::after{
    right: 10px;
}

.guide__area {
    max-width: 768px;
    padding: 10px 20px;
    margin: 20px auto;
    text-align:center;
}

.guide__area p{
  font-size:16px;
  line-height:1.6;
}

.guide__area a{
  text-decoration:underline;
}

/* --------------------------------
 商品詳細 collection_concept
---------------------------------- */
.collection_concept {
  padding: 0;
  margin: 0;
}

.collection_concept .list__special {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0em 0 1em;
}

.collection_concept .list__special .list__special_img_half {
    margin: 0 auto;
    padding: 0;
    position: relative;
    max-width: 50%;
    width: 100%;
}

.collection_concept .list__special .list__special_img_half img {
    margin: auto;
    border-radius: 0 60px 60px 0;
    overflow: hidden;
    width: 100%;
}

.collection_concept .list__special .list__special_img_half.second img {
    margin: auto;
    border-radius: 60px 0 0 60px;
    overflow: hidden;
    width: 100%;
}

.collection_concept .list__special .list__special_text_half {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    padding: 0 20px;
    width: 50%;
}

.collection_concept .list__special_text_half h3.concept_midashi{
    font-size: clamp(1.375rem, 1.193rem + 0.91vw, 1.6rem);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: -.01em;
    text-align: center;
    margin: 10px 0 10px;
    line-height: 1.4;
}

.collection_concept .list__special_text_half h3.collection_name{
    font-size: clamp(1.375rem, 1.193rem + 0.91vw, 1.6rem);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: -.01em;
    text-align: center;
    margin: 10px 0 20px;
    line-height: 1.6;
}

.collection_concept .list__special_text_half p.guide_collection{
  font-size: 15px;
  text-align: center;
}

@media only screen and (min-width: 769px) and (max-width: 1199px) {
  .collection_concept .list__special {
    align-items: flex-start;
}
  .collection_concept .list__special .list__special_img_half {
    max-width: 50%;
}
  .collection_concept .list__special .list__special_text_half {
    margin: 0 0 0 20px;
    padding: 0 10px 0 0;
    width: 50%;
  }
}


@media (max-width: 768px) {
  .collection_concept .list__special {
    display: block;
    padding: 0em 0 0;
}

.collection_concept .list__special .list__special_img_half {
        max-width: 98%;
        width: 100%;
        margin: 0px auto 0 0;
    }

.collection_concept .list__special .list__special_img_half.second {
        max-width: 98%;
        width: 100%;
        margin: 0px 0 0 auto;
    }

.collection_concept .list__special .list__special_text_half {
    padding: 10px 20px 0;
    width: 100%;
}

}

.collection_concept .btn_arrow_light_gold{
    margin: 10px auto 50px;
    width: 300px;
}

.summer_2025 .staff_voice_2{
  margin: 30px auto 10px;
}

.icon-cool{
  position: absolute;
  top: -7%;
  right: -5%;
  width: 30%;
}

@media (max-width: 540px) {
.icon-cool{
  position: absolute;
  top: -10%;
  right: -5%;
  width: 40%;
}
}

/* --------------------------------
 商品詳細 series_concept
---------------------------------- */
.series_concept {
  padding: 0px 0px ;
}

.series_concept .list__special .list__special_img_half img{
  margin: auto;
  border-radius: 0 60px 60px 0;
  overflow: hidden;
}

.series_concept .list__special .list__special_img_half.second img{
  margin: auto;
  border-radius:  60px 0 0 60px;
  overflow: hidden;
}

.series_concept .list__special .list__special_img_half {
    margin: 0 auto;
    padding: 0 ;
    position: relative;
}

.series_concept .list__special .list__special_text_half{
  text-align:center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content:center;
  margin: 0 0 0;
}

@media (max-width: 1024px) {
 .series_concept  .list__special {
    display: block;
}

.series_concept .list__special_img_half {
  width:100%;
    margin: 0 0 10px 0 !important;
    padding: 0 10px 0 0 !important;
    text-align: left !important;
}

.series_concept .list__special_img_half.second {
  width:100%;
    margin: 0 0 10px 0 !important;
    padding: 0 0 0 10px !important;
    text-align: right !important;
}

.series_concept .list__special_text_half {
    width: 100%;
    margin: 0 auto 10px;
    padding: 0 1rem;
    text-align: left;
}
}

@media (max-width: 768px) {
  .series_concept .list__special .list__special_img_half img{
  margin: auto;
  border-radius: 0 60px 0px 60;
  overflow: hidden;
}

.series_concept .list__special .list__special_img_half.second img{
  margin: auto;
  border-radius:  60px 0 0 60px;
  overflow: hidden;
}

}
.series_concept .list__special_text_half h3.jpn{
    font-size: clamp(1.375rem, 1.193rem + 0.91vw, 1.6rem);
    font-weight: 600;
    letter-spacing: -.01em;
    text-align: center;
    margin: 10px 0 10px;
    line-height: 1.4;
}
p.guide_product {
    display: inline-block;
    /* text-align: left; */
    max-width: 80%;
    margin: 10px auto;
}

.series_concept .list__special_text_half p.guide_collection{
  font-size: 15px;
  text-align: center;
}

@media (max-width: 767px) {
  .series_concept .list__special_text_half p.guide_collection{
  text-align: left;
}

p.guide_product {
    text-align: left;/* */
    max-width: 90%;
    margin: 10px auto;
}
}

/* series_concept */



/*
chocolate_contents 夏も美味しくチョコレートをお召し上がりいただくために
*/
#chocolate_contents .block-baloon-left_area{
  max-width: 768px;
  padding: 10px 10px;
  margin: 20px auto;
}


#chocolate_contents h3 {
    position: relative;
    padding: 18px 0 15px;
    text-align: center;
    font-size: 22px;
    margin: 0 0 20px;
    background-color: #dee2ed;
    line-height: 1.4;
}

.cate_lead {
    max-width: 768px;
    padding: 10px 10px;
    margin: 20px auto;
    border: dotted 2px #5c699f;
    background-color: #fdf6f6;
}

/*--------------------------------------------------------------
  comment_area ブログカード
--------------------------------------------------------------*/
.comment_area{
  max-width:768px;
  margin:0 auto 30px;
  background-color:#fff;
  padding: 20px;
  display:flex;
  flex-wrap: wrap;
  align-items:center;
}

.comment_area a{
  display:flex;
  flex-wrap: wrap;
  align-items:center;
}

.comment_area img{
  width:40%;
}

.comment_area .text{
  width:60%;
  text-align:center;
  padding: 0 20px;
}

.comment_area .text h4{
  font-size:18px;
  margin: 0 0 10px;
}

.comment_area .text p{
  font-size:14px;
  text-align:left;
}

@media screen and (max-width:767px) {
  .comment_area{
  margin:0 10px 20px;
  padding: 20px 10px;
}

.comment_area img{
  width:80%;
  margin: 0 auto;
}

.comment_area .text{
  width:100%;
  padding: 10px 10px;
}
}

#chocolate_contents .block-baloon-left_area{
  max-width: 768px;
  padding: 10px 10px;
  margin: 20px auto;
}

#chocolate_contents h3 {
    position: relative;
    padding: 18px 0 15px;
    text-align: center;
    font-size: 22px;
    margin: 0 0 20px;
    background-color: #b8e2fb;
    line-height: 1.4;
}

.godiva_gift_service {
    background-color: #fff;
    padding: 0px 0 50px;
}

/*--------------------------------------------------------------
 iziModals

--------------------------------------------------------------*/
.iziModal_btn{
  position: relative;
  width: 200px;
  margin: 0 auto;
}

p.cool-guide{
  margin: 30px auto 30px;
  font-size: 13px;
  max-width: 80%;
}

@media (max-width: 767px) {
.iziModal_btn{
  margin: 0 auto 50px;
}
.iziModal_btn.chocolat{
  margin: 0 auto 20px;
}

p.cool-guide{
  margin: 0px auto 50px;
  max-width: 100%;
}

}



img.fukidasgi_{
  width:200px;
  cursor: pointer;
  filter: drop-shadow(1px 8px 8px rgba(0, 0, 0, 0.2));
  margin-top: 10px;
}

img.tap_hand{
  position: absolute;
  bottom: -10px;
  z-index: 1;
  left: -6px;
  width: 60px;
  cursor: pointer;
  animation: yurayura 1.5s linear infinite;
}

@keyframes yurayura {
  0% , 100%{
      transform: rotate(10deg);
  }
  50%{
      transform: rotate(-10deg);
  }
}

.iziModals .chocolate_map_inner {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 5px;
    text-align: center;
    background: #fff;
}

.iziModals .content_box .box .text p {
    font-size: 14px;
    margin: 0 0 10px;
    color: #231815;
    text-align: left;
}

/*青 #0063C8*/

.iziModals_chocolate.iziModals,
.iziModals_cookie.iziModals,
.iziModals_cookies2.iziModals,
.iziModals_Dome.iziModals,
.iziModals_Patisserie.iziModals,
.iziModals_jelly.iziModals,
.iziModals_yokan.iziModals,
.iziModals_sable.iziModals{
  background: #0063C8!important;
  border-bottom: 10px solid #0063C8!important;
}

.iziModals_chocolate,
.iziModals_cookie,
.iziModals_cookies2,
.iziModals_Dome,
.iziModals_Patisserie,
.iziModals_jelly,
.iziModals_yokan,
.iziModals_sable{
  background: #0063C8!important;
  padding: 0px 0px 0px!important;
  border-bottom: 10px solid #0063C8!important;
}


.iziModals_chocolate .iziModal-header,
.iziModals_cookie .iziModal-header,
.iziModals_cookies2 .iziModal-header,
.iziModals_Dome .iziModal-header,
.iziModals_Patisserie .iziModal-header,
.iziModals_jelly .iziModal-header,
.iziModals_yokan .iziModal-header,
.iziModals_sable .iziModal-header{
  background: #0063C8!important;
}

.iziModals_chocolate .iziModal-content,
.iziModals_cookie .iziModal-content,
.iziModals_cookies2 .iziModal-content,
.iziModals_Dome .iziModal-content,
.iziModals_Patisserie .iziModal-content,
.iziModals_jelly .iziModal-content,
.iziModals_yokan .iziModal-content,
.iziModals_sable .iziModal-content{
  background: #0063C8!important;
}

/*---*/

.icon_new_box{
  position: relative;
  width: 40%;
}

.icon_new_box img.icon_new{
  position: absolute;
  top: 0px;
  right: 1px;
  width: 33%!important;
}

.icon_new_box img.icon_new_sable{
  position: absolute;
  top: -6px;
  right: 0px;
  width: 31%!important;
}

.icon_new_box img.tsubu_img{
  width:auto!important;
}

@media (max-width: 540px) {
.iziModals .content_box .box {
    flex-direction: column;
}

.iziModals .content_box .box img {
    width: 60%;
}

.icon_new_box{
  position: relative;
  width: 60%;
}

.iziModals .content_box .box .text {
    width: 100%;
}
}

