@charset "utf-8";
/* CSS Document */

#horei {
  font-family: "maru-maru-gothic-alr-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  text-align: center;
  min-width: 320px;
  max-width: 575px;
}

#horei h3, h4 {
  font-size: 5vw;
  font-size: min(5vw,24px);
}

#horei h4 {
  margin: 2em auto 1em;
}

#horei .text_block {
  display: inline-block;
}
/*::::::::::::::::::::::::::::::::::
　AdobeFont
:::::::::::::::::::::::::::::::::::*/
#horei h2, h3, h4 {
  font-family: ads-showwa70, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*::::::::::::::::::::::::::::::::::
　Section
:::::::::::::::::::::::::::::::::::*/
#horei .top_lineup {
  text-align: center;
  margin-bottom: 1em;
}

#horei .first_section {
  background-color: #ccf1ff;
  background-image: radial-gradient(circle, #ffffff 5px, transparent 5px), radial-gradient(circle, #ffffff 5px, transparent 5px);
  background-position: 0 0, 15px 30px;
  background-size: 30px 60px;
  padding: 1em 0 2em;
}

#horei .yellow_section {
  background-color: #fbe103;
  text-align: center;
  padding-bottom: 2em;
  padding-top: 1em;
}

#horei .blue_section {
  background-color: #53ade3;
  text-align: center;
  padding-bottom: 2em;
  padding-top: 1em;
}


/*::::::::::::::::::::::::::::::::::
　ページTOP 商品ラインナップタイトル
:::::::::::::::::::::::::::::::::::*/

#horei .horei_lineup_title {
  font-size: 0.9rem;
  padding: 1em;
  color: #fff;
  background-color: #53ade3;
  border-radius: 10px;
  margin: 0.5em auto;
  width: 50%;
}

/*::::::::::::::::::::::::::::::::::
　保冷グッズ ページ内リンク
:::::::::::::::::::::::::::::::::::*/

#horei .first_section h4 {
  color: #53ade3;
}

#horei .navi_box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1em;
  padding-bottom: 1em;
}

#horei .navi_box .navi_box_blue,
#horei .navi_box .navi_box_yellow {
  width: calc(100% / 2 - 10px);
  margin: 5px;
}

#horei .navi_box img {
  width: 100%;
}

#horei .navi_box_yellow {
  background-color: #fbe103;
  padding: 1em 0;
}

#horei .navi_box_blue {
  background-color: #53ade3;
  padding: 1em 0;
}

#horei .navi_box a {
  text-decoration: none;
}

#horei .navi_box p {
  font-size: 0.8rem;
}

#horei .navi_box_yellow p {
  color: #53ade3;
}

#horei .navi_box_blue p {
  color: #fbe103;
}


/*::::::::::::::::::::::::::::::::::
　各アイテム紹介
:::::::::::::::::::::::::::::::::::*/

#horei h3 {
  margin-top: 1em;
  line-height: 2.2rem;
}

#horei .item_syoukai {
  width: 90%;
  padding: 0.5em;
  margin: 1em auto;
}

/*:: タイトル(共通)::::::::::::::::::*/
#horei .yellow_section h3 span,
#horei .blue_section h3 span {
  text-align: center;
  padding: 0.5em;
  margin-top: 3em;
}

#horei .blue_section p ,
#horei .yellow_section p {
  font-size: 3.5vw;
  font-size: min(3.5vw, 16px);
}

/*:: タイトル(黄色背景)::::::::::::::::::*/
#horei .yellow_section h3 span {
  background-color: #53ade3;
  color: #fff;
}

#horei .yellow_section p {
  color: #53ade3;
}

#horei .yellow_section h4 {
  color: #53ade3;  
}

/*:: タイトル(青背景)::::::::::::::::::*/
#horei .blue_section h3 span {
  background-color: #fbe103;
  color: #53ade3;
}

#horei .blue_section p {
  color: #fff;
}

#horei .blue_section h4 {
  color: #fff;  
}


/*:: 容量 ::::::::::::::::::*/

#horei .item_youryou span {
  background-color: #fff;
  color: #53ade3;
  font-size: 3vw;
  font-size: min(3vw, 12px);
  padding: 0.5em 2em;
  border-radius: 30px;
  font-weight: bolder;
  margin: 1em auto;
}

/*:: イメージ ::::::::::::::::::*/

#horei .item_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#horei .item_img div {
  width: calc(100% / 2 - 10px);
}


#horei .item_img img {
  width: 100%;
}

#horei .item_img_2 {
  margin-top: 75px;
}


/*:: レビュー ::::::::::::::::::*/

#horei .review {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 22px;
  padding: 0.5em;
}

/*:: レビューコメント（共通部分） ::::::::::::::::::*/
#horei .yellow_section .review img,
#horei .blue_section .review img {
  max-width: 40px;
  height: 100%;
  border-radius: 50%;
  padding: 5px;
  margin: 0 5px;
}

#horei .under {
  border-bottom: dotted 2px #87CEFA;
}

#horei .review .mini{
  font-size: 2vw;
  font-size: min(2vw, 9px);
}



/*:: レビューコメント（黄色背景） ::::::::::::::::::*/
#horei .yellow_section .review img {
  background-color: #fbf8cd;
}

#horei .review_fukidashi_left,
#horei .review_fukidashi_right {
  padding: 0.5em 1em;
  font-size: 3.5vw;
  font-size: min(3.5vw, 16px);
  text-align: left;
  flex: 1;
}
  
