@charset "utf-8";

body{
    background-color:#fff ;
    color:#503638;
    }
img{
    margin-bottom:-px;
    }
/*リンク*/
a:hover{
    opacity: 0.8;
    color:#4b3f3c;
    }
    

/*ヘッダー iframe*/
.iframe-pc{
    margin-top: 50px;
    margin-bottom: 20px;
    }
.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;
    }
    }


/*トップイメージ*/
.top_img{
    margin: 0 auto;
    text-align: center;
    }
.topimg_back{
    background-color:#ffedef ;
    }
.top_img img{
    max-width: 1020px;
    }
.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:#f32263;
    margin:5px auto 0;
    text-align: center;
    }
.countdown{
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    color:#f32263;
    font-size: 1.2rem;
    }
.countdown_em{
    font-size: 2rem;
    }


/*ナビボタン*/
.nav_wrap{
    max-width: 100%;
    background-size: 40px 40px;
    background: repeating-linear-gradient(135deg, #f4fad2, #f4fad2 10px, #fff 10px, #fff 16px);
    background-repeat: repeat;
    }
.nav{
    max-width: 1020px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	margin: 50px auto 80px;
    gap: 10px 20px;
    padding: 25px 0 25px;
    }
.nav a {
    display: block;
    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: #a7c072;
    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;
    }
@media only screen and (max-width: 767px){
    .nav{
	margin: 40px auto 50px;
    padding: 20px 0 20px;
    }
    }
@media only screen and (max-width: 499px){
    .nav{
	margin: 30px auto 40px;
    padding: 15px 0 15px;
    }
    .nav a {
    max-width: 100px;
    height: 100px;
    font-size: 0.9rem;
    line-height: 1.2rem;
    }
    }
/*追従ナビ設定*/
.nav_stiky{
    max-width: 100%;
	margin: 50px auto 80px;
    position: fixed;
    z-index: 99999;
    top: 20px;
    right: 0px;
    padding: 6px 70px;
    }
.nav_stiky a {
    display: block;
    max-width: 100px;
    height: 100px;
    margin-bottom: 10px;
	color: #fff;
	font-size: 0.9rem;
	font-weight: bold;
    line-height: 1.2rem;
	text-align: center;
    border-radius: 50%;
    background-color: #a7c072;
    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{
    width:100px;
    padding: 10px;
    }
/*レスポンシブ調整*/
@media only screen and (max-width: 1280px){
    .nav_stiky{
    width: 100%;
    background-color: #a7c072;
    display: flex;
    justify-content: center;
    flex-wrap: none;
    margin: 0;
    top: 0px;
    right: 0px;
    padding: 0;
    }
    .nav_stiky a {
    max-width: 20%;
    height: 90px;
    margin-bottom: 0px;
    border-radius: 0;
    box-shadow: none;
    border-right:1px solid #fff;
    }
    .nav_stiky a:first-child{
    border-left:1px solid #fff;
    }
    }
@media only screen and (max-width: 460px){
    .nav_stiky a {
    font-size: 0.8rem;
	font-weight: bold;
    line-height: 1.1rem;
    letter-spacing: 0rem;
    }
    }


/*見出しテキスト*/
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;
    }
.headline_date{
    margin-bottom:15px;
    font-size:1rem;
    font-weight:bold;
    }
.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.8rem;
    font-weight:bold;
    }

    }

/*クーポンエリア*/
.contents_wrap_coupon{
    background-color: #f32263;
    max-width: 1020px;
    margin: 0 auto 100px;
    padding: 25px 0 25px;
    color:#f32263;
    }
.contents_inner{
    background-color: #fffaed;
    width:95%;
    margin: 0 auto;
    padding: 40px 0 70px;
    border-radius:15px;
    }
.coupon_wrap{
    margin: 0 auto;
    max-width:616px;
    padding: 0 20px;
    }
.c-pc{
    background-color: #a80306;
    }
.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%;
    }
.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;
    }
    }


