@charset "utf-8";

body{
    background-color:#fff ;
    color:#29211f;
    }
/*リンク*/
a:hover{
    opacity: 0.8;
    color:#4b3f3c;
    }
    

/*ヘッダー iframe*/
.iframe-pc{
    margin-top: 50px;
    margin-bottom: 5px;
    }
.iframe-sp{
    display: none;
    }
@media only screen and (max-width: 767px){
    .iframe-pc{
    display: none;
    }
    .iframe-sp{
    display: block;
    height:230px;
    }
    }
@media only screen and (max-width: 767px){
    .iframe-sp{
    height:220px;
    }
    }


/*キャンペーンバナーエリア*/
.bnr-wrap_pc{
    max-width:1020px;
    margin:0 auto;
    }
.bnr-wrap_sp{
    display: none;
    }
.can-bnr{
    width:500px;
    height:100px;
    }
.f-bnr{
    width:500px;
    height:100px;
    }
@media only screen and (max-width: 1005px){
    .bnr-wrap_pc{
    display: none;
    }
.bnr-wrap_sp{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    }
    }


/*トップイメージ*/
.top_img{
    margin: 0 auto;
    text-align: center;
    }
.topimg_back{
    background-color:#de1011;
    }
.top_img img{
    max-width: 1020px;
    vertical-align:top;
    }
.top_img_sp{
    display: none;
    }
@media only screen and (max-width: 767px){
    .top_img_pc{
        display:none;
    }
    .top_img_sp{
        display: block;
    }
    .top_img img{
        margin-bottom:40px
    }
    }
    

/*イントロ*/
.intro{
    width:96%;
    margin:50px auto 50px;
    font-size:1.2rem;
    font-weight:bold;
    }
@media only screen and (max-width: 767px){
    .intro{
    margin-bottom:30px
    }
    }
@media screen and (max-width:428px) {
    .intro{
    font-size:1.1rem;
    }
    }
    

/*カウントダウン*/
.countdown_p{
    font-size:1rem;
    font-weight: 600;
    color:#de1011;
    margin:5px auto 0;
    text-align: center;
    }
.countdown{
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    color:#de1011;
    font-size: 1.2rem;
    }
.countdown_em{
    font-size: 2rem;
    }


