@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
html { height: 100%; }
body { 
        font-family: "Noto Sans JP", sans-serif;
        font-weight:200;
}

/*リンク設定
----------------------------------------------*/

a.goodsLink { color: #F39; }
a {
    text-decoration:none;
    color:#fff;
}
li{
    list-style:none;
}
.c1{
    color:#257BA2;
}
.bgblack{
    background:#000;
}
.slides img{
    /* PCの右クリック禁止 */
    pointer-events: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}
.slick-slide img{
    /* PCの右クリック禁止 */
    pointer-events: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}
.slides{
  opacity: 0;
  animation-name: fadein;
  animation-duration: 1.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.slides{
    cursor:pointer;
}
@keyframes menu_anim {
    0% {
      left: -768px;
    }
    100% {
      left: 0px;
    }
}
@keyframes menu_back {
    0% {
      left: 0px;
    }
    100% {
      left: -768px;
    }
}

.subcau{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 12px;
}
.sub_detail2{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.line{
    border-top:solid #000 1px;
    width:90%;
    margin:auto;
}
.fg12_m{
    font-family: Inter;
    color:#0E1D31;
    font-size:11px;
    font-weight:400;
}
.fg13_b{
    font-family: Inter;
    color:#0E1D31;
    font-size:13px;
    font-weight:bold;
}
.fg13_m{
    font-family: Inter;
    color:#0E1D31;
    font-size:13px;
    font-weight:400;
}
.fz13_m{
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 400;
    font-size:12px;
    color:#0E1D31;
}
.fz20_m{
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 400;
    font-size:20px;
    color:#0E1D31;
}
.fz20_b{
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 400;
    font-size:20px;
    color:#0E1D31;
    font-weight:bold;
}
.fz36_b{
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 400;
    font-size:36px;
    color:#0E1D31;
    font-weight:bold;
}
.fg14_m{
    font-family: Inter;
    color:#0E1D31;
    font-size:14px;
    font-weight:400;
    line-height:30px;
}
.fg16_m{
    font-family: Inter;
    color:#0E1D31;
    font-size:16px;
    font-weight:400;
    line-height:30px;
}
.fg18_b{
    font-family: Inter;
    color:#0E1D31;
    font-size:18px;
    font-weight:bold;
}
.fg36_b{
    font-family: Inter;
    color:#0E1D31;
    font-size:36px;
    font-weight:bold;
}
.fg15_m{
    font-family: Inter;
    color:#0E1D31;
    font-size:15px;
    font-weight:400;
    line-height:25px;
}
.fg18_m{
    font-family: Inter;
    color:#0E1D31;
    font-size:17.5px;
    font-weight:400;
    line-height:30px;
}
.fz22_b{
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 400;
    font-size:22px;
    color:#01436B;
}
.fz18_m{
    font-family: "zen-old-mincho", sans-serif;
    font-weight: 400;
    font-size:18px;
    color:#0E1D31;
}
.fg20_m{
    font-family: Inter;
    font-size:19.5px;
    font-weight:400;
    line-height:30px;
}

/*メニュー設定
----------------------------------------------*/
#pc{
    position:relative;
    z-index:2;
    overflow:hidden;
}
#fixed_bg{
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background:url("../img/backimg.jpg");
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover;
      z-index:1;
}
.menu_close{
    display:none;
    position:fixed;
    top:10px;
    left:10px;
    cursor:pointer;
    z-index:999;
}
.menu_bar{
    position:fixed;
    width:540px;
    height:1080px;
    z-index:998;
    text-align:left;
    padding:200px 50px;
    background:#083129;
    display:none;
}
.menu_bar div{
    margin:30px;
}
.menu_line{
    border-bottom:1px dotted #fff;
    width:100%;
    position:relative;
    left:-30px;
}
@media (max-width: 1000px){
    .menu_bar{
        position:fixed;
        width:80%;
        height:1080px;
        z-index:998;
        text-align:left;
        padding:100px 50px;
        background:#083129;
    }
    .menu_bar div{
        margin:30px;
    }

    .menu_line{
        border-bottom:1px dotted #fff;
        width:120%;
        position:relative;
        left:-50px;
    }
    .menu_1 img{
        width:13vw;
    }
    .menu_2 img{
        width:50vw;
    }
    .menu_3 img{
        width:23vw;
    }
    .menu_4 img{
        width:47vw;
    }

}

/*ヘッダー設定
----------------------------------------------*/
#pc .header{
    overflow:hidden;
    background: #fff;
    text-align: center;
    max-width: 1920px;
    height: 380px;
    margin: auto;
}
#pc .header img{
    position:relative;
    top:140px;
}
#pc .title_area{
    padding:30px 0 30px 0;
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
#pc .scroll-infinity__item {
  width: 310px;
  margin:0 3px;
}
#pc .scroll-infinity__item>img {
  width: 100%;
}

