@charset "utf-8";
/*要素のフォントサイズやマージン・パディングをリセットしています*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button, input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-align: left; }

/*行の高さをフォントサイズと同じにしています*/
body {
  line-height: 1.0; }

/*文字サイズの自動調整を無効化しています*/
body {
  line-height: 1.0;
  -webkit-text-size-adjust: none; }

/*新規追加要素のデフォルトはすべてインライン要素になっているので、
section要素などをブロック要素へ変更しています*/
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/*ホバー、アクティブ時のアウトラインを消しています*/
a:hover,
a:active {
  outline: 0; }

/*ol、ulのマーカー（行頭記号）を表示しないようにしています*/
ol, ul {
  list-style: none; }

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を
親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  display: block;
  height: 15px;
  border: 0;
  margin: 1em 0;
  padding: 0; }

/*画像を縦に並べたときに隙間が空かないようにしています*/
img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  border: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%; }

body {
  line-height: 1.6;
  letter-spacing: 1.5px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.2rem;
  font-size: 12px;
  color: #000;
  background-color: #ffffff;
}

a,
a:link {
  color: #3f1d7d;
  border-bottom: 1px dotted #999;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

p {
  text-align: justify;
  text-justify: inter-ideograph;
 }


/* 汎用文字スタイル
------------------------------------------------- */
.red {
  color: #ea0000; }
  .red a {
    color: inherit;
    border-bottom-color: #ea0000; }
    .red a:hover {
      color: orange; }

.bold {
  font-weight: bold; }

.large {
  font-size: 4rem; }
@media (min-width: 981px) {
  .large {
  font-size: 1.8rem;
  }
}

.l-line {
  border-left: 10px double #737373;
  padding-left: 10px;
}
p {
  text-align: justify;
  text-justify: inter-ideograph; 
  line-height: 1.5;
  }
@media (max-width: 980px){
  p {
    font-size: 3.5rem;
  }
}
b, strong {
    font-weight: bold;
}

h1 {
  font-size: 4rem;
  margin: 0 0 20px;
}
@media (min-width: 981px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 4rem;
  margin: 15px 0;
  font-weight: bold;
}
@media (min-width: 981px) {
  h2 {
    font-size: 1.5rem;
  }
}
h3 {
  font-size: 4rem;
  margin: 15px 0;
  font-weight: bold;
}
@media (min-width: 981px) {
  h3 {
    font-size: 1.5rem;
  }
}
h4 {
  font-family:'serif','Noto Serif JP', 'Sawarabi Mincho', "Helvetica Neue", -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 2.5rem;
  margin: 15px 0;
  font-weight: normal;
  color: #000000;
}
@media (max-width: 980px) {
  h4 {
    font-size: 4.5rem;
  }
}

h5 {
    font-size: 2rem;
}
@media (max-width: 980px){
  h5 {
    font-size: 3.5rem;
  }
}

h6, .h6 {
    font-size: 12px;
}

h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1, h2, h3, h5, h6, .h1, .h2, .h3, .h5, .h6 {
    font-family: inherit;
    line-height: 1.4;
    color: inherit;
}

/* 	背景
-------------------------------------------------*/
body {
    background-color: #ffffff;
}

/* パララックス
------------------------------------------------- */
.cd-fixed-bg {
    position: relative;
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
    overflow: hidden;
}
/*@media screen and (max-width: 1024px) {
	.cd-fixed-bg {
		background-size: cover;
		background-attachment: scroll;
	}
}*/
.cd-fixed-bg.cd-bg-1  {
    background-image: url('../img/a-w_sp3-min.png'),url('../img/bg.jpg');
    background-size: 910px, 125%;
    background-position: center top, center center;
}
.cd-fixed-bg.cd-bg-1:before {
    content: "";
    display: block;
    padding-top: 105vh;
}
/*@media (max-width: 1024px) {
    .cd-fixed-bg.cd-bg-1  {
        background-image: url('../img/a-w_sp_.jpg');
        background-size: cover;
    }
}
@media (max-width: 1024px) {
    .cd-fixed-bg.cd-bg-1:before {
        content: "";
        display: block;
        padding-top: 105vh;
    }
}*/
.cd-fixed-bg.cd-bg-2  {
    background-image: url('../img/a-g_sp-min.png');
    background-color: #e6e6e6;
    background-size: 860px;
}
.cd-fixed-bg.cd-bg-2:before {
    content: "";
    display: block;
    padding-top: 2300px;
}


/* wrap
------------------------------------------------- */
#wrap {
    width: 100%;
    /*margin-top: 75px;*/
    overflow: hidden;
}

/* hd_logo
------------------------------------------------- */
.hd_logo {
    width: 100%;
    background-color: #000000;
    position: sticky;
    position: -webkit-sticky;
    top: 45px;
    z-index: 100;
}

.hd_logo img {
    width: 372px;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 5px 0;
}

/* scrolldown
------------------------------------------------- */
.scrolldown{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  bottom:1%;
  right:50%;
    /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1s ease-in-out infinite;
  z-index: 10;
}
@media (max-width: 980px) {
    .scrolldown {
        display: none;
    }
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown span{
    /*描画位置*/
  position: absolute;
  left: -30px;
  bottom: 20px;
    /*テキストの形状*/
  color: #ffffff;
  font-size: 2.0rem;
  letter-spacing: 0.15em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -6px;
    /*矢印の形状*/
    width: 3px;
    height: 20px;
    background: #ffffff;
    transform: skewX(-31deg);
}

.scrolldown:after{
  content:"";
    /*描画位置*/
  position: absolute;
  bottom:0;
  right:0;
    /*矢印の形状*/
  width: 2px;
  height: 90px;
  background:#ffffff;
}

.none {
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/* KV img
------------------------------------------------- */
.kvImg {
    position: absolute;
    width: 980px;
    height: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    top: -200px;
}

.kvImg .kv_img {
    background-image: url(../img/kv_caption_model.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 50%;
    height: 230px;
    width: 980px;
}

/* area 
------------------------------------------------- */
.area {
    position: relative;
    width: 100%;
    z-index: 5;
    top: 0;
    height: auto;
}

/* topic 
------------------------------------------------- */
.topic {
    background-color: #ffffff;
    width: 100%;
    padding-bottom: 5%;
}

.textbox {
    width: 850px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 30px;
}

.topic .textbox h1 {
    font-family: 'Anton', sans-serif;
    font-family: 'Archivo Black', sans-serif;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 4rem;
    letter-spacing: 4px;
    padding-bottom: 5px;
    border-bottom: 2px solid #c3c3c3;
    margin: 0;
}
@media (max-width: 980px) {
    .topic .textbox h1 {
        font-size: 2.3rem;
        letter-spacing: 1px;
    }
}
.topic .textbox .fontchange {
    font-size: 6.0rem;    
}
@media (max-width: 980px) {
    .topic .textbox .fontchange {
        font-size: 3.5rem;
        letter-spacing: 3px;
    }
}
.topic .textbox h2 {
    text-align: center;
    font-weight: normal;
    font-size: 2.3rem;
    line-height: 1.0;
}
@media (max-width: 980px) {
    .topic .textbox h2 {
        font-size: 2.0rem;
    }
}
.topic .textbox .fontchange2 {
    font-size: 4.0rem; 
    font-weight: bold;
}
@media (max-width: 980px) {
    .topic .textbox .fontchange2 {
        font-size: 3.0rem;
    }
}
.topic .textbox h3 {
    text-align: center;
    font-weight: normal;
    font-size: 1.8rem;
    margin: 40px 0 20px;
}
@media (max-width: 980px) {
    .topic .textbox h3 {
        font-size: 2.0rem;
        margin: 20px 0;
    }
}
.topic .textbox h3 .marker {
    background:linear-gradient(transparent 75%, #e56f6f 0%);
}
.topic .textbox h3 {
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.8;
    color: #000000;
}
@media (max-width: 980px) {
    .topic .textbox h3 {
        font-size: 1.6rem;
    }
}
.topic .textbox h4 {
    text-align: center;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #000000;
}
@media (max-width: 980px) {
    .topic .textbox h4 {
        font-size: 1.5rem;
    }
}
.topic .textbox h5 {
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #700000;
    margin: 30px 0;
}
@media (max-width: 980px) {
    .topic .textbox h5 {
        font-size: 1.3rem;
    }
}
.topicImg {
    width: 600px;
    margin: 50px auto;
}
@media (max-width: 980px) {
    .topicImg {
        width: 100%;
    }
}
.topicImg img {
    width: 100%;
}
.sp {
    display: none;
}
@media (max-width: 980px) {
    .sp {
        display: block;
    }
}
.linkbn {
    width: 95%;
    margin: 20px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
    .linkbn a {
        width: 95%;
        display: inline-block;
        margin: 0 10px;
        border-bottom: none !important;
    }

    .linkbn img {
        width: 100%;
    }
@media (max-width: 980px) {
    .linkbn {
        width: 90%;
        display: flex;
        flex-direction: column;
    }
        .linkbn a {
            width: 100%;
            display: inline-block;
            margin: 10px 0;
        }
}

.topic a, a:link {
    color: #333;
    border-bottom: 1px dotted #999;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}


/* item
------------------------------------------------- */
.itemWrap {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 40;
    top: 150px;
    display: block;
}

.point {
    margin: 0 auto 80px;
    width: 980px;
}

.itemImg {
    background-size: 55%;
    height: 500px;
}

.item1 {
    background-image: url(../img/point1_.png);
    background-repeat: no-repeat;
    background-position: left top;
}
.item2 {
    background-image: url(../img/point2_.png);
    background-repeat: no-repeat;
    background-position: right;
}
.item3 {
    background-image: url(../img/point3_.png);
    background-repeat: no-repeat;
    background-position: right;
}

.point .right {
    margin: 0 0 0 auto;
}
@media (max-width: 980px) {
    .point .right {
        margin: 0;
    }
}

/* flexslider
------------------------------------------------- */
.slideWrap {
    width: 980px;
    /*position: relative;*/
    top: 0;
    left: 0;
    margin: auto;
    height: 100%;
    z-index: 40;
}
@media (max-width: 980px) {
    .slideWrap {
        width: 95%;
    }
}
.flexslider {
    height: 100%;
    margin: 0 0 !important;
}
.flex-direction-nav a {
    top: 0% !important; 
}
.model {
    position: absolute;
    margin-top: 20px;
    width: 980px;
}

.model h1 {
    font-size: 2.5rem;
    text-align: center;
}
@media (max-width: 980px) {
    .model h1 {
        font-size: 1.5rem;
    }
}
.model h1 .kakaku {
    font-size: 3.5rem;
}
@media (max-width: 980px) {
    .model h1 .kakaku {
        font-size: 2.5rem;
    }
}
.model h2 {
    font-size: 1.5rem;
    text-align: center;
}
@media (max-width: 980px) {
    .model h2 {
        font-size: 1.0em;
    }
}
.linkbutton {
    margin: 40px auto;
    width: 500px;
    position: relative;
}

@media (max-width: 980px) {
    .linkbutton {
        width: 95%;
    }
}

.linkbotton a, .linkbutton a:link {
    border-bottom: none;
}

.linkbutton img {
    width: 100%;
}

.linkbutton span {
    position: absolute;
    width: 95%;
    text-align: center;
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 600;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* lessWrap
------------------------------------------------- */
.lessWrap {
    position: relative;
    width: 980px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 400px auto;
    height: 0;
    z-index: 40;
}
@media (max-width: 980px) {
    .lessWrap {
        margin: 400px auto;
    }
}
.lessImg {
    background: url(../img/less_.png) no-repeat center top;
    height: 230px;
    background-size: 85%;
}
@media (max-width: 980px) {
    .lessImg {
        background: url(../img/less_sp_.png) no-repeat center top;
        height: 360px;
    }
}

/* 完売テキストバナー
------------------------------------------------- */
.sold_out {
    position: relative;
    width: 850px;
    left: 0;
    right: 0;
    margin: 135px auto 20px;
}
@media (max-width: 980px) {
    .sold_out {
        width: 100%;
    }
}
.sold_out ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
}
.sold_out ul li {
    /*width: calc(98%/3);
    border-radius: 5px;
    margin: 3px 1px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    color: #ffffff;
    font-weight: bold;
    padding: 5px;
    font-size: 1.5rem;*/
    width: calc(50% - 10px);
    border-radius: 50px;
    margin: 3px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    color: #dfdfdf;
    font-weight: bold;
    padding: 5px;
    font-size: 1.2rem;
}
/*@media (max-width: 980px) {
    .sold_out ul li {
        width: calc(98%/2);
        font-size: 1.2rem;
    }
}*/

.sold_out ul .c0 {
    background-color: #000000 !important;
}
.sold_out .c1 li {
    background-color: #757575;
}

/* lens
------------------------------------------------- */
#lens {
    width: 100%;
    background-color: #000000;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

/* lens_guide
------------------------------------------------- */
.lens_ {
    font-size: 4.0rem;
    text-align: center;
    letter-spacing: 10px;
    line-height: 1.5;
    padding: 100px auto;
    color: #ffffff;
}
@media (max-width: 1023px) {
    .lens_ {
        font-size: 1.8em;
        line-height: 2.0;
        letter-spacing: 3px;
    }
}
.lens_guide {
    width: 850px;
    margin: 50px auto 100px;
    color: #cccccc;
}
@media (max-width: 1023px) {
    .lens_guide {
        width: 70%;
        margin: 50px auto 100px;
    }
}
.lens_guide h2 {
    font-size: 1.6rem;
    margin: 15px 0;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.3rem;
}
@media (min-width: 981px) {
  .lens_guide h2 {
    font-size: 1.5rem;
  }
}
.lens_guide ul {
    font-size: 1.8rem;
    margin: 35px 0;
    text-align: center;
}
@media (min-width: 981px) {
  .lens_guide ul {
    font-size: 1.5rem;
  }
}
.lens_guide ul li {
    width: 700px;
    margin: 15px auto;
    font-size: 1.2rem;
}
@media (max-width: 1023px) {
    .lens_guide ul li {
        width: 750px;
        font-size: 2.5rem;
    }
}
@media (max-width: 980px) {
    .lens_guide ul li {
        width: 90%;
        display: block;
        margin: 20px auto;
        font-size: 1.5rem;
    }
}
.lens_guide ul li img {
    width: 100%;
}

/* 【店舗タブ】動く方　タブ切り替え全体のスタイル
---------------------------------------------*/
.tabs {
  padding-bottom: 40px;
  background-color: #fff;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  width: 950px;
  margin: 10px auto 100px;}
@media (max-width: 1030px) {
    .tabs {
        width: 98%;
    }
}

/* 【店舗タブ】タブのスタイル
---------------------------------------------*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #4e0000;
  border-top: 1px solid #4e0000;
  border-left: 1px solid #4e0000;
  border-right: 1px solid #4e0000;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  background-color: #ffffff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
@media (max-width: 980px) {
 .tab_item {
  height: 50px;
  font-size: 1.5rem;
  padding-top: 0;
 }
}
.tab_item:hover {
  opacity: 0.75;
}
@media (max-width: 980px) {
    .tab_item:hover {
        opacity: 1.0;
    }
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  padding: 15px 15px 0;
  clear: both;
  overflow: hidden;
}

#b_content {
  padding-top: 0;
}
#c_content {
  padding-top: 0;
}

/*選択されているタブのコンテンツのみを表示*/
#a:checked ~ #a_content,
#b:checked ~ #b_content,
#c:checked ~ #c_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #4e0000;
  color: #fff;
}

/* 【店舗タブ】店舗表示
------------------------------------------------- */
.shopEyemirror h2 {
    font-size: 1.5rem;
    text-align: left;
    color: #000000;
}

.shopEyemirror ul li {
    font-size: 1.2rem;
    line-height: 2.0rem;
    color: #000000;
}

.shopEyemirror ul {
    margin: 20px 0;
}

.shopEyemirror .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    margin: 20px auto;
}

    .shopEyemirror .map iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }

    .shopEyemirror .map a {
        color: #7e0000;
    }


/* SNS表示領域設定
------------------------------------------------- */
#globalfooter #share {
  width: 100%;
  margin: 0px auto;
}
#globalfooter #share ul {
  padding: 30px 0 20px;
  width: 100%;
  margin: 0 auto; 
}
#globalfooter #share ul li {
  display: inline-block;
  width: 48px;
  vertical-align: middle;
  border-right: none;
  padding: 0;
}
@media (max-width: 980px) {
    #globalfooter #share ul li {
        width: 20%;
    }
}
#globalfooter #share ul li a {
    border: none;
}

