@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, .under .mark .mark03 {
  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: #5D5D5D;
}

.sp_nav .target {
  text-align: center;
  width: 25%;
  padding: 10px 0;
  font-size: 10px;
  flex-direction: column;
  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-left: .5rem;
}
.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;
}

.end a {
  position: relative;
  display: block;
}

.end a:after {
  content: "販売終了しました";
  background-color: rgba(0, 0, 0, 0.4);
  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: #E30012;
  display: inline-block;
}

.imglink{
	display: block;
	margin: 10px 0;
}

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

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

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

.more.white .target {
  background-color: #fff;
  color: #6286D8;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}

.more.white .target:hover {
  color: #fff;
  background-color: #E30012;
}
.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 {
    padding: 0 10px;
    font-size: 11px;
    padding: 10px;
    margin-left: 5px;
  }
}

#header {
	margin-bottom: 20px;
/*
	border-top: 15px solid #E61F19;
	background: url(../../img/2022nenga/printboy-nenga_bg.png);
*/
}
.header-top-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
	padding: 20px 0;
}
.header-top-wrap > *:first-child {
	width: 65%;
}
.header-top-wrap > *:last-child {
	width: 30%;
}
@media screen and (max-width: 895px) {
  #header {
    margin-bottom: 15px;
  }
}

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

@media screen and (max-width: 895px) {
  #header .block01 {
    margin: 10px 10px 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: #E30012; */
}
@media screen and (max-width: 895px){
	.l-inner.top-bg{
		background:none;
		margin-left: 0;
		margin-right: 0;
	}
}
.wrap-top-sub{
	display: flex;
	flex-wrap: wrap;
}
nav.wrap-top-sub{
	justify-content: right;
	flex-wrap: nowrap;
	margin-top: .3rem;
	width: 100%;
}
#header .gnav {
  background-color: #333;
  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;
  font-family: "BIZ UDPGothic", sans-serif;
}

#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:not(:first-child):before {
  content: "|";
  position: absolute;
  left: 0;
}

.alert {
  display: inline-block;
}

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

@media screen and (max-width: 895px) {
  .alert {
    font-size: 10px;
    margin: 10px 0;
    border: 1px solid #B1B1B1;
    padding: 5px;
  }
}

.alert b {
  color: #E30012;
}

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

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

.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,
#header .gnav .sub-menu li .title {
  background-color: #5D5D5D;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  padding: 6px;
  text-align: center;
}

.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{
	pointer-events: none;
}

.main>.l-inner .side .side_nav .box .target.nolink:after {
    content: '（販売終了）';  
}

.main>.l-inner .side .side_nav .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 {
    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;
}
*/

.bnrs .mb{
	margin-bottom: 10px;
	display: block;
}

@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: #E30012;
}

@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;
  padding: 5px;
}

.title_bar.title01 {
  background-color: #E30012;
}

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

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

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

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

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

#footer * {
	color: #5D5D5D;
}
#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 !important;
	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;
  }
}

#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 {
    margin-bottom: 15px;
    background-color: #E30012;
    color: #FFF;
  }
}

@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, .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 .mark .mark01 {
  background-color: #E56B6B;
}

.under .mark .mark02 {
  background-color: #FF8902;
}

.under .mark .mark03 {
  background-color: #688E00;
 }

@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%;
    top: 20px;
    width: 13.5%;
  }
}

@media screen and (max-width: 895px) {
  .under .item_lists .item_list .favorite {
    right: 4%;
    top: 20px;
    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 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;
}
.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 0;
}

.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;
    flex-wrap: wrap;
  }
}

@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;
  }
  
  .youtube .box03{
	  padding-bottom: 3rem;
  }
}

@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: #E30012;
}

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

.youtube .box03 {
    width: auto !important;
    display: block;
    margin: auto;
}

.youtube .box iframe {
    max-width: 100%;
    max-height: none;
}

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

.box + .box {
    margin-top: 1rem;
}