.scroll-infinity__list--right{
  animation :infinity-scroll-right 80s infinite linear 0.5s both;
}

#pc .order{
    position:fixed;
    right:-15px;
    z-index:999;
}
/*モーダル設定
----------------------------------------------*/
.modal{
      display:none;
      position: fixed;
      top: 0;
      left: 0;
      background:rgba(8,49,41,0.9);
      z-index:9999;
      width:100%;
      height:100%;
      text-align:center;
      overflow:auto;
      color:#000;
}
.modal  .modal_con{
    position:relative;
    top:4%;
}      
.modal .plate{
    background:#fff;
    width:1260px;
    padding:50px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: flex-start;
    margin:auto;
}
.modal .frame{
    width:50%;
}
.modal .goods_info{
    width:50%;
    padding:0 30px;
}

.modal .goods_title{
    font-family: "zen-kaku-gothic-antique", sans-serif;
    font-weight: 700;
    font-size:26px;
    text-align:left;
}
.modal .goods_price{
    font-family: "zen-kaku-gothic-antique", sans-serif;
    font-weight: 700;
    font-size:26px;
    text-align:left;
}
.modal .goods_detail{
    font-family: "Noto Sans JP", sans-serif;
    font-weight:400;
    border-bottom:dotted 1px #000;
    padding:50px 0 20px 0;
    text-align:left;
    line-height:25px;
    font-size:16px;
}
.modal .goods_option{
    font-family: "Noto Sans JP", sans-serif;
    font-weight:400;
    text-align:left;
    border-bottom:dotted 1px #000;
    padding:20px 0;
    line-height:20px;
    font-size:13px;
}
.multiple-items{
    
}
.modal_close{
    padding:30px;
}

.modal .slick-dots {
    position: relative;
    top: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.modal .label{
    position: absolute;
    top: 120px;
    margin-left: 15px;
    z-index: 999;
}


/*ページ設定
----------------------------------------------*/

#pc{
    max-width:1920px;
    margin:auto;
}
#sp{
    display:none;
}

#pc .title{
    max-width:1366px;
    margin:auto;
    text-align:center;
}
#pc .humberger{
    position:fixed;
    top:10px;
    left:10px;
    cursor:pointer;
    z-index:988;
}
.menu_anim {
  animation: menu_anim 1s;
  animation-fill-mode: forwards;
}
.menu_back {
  animation: menu_back 1s;
  animation-fill-mode: forwards;
}
#pc .menu_close{
    display:none;
    position:fixed;
    top:16px;
    left:5px;
    cursor:pointer;
    z-index:9999;
}
#pc .menu{
    position:fixed;
    top:0;
    left:-768px;
    width:368px;
    overflow:hidden;
    margin:auto;
    text-align:left;
    height:180vw;
    color:#fff;
    background:rgba(0,0,0);
    font-family: "Noto Sans JP", sans-serif;
    font-weight:500;
    font-size:22px;
    line-height:100px;
    z-index:900;
    color:#fff;
    padding-top:100px;
}
#pc .menu .menu_con{
    padding:88px  0 0 50px;
    height:140vw;
}
#pc .menu .line{
    position:relative;
    top:180px;
    z-index:999;
}
#pc .mypage{
    position:relative;
    left:-95px;
    line-height:10px;
    color:#fff;
    margin:30px 0;
}
#pc .mypage img{
    width:120%;
}
#pc .gototop{
    position:fixed;
    bottom:10px;
    right:-5px;
    z-index:999;
    display:none;
}
#pc .caution{
  font-size:14px;
  line-height:25px;
}
#pc .caution2{

  font-size:15px;
  line-height:30px;
}
#pc .sec1{
    overflow:hidden;
    margin:auto;
    color:#fff;
}
#pc .sec1 .bg{
    display:flex;
}
#pc .sec1 .titles{
    width:24.5%;
    text-align: right;
    background: #000;
    padding: 30px 20px;
    position: relative;
    z-index: 1;
}
#pc .sec1 .titles img{
    width:30%;
}
#pc .sec1 .contents{
    width:75.5%;
    padding:0 0 50px 0;
    text-align:left;
    color:#000;
    border: solid 1px #000;
}
#pc .sec1 .contents .hachi{
    width:60px;
}
#pc .contents .frame_bg{

}

