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

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

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

a.goodsLink { color: #F39; }
a {
    text-decoration:none;
    color:#CEA255
}
li{
    list-style:none;
}
.c1{
    color:#257BA2;
}


/*メニュー設定
----------------------------------------------*/
.popup{
    position: fixed;
    background:rgba(0,0,0,0.5);
    width:100%;
    height:100%;
    z-index:9999;
}
.popup .pimg{
    display: flex;
    max-width:1028px;
    margin:auto;
    height:100%;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.popup .pimg img{
    width:100%;
}
.popup .modal_close{
    position:fixed;
    top:30px;
}
.popup .modal_close img{
    width:10v0%;
}
.spimg{
    display:none;
}
#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;
}
#fixed_bg_sp{
    display:none;
}
#pc{
    position:relative;
    z-index:2;
    overflow:hidden;
}
#pc .title_area{
    max-width:1920px;
    margin:auto;
    background:#272150;
}
#pc .menu{
  max-width:1366px;
  margin:auto;
  text-align:center;

  font-size:16px;
  color:#fff;
  padding:36px 0;
}
#pc .menu img{
    position:relative;
    top:3px;
}
/*ヘッダー設定
----------------------------------------------*/
#pc .header{
    max-width:1920px;
    margin:auto;
    overflow:hidden;
    background:#000;
}
#pc .header img{
    /* PCの右クリック禁止 */
    pointer-events: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}
#pc .header ul{
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#pc .header li{
    margin:2px;
}
#pc .header li img{
    width:100%;
}
#pc .thumb {
    max-width:1920px;
    margin:auto;
    background:#000;
}
#pc .thumb ul{
    width:100%;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#pc .thumb li{
    width:10%;
    margin:2px;
}
#pc .thumb li img{
    width:100%;
    pointer-events: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}

.caution a {
    text-decoration:none;
    color:#000;
}
.caution2 a {
    text-decoration:none;
    color:#000;
}
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.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;
}
.scroll-infinity__item {
/*   width: calc(100vw / 6); */
    width:225px;
}
.scroll-infinity__item>img {
  width: 100%;
}
@keyframes infinity-scroll-right {
from {
  transform: translateX(-100%);
}
  to {
  transform: translateX(0);
}
}
.scroll-infinity__list--right{
  animation :infinity-scroll-right 80s infinite linear 0.5s both;
}

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

#sp{
    display:none;
}
#pc .title{
    max-width:1366px;
    margin:auto;
    padding-top:100px;
    text-align:center;
}
#pc .customer{
    position:fixed;
    top:5px;
    right:5px;
    z-index:999;
}
#pc .customer img{
    width:300px;
}
#pc .gototop{
    position:fixed;
    bottom:10px;
    right:10px;
    z-index:999;
    display:none;
}
#pc .gototop img{
    width:100px;
}
#pc .caution{
  font-size:14px;
  line-height:25px;
}
#pc .sec1{
    color:#fff;
}
#pc .frame_top{
    max-width:1000px;
    height:250px;
    margin: 50px auto 0 auto;
    background:url("../img/common/frame.svg");
    background-repeat: no-repeat;
    background-position:top center;
    background-size:100%;
    text-align:center;
    padding-top:100px;
}

#pc .frame_bottom{
    max-width:1000px;
    height:200px;
    margin:auto;
    background:url("../img/common/frame.svg");
    background-repeat: no-repeat;
    background-position:bottom center;
    background-size:100%;
}
#pc .sec1 .bg{
    max-width:1000px;
    margin: auto;
    background:url("../img/common/frame_middle.png");
    background-repeat: repeat-y;
    background-size:100%;
}
#pc .sec1 .contents{
    max-width:1000px;
    margin:auto;
    font-family: Zen Antique;
    font-weight: Regular;
    font-size:24px;
    line-height:40px;
    text-align:center;
}
#pc .sec1 .contents .hachi{
    width:60px;
}
#pc .sec1 .middle_f{
    width:700px;
    margin:auto;
}
#pc .sec1 .middle_f img{
    width:100%;
}
#pc .sec2{
    color:#fff;
}
#pc .sec2 .bg{
    max-width:1000px;
    margin:auto;
    background:url("../img/common/frame_middle.png");
    background-repeat: repeat-y;
    background-size:100%;
}
#pc .sec2 .contents{
    max-width:1000px;
    margin:auto;
    font-size:14px;
    line-height:25px;
    text-align:center;
}
#pc .sec2 .contents .area1 ul{
    display:flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
