@charset "UTF-8";

/* foundation/Reset
   
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - //richclarkdesign.com

   ----------------------------------------------------------------- */

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&subset=japanese");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.7em;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

li {
  list-style: none;
}

address {
  font-style: normal;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

input:focus, select:focus, textarea:focus {
  outline: 0;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

input[type="submit"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}


/* Base
   ----------------------------------------------------------------- */

@media screen and (min-width: 896px) {
  .pc_none {
    display: none !important;
  }
}

@media screen and (max-width: 895px) {
  .sp_none {
    display: none !important;
  }
}

img {
  max-width: 100%;
}

.tran, a img, .sp_nav, .sp_nav .modal, .more .target, .sub .target, #header .gnav .target, .sliders .slick-dots li .new_dot, .main>.l-inner .side .side_nav .box .target, #footer .links .link .target, #footer .fnav .target, .favorite_btn #mail_link, .del, .under .item_lists .item_list, .item_detail .left .item_cart {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

html {
  height: 100%;
}

body {
  height: 100%;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}

.serif, .under .mark .mark01, .under .mark .mark02 {
  font-family: 'Noto Serif JP', serif;
}

a {
  color: #000;
  text-decoration: none;
}


/* Utility
   ----------------------------------------------------------------- */

.pos-s {
  position: static !important;
}

.pos-r {
  position: relative !important;
}

.pos-a {
  position: absolute !important;
}

.pos-sk {
  position: sticky !important;
}

.pos-f {
  position: fixed !important;
}

.t-a {
  top: auto !important;
}

.t0 {
  top: 0 !important;
}

.t100p {
  top: 100% !important;
}

.r-a {
  right: auto !important;
}

.r0 {
  right: 0 !important;
}

.r100p {
  right: 100% !important;
}

.b-a {
  bottom: auto !important;
}

.b0 {
  bottom: 0 !important;
}

.b100p {
  bottom: 100% !important;
}

.l-a {
  left: auto !important;
}

.l0 {
  left: 0 !important;
}

.l100p {
  left: 100% !important;
}

.z-a {
  z-index: auto !important;
}

.z0 {
  z-index: 0 !important;
}

.z1 {
  z-index: 1 !important;
}

.z2 {
  z-index: 2 !important;
}

.z3 {
  z-index: 3 !important;
}

.z4 {
  z-index: 4 !important;
}

.z5 {
  z-index: 5 !important;
}

.z6 {
  z-index: 6 !important;
}

.z9999 {
  z-index: 9999 !important;
}

.bxz-cb {
  box-sizing: content-box !important;
}

.bxz-bb {
  box-sizing: border-box !important;
}

.d-i {
  display: inline !important;
}

.d-n {
  display: none !important;
}

.d-b {
  display: block !important;
}

.d-ib {
  display: inline-block !important;
}

.d-ifx {
  display: inline-flex !important;
}

.d-tb {
  display: table !important;
}

.d-itb {
  display: inline-table !important;
}

.d-tbhg {
  display: table-header-group !important;
}

.d-tbfg {
  display: table-footer-group !important;
}

.d-tbrg {
  display: table-row-group !important;
}

.d-tbr {
  display: table-row !important;
}

.d-tbc {
  display: table-cell !important;
}

.d-li {
  display: list-item !important;
}

.d-ih {
  display: inherit !important;
}

.d-fx, .sp_nav .target, .sp_nav .modal .items, #header .block01, #header .gnav, .recommend .items .slick-track, .main>.l-inner .contents .bnrs .items, .knowledge .items, #footer .links, #footer .bot .link .images, #footer .fnav, .under .top_box .mark_box, .under .item_lists, .under .item_lists .item_list .img, .under .item_lists .item_list .bot, .sub_list_box .sub_list .item_list, .item_detail .right .mark .mark_box, .item_detail .right .mark .mark_box .mark01, .item_detail .right .mark .mark_box .mark02, .item_price .price_box .mark .mark_box, .item_price .price_box .wrap, .item_price .price_box .wrap .column .item {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.fxw-w, .sp_nav .target, .sp_nav .modal .items, #header .block01, .main>.l-inner .contents .bnrs .items, .knowledge .items, .under .item_lists {
  -webkit-flex-wrap: wrap !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.jc-c, #footer .fnav, .under .item_lists .item_list .img {
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.jc-fe {
  -webkit-justify-content: flex-end !important;
  -ms-flex-pack: flex-end !important;
  justify-content: flex-end !important;
}

.jc-sb, .sp_nav .modal .items, #header .block01, .main>.l-inner .contents .bnrs .items, .knowledge .items, #footer .links, .under .item_lists, .under .item_lists .item_list .bot {
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.jc-fe {
  -webkit-justify-content: flex-end !important;
  -ms-justify-content: flex-end !important;
  justify-content: flex-end !important;
}

.ai-c, #header .block01, #header .gnav, .recommend .items .slick-track, .under .top_box .mark_box, .under .item_lists .item_list .img, .sub_list_box .sub_list .item_list, .item_detail .right .mark .mark_box, .item_detail .right .mark .mark_box .mark01, .item_detail .right .mark .mark_box .mark02, .item_price .price_box .mark .mark_box {
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.ai-fs {
  -webkit-align-items: flex-start !important;
  -ms-align-items: start !important;
  align-items: flex-start !important;
}

.ai-fe, .sp_nav .target {
  -webkit-box-align: flex-end !important;
  -ms-flex-align: flex-end !important;
  -webkit-align-items: flex-end !important;
  align-items: flex-end !important;
}

.f-dr {
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.fd-rr {
  -webkit-flex-direction: row-reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

a:hover img {
  opacity: .6;
}

.sp_nav {
  display: flex;
  flex-wrap: wrap;
  background: #39499D;
}

.sp_nav .target {
  text-align: center;
  width: 25%;
  padding: 10px 0;
  font-size: 10px;
  flex-wrap: wrap!important;
  justify-content: center!important;
  align-items: center!important;
}

.sp_nav .target:not(:last-child) {
  border-right: 1px solid #B1B1B1;
  border-bottom: 1px solid #B1B1B1;
}

.sp_nav .target img {
	margin-bottom: 0.3rem;
}

.sp_nav .target p {
    width: 100%;
    color: #FFF;
    font-size: 90%;
    font-weight: bold;
    margin-bottom: 0;
    letter-spacing: -1px;
}
.sp_nav .modal {
  opacity: 1;
  visibility: visible;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #6E7880;
  color: #fff;
  padding: 10px;
  text-align: center;
}

.sp_nav .modal * {
  text-align: center;
  color: #fff;
}

.sp_nav .modal .mochu .item {
  position: relative;
}

.sp_nav .modal .mochu .item:after {
  content: "販売終了しました";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
}

.sp_nav .modal.hide {
  opacity: 0;
  visibility: hidden;
}

.sp_nav .modal .title {
  font-size: 20px;
  margin-bottom: 5px;
}

.sp_nav .modal .sub {
  font-size: 16px;
  position: relative;
}

.sp_nav .modal .sub span {
  background-color: #6E7880;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}

.sp_nav .modal .sub:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  border-bottom: 1px solid #fff;
  width: 100%;
}

.sp_nav .modal .items {
  margin-bottom: 10px;
}

.sp_nav .modal .items:after {
  content: "";
  width: 33%;
}

.sp_nav .modal .items .item {
  width: 33%;
}

.sp_nav .modal .cls {
  float: right;
  top: -50px;
  position: relative;
}

.more {
  text-align: center;
}

.more .target {
  border-radius: 25px;
  color: #fff;
  background-color: #7166A0;
  border: 2px solid #7166A0;
  display: inline-block;
}

@media screen and (min-width: 896px) {
  .more .target {
    padding: 10px 178px;
    font-size: 18px;
    border: 2px solid #7166A0;
  }
}

@media screen and (max-width: 895px) {
  .more .target {
    padding: 4px 12px;
    font-size: 14px;
    border-radius: 0;
	border-radius: 25px;
	width: 75%;
  }
}

.more .target:hover {
  color: #7166A0;
  background-color: #fff;
}

.more.white .target {
  background-color: #fff;
  color: #FFF;
}
.more.white .target.mochu-all{
	 background-color:#587993;
	 border: none;
	 width: 100%;
}
.more.white .target.kanchu-all{
	 background-color:#9AB597;
	 border: none;
	 width: 100%;
}
.more.white .target:hover {
  color: #fff;
  background-color: #7166A0;
}

.sub .target {
    color: #FFF;
    border-radius: 8px;
    padding: 14px 0;
    font-size: 20px;
    line-height: 1;
    background-color: #A67C52;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 .2rem;
    font-weight: bold;
}
.sub .target img{
	max-height: 16px;
	margin-right: .5rem;
}

@media screen and (max-width: 895px){
	.sub .target{
		flex-direction: column;
	}
	.sub .target img{
		margin-right: 0;
		max-height: inherit;
	}
}
.sub .target:hover {
  background-color: #5D5D5D;
  color: #fff;
}

@media screen and (max-width: 895px) {
  .sub {
    margin: 10px 0 0;
    text-align: right;
    width: 100%;
  }
  .sub .target {
    font-size: 10px;
    padding: 5px;
    margin-left: 5px;
  }
}

#header {
  margin-bottom: 10px;
  border-top: 24px solid #39499D;
}
#header .gnav .target:nth-child(1), #header .gnav .target:nth-child(4), #header .gnav .target:nth-child(5) {
    width: 75%;
}
.header-top-wrap{
  display: flex;
  justify-content: space-between;
  padding: 1.5rem 0;
}
.logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wrap-top-sub {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.top-bnrs{
	white-space: nowrap;
}


@media screen and (max-width: 895px) {
  #header {
    margin-bottom: 15px;
  }
  
  .top #header{
	  margin-bottom: 0;
  }
}

@media screen and (min-width: 896px) {
  #header .block01 {
    margin:0 0 25px;
  }
}

@media screen and (max-width: 895px) {
  #header .block01 {
    margin: 10px 0 15px;
  }
}

@media screen and (min-width: 896px) {
  #header .block01 .sup {
    margin-right: auto;
  }
}

@media screen and (max-width: 895px) {
  #header .block01 .sup {
    font-size: 10px;
  }
}

.sup-wrap{
	background-color: #4A3D81;
	color: #FFF;
	width: 100%;
	padding: .3rem 0;
	font-size: .8rem;
}

.sup-wrap p{
	color: #FFF;
	margin-bottom: 0;
}