#pc .contents .frame{
    max-width:1314px;
    padding-bottom:50px;
}

#pc .contents .frame ul{
    width:100%;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-align-items: left;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-left:40px;
}
@media (max-width: 1348px){
    #pc .contents .frame ul{
        width:80%;
        display: flex;
        -webkit-justify-content: left;
        justify-content: left;
        -webkit-align-items: left;
        align-items: left;
        flex-wrap: wrap;
    }
    #pc .sec1 .titles{
        width:10%;
        text-align: right;
        background: #000;
        width: 30%;
        padding: 30px 20px;
        position: relative;
        z-index: 1;
    }
    #pc .sec1 .titles img{
        width:40%;
    }
    #pc .sec1 .contents{
        width:90%;
        padding:0 0 50px 0;
        text-align:left;
        color:#000;
    }
}
@media (max-width: 950px){
    #pc .contents .frame ul{
        width:100%;
        display: flex;
        -webkit-justify-content: left;
        justify-content: left;
        -webkit-align-items: left;
        align-items: left;
        flex-wrap: wrap;
    }
}
#pc .contents .frame .slick-dots{
    width:400px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left:-48px;
    height:10px;
}

#pc .label{
    position:relative;
    top:70px;
    left:25px;
    margin-top:-52px;
    z-index:99;
}
#pc .contents .frame .slides{
    margin:10px 20px 0px 20px;
    cursor:pointer
}
#pc .contents .frame .slides .goods_name{
    font-family: "zen-kaku-gothic-antique", sans-serif;
    font-weight: 700;
    font-size:18px;
    text-align:center;
}
#pc .contents .frame .slides .goods_price{
    font-family: "zen-kaku-gothic-antique", sans-serif;
    font-weight: 700;
    font-size:18px;
    text-align:center;
}
#pc .contents .frame .slides .yen{
    font-size:20px;
}

#pc .contents .label_area{
    position:relative;
    left:20%;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-align-items: left;
    align-items: left;
    font-size:14px;
    padding:38px 0 38px 0;
}
#pc .contents .sub_title{
    font-family: "zen-kaku-gothic-antique", sans-serif;
    font-weight: 700;
    font-size:26px;
    padding:20px 0 0 30px;
    color:#044337;
}
#pc .contents .sub_small{
    font-size:20px;
}
#pc .contents .sub_detail{
    font-family: "Noto Sans JP", sans-serif;
    font-weight:600;
    font-size:16px;
    padding:5px 0 0 30px;
    width:100%;
}
#pc .contents .label_area .label_area_list{
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-align-items: left;
    align-items: left;
}
#pc .contents .label_area .label_area_list div{
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding-right:20px;
}
#pc .caution_area{
    max-width:768px;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-align-items: left;
    align-items: left;
    flex-wrap:wrap;
    margin:20px;
    font-weight:200;
    padding:10px 20px;
    font-family: "zen-kaku-gothic-antique", sans-serif;
    font-weight: 400;
    font-size:14px;
}
#pc .caution_area .credit{
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-align-items: left;
    align-items: left;
    flex-wrap:wrap;
}
#pc .caution_area .credit .left_c{
    width:2%;
}
#pc .caution_area .credit .right_c{
    width:98%;
}
#pc .caution_area div{
    width:98%;
}
#pc .caution_area .left{
    width:2%;
}
#pc .caution_frame{
    max-width:960px;
    padding:10px 10px;
    border:solid 1px #fff;
}
#pc .caution_frame .title{
    font-family: "zen-kaku-gothic-antique", sans-serif;
    font-weight: 700;
    font-size:24px;
    text-align:left;
    border-bottom:solid 1px #fff;
    padding:5px;
    margin-left:33px;
}
#pc .back_btn{

    text-align:center;
}

