@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap);
/*reset css -->*/
*,
*::before,
*::after {
    box-sizing: border-box;
}
*  {
    min-height: 0;
    min-width : 0;
}
html,body,div,span,p,
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,figblock-event--day-name {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
}

body {
    line-height: 1;
}
section{
    max-width: 1600px;
    margin: 0 auto;
}
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{
    color: #333;
    font-size: 1.6em;
    background-color: #fff;
    overflow-x: hidden;
    letter-spacing: 0.05em;
    line-height: 1.6;
}
main {
    display: block;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align:middle;
}
a {
    cursor: pointer;
    color: #000;
}
.area-wrapper{
    overflow: hidden;
    background: #fff;
   font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
.wrapper{
}
section{
    max-width: 1200px;
    margin:  0 auto;
    padding: 0 0 160px;
}
.area-header img {
    width: 100%;
}
/*<-----resetcss*/
:root {
    --white:#fff;
    --black:#000;
    --roboto:'Roboto', sans-serif;
    --classico: 'classico-urw', sans-serif;
    --din: 'urw-din', sans-serif;
}
.area-header{
    padding-top: 20px;
}
.effect-fade {
    opacity: 0;
    transform: translate(0, 0px); /*fadein X,Y,*/
    transition: all 1600ms; /*fadein_time*/
}
.effect-scroll {
    opacity: 1;
    transform: translate(0, -20px);
}
.area-body{
    max-width: 1600px;
    margin: 0 auto;
}
.main_lead{
    max-width: 880px;
    margin: 80px auto;
    text-align: center;
}
.main_lead_ttl{
    font-size: 18px;
    text-align: left;
    display: inline-block;
}
.area-title {
   text-align: left;
    font-family: var(--roboto);
}
/*index*/
.index_sec{
    margin: 100px auto 140px;
}
ul.style_index{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
    gap: 40px;
    font-family: var(--din);
}
ul.style_index a{
    display: inline-block;
    height: auto;
    width: 100%;
    color: #fff;
    text-decoration: none;
}
ul.style_index li{
    width: 30%;
    position: relative;
    transition: .4s;
}
.index_text{
  position: absolute;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-family: var(--roboto);
    font-weight: 400;
    font-size: 20px;
    backdrop-filter: drop-shadow(2px 4px 6px black);
    line-height: 1.4;
}
.style_index .num{
    display: block;
    font-style: italic;
    font-size: 16px;
}
.look_2column {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}
.sec_ttl{
    font-family: var(--classico);
    text-align: left;
    line-height: 1.4;
}
.ttl_text{
    font-size: 58px;
    text-align: left;
    display: inline-block;
}
.ttl_num{
    font-size: 18px;
    color: #F85333;
    display: block;
    letter-spacing: 2px;
}
#style01 .look_2column ,#style04 .look_2column{
    align-items: baseline;
}
#style02 .look_2column ,#style05 .look_2column{
    align-items: center;
    justify-content: space-between;
}
#style01 .look_2column .text_area , #style04 .look_2column .text_area{
}
#style02 .look_2column .text_area , #style05 .look_2column .text_area{
    flex-basis: 34%;
    margin: 8% 0 0 8%;
}
#style02 .look_2column .photo_area ,#style05 .look_2column .photo_area{
    flex-basis: 50%;
}
#style01 .sec_ttl ,#style04 .sec_ttl{
    padding: 0 0 80px;
    text-align: center;
}
#style02 .sec_ttl ,#style05 .sec_ttl{
    margin: 0 0 60px 0;
    text-align: center;
}
#style03 .sec_ttl ,#style06 .sec_ttl{
    margin: 0 0 60px 0;
}
#style02 .look_2column_2 .text_area ,#style05 .look_2column_2 .text_area{
    flex-basis: 30%;
}
#style02 .look_2column_2 .photo_area ,#style05 .look_2column_2 .photo_area{
    flex-basis: 70%;
}
#style03 .look_2column ,#style06 .look_2column{
    align-items: center;
}
#style03 .look_2column .text_area ,#style06 .look_2column .text_area {
    margin: 6% 0 0 0;
    flex-basis: 40%;
}
#style03 .look_2column_2 ,#style06 .look_2column_2{
    align-items: flex-start;
}
#style03 .look_2column .photo_area ,#style06 .look_2column .photo_area{
    flex-basis: 60%;
    margin: 0 0 0 8%;
}
#style03 .look_2column_2 .text_area ,#style06 .look_2column_2 .text_area{
    flex-basis: 48%;
    margin: -140px 0 0 0;
}
#style03 .look_2column_2 .photo_area ,#style06 .look_2column_2 .photo_area{
    flex-basis: 46%;
    margin: 200px 0 0 2%;
}
.look_1column{
    text-align: center;
    margin: 80px auto;
    max-width: 80%;
}
.look_2column_2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 80px auto 0;
}
.look_2column_2 .photo_area{
    flex-basis: 47%;
    height: auto;
}
.look_2column_2 .text_area{
    flex-basis: 50%;
    height: auto;
}
.look_2column .photo_area{
    flex-basis: 50%;
    height: auto;
}
.look_2column .text_area{
    flex-basis: 47%;
    height: auto;
    font-size: 15px;
}
.text_area_inner{
    width: 70%;
    margin: 0 auto;
    font-size: 15px;
    display: block;
}
.credit_ttl{
    letter-spacing: 5px;
    margin-bottom: 30px;
    font-family: var(--classico);
}
.credit_list{
    line-height: 2.2;
    font-family: var(--roboto);
    font-family: var(--classico);
}
.credit_price{
    margin: 0 10px;
}
a.buy_btn{
    color: #fff;
    background: #000;
    padding: 0 10px 2px;
    font-size: 11px;
    margin-left: 12px;
    transition: .4s;
    text-decoration: none;
}
a.item_list{
    color: #808080;
    font-family: var(--classico);
    display: inline-block;
    margin-top: 20px;
    border-bottom: solid 1px #808080;
    text-decoration: none;
    transition: .4s;
}