header{
	background-color: #3C3C3C;
}
.top-bg{
}
h1.logo a{
	display: flex;
	align-items: center;
}
@media screen and (max-width: 895px){
	.l-inner.top-bg{
		background:none;
		margin-left: 0;
		margin-right: 0;
	}
	
}
.wrap-top-sub .sub {
    margin: .5rem 0 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#header .gnav {
  background-color: #39499D;
  padding: 0 2%;
}

#header .gnav.fixed {
	position: fixed;
	z-index: 1;
	width: 100%;
	top:0;
}

#header .gnav .l-inner{
	display: flex;
	justify-content: space-around;
}
@media screen and (max-width: 895px) {
  #header .gnav {
    display: none !important;
  }
}

#header .gnav .target {
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 16px 0;
    margin: 0;
    width: 100%;
    position: relative;
    font-size: 1rem;
    display: flex;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
}
#header .gnav .target img{
	display: inline-block;
	margin-right: .5rem;
}
.basis-adjust{
	flex-basis: 120%;
}
#header .gnav .target:hover {
	opacity: .4;
}

#header .gnav .target:not(:first-child):before {
  content: "|";
  position: absolute;
  left: 0;
}

.alert {
  display: inline-block;
}
.alert p{
	font-weight: bold;
}

@media screen and (min-width: 896px) {
  .alert {
    font-size: 18px;
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 895px) {
  .alert {
    font-size: 12px;
    padding: 6px;
  }
}

.alert b {
  color: #7166A0;
}

@media screen and (min-width: 896px) {
  .alert b {
    font-size: 26px;
  }
}

@media screen and (max-width: 895px) {
  .alert b {
    font-size: 1.4em;
    font-weight: 500;
  }
}

.sliders .slider img {
  width: 100%;
}

.sliders .slick-dots {
  text-align: center;
  position: relative;
}

@media screen and (min-width: 896px) {
  .sliders .slick-dots {
    top: -33px;
  }
}

@media screen and (max-width: 895px) {
  .sliders .slick-dots {
    margin-bottom: 20px;
  }
}

.sliders .slick-dots li {
  width: 40px;
  height: 7px;
  border: 1px solid;
  margin: 0 6px;
  display: inline-block;
  background-color: #fff;
}

.sliders .slick-dots li .new_dot {
  width: 38px;
  height: 5px;
  border: 1px solid #fff;
}

.sliders .slick-dots li.slick-active .new_dot, .sliders .slick-dots li:hover .new_dot {
  background: #5D5D5D;
}
ol li{
	list-style: inherit;
}
@media screen and (min-width: 896px) {
  .important_notices {
    border: 5px solid #DE4343;
    padding: 26px 30px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 895px) {
  .important_notices {
    border: 4px solid #DE4343;
    padding: 13px 15px;
    margin-bottom: 25px;
  }
}

.important_notices b {
  color: #DE4343;
  display: block;
}

@media screen and (min-width: 896px) {
  .important_notices b {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 895px) {
  .important_notices b {
    margin-bottom: 5px;
    text-align: center;
  }
}

@media screen and (min-width: 896px) {
  .important_notices p {
    font-size: 18px;
  }
}

@media screen and (max-width: 895px) {
  .important_notices p {
    font-size: 12px;
  }
}

.recommend {
  background-image: url(../../img/2019mochu/item_bg.png);
}

@media screen and (min-width: 896px) {
  .recommend {
    padding: 40px 0;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 895px) {
  .recommend {
    padding: 20px 0;
    margin-bottom: 40px;
  }
}

.recommend .title {
  text-align: center;
}

@media screen and (min-width: 896px) {
  .recommend .title {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 895px) {
  .recommend .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.recommend .items {
  position: relative;
}

@media screen and (min-width: 896px) {
  .recommend .items {
    padding: 0 35px;
  }
}

@media screen and (min-width: 896px) {
  .recommend .items .item {
    padding: 0 35px;
  }
}

@media screen and (max-width: 895px) {
  .recommend .items .item {
    padding: 0 10px;
  }
}

.recommend .items .item .catch {
  width: 100%;
  margin-bottom: 15px;
}

.recommend .items .item .favorite {
  display: inline-block;
  float: right;
}

@media screen and (min-width: 896px) {
  .recommend .items .item .favorite {
    padding: 4px 5px;
    background-color: #fff;
    border-radius: 13px;
  }
}

@media screen and (max-width: 895px) {
  .recommend .items .item .favorite {
    float: right;
  }
}

.recommend .items .item .favorite .star {
  margin: 0 auto 2px;
}

.recommend .items .item .favorite p {
  font-size: 10px;
}

@media screen and (max-width: 895px) {
  .recommend .items .item .favorite p {
    display: none;
  }
}

.recommend .items .slick-arrow {
  position: absolute;
  top: 42%;
}

@media screen and (max-width: 895px) {
  .recommend .items .slick-arrow {
    display: none !important;
  }
}

.recommend .items .slick-arrow.next {
  right: 0;
}

.recommend .more {
  margin-top: 30px;
}

.main {
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media screen and (min-width: 896px) {
  .main {
    padding-bottom: 120px;
  }
}

@media screen and (max-width: 895px) {
  .main {
    background-image: url(../../img/2019mochu/bg_sp.png);
    padding-bottom: 100px;
    background-size: 100%;
    overflow-x: hidden;
  }
}

@media screen and (min-width: 896px) {
  .main>.l-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 896px) {
  .main>.l-inner .side {
    width: 28%;
    max-width: 312px;
  }
}

@media screen and (max-width: 895px) {
  .main>.l-inner .side {
    margin-top: 40px;
  }
}

@media screen and (min-width: 896px) {
  .main>.l-inner .side .bnrs {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 895px) {
  .main>.l-inner .side .bnrs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  .main>.l-inner .side .bnrs .first {
    width: 58%;
  }
  .main>.l-inner .side .bnrs .second {
    width: 42%;
  }
  .main>.l-inner .side .bnrs .second img {
    width: 100%;
  }
}

@media screen and (min-width: 896px) {
  .main>.l-inner .side .search {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 895px) {
  .main>.l-inner .side .search {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 896px) {
  .main>.l-inner .side .search .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 895px) {
  .main>.l-inner .side .search .title {
    font-size: 18px;
    margin-bottom: 5px;
    text-align: center;
  }
}

.main>.l-inner .side .search dl {
  position: relative;
  background-color: #fff;
  border: 1px solid #B1B1B1;
  border-radius: 17px;
}

.main>.l-inner .side .search dl dt {
  margin-right: 40px;
  padding: 0 0 0 8px;
}

.main>.l-inner .side .search dl dt input {
  width: 100%;
  height: 34px;
  line-height: 34px;
  background: none;
  border: none;
  margin-bottom: 0;
}

.main>.l-inner .side .search dl dd {
  position: absolute;
  top: 0;
  right: 0;
}

.main>.l-inner .side .search dl dd .search_button {
  display: block;
  padding: 0 12px 0 12px;
  background: none;
  border: none;
  border-left: 1px solid #B1B1B1;
  height: 20px;
  margin-top: 8px;
}

.main>.l-inner .side .search dl dd .search_button span {
  display: block;
  width: 20px;
  height: 20px;
  background: url("../../img/2019mochu/icn_search.svg") no-repeat scroll 0 0;
  background-size: 100%;
}

.main>.l-inner .side .side_nav {
  border: 1px solid #5D5D5D;
  padding: 6px;
  margin-bottom: 20px;
}

@media screen and (max-width: 895px) {
  .main>.l-inner .side .side_nav {
    display: none;
  }
}

.main>.l-inner .side .side_nav .title{
  font-size: 18px;
}
	

.main>.l-inner .side .side_nav .title,
#header .gnav .sub-menu .mochu-hagaki .title a,
#header .gnav .sub-menu .kanchu-hagaki .title a {
  background-color: #5D5D5D;
  font-weight: 500;
  color: #fff;
  padding: 6px;
  text-align: center;
}

#header .gnav .sub-menu .mochu-hagaki .title a,
#header .gnav .sub-menu .kanchu-hagaki .title a {
    width: 200px;
    display: block;
}

.main>.l-inner .side .side_nav .box .sub_title,
#header .gnav .sub-menu .box .sub_title {
  font-weight: 500;
  font-size: 18px;
  padding: 5px 0;
  border-bottom: 2px solid #ADADAD;
}

.main>.l-inner .side .side_nav .box .sub_title.d {
  margin-top: 20px;
  border-top: 2px solid #ADADAD;
}

.main>.l-inner .side .side_nav .box .target {
  display: block;
  padding: 5px 0;
  font-weight: 400;
}

.main>.l-inner .side .side_nav .box .target:hover {
  opacity: .6;
}

.main>.l-inner .side .side_nav .box .target:not(:last-child) {
  border-bottom: 1px dashed #ADADAD;
}

.main>.l-inner .side .side_nav .box .target:before {
  content: "■";
  color: #5D5D5D;
  margin-right: 10px;
}

.main>.l-inner .side .side_nav.clr {
  border: 1px solid #5D5D5D;
}

.main>.l-inner .side .side_nav.clr .title {
  background-color: #5D5D5D;
}

.main>.l-inner .side .side_nav.clr .box .title {
  margin-top: 20px;
}

.main>.l-inner .side .bnr {
  margin-bottom: 10px;
}

@media screen and (max-width: 895px) {
  .main>.l-inner .side .bnr {
    display: none;
  }
}

@media screen and (min-width: 896px) {
  .main>.l-inner .contents {
    width: 68%;
    max-width: 880px;
  }
}

.main>.l-inner .contents .bnrs.mochu .item {
  position: relative;
}

/*
.main>.l-inner .contents .bnrs.mochu .item:after {
  content: "販売終了しました";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
}
*/

@media screen and (min-width: 896px) {
  .main>.l-inner .contents .bnrs {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 895px) {
  .main>.l-inner .contents .bnrs {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 896px) {
  .main>.l-inner .contents .bnrs .more {
    margin: 40px 0 70px;
  }
}

@media screen and (max-width: 895px) {
  .main>.l-inner .contents .bnrs .more {
    margin: 30px 0 0;
  }
}

.main>.l-inner .contents .bnrs .sub_title {
  text-align: center;
}

@media screen and (min-width: 896px) {
  .main>.l-inner .contents .bnrs .sub_title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 895px) {
  .main>.l-inner .contents .bnrs .sub_title {
    margin-bottom: 15px;
  }
}

.main>.l-inner .contents .bnrs .sub_title .text {
  background-color: #fff;
  display: inline;
  padding: 0 5px;
/* 	font-family: "Sawarabi Mincho"; */
	font-weight: bold;
	color: #666666;
	font-size: 2rem;
}

@media screen and (min-width: 896px) {
  .main>.l-inner .contents .bnrs .sub_title .text {
    font-size: 26px;
  }
}

@media screen and (max-width: 895px) {
  .main>.l-inner .contents .bnrs .sub_title .text {
    font-size: 18px;
  }
}

.main>.l-inner .contents .bnrs .items:after {
  content: "";
}

@media screen and (min-width: 896px) {
  .main>.l-inner .contents .bnrs .items:after {
    width: 32%;
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 895px) {
  .main>.l-inner .contents .bnrs .items:after {
    width: 49%;
    margin-bottom: 2%;
  }
}

@media screen and (min-width: 896px) {
  .main>.l-inner .contents .bnrs .items .item {
    width: 48%;
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 895px) {
  .main>.l-inner .contents .bnrs .items .item {
    width: 49%;
    margin-bottom: 2%;
  }
}

.main>.l-inner .contents .bnrs .items .item img {
  width: 100%;
}

.title01 {
  text-align: center;
  border-radius: 25px;
  color: #fff;
  background-color: #7166A0;
}

@media screen and (min-width: 896px) {
  .title01 {
    font-size: 28px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 895px) {
  .title01 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.title_bar {
  text-align: center;
  color: #fff;
}

.title_bar.title01 {
  background-color: #7166A0;
}

.title_bar.title02 {
  background-color: #7084A3;
}

@media screen and (min-width: 896px) {
  .title_bar {
    font-size: 28px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 895px) {
  .title_bar {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 896px) {
  .cv {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 895px) {
  .cv {
    margin-bottom: 10px;
  }
  .cv img {
    width: 100%;
  }
}

@media screen and (min-width: 896px) {
  .flow {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 895px) {
  .flow {
    margin-bottom: 40px;
  }
  .flow img {
    width: 100%;
  }
}

@media screen and (min-width: 896px) {
  .knowledge .items .item {
    width: 24%;
  }
}

@media screen and (max-width: 895px) {
  .knowledge .items .item {
    width: 49%;
  }
  .knowledge .items .item img {
    width: 100%;
  }
}

#footer {
    background-color: #f8f7f1;
    height: auto;
    position: static;
}

@media screen and (min-width: 896px) {
  #footer {
    padding: 35px 0 0;
  }
}

@media screen and (max-width: 895px) {
  #footer {
    padding: 15px 0 0;
  }
}

#footer * {
	color: #333;
}
#footer .links .link .target {
	color: #5D5D5D;
	display: block;
}
#footer .links .link .target:before{
	content:"・";
	display: inline-block;
	margin-right: .5rem;
}
#footer .links .link .target.no-mark:before{
	content: none;
}
.tel-num{
	display: inline-block;
	padding: .2rem 1rem;
	margin-top: .5rem;
	background-color: #FFF;
	color: #5D5D5D;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1;
	border: 1px solid #5D5D5D;
}
@media screen and (max-width: 895px){
	.tel{
		text-align: center;
	}
	.images-wrap{
		display: flex;
		justify-content: space-around;
	}
	.no-mark{
		text-align: center;
	}
	.to-top{
		display: block;
		text-align: center;
		background-color: #7B7B7B;
		padding: .7rem;
		color: #FFF!important;
	}
	.to-top span{
		transform: rotate(-90deg);
		display: inline-block;
		margin-right: 1rem;
		color: #FFF!important;
	}
}
.footer-nav{
	padding: 1.5rem 0;
	margin-top: 4rem;
	background-color: #5D5D5D;
}
.footer-nav a{
	color: #FFF;
}
.img01{
	margin-bottom: 1rem;
}
/*
@media screen and (max-width: 895px) {
  #footer .links {
	  display: block!important;
  }
}
*/

@media screen and (min-width: 896px) {
}

@media screen and (max-width: 895px) {
  #footer .links .link {
    margin-bottom: 20px;
    width: 25%;
  }
}

@media screen and (max-width:480px){
  /*画面幅が480pxまでの時*/
	#footer .links .link{
		width: 100%;
	}

}


#footer .links .link .title {
  font-weight: 500;
}

#footer .links.justify-content-center {
    justify-content: center !important;
}

#footer .links.space-evenly{
	justify-content: space-evenly !important;
}

@media screen and (min-width: 896px) {
  #footer .links .link .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 895px) {
  #footer .links .link .title {
    margin-bottom: 15px;
/*
    background-color: #727EA5;
    color: #FFF;
*/
    padding: 6px;
    font-size: 1.2em;
  }
}

@media screen and (min-width: 896px) {
  #footer .links .link .target {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 895px) {
  #footer .links .link .target {
    font-size: 12px;
    margin: 0 15px;
    margin-bottom: 10px; 
  }
}

#footer .links .link .target:hover {
	opacity:.4;
}

#footer .links .link .tel {
  margin-bottom: 20px;
}

@media screen and (min-width: 896px) {
  #footer .links .link .tel img {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 895px) {
  #footer .links .link .tel img {
    margin-top: 5px;
  }
}

