@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;
	padding-bottom: 0;
}

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;
}

.sub_list_box_ful{
	padding: 0;
    margin-bottom: 3rem;
}

.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;
  justify-content: space-around;
  align-items: center;
  background: #b49951;
  color: #fff;
  font-weight: bold;
  font-family: "BIZ UDPGothic", sans-serif;
  
}

.sp_nav .target {
  text-align: center;
  color: #fff;
  font-weight: 600;
  padding: 10px 0;
  font-size: 10px;
  font-weight: bold;
  flex-wrap: wrap!important;
  justify-content: center!important;
  align-items: center!important;
}


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

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

.sp_nav .target p {
  width: 100%;
  color: #FFF;
}

.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;
  display: inline-block;
}

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

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

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

.more.white .target {
  background-color: #7166A0;
  color: #fff;
  border-color: #7166A0;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 4rem;
}

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

.sub .target {
  color: #333;
  border-radius: 4px;
  padding: 7px 20px;
  font-weight: bold;
  font-size: 15px;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  white-space: nowrap;
}
.sub .target img{
	max-height: 18px;
	margin-right: .5rem;
}
@media screen and (max-width: 895px){
	.sub .target{
		flex-direction: column;
	}
	.sub .target img{
		margin-right: 0;
		max-height: 25px;
	}
}
.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:4px 8px;
    margin: 0 2px;
  }
}

#header {
/* 	background:url(../../img/2022nenga/header-bg.png) center center #D70C18; */
	margin-bottom: 20px;
}
#home #header{
	margin-bottom: 20px;
}
.header-top-wrap{
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
.wrap-top-sub{
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
}
.top-bnrs{
	white-space: nowrap;
}
.header-above-wrap{
	padding: .4rem 0;
	background-color: #007700;
}
.header-above{
	display: flex;
	justify-content: space-between;
	align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    font-size: .8rem;
    color: #FFF;
}

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

@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;
}

h1.logo {
    width: 400px;
}

h1.logo a{
	display: flex;
	align-items: center;
}

h1.logo img.m {
    margin-left: 1rem;
}

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

}


@media screen and (max-width: 895px){
	.l-inner.top-bg{
		background:none;
		margin-left: 0;
		margin-right: 0;
	}
	
}
.wrap-top-sub .sub{
	margin-top: .5rem;
	display: flex;
	width: 100%;
	justify-content: space-between;
}

#header .gnav {
  background-color: #b49951;
  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;
  text-align: center;
  width: 100%;
  padding: 2px 0;
  margin: 8px 0;
  position: relative;
  font-size: .9rem;
  display: flex;
  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,
#header .gnav .menu-item:before {
  content: "|";
  position: absolute;
  left: 0;
}



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

.bnrs a{
	display: block;
	margin-bottom: 15px;
}

@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;
}
.important_notices {
	color: #DE4343;
}

@media screen and (max-width:480px){
  /*画面幅が480pxまでの時*/
	.slider img{
	    width: 410px;
	}
}
@media screen and (min-width: 896px) {
  .important_notices {
    border: 5px solid #DE4343;
    padding: 26px 30px;
    margin-bottom: 50px;
    color: #DE4343;
  }
}

@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 {
    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) {
}

@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;
    margin-right: 20px;
  }
}

@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 .search {
    margin-bottom: 25px;
  }
}

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

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

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

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

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

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

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

.main>.l-inner .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 .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 {
  background-color: #5D5D5D;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  padding: 6px;
  text-align: center;
}

.main>.l-inner .side .side_nav.category .title,
#header .gnav .sub-menu li.category-title .title{
	background-color: #8CB55C;
}
.main>.l-inner .side .side_nav.category .box .target:before,
#header .gnav .sub-menu li.category-title .box .target:before{
	color: #8CB55C;
}
.main>.l-inner .side .side_nav.image .title,
#header .gnav .sub-menu li.image-title .title{
	background-color: #EF6E6E;
}
.main>.l-inner .side .side_nav.image .box .target:before,
#header .gnav .sub-menu li.image-title .box .target:before{
	color: #D13224;
}
.main>.l-inner .side .side_nav .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 .box .target.nolink,
#footer .links .link .target.nolink,
#header .gnav .sub-menu .box .target.nolink{
	pointer-events: none;
}

.main>.l-inner .side .side_nav .box .target.nolink:after,
#footer .links .link .target.nolink:after,
#header .gnav .sub-menu .box .target.nolink:after {
    content: '（販売終了）';  
}

.main>.l-inner .side .side_nav .box .target.nolink:hover,
#footer .links .link .target.nolink:hover,
#header .gnav .sub-menu .box .target.nolink:hover {
  opacity: 1 !important;
}



.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 {
    max-width: 930px;
    width: 100%;
  }
}

.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;
}

@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;
}

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

.title_bar.title02 {
}

@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: #E8E8E8;
  height: auto;
  position: static;
}

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

#footer * {
	color: #5D5D5D;
}
#footer .links .link .target {
	color: #5D5D5D;
	display: block;
}