/*セールエリア*/
.contents_wrap_sale{
    background-color: #faeded;
    max-width: 100%;
    margin: 0 auto 100px;
    padding: 40px 0 60px;
    background-size: 40px 40px;
    /*
    background: repeating-linear-gradient(135deg, #f5f2de, #f5f2de 8px, #fff 8px, #fff 16px);*/
    background-repeat: repeat;
    color:#29211f;
    }
/*枠色違い*/
.sale_diff{
    background-color: #f1fadd;
    background: repeating-linear-gradient(135deg, #f4fad2, #f4fad2 10px, #fff 10px, #fff 16px);
    }
/**/
.headline_sale_back{
    background-color: #fffaed;
    max-width:1020px;
    height:270px;
    }
.contents_wrap_sale .headline_point{
    background-color: #f32263;
    }
/*カウントダウン調整*/
.sale_countdown{
    color:#f32263;
    }
.contents_wrap_sale .countdown{
    margin-bottom: 40px;
    color:#f32263;
    }
/*セールエリア内枠*/
.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;
    }
    }
/*セール子コンテンツある場合・見出し*/
.sale_list_wrap h3{
    max-width:950px;
    font-size: 1.5rem;
    font-weight: 600;
    margin:10px auto 30px;
    border-bottom:1px solid #999;
    }
.sale_list_wrap h3 span{
    display: block;
    margin-bottom: 15px;
    }
/*セールエリア_商品*/
.sale_list_wrap ul{
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
.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: 410px;
    }
    }
  @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:480px;
    }
    .sale_list_wrap ul li p.pr1 {
      font-size: 14px;
    }
    }
  @media screen and (max-width:530px) {
    .sale_list_wrap ul li {
      height:440px;
    }
    }
  @media screen and (max-width:500px) {
    .sale_list_wrap ul li {
      height:430px;
    }
    }
  @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: #f32263;
    color: #fff;
    }
/*ラベル2*/
.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: #f32263;
  margin-bottom: 10px;
    }