#footer .links .link .tel p {
  font-size: 12px;
  letter-spacing: -0.2px;
}

#footer .bot {
  margin: 20px 0 40px;
}

@media screen and (min-width: 896px) {
  #footer .bot {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 895px) {
  #footer .bot {
    text-align: center;
  }
}

@media screen and (min-width: 896px) {
  #footer .bot .link .title {
    margin-bottom: 10px;
  }
}

#footer .bot .link .images img {
  margin: 10px 10px 0;
}

@media screen and (max-width: 895px) {
  #footer .bot .link .images img.img01 {
    width: 60%;
    height: 100%;
  }
  #footer .bot .link .images img.img02 {
    width: 40%;
  }
}

#footer .bot .link .images .text {
  font-size: 12px;
}

@media screen and (max-width: 895px) {
  #footer .bot .link .images .text {
    display: block;
  }
}

@media screen and (max-width: 895px) {
  #footer .bot .bnrs {
    text-align: center;
  }
}

@media screen and (min-width: 896px) {
  #footer .bot .bnrs .target img {
    margin-left: 60px;
  }
}

@media screen and (max-width: 895px) {
  #footer .bot .bnrs .target img {
    margin-bottom: 20px;
  }
}

#footer .fnav {
  text-align: center;
}

@media screen and (min-width: 896px) {
  #footer .fnav {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 895px) {
  #footer .fnav {
    margin-bottom: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#footer .fnav .target {
  font-size: 12px;
  position: relative;
  padding: 0 5px;
  color: #FFF;
}

#footer .fnav .target:hover {
  border-bottom: 1px solid #fff;
}

#footer .fnav .target:not(:first-child):before {
  content: "|";
  position: absolute;
  left: 0;
}

#footer small {
  font-size: 12px;
  display: block;
  text-align: center;
  color: #FFF;
}

.l-inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}

.favorite_btn {
  text-align: center;
  padding: 40px 0;
}

.favorite_btn strong {
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.favorite_btn #mail_link {
  width: 150px;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 8px;
  background-color: #e8e8e8;
  margin: 0 10px 15px;
}

.favorite_btn #mail_link:hover {
  opacity: .6;
}

.favorite_btn a {
  width: 150px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 15px;
}

.del {
  cursor: pointer;
  width: 150px;
  height: 38px;
  line-height: 38px;
  font-weight: bold;
  font-size: 14px;
  border-radius: 8px;
  background-color: #fff;
  margin: 0 auto;
  display: block;
}

.del:hover {
  opacity: .6;
}

.under .item_list.active {
  display: block !important;
}

.under .items_title {
  font-size: 20px;
  border-bottom: 1px solid;
}