#pc .sec2 .contents .area1 li{
    margin:5px 15px;
    line-height:45px;
}
#pc .sec2 .contents .text_frame{
    background:url("../img/sec2/mesh_frame.png");
    background-repeat: no-repeat;
    background-position:center;
    background-size:100% 100%;
    text-align:left;
    padding:10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size:13px;
    line-height:24px;
    font-weight:200;
}
#pc .sec2 .contents .area1{
    width:668px;
    background-repeat: no-repeat;
    margin:auto;
    background-size:100% 100%;
}
#pc .sec2 .contents .area2 ul{
    display:flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-align-items: left;
    align-items: left;
    margin-left:-30px;
}
#pc .sec2 .contents .area2 li{
    margin:0px 10px;
    line-height:45px;
    text-align:left;
}
#pc .sec2 .contents .area2 .rm{
    line-height:23px;
    text-align:left;
}
#pc .sec2 .contents .area2{
    width:648px;
    height:350px;
    margin:auto;
    background:url("../img/sec2/area02_bg.png");
    background-repeat: no-repeat;
    background-size:100% 100%;
    font-size:15px;
}
#pc .sec2 .contents .area2 .caution{
    position:relative;
    left:-20px;
    text-align:left;
    margin:auto;
    line-height:20px;
    font-size:12px;
}

#pc .sec2 .contents .area3{
    width:668px;
    margin:auto;
    background:url("../img/sec2/area03_bg.png");
    background-repeat: no-repeat;
    text-align:left;
}
#pc .sec2 .contents .area3 .caution{
    position:relative;
    left:-15px;
    text-align:left;
    margin:auto;
    line-height:20px;
    font-size:12px;
}
#pc .sec2 .subtitle1{
    width:120px;
    margin:20px auto;
    font-size:15px;
    border-bottom:solid 1px #fff;
}
#pc .sec2 .subtitle2{
    width:130px;
    margin:20px auto;
    font-size:15px;
    border-bottom:solid 1px #fff;
}
#pc .sec2 .subtitle3{
    width:160px;
    margin:20px auto;
    font-size:15px;
    border-bottom:solid 1px #fff;
}
#pc .sec3{
    max-width:1000px;
    overflow:hidden;
    margin:0 auto 80px auto;
    height:1127px;
    color:#fff;
}
#pc .sec3 .bg{
    max-width:1000px;
    margin:0px auto;
    background:url("../img/common/frame_middle.png");
    background-repeat: repeat-y;
    background-size:100%;
}
#pc .sec3 .contents{
    max-width:1000px;
    margin:auto;
    padding:0px 150px;
    font-size:16px;
}
#pc .sec3 .contents .title{
    width:100%;
    text-align:center;
    margin-top:-100px;
}
#pc .sec3 .contents ul{
    display:flex;
}
#pc .sec3 .contents li{
    margin:0 10px;
    line-height:30px;
}
#pc .sec3 .contents .right{
    padding-top:10px;
}
#pc .sec3 .contents .right2{
    margin-top:-10px;
    line-height:23px;
    padding-top:10px;
}
#pc .sec4{
    max-width:1920px;
    margin:auto;
    background:#C9A063;
}
#pc .footer{
    max-width:1920px;
    overflow:hidden;
    margin:auto;
    text-align:center;
    height:540px;
    color:#000;
    background:#C9A063;
    padding:40px 0 0 0;
    font-size:14px;
    line-height:20px;
    
}
#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  .bnr li{
    margin:0 20px;
}
#pc .footer .sns{
    width:482px;
    margin:40px 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;
}
#pc .footer .link3{
    position:relative;
    left:805px;
    top:-135px;
    width:50px;
    height:40px;
}
#pc .footer .link4{
    position:relative;
    left:860px;
    top:-175px;
    width:50px;
    height:40px;
}
#pc .f_text{

}
.boldtext{
    font-weight: 500;
}