#globalfooter #share ul li:nth-child(2) {
  margin: 0 200px;
}
@media (max-width: 980px) {
    #globalfooter #share ul li:nth-child(2) {
        margin: 0 10%;
    }
}

#globalfooter #share ul li img {
  width: 48px;
}
@media (max-width: 980px){
  #globalfooter #share ul li img {
    width: 100%;
  }
}

/* フッター
------------------------------------------------- */
#globalfooter {
  background: #4e0000;
  padding: 40px auto;
  width: 100%;
  font-size: 1.2rem; }
  
@media (max-width: 980px) {
  #globalfooter li a {
  font-size: 2.0rem;
  }
}

#globalfooter p {
  text-align: center;
  padding: 20px 0 30px;
}
@media (max-width: 980px) {
  #globalfooter p {
  font-size: 1.5rem;
  }
}
#globalfooter a {
  color: #ffffff;
  border-bottom: 1px dotted #fff;
  text-decoration: none;
}

#globalfooter ul {
    margin: 0;
    padding: 10px 0;
    text-align: center; }
@media (max-width: 980px){
    #globalfooter ul {
        margin: 30px 0;
    }
}
#globalfooter ul li {
      padding: 0 20px;
      display: inline-block;
      border-right: 1px solid #999; }
      #globalfooter ul li:last-child {
        border-right: none; }