@media screen and (max-width: 895px) {
  #footer {
	background-color: #f2f2f2;
    padding: 15px 0 0;
    margin-top: 3rem;
  }
	#footer .links .link .target {
		color: #333;
	}
	#footer * {
		color: #333;
	}
}

#footer .links .link .target:before{
	content:"▶";
	display: inline-block;
	margin-right: .5rem;
}
#footer .links .link .target.no-mark:before{
	content: none;
}

@media screen and (max-width:480px){
  /*画面幅が480pxまでの時*/
  	#footer .links .link{
  	    font-family: "BIZ UDPGothic", sans-serif;
	    font-weight: 700;
	    font-style: normal;
		padding: 0 5px;
  	}
	#footer .links .link .target:before{
		content:"・";
	}
	
	#footer .links .link .box{
		display: flex;
		flex-wrap: wrap;
		padding: 0 1%;
		justify-content: space-between;
	}
	
	#footer .links .link .box a.target{
		width: 46%;
		margin: 0;
		
	}

	#footer .box-flex .col2{
		width: calc(47%);
		margin-bottom: 20px;
	}
	#footer .box-flex .col2 .target{
		margin: 0 !important;
		padding: 0 3px;
	}
	#footer .box-flex .col2 .sub{
        margin: auto;
        text-align: left;
        font-size: normal;
	}
	#footer .box-flex .col2 .sub li:before{
		content: "－";
		margin-right: .3rem;
		margin-left: 1rem;
	}
	#footer .box-flex .col2 .sub li a{
		font-size: 12px;
		display: inline-block;
	}
	
	#footer .sub-box{
		width: 90%;
	}
	#footer .sub-box a{
		margin-bottom: 0;
	}
	
	#footer .sub-box + .sub-box{
		margin-top: 2rem;
	}
	
	#footer .sub-box .tel-number {
	    font-size: 1.8rem;
	}
	
	#footer .fnav{
		display: none !important;
	}
	
	#footer .images{
		padding: 1rem;
	}
	
}
.tel-num{
	display: inline-block;
	padding: .2rem 1rem;
	margin-top: .5rem;
	background-color: #FFF;
	color: #5D5D5D!important;
	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: 1rem;
	background-color: #5D5D5D;
}
.footer-nav a{
	color: #FFF;
}
.img01{
	margin-bottom: 1rem;
}

@media screen and (max-width:480px){
  /*画面幅が480pxまでの時*/
	.footer-nav{
		padding: .5rem 0;
	}
	
}
@media screen and (max-width: 895px) {
  #footer .links {
	  display: block!important;
  }
	.footer-nav{
		background-color: #000;
	}
}

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

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

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

@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 {
    color: #333;
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
    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;
}

@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, .under .mark .mark03 {
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: inline-table;
}

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

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

.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 .mark .mark03 {
  background-color: #688E00;
  position: absolute;
  top: 20px;
  right: 10px;
}
.under .top_box .mark .mark03{
  top: 0;
}

@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: 40px;
    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;
    padding: 20px;
    background: #EDEDED;
    border-bottom: 1px solid #fff;
  }
  .sub_list_box .title_bar {
    background-color: #EDEDED;
    color: #000;
    padding: .3rem 0;
    border-radius: 0;
    margin-left: -20px;
    margin-right: -20px;
  }
}

@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;
  }
}

@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 {
  padding-left: 0;
  padding-right: 0;
}

.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: #EF6E6E;
}

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

.end {
  position: relative;
  pointer-events: none !important;
}

a.end{
  pointer-events: none !important;	
}

.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.hands-selection .title{
	background-color: #007237;
}
.main>.l-inner .side .side_nav.special-hagaki .title{
	background-color: #D13224;
}
.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.special1:before{
	color: #D13224;
}
.main>.l-inner .side .side_nav .target.special2:before{
	color: #D13224;
}
.main>.l-inner .side .side_nav .target.special3:before{
	color: #D13224;
}
.main>.l-inner .side .side_nav .target.special4:before{
	color: #D13224;
}
.main>.l-inner .side .side_nav .target.special5:before{
	color: #D13224;
}
.main>.l-inner .side .side_nav .target.special6:before{
	color: #D13224;
}
.main>.l-inner .side .side_nav .target.special7:before{
	color: #D13224;
}
.main>.l-inner .side .side_nav .target.selection1:before{
	color: #FED400;
}
.main>.l-inner .side .side_nav .target.selection2:before{
	color: #ADADAD;
}
.main>.l-inner .side .side_nav .target.selection3:before{
	color: #EF6E6E;
}
.main>.l-inner .side .side_nav .target.selection4:before{
	color: #39499D;
}
.main>.l-inner .side .side_nav .target.selection5:before{
	color: #ED9640;
}
.main>.l-inner .side .side_nav .target.selection6:before{
	color: #789AC1;
}
.main>.l-inner .side .side_nav .target.selection7:before{
	color: #FED400;
}
.main>.l-inner .side .side_nav .target.selection8:before{
	color: #857BAD;
}

