    margin-bottom: 10px;    margin-bottom: 10px;    margin-bottom: 10px;@charset "utf-8";
/* CSS Document */
/* 本店のみ記述 */
h2 {
  background: none;
}
h2:before {
  background: none;
}
a:link {
  text-decoration: none;
  color: inherit;
}
a:visited {
  color: inherit;
}
.soldout {
  filter: brightness(50%);
}
.soldout::before {
  content: "販売終了"；
}
/* 本店のみ記述終わり*/
body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  background-color: #ffffff;
}
a, a:hover, a:visited {
  color: inherit;
  text-decoration: none;
}
/*manner*/
.accordion-area {
  list-style: none;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.accordion-area li {
  margin: 15px 0;
  text-align: left;
}
.accordion-area div {
  border: 2px solid #FFF;
  background: #FFF;
  border-radius: 8px;
}
/*アコーディオンタイトル*/
.title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: normal;
  padding: 2% 2% 2% 3%;
  transition: all .5s ease;
  font-family: 'Zen Old Mincho', serif;
}
/*アイコンの＋と×*/
.title::before, .title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #B4A581;
}
.title::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
}
.title::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.title.close::before {
  transform: rotate(45deg);
}
.title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.box {
  display: none; /*はじめは非表示*/
  background: #f3f3f3;
  margin: 0 3% 3% 3%;
  padding: 3%;
}
.heading {
  font-weight: bold;
  font-size: 18px;
  line-height: 2.5;
  border-left: solid 5px #422909;
  padding: 0.25em 0.5em;
}
.text_red {
  background: linear-gradient(transparent 60%, #ffffb3 60%);
  font-weight: bold;
  line-height: 1.5;
}
/*manner*/
/*=========スクロールしたらふわっ===============*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*=========スクロールしたらふわっ===============*/
/* クーポン */
.coupon {
  margin: 0 auto;
  display: flex;
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
  width: 80%;
  justify-content: center;
}
.coupon_img {
  width: 95%;
  margin: 10px auto;
}
@media only screen and (max-width:786px) {
  .coupon {
    width: 98%;
    display: block;
  }
  .coupon_img {
    width: 100%;
    margin: auto;
  }
}
section {
  max-width: 960px;
  margin: 50px auto 0;
  text-align: center;
}
.cover-sp {
  display: none;
}
#slider {
  position: absolute;
  right: 0;
  width: 65%;
  height: 90vh
}
#header ul {
  display: flex;
  justify-content: space-around;
  font-size: 0.9em;
}
#header ul li {
  width: 25%;
  border: 0.5px solid #ffffff;
  background: #3881b7;
  padding: 15px 4px;
  opacity: 85%;
  font-size: 1rem;
}
/*========= 上部固定させるためのCSS ===============*/
#header {
  width: 100vw; /*横幅指定*/
  /*以下はレイアウトのためのCSS*/
  align-items: center;
  color: #fff;
  text-align: center;
}
/*JSを使いfixedクラスが付与された際の設定*/
#header.fixed {
  position: fixed; /*fixedを設定して固定*/
  z-index: 500; /*最前面へ*/
  top: 0; /*位置指定*/
  left: 0; /*位置指定*/
}
/*========= 上部固定させるためのCSS終わり ===============*/
.slider_title_pc {
  position: absolute;
  top: 0;
  z-index: 120;
  height: 90vh;
  width: auto;
}
.slider_title_sp {
  display: none;
}
/*==================================================
スライダーのためのcss
===================================*/
.slider {
  position: relative;
  z-index: 100;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 90vh; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
.slider-top, .slider-bottom {
  height: 45vh; /*スライダー上下の縦幅を画面の高さの半分（50vh）にする*/
}
/*　背景画像設定　*/
.slider-item01 {
  background: url("https://gigaplus.makeshop.jp/gifthyakka/img/page81/slide02.jpg");
}
.slider-item02 {
  background: url("https://gigaplus.makeshop.jp/gifthyakka/img/page81/slide04.jpg");
}
.slider-item03 {
  background: url("https://gigaplus.makeshop.jp/gifthyakka/img/page81/slide05.jpg");
}
.slider-item04 {
  background: url("https://gigaplus.makeshop.jp/gifthyakka/img/page81/slide01.jpg");
}
.slider-item05 {
  background: url("https://gigaplus.makeshop.jp/gifthyakka/img/page81/slide03.jpg");
}
.slider-item06 {
  background: url("https://gigaplus.makeshop.jp/gifthyakka/img/page81/slide06.jpg");
}
.slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 45vh; /*各スライダーの縦幅を画面の高さの半分（50vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}
@media screen and (max-width: 500px) {
  .slider_title_sp {
    display: block;
    position: absolute;
    top: 35vh;
    z-index: 120;
    width: 100vw;
  }
  .slider-item01 {
    background: url("https://gigaplus.makeshop.jp/gifthyakka/img/page81/slide02_sp.jpg");
  }
  .slider-item02 {
    background: url("https://gigaplus.makeshop.jp/gifthyakka/img/page81/slide04_sp.jpg");
  }
  .slider-item03 {
    background: url("https://gigaplus.makeshop.jp/gifthyakka/img/page81/slide05_sp.jpg");
  }
  .slider-item04 {
    background: url("https://gigaplus.makeshop.jp/gifthyakka/img/page81/slide01_sp.jpg");
  }
  .slider-item05 {
    background: url("https://gigaplus.makeshop.jp/gifthyakka/img/page81/slide03_sp.jpg");
  }
  .slider-item06 {
    background: url("https://gigaplus.makeshop.jp/gifthyakka/img/page81/slide06_sp.jpg");
  }
  #header ul li {
    font-size: 0.8rem;
  }
}
/*========= レイアウトのためのCSS始まり ===============*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a:hover, a:active {
  text-decoration: none;
}
h1 {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 3vw;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3881b7;
  text-shadow: 5 5 10px #ffffff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff;
}
/*========= レイアウトのためのCSS終わり ===============*/
.section_title {
  font-size: 38px;
  font-weight: bold;
}
.guide_title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-color: #3881b7;
  border-radius: 8px;
  padding: 15px;
  color: #ffffff;
  line-height: 1.2;
}
.guide_section {
  margin: 40px 10px 60px;
  text-align: left;
}
.service_wrap {
  display: flex;
  justify-content: space-between;
  margin: 40px auto;
}
.service_wrap img {
  width: 48%;
  object-fit: cover;
}
.service_wrap p {
  font-size: 20px;
  width: 48%;
}
.title_line02 {
  width: 90px;
  display: block;
  margin: 15px auto;
}
.service_wrap span {
  font-size: 14px;
  color: #b00a0a;
  line-height: 1.5;
}
.guide_schedule {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #b00a0a;
  border: solid 3px #b00a0a;
  margin: 40px auto 20px;
  border-radius: 8px;
  padding: 20px;
}
.strong {
  font-size: 42px;
}
.guide_text {
  font-size: 20px;
  ;
}
.ranking_number {
  font-size: 40px;
  font-weight: bold;
  font-family: 'Cinzel Decorative', serif;
  position: absolute;
  top: -30px;
  left: -30px;
  background: rgb(215, 196, 116, 0.95);
  color: #ffffff;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50px;
}
.product-name {
  font-weight: bold;
  font-size: 1rem;
}
.item-detail {
  margin: 25px auto 15px;
  color: #BF0000;
  font-weight: bold;
}
.free_shipping {
  background: #BF0000;
  border-radius: 4px;
  padding: 5px;
  color: #ffffff;
}
.item-detail02 {
  margin: 15px auto 15px;
  color: #BF0000;
  font-weight: bold;
  font-size: 0.6rem;
}
.item-detail03 {
  line-height: 2;
  margin: 25px auto 15px;
  color: #BF0000;
  font-weight: bold;
  font-size: 0.6rem;
  padding: 0 5px;
}
.free_shipping03 {
  background: #BF0000;
  border-radius: 4px;
  padding: 4px;
  color: #ffffff;
  font-size: 0.7rem;
  margin: 9px 0;
  width: fit-content;
  font-weight: bold;	
}
.free_shipping02 {
    background: #BF0000;
    border-radius: 4px;
    padding: 4px;
    color: #ffffff;
    font-size: 0.6rem;
}
.price {
  font-size: 2.2rem;
  font-family: arial;
}
.price_title {
  font-size: 2.4rem;
  margin: 50px auto 15px;
  font-weight: bold;
  color: #3881b7;
  text-align: center;
}
.flex-gift {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
}
.gift-service {
  line-height: 1.5em;
}
.gift-service span {
  line-height: 2;
  font-size: 1rem;
  border-radius: 15px;
  padding: 3px 8px;
  background: #C2DAE6;
  font-weight: bold;
  vertical-align: middle;
}
.gift-item {
  width: 45%;
}
.gift-item p {
  text-align: left;
}
.gift-item_name {
  font-size: 1.1em;
  font-weight: bold;
}
.gift-item_price {
  font-size: 1rem;
  margin-bottom: 20px;
}
.gift-item_more {
  margin-top: 20px;
}
.container {
  background: #555;
}
.container p {
  padding: 300px 0;
  text-align: center;
  color: #fff;
}
.cover-pc {
  display: block;
}
/*tkd追加分 2021.07.01*/
.bg-lightblue {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #e5f6fe;
  padding-top: 40px;
  padding-bottom: 20px;
}
.midashi2-title {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}
.recommend-item {
  width: 40%;
  position: relative;
}
.recommend-item img {
  width: 100%;
}
.recommend-sideitem {
  width: 55%;
}
.recommend-sideitem p {
  text-align: left;
}
.item-option {
  font-size: 1em;
  color: #3881b7;
  border: 2px solid #3881b7;
  border-radius: 5px;
  padding: 1px 4px;
  line-height: 2;
}
/*tkd追加分 2021.03.16*/
.bg-white {
  width: 1040px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 1);
  padding-bottom: 50px;
  margin-bottom: 100px;
}
/*tkd追加分 2021.01.13*/
.text_bold {
  font-weight: bold;
}
/*tkd追加分 2020.11.10*/
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.pb-20 {
  padding-bottom: 20px;
}
/*商品画像リンク*/
.goods-img {
  width: 500px;
  height: 500px;
  background-size: cover;
}
.goods-img:hover {
  opacity: 0.7;
}
#footer {
  text-align: center;
  padding: 30px 0;
  background: #3881b7;
  color: #FFF;
}
#footer a {
  color: #FFF;
  text-decoration: underline;
}
/* TOPへ戻る */
.return-btn {
  position: fixed;
  bottom: 5%;
  right: 5%;
}
.return-btn img {
  width: 80px;
}
/*1229に追加*/
.flex-container-goods {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-container-goods02 {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*背景画像*/
.flex-container-4col {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto;
}
.box-4col {
  width: 20%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  box-shadow: 1.5px 0 15px rgba(0, 0, 0, 0.2);
}
.box-4col img {
  width: 100%;
}
/*2column*/
.box-2col {
  width: 49%;
}
.box-2col img {
  width: 100%;
}
/*item*/
.main-item {
  padding-bottom: 30px;
  background: #ffffff;
  width: 49%;
}
.main-item img {
  width: 100%;
}
.main-item-4col {
  width: 24%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.main-item-4col img {
  width: 100%;
}
/*2column END*/
/*best recommend*/
.flex-container-recommend-1 {
  flex-basis: 30%;
}
.flex-container-recommend-1 p {
  text-align: left;
}
/*best recommend END*/
/*ボタン*/
.btn-008 {
  width: 70%;
  padding: 14px;
  text-align: center;
  dasplay: block;
  background-color: #3881b7;
  color: #fff;
  border-radius: 5px;
  margin: 20px auto;
  max-width: 600px;
}
.btn-008:hover {
  opacity: 0.7;
}
.btn-010 {
  text-align: right;
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
  border-bottom: solid 1px #000;
  padding-bottom: 5px;
  margin-right: 20px;
}
.btn-010:hover {
  opacity: 0.7;
}
/*レビューをみるボタン*/
/*ボタンおわり*/
.goods-img {
  width: 100%;
  height: auto;
}
.lead_text p {
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
}
.lead_text h2 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  color: #010066;
}
.lead_text {
  max-width: 960px;
  margin: 140px auto 50px;
}
.sub_text {
  margin-bottom: 50px;
  text-align: center
}
.gift-item_name {
  font-size: 1.1em;
  font-weight: bold;
}
.gift-item_price {
  font-size: 0.9em;
  margin-bottom: 20px;
}
.gift-item_more {
  margin-top: 20px;
}
.box-4col {
  width: 24%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-color: #fff;
  padding: 10px 10px 10px;
}
.box-4col img {
  width: 100%;
  margin-bottom: 10px;
}
.link-100 {
  display: block;
}
.link-100:hover {
  opacity: 0.7;
}
.flex-container-recommend-1 {
  flex-basis: 47%
}
.item-option2 {
  font-size: 0.5rem;
  color: #000;
  border: 2px solid #000;
  padding: 2px 4px;
  vertical-align: super;
}
.flex-container-2col {
  max-width: 960px;
  margin: 20px auto 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.review-item-4col {
  width: 24%;
  background-color: #FFFFFF;
  padding: 0 0 10px 0;
  box-shadow: 1.5px 0 15px rgba(0, 0, 0, 0.2);
  text-align: left;
}
.review-item-4col img {
  width: 100%;
  margin-bottom: 10px;
}
.review_catchcopy {
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 10px 0px 10px 0px;
  background-color: #ffd700;
}
.name {
  font-size: 0.9em;
  font-weight: bold;
  padding: 0 5px;
}
.title-img {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 14px;
}
.br-sp {
  display: none;
}
.br-pc {
  display: block;
}
.r_name {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.5em;
}
.r_contents {
  margin-bottom: 30px;
  font-weight: bold;
}
.r_text {
  margin-bottom: 20px;
}
.gift-item_text {
  font-size: 1em;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .guide_schedule {
    font-size: 20px;
  }
  .strong {
    font-size: 42px;
  }
  .excel img {
    width: 80%;
  }
  #slider {
    height: 78vh;
    width: 100vw;
  }
  .cover-pc {
    display: none;
  }
  .cover-sp {
    display: block;
  }
  .service_wrap {
    display: block;
  }
  .service_wrap img {
    width: 100%;
  }
  .service_wrap p {
    width: 90%;
  }
  .main-item-4col {
    width: 42%;
  }
  .gift-service span {
    font-size: 0.8rem;
    padding: 3px 5px;
  }
  .gift-item_name {
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .gift-item_price {
    font-size: 0.7em;
    letter-spacing: -0.2px;
  }
  .gift-item_more {
    margin-top: 0px;
  }
  .midashi2-title {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .item-option {
    font-size: 0.8em;
  }
  .bg-white {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 70px;
  }
  .flex-container-2col {
    margin-bottom: 20px;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin: 0 15px;
  }
  #footer a {
    font-size: 14px;
  }
  .return-btn img {
    width: 50px;
  }
  .return-btn {
    bottom: 2%;
    right: 2%;
  }
  .main-item {
    width: 49%;
  }
  .box-4col {
    width: 49%;
    margin-top: 20px;
  }
  .btn-010 {
    font-size: 1.1em;
    border-bottom: solid 2px #000;
    padding-bottom: 2px;
    margin-right: 10px;
  }
  .lead_text p {
    width: 90%;
    font-size: 14px;
    margin: 0 auto;
  }
  .recommend-item, .recommend-sideitem {
    width: 90%;
    margin: 10px auto;
  }
  .recommend-sideitem {
    margin-bottom: 100px;
  }
  .main-item {
    width: 95%;
    margin: 0 auto 30px;
  }
  .gift-item_name {
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .gift-item_price {
    font-size: 0.7em;
    letter-spacing: -0.2px;
  }
  .gift-item_more {
    margin-top: 0px;
  }
  .box-4col {
    width: 48%;
  }
  .r_contents {
    margin-bottom: 10px;
    font-weight: bold;
  }
  .r_text {
    margin-bottom: 10px;
    font-size: 0.9em;
  }
  .br-pc {
    display: none;
  }
  .flex-container-4col {
    flex-wrap: wrap;
    width: auto;
  }
  .review-item-4col {
    width: 47%;
    margin-bottom: 35px;
    padding-bottom: 15px;
  }
  .review_catchcopy {
    font-size: 0.7em;
  }
  .title-img {
    width: 90%;
  }
  .btn-008 {
    width: 90%;
    padding: 10px;
  }
  .midashi2-title {
    font-size: 28px;
    font-weight: bold;
  }
  .br-sp {
    display: block;
  }
  .gift-item_price {
    margin-bottom: 5px;
  }

}