/* -----------------------------------
	all or header
----------------------------------- */
body {
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 1px;
}

.u-font14 { font-size: 14px;}
.u-font15 { font-size: 15px;}

.l-inner,
.p-header.is-home .p-header__inner {
    width: 92%;
    max-width: 1060px;
    margin: 0 auto;
}

 .l-topitem-inner {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
}

.l-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.p-header .p-header__sitename h1 {
    max-width: 380px;
    margin: 0 auto;
	text-align: center;
}

.l-nav .p-nav__item {
    width:90%;
}

@media screen and (min-width: 768px) {
.p-nav__item>a { font-size:16px;}
.p-menu__sitename { width: 100%; margin:0 auto;}
}

.p-nav {
    align-items: center;
}

.p-search__form {
    border: none;
}

.pc {display:block;}
.tb {display:none;}
.pctb {display:block;}
.tbmb {display:none;}
.mb {display:none;}

@media screen and (min-width:600px) and (max-width: 823px) {
.pc {display:none;}
.tb {display:block;}
.pctb {display:block;}
.tbmb {display:block;}
.mb {display:none;}
}
@media screen and (max-width: 559px) {
.pc {display:none;}
.tb {display:none;}
.pctb {display:none;}
.tbmb {display:block;}
.mb {display:block;}
}

@media screen and (min-width: 824px) {
.p-header { margin-bottom: 78px !important;}
.p-header__inner { max-width: 1000px; margin: 0 auto; text-align: center;}
.p-header .p-header__sitenam { width: 100%; margin: 0 auto; text-align: center;}
.p-header .p-header__sitenam h1 { width: 380px;}
.p-header .p-header__sitename h1 img { width: 100%; height: auto;}
.l-nav { margin: 0 auto;}
.l-nav .p-nav__item { letter-spacing: 1px; width: auto; margin: 0; padding-right: 2.5em; height: inherit;}
.l-nav .p-nav__item > a { -webkit-writing-mode: horizontal-tb; -ms-writing-mode: horizontal-tb; writing-mode: horizontal-tb;}
.p-menu__nav__icon u-flex{ margin-top:1.5em;}
#baseMenu li:last-child { margin-left: 0;}
}

@media screen and (max-width: 767px) {
  .p-nav { padding: 1.5em 1em;}
  .p-menu__nav__icon { padding-top: 16px;}
  .l-topitem-inner { width: 90%;}
}

/* -----------------------------------
  slider
----------------------------------- */

.slick-dots {
    bottom: 18px;
}
.slick-dots li {
    height: 12px;
    width: 12px;
}
.slick-dots li button {
    height: 12px;
    width: 12px;
}
.slick-dots li button:before {
    height: 12px;
    width: 12px;
    font-size: 26px;
    color: #FFF;
    opacity: .55;
}
.slick-dots li.slick-active button:before {
    color: #FFF;
    opacity: .95
}

/* -----------------------------------
	top
----------------------------------- */

.p-item__block {
    width: 90%;
	max-width:1000px;
    margin: 0 auto;
	text-align:center;
}

h2.heading{
  margin:0 auto 15px auto;
  text-align:center;
}
h2.heading span{
  background: #FFF;
  font-size:20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0.25em 1.5em 0.35em 1.5em;
  text-align:center;
}

h2.heading span.item_back{
  background: #EDEDED;
}

.p-products{
	background: #FFF;
	border-radius: 60px;
    width: 100%;
    margin: 3em auto 0 auto;
	padding-bottom: 30px;
}

.p-products__item {
    width: 48%;
	max-width:500px;
    margin:0 auto 4% auto;
	text-align: center;
}
.p-products__item:nth-child(2n) {
    margin-right: 0;
}
.p-products__item:nth-last-child(-n+2) {
    margin-bottom: 2%;
}
.p-products__thumb {
    position:relative;
    width: 100% !important;
    height: auto !important;
    border-radius: 0;
    overflow: hidden;
}

.p-recommend__body .u-colorMain,
.p-products__body .u-colorMain {
    margin-bottom: 0;
    text-align: center;
}

span.tax {
	font-size: clamp( 12px, calc( 10px + 0.5vw ), 16px );
}

@media screen and (min-width: 825px){
.c-contentblock__main, .c-contentblock__main--large { width: 1000px;}
}

@media screen and (max-width: 767px) {
  .p-item__block { flex-direction: column; margin-right:0;}
  .p-products__item { margin-bottom: 4%;}
  .p-products__item:nth-child(3n) { margin-right: 3%;}
  .p-products__item:nth-last-child(-n+3) { margin-bottom: 4%;}
  .p-products__thumb { width: 100%; height: auto; border-radius: 0;}
}

@media screen and (max-width: 559px) {
  .p-products{ border-radius: 30px;}
  .p-products__list { flex-flow: column;}
  .p-products__item { width: 100%; margin: 0 0 10% 0;}
  .p-products__item:nth-child(3n) { margin-right: 0;}
}