#pc .sec2{
    overflow:hidden;
    margin:auto;
    padding:100px;
}


/*フッター
----------------------------------------------*/
#pc .sec4{
    width:100%;
    background:#fff;
}
#pc .footer{
    max-width:1366px;
    overflow:hidden;
    margin:auto;
    text-align:center;
    height:680px;
    color:#000;
    background:#fff;
    padding:88px 0 0 0;
    line-height:20px;
    margin-bottom:-40px;
}
#pc .footer  ul{
    width:780px;
    margin:auto;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-align-items: left;
    align-items: center;
}
#pc .footer  li{
    margin:10px;
    line-height:30px;
}
#pc .footer  li img{
    width:100%;
}
#pc .footer .sns{
    width:382px;
    height:67px;
    background:#fff;
    margin:30px auto 0 auto;;
}
#pc .footer .link{
    position:relative;
    left:560px;
    top:-55px;
    width:50px;
    height:40px;
}
#pc .footer .link2{
    position:relative;
    left:750px;
    top:-95px;
    width:50px;
    height:40px;
}

@keyframes fadein {
  0% {
     opacity: 0;

  }
   50% {
     opacity: 0;
  } 
  100% {
     opacity: 1;
  }
}


 /*スライダー
----------------------------------------------*/
   * {
      box-sizing: border-box;
    }
    .slick-list{
        overflow-x:hidden;
    }
    .single-item{
        width:350px;
        margin:auto;
        padding-top:25px;
    }
    .slick-slide {
      width: 350px;
      margin: 0 15px;
      
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }
    .slick-prev{
        margin-top:-105px;
        margin-left:20px;
    }
    .slick-next{
        margin-top:-105px;
        margin-right:20px;
    }
    .modal .slick-prev{
        margin-top:-20px;
    }
    .modal .slick-next{
        margin-top:-20px;
    }

    .slick-slide {
      opacity: 1;
    }
    
    .slick-active {
      opacity:1;
    }

    .slick-current {
      opacity: 1;
    }
    
    .slick-prev:before
    {
        content: '';
        display: inline-block;
        width: 15px;
        height: 15px;
        opacity:1;
        background:url(../img/common/left_arrow.svg);
        background-size:100%;
        
    }
    .slick-next:before
    {
        content: '';
        display: inline-block;
        width: 15px;
        height: 15px;
        opacity:1;
        background:url(../img/common/right_arrow.svg);
        background-size:100%;
    }
    .slick-dots {
        position: relative;
        top: 0px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
    .slick-dots li button:before{
    	font-size:12px!important;
    }
    .slick-dots li.slick-active button:before {
        opacity:1;
        color:#0B5D4D;
    }
    .slick-dots li {
        margin:0;
        width:13px;
        height:13px;
    }
    .slick-dots li button:before{
        opacity:1;
    }
    .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '■';
    text-align: center;
    opacity: 1;
    color: #96DBDB;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* 画像入れ込み時消す */
.slick-dotted.slick-slider{
    margin-bottom:10px;
}

#pc .re{
    margin-top: -37px;
    top: 55px;
    left: 74px;
}

 
/*
★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
SP用タグ
★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆★☆
*/
@media (max-width: 1000px){

/*モーダル設定
----------------------------------------------*/
    .modal{
          display:none;
          position: fixed;
          top: 0;
          left: 0;
          background:rgba(8,49,41,0.9);
          z-index:9999;
          width:100%;
          height:100%;
          text-align:center;
          overflow:auto;
          color:#000;
    }
    .modal  .modal_con{
        position:relative;
        top:0;
    }      
    .modal .plate{
        background:#fff;
        width:100%;
        padding:30px 0;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: flex-start;
        flex-wrap:wrap;
        margin:auto;
    }
    .modal .frame{
        width:95%;
    }
    .modal .goods_info{
        width:100%;
        padding:0 30px;
    }
    
    .modal .goods_title{
        font-family: "zen-kaku-gothic-antique", sans-serif;
        font-weight: 700;
        font-size:5vw;
        padding-bottom:10px;
        text-align:center;
    }
    .modal .goods_price{
        font-family: "zen-kaku-gothic-antique", sans-serif;
        font-weight: 700;
        font-size:5vw;
        text-align:center;
        padding-top:10px;
    }
    .modal .goods_detail{
        font-family: "Noto Sans JP", sans-serif;
        font-weight:400;
        border-bottom:dotted 1px #000;
        font-size:3vw;
        padding:50px 0 20px 0;
        text-align:left;
    }
    .modal .goods_option{
        font-family: "Noto Sans JP", sans-serif;
        font-weight:400;
        border-bottom:dotted 1px #000;
        text-align:left;
        font-size:3vw;
        padding:20px 0;
        line-height:18px;
    }
    .multiple-items{
        
    }

    .modal_close{
        padding:30px;
    }
    
    .modal .slick-dots {
        position: relative;
        top: 0px;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
    .modal .multiple-items2 .slick-slide{
        margin:3px;
    }
    .modal .label{
        position: absolute;
        top: 100px;
        margin-left: 15px;
        z-index: 999;
    }

    .menu_anim {
      animation: menu_anim 1s;
      animation-fill-mode: forwards;
    }
    .menu_back {
      animation: menu_back 1s;
      animation-fill-mode: forwards;
    }

    #sp{
        position: relative;
        display:block;
        overflow:hidden;
        z-index:2;
    }
    #fixed_bg{
        display:none;
    }
    #fixed_bg_sp{
          display:block;
          position: fixed;
          top: 0;
          left: 0;
          width: 100%;
          height: 100vh;
          background:url("../img/sp/backimg_sp.jpg");
          background-repeat: no-repeat;
          background-position: top center;
          background-size: cover;
          z-index:1;
    }
    #pc{
        display:none;
    }
    #sp .customer{
        position:fixed;
        right:-15px;
        top:-15px;
        z-index:999;
    }
    #sp .gototop{
        position:fixed;
        bottom:10px;
        right:0px;
        z-index:999;
        display:none;
    }
    #sp .menu{
        position:fixed;
        top:0;
        left:-768px;
        width:80%;
        overflow:hidden;
        margin:auto;
        text-align:left;
        height:180vw;
        color:#fff;
        background:#000;
        font-family: "Noto Sans JP", sans-serif;
        font-weight:400;
        font-size:5vw;
        line-height:13vw;
        z-index:999;
    }
    #sp .menu .menu_con{
        padding:88px  0 0 100px;
        height:140vw;
    }
    #sp .menu .line{
        height:2px;
    }
    #sp .menu .line img{
        width:300px;
    }
    #sp .titles {
        width: 100%;
        margin: auto;
        padding: 20px 0;
    }
    #sp .titles img{
        width: 100%;
    }
    #sp .mypage{
        width:500px;
        margin-left:-100px;
        margin-top:3vw;
    }
    #sp  .menu_close{
        position:relative;
        top:0px;
        left:10px;
        width:100px;
    }
    #sp  .menu_close img{
        width:100%;
    }
    #sp .caution{
        font-size:10px;
        padding:10px;
    }
    #sp .caution2{
        font-size:10px;
        padding:10px;
    }
    #sp .menu img{
        width:80%;
    }
    #sp .title{
        width:100%;
        margin:auto;
        padding:50px 0px;
        text-align:center;
    }
    #sp .title img{
        width:80%;
    }
    #sp .humberger{
        position:fixed;
        top:10px;
        left:10px;
        cursor:pointer;
        z-index:888;
    }
    #sp .black_area{
        background:#000;
    }
    #sp .contents{
        width:95%;
        margin:auto;
        color:#000;
    }
    #sp .header {
        width: 100%;
        height: 30vw;
        background-repeat: no-repeat;
        overflow: hidden;
        text-align: center;
        position: relative;
        top: 10vw;
    }
    #sp .order{
        position:fixed;
        right:-15px;
        top:-15px;
        z-index:999;
    }
    #sp .scroll-infinity__item {
      width: 60vw;
      margin:0 2px;
    }
    #sp .scroll-infinity__item>img {
      width: 100%;
    }
    #sp .sub_title img{
        width:100%;
    }
    #sp .sec1{
        padding:5vw 0;
        background:url("../img/sec1/background_base.png");
    }
 
 
     #sp .contents .frame{
        width:100%;
        margin:auto;
        padding-bottom:20px;
    }
    
    #sp .contents .frame ul{
        width:92%;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: flex-start;
        flex-wrap: wrap;
        margin:auto;
    }
    #sp .contents .frame .slide_wrap{
        width:100%;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        flex-wrap: wrap; 
        margin:auto;
    }
    #sp .contents .frame .slides{
        width:50%;
    }
    