/*フッター
----------------------------------------------*/


 /*スライダー
----------------------------------------------*/
   * {
      box-sizing: border-box;
    }

    .slider {
        width: 80%;
        margin: -20px auto;
    }

    .slick-slide {
      margin: 0px 5px;
    }

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

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }
    .slick-prev{
        margin-left:3vw;
    }
    .slick-next{
        margin-right:4.5vw;
    }

    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity:1;
    }

    .slick-current {
      opacity: 1;
    }
    
    .slick-prev:before
    {
        content: url(../img/header/arrow_left.png);
    }
    .slick-next:before
    {
        content: url(../img/header/arrow_right.png);
    }
@media (max-width: 1500px){
    .slick-prev{
        margin-left:3vw;
        margin-top:-3vw;
    }
    .slick-next{
        margin-right:4.5vw;
        margin-top:-3vw;
    }
}
@media (max-width: 1300px){
    .slick-prev{
        margin-left:3vw;
        margin-top:-6vw;
    }
    .slick-next{
        margin-right:4.5vw;
        margin-top:-6vw;
    }
}

@media (max-width: 1200px){
    .slick-prev{
        margin-left:3vw;
        margin-top:-8vw;
    }
    .slick-next{
        margin-right:4.5vw;
        margin-top:-8vw;
    }
}

@media (max-width: 1100px){
    .slick-prev{
        margin-left:3vw;
        margin-top:-12vw;
    }
    .slick-next{
        margin-right:4.5vw;
        margin-top:-12vw;
}
@media (max-width: 1000px){
    .slick-prev{
        margin-left:3vw;
        margin-top:-15vw;
    }
    .slick-next{
        margin-right:4.5vw;
        margin-top:-15vw;
    }
 }
@media (max-width: 900px){
    .slick-prev{
        margin-left:3vw;
        margin-top:-20vw;
    }
    .slick-next{
        margin-right:4.5vw;
        margin-top:-20vw;
    }
}
@media (max-width: 800px){
    .slick-prev{
        margin-left:3vw;
        margin-top:-20vw;
    }
    .slick-next{
        margin-right:4.5vw;
        margin-top:-20vw;
    }
}


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

    @keyframes menu_anim {
        0% {
          left: -768px;
        }
        100% {
          left: 0px;
        }
    }
    @keyframes menu_back {
        0% {
          left: 0px;
        }
        100% {
          left: -768px;
        }
    }
    .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;
    }
    .popup .pimg{
        display: flex;
        width:90%;
        height:100%;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        margin:auto;
    }
    .popup .pimg img{
        width:95%;
    }
    .spimg{
        position:relative;
        top:20px;
        display:block;
    }
    .pcimg{
        display:none;
    }
    .popup .modal_close{
        position:fixed;
        top:0px;
        z-index:9999;
    }
    .popup .modal_close img{
        width:50px;
    }
    #sp .black_area{
        background:#272150;
    }
    #pc{
        display:none;
    }
    #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;
    }
    #sp .customer{
        position:fixed;
        right:5px;
        top:15px;
        z-index:888;
    }
    #sp .customer img{
        width:50vw;
    }
    #sp .gototop{
        position:fixed;
        bottom:10px;
        right:0px;
        z-index:999;
        display:none;
    }

    #sp .gototop img{
        width:15vw;
    }
    #sp .menu{
        position:fixed;
        top:0;
        left:-768px;
        width:80%;
        overflow:hidden;
        margin:auto;
        text-align:left;
        height:180vw;
        color:#fff;
        background:rgba(16,25,56,0.8);
       font-family: Zen Antique;
        font-weight: 400;
        font-size:20px;
        line-height:60px;
        z-index:900;
        color:#CEA255;
    }
    #sp .menu .menu_con{
        padding:88px  0 0 50px;
        height:140vw;
    }
    #sp .menu .line{
        position:relative;
        top:39vw;
        z-index:999;
    }
    #sp .mypage{
        line-height:10px;
        color:#fff;
        padding:0 0 25px 0;
    }
    #sp .line{
        position:relative;
        margin-top:-22vw;
        z-index:999;
    }
    #sp .area2 .caution{
        font-size:11px;
        line-height:20px;
    }
    #sp .area3 .caution{
        font-size:11px;
        padding:10px;
         line-height:20px;
    }
    #sp .caution2{
        font-size:12px;
    }
    #sp .menu img{
        width:80%;
    }
    #sp .title{
        width:95%;
        margin:auto;
        padding-top:100px;
    }
    #sp .title img{
        width:100%;
    }
    #sp .humberger{
        position:fixed;
        top:0px;
        left:0px;
        cursor:pointer;
        z-index:988;
    }
    #sp .menu_close{
        display:none;
        position:fixed;
        top:0px;
        left:0px;
        cursor:pointer;
        z-index:999;
    }
    #sp .header{
        width:100%;