.pb-content__title_description h1{
	border-bottom-width: 2px;
	padding: .5rem 0;
	font-weight: bold;
	font-size: 1.4rem;
	margin-bottom: 1.5rem;
	color: #333;
}
table.nenga-price th,table td{
	border: 1px solid #707070;
	background: #fff;
}
table.nenga-price thead th{
	text-align: center!important;
	vertical-align: middle;
/* 	background-color: #00325A; */
	color: #FFF;
}
table tbody th{
/* 	background-color: #ECF4E4; */
	font-weight: bold;
}
table.nenga-price thead th{
	white-space: nowrap;
}
table.nenga-price tbody th{
	background: none;
	font-weight: normal;
}
table.nenga-price tbody td{
	text-align: center;
	white-space: nowrap;
}

table.nenga-price tbody tr:nth-child(even){
	background: #FFEFD8;
}
.nenga-price-wrap{
	max-height: 91.25rem;
	overflow-y: hidden;
	transition: .4s;
}
.field-nenga-price-atena .nenga-price-wrap{
	max-height:50.05rem;
}
.nenga-price-wrap.on{
	max-height: none;
}



.price-caption{
	color: #fff;
	background: #af0e29;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
}
table.nenga-price thead th{
	color: #333;
    font-weight: 400;
}
table.nenga-price thead th,
table.nenga-price thead td{
	font-family: "BIZ UDPGothic", sans-serif;
    font-style: normal;
}
table.nenga-price thead td{
	text-align: center;
    font-weight: 400;
}
table.nenga-price tr th{
	background: #fff;
}

table.nenga-price tr:nth-of-type(2n+1) th,
table.nenga-price tr:nth-of-type(2n+1) td{
	background: #ffefd8;
}
table.nenga-price thead th.pb-price-amount,
table.nenga-price thead th.pb-price-price{
    color: #fff;
	background: #00325A;
    font-weight: bold;
}
table.nenga-price tr th span{
	display: inline-block;
}

.price-announce{
	display: none;
}

@media screen and (max-width:480px){
  /*画面幅が480pxまでの時*/
	.price-caption{
  		padding: 0.5rem 0.1rem;
  		font-size: 1rem;
  		font-weight: bold;
	}
	table.nenga-price tr th span{
		display: none;
	}
	table.nenga-price tr td span{
		white-space: nowrap;		
	}
	.price-announce{
		display: block;
        background: #333;
        color: #fff;
        text-align: center;
        padding: 0.5rem 0;
	}
}
.list-delivery-date table th,.list-delivery-date{
	margin-bottom: 1rem;
}
.list-delivery-date table th,.list-delivery-date table{
}

.list-delivery-date table thead{
	text-align: center;
	border: 1px solid #333;
}


.list-delivery-date table thead tr th{
	text-align: center;
	color: #fff;
}
.list-delivery-date table th,.list-delivery-date table td{
	border: 0;
	border-bottom: 1px solid #333;
}
.list-delivery-date table th:nth-child(2n),.list-delivery-date table td:nth-child(2n){
	border-left: 1px dashed #333;	
}
.list-delivery-date table th:nth-child(2n-1),.list-delivery-date table td:nth-child(2n-1){
	border-left: 1px solid #333;	
}

.list-delivery-date table tr td{
	text-align: center;
}

.list-delivery-date table tr td:last-of-type{
	border-right: 1px solid #333;
}

.list-delivery-date table thead tr:first-of-type th:first-of-type{
	background: #c1aa63;
	border-right: 1px solid #333;
}

.list-delivery-date table thead tr:first-of-type th:last-of-type{
	background: #4472c4;
}
.list-delivery-date table thead tr:last-of-type th:nth-child(2n),
.list-delivery-date table thead tr:last-of-type th:first-of-type{
	background: #cac28c;
}

.list-delivery-date table thead tr:last-of-type th:nth-child(3n),
.list-delivery-date table thead tr:last-of-type th:last-of-type{
	background: #8898d5;
}