@media screen and (min-width: 896px) {
  .under .items_title {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 895px) {
  .under .items_title {
    margin: 30px 0;
  }
}

@media screen and (min-width: 896px) {
  .under .mark {
    font-size: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 895px) {
  .under .mark {
    font-size: 18px;
  }
}

.under .mark .mark01, .under .mark .mark02 {
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: inline-table;
}

@media screen and (min-width: 896px) {
  .under .mark .mark01, .under .mark .mark02 {
    padding: 2px 8px;
    margin-left: 5px;
  }
}

@media screen and (max-width: 895px) {
  .under .mark .mark01, .under .mark .mark02 {
    padding: 0 6px;
    margin-right: 10px;
  }
}

.under .mark .mark01 {
  background-color: #E56B6B;
  position: absolute;
  top: 20px;
  right: 10px;
}

.under .mark .mark02 {
  background-color: #FF8902;
  position: absolute;
  top: 20px;
  right: 10px;
}

.under .top_box .mark .mark01,
.under .top_box .mark .mark02,
.under .mark .box-type-haggaki .mark01,
.under .mark .box-type-haggaki .mark02,
.under .price_box .mark .mark01,
.under .price_box .mark .mark02{
	right: auto;
}

@media screen and (max-width: 895px) {
	.under .mark .mark01 {
	  top: 5px;
	  right: -5px;
	}
	
	.under .mark .mark02 {
	  top: 5px;
	  right: -5px;
	}
}

@media screen and (min-width: 896px) {
  .under .mark .text {
    font-size: 18px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 895px) {
  .under .mark .text {
    font-size: 16px;
  }
}

@media screen and (min-width: 896px) {
  .under .top_box {
    margin-bottom: 0px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 895px) {
  .under .top_box {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 895px) {
  .under .top_box .mark_box {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 896px) {
  .under .top_box .mark_box .mark02 {
    margin-left: 25px;
  }
}

.under .item_lists:after {
  content: "";
  width: 31%;
  padding: 20px;
  margin-bottom: 40px;
}

.under .item_lists .item_list {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}

@media screen and (min-width: 896px) {
  .under .item_lists .item_list {
    width: 31%;
    padding: 20px 20px 0;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 895px) {
  .under .item_lists .item_list {
    width: 48%;
    padding: 15px 15px 0;
    margin-bottom: 20px;
  }
}

.under .item_lists .item_list:hover {
  background-color: #dad8e5;
}

@media screen and (min-width: 896px) {
  .under .item_lists .item_list .img {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 895px) {
  .under .item_lists .item_list .img {
    margin-bottom: 15px;
  }
}

.under .item_lists .item_list .img img {
  width: 70%;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
}

.under .item_lists .item_list .favorite {
  position: absolute;
}

@media screen and (min-width: 896px) {
  .under .item_lists .item_list .favorite {
    right: 4%;
    bottom: 15px;
    width: 13.5%;
  }
}

@media screen and (max-width: 895px) {
  .under .item_lists .item_list .favorite {
    right: 4%;
    bottom: 72px;
    width: 10%;
  }
}

@media screen and (min-width: 896px) {
  .under .item_lists .item_list .bot .name {
    font-size: 20px;
  }
}

@media screen and (max-width: 895px) {
  .under .item_lists .item_list .bot .name {
    font-size: 18px;
  }
}

@media screen and (max-width: 895px) {
  .sub_list_box {
    margin: 0 -500%;
    padding: 20px 500%;
    background: #EDEDED;
    border-bottom: 1px solid #fff;
  }
  .sub_list_box .title_bar {
    background-color: #EDEDED;
    color: #000;
    padding: .3rem 0;
    border-radius: 0;
  }
}

@media screen and (min-width: 896px) {
  .sub_list_box .sub_list {
    margin-bottom: 85px;
  }
  .sub_list_box .sub_list .slick-track {
    margin: 0;
  }
}

@media screen and (max-width: 895px) {
  .sub_list_box .sub_list .slick-list {
    width: 100% !important;
  }
  .sub_list_box .sub_list .slick-track {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

.sub_list_box .sub_list .item_list {
  position: relative;
}

@media screen and (min-width: 896px) {
  .sub_list_box .sub_list .item_list {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media screen and (max-width: 895px) {
  .sub_list_box .sub_list .item_list {
    display: block !important;
    padding: 0 10px;
  }
}

.sub_list_box .sub_list .item_list a {
  width: 100%;
  padding-bottom: 6px;
}

@media screen and (min-width: 896px) {
  .sub_list_box .sub_list .item_list a {
    padding-bottom: 6px;
  }
}

@media screen and (max-width: 895px) {
  .sub_list_box .sub_list .item_list a {
    padding-bottom: 10px;
  }
}

.sub_list_box .sub_list .item_list a img {
  width: 100%;
  margin-bottom: 15px;
}

.sub_list_box .sub_list .item_list .favorite img {
  width: 100%;
}

@media screen and (min-width: 896px) {
  .sub_list_box .sub_list .item_list .favorite {
    position: absolute;
    right: 6px;
    bottom: 0;
    width: 13%;
  }
}

@media screen and (max-width: 895px) {
  .sub_list_box .sub_list .item_list .favorite {
    width: 10%;
    float: right;
  }
}

.slick-slide{
	padding: 0;
}
.slick-slide a {
  outline: none;
}

.item_eye {
  background-color: #F7F7F7;
  text-align: center;
}

@media screen and (min-width: 896px) {
  .item_eye {
    padding: 120px 10%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 895px) {
  .item_eye {
    padding: 60px 10%;
    margin: 20px 0;
  }
}

.item_detail {
  border-bottom: 1px solid #707070;
}

@media screen and (min-width: 896px) {
  .item_detail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 80px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 895px) {
  .item_detail {
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 896px) {
  .item_detail .left {
    width: 100%;
  }
}

@media screen and (max-width: 895px) {
  .item_detail .left {
    margin-bottom: 20px;
  }
}

.item_detail .left .item_title {
  font-weight: bold;
}

@media screen and (min-width: 896px) {
  .item_detail .left .item_title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 895px) {
  .item_detail .left .item_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.item_detail .item_cart {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  background-color: #ED9640;
  box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.16);
  border: 0;
  padding: 10px 20px;
}

.item_detail .item_cart:hover {
  box-shadow: 0 0 0 transparent;
}

@media screen and (min-width: 896px) {
  .item_detail .left .item_cart {
    font-size: 20px;
    padding: 10px 20px 10px;
  }
}

@media screen and (max-width: 895px) {
  .item_detail .left .item_cart {
    font-size: 16px;
    padding: 10px 20px 10px 60px;
  }
}

@media screen and (min-width: 896px) {
  .item_detail .right {
    width: 100%;
  }
}

.item_detail .right .mark {
  display: block !important;
}
.item_detail .mark .mark_box .box-type-haggaki,
.item_detail .mark .mark_box .box-price{
	display: flex;
	align-items: center;
}
.box-item-detail .item_title,
.item_detail .mark .mark_box .box-price .price{
	font-weight: bold;
}
.box-item-detail{
	flex-basis: 50%;
}
.inner-box-item-detail,
.inner-box-item-detail .mark_box{
	width: 100%;
}
.inner-box-item-detail .mark_box{
	margin-right: 3rem;
}
.item_detail .mark .mark_box .box-price{
	margin-bottom: 1.5rem;
}
.item_detail .mark .mark_box .box-price .text{
	margin-left: 0;
	font-size: .8rem;
	margin-right: 1rem;
	padding-left: 0;
}
.item_detail .right .mark .mark_box {
  margin-bottom: 15px;
}

.item_detail .right .mark .mark_box .text {
  font-size: 16px;
}

.item_detail .right .mark .mark_box .price {
  font-weight: bold;
  margin-left: 15px;
}

@media screen and (min-width: 896px) {
  .item_detail .right .mark .mark_box .price {
    font-size: 24px;
  }
}

@media screen and (max-width: 895px) {
  .item_detail .right .mark .mark_box .price {
    font-size: 18px;
  }
}

.item_detail .right .mark .mark_box .price span {
  font-weight: bold;
  font-size: 18px;
}

@media screen and (min-width: 896px) {
  .item_price {
  }
}

@media screen and (min-width: 896px) {
  .item_price .price_box {
    width: 100%;
  }
}

@media screen and (max-width: 895px) {
  .item_price .price_box {
    margin-bottom: 30px;
  }
}

.item_price .price_box .price_box_wrap {
  border: 1px solid #ADADAD;
  padding: 10px 15px;
}

.item_price .price_box .mark {
  margin-bottom: 12px;
}

.item_price .price_box .mark .mark_box p {
  font-size: 16px;
  font-weight: bold;
}

.item_price .price_box .wrap .column {
  width: 50%;
  margin-bottom: 10px;
}

.item_price .price_box .wrap .column .item {
  border-bottom: 1px solid #ADADAD;
  padding: 8px 15px;
}

.item_price .price_box .wrap .column .item .sheet {
  margin-left: auto;
}

.item_price .price_box .wrap .column .item .price {
  margin-left: 20px;
  font-size: 16px;
  font-weight: bold;
}

.item_price .price_box .wrap .column.first .sheet {
  margin-left: 0;
}

.item_price .price_box .wrap .column.first .price {
  margin-right: auto;
}

.item_price .price_box .price_alert {
  font-size: 12px;
}

.item_price .price_box .price_alert a {
  text-decoration: underline;
}

.item_price .price_box .price_alert a:hover {
  text-decoration: none;
}

@media screen and (min-width: 896px) {
  .item_link {
    font-size: 18px;
    margin-top: 20px;
  }
}

.item_link a {
  text-decoration: underline;
}

.item_link a:hover {
  text-decoration: none;
}

@media screen and (min-width: 896px) {
  .youtube {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 895px) {
  .youtube {
    margin: 5px auto 30px auto;
  }
}

@media screen and (min-width: 896px) {
  .youtube .box {
    width: 48%;
  }
}

@media screen and (max-width: 895px) {
  .youtube .box {
    margin-top: 25px;
  }
  .youtube .box img {
    width: 100%;
  }
}

.youtube .box .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

@media screen and (min-width: 896px) {
  .youtube .box .title {
    font-size: 18px;
  }
}

@media screen and (max-width: 895px) {
  .youtube .box .title {
    font-size: 16px;
  }
}

.youtube .box .title .c {
  font-size: 10px;
}

.youtube .box.box01 span {
	font-weight: bold;
  color: #7166A0;
}

.youtube .box.box02 span {
	font-weight: bold;
  color: #ED9640;
}

.end {
  position: relative;
}

.end:after {
  content: "販売終了しました";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
}
#footer .l-inner{
	width: 100%;
}

.main>.l-inner .side .side_nav.mochu-hagaki .title,
.main>.l-inner .side .side_nav.kanchu-hagaki .title{
	background: #fff;
	padding: 0;
}

.main>.l-inner .side .side_nav.mochu-hagaki .title a,
.main>.l-inner .side .side_nav.kanchu-hagaki .title a{
    padding: 6px;
}

.main>.l-inner .side .side_nav.mochu-hagaki .title a,
#header .gnav .sub-menu .mochu-hagaki .title a{
	background-color: #042254;
}
.main>.l-inner .side .side_nav.kanchu-hagaki .title a,
#header .gnav .sub-menu .kanchu-hagaki .title a{
	background-color: #F0882F;
}
.main>.l-inner .side .side_nav.for-biginner .title{
	background-color: #8CB55C;
}
.main>.l-inner .side .side_nav.for-biginner .box.contact .title{
	background-color: #5D5D5D;
}
.main>.l-inner .side .side_nav.for-biginner .box .target:before {
  color: #8CB55C;
}
.main>.l-inner .side .side_nav.for-biginner .box.contact .target:before {
  color: #5D5D5D;
}
.main>.l-inner .side .side_nav .target.cat1:before,#header .gnav .sub-menu .box a.cat1:before{
	color: #052275;
}
.main>.l-inner .side .side_nav .target.cat2:before,#header .gnav .sub-menu .box a.cat2:before{
	color: #997c97;
}
.main>.l-inner .side .side_nav .target.cat3:before,#header .gnav .sub-menu .box a.cat3:before{
	color: #67856c;
}
.main>.l-inner .side .side_nav .target.cat4:before,#header .gnav .sub-menu .box a.cat4:before{
	color: #f07284;
}
.main>.l-inner .side .side_nav .target.cat5:before,#header .gnav .sub-menu .box a.cat5:before{
	color: #f0882f;
}
.main>.l-inner .side .side_nav .target.cat6:before,#header .gnav .sub-menu .box a.cat6:before{
	color: #a9be51;
}

.pb-content__title_description h1{
	background-color: #fff;;
	border-bottom: 1px solid #000;
	color: #000;
	padding: .5rem 0;
	font-weight: bold;
	font-size: 1.4rem;
	margin-bottom: 1.5rem;
}
table th,table td{
	border: 1px solid #707070;
}
table thead th{
	text-align: center!important;
	vertical-align: middle;
	background-color: #BFC5E3;
	color: #5D5D5D;
}
table tbody th{
	background-color: #EAEDFF;
	font-weight: bold;
	width: 12rem;
}
table.mochu-price thead th{
	background-color: #6c6497;
	color: #FFF;
}
table.mochu-price.kanchu-price thead th{
	background-color: #997C97;
	color: #FFF;
}
table.mochu-price tbody th,
table.mochu-price.kanchu-price tbody th{
	background: none;
}
table.mochu-price tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #eeeaee;
}
table.mochu-price.kanchu-price tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: rgba(153, 124, 151, 0.15);
}
table.mochu-price tbody td{
	text-align: center;
}
.mochu-price-wrap{
	width: 100%;
	max-height: 86rem;
	overflow-y: hidden;
	transition: .4s;
}
.field-mochu-price-atena .mochu-price-wrap{
	max-height:50.05rem;
}
.mochu-price-wrap.on{
	max-height: none;
}
.space-between{
	justify-content: space-between;
}
table.mochu-price caption{
	background-color: #052275;
	color: #FFF;
	padding: 0.3rem 1rem;
	font-size: 1.5rem;
	height: 5rem;
}
table.mochu-price.kanchu-price caption{
	background-color: #997C97;
}
table.mochu-price.kanchu-price caption span{
	display: block;
	font-size: .9rem;
	color: #FDF9C6;
}
.field-mochu-price-atena{
	margin-bottom: 5rem;
}
.field-mochu-price-atena .more-btn{
	color: #ED9640;
}
.field-mochu-price-atena .more-btn span{
	background-color: #ED9640;
}
table.mochu-price.atena caption{
	background-color: #ED9640;
}
table.mochu-price.atena thead th{
	background-color: #FFCFA0;
}
table.mochu-price.atena tbody th{
	background-color: #FDF4EB;
}
table.mochu-price caption small{
	font-size: 70%;
}
.position-relative{
	position: relative;
}
.more-btn{
	position: absolute;
	bottom: -2rem;
	right: 0;
	color: #857BAD;
}
.more-btn span{
	background-color: #857BAD;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	display: inline-block;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.4);
	position: relative;
	cursor: pointer;
}
.more-btn span:before{
	content: "";
	left: 20%;
	display: block;
	position: absolute;
	top:calc(50% - 1.5px);
	width: 60%;
	height: 3px;
	background-color: #FFF;
	transition: .4s;
}
.more-btn span.on:before{
	transform: rotate(45deg);
}
.more-btn span:after{
	content: "";
	left: calc(50% - 1.5px);
	display: block;
	position: absolute;
	top:20%;
	height: 60%;
	width: 3px;
	background-color: #FFF;
	transition: .4s;
}
.more-btn span.on:after{
	transform: rotate(45deg);
}

.dl-style{
	margin: 5rem auto;
}
.dl-style dt{
	text-align: center;
	border-radius: 10px 10px 0 0;
	padding: .3rem 1rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 0;
	position: relative;
}
.dl-style.hagaki-price dt{
	background-color: #EF6E6E;
}
.dl-style.print-price dt{
	background-color: #ED9640;
}
.dl-style dd{
	padding: 1.5rem;
}
.dl-style.hagaki-price dd,
div.hagaki-price{
	background: rgba(240, 109, 109, 0.1);
}
.dl-style.print-price dd{
	background: rgba(238, 151, 64, 0.1);
}

div.hagaki-price{
	padding: 1rem 0;
    margin-bottom: 2rem;
}

div.hagaki-price .d-flex{
	flex-wrap: wrap;
}

div.hagaki-price .d-flex div{
	width:calc(100% / 3 - 20px);
	padding: 1rem;
}

@media screen and (max-width:480px){
  /*画面幅が480pxまでの時*/
	div.hagaki-price .d-flex div{
		width: calc(50% - 0px);
		padding: 1rem;
	}
	
	div.hagaki-price .d-flex div.box-text{
		width: 100%;
		text-align: center;
		padding: 0;
	}
	
	div.hagaki-price .d-flex div.box-text p{
		margin: 0 0;
	}
}


.dl-style.print-price h4{
	color: #ED9640;
	font-size: 1.2rem;
	line-height: 150%;
	margin-bottom: 1.5rem;
}
.btn-atera-insatsu{
	display: block;
	padding: .3rem;
	border-radius: 5px;
	background-color: #ED9640;
	color: #FFF;
	width: 80%;
	margin: 1.5rem 0;
	text-align: center;
}
.btn-register{
	display: block;
	padding: .3rem;
	border-radius: 5px;
	background-color: #9EC471;
	color: #FFF;
	width: 80%;
	margin: 1.5rem 0;
	text-align: center;
}
.dl-style .row .col{
	flex-basis: 50%;
}
.dl-style figure{
	text-align: center;
}
.color-mochu{
	color: #7166A0;
}
.color-kanchu{
	color: #6286D8;
}
.mt-4{
	margin-top: 1rem;
}
.mb-0 {
    margin-bottom: 0;
}

.mb-3{
	margin-bottom: .1rem!important;
}
.mb-2{
	margin-bottom: .3rem!important;
}
.mb-3{
	margin-bottom: .5rem!important;
}
.mb-4{
	margin-bottom: 1rem!important;
}
.title_bar.title02.favorite{
	background: url(../../img/2020mochu/favorite-icon.png) no-repeat 98% center;
	background-color: rgba(240, 109, 109, 0.3);
	color: #000;
}
.title_bar.title02.favorite img{
	margin-right: 10px;
}
.title_bar.title02.recent{
	background: url(../../img/2020mochu/recent-icon.png) no-repeat 98% center;
	background-color: rgba(238, 151, 64, 0.3);
	color: #000;
}
.title_bar.title02.popular{
	background: url(../../img/2020mochu/popular-icon.png) no-repeat 98% center;
	background-color: rgba(139, 181, 92, 0.3);
	color: #000;
}
.title.title01.mochu-title{
	background: url(../../img/2021mochu/mochu-bg.png) repeat-x;
	background-size: cover;
	border-radius: 0;
	color: #000;
/* 	font-family: "Sawarabi Mincho"; */
	font-weight: bold;
	position: relative;
	padding:.5rem 0;
	line-height: 1;
	font-size: 2.2rem;
}
.title.title01.mochu-title:before{
	content:"";
	position: absolute;
	top:-4px;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #7166A0;
}
.title.title01.mochu-title:after{
	content:"";
	position: absolute;
	bottom:-4px;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #7166A0;
}
.title.title01.kanchu-title{
	background: url(../../img/2025mochu/kanchu-bg.png) repeat-x center;
	border-radius: 0;
	color: #000;
/* 	font-family: "Sawarabi Mincho"; */
	font-weight: bold;
	position: relative;
	padding:.5rem 0;
	line-height: 1;
	font-size: 2.2rem;
}
.title.title01.kanchu-title:before{
	content:"";
	position: absolute;
	top:-2px;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #F0882F;
}
.title.title01.kanchu-title:after{
	content:"";
	position: absolute;
	bottom:-2px;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #F0882F;
}

.text-center{
	text-align: center;
}
.guide-content #price-tabs{
	display: flex;
	justify-content: space-around;
	border: none;
	border-bottom: 3px solid #8CB55C;
}
#mochu-knowledge .guide-content #price-tabs{
	border-color: #5D5D5D;
}
.guide-content.mame-content #price-tabs{
	border-color: #5D5D5D;
}
.guide-content #price-tabs .tabs-title{
	border: none;
	margin-bottom: 0;
}
.guide-content #price-tabs .tabs-title > a{
	background-color: #8CB55C;
	border-radius: 8px 8px 0 0;
	color: #FFF;
	font-size: 1rem;
	padding: 1rem 1.5rem;
	outline: none;
}
#mochu-knowledge .guide-content #price-tabs .tabs-title > a{
	background-color: #5D5D5D;
}
.guide-content.mame-content #price-tabs .tabs-title > a{
	background-color: #5D5D5D;
}
.guide-content #price-tabs .tabs-title.is-active > a{
	background-color: #FFF;
	border: 3px solid #8CB55C;
	border-bottom:  3px solid #FFF;
	border-radius: 8px 8px 0 0;
	color: #8CB55C;
	font-size: 1rem;
	padding: calc(1rem - 1.5px) calc(1.5rem - 3px);
	margin-bottom: -3px;
}
#mochu-knowledge .guide-content #price-tabs .tabs-title.is-active > a{
	border-color: #5D5D5D;
	border-bottom-color: #FFF;
	background-color: #FFF;
	color: #5D5D5D;
}
.guide-content .tabs::before, .guide-content .tabs::after{
	content: none;
}
.tabs-panel{
	padding:2rem 1rem;
/* 	padding:5rem 1rem 2rem; */
}
.guide-content.mame-content #price-tabs .tabs-title.is-active > a{
	border-color: #5D5D5D;
	border-bottom-color: #FFF;
	color: #5D5D5D
}
.guide-content .tabs-content{
	border: none;
}
.guide-content .tabs-content h2{
	background-color: #F0F0F0;
	border-bottom: none;
	color: #5D5D5D;
	font-weight: bold;
	font-size: 1.4rem;
	padding: .2rem .5rem;
	margin-bottom: 2rem;
}
.guide-content .tabs-content h3{
	border-left: none;
	padding-left: 0;
	color: #5D5D5D;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 1.5rem 0;
	display: flex;
	align-items: center;
}
.guide-content .tabs-content h3:before{
	content:"●";
	color: #7166A0;
	display: inline-block;
	font-size: 2.4rem;
}