.sale_list_wrap ul li p.pr2 {
  color: #f32263;
  /*  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: #f32263;
    }
/*税込み*/
span.zeikomi{
	font-size:60%;
	}
/**/
.pr2{
    margin-bottom: 10px;
    }
/*商品を見るボタン*/
.morebtn{
    display: block;
    border: 1px solid #29211f;
    margin: 0 auto 10px;
    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{
    background: #e92764;
    }
/*強調テキスト*/
.font_em{
    font-size:19px;
    font-weight: 600;
    color:#e92764;
    margin:5px 0;
    text-align: center;
    }
@media screen and (max-width:350px) {

    }



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


/*月間セール*/
.monthly_sale{
    max-width: 1020px;
    margin: 0 auto 100px;
    text-align: center;
    }
.monthly_sale .headline_point{
    background-color: #f32263;
    }
.monthly_sale h3{
    font-size: 1.5rem;
    font-weight: 600;
    margin:10px 0 30px;
    }
.monthly_sale ul{
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 10px;
    padding: 0 20px;
    }
.monthly_sale ul li{
    max-width: 24%;
    }
@media screen and (max-width:799px) {
    .monthly_sale ul li{
    max-width: 23%;
    }
    }
@media screen and (max-width:599px) {
    .monthly_sale ul li{
    max-width: 47%;
    }
    }
@media screen and (max-width:499px) {
    .monthly_sale{
    margin: 0 auto 70px;
    }
    .monthly_sale ul{
    padding: 0 10px;
    }
    }


/*特集エリア*/
.feature{
    background-color: #eaf4f5;
    max-width: 100%;
    margin: 0 auto 100px;
    padding:60px 0 60px;
    text-align: center;
    position:relative;
    }
.headline_deco{
    background: repeating-linear-gradient(135deg, #eaf4f5, #eaf4f5 10px, #fff 10px, #fff 16px);
    width:100%;
    height:15px;
    position:absolute;
    top:0;
    }
.feature_wrap{
    max-width:1020px;
    margin: 0 auto;
    }
.feature .headline_point{
    background-color: #f32263;
    }
.feature h3{
    font-size: 1.5rem;
    font-weight: 600;
    margin:10px 0 30px;
    }
.feature ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
    justify-content: space-between;
    padding:0 20px;
    }
.feature ul li{
    max-width:49%;
    }
@media screen and (max-width:599px) {
    .feature ul li{
    max-width:100%;
    }
    }
@media screen and (max-width:499px) {
    .feature{
    margin: 0 auto 70px;
    padding:40px 0 40px;
    }
    .feature ul{
    padding:0 10px;
    }
    }


/*カテゴリ*/
.category{
    max-width: 100%;
    margin: 0 auto 70px;
    }
.category_wrap{
    max-width:1020px;
    margin: 0 auto 50px;
    padding: 0 20px;
    }
.category h3{
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    margin: 20px 0 30px;
    padding: 30px 0;
    border-bottom: 1px solid #999;
    }
.category ul{
    padding:0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px 10px;
    }
.category ul li{
    width:180px;
    height:60px;
    display: flex;
    align-items: center;
    letter-spacing: 0;
    }
.category ul li img{
    width:60px;
    }
.category ul li span{
    font-weight: 600;
    font-size: 0.9rem;
    margin-left: 10px;
    }
@media screen and (max-width:499px) {
    .category ul{
    padding:0 10px;
    gap: 5px 8px;
    }
    .category ul li{
    width:130px;
    }
    .category ul li img{
    width:50px;
    }
    .category ul li span{
    font-size: 0.8rem;
    margin-left: 5px;
    }
    }



/*新着商品*/
.new-item{
    max-width: 100%;
    margin: 0 auto 100px;
    }
.new-item_wrap{
    max-width:1020px;
    margin: 0 auto 50px;
    padding: 0 20px;
    text-align: center;
    }
.new-item h3{
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    margin: 20px 0 0;
    padding: 30px 0;
    border-bottom:initial;
    }
.new-item img{
    max-width: 800px;
    text-align: center;
    }
.new-item ul{
    max-width:1020px;
    padding:0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 10px;
    }
.new-item ul li{
    max-width:23%;
    display: flex;
    flex-direction:column;
    letter-spacing: 0;
    }
.new-item ul li img{
    margin:0 auto 10px;
    }
.new-item_caption{
    margin-bottom: 5px;
    font-size: 0.9rem;
    }
.new-item_price{
    margin-left: 0;
    font-weight: 600;
    font-size: 0.9rem;
    }
.new-item_tax{
    font-size: 0.8rem;
    }
.new-item_button{
    background-color: #999;
    width:200px;
    height:40px;
    margin:40px auto 0;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    }
.new-item_button a{
    display: block;
    max-width:200px;
    height:40px;
    color:#fff;
    }
@media screen and (max-width:599px) {
    .new-item{
    margin: 0 auto 70px;
    }
    .new-item ul li{
    max-width:47%;
    }
    .new-item ul{
    padding:0 10px;
    }
    }


/*バナーエリア*/
.bnr-area{
    max-width: 100%;
    margin: 0 auto 100px;
    text-align: center;
    position:relative;
    }
.bnr-area_wrap{
    max-width:1020px;
    margin: 0 auto;
    }
.bnr-area .headline_point{
    background-color: #f32263;
    }
.bnr-area h3{
    font-size: 1.5rem;
    font-weight: 600;
    margin:10px 0 30px;
    }
.bnr-area ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px 10px;
    justify-content: space-between;
    padding:0 20px;
    }
.bnr-area ul li{
    max-width:49%;
    }
@media screen and (max-width:599px) {
    .bnr-area ul li{
    max-width:100%;
    }
    }
@media screen and (max-width:499px) {
    .bnr-area{
    margin: 0 auto 50px;
    padding:40px 0 40px;
    }
    .feature ul{
    padding:0 10px;
    }
    }


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


/*フッター*/
/*PC*/
.footer_info_pc{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width:1300px;
    margin:0 auto;
    gap:0 20px;
    padding: 0 30px;
    }
.footer_info_sp{
    display: none;
    }
.b-hours_info{
    width: 23%;
    margin: 1em auto;
    text-align:left;
    }
@media screen and (max-width:1390px) {
.b-hours_info{
    width: 47%;
    }
    }
.b-hours_title_info{
    border-bottom: solid 1px #29211f;
    padding: 0.8rem;
    display: block;
    font-weight: bold;
    font-size: 1rem;
    }
.content_b-hours p{
    font-size: 0.9rem;
    color: #29211f;
    text-align:left;
    }
.b-hours_red{
    color:red;
    }
.caption_first{
    padding:0 10px;
    margin-top:15px;
    }
.caption_first_b{
    padding:0;
    margin-top:15px;
    }
.content_info {
    max-height: 0;
    overflow: hidden;
    }
.content_info p {
    font-size: 0.9rem;
    color: #29211f;
    text-align:left;
    }
.credit-c{
    margin:15px 0 25px;
    }
.credit-c img{
    width:200px;
    margin-top: 5px;
    }
.headline_info{
    font-weight: 600;
    margin-bottom:5px;
    }
.info_caption{
    padding:0 10px;
    margin-bottom:30px;
    }
.info_caption_bold{
    font-weight: 600;
    }
.info_caption a{
    text-decoration: underline;
    }
.info_mail_pc{
    background: none;
    border:1px solid #29211f;
    padding: 10px 20px;
    width:220px;
    height:40px;
    line-height: 40px;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0px;
    margin:0 auto 25px;
    }
.info_mail_pc a{
    display: block;
    width:230px;
    height:40px;
    }


/*SP*/
@media screen and (max-width:767px) {
.footer_info_pc{
    display: none;
    }
.footer_info_sp{
    padding: 0 20px;
    display: block;
    }
    }
/*営業時間*/
.b-hours_info_sp{
    margin: 1em auto;
    max-width: 1020px;
    text-align:left;
    }
.b-hours_title_info_sp{
    border-bottom: solid 1px #29211f;
    padding: 0.8rem;
    display: block;
    font-weight: bold;
    font-size: 1rem;
    }
.content_b-hours_sp p{
    font-size: 0.9rem;
    color: #29211f;
    text-align:left;
    }
.b-hours_red{
    color:red;
    }
/*アコーディオン*/
.accordion_info{
    margin: 1em auto;
    max-width: 1020px;
    text-align:left;
    }
.toggle_info {
    display: none;
    }
.option_info {
    position: relative;
    margin-bottom: 1rem;
    }
.title_info {
    border-bottom: solid 1px #29211f;
    padding: 0.8rem;
    display: block;
    font-weight: bold;
    font-size: 1rem;
    }
.title_info,
.content_info {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
    }
 .title_info::after,
 .title_info::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #29211f;
    transition: all 0.3s;
    }