@media (max-width: 980px) {
    #globalfooter ul li {
        padding: 10px 0;
        display: block;
        border-right: none;
        text-align: center;
    }
}
  #globalfooter .copyright {
    text-align: center;
    padding-bottom: 30px;
    color: #ffffff;
   }


/* @media tab
------------------------------------------------- */
@media (max-width: 1024px) {
    .cd-fixed-bg {
		background-size: cover;
		background-attachment: scroll;
	}
    .cd-fixed-bg.cd-bg-1 {
        background-image: url(../img/a-w_sp-min.jpg);
        background-size: cover;
    }
    .cd-fixed-bg.cd-bg-1:before {
        content: "";
        display: block;
        padding-top: 105vh;
    }
    .cd-fixed-bg.cd-bg-2  {
        background-image: url('../img/a-g_sp_-min.png');
        background-size: cover;
    }
    .cd-fixed-bg.cd-bg-2:before {
        content: "";
        display: block;
        padding-top: 280vw;
    }
    .hd_logo {
        top: 4.5vw;
    }
    .hd_logo img {
        width: 65%;
    }
    .kvImg {
        width: 65%;
        top: -30vw;
    }
    .kvImg .kv_img {
        background-image: url(../img/kv_caption_model.png);
        background-position: center bottom;
        background-size: 65%;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        height: 0;
        padding-top: calc(100% * 0.53);
    }
    .topic {
        width: 100%;
    }
    .textbox {
        width: 95%;
    }
    .itemWrap {
        top: 100px;
    }
    .point {
        width: 75%;
    }
    .itemImg {
        width: 100%;
        background-size: 100%;
        position:relative;
    }
    .item1, .item2, .item3 {
        height: 70vw;
        display: flex;
        justify-content: center;
    }
    .slideWrap::before {
        padding-top: 200vw;
    }
    .model {
        width: 100%;
    }
    .linkbutton {
        width: 70%;
    }

        .linkbutton span {
            font-size: 3.5rem;
        }
    .lessImg {
        background-size: 95%;
    }
}
@media (max-width: 1023px) {
    .lessWrap {
        width: 80%;
        margin: 360px auto;
    }
}