.field-nenga-price-atena{
	margin-bottom: 5rem;
}
.field-nenga-price-atena .more-btn{
	color: #ED9640;
}
.field-nenga-price-atena .more-btn span{
	background-color: #ED9640;
}
table.nenga-price.atena caption{
	background-color: #ED9640;
}
table.nenga-price.atena thead th.pb-price-amount{
	background-color: #FFCFA0;
}
table.nenga-price.atena tbody th{
	background-color: #fff;
}
table.nenga-price caption small{
	font-size: 70%;
}
.position-relative{
	position: relative;
}
.more-btn{
	position: absolute;
	bottom: -2rem;
	right: 0;
	color: #00325A;
}
.more-btn span{
	background-color: #00325A;
	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{
	background: rgba(240, 109, 109, 0.1);
}
.dl-style.print-price dd{
	background: rgba(238, 151, 64, 0.1);
}
.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.hagaki-price .row .col{
	flex-basis: 100%;
}
.dl-style figure{
	text-align: center;
}
.color-mochu{
	color: #7166A0;
}
.color-kanchu{
	color: #6286D8;
}
.mt-4{
	margin-top: 1rem;
}
.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{
}
.title_bar.title02.recommend{
	position: relative;
}
.title_bar.title02.recommend img{
	margin-bottom: 5px;
	margin-right: 5px;
}
.title_bar.title02.favorite img{
	margin-right: 10px;
}
.title_bar.title02.image{
/* 	background-color: #D13224; */
}
.title_bar.title02.category,
.title_bar.title02.image,
.title_bar.title02.favorite,
.title_bar.title02.recent,
.title_bar.title02.step{
	position: relative;
	background: none;
	border-bottom: 1px solid #333;
	padding-bottom: .5em;
}
.title_bar.title02.selection{
	background-color: #007237;
	position: relative;
}
.title_bar.title02.special{
	background-color: #D13224;
	position: relative;
}
.text-center{
	text-align: center;
}
.guide-content #price-tabs{
	display: flex;
	justify-content: space-around;
	border: none;
	border-bottom: 3px solid #8CB55C;
}
.list-delivery-date.guide-content #price-tabs{
	justify-content: flex-start;
}

#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;
}
.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-top: 20px;
}
.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 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: #007237;
	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/2020nenga/nenga-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/2020nenga/mochu-guide-atena/caution.png);
	margin-right: 1.5rem;
	font-size: inherit;
}
.guide-content .tabs-content .box-caution h3:after{
	content: url(../../img/2020nenga/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;
	
}


.bx-wrapper{
    box-shadow: none !important;
    border: 0px solid #fff !important;
    background: #fff !important;
	
}
.bx-wrapper .bx-pager{
    bottom: 30px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a{
    border: 1px solid #eee !important;
}


.slider{
	height: auto;
	background: none;
	margin: 0;
}
.item-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 1rem;
}
.item-list img{
	margin-bottom: 1rem;
}
.fav-list{
	padding: 0 3rem;
	margin-bottom: 4rem;
}
.fav-list .fav-item{
	margin:0 0 1.5rem;
	padding: 0 1rem;
	align-items: center;
    flex-wrap: wrap;
    flex-flow: column;
}
.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;
}
.slick-slide img{
	margin: auto;
	display: inline-block;
}
.slick-slide label img{
	display: inline-block;
}
.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;
}
.prev.slick-arrow{
	position: absolute;
	top:calc(50% - 20px);
	left: 0;
}
.next.slick-arrow{
	position: absolute;
	top:calc(50% - 20px);
	right: 0;
}