.guide-content .tabs-content img{
	margin-bottom: 2.5rem;
}
.guide-content .tabs-content p{
	margin-bottom: 1rem;
	line-height: 1.8rem;
}

.guide-content .tabs-content dl{
	margin-bottom: 2rem;
}
.guide-content .tabs-content dl dt{
	background-color: #9EC471;
	border-radius: 10px 10px 0 0;
	color: #FFF;
	padding: .5rem 1rem;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 0;
}
.guide-content .tabs-content dl dd{
	background-color: rgba(160, 197, 114, 0.1);
	padding: 2rem;
	border-radius: 0 0 10px 10px;
}
.guide-content .tabs-content dl dd ul,
ul.list-time-zone{
	margin-top: 1rem;
	display: flex;
}
.guide-content .tabs-content dl dd ul li,
ul.list-time-zone li{
	background-color: #9EC471;
	color: #FFF;
	margin-right: 1rem;
	padding: .1rem .6rem;
}
.guide-content .tabs-content strong.souryou{
	color: #7166A0;
	font-size: 2rem;
	font-weight: bold;
}
.guide-content .tabs-content .coution li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.guide-content .tabs-content .coution li:before{
	content: url(../../img/2020mochu/mochu-guide-atena/caution.png);
	margin-right: 1rem;
}
.row-register-flow{
	display: flex;
}
.row-register-flow figure{
	flex-basis: 5%;
	margin-right: 1rem;
}
.row-register-flow p{
	flex-basis: 95%;
}
.guide-content .tabs-content .box-register-flow img{
	margin-bottom: .5rem;
}
.guide-content .tabs-content .row-register-flow img,
.guide-content .tabs-content .row-register-flow p{
	margin-bottom: 0;
}
.guide-content .tabs-content .box-caution{
	background-color: #FFFDE0;
	border: 1px solid #707070;
	padding: 1.5rem;
	text-align: center;
	margin-bottom: 3rem;
}
.guide-content .tabs-content .box-caution h3{
	color: #000;
	text-align: center;
	justify-content: center;
	margin: 0 auto 1rem;
}
.guide-content .tabs-content .box-caution h3:before{
	content: url(../../img/2020mochu/mochu-guide-atena/caution.png);
	margin-right: 1.5rem;
	font-size: inherit;
}
.guide-content .tabs-content .box-caution h3:after{
	content: url(../../img/2020mochu/mochu-guide-atena/caution.png);
	margin-left: 1.5rem;
}
.guide-content .tabs-content u{
	font-weight: bold;
}
.pb-content__title_description h1.h-mame{
	background-color: #5D5D5D;
	color: #FFF;
	border-bottom: none;
	
}
.slider{
	height: auto;
	background: none;
	margin: 0;
}
.fav-list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4rem;
}
.fav-list .fav-item{
	flex-basis: 25%;
	text-align: center;
	position: relative;
	margin-bottom: 1.5rem;
}
.fav-list .fav-item:not(:first-of-type){
	border-left: 1px solid #D0CECE;
}
.fav-list .fav-item p{
	padding: 1rem .5rem 0;
	font-size: .9rem;
	text-align: left;
}