/*     画像入れ込み時消す */
    #sp .contents .frame .slides .slick-dots{
        line-height:10px;
    }
    
    #sp .contents .frame .slides .non .slick-dots{
        opacity:0;
        height:10px;
    }
    #sp .back_btn{
        position:relative;
        text-align:center;
        width:50%;
        margin:50px auto;
    }
    #sp .back_btn img{
        width:100%;
    }
    
    #sp .sec2{
        overflow:hidden;
        margin:auto;
        height:412px;
        background:#626262;
    }
 
 
     
      #sp .footer{
        width:100%;
        margin:auto;
        text-align:center;
        color:#000;
        background:#fff;
        padding:10px 0 50px 0;
        line-height:3vw;
        padding:10px;
    }
    #sp .footer  ul{
        width:100%;
        margin:auto;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }
    #sp .footer  li{
        margin:10px;
        line-height:30px;
    }
    #sp .footer  li img{
        width:100%;
    }
    #sp .footer .sns{
        width:382px;
        height:67px;
        background:#fff;
        margin:0px auto 0 auto;;
    }
    #sp .footer .link{
        position:relative;
        left:560px;
        top:-55px;
        width:50px;
        height:40px;
    }
    #sp .footer .link2{
        position:relative;
        left:750px;
        top:-95px;
        width:50px;
        height:40px;
    }

    #sp .sec2 .contents .txt li{
        margin:0;
        line-height:20px;
    }
    
    #sp .label{
        position:absolute;
        margin-top:23.13px;
        margin-left:21.5px;
        z-index:99;
    }
    #sp .re{
        position: absolute;
        margin-top: 3vw;
        margin-left: 15px;
        z-index: 99;
    }

    #sp .label img{
        width:21.5px;
    }
    #sp .re img{
        width:10vw;
    }
    #sp .contents .frame_bg{
        
    }
    #sp .contents .frame .slides .goods_name{
        font-family: "zen-kaku-gothic-antique", sans-serif;
        font-weight: 700;
        font-size:3vw;
        text-align:center;
        padding-top:10px;
    }
    #sp .contents .frame .slides .goods_price{
        font-family: "zen-kaku-gothic-antique", sans-serif;
        font-weight: 700;
        font-size:3vw;
        text-align:center;
    }
    #sp .contents .frame .slides .yen{
        font-size:12px;
    }
    
    #sp .contents .label_area{
        position:relative;
        display: flex;
        -webkit-justify-content: left;
        justify-content: left;
        -webkit-align-items: left;
        align-items: left;
        font-size:12px;
        padding:5px 0 5px 0;
    }
    #sp .contents .sub_title{
        font-family: "zen-kaku-gothic-antique", sans-serif;
        font-weight: 700;
        font-size:22px;
        color:#044337;
        text-align:center;
    }
    #sp .contents .sub_small{
        font-size:14px;
    }
    #sp .contents .sub_detail{
        font-family: "Noto Sans JP", sans-serif;
        font-weight:600;
        font-size:13px;
        width:100%;
        text-align:center;
    }
    #sp .contents .label_area .label_area_list{
        display: flex;
        -webkit-justify-content: left;
        justify-content: left;
        -webkit-align-items: left;
        align-items: left;
    }
    #sp .contents .label_area .label_area_list div{
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        padding-right:20px;
    }
    #sp .caution_area{
        max-width:960px;
        display: flex;
        -webkit-justify-content: left;
        justify-content: left;
        -webkit-align-items: left;
        align-items: left;
        flex-wrap:wrap;
        margin:10px auto;
        font-weight:200;
        font-size:12px;
        font-family: "zen-kaku-gothic-antique", sans-serif;
        font-weight: 400;
        font-size:13px;
    }
    #sp .caution_area div{
        width:95%;
    }
    #sp .caution_area .left{
        width:5%;
    }
    #sp .caution_frame{
        font-family: "Noto Sans JP", sans-serif;
        font-weight:400;
        font-size:3vw;
        max-width:960px;
        padding:20px 10px;
        border:solid 1px #fff;
        margin:10px auto;
    }
    #sp .caution_frame .title{
        font-family: "zen-kaku-gothic-antique", sans-serif;
        font-weight: 700;
        font-size:18px;
        text-align:left;
        border-bottom:solid 1px #fff;
        padding:5px;
    }
    #sp .caution_area .credit{
        display: flex;
        -webkit-justify-content: left;
        justify-content: left;
        -webkit-align-items: left;
        align-items: left;
        flex-wrap:wrap;
    }
    #sp .caution_area .credit .left_c{
        width:4%;
    }
    #sp .caution_area .credit .right_c{
        width:96%;
    }

    
 /*スライダー
----------------------------------------------*/
   * {
      box-sizing: border-box;
    }
    .slick-list{
        overflow-x:hidden;
    }
    .single-item{
        width:100%;
        margin:auto;
        padding-top:25px;
    }
    .slick-slide {
      width: 280px;
      margin: 0 15px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }
    .slick-prev{
        margin-top:-10vw;
        margin-left:-0.5vw;
    }
    .slick-next{
        margin-top:-10vw;
        margin-right:-0.5vw;
    }
    .modal .slick-prev{
        margin-top:8vw;
        margin-left:-1vw;
    }
    .modal .slick-next{
        margin-top:8vw;
        margin-right:-1vw;
    }

    .slick-slide {
      opacity: 1;
    }
    
    .slick-active {
      opacity:1;
    }

    .slick-current {
      opacity: 1;
    }
    .slick-dotted.slick-slider{
        margin-bottom:0px;
    }
    
    .slick-prev:before
    {
        content: '';
        display: inline-block;
        width: 12px;
        height: 12px;
        opacity:1;
        background:url(../img/common/left_arrow.svg);
        background-size:100%;
        
    }
    .slick-next:before
    {
        content: '';
        display: inline-block;
        width: 12px;
        height: 12px;
        opacity:1;
        background:url(../img/common/right_arrow.svg);
        background-size:100%;
    }
    .modal .slick-prev:before
    {

    }
    .modal .slick-next:before
    {

    }
    .slick-dots {
        position: relative;
        top: 0px;
        display: block;
        width: 100%;
        padding: 0;
        list-style: none;
        text-align: center;
        margin-left:-1vw;
    }
    #sp .contents .frame  .slick-dots {
        position: relative;
        top: 0px;
        display: block;
        width: 100%;
        padding: 0;
        list-style: none;
        text-align: center;
        margin-left:-1vw;
    }
    .slick-dots li button:before{
    	font-size:12px!important;
    }
    .slick-dots li.slick-active button:before {
        opacity:1;
        color:#0B5D4D;
    }
    .slick-dots li {
        margin:2px;
        width:5px;
        height:5px;
        transform: scale(0.5);
    }
    .slick-dots li button:before{
        opacity:1;
    }
    .slick-dots li button:before {
/*         font-family: 'slick'; */
        font-size: 3px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '■';
        text-align: center;
        opacity: 1;
        color: #96DBDB;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .subcau{
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 200;
        font-size: 12px;
    }
    .line{
        border-top:solid #000 1px;
        width:95%;
        margin:auto;
    }

    
}
@media (max-width: 750px){
    .slick-prev{
        margin-top:-7vw;
        margin-left:-1vw;
    }
    .slick-next{
        margin-top:-7vw;
        margin-right:-1vw;
    }
    .modal .slick-prev{
        margin-top:5vw;
        margin-left:-2vw;
    }
    .modal .slick-next{
        margin-top:5vw;
        margin-right:-2vw;
    }
}
@media (max-width: 450px){
    .slick-prev{
        margin-top:-7vw;
        margin-left:-1.8vw;
    }
    .slick-next{
        margin-top:-7vw;
        margin-right:-1.8vw;
    }
    .modal .slick-prev{
        margin-top:5vw;
        margin-left:-2vw;
    }
    .modal .slick-next{
        margin-top:5vw;
        margin-right:-2vw;
    }
}