.p-products__body h3 {
	font-size: clamp( 16px, calc( 13.5px + 0.625vw ), 21px );
    width: 100%;
    text-overflow: clip;
    white-space: normal;
    overflow: hidden;
	text-align: center;
}

.p-products__body .p-price {
    justify-content: center;
}

/* -----------------------------------
	item
----------------------------------- */

.l-inner-itemblock {
	background: #FFF;
	border-radius: 40px;
    max-width: 100%;
    margin: 0 auto;
}

#purchaseForm {
    border-top: 1px solid #A1A1A1;
	padding-top: 0.5em;
}

#item h2.heading {
    margin-bottom:2em;
}

.p-item__addcart{
    text-align:left;
}

.p-item__addcart .p-item__label {
    margin-top: -2em;
}

.p-item__preview {
    height: auto;
    border-radius: 0;
    overflow: hidden;
}

.p-item__photos {
    justify-content: space-between;
	margin-bottom: 2em;
}

.p-item__photo {
	width: 19%;
    height: auto;
	margin-right: 0;
	margin-bottom: 6px;
}
.p-item__photos:before {
    content: "";
    display: block;
	width: 19% !important;
    height: 0;
    order: 1;
}

.p-item__photos:after {
    content: "";
    display: block;
	width:23%;
    height: 0;
}

.p-item__title {
	border-bottom:1px solid #A1A1A1;
	font-size: clamp( 16px, calc( 12px + 1vw ), 24px );
	font-weight: 500;
	padding:0.8em 0;
}

.p-item__addcart .p-price{
    justify-content: flex-end;
}

.fb_iframe_widget span {
    vertical-align: top !important;
}

.p-recommend__body .u-colorMain {
    color: #252525;
    font-size: 15px;
}
.p-recommend__thumb {
    width: 100%;
	border-radius: 0;
    height: auto;
}

#amountSelectWrap {
    display: flex;
	justify-content: flex-end;
    align-items: center;
    gap: 8px;
}

#amountSelectWrap label {
  line-height: 1;
  font-size: 16px;
  padding-bottom: 0.5em;
}

#amountSelectWrap select {
  height: 32px;
  font-size: 16px;
  padding: 4px 8px;
}

@media screen and (min-width: 825px) {
.p-item__details { width: 50%; max-width:500px; margin-right:5%;}
.p-item__addcart { width: 45%;}
.p-item__photo {width:118px; margin-bottom: 6px;}
.p-item__photos:before { width:118px;}
.p-item__photos:after {  width:118px;}
.p-recommend__item { width: 30.3333%;margin:0 10px 8px 10px;}
}

@media screen and (max-width: 767px) {
.p-item__photo {margin-right: 0 !important;}
.p-item__title { text-align:left;}
}

/* -----------------------------------
	section02
----------------------------------- */

#section02 {
  margin: 80px auto 0 auto;
}

#section02 .content {
  display: block;
  padding-top: 1.2em;
  margin:0 auto;
  text-align: center;
}

#info {
  margin:0 0 2.5em auto;
}

#section02 .content ul{
  display:inline-block;
  width: 90%;
  max-width: 800px;
}

#section02 .content ul li{
  display: flex;
  align-items: flex-start;
  padding:15px;
}

#section02 .content ul li div{
  font-size: 15px;
}

#section02 .content ul li div.day,
#section02 .content ul li div.label{
  white-space: nowrap;
}

#section02 .content ul li div.label{
  width:6em;
  font-size: 12px;
  font-weight:bold;
  color: #FFF;
  letter-spacing: .15em;
  line-height: 1;
  margin: 1px 8px;
  padding: 4px 6px 5px 6px;
  text-align:center;
}

#section02 .content ul li div.text{
  /*flex: 1 1 0%; */
  flex-basis: auto;
  text-align:left;
}

#section02 .content ul li div.important{
  background-color: #FF2E50;
}

#section02 .content ul li div.event{
  background-color: #A1A1A1;
}

#section02 .content ul li div a {
  color: #222222;
}

ul.newsList {
display: flex;
flex-flow: row wrap;
padding: 10px 0;
}

ul.newsList li {
display: block;
margin: 10px 10px;
}

ul.newsList li:nth-child(-n + 3) {
flex-basis: 130px;
}

ul.newsList li:nth-child(2) {
color: #fff;
font-size: 12px;
padding: 5px 10px;
text-align: center;
background-color: #3c2fb7;
}

ul.newsList li:nth-child(3) {
  flex-basis: auto;
}

@media screen and (max-width: 767px) {
  #section02 .content ul li{ flex-direction: row; flex-wrap: wrap; padding: 16px 0;}
  #section02 .content ul li div.day{ margin-bottom:10px;}
  #section02 .content ul li div.text{ flex: 1 1 100%;}
.l-section { padding-top: 30px; padding-bottom: 30px;}
}