.main>.l-inner .side .side_nav.category .title,
.main>.l-inner .side .side_nav.image .title,
#header .gnav .sub-menu li.category-title .title,
#header .gnav .sub-menu li.image-title .title{
	background-color: #E30012;
}
.main>.l-inner .side .side_nav.images .title{
	background-color: #6286D8;
}
.main>.l-inner .side .side_nav.for-biginner .title{
	background-color: #66B541;
}
.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: #66B541;
}
.main>.l-inner .side .side_nav.for-biginner .box.contact .target:before {
  color: #5D5D5D;
}
.main>.l-inner .side .side_nav .target.cat1:before{
	color: #42B79C;
}
.main>.l-inner .side .side_nav .target.cat2:before{
	color: #DB934C;
}
.main>.l-inner .side .side_nav .target.cat3:before{
	color: #EF6E6E;
}
.main>.l-inner .side .side_nav .target.cat4:before{
	color: #39499D;
}
.main>.l-inner .side .side_nav .target.cat5:before{
	color: #E30012;
}
.main>.l-inner .side .side_nav .target.cat6:before{
	color: #FA9B3D;
}

.pb-content__title_description h1{
	background-color: #F0F0F0;
	border-bottom: 4px solid #707070;
	color: #5D5D5D;
	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: #fbc8c7;
	color: #080808;
}
table tbody th{
	width: 12rem;
}
table.mochu-price tbody td{
	text-align: center;
	background-color: #FFF;
}
.mochu-price-wrap{
	max-height: 91.25rem;
	overflow-y: hidden;
	transition: .4s;
}
.field-mochu-price-atena .mochu-price-wrap{
	max-height:50.05rem;
}
.mochu-price-wrap.on{
	max-height: none;
}
table.mochu-price caption{
	background-color: #E30012;
	color: #FFF;
	padding: 0.3rem 1rem;
	margin-top: 3rem;
	border-radius: 10px 10px 0 0;
	font-size: 1.5rem;
}
.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: #E30012;
}
.more-btn span{
	background-color: #E30012;
	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 figure{
	text-align: center;
}
.color-mochu{
	color: #E30012;
}
.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;
}
.text-center{
	text-align: center;
}
.guide-content #price-tabs{
	display: flex;
	border: none;
	border-bottom: 3px solid #66B541;
}
.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: #66B541;
	border-radius: 8px 8px 0 0;
	color: #FFF;
	font-size: 1rem;
	padding: 1rem 1.5rem;
	outline: none;
}
.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 #66B541;
	border-bottom:  3px solid #FFF;
	border-radius: 8px 8px 0 0;
	color: #66B541;
	font-size: 1rem;
	padding: calc(1rem - 1.5px) calc(1.5rem - 3px);
	margin-bottom: -3px;
}
.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;
}
.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: #E30012;
	display: inline-block;
}
.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: #E30012;
	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;
	background-color: #E4D3B1;
	padding: 20px 30px;
}
.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-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: #E30012;
	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 label{
	margin-top: 1rem;
	cursor: pointer;
}
.fav-list .fav-item label 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 label input{
	background-color: #ED9640;
}
.fav-list.popular-list .fav-item label input{
	background-color: #66B541;
}
.well{
	padding: 2.5rem 5rem;
	background-color: #fbc8c7;
	margin-bottom: 1.5rem;
}
.well ul li{
	list-style: disc;
	color: #5D5D5D;
}
#mochu-delivery-date .well h2{
	color: #4A3D81;
	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,
#js-cal-photo h3{
	background-color: #E30012;
	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,
#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: #E30012;
	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: #E30012;
	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: #E30012;
	padding: .3rem 0.6rem;
	background-color: #FFF;
	border: 2px solid #E30012;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
}
.btn-inline-download{
	color: #E30012;
	padding: .3rem 0.6rem;
	background-color: #FFF;
	border: 2px solid #E30012;
	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: #E30012;
}
.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: #E30012;
	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;
}
.flow small{
	font-size: .8rem;
}
.flow img{
	border: 1px solid #c5c5c5;
}
@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 label 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: #66B541;
		border-bottom: none;
		margin-bottom: 0;
		color: #FFF;
	}
	.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 #E30012;
		color: #E30012;
	}
	.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 #E30012;
		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;
	}
}

.button.hollow.secondary{
	margin-top: 40px;
}

.new_row{
	display: flex;
}
.new_row .col-2{
	width: 34%;
}
.new_row .col-5{
	width: 50%;
}
.new_row .col-8{
	width: 66%;
}
.new_row .col-10{
	width: 100%;
}

.nenga-price-wrap{
	max-height: 138rem;
	overflow-y: hidden;
	transition: .4s;
}
.field-nenga-price-atena .nenga-price-wrap{
	max-height:50.05rem;
}
.nenga-price-wrap.on{
	max-height: none;
}

