@charset "utf-8";
/* ------------------------------------------------------
 * Reset
------------------------------------------------------ */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{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;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;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;}
input,select{vertical-align:middle;}
/* ----- custom ----- */
main{display:block;margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
h1,h2,h3,h4,h5,h6,small{font-weight:normal;}
ul,ol{list-style:none;}
strong{font-weight:bold;}
em,i{font-style:italic;}
address{font-style:normal;}
hr,legend{display:none;}
time{display:block;}
sub,sup{position:relative;font-size:74%;line-height:1;}
sup{top:-.15em;}
sub{bottom:-.1em;}
img{max-width:100%;height:auto;vertical-align:top;}
/* ------------------------------------------------------
 * Basic
------------------------------------------------------ */
html {
font-size: 62.5%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
color: #333;
font: 1.4rem/1.65 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
word-wrap : break-word;
}
body *,
body *::before,
body *::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* ----- a ----- */
a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}

a:hover   {color:#0075c2;text-decoration:none;opacity: 0.8;}
a:active  {color:#0075c2;text-decoration:none;}
/* ----- form ----- */
input,
select,
textarea,
button,
pre {
border-radius: 0;
box-shadow: none;
color: #333;
font: 1.6rem/1.75 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input[type="text"],
textarea {
-webkit-appearance: none;
appearance: none;
}
/* ------------------------------------------------------
 * General Purpose
------------------------------------------------------ */
/* ----- device ----- */
.pc-hidden{
  display: none !important;
}
/* ----- inner-block ----- */
.inner-block{
  max-width: 1201px;
  margin: 0 auto;
}
/* ------------------------------------------------------
 * Header
------------------------------------------------------ */
/* ----- haeder -----*/
#haeder.Header{
}
/* ----- headerBody -----*/
#header.Header > .header-fix-wrap{
  width: 100%;
  padding: 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 12px 0 rgba(0, 0, 0, .12);
}
#header.Header > .header-fix-wrap > .header-fixheight > #headerBody.HeaderBody{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
#header.Header > .header-fix-wrap > .header-fixheight > #headerBody.HeaderBody > .header-identity .heading-title{
  width: 50%;
}
/* ------------------------------------------------------
 * Footer
------------------------------------------------------ */
/* ----- footer -----*/
#footer.Footer{
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 100px;
  text-align: center;
  
}
/* ----- footerBody -----*/
#footer.Footer > #footerBody.footerBody{
}
/*-- Pagetop --*/
.Pagetop{
  position: fixed;
  display: none;
  right: 5%;
  bottom: 275px;
  width: 70px;
  height: 70px;
  background: #92EDE4;
  border: 2px solid #fff;
  border-radius: 50%;
  z-index: 9998;
}
.Pagetop a{
  display: block;
  position: relative;
  height: 100%;
}
.Pagetop a:after{
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -4px;
  margin-left: -7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#footer.Footer > #footerBody.footerBody >.footer_continer{
  width: 100%;
  padding: 50px 0 20px;
  background: #72e0d5;
  text-align: center;
}
#footer.Footer > #footerBody.footerBody >.footer_continer a{
  text-decoration: none;
}
#footer.Footer > #footerBody.footerBody >.footer_continer > .footer_site_link{
  margin-bottom: 30px;
}
#footer.Footer > #footerBody.footerBody >.footer_continer > .footer_site_link img{
  width: 10%;
  min-width: 180px;
}
#footer.Footer > #footerBody.footerBody > .footer_continer > .footer_contact > a{
  font-size: 18px;
  font-weight: bold;
  padding-left: 1.0em;
  color: #fff;
  position: relative;
  border-bottom: 1px solid #fff;
}
#footer.Footer > #footerBody.footerBody > .footer_continer > .footer_contact > a:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#footer.Footer > #footerBody.footerBody >.footer_continer > .footer_link a{
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
}
#footer.Footer > #footerBody.footerBody > .footer-copyright{
  padding:8px;
  text-align: center;
  background: #000;
  color: #999;
  font-size: 12px;
}
/* ------------------------------------------------------
 * anc
------------------------------------------------------ */
/* ----- anc_area ----- */
.anc_area{
  width: 100%;
}
.anc_area > .ancList{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1200px;
  margin: 0 auto;
}
.anc_area > .ancList > .list_primary{
  width: 20%;
  text-align: center;
}
.anc_area > .ancList > .list_primary > a{
  display: block;
  position: relative;
  padding: 10px;
  width: 100%;
  color: #333;
  font-size: 20px; 
  font-weight: bold;
  text-decoration: none;
}
.anc_area > .ancList > .list_primary > a:before{
  content: "";
  position: absolute;
  left: 1em;
  top: 1em;
  width: 10px;
  height: 10px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* ------------------------------------------------------
 * Main
------------------------------------------------------ */
/* ----- main ----- */
#main.Main{
}
#main.Main > #mainBody.MainBody{
  width: 100%;
  height: 100%;
  position: relative;
}
#main.Main > #mainBody.MainBody > .main_container{
}
/* ----- page_top & page_title ----- */
.page_top{
  position: relative;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
.page-title{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #252970;
  margin: 0;
}
/*----------------------
* hero
------------------------*/
.hero{
  background: #72e0d5;
  padding: 30px;
}

/*----------------------
* contents
------------------------*/

div.contents{
  margin: 16px 0;
  padding: 36px 16px;
    }
div.bgc{background-color:#ECFFFA;}

div.contents p.inner-header{
	font-weight:bold;
	font-size: 2rem;
	border-bottom: solid 2px #333;
	margin-bottom: 24px;
}

/*-- お得なキャンペーン --*/
div.cam-img img{width: 100%;}


/*-- item-pickup --*/
div.pickup-item{
  border:solid 1px #ccc;
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
}


div.pickup-item > div.item-img{width: 45%;}
div.pickup-item > div.item-txt{
  width:50%;
  padding: 16px 0;
}

div.item-txt > p.catchphrase{
  font-size: 1.8rem;
  color: #707070;
}

div.item-txt > p.item-price{
	text-align: right;
	font-size: 1.8rem;
	color: #C72D30;
}

div.item-txt > dl > dt{
  font-size: 2.4rem;
  font-weight: bold;
}

div.item-txt > dl > dd{margin:24px 0;}

div.item-txt > a{
  display: block;
  max-width: 100%;
  margin: 16px auto;
  padding: 18px;
  border-radius: 6px;
  text-align: center;
  background-color: #E68EC4;
  color: #fff;
  font-weight: bold;
  transition: transform .2s;
  }
  
div.item-txt > a:active{transform:scale(.95)}


/*-- item-list --*/
p.item-list-header{
  text-align:center;
  font-size: 2rem;
  font-weight:bold;
  background-image: linear-gradient(90deg, rgba(255,255,255,0) 0% 40%, rgba(0,0,0,1) 40% 60%, rgba(255,255,255,0) 60%);
  background-repeat: no-repeat;
  background-size: 80% 0.5rem;
  background-position: bottom;
  margin-bottom: 32px;
  padding-bottom: 18px;
}

div.item-list > ul{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

div.item-list > ul::after{
  content:"";
  display: block;
  width:30%;
}

div.item-list > ul > li{
  width: 30%;
  margin-bottom: 32px;
}


div.item-list > ul > li img{
  border: solid 1px #cccccc;
  border-radius: 12px;
}

div.item-list > ul > li p{margin-top: 6px;}

a.cate-link-btn{
  display: block;
  max-width: 320px;
  margin: 32px auto 0;
  padding: 12px 18px;
  border-radius: 50px;
  text-align: center;
  background-color: #E68EC4;
  color: #fff;
  font-weight: bold;
  transition: transform .2s;
  }
  
div.item-list > a.cate-link-btn:active{transform:scale(.95)}

/*-- more-recommend-item --*/
div.more-recommend-item{margin: 16px 0;}
div.more-recommend-item img{width: 100%;}

div.more-recommend-item > p.recommend-ttl{
    margin: 0 auto;
    width: 50%;
    max-width: 250px;
}

div.more-recommend-item > p.recommend-coment{
    text-align:center;
    margin: 8px 0;
    }

div.recommend-img{
    display:flex;
    justify-content: space-between;
    
}

div.recommend-img > p{
    width: calc(50% - 4px);
    border: solid 1px #ccc;
}


/*-- tablet-item --*/

p.intro-txt{
  text-align:center;
  margin: 24px 0;
}

div.tablet-item-list div.slick-slide{
  width: 180px;
  margin: 0 8px;
}

div.tablet-item-list > div img{
  border: solid 1px #ccc;
  border-radius: 6px;
}

div.tablet-item-list > div p{
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #707070;
  margin-top:6px;
}


/*-- item-movie --*/
div.item-movie{
  width: 100%;
  aspect-ratio: 16 / 9;
}

div.item-movie > iframe {
  width: 100%;
  height: 100%;
}


/*-- item-bnr --*/
div.item-bnr{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

div.item-bnr > p{
  width: 49.5%;
  margin-bottom: 16px;
}


@media print, screen and (max-width: 767px) {
.inner-block{max-width: 100%;}
.hero{padding: 0;}

div.pickup-item{
  display: block;
  padding: 12px;
  }
div.pickup-item > div.item-img , div.pickup-item > div.item-txt{width: 100%;}

div.item-list > ul::after{
  content:"";
  display: block;
  width:45%;
}

div.item-list > ul > li{
  width: 45%;
  margin-bottom: 32px;
}

div.item-list > ul > li p{
  font-size: 1.4rem;
  line-height: 2rem;
}

div.recommend-img{display:block;}

div.recommend-img > p{
    width: 100%;
    margin-bottom: 4px;
    border: solid 1px #ccc;
}

div.item-bnr{display: block;}
div.item-bnr > p{width: 100%;}
}