#horei .yellow_section .review_fukidashi_left {
  display: inline-block;
  color: #53ade3;
  background: #fbf8cd;
  position: relative;
}
#horei .yellow_section .review_fukidashi_left::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 15px;
  background: #fbf8cd;
  top: 0;
  bottom: 0;
  left: -12px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  margin: auto;
}

#horei .yellow_section .review_fukidashi_right {
  display: inline-block;
  color: #53ade3;
  background: #fbf8cd;
  position: relative;
}
#horei .yellow_section .review_fukidashi_right::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 15px;
  background: #fbf8cd;
  top: 0;
  bottom: 0;
  right: -12px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin: auto;
}

#horei .yellow_section .review_caution {
  display: inline-block;
  color: #53ade3;
  position: relative;
  padding: 0.5em;
  width: 90%;
  text-align: left;
  font-size: 1.2rem;
  font-weight: bolder;
}

/*:: レビューコメント（青背景） ::::::::::::::::::*/
#horei .blue_section .review img {
  background-color: #edf7fb;
}

#horei .blue_section .review_icon img {
  width: 60px;
  padding-top: 15px;
}

#horei .blue_section .review_fukidashi_left p, 
#horei .blue_section .review_fukidashi_right p {
  color: #53ade3;
}

#horei .blue_section .review_fukidashi_left {
  display: inline-block;
  color: #53ade3;
  background: #edf7fb;
  position: relative;
}
#horei .blue_section .review_fukidashi_left::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 15px;
  background: #edf7fb;
  top: 0;
  bottom: 0;
  left: -12px;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  margin: auto;
}

#horei .blue_section .review_fukidashi_right {
  display: inline-block;
  color: #53ade3;
  background: #edf7fb;
  position: relative;
}
#horei .blue_section .review_fukidashi_right::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 15px;
  background: #edf7fb;
  top: 0;
  bottom: 0;
  right: -12px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin: auto;
}


/*:: ご購入はこちら :::::::::::::::::::::::*/

#horei .buy_item {
  color: #f3f4f6;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0.5em;
  text-align: center;
}

/*::::::::::::::::::::::::::::::::::
　写真フレーム
:::::::::::::::::::::::::::::::::::*/
#horei .shadow {
  border: 10px solid #FFF;
  box-shadow: 0 0 5px #999;
}

#horei .pic {
  text-align: center;
}


/*::::::::::::::::::::::::::::::::::
　水滴落ちるアニメーション
:::::::::::::::::::::::::::::::::::*/

html {
/*  background: #00bfff;*/
}

.drop-shaped{
  position: relative;
  margin:  0 auto;
  top: -65px;
  width: 15px;
  height: 15px;
  background: #53ade3;
  border-radius: 0% 100% 50% 50%/ 0% 50% 50% 100%;
  transform: rotate(45deg) skew(10deg, 10deg);
  animation: 3s cubic-bezier(.97,.03,.86,.12) 0s infinite running fall;
}

@keyframes fall {
  to {
    top: 200px;
  }
}

.ripple {
  position: relative;
  margin:  0 auto;
  top: 100px;
  width: 300px;
  height: 150px;
  border-radius: 300px / 150px;
  border: 10px solid #53ade3;
  transform: scale(0.01,0.01);
  opacity: 0;
  animation: 3s ease-out 3s infinite running spread;
}

@keyframes spread {
  from {
    opacity: 1;
  }
  to {
    transform: scale(1,1);
    opacity: 0;
  }
}

.delay1 {
  top: -70px;
  animation-delay: 3.3s;
}

.delay2 {
  top: -240px;
  animation-delay: 3.7s;
}




/*::::::::::::::::::::::::::::::::::
　スクロール時：ふわっと表示
:::::::::::::::::::::::::::::::::::*/
.scroll-up {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}



/*::::::::::::::::::::::::::::::::::
　デフォルト表示調整
:::::::::::::::::::::::::::::::::::*/

/*:: 親カテ―子カテ間の余白削除 :::::::::::::::::::::::*/
.block-section {
  padding: 0;
}

/*:: サムネイルマージン :::::::::::::::::::::::*/
.block-thumbnail-t {
  margin: 0 0.5em;
}

/*:: もっと見るを非表示にする :::::::::::::::::::::::*/
.block-link { 
  display: none;
}

.btn-more-link {
  margin-top: 30px;
  text-align: center;
}

.btn-more-link--link {
  padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  color: #363636;
  background: #FFF;
  border: solid 1px #363636;
  border-radius: 10px;
}

/*:: イベント上部の余白削除 :::::::::::::::::::::::*/
.block-top-event {
  padding: 0px;
}

/*:: 商品サムネイル中央寄せ :::::::::::::::::::::::*/
.block-thumbnail-t--items {
  justify-content: center;
}

/*:: サムネイル商品名左寄せ :::::::::::::::::::::::*/
.block-thumbnail-t--goods-name {
    text-align: left;
}

/*:: 表示形式を非表示にする :::::::::::::::::::::::*/
.block-goods-list--sort-order-items{ 
  display: none;
}
.block-goods-list--display-style-items {
  display: none;
}

/*:: 表示件数（上）を非表示にする :::::::::::::::::::::::*/
.block-goods-list--pager-top{ 
  display: none;
}

/* 表示件数（下）を非表示にする */
.block-goods-list--pager-bottom{ 
  display: none;
}

/*:: 並べ替え・件数を非表示にする（SP） :::::::::::::::::::::::*/
.block-sort--header,
.pager-total,
.pager-count { 
  display: none;
}