.hagaki-price .col{
	margin: 0 auto;
}
/* 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, .under .mark .mark03 {
  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: #5D5D5D;
}

.sp_nav .target {
  text-align: center;
  width: 25%;
  padding: 10px 0;
  font-size: 10px;
  flex-wrap: nowrap!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-left: .5rem;
}
@media screen and (max-width:865px){
	.sp_nav .target img{
		margin-left: 0;
		margin-bottom: .3rem;
	}
}

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

@media screen and (max-width:767px){
	.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: #E30012;
  display: inline-block;
}

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

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

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

.more.white .target {
  background-color: #fff;
  color: #6286D8;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}

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

.wrap-top-sub .target {
  color: #333;
  border-radius: 6px;
	padding: 5px;
  font-size: 17px;
  width: 100%;
  flex-basis: calc(100% / 3 - 4px);
  background-color: none;
  display: flex;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.wrap-top-sub .target img{
	display: inline-block;
	margin-right: .3rem;
}
@media screen and (max-width: 895px) {
	.wrap-top-sub .target {
		font-size: 10px;
		padding: 5px;
		height: auto;
		flex-direction: column;
	}
	.wrap-top-sub .target img{
		margin-right: 0;
		margin-bottom: .3rem;
	}
	.header-top-wrap > *:first-child {
	    width: 55%;
	    padding: 0 .2rem;
	}
	.header-top-wrap > *:last-child {
	    width: 45%;
	    padding: 0 .2rem;
	}
	#header{
		border-top-width: 10px;
	}
	.header-top-wrap{
		padding: 10px 0;
	}
}
.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 {
    padding: 0 10px;
    font-size: 11px;
    padding: 10px;
    margin-left: 5px;
  }
}

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

@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;
}
@media screen and (max-width: 895px){
	.l-inner.top-bg{
		background:none;
		margin-left: 0;
		margin-right: 0;
	}
	
}

#header .gnav {
  background-color: #333;
  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,
#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 .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 .menu-item .sub-menu a{
	display: block;
	white-space: nowrap;
	text-align: left;
}
#header .gnav .menu-item:hover .sub-menu{
    display: -ms-grid;
    display: grid;
}

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

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

@media screen and (max-width: 895px) {
  .alert {
    font-size: 10px;
    margin: 10px 0;
    border: 1px solid #B1B1B1;
    padding: 5px;
  }
}

.alert b {
  color: #E30012;
}

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

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

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

.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,
#header .gnav .sub-menu li.category-title .box .target:before {
  content: "■";
  color: #5D5D5D;
  display: inline-block;
  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;
}
*/

.bnrs .mb{
	margin-bottom: 10px;
	display: block;
}

@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: #E30012;
}

@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;
  padding: 5px;
}

.title_bar.title01 {
  background-color: #E30012;
}

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

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

@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: #5D5D5D;
}
#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 !important;
	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;
  }
}

#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 {
    margin-bottom: 15px;
    background-color: #E30012;
    color: #FFF;
  }
}

@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, .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 .mark .mark01 {
  background-color: #E56B6B;
}

.under .mark .mark02 {
  background-color: #FF8902;
}

.under .mark .mark03 {
  background-color: #688E00;
 }

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

@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%;
    top: 20px;
    width: 13.5%;
  }
}

@media screen and (max-width: 895px) {
  .under .item_lists .item_list .favorite {
    right: 4%;
    top: 20px;
    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;
  }
}

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

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

#footer .l-inner{
	width: 100%;
}
.main>.l-inner .side .side_nav.category .title{
	background-color: #E30012;
}
.main>.l-inner .side .side_nav.images .title{
	background-color: #6286D8;
}
.main>.l-inner .side .side_nav.for-biginner .title{
	background-color: #66B541;
}
.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: #66B541;
}
.main>.l-inner .side .side_nav.for-biginner .box.contact .target:before {
  color: #5D5D5D;
}
.main>.l-inner .side .side_nav .target.cat1:before{
	color: #42B79C;
}
.main>.l-inner .side .side_nav .target.cat2:before{
	color: #DB934C;
}
.main>.l-inner .side .side_nav .target.cat3:before{
	color: #EF6E6E;
}
.main>.l-inner .side .side_nav .target.cat4:before,
#header .gnav .sub-menu li.category-title .box .target:before,
#header .gnav .sub-menu li.image-title .box .target:before{
	color: #39499D;
}
.main>.l-inner .side .side_nav .target.cat5:before{
	color: #E30012;
}
.main>.l-inner .side .side_nav .target.cat6:before{
	color: #FA9B3D;
}