/*         height:165vw; */
        background:#000;
        background-repeat: no-repeat;
    }
    #sp .header img{
        /* PCの右クリック禁止 */
        pointer-events: none;
        -webkit-touch-callout:none;
        -webkit-user-select:none;
        -moz-touch-callout:none;
        -moz-user-select:none;
        user-select:none;
    }
    #sp .header ul{
        display: flex;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
    }
    #sp .header li{
        width: 14%;
        margin:1vw;
    }
    #sp .header li img{
        width:100%;
    }
    #sp .sec1{
        padding:5vw 0;
        text-align:center;
    }
    #sp .frame_top{
        width:100%;
        height:30vw;
        margin: 30px auto 0 auto;
        background:url("../img/common/sp/frame.svg");
        background-repeat: no-repeat;
        background-position:top center;
        background-size:100%;
        text-align:center;
        padding-top:15vw;
    }
    
    #sp .frame_bottom{
        max-width:1000px;
        height:25vw;
        margin:auto;
        background:url("../img/common/sp/frame.svg");
        background-repeat: no-repeat;
        background-position:bottom center;
        background-size:100%;
    }
    
    #sp .sec1 .contents{
        width:100%;
        margin:auto;
        padding-top:10vw;
        font-family: Zen Antique;
        font-weight: Regular;
        font-size:14px;
        line-height:29px;
        color:#fff;
        text-align:center;
        background:url("../img/common/sp/frame_middle.png");
        background-repeat: repeat-y;
        background-size:100%;
    }
    #sp .sec1 .sub_title img{
        width:50vw;
    }
    #sp .sec2{
        color:#fff;
        padding:5vw 0;
    }
    #sp .sec2 .sub_title img{
        width:70vw;
    }
    #sp .sec2 .contents{
        width:100%;
        margin:auto;
        font-size:12px;
        line-height:5vw;
        color:#fff;
        padding:1vw 0;
        text-align:center;
        background:url("../img/common/sp/frame_middle.png");
        background-repeat: repeat-y;
        background-size:100%;
    }
    #sp .sec2 .contents .area1 img{
        width:42vw;
    }
    #sp .sec2 .contents .area2 img{
        width:35vw;
    }
    #sp .sec2 .contents ul{
        display:flex;
        -webkit-justify-content: center;
        justify-content: center;
    }
    #sp .sec2 .contents li{
        margin:0 5px;
        line-height:45px;
    }
    #sp .sec2 .contents .bt_area li{
        margin: 0 1vw;
        line-height:45px;
    }
    #sp .sec2 .contents .con_sub{
        width:150px;
        margin:20px auto 0 auto;
    }
    #sp .sec2 .contents .con_sub img{
            width:100%;
            
    }
    #sp .sec2 .contents .subt01{
        width:70px;
        margin:20px auto;
    }
    #sp .sec2 .contents .subt01 img{
            width:100%;  
    }
    #sp .sec2 .contents .subt02{
        width:70px;
        margin:20px auto;
    }
    #sp .sec2 .contents .subt02 img{
            width:100%;  
    }
    #sp .sec2 .contents .subt03{
        width:100px;
        margin:20px auto;
    }
    #sp .sec2 .contents .subt03 img{
            width:100%;  
    }
    #sp .sec2 .contents .area1{
        width:95%;
        margin:auto;
        background:url("../img/sp/sec2/area01_bg.png");
        background-repeat: no-repeat;
    }
    #sp .sec2 .contents .bt_area{

    }
    #sp .sec2 .contents .txt{
        position:relative;
        width:90%;
        margin:auto;
        text-align:left;
    }
    #sp .sec2 .contents .txt .mesh{
        background:url("../img/sp/sec2/mesh_frame.png");
        background-repeat: no-repeat;
        background-size:100% 100%;
        text-align:left;
        padding:5px;
        font-size:11px;
    }
    #sp .sec2 .contents .txt .mesh ul{
        display:flex;
        -webkit-justify-content: left;
        justify-content: left;
    }
    #sp .sec2 .contents .txt .mesh li{
        line-height:20px;
    }
    #sp .sec2 .contents .area2 ul{
        display:flex;
        -webkit-justify-content: left;
        justify-content: left;
    }
    #sp .sec2 .contents .area2{
        width:85%;
        margin:auto;
        background:url("../img/sp/sec2/area02_bg.png");
        background-repeat: no-repeat;
        text-align:left;
    }
    #sp .sec2 .contents .area2 .right{
        line-height:6vw;
        padding-top:2.5vw;
        font-size:13px;
    }
    #sp .sec2 .contents .area2 .right2{
        margin-top:-1px;
        line-height:24px;
    }
    #sp .sec2 .contents .area3{
        width:90%;
        margin:auto;
        text-align:left;
    }
    #sp .sec3{
        overflow:hidden;
        margin:auto;
        color:#fff;
        text-align:center;
        font-size:12px;
        line-height:5vw;
        padding:5vw 0;
    }
    #sp .sec3 .contents{
        background:url("../img/common/sp/frame_middle.png");
        background-repeat: repeat-y;
        background-size:100%;
        padding:4vw 0;
    }
    #sp .sec3 .contents .right {
        padding:8px;
        font-size:12px;
    }
    #sp .sec3 .contents li img{

    }
    #sp .sec3 .contents .splogo img{
        width:70vw;   
    }
    #sp .sec3 .contents .marlef{
        width:85%;
        margin:auto;
        text-align:left;
        font-size:11px;
        
    }
    #sp .footer{
        width:100%;
        margin:auto;
        text-align:center;
        color:#000;
        background:#C9A063;
        padding:40px 0;
        font-size:2vw;
        line-height:3vw;
        padding:5px;
        
    }
    #sp .footer  ul{
        width:95%;
        margin:auto;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        margin-top:20px;
    }
    #sp .footer  .sns{
        width:93%;
        margin:auto;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        background:#fff;
        height:60px;
        margin-top:20px;
    }
    #sp .footer  li{
        width:55%;
        margin:1vw;
    }
    #sp .footer  li img{
        width:100%;
    }
    #sp .footer .sns01,#sp .footer .sns02,#sp .footer .sns03,#sp .footer .sns04{
        margin:0;
        padding:0;
    }
        #sp .footer .sns01 {
        width:153px;
    }
    #sp .footer .sns02 {
        width:119px;
    }
    #sp .footer .sns03 {
        width:46px;
    }
    #sp .footer .sns04 {
        width:52px;
    }
    #sp .footer .sns01 img{
        width:100%;
    }
    #sp .footer .sns02 img{
        width:100%;
    }
    #sp .footer .sns03 img{
        width:100%;
    }
    #sp .footer .sns04 img{
        width:100%;
    }
    #sp .sec2 .subtitle1{
        width:120px;
        margin:20px auto;
        font-size:12px;
        border-bottom:solid 1px #fff;
    }
    #sp .sec2 .subtitle2{
        width:130px;
        margin:20px auto;
        font-size:12px;
        border-bottom:solid 1px #fff;
        text-align:center;
    }
    #sp .sec2 .subtitle3{
        width:160px;
        margin:20px auto;
        font-size:12px;
        border-bottom:solid 1px #fff;
        text-align:center;
    }
    #sp .sec2 .subtitle1{
        width:20vw;
        margin:20px auto;
        font-size:12px;
        border-bottom:solid 1px #fff;
    }
    #sp .sec2 .subtitle2{
        width:20vw;
        margin:20px auto;
        font-size:12px;
        border-bottom:solid 1px #fff;
    }
    #sp .sec2 .subtitle3{
        width:25vw;
        margin:0px auto;
        font-size:12px;
        border-bottom:solid 1px #fff;
    }
     /*スライダー
----------------------------------------------*/
   * {
      box-sizing: border-box;
    }

    .slider {
        width: 90%;
        margin: auto;
    }

    .slick-slide {
      margin: 0px 5px;
    }

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

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

    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity:1;
    }

    .slick-current {
      opacity: 1;
    }
    
    .slick-prev:before
    {
        content: url(../img/header/arrow_left.png);
    }
    .slick-next:before
    {
        content: url(../img/header/arrow_right.png);
    }
    
}
@media (max-width: 600px){
    #sp .header{
        width:100%;
        height:166vw;
        background:#000;
        background-repeat: no-repeat;
    }
}
@media (max-width: 450px){

    #sp .header{
        width:100%;
        height:158vw;
        background:#000;
        background-repeat: no-repeat;
    }
    #sp .sec1{
        padding:10vw 0 5vw 0;
        text-align:center;
    }
    #sp .sec2 .contents{
        width:100%;
        margin:auto;
        font-size:12px;
        line-height:5vw;
        color:#fff;
        padding:5vw 0 0 0;
        text-align:center;
        background:url("../img/common/sp/frame_middle.png");
        background-repeat: repeat-y;
        background-size:100%;
    }
    #sp .sec3 .contents{
        background:url("../img/common/sp/frame_middle.png");
        background-repeat: repeat-y;
        background-size:100%;
        padding:5vw 0 5vw 0;
    }
}
@media (max-width: 375px){
    #sp .header{
        width:100%;
        height:160vw;
        background:#000;
        background-repeat: no-repeat;
    }
    #sp .frame_top{
        width:100%;
        height:30vw;
        margin: 30px auto 0 auto;
        background:url("../img/common/sp/frame.svg");
        background-repeat: no-repeat;
        background-position:top center;
        background-size:100%;
        text-align:center;
        padding-top:50px;
    }
    #sp .sec1 .contents{
        width:100%;
        margin:auto;
        font-family: Zen Antique;
        font-weight: Regular;
        font-size:16px;
        line-height:29px;
        color:#fff;
        padding:10vw 0;
        text-align:center;
        background:url("../img/common/sp/frame_middle.png");
        background-repeat: repeat-y;
        background-size:100%;
    }
}
@media (max-width: 320px){
    #sp .sec2 .contents{
        width:100%;
        margin:auto;
        font-size:13px;
        line-height:5vw;
        color:#fff;
        padding:5vw 0;
        text-align:center;
        background:url("../img/common/sp/frame_middle.png");
        background-repeat: repeat-y;
        background-size:100%;
    }
}
