@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__shop {
  margin: 0 auto 5%;
  padding: 0 3%;
}

.button__back {
  background: url(../img/contents_body.png) repeat-y center top;
  background-size: 100%;
  padding: 0 8% 6%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
**  ===================================================================
**  site-layout CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
#gupArea {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 90%;
  color: #000000;
  font-family: 'Noto Sans Japanese';
}

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

#gupArea img {
  width: 100%;
  vertical-align: top;
  margin: 0;
}

#gupArea .ly-contents {
  color: #000000;
}

#gupArea .ly-contents__head {
  background: url(../img/contents_top.png) no-repeat center top;
  background-size: 100%;
  padding-top: 6.9%;
  margin-top: -6%;
  position: relative;
}

#gupArea .ly-contents__body {
  background: url(../img/contents_body.png) repeat-y center top;
  background-size: 100%;
  padding: 2% 3% 4%;
}

#gupArea .contents__ttl__area {
  position: relative;
}

#gupArea .contents__ttl__badge {
  width: 30%;
  position: absolute;
  top: -50%;
  right: -3%;
}

#gupArea .contents__inner-head {
  margin-bottom: 5%;
}

#gupArea .contents__inner-head:last-child {
  margin-bottom: 0;
}

#gupArea .contents__inner-body {
  background: url(../img/contents_inner_body.png) repeat-y center top;
  background-size: 100%;
  padding: 3% 3% 0;
}

#gupArea .contents__inner-foot {
  background: url(../img/contents_inner_foot.png) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 3%;
}

#gupArea .section {
  padding-bottom: 3%;
}

#gupArea .section__date {
  padding-bottom: 3%;
  position: relative;
}

#gupArea .section__date__btn {
  width: 65%;
  position: absolute;
  bottom: 6%;
  right: 3%;
}

#gupArea .section__date:last-child {
  padding: 0;
}

#gupArea .section__note01 {
  font-size: 70%;
  text-align: left;
  line-height: 17px;
  color: #e95098;
  text-indent: -1em;
  padding-left: 1em;
}

#gupArea .inner-body {
  background: url(../img/inneer_body.png) repeat-y center top;
  background-size: 100%;
  padding: 0 3%;
}

#gupArea .inner-body__image01 {
  width: 100%;
  margin: -3% 0 5% 5%;
}

#gupArea .inner-body__image02 {
  width: 100%;
  margin: -3% 0 5% 4%;
}

#gupArea .inner-body__image03 {
  width: 100%;
  margin: 6% auto 5%;
}

#gupArea .inner-body__image04 {
  width: 100%;
  margin: -3% 0 5% 6%;
}

#gupArea .inner-body__price01 {
  width: 70%;
  margin: 0 auto 5%;
}

#gupArea .inner-body__price02 {
  width: 70%;
  margin: 0 auto 5%;
}

#gupArea .inner-body__note01 {
  font-size: 70%;
  text-align: left;
  line-height: 17px;
  color: #e95098;
  padding-bottom: 2%;
  text-indent: -1em;
  padding-left: 1em;
}

#gupArea .inner-body__horizontal {
  margin: 20px 0;
  text-align: left;
}

#gupArea .inner-body__horizontal li {
  display: inline-block;
  margin-right: 1em;
}

#gupArea .inner-body__horizontal li a {
  color: #0068B6;
}

#gupArea .inner-foot {
  background: url(../img/inner_foot.png) no-repeat center bottom;
  background-size: 100%;
  padding-bottom: 2.1%;
}

/*
**  ===================================================================
**  site-header CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.ly-header {
  position: relative;
}

.ly-header__notice {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ly-header .main-visual {
  padding-top: 3%;
}

.ly-header .main-visual__sub {
  padding-top: 7%;
}

.ly-header h3 {
  margin: -4% 0;
}

/*
**  ===================================================================
**  site-footer CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.l-contact {
  margin-top: -3%;
}

.l-contact__head {
  padding-top: 5%;
  background: url(../img/contact_top.png) no-repeat center top;
  background-size: 100%;
}

.l-contact__body {
  padding: 3%;
  background: url(../img/contact_body.png) repeat-y center top;
  position: relative;
  background-size: 100%;
}

.l-contact__title {
  width: 85%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.l-copy {
  line-height: 1;
  margin-bottom: 5%;
}

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

.l-bnr__list__item {
  margin-bottom: 4%;
}

/*
**  ===================================================================
**  site-navigation CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.l-nav {
  background: url(../img/page_nav_body.png) repeat-y top center;
  background-size: 100%;
  padding: 6% 3%;
}

.l-nav ul {
  overflow: hidden;
  margin-bottom: 3%;
}

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

.l-nav ul li {
  width: 49%;
  float: left;
  padding-right: 2%;
}

.l-nav ul li:last-child {
  padding-right: 0;
}

.l-nav__bnr {
  margin-bottom: 3%;
}