.pb-content__title_description h1{
	background-color: #F0F0F0;
	border-bottom: 4px solid #707070;
	color: #5D5D5D;
	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: #754C24;
	color: #fff;
}
table tbody th{
	width: 12rem;
}

.pb-price-price{
	white-space: nowrap;
	text-align: center;
}
table.mochu-price tbody td{
	text-align: center;
	background-color: #FFF;
}
.mochu-price-wrap{
	max-height: 91.25rem;
	overflow-y: hidden;
	transition: .4s;
}
.field-mochu-price-atena .mochu-price-wrap{
	max-height:50.05rem;
}
.mochu-price-wrap.on{
	max-height: none;
}
table.mochu-price caption{
	background-color: #E30012;
	color: #FFF;
	padding: 0.3rem 1rem;
	margin-top: 3rem;
	border-radius: 10px 10px 0 0;
	font-size: 1.5rem;
}
.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: #E30012;
}
.more-btn span{
	background-color: #E30012;
	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 figure{
	text-align: center;
}
.color-mochu{
	color: #E30012;
}
.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.favorite{
	background-color: #F5911E;
	color: #fff;
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.title_bar.title02.recent{
	background-color: #7A9541;
	color: #fff;
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.title_bar.title02.popular{
	background-color: #B79541;
	color: #000;
	font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.title-category{
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 700;
	padding: 1rem 0 .5rem;
	margin: 1rem 0;
	display: flex;
	justify-content: center;
	font-weight: bold;
	align-items: center;
	font-size: 1.4rem;
	border-bottom: 1px solid #333;
}
/*
.title-category:before{
	content:"";
	display: block;
	height: 1px;
	width: 10%;
	margin-right: 1rem;
	background-color: #000;
}
.title-category:after{
	content:"";
	display: block;
	height: 1px;
	width: 10%;
	margin-left: 1rem;
	background-color: #000;
}
*/

@media screen and (max-width:480px){
  /*画面幅が480pxまでの時*/
	.title-category{
		margin: 0 -1.5rem 1rem;
	}
}
.text-center{
	text-align: center;
}
.guide-content #price-tabs{
	display: flex;
	border: none;
	border-bottom: 3px solid #66B541;
}
.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: #66B541;
	border-radius: 8px 8px 0 0;
	color: #FFF;
	font-size: 1rem;
	padding: 1rem 1.5rem;
	outline: none;
}
.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 #66B541;
	border-bottom:  3px solid #FFF;
	border-radius: 8px 8px 0 0;
	color: #66B541;
	font-size: 1rem;
	padding: calc(1rem - 1.5px) calc(1.5rem - 3px);
	margin-bottom: -3px;
}
.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;
}
.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: #E30012;
	display: inline-block;
}
.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: #E30012;
	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;
	background-color: #E4D3B1;
	padding: 20px 30px;
}
.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: 10px solid #E4D3B1;
}
.fav-list .fav-item p{
	padding: 1rem .5rem 0;
	font-size: .9rem;
	text-align: left;
}
.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: #E30012;
	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 label{
	margin-top: 1rem;
	cursor: pointer;
}
.fav-list .fav-item label 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 label input{
	background-color: #ED9640;
}
.fav-list.popular-list .fav-item label input{
	background-color: #66B541;
}
.well{
	padding: 2.5rem 5rem;
	background-color: #fbc8c7;
	margin-bottom: 1.5rem;
}
.well ul li{
	list-style: disc;
	color: #5D5D5D;
}
#mochu-delivery-date .well h2{
	color: #4A3D81;
	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,
#js-cal-photo h3{
	background-color: #E30012;
	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,
#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: #E30012;
	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: #E30012;
	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: #E30012;
	padding: .3rem 0.6rem;
	background-color: #FFF;
	border: 2px solid #E30012;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
}
.btn-inline-download{
	color: #E30012;
	padding: .3rem 0.6rem;
	background-color: #FFF;
	border: 2px solid #E30012;
	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: #E30012;
}
.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: #E30012;
	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;
}
@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 label 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: #66B541;
		border-bottom: none;
		margin-bottom: 0;
		color: #FFF;
	}
	.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 #E30012;
		color: #E30012;
	}
	.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 #E30012;
		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;
	}
}

