@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oleo+Script&display=swap');
@import url('https://use.fontawesome.com/releases/v5.7.1/css/all.css');

/*--------------------------------------------------------------------*/
/* 日本ヴォーグ社の模様集   */
/*--------------------------------------------------------------------*/


/* 新タウン追記
--------------------------------------------------------------------*/
.pane-main {
}
/*.block-globalnav,*/
.block-category-globalnav,
.block-category-list--header,
.block-category-list--comment,
.block-category-list--goods {
	display: none;
}
.wrapper {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.pane-main .container {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.freespace {
	padding-left: 0 !important;
	padding-right: 0 !important;
}



/* layout
--------------------------------------------------------------------*/
#moyoubook {
  
}

#moyoubook h1 {
  text-align: center;
}
.moyou-lead {
  font-size: 1.125em;
  font-weight: bold;
  margin: 0 10px;
}

@media print, screen and (min-width:768px){
  .moyou-lead {
    margin: 0;
    text-align: center;
  }
}


.bg-moyoured {
  background: #900;
}
.txt-moyoured {
  color: #900;
}
.moyoucoupon {
  background: #f7f4ef;
  border: 2px solid #900;
  border-radius: 10px;
  padding: 10px;
}
.moyoucoupon h3 {
  color: #900;
  font-size: 1.25em;
  font-weight: bold;
  margin: .25em 0 .5em;
  text-align: center;
}
.moyoucoupon .code-area {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 200px;
  color: #fff;
  text-align: center;
}
.moyoucoupon .code-area .code {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.moyoucoupon .code-area .code span {
  display: block;
}
.code-header {
  font-size: 1.25em;
  border-bottom: 1px solid #fff;
  padding-bottom: .25em;
  margin-bottom: .25em;
}
.code-number {
  font-size: 2em;
  font-weight: bold;
}
.period-number {
  display: inline-block;
  background: #333;
  color: #fff;
  font-size: .875em;
  padding: .25em 1em;
  margin: 1em auto 0;
  text-align: center;
}
.period-date {
  font-weight: bold;
}
.period-date em {
  font-style: normal;
  font-size: 1.5em;
  font-weight: bold;
}
.code-process li {
  margin-bottom: .5em;
}
.code-note-header {
  border-bottom: 1px solid #900;
  padding-bottom: .5em;
  margin-top: 1.5em;
}

@media print, screen and (min-width:768px){
  .moyoucoupon {
    padding: 20px;
  }
  .moyoucoupon h3 {
    font-size: 1.5em;
    font-weight: 500;
    margin: .5em 0 1em;
  }
  .code-note-header {
    border-bottom: 1px solid #900;
    padding-bottom: .5em;
    margin-top: 2em;
  }
}

@media print, screen and (min-width:992px){
}


.moyoubook {
  border: 2px solid #900;
  border-radius: 10px;
  padding: 10px;
}
.moyoubook-cover {
  display: block;
  background: #f7f4ef;
  padding: 10px;
  text-align: center;
}
.moyoubook-cover a img {
  object-fit: contain;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.moyoubook-copy {
  background: #900;
  border-radius: 30px;
  color: #fff;
  font-size: .875em;
  font-weight: bold;
  line-height: 1.2;
  padding: .75em 1.5em;
}
.moyoubook-title {
  color: #900;
  font-size: 1.5em;
  font-weight: 500;
  margin: .5em 0;
}
.moyoubook-overview li {
  font-size: .875em;
  text-align: right;
}
.moyoubook-price strong {
  font-size: 1.25em;
}
.moyoubook-btn-area {
  display: flex;
  justify-content: space-around;
}
.moyoubook-btn-area li {
  width: 50%;
}
.moyoubook-btn-area li a {
  display: block;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: .5em 1em;
  margin: 5px 10px;
   text-decoration: none;
}
.moyoubook-btn-area li .moyoubook-btn-tachiyomi {
  background: #666;
}
.moyoubook-btn-area li .moyoubook-btn-buy {
  background: #000;
}
.moyoubook-btn-area li .moyoubook-btn-tachiyomi::after {
  content: "\f518";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: .5em;
}.moyoubook-btn-area li .moyoubook-btn-buy::after {
  content: "\f07a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: .5em;
}
.moyoubook-btn-area li .moyoubook-btn-tachiyomi:hover,
.moyoubook-btn-area li .moyoubook-btn-buy:hover {
  background: #900;
  text-decoration: none;
}

@media print, screen and (min-width:768px){
  .moyoubook {
    padding: 20px;
  }
  .moyoubook-cover a img {
    height: 240px;
  }
  .moyoubook-title {
    margin: .75em 0;
  }
}

@media print, screen and (min-width:992px){
  .moyoubook-cover a img {
    width: 100%;
    height: 300px;
  }
}