@media (max-width: 768px) {
    .hd_logo {
        top: 15vw;
    }
}

/* @media sp
------------------------------------------------- */
@media (max-width: 540px) {
    .hd_logo {
        top: 15vw;
    }
    .cd-fixed-bg.cd-bg-2  {
        background-image: url('../img/a-g_sp3-min.png');
        background-size: cover;
    }
    .cd-fixed-bg.cd-bg-2:before {
        content: "";
        display: block;
        padding-top: 390vw;
    }
    .kvImg {
        width: 85%;
        top: -30vw;
    }
    .kvImg .kv_img {
        background-image: url(../img/kv_caption_model.png);
        background-size: 100%;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
        height: 0;
        padding-top: calc(100% * 0.43);
    }
    .point {
        width: 95%;
    }
    .itemImg {
        width: 100%;
        background-size: 100%;
    }
    .item1, .item2, .item3 {
        height: 90vw;
    }
    /*.item2 {
        position:absolute;
        top: 50%;
        transform: translateY(-50%);
    }*/
    .slideWrap::before {
        padding-top: 255vw;
    }
    .model {
        width: 100%;
    }
    .sold_out {
    }
    .linkbutton {
        width: 90%
    }

        .linkbutton span {
            font-size: 2.2rem;
        }
    .lessWrap {
        width: 100%;
        margin: 300px auto;
    }
    .lens_guide {
        width: 98%;
        margin: 50px auto 100px;
    }
}

/* @media notePC
------------------------------------------------- */
@media (min-width: 1000px) and (max-height: 790px) {
    .cd-fixed-bg {
        position: relative;
        min-height: 100%;
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;
        background-position: center top;
        z-index: 2;
        overflow: hidden;
    }
    .cd-fixed-bg.cd-bg-2  {
        background-image: url('../img/a-g_sp3-min.png');
        background-size: cover;
    }
}