.button.hollow.secondary{
	margin-top: 40px;
}

.new_row{
	display: flex;
}
.new_row .col-2{
	width: 34%;
}
.new_row .col-5{
	width: 50%;
}
.new_row .col-8{
	width: 66%;
}
.new_row .col-10{
	width: 100%;
}

.nenga-price-wrap{
	max-height: 138rem;
	overflow-y: hidden;
	transition: .4s;
}
.field-nenga-price-atena .nenga-price-wrap{
	max-height:50.05rem;
}
.nenga-price-wrap.on{
	max-height: none;
}

.hagaki-price .col{
	margin: 0 auto;
}

.prev.slick-arrow{
	position: absolute;
	top:calc(50% - 20px);
	left: -30px;
}
.next.slick-arrow{
	position: absolute;
	top:calc(50% - 20px);
	right: -30px;
}


@media screen and (max-width: 895px) {
	.prev.slick-arrow{
		left: 2px;
	}
	.next.slick-arrow{
		right: 2px;
	}
}

table.nenga-price caption{
	background-color: #E30012;
	color: #FFF;
	padding: 0.3rem 1rem;
	margin-top: 3rem;
	border-radius: 10px 10px 0 0;
	font-size: 1.5rem;
}

.pb-main_description h2{
	border-bottom: none;
	color: #5D5D5D;
	margin: 1.5rem 0;
	font-weight: bold;
}
.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;
}
table.nenga-price tbody tr:nth-child(even){
	background-color: #FFEFD8;
}

.cat_title{
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	color: #333;
	padding: .3rem 0;
	border-bottom: 1px solid #333;
	margin-bottom: 1.5rem;
}
/*
.cat_title.type00{
	background-color: #E30012;
}
.cat_title.type01{
	background-color: #E30012;
}
.cat_title.type02{
	background-color: #C18A4D;
}
.cat_title.type03{
	background-color: #000000;
}
.cat_title.type04{
	background-color: #E30012;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cat_title.type04:after{
	display: block;
	content:url(../../img/2024nenga/artman_image.png);
}
.cat_title.type05{
	background-color: #EF5A24;
}
.cat_title.type06{
	background-color: #E30012;
}
.cat_title.type07{
	background-color: #E30012;
}
.cat_title.type08{
	background-color: #E30012;
}
.cat_title.type09{
	background-color: #E30012;
}
.cat_title.type10{
	background-color: #E30012;
}
*/
.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;
}
.callout .button.hollow.alert{
	color: #FFF;
}




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

.search {
    padding: 0 10px;
}

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

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

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

.search dl dd {
  position: absolute;
  top: 0;
  right: 0;
}

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

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







/* トップページ改修 */
#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;
}

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




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



.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: #e6e6e6;
	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;
	font-family: "BIZ UDPGothic", sans-serif;
}

.item-list-new a span{
	font-family: "BIZ UDPGothic", sans-serif;	
}

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

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

.item-list-new2 .name-label h4{
	font-size: 24px;
	font-weight: bold;
	font-family: "BIZ UDPGothic", sans-serif;
	padding: 10px 0;
	border-bottom: 1px solid #c1aa63;
}

.item-list-new2 .name-label h4 + p{
	padding: 1rem 0;
	font-family: "BIZ UDPGothic", sans-serif;
	font-size: 14px;
}


.item-list-new2 .name-label h4 + span{
	margin: 1rem 0;
}

.item-list-new2 .name-label h4.h-all{
	color: #333;
	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;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

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

.name-label p.label{
	color: #333;
	background: #fff;
	margin-top: 10px;
	font-size: 22px;
	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-new a:hover{
	color: #000;
}

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

.item-list-new2 .name-label h4,
.item-list-new2 .name-label p{
	  	color: #333;	
}

@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;
  	}
  	
  	.item-list-new2 .name-label h4{
	  	white-space: nowrap;
  	}
  	
  	.item-list-new2 .name-label h4 + p{
	  	padding: 0 0 1rem;
  	}
  	
  	.name-label p.label{
	  	font-size: large;
	  	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:#f1d4d1;
}
a.red .name-label{
	background:#bb291b;
}

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


a.gold .hagaki{
	background:#f8f5e8 ;
}
a.gold .name-label{
	background:#c1aa63;
}

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

.justify-content-around {
    justify-content: space-between;
}

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

}

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



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