.icon-mochu,.icon-kanchu{
	font-family: "BIZ UDPGothic", sans-serif;
}

.icon-kanchu{
	content:"";
	background-color: #6286D8;
	width: 2rem;
	height: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	top:0;
	right: .5rem;
	color: #FFF;
	position: absolute;
}
.icon-mochu{
	content:"";
	background-color: #857BAD;
	width: 2rem;
	height: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	top:0;
	right: .5rem;
	color: #FFF;
	position: absolute;
}
.fav-list .fav-item div{
	margin-top: 1rem;
	cursor: pointer;
}
.fav-list .fav-item div input{
	cursor: pointer;
	border: none;
	background-color: #EF6E6E;
	color: #FFF;
	padding: .3rem 1rem;
	font-size: 1.2rem;
	font-weight: bold;
	border-radius: 5px;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
	margin-right: .5rem;
}
.fav-list.view-list .fav-item div input{
	background-color: #ED9640;
}
.fav-list.popular-list .fav-item div input{
	background-color: #8CB55C;
}
.well{
	padding: 2.5rem 5rem;
	background-color: #E8ECFF;
	margin-bottom: 1.5rem;
}
.well ul li{
	list-style: disc;
	color: #5D5D5D;
}
#mochu-delivery-date .well h2{
	color: #39499D;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	border-bottom: none;
	line-height: 6rem;
}
.well h2 small{
	color: #4A3D81;
	display: block;
	font-size: 70%;
}
#js-cal h3{
	background-color: #39499D;
	color: #FFF;
	padding: .3rem;
	text-align: center;
	border-left: none;
	font-weight: bold;
	font-size: 1.4rem;
	margin-bottom: 0;
	border-radius: 10px 10px 0 0;
	position: relative;
}
#js-cal h3 span:before{
	position: absolute;
	right: 15px;
	top:.65rem;
	display: block;
	content: "ひらく▼";
	font-size: .9rem;
	cursor: pointer;
}
#js-cal h3 span.on:before{
	content: "とじる▲";
}
#js-cal table{
	margin-bottom: 3rem;
	display: none;
}
#js-cal .cell{
	margin-bottom: 3rem;
}
#mochu-delivery-date .pb-content__title_description{
	padding: 0;
}
#mochu-delivery-date h1{
	margin-bottom: 1.5rem;
}
#mochu-delivery-date h2{
	border-bottom: none;
	color: #5D5D5D;
	margin: 1.5rem 0;
	font-weight: bold;
}
.mb-4{
	margin-bottom: 1rem;
}
.mb-5{
	margin-bottom: 2rem;
}
.faq h3{
	text-align: center;
	background-color: #39499D;
	color: #FFF;
	padding: .5rem 0;
	font-size: 1.4rem;
	line-height: 1;
	border-radius: 30px;
	margin: 2rem 0 1.5rem;
}
.accordion{
	margin-bottom: 3rem;
}
.d-block{
	display: block!important;
}
.list-guide-flow{
	padding-left: 1rem;
}
.list-guide-flow li{
	text-indent: -1.2rem;
	margin-bottom: 1rem;
}
.list-guide-flow li:first-letter{
	padding-right: .2rem;
}
.btn-inline-login{
    display: inline-block;
    width: auto;
    text-indent: initial;
	background-color: #857BAD;
	color: #FFF;
	padding: 10px;
	line-height: 1;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
}
.btn-inline-register{
    display: inline-block;
    width: auto;
	color: #857BAD;
	line-height: 1;
    text-indent: 0;
	padding: 10px;
	background-color: #FFF;
	border: 2px solid #857BAD;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
}
.btn-inline-download{
    display: inline-block;
    width: auto;
	color: #857BAD;
	line-height: 1;
    text-indent: initial;
	padding: 10px;
	background-color: #FFF;
	border: 2px solid #857BAD;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
	margin: .4rem;
}
.flex-row{
	display: flex;
}
.flex-row .col-7{
	flex-basis: calc(100% / 12 * 7);
	padding: 0 15px;
}
.flex-row .col-5{
	flex-basis: calc(100% / 12 * 5);
	padding: 0 15px;
}
.text-caution{
	color: #D13224;
}
.guide-content .tabs-content dl.dl-guide dt{
	background-color: #857BAD;
}
.guide-content .tabs-content dl.dl-guide dd{
	background-color: rgba(133, 123, 174, 0.1);
}
.guide-content .tabs-content dl.dl-guide dd h4{
	color: #857BAD;
	text-align: center;
	font-size: 1.2rem;
	margin: 1.5rem 0;
	font-weight: bold;
}
.box-fonts{
	padding: 1.5rem;
	background-color: #FFF;
	border: 1px solid #707070;
}
.guide-content .tabs-content .box-fonts img{
	margin-bottom: 0;
}
.position-relative{
	position: relative;
}
.position-absolute{
	position: absolute;
}
.btn-movie{
	display: none;
	right: 1%;
	top:-40px;
}
.box-op{
	display: inline-block;
	font-size: .9rem;
	position: absolute;
	left: 10px;
	top: 10px;
}
.box-op span{
	background-color: #FFF;
	box-shadow: 0px 3px 0px black;
	padding: .2rem;
	color: #5D5D5D;
	border-radius: 3px;
}
.d-none{
	display: none!important;
}
.box-footer-fixed{
	position: fixed;
	bottom:1rem;
	right: 20px;
}
.flow small{
	font-size: .8rem;
}
.flow img{
	border: 1px solid #c5c5c5;
}
.pb-content__title_legal{
	background: #a2a2a2;
}
p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}
.index-header{
	display: flex;
	justify-content: space-between;
}
.button.hollow.secondary{
	border-color: #39499D;
	color: #fff;
    background: #39499D;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus{
	border-color: #39499D;
	color: #fff;
    background: #39499D;
}
.text-danger{
	background-color: #EF6E6E;
	border-radius: 2px;
	padding: 4px 6px;
	color: #FFF;
	display: inline-block;
	margin-left: .5rem;
	line-height: 1;
	font-size: .95rem;
}
.disabled{
	color: #ADADAD;
}
.button.hollow#send{
	background-color: #39499D!important;
	border: none;
	color: #FFF;
	border-radius: 4px;
	padding: 12px 36px;
}
#mochu-knowledge .pb-content__title_description_border h1{
	border-bottom: none;
	background-color: #8CB55C;
	color: #FFF;
}
#mochu-knowledge .pb-content__title_description_border h1{
	border-bottom: none;
	background-color: #5D5D5D;
	color: #FFF;
}
#mochu-guide .pb-content__title_description_border,
#mochu-guide .pb-content__title_description,
#mochu-knowledge .pb-content__title_description_border,
#mochu-knowledge .pb-content__title_description{
	padding: 0;
}
#subs .pb-content__title_description h1{
	background-color: #fff;
	color: #000;
	border:none;
	border-bottom: 1px solid #000;
}
#subs .font-terms{
	font-size: 1.5rem;
	color: #5D5D5D;
	font-weight: bold;
}
#subs .pb-main,
#subs .pb-content__title_description,
#subs .pb-content__title_description_border{
	padding: 0;
}
#subs h2{
	font-size: 1.4rem;
	margin-bottom: .4rem;
}
#subs h3{
	font-size: 1.2rem;
	margin-bottom: .4rem;
}
#subs h4{
	font-size: 1.1rem;
	margin-bottom: .4rem;
}
#subs .no-bullet,
#subs ol{
	margin-bottom: 1rem;
}
#subs .button[type="button"]{
	background-color: #39499D;
}
#subs table.pb-dl_inline,
#subs table.pb-dl_inline tbody{
	border: none;
}
#subs table.pb-dl_inline tbody tr:nth-child(even){
	background: none;
}
#subs .pb-dl_inline th,
#subs .pb-dl_inline td{
	padding: .7rem;
	background: none;
}
#subs .pb-dl_inline th{
	border:none;
	border-bottom: solid #707070 1px;
	color: #39499D;
	text-align: left;
}
#subs .pb-dl_inline td{
	border:none;
	border-bottom: solid #707070 1px;
}
.mark .mark_box{
	position: relative;
}
.under .mark .mark_box .mark01,
.under .mark .mark_box .mark02{
	top:0;
	left: 0;
}
.under .top_box .mark_box .mark02{
	margin-left: 0;
}
.under .mark .mark_box .text{
	padding-left: 40px;
}
.badge-free{
	color: #ED9640;
	border: 1px solid #ED9640;
	padding: 4px 10px;
	margin-bottom: 6px;
	display: inline-block;
	border-radius: 6px;
}