.p-footer__information,
.p-footer::before {
    color: #222;
    background: none;
}

/* -----------------------------------
	about
----------------------------------- */

.company-about>dl {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2rem 0;
  position: relative;
  }
.company-about>dl:first-of-type {
  padding-top: 0;
}
.company-about>dl::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color:#444;
  background-size: 200px 1px;
  background-repeat: repeat-x;
}
.company-about>dl>dd, .company-about>dl>dt {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .04em;
}
.company-about>dl>dd::after, .company-about>dl>dd::before, .company-about>dl>dt::after, .company-about>dl>dt::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
}
.company-about>dl>dd::before, .company-about>dl>dt::before {
  margin-top: calc((1 - 1.8) * .5em;)
}

.company-about>dl>dd::after, .company-about>dl>dt::after {
  margin-bottom: calc((1 - 1.8) * .5em;)
}
.company-about>dl>dt {
  width: 10rem;
  font-weight: 700;
}
.company-about>dl>dd {
    flex: 1;
  }

@media screen and (max-width:1023px) and (min-width:561px) {
  .company-about>dl>dt { width: 9rem;}
}
@media screen and (max-width:559px) {
  .company-about>dl {flex-flow: column; padding: 3rem 0 2.8rem 0; }
  .company-about>dl>dt { width:100%; margin-bottom: .8rem; }
}

/* -----------------------------------
	blog
----------------------------------- */

.main #about.blogDetail a {
    font-size: 1.8rem !important;
}

.main #about.blogDetail .blog_title h2 {
    font-size: 1.8rem !important;
}
	
#about .blog_title h2 {
    font-size: 1.6rem !important;
}

.main #about .social {
    margin-top: 30px !important;
    margin-bottom: -64px !important;
    border-bottom: 1px solid #A1A1A1;
    padding-bottom: 2em;
}
.social a {
    width: 40px !important;
    height: 40px !important;
}

.main #about .blog_contents img {
	display:inline-block;
    width: 100%;
	max-width:800px !important;
}

@media screen and (max-width: 599px) {
  .main #about.blogDetail a { font-size: 1.6rem !important;}
}

/* -----------------------------------
	law
----------------------------------- */

#privacy, #law {
    position: relative;
    font-family: "DNPShueiMinPr6N-L";
    letter-spacing: 1px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.6em;
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

#privacy h2, #law h2 {
    margin: 0;
}

#privacy h3, #privacy dt {
    margin: 30px 0 8px;
}

#law h3 {
    font-size: 14px;
    position: absolute;
    left: 0;
    width: 19%;
    margin: 15px 0 0 20px;
}

#law p {
    width: 75%;
    margin: 0;
    padding: 15px 0 15px 25%;
    border-bottom: 1px solid #444;
}

@media screen and (max-width: 767px) {
 #law h3 { width: 100%; margin: 15px 0 0 20px;}
 #law p { width: 100%; padding: 3em 0 15px 5px;}
 #law p:nth-child(3) { border-bottom: none;}
 #law p:nth-child(4) { padding: 2px 0 15px 5px;}
}

/* -----------------------------------
	contact
----------------------------------- */

.descriptionArea {
    border: 1px solid #ccc;
    margin: 3rem 0;
    padding: 2.5rem 3rem;
    font-size: 1.4rem;
}

.control-panel{
    width:100%;
	margin:0 auto;
    text-align:center;
}
.control-panel #buttonLeave{
    display:inline-block !important;
}
	
/* -----------------------------------
	footer
----------------------------------- */

.p-footer__information {
    color: #000000;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-footer__information .p-footer__link {
	color: #222;
    font-size: .9rem;
    margin: 0 auto;
}
.p-footer__name,
.p-footer__information a {
	display:block;
}

ul.p-footer__copyright {
   display: flex;
 }

ul.p-footer__copyright li {
    border-left:1px solid #222;
    padding:0 1.5em;
 }
ul.p-footer__copyright li:last-child {
    border-right:1px solid #222;
 }

.sns-nav {
    width: 37px;
	margin: 1em auto 0 auto;
    text-align: center;
}
.sns-nav img {
    width:100%;
	height:auto;
}

 @media screen and (max-width: 767px) {
  .sns-nav { margin: 1em auto;}
  .l-footer { margin-top: 30px;}
  .p-footer__information .p-footer__copyright { width:100%;flex-direction: column; text-align: center; line-height: 32px; margin-top: -18px;}
  ul.p-footer__copyright li { width:100%;border-left: none;padding: 0;}
  ul.p-footer__copyright li:last-child { border-right:none;}
  .p-footer__name,.p-footer__information a { width:100%; border-left:0; border-top:1px solid #A1A1A1; margin:0 auto; padding:1.8em 0;}
  a.p-footer__link:hover {background:#f9f8f8; border-bottom: 1px solid #E5E5E5;}
}