.sub_list_box {
    padding-bottom: 2rem;
}

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

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

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

.text-orange{
	color: #ed9640;
}

.sp_none{
	display: block;
}

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

.d-flex{
	display: flex;
}

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

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

@media screen and (max-width:480px){
  /*画面幅が480pxまでの時*/
  
	nav.wrap-top-sub{
/* 	      justify-content: right; */
	}
	
	.sp_nav{
	    background: #333;
		color: #fff;
	    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-weight: 700;
        position: relative;
	}
	
	.sp_nav .target:not(:first-child):before{
	    content: "|";
	    position: absolute;
	    left: 0;
	}
	
	.sp_nav .target:not(:last-child){
	    border-right: none;
		border-bottom: none;
	}
	
	 
	.sp_none{
		display: none;
	}
	
/* 	footer-menu-new2025 */
	#footer .box{
		padding: 0 1rem 1rem;
	}
	
	#footer .title{
		font-size: 20px;
		padding: 5px 0;
		margin-bottom: 1rem;
		border-bottom: 1px solid #333;
	}
	
	#footer{
		background-color: #f8f7f1;
	}
	
	#footer .nav{
		display: flex;
		flex-wrap: wrap;
        justify-content: space-between;
	}
	
	#footer .nav a.target{
		font-size: 14px;
        width: calc(45% - 10px);
        line-height: 1rem;
        margin: 0.5rem 0 0.5rem 1.5rem;
	}
	
	#footer .target:before{
		content: "・";
        margin-right: 0.5rem;
        margin-left: -1rem;
	}
	
	#footer .sub-menu a{
		display: block;
	}
	
	#footer .sub-menu a:before{
		content: "－";
        margin-right: 0.1rem;
	}
	
	#footer .nav a.target span {
	    display: block;
	    font-size: 0.8rem;
	    text-align: left;
/* 	    margin-left: 1rem; */
	}	
	
	#footer .colum-2{
		display: flex;
		margin: 0;
		justify-content: space-between;
/* 	    margin-left: 1.5rem; */
	}
	
	#footer .colum-2 .nav2{
		font-size: 14px;
        width: calc(45% - 10px);
        margin: 0.5rem 0 0.5rem 1.5rem;
	}
	
	.colum-2 .nav2 a{
		font-size: 14px;
        margin: 0.5rem 0;
	}
	
	#footer .colum-2 .nav2 .sub-menu{
		display: flex;
		flex-wrap: wrap;
        font-size: 0.9rem;
	}
	
	#footer .colum-2 .nav2 a + .sub-menu a{
		margin-top: 0;
	}
	
	#footer .colum-2 .nav2 a {
	    display: block;
	}
	
	#footer .colum-2 .nav2 a:first-child{
	    margin-top: 0;
	}
	
	.border-radius{
		border-radius: 30px;
	}
	
	#footer .contact {
	    padding: 2rem 0 0;
	}
	
	#footer .contact dl{
		margin: 2rem 0 1rem;
	}
	
	#footer .contact dd{
		font-size: 0.9rem;
	}
	
	#footer .contact a{
		margin-bottom: 0;
	}
	
	#footer .tel-num{
	    background: none;
	    border: none;
	    padding: .2rem 0;
	}
	
	#footer .policy{
		margin: 2rem 0 0;
	}
	
	#footer .logo{
		margin: 3rem 0 0;
	}
	
	.footer-nav{
		background: #333;
	    padding: 0.5rem 0;
	}
}


/* 出荷について */
#js-cal h3, #js-cal-photo h3 {
    padding: .3rem;
    text-align: left;
    border-left: none;
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #333;
    color: #333;
    position: relative;
    background: none;
}

.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;
    border-top: 1px solid #333;
    padding: 0.5rem 0 0.625rem;
}
.list-delivery-date table thead tr th:last-of-type{
	border-right: 1px solid #333;	
}

.list-delivery-date table thead tr:first-of-type th:last-of-type{
	background: #4472c4;
	border-top: 1px solid #333;
}
.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;
}










/* 料金について */
.box-information{
	border: 1px solid #754C24;
	margin: 15px;
	padding: .1rem;
}

.box-information p{
	color: #754C24;
	font-size: 1.1rem;
	font-weight: bold;
}

.price-about{
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 70%;
	margin: auto auto 2rem;
}
.price-about .col{
	width: 30%;
}

.plus{
	padding: 10px;
}