.cat_title {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    color: #FFF;
    padding: .3rem 0;
    text-shadow: 3px 3px 4px rgb(0 0 0 / 50%);
    margin-bottom: 1.5rem;
    background-color: #bbbbbb;
    border-right: 25px solid #dedede;
    border-left: 25px solid #dedede;
	font-family: "Sawarabi Mincho";
	font-weight: bold;
}
.cat_title.type01{
	background-color: #052275;
	border-color: #50649E;
}
.cat_title.type02{
	background-color: #F07284;
	border-color: #F49CA9;
}
.cat_title.type03{
	background-color: #997C97;
	border-color: #c0a9be;
}
.cat_title.type04{
	background-color: #67856C;
	border-color: #93A896;
}
.cat_title.type05{
	background-color: #A9BE51;
	border-color: #C3D185;
}
.cat_title.type06{
	background-color: #F0882F;
	border-color: #F4AC6D;
}
.cat_title.type07{
	background-color: #CBBA8D;
	border-color: #DBCEAF;
}
.cat_title.type08{
	background-color: #919B8D;
	border-color: #B0B8AE;
}
.cat_title.type09{
	background-color: #F07284;
	border-color: #F49CA9;
}
.cat_title.type10{
	background-color: #F0882F;
	border-color: #F4AC6D;
}
.cat_title.type11{
	background-color: #C18A4D;
	border-color: #C18A4D;
}
.cat_title.type12{
	background-color: #A9BE51;
	border-color: #C3D185;
}
.cat_title.standard{
	background-color: #666666;
	border-color: #999999;
}
.cat_title.casual{
	background-color: #83B29A;
	border-color: #A8C9B7;
}
.cat_title.tategata{
	background-color: #CBBA8D;
	border-color: #DBCEAF;
}
.cat_title.yokogata{
	background-color: #919B8D;
	border-color: #B0B8AE;
}
.cat_title.kanchu-standard{
	background-color: #C18A4D;
	border-color: #D6AC80;
}
.cat_title.kanchu-casual{
	background-color: #A9BE51;
	border-color: #C3D185;
}
.text-annotation{
	color: #052275;
	text-align: center;
	font-weight: bold;
	margin-bottom: 2rem;
	font-size: 1.2em;
}
.text-annotation span{
	margin-right: .3rem;
	font-weight: bold;
	padding: .5rem;
	display: inline-block;
	color: #FFF;
	background-color: #052275;
}
.d-flex {
    display: flex;
}
.p-4 {
    padding: 1rem;
}
.align-items-center {
    align-items: center;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-space-around{
    justify-content: space-around;
}
.col-b{
    flex-basis: 35%;
}

@media screen and (max-width:480px){
  /*画面幅が480pxまでの時*/
	.col-b{
	    flex-basis: 40%;
	}
}

.hagaki-price-field {
    background-color: rgba(5, 35, 118, 0.2);
    margin-top: 10%;
    margin-right: 10%;
}

.main{
	padding-top: 2rem;
}

.top_box + .main{
	padding-top: 0;
}


.l-inner .pb-content__title_description.text-center,
.l-inner .pb-content__title_description_border{
	padding: 0 0 0;
}

.l-inner .pb-content__title_description_border{
	padding: 0 0 2rem;
}


@media print, screen and (min-width: 40em){
	.pb-content__title_legal_border h1,
	.pb-content__title_description_border h1{
	    font-size: 2.25rem;
	}
}
@media screen and (min-width:768px){
	.d-sm-none{
		display: none!important;
	}
	.d-sm-block{
		display: block!important;
	}
}

@media screen and (max-width:767px){
	.fav-list .fav-item{
		flex-basis: 50%;
	}
	.fav-list .fav-item div input{
		font-size: 1rem;
	}
	.l-inner{
		width: 100%;
	}
	.guide-content #price-tabs{
		display: flex;
		flex-wrap: wrap;
		border-bottom: none;
		margin-left: -0.625rem;
		margin-right: -0.625rem;
	}
	.guide-content #price-tabs .tabs-title{
		float: none;
		flex-basis: calc(100% / 2 - 8px);
	}
	.guide-content #price-tabs .tabs-title a{
		border-radius: 0;
		text-align: center;
		padding: calc(1rem - 1.5px) 0;
		font-size: 12px;
	}
	.guide-content #price-tabs .tabs-title.is-active > a{
		font-size: 12px;
		padding: calc(1rem - 1.5px) 0 calc(1rem - 4.5px);
		border-radius: 0;
		background-color: #F0F0F0;
		color: #5D5D5D;
		border:none;
		border-bottom: 3px solid #ADADAD;
	}
	.tabs-panel{
		padding-left: 0;
		padding-right: 0;
	}
	.pb-content__title_description h1{
/*
		background-color: #F0F0F0;
		border-bottom: none;
		color: #5D5D5D;
*/
	}
	#mochu-delivery-date h1{
		margin-bottom: 0;		
	}
	#mochu-knowledge .pb-content__title_description h1{
		background-color: #5D5D5D;
	}
	.pb-content__title_description_border{
		padding: 0;
	}
	.flex-row.column-reverse{
		flex-flow: column-reverse;
	}
	.arrow{
		display: block;
		margin: auto;
	}
	.row-register-flow figure{
		flex-basis: 10%;
	}
	.row-register-flow p{
		flex-basis: 90%;
	}
	.guide-content .tabs-content h2{
		text-align: center;
	}
	.button.hollow.secondary{
		width: 6rem;
		margin: auto;
	}
	.btn-movie{
		display: block;
	}
	.guide-content .tabs-content dl dd ul,
	ul.list-time-zone{
		flex-wrap: wrap;
	}
	.guide-content .tabs-content dl dd ul li,
	ul.list-time-zone li{
		margin-bottom: 1rem;
	}
	.main>.l-inner .contents .bnrs .items .item{
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
	.more.white .target{
		border: 2px solid #7166A0;
		color: #fff;
	}
	.under .more.white .target,
	.mochu .more.white .target{
		border-radius: 20px;
		width: 90%;
	}
	.youtube{
		margin: 5px 5px 30px;
	}
	.dl-style .row .col{
		flex-basis: 100%;
		margin-bottom: 1rem;
	}
	.dl-style .row .col img{
		display: block;
		margin: auto;
	}
	.dl-style{
		width: 94%;
		margin-left:auto;
		margin-right:auto;
	}
	.box-op span{
		display: block;
		box-shadow: 0px 1px 0px black;
	}
	.box-op{
		font-size: .7rem;
		top: 7px;
		left: 7px;
	}
	.box-op span{
		padding: .1rem;
	}
	.btn-atera-insatsu,.btn-register{
		width: 100%;
	}
	.well{
		border-radius: 10px;
		padding: 2rem;
	}
	#footer .links .link .title{
/* 		padding-left: 1rem; */
	}
	.accordion-title{
		padding-right: 2rem;
	}
	.row .col-6{
		max-width: 50%;
	}
	.p-2{
		padding: .3rem;
	}
	.box-item-detail{
		margin-bottom: 2rem;
	}
	.item_detail{
		margin-left: 1rem;
		margin-right: 1rem;
	}
	.btn-inline-download{
		display: block;
	}
	.sp_nav .target p{
		margin-bottom: 0;
	}
	#subs .pb-dl_inline th,
	#subs .pb-dl_inline td{
		border-bottom: none;
		display: block;
		padding: .3rem .7rem;
	}
	#subs .pb-dl_inline tr{
		padding: 2rem 0;
		display: block;
		border-bottom: solid #707070 1px;
	}
	table tbody th{
		width: auto;
	}
}


.item_price .price_box .wrap .column {
  padding-left: 0;
  padding-right: 0; 
}

.top_box .mark_box:nth-child(1) {
    margin-right: 15px;
}
.main > .l-inner .contents .sell-end img{
	margin: 0;
}
.main > .l-inner .contents .sell-end{
	position: relative;
	pointer-events: none;
	display: block;
	height: 100%;
}
.main > .l-inner .contents .sell-end:after{
    content: "販売終了しました";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
}



.main>.l-inner .side .side_nav .box .target.nolink,
#footer .links .link .target.nolink,
#header > nav.gnav > div > div > ul > li.mochu-hagaki > div > a.target.nolink,
#header > nav.gnav > div > div > ul > li.kanchu-hagaki > div > a.target.nolink{
	pointer-events: none;
}

.main>.l-inner .side .side_nav .box .target.nolink:after,
#footer .links .link .target.nolink:after,
#header > nav.gnav > div > div > ul > li.mochu-hagaki > div > a.target.nolink:after,
#header > nav.gnav > div > div > ul > li.kanchu-hagaki > div > a.target.nolink:after {
    content: '（販売終了）';  
}
.pc-none{
	display: none;
}
@media screen and (max-width:768px){
	.sp-flex-adjust{
		flex-wrap: wrap;
	}
	.sp-flex-adjust > *:nth-child(1){
		flex-basis: 100%;
	}
	.sp-flex-adjust > *:nth-child(3){
		flex-basis: 15%;
	}
	.sp-flex-adjust > *:nth-child(4){
		flex-basis: 25%;
	}
	.sp-flex-adjust .hagaki-price-field{
		margin-right: 0;
	}
	.sp-flex-adjust .mochu-price-wrap:last-child{
		flex-basis: 100%;
		margin-top: 3rem;
	}
	.logo-wrap {
	    width: 50%;
	    padding: 0 5px;
	}
	.sub .target {
	    padding: 0 10px;
	    font-size: 11px;
	    padding: 10px;
	    margin-left: 5px;
	    white-space: nowrap;
	}
	.sub .target img {
	    margin-right: 0;
	    margin-bottom: .3rem;
	    max-height: inherit;
	}
	.wrap-top-sub .sub{
		margin-top: 0;
	}
	#header{
		border-top: none;
		background-color: #39499D;
	}
	.sp_nav{
		background-color: #5D5D5D;
	}
	.pc-none{
		display: block;
	}
}
.breadcrumb{
	display: flex;
	margin-bottom: 1rem;
}
.breadcrumb a{
	text-decoration: underline;
	color: #579dff;
}
.breadcrumb li{
	margin-right: .5rem;
}
.breadcrumb li:not(:last-child):after{
	content:">";
	margin-left: .5rem;
}



.youtube{
	text-align: center;
}

.youtube h5.title {
    font-size: 1.3rem;
}
.youtube .c,.youtube .pur{
    font-weight: bold;
    color: #7166A0;
}

.youtube .ora{
	font-weight: bold;
    color: #ED9640;
}