.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{
	background: #333;
	border: 0px;
	color: #fff;
	padding: .3rem 1.8rem;
	font-size: 16px;
	display: block;
	margin: auto;
/*
	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 .fav-item a:hover input{
	background: #666;
}

.fav-list.view-list .fav-item label input{
	background-color: #ED9640;
}
.fav-list.populars .fav-item label input{
	background-color: #007237;
}
.well{
	padding: 2.5rem 5rem;
	background-color: #ECF4E4;
	margin-bottom: 1.5rem;
}
.well ul li{
	list-style: disc;
	color: #5D5D5D;
}
#nenga-delivery-date .well h2{
	color: #007237;
	font-size: 2.5rem;
	font-weight: bold;
	text-align: center;
	border-bottom: none;
	line-height: 6rem;
}
.well h2 small{
	color: #007237;
	display: block;
	font-size: 70%;
}
#js-cal h3,
#js-cal-photo h3{
	padding: .3rem;
	text-align: center;
	border-left: none;
	font-weight: bold;
	font-size: 1.4rem;
	margin-bottom: 1rem;
	border-bottom: 2px solid #000;
	position: relative;
}
#js-cal h3 span:before,
#js-cal-photo h3 span:before{
	position: absolute;
	right: 15px;
	top:.65rem;
	display: block;
	content: "ひらく▼";
	font-size: .9rem;
	cursor: pointer;
}
#js-cal h3 span.on:before,
#js-cal-photo h3 span.on:before{
	content: "とじる▲";
}
#js-cal table,
#js-cal-photo table{
	margin-bottom: 3rem;
	display: none;
}
#js-cal .cell,
#js-cal-photo .cell{
	margin-bottom: 3rem;
}
#nenga-delivery-date .pb-content__title_description{
	padding: 0;
}
#nenga-delivery-date h1{
	margin-bottom: 1.5rem;
}
#nenga-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: #007237;
	color: #FFF;
	padding: .3rem 0;
	font-size: 1.4rem;
	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.5rem;
	margin-bottom: 1rem;
}
.list-guide-flow li:first-letter{
	padding-right: .5rem;
}
.btn-inline-login{
	display: inline-block;
	background-color: #857BAD;
	color: #FFF;
	padding: .3rem 0.6rem 0.3rem 2.1rem;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
}
.btn-inline-register{
	color: #857BAD;
	padding: .3rem 0.6rem;
	background-color: #FFF;
	border: 2px solid #857BAD;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
}
.btn-inline-download{
	color: #857BAD;
	padding: .3rem 0.6rem;
	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,.button.hollow.secondary:hover:.button.hollow.secondary:focus{
	border-color: #CC292C;
	color: #fff !important;
}
.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: #007237!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;
}
.pb-content__title_description_border,
.pb-content__title_description{
	padding: 0;
}
#subs .pb-content__title_description h1{
	background-color: #007237;
	color: #FFF;
	border:none;
}
#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: #007237;
}
#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: #007237;
	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;
}
.under .box-item-detail .mark .mark_box .text,
.under .item_price .mark .mark_box .text{
	padding-left: 0;
}

.badge-free{
	color: #ED9640;
	border: 1px solid #ED9640;
	padding: 4px 10px;
	margin-bottom: 6px;
	display: inline-block;
	border-radius: 6px;
}
#sect-mochu{
	background-color: #E3E1EB;
	padding: 3rem 1.5rem;
	border-radius: 10px;
	margin-bottom: 3rem;
}
#sect-kanchu{
	background-color: #D7DDE1;
	padding: 3rem 1.5rem;
	border-radius: 10px;
	margin-bottom: 3rem;
}
#sect-mochu h3, #sect-kanchu h3{
	margin-bottom: 1.5rem;
}
.box-hagaki{
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 1.5rem;
}
.box-hagaki.reverse{
	flex-direction: row-reverse;
}
.hagaki-desc > *{
	flex-basis: 100%;
}
.hagaki-desc:before{
	position: absolute;
	display: block;
	content: "";
	border-width: 25px;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	left: -50px;
	top: calc(50% - 25px);
}
.box-hagaki.reverse .hagaki-desc:before{
	border-color: transparent transparent transparent #fff;
	left: auto;
	right: -50px;
}
.hagaki-desc{
	position: relative;
	padding: 1.5rem;
	background-color: #FFF;
}
.hagaki-desc h4{
	font-size: 1.7rem;
	margin-bottom: 1rem;
}
.hagaki-desc.yubin h4{
	color: #EF6E6E;
}
.hagaki-desc.shisei h4{
	color: #39499D;
}
.hagaki-desc.web h4{
	color: #ED9640;
}
.hagaki-desc a{
	display: block;
	text-align: center;
	border-radius: 30px;
	padding: .4rem;
	color: #FFF;
}
.hagaki-desc.yubin a{
	background-color: #EF6E6E;
}
.hagaki-desc.shisei a{
	background-color: #39499D;
}
.hagaki-desc.web a{
	background-color: #ED9640;
}
.box-flex{
	display: flex;
}
.justify-content-around{
	justify-content: space-around;
}
.box-image-choice p{
	margin-bottom: 0;
}
.box-image-choice small{
	font-size: .8rem;
}
.mb-3r{
	margin-bottom: 3rem;
}
#sect-mame{
	margin: 3rem 0;
}
#sect-mame h2{
	font-size: 2rem;
	font-weight: bold;
	color: #5D5D5D;
	margin-bottom: 2rem;
	margin-bottom: 0;
}
#sect-mame h2 span{
	font-weight: bold;
	color: #8CB55C;
	display: inline-block;
	margin-left: .3rem;
}
#sect-mame ul{
	width: 100%;
	display: flex;
}
#sect-mame ul li{
	width: 100%;
	margin: 0 5px;
}
#sect-mame ul a{
	text-align: center;
	display: block;
	padding: .4rem;
	color: #FFF;
	background-color: #8CB55C;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.small-p{
	margin-top: 10px;
	line-height: 1;
}
.small-p small{
	color: #5D5D5D;
	font-size: .8rem;
}
.text-left{
	text-align: left!important;
}
.top_box .mark .mark_box:first-child{
	margin-right: 1rem;
}
#subs footer{
	position: static;
}
.flex-between{
	justify-content: space-between;
}
.align-items-center{
	align-items: center;
}
.align-items-end{
	align-items: flex-end;
}
.logo-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.basis-100{
	flex-basis: 100%;
}
.basis-50{
	flex-basis: 50%;
}
.basis-33{
	flex-basis: calc(100% / 3);
}
.m-auto{
	margin: auto;
}
.slick-slide img{
/* 	max-height: 250px; */
}
.sub_list_box .category + .item-list a{
	display: block;
	flex-basis: 49%;
}
.sub_list_box .category + .item-list a img{
	width: 100%;
}

