@charset "UTF-8";
/*
**  ===================================================================
**  foundation CSS ※サイト全体に共通のスタイル
**  ===================================================================
*/
ul, h2, h3, h4, h5, p, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h2, h3, h4 {
  line-height: 0;
}

/*
**  ===================================================================
**  各種設定：var,reset,base-font,break-point
**  ===================================================================
*/
/*
**  ===================================================================
**  Blocks
**  ===================================================================
*/
/*
**  ===================================================================
**  button CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.button__list {
  margin-bottom: 4%;
}

.button__list:last-child {
  margin-bottom: 0;
}

.button__back {
  width: 45%;
  text-align: left;
  margin-top: 4%;
}

/*
**  ===================================================================
**  media CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.media {
  padding-top: 6%;
}

.media-typeA {
  width: 70%;
  margin: auto;
}

.media-typeB {
  width: 90%;
  margin: auto;
}

.media-typeC {
  width: 55%;
  margin: auto;
}

.media-typeD {
  width: 68%;
  margin: auto;
  padding-top: 13%;
}

.media__title {
  margin-bottom: 6%;
}

.media__list {
  margin-bottom: 6%;
}

.media__item {
  text-align: center;
  margin-bottom: 6%;
}

.media__item-type {
  margin-bottom: 13%;
}

.media__text {
  font-size: 100%;
  margin-top: 5%;
}

.media__text-blue {
  color: #22477e;
}

.media__note {
  line-height: 1.8;
  color: #333333;
  font-size: 80%;
  text-align: left;
}

.media__image {
  padding: 6% 0;
}

.media__table {
  text-align: left;
  margin-bottom: 4%;
}

.media__table-text {
  font-weight: bold;
}

.media-entry {
  padding: 8% 0;
}

.media-entry:last-child {
  padding-bottom: 0;
  padding-top: 0;
}

.media-entry__list {
  width: 95%;
  margin: auto;
}

.media-entry__item {
  margin-bottom: 4%;
}

.media-entry__label-title {
  margin-bottom: 4%;
}

.media-entry__label-button {
  vertical-align: bottom;
}

.media-pop {
  margin: 0 auto;
}

.media-pop__image {
  padding: 6% 0 3%;
}

.media-pop__note {
  line-height: 1.8;
  color: #333333;
  font-size: 80%;
  text-align: left;
}

/*
**  ===================================================================
**  panel CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
/*
**  ===================================================================
**  JavaScript CSS 「js-」
**  ===================================================================
*/
/*
**  ===================================================================
**  utility CSS ※prefix「u-」
**  ===================================================================
*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.u-mt0 {
  margin-top: 0% !important;
}

.u-mb0 {
  margin-bottom: 0% !important;
}

.u-mr0 {
  margin-right: 0% !important;
}

.u-ml0 {
  margin-left: 0% !important;
}

.u-mt10 {
  margin-top: 10% !important;
}

.u-mb10 {
  margin-bottom: 10% !important;
}

.u-mr10 {
  margin-right: 10% !important;
}

.u-ml10 {
  margin-left: 10% !important;
}

.u-mt20 {
  margin-top: 20% !important;
}

.u-mb20 {
  margin-bottom: 20% !important;
}

.u-mr20 {
  margin-right: 20% !important;
}

.u-ml20 {
  margin-left: 20% !important;
}

.u-mt30 {
  margin-top: 30% !important;
}

.u-mb30 {
  margin-bottom: 30% !important;
}

.u-mr30 {
  margin-right: 30% !important;
}

.u-ml30 {
  margin-left: 30% !important;
}

.u-mt40 {
  margin-top: 40% !important;
}

.u-mb40 {
  margin-bottom: 40% !important;
}

.u-mr40 {
  margin-right: 40% !important;
}

.u-ml40 {
  margin-left: 40% !important;
}

.u-mt50 {
  margin-top: 50% !important;
}

.u-mb50 {
  margin-bottom: 50% !important;
}

.u-mr50 {
  margin-right: 50% !important;
}

.u-ml50 {
  margin-left: 50% !important;
}

.u-mt60 {
  margin-top: 60% !important;
}

.u-mb60 {
  margin-bottom: 60% !important;
}

.u-mr60 {
  margin-right: 60% !important;
}

.u-ml60 {
  margin-left: 60% !important;
}

.u-mt70 {
  margin-top: 70% !important;
}

.u-mb70 {
  margin-bottom: 70% !important;
}

.u-mr70 {
  margin-right: 70% !important;
}

.u-ml70 {
  margin-left: 70% !important;
}

.u-mt80 {
  margin-top: 80% !important;
}

.u-mb80 {
  margin-bottom: 80% !important;
}

.u-mr80 {
  margin-right: 80% !important;
}

.u-ml80 {
  margin-left: 80% !important;
}

.u-mt90 {
  margin-top: 90% !important;
}

.u-mb90 {
  margin-bottom: 90% !important;
}

.u-mr90 {
  margin-right: 90% !important;
}

.u-ml90 {
  margin-left: 90% !important;
}

.u-mt100 {
  margin-top: 100% !important;
}

.u-mb100 {
  margin-bottom: 100% !important;
}

.u-mr100 {
  margin-right: 100% !important;
}

.u-ml100 {
  margin-left: 100% !important;
}

.u-pt0 {
  padding-top: 0% !important;
}

.u-pb0 {
  padding-bottom: 0% !important;
}

.u-pr0 {
  padding-right: 0% !important;
}

.u-pl0 {
  padding-left: 0% !important;
}

.u-pt10 {
  padding-top: 10% !important;
}

.u-pb10 {
  padding-bottom: 10% !important;
}

.u-pr10 {
  padding-right: 10% !important;
}

.u-pl10 {
  padding-left: 10% !important;
}

.u-pt20 {
  padding-top: 20% !important;
}

.u-pb20 {
  padding-bottom: 20% !important;
}

.u-pr20 {
  padding-right: 20% !important;
}

.u-pl20 {
  padding-left: 20% !important;
}

.u-pt30 {
  padding-top: 30% !important;
}

.u-pb30 {
  padding-bottom: 30% !important;
}

.u-pr30 {
  padding-right: 30% !important;
}

.u-pl30 {
  padding-left: 30% !important;
}

.u-pt40 {
  padding-top: 40% !important;
}

.u-pb40 {
  padding-bottom: 40% !important;
}

.u-pr40 {
  padding-right: 40% !important;
}

.u-pl40 {
  padding-left: 40% !important;
}

.u-pt50 {
  padding-top: 50% !important;
}

.u-pb50 {
  padding-bottom: 50% !important;
}

.u-pr50 {
  padding-right: 50% !important;
}

.u-pl50 {
  padding-left: 50% !important;
}

.u-pt60 {
  padding-top: 60% !important;
}

.u-pb60 {
  padding-bottom: 60% !important;
}

.u-pr60 {
  padding-right: 60% !important;
}

.u-pl60 {
  padding-left: 60% !important;
}

.u-pt70 {
  padding-top: 70% !important;
}

.u-pb70 {
  padding-bottom: 70% !important;
}

.u-pr70 {
  padding-right: 70% !important;
}

.u-pl70 {
  padding-left: 70% !important;
}

.u-pt80 {
  padding-top: 80% !important;
}

.u-pb80 {
  padding-bottom: 80% !important;
}

.u-pr80 {
  padding-right: 80% !important;
}

.u-pl80 {
  padding-left: 80% !important;
}

.u-pt90 {
  padding-top: 90% !important;
}

.u-pb90 {
  padding-bottom: 90% !important;
}

.u-pr90 {
  padding-right: 90% !important;
}

.u-pl90 {
  padding-left: 90% !important;
}

.u-pt100 {
  padding-top: 100% !important;
}

.u-pb100 {
  padding-bottom: 100% !important;
}

.u-pr100 {
  padding-right: 100% !important;
}

.u-pl100 {
  padding-left: 100% !important;
}

/*
**  ===================================================================
**  site-layout CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
#gut4Area {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 80%;
  color: #000000;
  font-family: 'Noto Sans Japanese';
  background: url(../img/bg.png) repeat top center;
  background-size: contain;
}

#gut4Area header {
  position: relative;
  z-index: 1;
  border-bottom: 5px solid #d4c29d;
}

#gut4Area h2 {
  margin: 0;
  padding: 0;
}

#gut4Area img {
  width: 100%;
  vertical-align: bottom;
  margin: 0;
}

#gut4Area img.btn {
  margin-top: 8%;
  width: 92%;
}

#gut4Area img.btn.shopsearch {
  margin-bottom: 8%;
}

#gut4Area .l-contents__body {
  padding: 5% 0;
}

#gut4Area .l-contents__body.otherpage {
  padding: 0;
  margin-bottom: 8%;
}

#gut4Area .l-contents__inner {
  padding: 0 4%;
  position: relative;
}

#gut4Area .l-contents__inner .ico-loppi, #gut4Area .l-contents__inner .ico-release {
  position: absolute;
}

#gut4Area .l-contents__inner .ico-loppi {
  width: 25%;
  top: -1%;
  right: 2%;
}

#gut4Area .l-contents__inner .ico-release {
  width: 20%;
}

#gut4Area .l-contents__inner.left {
  text-align: left;
}

#gut4Area .l-contents h2.top-ttl {
  margin-bottom: 4%;
}

#gut4Area .section-body {
  margin-bottom: 8%;
}

#gut4Area .section-body h2.ttl-product {
  margin-bottom: 5%;
}

#gut4Area .section-body p.intro {
  margin-bottom: 4%;
}

#gut4Area .section-body p.intro img {
  width: 80%;
}

#gut4Area .section-body p.period {
  margin-bottom: 4%;
}

#gut4Area .section-body .inner-body {
  background: rgba(255, 255, 255, 0.8);
  padding: 1%;
  border-radius: 3px;
}

#gut4Area .section-body .inner-body .square {
  border-radius: 0;
}

#gut4Area .section-body .inner-body-border {
  border: 1px solid #d4c29d;
  border-radius: 3px;
  padding: 4%;
}

#gut4Area .section-body .inner-body h3.ttl-item {
  margin-bottom: 8%;
  padding: 0 4%;
}

#gut4Area .section-body .inner-body img.photo-item {
  margin-bottom: 8%;
}

#gut4Area .section-body .inner-body img.photo-item.tapestry {
  width: 70%;
}

#gut4Area .section-body .inner-body p.price {
  padding: 0 4%;
}

#gut4Area .section-body .inner-body ul.caution {
  font-size: 90%;
  text-align: left;
}

#gut4Area .section-body .inner-body ul.caution.pop {
  margin-left: 15%;
}

#gut4Area .section-body .inner-body ul.step {
  margin-bottom: 8%;
  padding: 0 8%;
}

#gut4Area .section-body .inner-body ul.step li {
  padding-top: 8%;
  position: relative;
}

#gut4Area .section-body .inner-body ul.step li:before {
  position: absolute;
  content: '';
  top: 9%;
  left: 12%;
  background: url(../img/arrow.png) no-repeat;
  width: 25px;
  height: 10px;
  background-size: contain;
}

#gut4Area .section-body .inner-body ul.step li:first-child {
  padding-top: 0;
}

#gut4Area .section-body .inner-body ul.step li:first-child:before {
  content: none;
}

#gut4Area .section-body .inner-body .shipping-list {
  padding: 4%;
  text-align: left;
  background: #FFFFFF;
  border: 1px solid #cdcdcd;
}

#gut4Area .section-body .inner-body .shipping-list dl {
  margin-top: 8%;
}

#gut4Area .section-body .inner-body .shipping-list dl:first-child {
  margin-top: 0;
}

#gut4Area .section-body .inner-body img.photo-pop {
  width: 70%;
}

#gut4Area .section-body.goods01 img.ico-release {
  top: 11%;
  left: 6%;
}

#gut4Area .section-body.goods01 h3.ttl-item {
  margin-bottom: 18%;
}

#gut4Area .section-body.goods02 img.ico-release {
  top: 10%;
  left: 9%;
}

#gut4Area .section-body.goods03 img.ico-release {
  top: 11%;
  left: 9%;
}

#gut4Area .section-body.snack01 img.ico-release {
  top: 12%;
  left: 5%;
}

#gut4Area .section-body.snack01 img.photo-item {
  width: 88%;
}

#gut4Area .section-body.snack02 img.ico-release {
  top: 7%;
  left: 5%;
}

#gut4Area .section-body.snack02 img.photo-item {
  width: 88%;
}

#gut4Area #goods {
  margin-bottom: 16%;
}

#gut4Area #goods h3.ttl-item {
  padding-right: 23%;
}

/*
**  ===================================================================
**  site-header CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.PJ-header {
  background: #61c1be;
}

.PJ-header__notice {
  font-size: 100%;
  text-align: center;
  background: #cdcdcd;
  padding: 10px;
}

.PJ-header__title {
  font-size: 100%;
  text-align: center;
  padding: 20px;
  color: #FFFFFF;
}

/*
**  ===================================================================
**  site-footer CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.l-copy {
  color: #FFFFFF;
  font-size: 80%;
  text-align: center;
  padding: 2% 0;
  background: #b5001f;
  border-top: 2px solid #d4c29d;
}

.l-bnr {
  padding-top: 4%;
  background: #FFFFFF;
}

.l-bnr ul {
  width: 90%;
  margin: auto;
}

.l-bnr ul li {
  margin-bottom: 4%;
}

/*
**  ===================================================================
**  site-navigation CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.l-nav {
  position: relative;
  z-index: 2;
  margin-bottom: 8%;
}

.l-nav ul li {
  margin-bottom: 4%;
}

.l-nav ul li:last-child {
  margin-bottom: 0;
}
