@charset "UTF-8";
/* reset css -->*/
*,
*::before,
*::after {
    box-sizing: border-box;
}
*  {
    min-height: 0;
    min-width : 0;
}
html,body,div,span,
h1,h2,h3,h4,h5,h6,dl,dt,dd,ol,ul,li,
table,tbody,tfoot,thead,tr,th,td,
article,aside,footer,header,nav,main,section,
manu,figure,figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
article,aside,footer,header,menu,nav,section {
    display: block;
}
ol,ul {
    list-style: none;
    list-style-type: none;
}
.media_pc {
    display: inline-block;
}
.media_sp {
    display: none !important;
}
/*<-----resetcss*/
html{
    font-size: 62.5%;
}
body{
    font-family:"Yu Gothic", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", "sans-serif";
    color: #313131;
    font-size: 1.6em;
    background-color: #fff;
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
.area-body section {
    width: 1100px;
    margin: 0 auto 60px;
    margin-top: 10%;
    padding: 0 0 60px;
    box-sizing: border-box;
    text-align: center;
}
.area-wrapper {
    margin: 0 auto;
    padding-bottom: 0;
    background-color: #fff;
    text-align: center;
    color: #000;
    line-height: 1.7;
    font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", YuGothic, sans-serif;
    overflow: hidden;
}
.area-body .header-text {
    padding: 50px 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.1em;
    letter-spacing: 0.12em;
    font-weight: 700;
}
.elem-text {
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.02em;
}
.area-body section .model-list {
    width: 1100px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-bottom: 50px;
}
/*<-slider-----*/
* {
    min-height:0;
    min-width : 0;
}
.stylying-slide li a{
    position: relative;
    cursor: pointer;
}
.stylying-slide li a:hover {
    text-decoration: none;
}
.stylying-slide li a:before {
    display: block;
    position: absolute;
    cursor: pointer;
    content: "";
    z-index: 1;
    bottom: 0;
    height: 100%;
    left: 0;
    right: auto;
    width: 0;
    background: rgba(255, 255, 255, 0.7);
    -webkit-transition: width .2s ease-in-out;
    -moz-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}
.stylying-slide li a:hover:before {
    left: 0px;
    right: auto;
    width: 150%;
    -webkit-transition: width .2s ease-ou-outt;
    -moz-transition: width .2s ease-ou-outt;
    -o-transition: width .2s ease-ou-outt;
    transition: width .2s ease-ou-outt;
}
.area-body section .name a{
    position: relative;
    cursor: pointer;
}
.area-body section .name a:hover {
    text-decoration: none;
}
.area-body section .name a:before {
    display: block;
    position: absolute;
    cursor: pointer;
    content: "";
    z-index: 1;
    bottom: 0;
    height: 100%;
    left: 0;
    right: auto;
    width: 0;
    background: rgba(255, 255, 255, 0.7);
    -webkit-transition: width .2s ease-in-out;
    -moz-transition: width .2s ease-in-out;
    -o-transition: width .2s ease-in-out;
    transition: width .2s ease-in-out;
}
.area-body section .name a:hover:before {
    left: 0;
    right: auto;
    width: 180%;
    -webkit-transition: width .2s ease-ou-outt;
    -moz-transition: width .2s ease-ou-outt;
    -o-transition: width .2s ease-ou-outt;
    transition: width .2s ease-ou-outt;
}
.marker{
    background: linear-gradient(transparent 80%, #ffadad 80%);
}
.bottom .slide-wrap {
    padding: 10px;
    background: #fff;
}
.bottom .slide-wrap img {
    display: block;
}
.bottom .slide-contener {
    max-width: 858px;
    width: 95%;
    margin: 20px auto;
}
.bottom .slide-item {
    margin: 0 5px;
    width: 420px!important;
}
.bottom .slide-contener ul.slick-dots {
    display: flex!important;
    flex-wrap: wrap;
    justify-content:center;
    align-items: center;
}
.slick-dots li {
    cursor: pointer;
    margin: 10px 5px;
    width: 50px;
    height: auto;
}
.slick-dots {
    bottom: -120px;
}
.slick-dots .slick-active{
    border: solid 0.5px;
}
.next , .prev {
    position: absolute;
    top: 0;
    cursor: pointer;
    height: 630px;
    width: 24.4%;
    background: rgba(225,225,225,0.5);
    z-index: 100;
    line-height: 630px;
    text-align: center;
    color: #666;
    font-size: 25px;
}
.next {
    right:0;
}

.bottom img.slide-arrow.next-arrow.slick-arrow {
    position: absolute;
    width: 6%;
    top: 44%;
    left: 72%;
    opacity: 0.6;
}
.bottom img.slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    width: 6%;
    top: 44%;
    left: 22%;
    z-index: 2;
    opacity: 0.7;
}
.bottom .slick01 .prevarrow {
    FONT-WEIGHT: 300;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    background-color: rgba(225,225,225,0.5);
    line-height: 35px;
    text-align: center;
}
.bottom .slick01 .slick-arrow {
    display: block !important;
}
.bottom .slick02 .slick-arrow {
    display: block !important;
}
/*--slider----->*/
.stylying-title {
    font-size: 35px;
    margin: 20px 0;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.02em;
}
.title::before {
    margin: 30px auto;
    left: 17%;
    position: absolute;
    content: "";
    width: 3em;
    width: 5em;
    border-top: 3px double #333;
}
.title::after {
    margin: 30px auto;
    left: 62%;
    position: absolute;
    content: "";
    width: 5em;
    border-top: 3px double #333;
}
.title::before {
    margin-right: 1em;
}
.title::after {
    margin-left: 1em;
}
.stylying-box {
    position: relative;
    width: 1100px;
    margin: 200px auto 60px;
    padding: 0 0 60px;
    box-sizing: border-box;
    text-align: center;
}
.stylying-slide {
    z-index: 10;
}
.stylying-slide img {
    margin: 0 auto;
    width: 50%;
}
.stylying-credit {
    margin: 20% auto;
}
.text-1 {
    margin: 5% auto;
    text-align: left;
}
.credit-1 {
    margin: 2% auto;
    text-align: left;
}
.stylying-slide a {
    font-weight: bold;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.125em;
    color: #000;
    text-decoration: underline;
}
.point {
    z-index: 20;
    position: absolute;
    margin: 0 auto;
}
.point img {
    width: 80%;
    margin-left: 40%;
    margin-top: -50%;
    animation: rotate-anime 12s linear infinite;
}
@keyframes rotate-anime {
  0%  {transform: rotate(0);}
  100%  {transform: rotate(360deg);}
}
.slick02 .prevarrow {
    display: block!important;
}
h2 {
    margin: 20px 0;
    font-size: 35px;
    font-weight: bold;
    position: relative;
    letter-spacing: 0.02em;
    font-family: 'Roboto', sans-serif;
}
.area-body section .name a {
    font-weight: bold;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    color: #000;
}
.name {
    margin-bottom: 5%;
}
.buy {
    font-size: 1.3em;
    font-weight: 700;
    color: #ff0000;
    text-decoration: underline;
}
.elem-text {
    margin: 3% auto;
    font-weight: 500;
}
.bottom__btn {
    margin-top: 50px;
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    width: 250px;
    height: 70px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    position: relative;
    z-index: 2;
    background-color: #fff;
    border: 2px solid #333;
    color: #333;
    line-height: 65px;
    overflow: hidden;
    font-weight: 600;
    font-size: 1.5em;
    padding: 0;
}
.bottom__btn::before,
.bottom__btn::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
}
.bottom__btn,
.bottom__btn::before,
.bottom__btn::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.bottom__btn:hover {
    color: #fff;
}
.bottom__btn::after {
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
}
.bottom__btn:hover::after {
    left: 0;
    background-color: #333;
}
.headtext {
    display: inline-block;
    margin-bottom: 2.5%;
    color: black;
    font-size: 1.55em;
    background: linear-gradient(transparent 65%, #fff799 0%);
    font-weight: bold;
}
/*<<<--1024px-------*/
@media screen and  (min-width:896px) and (max-width:1024px){
.slick-dots {
    position: absolute;
    bottom: -100px;
}
    }
@media(min-width:769px){
}
/*<<<--896px-------*/
@media screen and (max-width: 896px) {
.media_pc {
    display: none !important;
}
.media_sp {
    display: block !important;
}
.bottom img.slide-arrow.next-arrow.slick-arrow {
    position: absolute;
    width: 10%;
    top: 41%;
    left: 84%;
    opacity: 0.6;
}
.bottom img.slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    width: 10%;
    top: 41%;
    left: 6%;
    z-index: 2;
    opacity: 0.7;
}
.point img {
    width: 44%;
    margin-left: -71%;
    margin-top: -20%;
    animation: rotate-anime 7s linear infinite;
}
.title::before {
    margin: 23px auto;
    left: -1%;
    position: absolute;
    content: "";
    width: 3em;
    border-top: 3px double #333;
}
.title::after {
    margin: 23px auto;
    left: 78%;
    position: absolute;
    content: "";
    width: 3em;
    border-top: 3px double #333;
}
h2 {
    margin: 20px 0;
    font-size: 25px;
    font-weight: bold;
    position: relative;
    letter-spacing: 0.02em;
    font-family: 'Roboto', sans-serif;
}
.area-body .header-text {
    padding: 50px 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.9em;
    letter-spacing: 0.12em;
    font-weight: 700;
}
.stylying-title {
    font-size: 25px;
    margin: 3px 0;
    margin-top: 20%;
    margin-bottom: 5%;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.02em;
}
.stylying-slide a {
    font-weight: bold;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    text-decoration: underline;
}
.stylying-slide img {
    margin: 0 auto;
    width: 77%;
}
.elem-text {
    max-width: 94%;
    font-size: 0.84em;
    text-align: left;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.02em;
}
.stylying-box {
    display: block;
    width: 100%;
    margin: 80px auto 0;
    padding: 0 0 60px;
    box-sizing: border-box;
    text-align: center;
}
.bottom .slide-item {
    width: 60vw!important;
    margin: 0 5px;
}
.slick-dots li {
    width: 30px;
}
.area-body section .model-list {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-bottom: 30px;
}
.bodyWrap{
    width: 89.33333%;
    margin: auto;
}
.bottom slick01 .slick-arrow {
    display: none!important;
}
.next , .prev {
    position: absolute;
    top: 0;
    cursor: pointer;
    height: 338px;
    width: 11.5%;
    background: rgba(225,225,225,0.5);
    z-index: 100;
    line-height: 350px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}
.area-body section {
    width: 100%;
    margin: 0 auto 0;
    padding: 0 0 60px;
    box-sizing: border-box;
    text-align: center;
 }
.slick-dots{
    bottom: -70px;
}
.name {
    margin-top: 0px;
    margin-left: 0;
}
.area-body section .name a {
    font-weight: bold;
    font-size: 12px;
}
.bottom__btn {
    margin-top: 30px;
    width: 180px;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
}
 .bottom .slide-wrap {
    padding: 0;
    margin: 30px auto;
}
.headtext {
    color: black;
    margin-bottom: 5%;
    font-size: 1.7em;
    font-weight: bold;
   background: none;
}
    }

@media(min-width:481px){
}

@media(max-width:480px){

 }