.under .top_box .mark .mark01,
.under .top_box .mark .mark02,
.under .top_box .mark .mark03{
	right: auto;
}
.main > .l-inner .contents .sell-end img{
	margin: 0;
}
.main > .l-inner .contents .sell-end{
	position: relative;
	pointer-events: none;
	height: calc(100% - 1rem);
}
.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;
}
.d-flex {
    display: flex;
}
.p-4 {
    padding: 1rem;
}
.align-items-center {
    align-items: center;
}
.justify-content-center {
    justify-content: center;
}
.hagaki-price-field {
    background-color: #FBD5DA;
    margin-left: 10px;
}
.mb-4 {
    margin-bottom: 1rem!important;
}
.pb-price-price span:first-child {
    color: #FF0000;
}
.pb-price-price span:last-child {
    text-decoration: line-through;
}
.nenga-price-wrap {
    width: 100%;
    max-height: 91.25rem;
    overflow-y: hidden;
    transition: .4s;
}
.cat_title{
	text-align: center;
/* 	font-weight: bold; */
	font-size: 1.8rem;
	padding: .3rem 0;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #333;
/*     font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; */
}
@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: #fff;
		border-bottom: 1px solid #333;
/* 		color: #5D5D5D; */
	}
	#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;
		background: #7166A0;
		width: 70%;
		border-radius: 30px;
	}
	.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 .target{
/* 		border-bottom: 1px solid #FFF; */
		padding-bottom: .4rem;
	}
	#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;
		white-space: nowrap;
		font-size: 10px;
		letter-spacing: -1px;
	}	
	#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;
	}
	#sect-mame ul{
		flex-wrap: wrap;
	}
	#sect-mame ul li{
		width: calc(50% - 10px);
		margin-bottom: 5px;
	}
	#sect-mame h2{
		font-size: 1.7rem;
		margin-bottom: 1rem;
	}
	#sect-mame h2 span{
		font-size: 2.2rem;
	}
	.header-top-wrap{
		display: block;
		padding: 1.5rem 0;
	}
	.hagaki-desc{
		background: none;
	}
	.hagaki-desc:before{
		content: none;
	}
	#sect-mochu{
		padding: 1rem;
	}
	.hagaki-desc{
		padding: .2rem;
	}
	#sect-mochu .hagaki-desc h4{
		color: #7166A0!important;
		font-size: 1.2rem;
	}
	#sect-kanchu .hagaki-desc h4{
		color: #3C607B!important;
		font-size: 1.2rem;
	}
	#sect-mochu .hagaki-desc p,
	#sect-kanchu .hagaki-desc p{
		font-size: .8rem;
	}
	#sect-mochu .box-hagaki,
	#sect-kanchu .box-hagaki{
		position: relative;
	}
	#sect-mochu .hagaki-desc,
	#sect-kanchu .hagaki-desc{
		position: static;
	}
	#sect-mochu .hagaki-desc a,
	#sect-kanchu .hagaki-desc a{
		position: absolute;
		left: 0;
		bottom:0;
		background-color: #7166A0!important;
	}
	#sect-kanchu .hagaki-desc a{
		background-color: #3C607B!important;
	}
	#sect-mochu .reverse .hagaki-desc a,
	#sect-kanchu .reverse .hagaki-desc a{
		left: auto;
		right: 0;
	}
	h1.logo a{
		justify-content: center;
	}
	.wrap-top-sub{
		margin-right: 0;
		margin-left: auto;
	}
	.wrap-top-sub .sub{
		margin: .2rem 0;
	}
	.sub .target{
		font-size: .5rem;
	}
	#sect-mochu{
		background-image: url(../../img/2020nenga/mochu-bg-top.jpg);
		background-position: center top;
		background-repeat: no-repeat;
		background-size: contain;
		border-radius: 0;
		margin-bottom: 0;
	}
	#sect-kanchu{
		background-image: url(../../img/2020nenga/kanchu-bg-top.jpg),url(../../img/2020nenga/kanchu-bg-bottom.jpg);
		background-position: center top, center bottom;
		background-repeat: no-repeat, no-repeat;
		background-size: contain, contain;
		border-radius: 0;
		padding-bottom: 10rem;
	}
	.sub_list_box{
		background-color: transparent;
	}
	.mochu-title,.kanchu-title{
		margin-top: 5rem;
	}
	.top_box .mark .mark_box:first-child{
		margin-right: 0;
	}
	.item-list a{
		flex-basis: 48%;
	}
	.title_bar.title02.popular:before, .title_bar.title02.favorite:before, .title_bar.title02.recent:before, .title_bar.title02.selection:before, .title_bar.title02.special:before{
		content: none;
	}
	.wrap-top-sub{
		position:relative;
		z-index: 10;
	}
	.logo-wrap > *{
		padding: 0 .3rem;
	}
	h1.logo{
		margin: 0;
	}
	.item-list a.basis-100,
	.item-list a.basis-sp-100{
		flex-basis: 100%;
	}
	#footer .fnav .target{
		font-size: 10px;
	}
	.fav-list{
		padding: 0;
	}
	.title_bar.title02.category:before, .title_bar.title02.image:before,
	.title_bar.title02.category:after, .title_bar.title02.image:after{
		width: 5%;
	}
	.fav-list,
	.more.white .target,
	#home #header,
	.alert p{
		margin-bottom: 0;
	}
	.item_lists .mark. mark01,
	.item_lists .mark. mark02,
	.item_lists .mark. mark03{
		margin-right: 0;
		top:10px;
	}
	.mark_box{
		flex-direction: column;
	}
	.mark_box p{
		align-self: flex-start;
	}
}
.breadcrumb{
	display: flex;
	margin-bottom: 1.5rem;
}
.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%;
}