/*loop*/
.sec_slide{
    background: #EBF8FF;
    padding: 120px 0;
    margin-bottom: 100px;
}
.loop_wrap {
    display: flex;
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    align-items: center;
    background: #EBF8FF;
    margin: 0 auto 100px;
}
.loop_wrap img {
    width: auto;
    height: 100%;
    flex-shrink: 0;
}
.loop_wrap img:first-child {
    animation: loop 50s -25s linear infinite;
}

.loop_wrap img:last-child {
    animation: loop2 50s linear infinite;
}
.view_all_wrap{
    text-align: center;
}
.view_all_wrap a{
    font-size: 40px;
    font-family: var(--classico);
    color: #f85333;
    text-decoration: none;
    border-bottom: solid 2px #f85333;
    transition: .4s;
}
@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}
/*hover*/
@media (any-hover: hover) {
    ul.style_index li:hover {
        opacity: .7;
        cursor: pointer;
    }
    a.item_list:hover {
        color: #F85333;
        border-bottom: solid 1px #F85333;
    }
    a.buy_btn:hover {
        background: #F85333;
    }
    .view_all_wrap a:hover{
        opacity: .7;
    }
}
@media screen and  (min-width:896px){
}
@media screen and (min-width:769px){
}
/*<<<--max896px------*/
@media screen and (max-width: 896px){
    .media_pc {
        display: none !important;
    }
    .media_sp {
        display: block !important;
    }
    .bodyWrap{
        width:100%;
        margin: auto;
    }
    section{
        width: 100%;
        padding: 0 0 120px;
    }
    .area-body{
        margin: 0 auto;
        box-sizing: border-box;
        text-align: left;
        width: 100%;
        max-width: 100%;
    }
    .main_lead_ttl{
        font-size: 14px;
        width: 84%;
        margin: 0 auto;
        text-align: left;
    }
    ul.style_index {
        width: 100%;
        gap:10px;
    }
    ul.style_index li {
        width: 46%;
    }
    .index_text{
        font-size:16px;
    }
    .main_lead{
        margin: 40px auto;
    }
    .style_index .num{
        font-size: 14px;
    }
    .sec_ttl img{
        width: 200px;
    }
    .index_sec {
        margin: 0px auto 80px;
    }
    #style01 .sec_ttl, #style04 .sec_ttl {
        padding: 0 0 60px;
    }
    #style01 .look_2column .photo_area ,#style04 .look_2column .photo_area {
        flex-basis: 100%;
    }
    #style01 .look_2column_2 ,#style04 .look_2column_2{
        flex-wrap: wrap;
        gap: 60px;
    }
    #style01 .look_2column_2 .photo_area ,  #style04 .look_2column_2 .photo_area{
        flex-basis: 100%;
    }
    #style01 .look_2column_2 .text_area , #style04 .look_2column_2 .text_area {
        flex-basis: 80%;
        margin: 0 0 0 auto;
    }
    .text_area_inner{
        width: 80%;
    }
    .credit_list{
        font-size: 14px;
        margin: 40px auto 0;
        line-height: 2.8;
    }
    .credit_ttl {
        font-size: 20px;
        margin-bottom: 10px;
    }
    a.item_list {
        font-size: 14px;
    }
    #style02 .look_2column, #style05 .look_2column{
        flex-wrap: wrap;
    }
    #style02 .look_2column .text_area, #style05 .look_2column .text_area {
        flex-basis: 90%;
        margin: 0;
    }
    #style02 .sec_ttl, #style05 .sec_ttl{
        margin: 0 auto;
        text-align: center;
        padding-bottom: 0px;
    }
    #style02 .look_2column .photo_area, #style05 .look_2column .photo_area {
        flex-basis: 90%;
        margin: 60px 0 0 auto;
    }
    #style02 .look_2column_2 ,#style05 .look_2column_2{
        flex-wrap: wrap;
        margin: 60px auto 0;
    }
    #style02 .look_2column_2 .photo_area, #style05 .look_2column_2 .photo_area{
        flex-basis: 100%;
    }
    #style02 .look_2column_2 .text_area, #style05 .look_2column_2 .text_area{
        flex-basis: 100%;
        margin: 0 auto;
    }
    #style03 .sec_ttl , #style06 .sec_ttl{
        text-align: center;
    }
    #style03 .look_2column, #style06 .look_2column{
        flex-wrap: wrap;
        gap:60px;
    }
    #style03 .look_2column .photo_area, #style06 .look_2column .photo_area{
        flex-basis: 100%;
        margin: 0;
    }
    #style03 .look_2column_2 .text_area, #style06 .look_2column_2 .text_area{
        flex-basis: 90%;
        margin: 0 auto 0 0 ;
    }
    #style03 .look_2column_2, #style06 .look_2column_2{
        flex-wrap: wrap;
        margin: 60px auto 0;
        gap: 60px;
    }
    #style03 .look_2column_2 .photo_area, #style06 .look_2column_2 .photo_area{
        margin: 0 0 0 auto;
        flex-basis: 90%;
}
    #style03 .credit_inner ,#style06 .credit_inner{
        width: 80%;
        margin: 0 auto;
    }
    #style06{
        padding: 0 0 80px;
    }
    .sec_slide{
        padding: 80px 0;
    }
    .loop_wrap {
        width: 1000px;
        margin:  0 auto 60px;
    }
    .view_all_wrap a{
        font-size: 28px;
    }
    .ttl_text{
        font-size: 40px;
    }
    .ttl_num{
        font-size: 16px;
    }
}
@media screen and (min-width:360px) and (max-width: 896px){}
@media screen and (min-width:360px) and (max-width: 767px){}
/*iphone5.6.7*/
@media screen and (max-width:359px){}