.title_info::after {
    transform: rotate(90deg);
    }
.title_info:hover{
    cursor: pointer;
    }
.caption_first{
    padding:0 10px;
    margin-top:15px;
    }
.content_info {
    max-height: 0;
    overflow: hidden;
    }
.content_info p {
    font-size: 0.9rem;
    color: #29211f;
    text-align:left;
    }
.credit-c{
    margin:15px 0 25px;
    }
.credit-c img{
    width:300px;
    margin-top: 5px;
    }
.headline_info{
    font-weight: 600;
    margin-bottom:5px;
    }
.info_caption{
    padding:0 10px;
    margin-bottom:30px;
    }
.info_caption_bold{
    font-weight: 600;
    }
.info_caption a{
    text-decoration: underline;
    }
.toggle_info:checked + .title_info + .content_info {
    max-height: 3000px;
    transition: all 1.5s;
    }
.toggle_info:checked + .title_info::before {
    transform: rotate(90deg) !important;
    }
.info_mail{
    background: none;
    border:1px solid #29211f;
    padding: 10px 20px;
    width:300px;
    height:40px;
    line-height: 40px;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0px;
    margin:0 auto 25px;
    }
.info_mail a{
    display: block;
    width:300px;
    height:40px;
    }
    
/*カテゴリなど 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:870px;
    }
.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;
    }