.pc-none,.d-none{
	display: none;
}

.sp-none{
	display: block;
}


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

#header .gnav .menu-item .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(4, 1fr);
    left: 0;
}
#header .gnav .target, #header .gnav .menu-item {
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    margin: 0;
    position: relative;
    font-size: .9rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
#header .gnav .menu-item:hover .sub-menu {
    display: -ms-grid;
    display: grid;
}
#header .gnav .menu-item .sub-menu a {
    display: block;
    white-space: nowrap;
    color: #000;
}




.bg-recommend{
	background: #e2d9b4;
}

.recommend.bg-recommend{
	padding: 20px;
}


.item-list-new,
.item-list-new2{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.item-list-new a,
.item-list-new2 a{
	display: block;
	width: calc(50% - 10px);
	align-items: center;
	
/* 	padding: 10px; */
	border-radius: 10px;
	margin-bottom: 20px;
	overflow: hidden;
}

.item-list-new a:nth-child(2n),
.item-list-new2 a:nth-child(2n){
	margin-left: 20px;
}

@media screen and (max-width:480px){
  /*画面幅が480pxまでの時*/
	.item-list-new a{
		width: calc(100%);
	}
	
	.item-list-new a:nth-child(2n){
		margin-left: 0px;
	}
}

.item-list-new2 a{
	border: 3px solid #f8f7f1;
	background: #f8f7f1;
	padding: 10px;
}

.item-list-new a .hagaki{
	background: #666;
	padding: 10px;
}

.item-list-new a .hagaki img {
    display: block;
    margin: auto;
}

.item-list-new2 a .hagaki{
	order: 2;
}

.item-list-new2 a .hagaki img{
	border: 1px solid #f8f7f1;
}

.item-list-new a p{
	margin: 0;
	line-height: 1;
	text-align: center;
}

.item-list-new a .name-label{
	background: #333;
	padding: 20px 10px;
	text-align: center;
}

.item-list-new2 a .name-label{
	width: 50%;
	text-align: center;
	order: 1;
}

.item-list-new2 .name-label h4{
	font-size: 27px;
}

.item-list-new2 .name-label h4.h-all{
	padding: 10px 0;
	border-bottom: 1px solid #c1aa63;
}

.item-list-new2 .label{
	background: #c1aa63;
	font-size: 14px;
	padding: 8px 20px;
}

.item-list-new .name-label p {
    font-size: 26px;
    text-align: center;
}

.item-list-new .name-label p:first-child{
	color: #fff;
}

.name-label p.label{
	color: #333;
	background: #fff;
	margin-top: 10px;
	font-size: 17px;
	font-weight: bold;
	border-radius: 5px;	
	font-family: "BIZ UDPGothic", sans-serif;
	
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.item-list-new a:hover .hagaki,
.item-list-new a:hover .name-label,
.item-list-new2 a:hover .name-label{
	opacity: 0.7;
}

.item-list-new2 a:hover .hagaki img{
	opacity: 1;
}

.item-list-new2 a:hover{
	background: #fff;
}

.name-label p.label span{
	font-size: small;
	font-weight: normal;
}

@media screen and (max-width:480px){
  /*画面幅が480pxまでの時*/
  	.item-list-new a .hagaki{
  	    padding: 0 30px;
        overflow: hidden;
        height: 160px;
  	}
  	
  	.item-list-new a .name-label{
  	    padding: 10px 10px;
  	}
  	
  	.item-list-new .name-label p{
  	    font-size: 21px;
  	}
  	
  	.name-label p.label{
	  	font-size: 15px;
	  	display: flex;
        justify-content: space-evenly;
        align-items: center;
  	}
  	
  	.name-label p.label span{
	  	font-size: x-small;
  	}
  	
  	.item-list-new2{
  	}
  	
  	.item-list-new2 a{
	  	padding: 5px;
  	}
  	
  	.item-list-new2 a .d-flex{
	  	flex-direction: column;
	  	height: 100%;
	  	flex-grow:0;
	  	justify-content: space-between !important;
  	}
	.item-list-new2 a .name-label{
		width: 100%;
		order: 2;
		flex-grow: 1;
        padding: 0 5px 0px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
	}
	.item-list-new2 a .name-label .label{
		margin: 0 0 5px;
	}
	
	.item-list-new2 a .hagaki{
		width: 100%;
		display: block;
        overflow: hidden;
        height: 130px;
        border-radius: 10px;
        text-align: center;
        background: #fff;
		order: 1;
	}
	.item-list-new2 a .hagaki img{
		border: 0;
	}
	
	.item-list-new2 .name-label h4{
        margin: 10px 0;
        font-size: 18px;
	}
	
	.item-list-new2 .name-label h4.h-all{
	    padding: 0 0 10px 0;
	}
	
	.item-list-new2 .name-label h4.h-all + p{
		font-size: x-small;
		line-height: 1;
	}

}



a.red .hagaki{
	background:#f0d3d0 ;
}
a.red .name-label{
	background:#af0e29 ;
}

a.red .name-label p.label{
	color: #af0e29;
}


a.gold .hagaki{
	background:#e4d9b0 ;
}
a.gold .name-label{
	background:#b49951;
}

a.gold .name-label p.label{
	color: #b49951;
}


a.blue .hagaki{
	background:#d8e4e7;
}
a.blue .name-label{
	background:#004a61 ;
}

a.blue .name-label p.label{
	color: #004a61;
}

.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;
}

@media screen and (max-width:480px){
  /*画面幅が480pxまでの時*/
	.btn-black{
	    padding: 10px 0px;
	    display: block;
	}
	.btn-sp-radius{
	    border-radius: 30px;		
	}

}

.fav-list.populars {
    padding: 2rem 4rem;
	width: 820px;
	margin: auto;
}

@media screen and (max-width:480px){
  /*画面幅が480pxまでの時*/
	.fav-list.populars{
		width: 100%;
		padding: 2rem 1rem;
	}

}


.fav-list.populars .fav-item{
	border: none;
	flex-basis:auto;
}

.fav-list.populars .fav-item img{
	max-width: 200px;
}

.mb-0{
	margin-bottom: 0;
}

.bnr-box{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}



/* submenu */
#header .gnav .target, #header .gnav .menu-item {
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 5px 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;
	padding: 0;
	list-style: circle;
}

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

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