#nenga-hagaki, #nenga-atena {
    margin-top: 5rem;
}


.price-announce{
	display: none;
}


/* はがき代 */
.table-hagaki-price {
    border: 1px solid #333;
}

.table-hagaki-price th {
    background: #4472c4;
    color: #fff;
    border-bottom-color: #fff;
    white-space: nowrap;
}

.table-hagaki-price td {
    background: #eef0f9;
    width: 45%;
}

.table-hagaki-price td p {
    margin: 1rem 0;
}

/* 宛名印刷について */
.price-atena .col {
    width: 60%;
    margin: auto;
}

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

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

.price-atena h4 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.price-atena ul {
    margin-left: 0;
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6;
}

@media screen and (max-width:480px){
	th.pb-price-amount {
	    white-space: nowrap;
	}
	
	.price-about{
		width: 100%;
	}
	.plus {
        padding: 5px;
        width: 30px;
    }
	.price-announce{
		display: block;
        background: #333;
        color: #fff;
        text-align: center;
        padding: 0.5rem 0;
        margin: 0 0.625rem;
	}
}


/* 年賀状コラム */
.column-style{
	background-color: #D04819;
	color: #FFF;
	padding: .5rem 0;
	text-align: center;
	border-left: 0;
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 1.5rem;
}
#article_list {
    overflow: hidden;
    margin-left: -12px;
    margin-left: -1.2rem;
    padding-right: 1px;
    padding-right: .1rem;
    display: flex;
    flex-wrap: wrap;
}
#article_list li {
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
    padding-top: 1px;
    padding-top: .1rem;
    padding-left: 12px;
    padding-left: 1.2rem;
}
#article_list li a {
    width: 100%;
    padding-bottom: 2px;
    padding-bottom: .2rem;
    color: #323232;
}
#article_list .article_box {
    box-shadow: 0 0 5px 0 #afafaf;
    height: 100%;
}
#article_list .article_image {
    position: relative;
}
#article_list .article_image img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
#article_list .article_category p {
    font-size: 11px;
    font-size: .8rem;
    display: inline-block;
    overflow: hidden;
    height: 20px;
    height: 1.7rem;
    padding: 2px 5px 3px;
    padding: .2rem .5rem .3rem;
    letter-spacing: 1px;
    letter-spacing: .1rem;
    color: #fff;
    background: #45B036;
}
#article_list .article_category {
    padding: 10px 10px 0;
    padding: 1rem 1rem 0;
}
#article_list .article_info {
    padding: 5px 10px 10px;
    padding: .5rem 1rem 1rem;
}
#article_list .article_info h3 {
    font-size: 15px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    overflow: hidden;
    height: 66px;
    height: 4.5rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    border-left: none;
}
#article_list .article_info .article_txt {
    font-size: 12px;
    font-size: .85rem;
    line-height: 1.6;
    overflow: hidden;
    height: 112px;
    height: 8.2rem;
    margin-bottom: 10px;
    margin-bottom: 1rem;
}
#article_list .article_info .article_day {
    font-size: 11px;
    font-size: .8rem;
    padding-top: 10px;
    padding-top: 1rem;
    text-align: right;
    color: #a1a1a1;
    border-top: 2px solid #dcdcdc;
    border-top: .2rem solid #dcdcdc;
}
@media (min-width: 992px){
	#article_list .col-md-4 {
	    width: 33.33333333%;
	}
}



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


.sp_nav{
	display: none;
}

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






/* おすすめデザイン */
.fav-list.popular {
	display: flex;
	justify-content: center;
}
.fav-list.popular .fav-item{
	border: none;
	flex-basis:auto;
    flex-basis: 30%;
    padding: 1%;
}
.fav-item.slick-slide{
	max-width: 200px;	
}

.fav-list.popular .fav-item a img{
	display: block;
}
.fav-list .fav-item{
	display: flex;
	flex-direction: column;
}

.fav-list .fav-item div {
    margin-top: 1rem;
    cursor: pointer;
}

.fav-list .fav-item .fav-btn input {
    background: #333;
    border: 0px;
    color: #fff;
    padding: .3rem 1.8rem;
    font-size: 16px;
    display: block;
    margin: auto;
}

.fav-list .fav-item .fav-btn span.favorite {
    display: block;
    width: 60%;
    margin: 0.5rem auto 0;
    line-height: 1;
}
.fav-list .splide__pagination__page{
    background: #c1aa63;
}