.box-youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.box-youtube iframe {
  width: 100%;
  height: 100%;
}
#header .gnav .target, #header .gnav .menu-item {
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    position: relative;
    font-size: .9rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header .gnav .sub-menu{
	display: none;
	background-color: #FFF;
	padding: 1rem;
	top:100%;
	z-index: 1;
	text-align: left;
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.08);
    box-shadow: 0px 2px 3px 2px rgba(0,0,0,0.08);
    padding: 1rem;
    border-radius: 8px;
    gap: 15px;
    grid-template-columns:repeat(2, 1fr);
    left: 0;
}
#header .gnav .sub-menu a{
	display: block;
	white-space: nowrap;
	text-align: left;
    padding: 3px 0.5em;
    line-height: 1;
}

#header .gnav .sub-menu .box{
	margin: 5px;
	list-style: circle;
}

#header .gnav .sub-menu .box a{
	color: #000;
    font-size: 100%;
    font-weight: normal;
    padding-left: 1rem;
}


#header .gnav .sub-menu .box a:before{
	content: "■";
    color: #5D5D5D;
    margin-right: 1rem;
    display: inline-block;
}


#header .gnav .sub-menu li a.mochu-title.title.title01,
#header .gnav .sub-menu li a.kanchu-title.title.title01{
    padding: 3px 0px;
    text-align: center;
}
#header .gnav .menu-item:hover .sub-menu{
    display: -ms-grid;
    display: grid;
}

#header .gnav .sub-menu li a.mochu-title.title.title01,
#header .gnav .sub-menu li a.kanchu-title.title.title01 {
    font-size: 100%;
    font-weight: 100;
    margin: 0;
}

#header .gnav .sub-menu .box .sub_title{
    font-size: 100%;
	color: #000;
	margin: 0 0 0.2rem;;
	padding: 0;
}

#header .gnav .sub-menu .mochu-hagaki .title,
#header .gnav .sub-menu .kanchu-hagaki .title{
	white-space: nowrap;
	margin-bottom: 0.5rem;
	padding: 0.2rem;
	text-align: center;
}

#header .gnav .sub-menu .mochu-hagaki .title a,
#header .gnav .sub-menu .kanchu-hagaki .title a,
.main>.l-inner .side .side_nav .title a{
	display: block;
	color: #fff;
	transition: 0.3s ease-in-out;
}



#header .gnav .sub-menu .mochu-hagaki .title a:hover,
#header .gnav .sub-menu .kanchu-hagaki .title a:hover,
.main>.l-inner .side .side_nav .title a:hover{
	opacity: .7;
}

#header .gnav .sub-menu .mochu-hagaki li,
#header .gnav .sub-menu .kanchu-hagaki li{
	text-align: left;
}


.text-gray{
	color: #807f80;
}


.text-small{
	font-size: small;
}

.text-xsmall {
    font-size: x-small;
}

.text-xxsmall {
    font-size: xx-small;
}

.align-center{
	align-items: center;
}



.sp-none{
	display: block;
}

@media screen and (max-width:480px){
  /*画面幅が480pxまでの時*/
	.sp-none{
		display: none;
	}
}






/* 商品ページ：新tableデザイン */
/* テーブル全体のレイアウト調整 */
.item_info_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.item_info_table tbody {
    border: none;
}

/* 「 | 」を線で再現して太さを調整 */
.item_info_table th::after {
    content: "";
    position: absolute;
    right: 15px;
    
    /* --- ここを修正 --- */
    top: 10px;               /* 50% から、1行目の高さ（10px前後）に変更 */
    transform: none;         /* 中央揃えを解除 */
    /* ------------------ */
    
    width: 2px;
    height: 1.2em;
    background-color: #333;
}

/* ついでに項目名の位置も上揃えにしておくと完璧です */
.item_info_table th {
    vertical-align: top;     /* 念のため追加 */
    background: #fff;
    border: none;
    width: 7.5em;
    font-weight: normal;
    padding: 8px 0;
    position: relative;
    color: #333;
    text-align: left;
}

/* 内容（td）のスタイル */
.item_info_table td {
    background: #fff;
    border: none;
    padding: 8px 0 8px 5px; /* 線からの余白 */
    text-align: left;
    color: #333;
    line-height: 1.6;
}

/* リンク（詳細はコチラなど）のスタイル微調整 */
.item_info_table td a.a-arrow {
    color: #333;
    text-decoration: none;
}

.item_info_table td a.a-arrow::after {
    content: "▶";        /* 画像の矢印を再現 */
    font-size: 0.8em;
    margin-left: 4px;
    vertical-align: middle;
}

.item_info_table td a:hover{
	text-decoration: underline;
}

p.price_alert a:after {
    content: "▶";
}

.mark.d-none {
    display: none;
}

.item_price .price_box .wrap .column .item{
    border-bottom: 1px dashed #ADADAD;
}

.item_price .price_box .wrap .column .item .sheet,
.item_price .price_box .wrap .column .item .price{
	white-space: nowrap;
}

.text-important,
.text-attention {
    color: #bb291b !important;
    font-weight: bold !important;
}

.text-attention:before{
	content: "※";
	margin-left: -1rem;
}




/* 商品ページ：新tableデザイン */
/* テーブル全体のレイアウト調整 */
.box-item-detail .item_info_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.box-item-detail .item_info_table tbody {
    border: none;
}

/* 「 | 」を線で再現して太さを調整 */
.box-item-detail .item_info_table th::after {
    content: "";
    position: absolute;
    right: 15px;
    
    /* --- ここを修正 --- */
    top: 10px;               /* 50% から、1行目の高さ（10px前後）に変更 */
    transform: none;         /* 中央揃えを解除 */
    /* ------------------ */
    
    width: 2px;
    height: 1.2em;
    background-color: #333;
}

/* ついでに項目名の位置も上揃えにしておくと完璧です */
.box-item-detail .item_info_table th {
    vertical-align: top;     /* 念のため追加 */
    background: #fff;
    border: none;
    width: 7.5em;
    font-weight: normal;
    padding: 8px 0;
    position: relative;
    color: #333;
    text-align: left;
}

/* 内容（td）のスタイル */
.box-item-detail .item_info_table td {
    background: #fff;
    border: none;
    padding: 8px 0 8px 5px; /* 線からの余白 */
    text-align: left;
    color: #333;
    line-height: 1.6;
}

/* リンク（詳細はコチラなど）のスタイル微調整 */
.box-item-detail .item_info_table td a.a-arrow {
    color: #333;
    text-decoration: none;
}

.box-item-detail .item_info_table td a.a-arrow::after {
    content: "▶";        /* 画像の矢印を再現 */
    font-size: 0.8em;
    margin-left: 4px;
    vertical-align: middle;
}

.box-item-detail .item_info_table td a:hover{
	text-decoration: underline;
}

p.price_alert a:after {
    content: "▶";
}

.mark.d-none {
    display: none;
}

.item_price .price_box .wrap .column .item{
    border-bottom: 1px dashed #ADADAD;
}

.item_price .price_box .wrap .column .item .sheet,
.item_price .price_box .wrap .column .item .price{
	white-space: nowrap;
	margin-bottom: 0;
}

.text-important {
    color: #bb291b !important;
    font-weight: bold !important;
}

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


.side .bnrs a {
    display: block;
    margin-bottom: 1rem;
}

.to-top {
    background: none;
    width: 70%;
    padding: 0;
}

.to-top a {
    display: block;
}


.d-flex.price-about{
	display: flex;
	justify-content: center;
	align-items: center;
}

.d-flex.price-about .plus{
    padding: 10px;
}


.alert p {
    font-weight: bold;
    margin: 0;
}

.alert p span#js-shipping {
    /* color: #D13224; */
    margin: 0 .5rem;
    font-weight: 600;
}


@media screen and (max-width: 895px) {
    .sub_list_box {
        margin: 0;
        padding: 20px;
        border-bottom: 1px solid #fff;
    }
}



.cat_title {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    color: #000 !important;
    padding: .3rem 0;
    text-shadow: none;
    margin-bottom: 1.5rem;
    background-color: #fff !important;
    border-right: none !important;
    border-left: none !important;
    font-weight: bold;
    border-bottom: 1px solid #000 !important;
}


.price-atena{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
    align-items: center;
}

.price-atena .col{
	padding: 1rem;
}

.price-atena h4 {
    font-size: 1.5rem;
    margin: 0 0 .5rem;
}

.price-atena ul{
	margin: 0 0 1rem;
}

.badge-free {
    color: #ED9640;
    border: 1px solid #ED9640;
    padding: 4px 10px;
    margin-bottom: 6px;
    display: inline-block;
    border-radius: 6px;
}

.text-orange {
    color: #ed9640;
}

.btn-black{
    border: 3px solid #333;
	background-color: #333;
    color: #fff !important;
    display: inline-block;
    padding: 15px 150px;
    margin-bottom: 4rem;
    border-radius: 0;
    font-size: 20px;
}

.btn-black:hover{
	background: #fff;
    border: 3px solid #333;
	color: #333 !important;
}


.ul-attention li{
    margin-left: 1rem;
}

.ul-attention li:before {
    content: "※";
    margin-left: -1rem;
}

.text-large {
    font-size: large;
}

.text-medium{
	font-size:medium;
}

.text-redmark{
	background: #bb291b;
	color: #fff;
	font-weight: bold;
	padding: .2rem;
	margin-right: .2rem;
}


.ul-attention + .cat_title{
	margin-top: 5rem !important;
}

.cat_title + .pb-main_description h3{
	margin-top: 0;
}

@media screen and (max-width:480px){
  /*画面幅が480pxまでの時*/
	.cat_title{
		font-size: 1.3rem;
		}

}




/* 料金表と納期表バナー */
.bnr.side_nav_btn a.target {
	display: block;
	background-color: #5d5d5d;
	padding: 4px;
	border-radius: 2px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
    margin: 7px 7px 20px;
    transition: 0.3s ease-in-out;
}

.bnr.side_nav_btn a.target span{
	border: 1px solid #eee;
	display: block;
	color: #fff;
	font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 23px;
    letter-spacing: 6px;
	text-align: center;
    min-height: 40px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    overflow: hidden;
}

.bnr.side_nav_btn a.target span span{
	width: 12rem;
    text-align: center;
    align-items: center;
    border: none;
    padding: 0;
}


.bnr.side_nav_btn a.target.nouki span {
    font-size: 20px;
    letter-spacing: 3px;
}


.bnr.side_nav_btn a.target:hover,.bnr.side_nav_btn a.target:focus{
	opacity: 0.7;
}

.bnr.side_nav_btn a.target span img{
    width: auto;
    height: 34px;
    margin-right: 20px;
}