/*ナビボタン*/
.nav_wrap{
    max-width: 100%;
    background-size: 40px 40px;
    background: repeating-linear-gradient(135deg, #faf6b5, #faf6b5 10px, #fff 10px, #fff 16px);
    background-repeat: repeat;
    }
.nav{
    max-width: 1020px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
	margin: 50px auto 80px;
    gap: 10px 20px;
    padding: 25px 0 25px;
    }
.nav li {
    max-width: 130px;
    height: 130px;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
    line-height: 1.5rem;
	text-align: center;
    border-radius: 50%;
    background-color: #af8d1c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    }
.nav li p{
    width:150px;
    padding: 10px;
    letter-spacing: 0rem;
    }
@media only screen and (max-width: 767px){
    .nav{
	margin: 40px auto 50px;
    padding: 20px 0 20px;
    letter-spacing: 0.3px;
    }
    }
@media only screen and (max-width: 499px){
    .nav{
	margin: 30px auto 40px;
    padding: 15px 0 15px;
    }
    .nav li {
    font-size: 0.8rem;
    max-width: 100px;
    height: 100px;
    line-height: 1.2rem;
    }
    }
/*追従ナビ設定*/
.nav_stiky{
	margin: 50px auto 80px;
    position: fixed;
    z-index: 99999;
    top: 20px;
    right: 0px;
    padding: 6px 80px;
    }
.nav_stiky a {
    display: block;
    width: 110px;
    height: 110px;
    margin-bottom: 10px;
	color: #fff;
	font-size: 0.9rem;
	font-weight: bold;
    line-height: 1.3rem;
    letter-spacing: 0.1rem;
	text-align: center;
    border-radius: 100%;
    background-color: #af8d1c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    }
.nav_stiky li p{
    max-width:100px;
    padding: 15px;
    }
@media only screen and (max-width: 767px){
    .nav{
	margin: 40px auto 50px;
    padding: 20px 0 20px;
    }
    .nav_stiky li p{
    padding: 10px;
    }
    }
@media only screen and (max-width: 499px){
    .nav{
	margin: 30px auto 40px;
    padding: 15px 0 15px;
    }
    .nav_stiky.nav li {
    max-width: 100px;
    height: 100px;
    font-size: 0.7rem;
    line-height: 1.0rem;
    }
    }
/*レスポンシブ調整*/
@media only screen and (max-width: 1280px){
    .nav_stiky{
    width: 100%;
    background-color: #af8d1c;
    display: flex;
    justify-content: center;
    flex-wrap: none;
    align-items: center;
    margin: 0;
    top: 0px;
    right: 0px;
    padding: 0;
    }
    .nav_stiky a {
    width: 20%;
    height: 90px;
    margin-bottom: 0px;
    border-radius: 0;
    font-size: 0.9em;
    box-shadow: none;
    border-right:1px solid #fff;
    }
    .nav_stiky a:first-child{
    border-left:1px solid #fff;
    }
    }
@media only screen and (max-width: 780px){
    .nav_stiky a {
    width: 33%;
    font-size: 0.9em;
    letter-spacing: 0.3px;
    line-height: 1.1rem;
    }
    /*
    .nav_stiky a:first-child{
    border-left:none;
    }
    .nav_stiky a:last-child{
    border-right:none;
    }*/
    }
@media only screen and (max-width: 460px){
    .nav_stiky a {
	font-weight: bold;
    }
    .nav_stiky li p{
    padding: 4px;
    }
    }

    
/*見出しテキスト*/
h2{
    display: flex;
    flex-direction:column;
    line-height:40px;
    text-align: center;
    }
.headline_point{
    margin: 0 auto 20px;
    line-height: 30px;
    font-size:1.1rem;
    background:#29211f;
    padding:5px 20px;
    border-radius:50px;
    color:#fff;
    font-weight:bold;
    }
.headline{
    font-size:2rem;
    font-weight:bold;
    margin-bottom: 10px;
    }
.headline_date{
    margin-bottom:40px;
    font-size:1.4rem;
    font-weight:bold;
    line-height: 16px;
    }
.can_headline{
    line-height: 2rem;
    }
.headline_date p{
    font-size: 1rem;
    margin-top: 16px;
    }
.caption{
    max-width:96%;
    margin:0px auto 30px;
    text-align: center;
    font-size:1rem;
    line-height:24px;
    font-weight:bold;
    }
@media screen and (max-width:499px) {
    .headline_point{
    font-size:1rem;
    margin: 0 auto 15px;
    }
    .headline{
    font-size:1.4rem;
    font-weight:bold;
    margin-bottom: 0px;
    }
    
    }


/*お知らせエリア*/
.contents_wrap_can{
    background-color:#faf6b5;
    max-width: 1020px;
    margin: 0 auto 60px;
    padding: 25px 0 25px;
    text-align: center;
    }
.contents_inner_can{
    background-color: #fffaed;
    width: 95%;
    margin: 0 auto;
    padding: 40px 0 30px;
    border-radius: 15px;
    text-align: center;
    }
.can_wrap{
    padding: 0 20px;
    }
.contents_wrap_can .headline{
    margin-bottom: 20px;
    }
.contents_wrap_can .headline_date{
 
    }
.contents_wrap_can .headline_point{
    background-color:#de1011;
    color:#fff;
    }
.contents_wrap_can .caption{
    font-size: 1.4rem;
    color:#29211f;
    margin-bottom: 25px;
    }
.can_caption{
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.7rem;
    margin: 20px 0 30px;
    }
.can_caption span{
    color:#e52828;
    font-size: 1.4rem;
    }
.contents_wrap_can .caption span{
    color:#e52828;
    font-size: 1.8rem;
    line-height: 2.3rem;
    background: linear-gradient(transparent 60%, #ffff72 60%);
    }
.contents_wrap_can a{
    display: block;
    text-align: center;
    }
.contents_wrap_can img{
    max-width:800px;
    }
.contents_wrap_can .small_em{
    margin-top: 10px;
    margin-bottom: 40px;
    font-weight: 600;
    text-align: center;
    font-size: 1rem;
    color:#de1011;
    }
@media screen and (max-width:499px) {
    .contents_wrap_can .caption{
    font-size: 1.2rem;
    }
    .contents_wrap_can .caption span{
    font-size: 1.5rem;
    }
    }


/*クーポンエリア*/
.contents_wrap_coupon{
    background-color: #de1011;
    max-width: 1020px;
    margin: 0 auto 100px;
    padding: 25px 0 25px;
    color:#de1011;
    }
.contents_inner{
    background-color: #fffaed;
    width:95%;
    margin: 0 auto;
    padding: 40px 0 70px;
    border-radius:15px;
    text-align: center;
    }
.coupon_wrap{
    margin: 0 auto;
    max-width:616px;
    padding: 0 20px;
    }
.coupon_countdown{
    margin-bottom: 10px;
    }
.contents_wrap_coupon .headline_date{
    color:#29211f;
    }
.contents_wrap_coupon .caption{
    color:#29211f;
    }
.coupon_wrap li{
    margin-top:20px
    }
.coupon_wrap li a{
    display: flex; 
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-bottom: 30px;
    }
/*.coupon_wrap p{
    font-weight: 600;
    text-align: center;
    font-size: 1.2rem;
    }*/
.sbtitle{
    font-weight: 600;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 50px;
    }
.sbtitle.time-coupon{
    font-size: 1.4rem;
    margin-top: 30px;
    }
.small_em{
    margin-top: 15px;
    margin-bottom: 40px;
    font-weight: 600;
    text-align: center;
    font-size: 1rem;
    }
.induction{
    font-size: 1.3rem;
    text-align: center;
    }

.c_sp{
    display: none;
    }
@media screen and (max-width:499px) {
    .contents_wrap_coupon{
    margin: 0 auto 70px;
    }
    .contents_inner{
    padding: 40px 0 60px;
    }
    .c_pc{
    display: none;
    }
    .c_sp{
    display: block;
    padding: 0 20px;
    }
    .sbtitle{
    margin-top: 10px;
    }
    .small_em{
    margin-top: 10px;
    margin-bottom: 20px;
    }
    }


/*セールエリア*/
.sale_diff{
    background: repeating-linear-gradient(135deg, #faece4, #faece4 10px, #fff 10px, #fff 16px);
    background-repeat: repeat;
    /*background-size: 40px 40px;*/
    }
.contents_wrap_sale{
    background-color: #fff8c3;
    max-width: 100%;
    margin: 0 auto 100px;
    padding: 40px 0 60px;
    color:#29211f;
    }
.sale_list-coupon{
    max-width:400px;
    margin: 0px auto;
    padding-top: 50px;
    text-align: center
    }
.sale_list-coupon p{
    margin:0 0 10px;
    font-size: 1.2rem;
    font-weight: 600;
    }
.sale_list_wrap ul li p {
    line-height: 1.3rem;
}
@media screen and (max-width:499px) {
    .sale_list-coupon{
    padding-right: 20px;
    padding-left: 20px;
    }
    }
/**/
.headline_sale_back{
    background-color: #fffaed;
    max-width:1020px;
    height:270px;
    }
.contents_wrap_sale .headline_point{
    background-color: #de1011;
    }
/*カウントダウン調整*/
.sale_countdown{
    color:#de1011;
    }
.contents_wrap_sale .countdown{
    margin-bottom: 40px;
    color:#de1011;
    }
/*セールエリア内枠*/
.sale_inner{
    background-color: #fff;
    max-width: 97%;
    margin: 0 auto;
    }
.sale_list_wrap{
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    padding: 50px 25px 0 25px;
    letter-spacing: 0.5px;
    }
@media screen and (max-width:499px) {
    .contents_wrap_sale{
    margin: 0 auto 70px;
    padding: 30px 0 40px;
    }
    }
@media screen and (max-width:499px) {
    .contents_wrap_can{
    margin: 0 auto 70px;
    }
    }

/*セールエリア_商品*/
.sale_list_wrap ul{
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
/*PCレイアウト調整*/
.item-visible{
    visibility: hidden;
    }
@media screen and (max-width:599px) {
    .item-visible{
    display: none;
    }
    }
.contents_wrap_can .sale_list_wrap ul li {
    height:435px;
    }
.sale_list_wrap ul li {
    width: 22%;
    height:450px;
    margin: 0 0 60px 0;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    }
.sale_list_wrap ul li img{
    border: 1px solid #fff;
    box-sizing: border-box;
    margin-bottom: 10px;
    }
/*レスポンシブ_商品ボックス調整*/
@media screen and (max-width:1100px) {
    .sale_list_wrap ul li {
      height: 430px;
    }
    }
  @media screen and (max-width:1000px) {
    .sale_list_wrap ul li {
      height: 420px;
    }
    }
  @media screen and (max-width:920px) {
    .sale_list_wrap ul {
      width: 103%;
    }
    .sale_list_wrap ul li {
      width: 30.3%;
      margin: 0 3% 50px 0;
      padding: 10px;
      height: 470px;
    }
    }
  @media screen and (max-width:770px) {
    .sale_list_wrap ul li {
      height: 420px;
    }
    }
  @media screen and (max-width:725px) {
    ul.sale_list_wrap li {
      width: 47%;
      margin: 1%;
      margin-bottom: 40px;
      height: 400px;
    }
  }
  @media screen and (max-width:680px) {
    .sale_list_wrap ul li {
      height: 420px;
    }
    }
  @media screen and (max-width:599px) {
    .sale_list_wrap {
      padding: 20px 20px 0 20px;
    }
    .sale_list_wrap ul {
      width: 102%;
    }
    .sale_list_wrap ul li {
      width: 48%;
      margin: 0 2% 60px 0;
      padding: 10px;
      height:460px;
    }
    .sale_list_wrap ul li p.pr1 {
      font-size: 14px;
    }
    }
  @media screen and (max-width:530px) {
    .sale_list_wrap ul li {
      height:420px;
    }
    }
  @media screen and (max-width:500px) {
    .sale_list_wrap ul li {
      height:420px;
    }
    }
  @media screen and (max-width:450px) {
    .sale_list_wrap {
      padding: 10px 10px 40px 10px;
    }
    .sale_list_wrap ul li {
      margin: 10px 2% 20px 0;
      height:410px;
    }
    .sale_list_wrap ul li p.sttl {
      font-size: 12px;
    }
    .sale_list_wrap ul li p.pr1 {
      font-size: 12px;
    }
    }
  @media screen and (max-width:350px) {
    .sale_list_wrap ul li {
      margin: 0 2% 10px 0;
      height:370px;
    }
    .sale_list_wrap ul li p.sttl {
      font-size: 10px;
    }
    .ico_off, .ico_free {
      font-size: 10px;
    }
    }
/*オフ率カラー*/
.ico_off {
    background: #e52828;
    color: #fff;
    }
/**/
.ico_free {
    background: #a7bac3;
    color: #fff;
    }
/*商品名*/
.sttl{
    color:#333;
    }
/*リスト内見出し*/
p.list_ttl{
    color:#1d1a1a;
    font-size: 26px;
    }
.sale_list_wrap ul li p.sttl {
  height: 60px;
  font-size: 14px;
  overflow-y: hidden;
  margin-bottom: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
    }
.sale_list_wrap ul li p.pr1 {
  text-decoration: line-through;
  color: #e52828;
  margin-bottom: 10px;
    }
.sale_list_wrap ul li p.pr2 {
  color: #e52828;
  /*  background: red;
  border-radius: 50px;
  padding: 5px 0 2px;*/
  text-align: center;
  font-size: 25px;
  font-weight: 600;
    }
/*リスト内背景*/
.sale_list_wrap ul li {
    background: #f8f5ef;
    }
/*価格*/
.sale_list_wrap ul li p.pr1,
.sale_list_wrap ul li p.pr2{
    color: #e52828;
    }
/*税込み*/
span.zeikomi{
	font-size:60%;
	}
/**/
.pr2{
    margin-bottom: 10px;
    }
/*商品を見るボタン*/
.morebtn{
    display: block;
    border: 1px solid #29211f;
    margin: 0 auto 10px;
    max-width:150px;
    height: 30px;
    line-height:30px;
    text-align: center;
    color: #29211f;
    }
.morebtn:before {
    content: "商品を見る";
    font-size: 0.9rem;
    color: #29211f;
    }
.morebtn a{
    width:150px;
    height: 30px;
    }
/*もっと見るボタン*/
.morebutton{
    display: inline-block;
    padding: 20px 40px;
    border-radius: 10px;
    background: #e52828;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin-top: 50px;
    margin-bottom: 0px;
    transition: opacity .2s ease;
    }
.coupon-btn{
    margin: 50px auto 0;
    }
/*強調テキスト*/
.font_em{
    font-size:19px;
    font-weight: 600;
    color:#e52828;
    margin:5px 0;
    text-align: center;
    }
/*もっと見るバナー*/
.cat_bnr{
    display: block;
    max-width:800px;
    margin: 0 auto;
    padding-bottom: 50px;
    }
.cat_bnr img{
    margin-bottom: 10px;
    }
.cat_bnr p{
    font-size: 1.2rem;
    font-weight: 600;
    }


/*アコーディオン*/
.readmore {
    max-width: 1020px;
	position: relative;
	margin: 50px auto 120px;
	padding: 0 20px 75px;
    font-size: 1rem;
    line-height: 1.4rem;
  }
.readmore label {
	position: absolute;
	display: table;
	left: 50%;
	bottom: 0;
	margin: 0 auto;
	width: 200px;
	padding: 10px 0;
	color: #000;
	text-align: center;
	border-radius: 7px;
	border: 1px solid #000;
	background-color: #fff;
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 1;
  }
.readmore label::before{
	content: '続きを見る';
  }
.readmore input[type="checkbox"]:checked ~ label::before {
	content: '元に戻す';
  }
.readmore input[type="checkbox"]{
	display: none;
  }  
.readmore-content {
	position: relative;
	height: 130px;
	overflow: hidden;
  }
.readmore input[type="checkbox"]:checked ~ .readmore-content {
	height: auto;
  }
.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100%);
    }
.readmore input[type="checkbox"]:checked ~ .readmore-content::before {
  display: none;
    }
@media screen and (max-width:500px) {
    .readmore {
    font-size: 0.9rem;    
    line-height: 1.3rem;
    }
    }



/*文章アコーディオン*/
.accordion-wrap{
    padding:0 10px;
    }
.accordion-003 {
    max-width:950px;
    font-size: 2rem;
    font-weight: 600;
    margin:10px auto 30px;
    border-bottom: 1px dotted #723b25;
    }
.accordion-003 summary {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0em 0em 0.5rem;
    font-weight: 600;
    cursor: pointer;
    }
.accordion-003 summary::-webkit-details-marker {
    display: none;
    }
.accordion-003 summary::after {
    position: relative;
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    top:0;
    left: 22%;
    margin-left: 10px;
    border-bottom: 3px solid #723b25;
    border-right: 3px solid #723b25;
    content: '';
    transition: transform .3s;
    }
.accordion-003.over summary::after {
    left: 36%;
    }
.accordion-003[open] summary::after {
    transform: rotate(225deg);
    }
.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    font-weight: normal;
    font-size: 0.9rem;
    transition: transform .5s, opacity .5s;
    text-align: left;
    }
.accordion-003[open] p {
    transform: none;
    opacity: 1;
    }
@media screen and (max-width: 1000px) {
    .accordion-003 summary::after {
    left: 20%;
    }
    }
@media screen and (max-width: 767px) {
    .accordion-003 summary{
    font-size: 1.5rem; 
    }
    .accordion-003 summary::after {
    left: 20%;
    }
.accordion-003.over summary::after {
    left: 25%;
    }
    }
@media screen and (max-width: 750px) {
    .accordion-003 summary::after {
    left: 15%;
    }
    }
@media screen and (max-width: 620px) {
    .accordion-003 summary::after {
    left: 10%;
    }
    }
@media screen and (max-width: 510px) {
    .accordion-003 summary::after {
    left: 8%;
    }
    }
@media screen and (max-width: 450px) {
    .accordion-003 summary {
    font-size: 1.3rem;        
    }
    .accordion-003 summary::after {
    left: 2%;
    }
    }






/*回遊バナー*/
.kaiyu{
    margin:70px auto 50px;
    width:800px;
    }
.kaiyu p{
    color: #a80306;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    }


/*セットリンクボタン*/
.set-link{
    max-width:1020px;
    margin: 0 auto 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
    }
.set-link .morebutton{
    background-color: #ff4a64;
    margin: 0 auto;
    text-align: center;
    width:360px;
    }
.set-link_em{
    font-size: 1.5rem;
    font-weight: 600;
    color:#ff4a64;
    text-align: center;
    margin-bottom: 50px;
    }
@media only screen and (max-width: 980px){
    .set-link .morebutton{
    width:270px;
    font-size: 1.2rem;
    }
    .set-link_em{
    font-size: 1.2rem;
    margin-bottom: 30px;
    }
    }
@media only screen and (max-width: 760px){
    .set-link .morebutton{
    width:55%;
    }
    }
@media only screen and (max-width: 491px){
    .set-link .morebutton{
    width:70%;
    font-size: 1rem;
    }
    }


/*ギフト説明*/
.gift-img{
    margin: 0 auto 100px;
    text-align: center;
    }
.gift-img .headline{
    color:#e93d4d;
    }
.gift-img img{
    max-width:750px;
    }
.gift-img .contents_inner_can{
    background-color: #fff;
    }
.gift-img .morebutton{
    background-color: #e93d4d;
    max-width:500px;
    margin: 0 auto;
    margin-bottom: 50px;
    }
.gift-eximg{
    margin-bottom: 70px;
    }
@media only screen and (max-width: 750px){
    .gift-img .morebutton{
    margin-bottom: 30px;
    }
    .gift-eximg{
    margin-bottom: 50px;
    }
    }



    
/*TOPへ戻るボタン*/
.sale_list.return {
    padding:0;
    margin-bottom: 70px;
    }
.sale_list.return .morebutton{
    background: #fff;
    color:#999;
    border: 1px solid #999;
    border-radius: 10px;
    font-size: 1.3rem;
    }


/*カテゴリなど iframe*/
.category-pc{
    width:100%;
    height:2100px;
    }
@media only screen and (max-width: 930px){
    .category-pc{
    height:2050px;
    }
    }
@media only screen and (max-width: 800px){
    .category-pc{
    height:2000px;
    }
    }
@media only screen and (max-width: 750px){
    .category-pc{
    height:1960px;
    }
    }
@media only screen and (max-width: 685px){
    .category-pc{
    height:1930px;
    }
    }
@media only screen and (max-width: 639px){
    .category-pc{
    height:2060px;
    }
    }
@media only screen and (max-width: 599px){
    .category-pc{
    height:3270px;
    }
    }
@media only screen and (max-width: 560px){
    .category-pc{
    height:3160px;
    }
    }
@media only screen and (max-width: 540px){
    .category-pc{
    height:3100px;
    }
    }
@media only screen and (max-width: 520px){
    .category-pc{
    height:3030px;
    }
    }
@media only screen and (max-width: 499px){
    .category-pc{
    height:2680px;
    }
    }
@media only screen and (max-width: 470px){
    .category-pc{
    height:2630px;
    }
    }
@media only screen and (max-width: 465px){
    .category-pc{
    height:2740px;
    }
    }
@media only screen and (max-width: 440px){
    .category-pc{
    height:2690px;
    }
    }
@media only screen and (max-width: 420px){
    .category-pc{
    height:2640px;
    }
    }
@media only screen and (max-width: 400px){
    .category-pc{
    height:2600px;
    }
    }
@media only screen and (max-width: 380px){
    .category-pc{
    height:2530px;
    }
    }
@media only screen and (max-width: 360px){
    .category-pc{
    height:2460px;
    }
    }
@media only screen and (max-width: 340px){
    .category-pc{
    height:2420px;
    }
    }


/*フッター iframe*/
.iframe-footer-pc{
    width:100%;
    margin-top: 50px;
    margin-bottom: 20px;
    height:900px;
    }
.iframe-footer-sp{
    display: none;
    }
@media only screen and (max-width: 767px){
    .iframe-footer-pc{
    display: none;
    }
    .iframe-footer-sp{
    display: block;
    width:100%;
    height:1060px;
    /*
    height:650px;*/
    }
    }
/*PCレスポンシブ調整*/
@media screen and (max-width:1390px) {
    .iframe-footer-pc{
    height:1430px;
    }
    }
@media screen and (max-width:1075px) {
    .iframe-footer-pc{
    height:1450px;
    }
    }
@media screen and (max-width:948px) {
    .iframe-footer-pc{
    height:1490px;
    }
    }
@media screen and (max-width:838px) {
    .iframe-footer-pc{
    height:1515px;
    }
    }
@media screen and (max-width:809px) {
    .iframe-footer-pc{
    height:1530px;
    }
    }
/*SPレスポンシブ調整*/
@media screen and (max-width:313px) {
    .iframe-footer-sp{
    height:665px;
    }
    }

/*copyright*/
.copyright{
    width:100%;
    margin-bottom: 20px;
    font-size:0.7rem;
    text-align: center;
    }