#header .gnav .sub-menu .box .target:first-of-type{
	margin-left: -1.3rem;
}

#header .gnav .sub-menu .box .target:first-of-type:before{
	margin-right: 0.3rem;
}


#header .gnav .sub-menu li .title{
    padding: 3px 0px;
    text-align: center;
    white-space: nowrap;
    display: block;
    width: 100%;
	margin-bottom: 0.5rem;
	text-align: center;
}

#header .gnav .sub-menu li.image-title .title{
	padding: 3px 50px;
	
}
#header .gnav .menu-item:hover .sub-menu{
    display: -ms-grid;
    display: grid;
}

#header .gnav .sub-menu li .title {
    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 .category-title,
#header .gnav .sub-menu .image-title{
	margin: 0;
	padding: 0.2rem;
	text-align: center;
}

#header .gnav .sub-menu li{
	text-align: left;
}

.bg-color{
	background: #f8f7f1;	
}


.box-flex{
	display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.b-step{
	width: calc(50% - 10px);
	margin-bottom: 20px;
}

.box-flex .b-step .com{
	margin-left: 20px;
	padding: 0;
}

.w40{
	width: 40%;
}

.w60{
	width: 60%;
}

.b-step .icon{
	text-align: center;
	background: #f8f7f1;
	height: 113px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.b-step .icon img{
    width: auto;
    height: auto;
}

.b-step .com{
	max-width: 250px;
    padding: 0 1rem;
}

.b-step .com h5{
	font-size: 20px;
}

.b-step .com h5 span{
	display: block;
	font-size: 18px;
}

@media screen and (max-width:480px){
  /*画面幅が480pxまでの時*/
	.b-step{
		width: 100%;
	}
	
	.b-step .w40{
		width: 30%;
	}
	
	.b-step .icon{
		padding: 1rem;
	}
	
	.b-step .com{
		width: 70%;
		padding: 0 0 0 1rem;
	}
	
	.b-step .com h5{
		font-size: 18px;
	}
	
	.b-step .com h5 span{
		font-size: 16px;
		color: #b49951;
	}
	
	.b-step .com p{
		font-size: 90%;
	}
	
	.box-footer-fixed{
	    right: -20px;
	    bottom: 70px;
	}
}
	
	.to-top{
		background: none;
	    width: 70%;
		padding: 0;
	}
		
	.to-top a{
		display: block;
	}
	
	.to-top div + div{
		margin-top: 1rem;
	}


.flex-warp{
	flex-wrap: wrap;
}

.text-gold{
	color: #a8883c !important;
}
.text-attention{
	font-weight: bold;
}

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

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

.text-orange{
	color: #ed9640;
}


.fav-btn span.favorite {
    display: block;
    width: 80%;
    margin: 0.5rem auto 0;
}


.price-atena .col figure{
	text-align: center;
	margin-bottom: 2rem;
}

.price-atena .col{
	width: 60%;
	margin: auto;
}



@media screen and (max-width:480px){
  /*画面幅が480pxまでの時*/
	.sp_nav{
        justify-content: center;
        align-items: center;
	}
	.sp_nav .target{
        color: #fff;
        font-weight: bold;
        width: auto;
        padding: 10px 10px;
        font-family: "BIZ UDPGothic", sans-serif;
        font-size: 12px;
        font-weight: 700;
        position: relative;
	}
	.sp_nav .target:not(:first-child):before {
        content: "|";
        position: absolute;
        left: 0;
    }
}