@charset "UTF-8";
/* CSS Document */
html{
	font-size: 62.5%;/*16px × 62.5%=10px*/
}

body{
	color: #111111;
	font-family:'ten-mincho-text', 'Frank Ruhl Libre',serif,'Noto Sans JP',sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 1px;
}

* {
    box-sizing: border-box;
}

.img-sp{
	display: none;
}

.current{
    opacity: 0.5;
}

/*---------------------------
 *
 *slide
 *
 *---------------------------*/

.slider-sp{
    display: none;
}

.slider-tablet{
    display: none;
}

.slider-pc{
    margin: 20px 20px 0 20px;
}

.hero-img{
    width: 100%;
    height: auto;
}

/*---------------------------
 *
 *header
 *
 *---------------------------*/
header{
    position: relative;
 }

.header{
    position: absolute;
    top: 0px;
    height: 200px;
    width: 100%;
 }

.navi-list{
    display: flex;
    position: absolute;
    top: 44px;
    right: 80px;
}

.navi-list li{
    margin-left: 75px;
}

.navi-list li :hover{
    transition: all 0.25s;
    cursor: pointer;
    filter: opacity(80%);
}

.ao-logo{
    color: #111111;
    letter-spacing: 0.7px;
    display: flex;
    align-items: center;
    position: absolute;
    background-color:rgba(255,255,255,0.6);
    top: 30px;
    left: 70px;
    padding: 18px 20px;
}

.ao-logo :hover{
    transition: all 0.2s;
    cursor: pointer;
    filter: opacity(70%);
}

.logo-text{
    padding-left: 24px;
    line-height: 1.5;
}

.header-page{
    width: auto;
    height: 200px;
}

.header-page-img{
    width: calc(100% - 40px);
    height: auto;
    margin: 20px 0px 0px 20px;
}

/*---------------------------
 *
 *footer
 *
 *---------------------------*/

.footer{
    padding: 70px 0 15px 0;
    background: repeat url(../images/home/ao-bg-img2.jpg);
}

.footer-fff{
    padding: 70px 0 15px 0;
}

.footer-list{
    display: flex;
    justify-content: center;
}
 
.footer-list li :not(:last-child){
    padding-right: 65px;
}

.footer p{
    text-align: center;
    padding-top: 70px;
}

.footer-fff p{
    text-align: center;
    padding-top: 70px;
}

.footer-list li :hover{
    transition: all 0.2s;
    cursor: pointer;
    filter: opacity(80%);
}

 /*---------------------------
 *
 *home
 *
 *---------------------------*/

 /* ---- news ---- */


.ao-news{
    width: 75%;
    margin: 0 auto;
    padding: 65px 0;
    display: flex;
}

.news-list{
    display: flex;
}

.news-list li{
    padding-right: 34px;  
}


.news-list li img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.news-03{
    visibility:hidden;
}

.news-title{
    font-size: 3.0rem;
    line-height: 1;
    letter-spacing: 2px;
    width: 130px;
    margin-right: 7vw;
    padding-top: 50px;
    padding-bottom: 35px;
}

.news-more-btn{
    font-family: Frank Ruhl Libre;
    font-weight: 500;
    letter-spacing: 1.4px;
    color: #124967;
    line-height: 0;
    display: block;
    width: 120px;
    text-align: center;
	font-size: 1.4rem;
	border: 1.6px solid;
	border-color:#124967; 
	background-color: #ffffff;
    padding: 15px 0;
    position: relative;
}

.news-more-btn::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4.8px);
    right: 30px;
    width: 4.4px;
    height: 4.4px;
    border: 1.8px solid;
    border-color: transparent transparent #ffffff #ffffff;
    transform: rotate(-135deg);
    transition: 0.35s;
}

.news-more-btn:hover::after{
    right: 16px;
    color: #ffffff;
}
.news-more-btn:hover{
    transition: all 0.3s;
    color: #ffffff;
    background-color: #124967;
}

/* ---- brand-contents ---- */


.brand-contents{
    background: repeat url(../images/home/ao-bg-img2.jpg);
    /* background: repeat url(../images/home/ao-bg-img3.jpg); */
    line-height: 1.9;
}
.contents-wrap{
    padding: 130px 0 120px 0;
}

.contents-flex{
    display: flex;
    width: 95%;
    max-width: 1250px;
    margin: 0 auto;
}

.flex-rever{
    flex-direction: row-reverse;
}

.contents-text{
    flex: 1;
    text-align: center;
}
.contents-text p{
    text-align: left;
}

.text-right{
    padding: 0 100px 0 40px;
}

.text-left{
    padding: 0 40px 0 100px;
}

.contents-title-img{
    margin-right: -30px;
}
.contents-text p{
    padding: 50px 0 40px 0;
}

.contents-img{
    width: 70%;
    max-width: 877px;
}
.contents-item-img{
    width: 100%;
}

.brand-contents li:not(:last-child){
    margin-bottom: 130px;
}

.home-more-btn{
    font-family: Frank Ruhl Libre;
    font-weight: 500;
    letter-spacing: 1.4px;
    line-height: 0;
    display: block;
    width: 180px;
    text-align: center;
    color: #124967;
	font-size: 1.4rem;
	border: 1.6px solid;
	border-color:#124967; 
	background-color: #ffffff;
    margin: 0 auto;
    padding: 15px 0;
    position: relative;
}

.home-more-btn::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4.8px);
    right: 30px;
    width: 4.4px;
    height: 4.4px;
    border: 1.8px solid;
    border-color: transparent transparent #ffffff #ffffff;
    transform: rotate(-135deg);
    transition: 0.35s;
}

.home-more-btn:hover::after{
    right: 16px;
    color: #ffffff;
}

.home-more-btn:hover{
    transition: all 0.25s;
    color: #ffffff;
    background-color: #124967;
}


/* ---- gallery ---- */
.gallery{
    padding: 150px 0;
}

.gallery-flex{
    width: 95%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.gallery-flex div{
    width: 17%;
    margin: min(0.5vw,8px);
    position: relative;
}

.gallery-flex div img{
    width: 100%;
    height: auto;
}

.gallery-img-second{
    position: absolute;
    left: 0;
}

.gallery-title{
    position: absolute;
    left: min(90vw, 50vw + 560px);
    padding-top: 0.9vw;
}

 /*---------------------------
 *
 *news
 *
 *---------------------------*/
.news{
    width: 95%;
    max-width: 500px;
    margin: 0 auto;
    padding: 80px 0 110px;
}

.news-list-wrap img{
    width: 100%;
    padding: 24px 0 ;
}

.news-text{
    padding: 10px 0;
}



 /*---------------------------
 *
 *about
 *
 *---------------------------*/

/* ---- about ---- */

.ao-about h1{
    font-size: 2.6rem;
    text-align: center;
    padding: 120px 0 84px 0;
}

.ao-about-flex{
    display: flex;
    width: 95%;
    max-width: 1080px;
    margin: 0 auto;
    padding-bottom: 150px;
}

.ao-about-text{
    flex: 1;
    padding-left: 60px;
    
}

.ao-about-text h2{
    font-size: 2.4rem;
    padding-bottom: 50px;
    text-align: center;
}
.ao-about-text p{
    font-size: 1.8rem;
    
}

.ao-item-img{
    width: 48.1%;
}

.ao-item-img img{
    width: 100%;
}

.about-img{
    width: 100%;
    height: 450px;
    background: center / cover no-repeat url(../images/about/about-img-pc.jpg);
}

/* ---- feature ---- */

.ao-feature{
    width: 95%;
    max-width: 1080px;
    padding: 150px 0;
    margin: 0 auto;
}

.ao-feature-list{
    display: flex;
}
.ao-feature-list:not(:last-child){
    margin-bottom: 80px;
}

.ao-feature-list img{
    width: 33.3%;
    padding-left: 20px;
}

.ao-feature-text{
    padding-right: 34px;
    min-width: 270px;
}

.text-aono{
    font-size: 1.8rem;
    margin-bottom: -36px;
    padding-left: 6px;
}

.feature-heading{
    line-height: 1;
    font-size: 3.0rem;
    padding-bottom: 50px;
}

.feature-number{
    font-size: 7.2rem;
    font-style: italic;
    color: #124967;
}

.feature-text{
    font-size: 1.6rem;
}


 /*---------------------------
 *
 *item
 *
 *---------------------------*/

.series-flex{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    
    padding-bottom: 60px;
    max-width: 1080px;
}

.ao-series{
    position: relative;
    width: 95%;
    max-width: 1080px;
    padding: 120px 0 90px 0;
    margin: 0 auto
    
}

.series-text{
    flex: 1;
    width: 23.1%;
    text-align: center;
    padding-left: 2.5%;
}

.series-text p{
    text-align: left;
    padding-top: 50px;
}

.series-img{
    width: 74.35%;
}

.series-main-img{
    width: 100%;
}
.series-item-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.series-item {
    position: relative;
    width: 23.1%;
    margin-bottom: 30px;
}

.series-item img{
    width: 100%;
}
  
.series-item-none{
    visibility:hidden;
}

.series-item_mask {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    background-color: #111111;
}

.series-item_mask p{
    padding: 20px;
    color: #ffffff;
}

/* マウスでホバーしたときにテキストを表示する */
.series-item:hover .series-item_mask {
    opacity: .5;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);	/* IE lt 8 */
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
}

/* マウスでホバーしなくなったときに元に戻す */
.series-item .series-item_mask {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.series-navi{
    width: 95%;
    margin: 0 auto;
}

.series-navi-flex{
    display: flex;
    justify-content: center;
    padding: 50px 0;
}

.tab_class{
    display: flex;
    align-items: start;
}

.tab_class :hover{
    transition: all 0.25s;
    cursor: pointer;
    filter: opacity(70%);
}

.tab_class:not(:last-child){
    margin-right: 75px;
}


.tab_contains{
    /*選択されていないコンテンツは非表示*/
    display:none;
    position: relative;
    background: repeat url(../images/home/ao-bg-img2.jpg);
}

.tab_contains::before{
    content: "";
    position: absolute;
    background: center / contain no-repeat url(../images/items/item-bg-logo-pc.png);
    width: 627px;
    height: 879px;
    right: 0%;
    top: 65px;
}

input[name="tab_item"] {
    display: none;
  }

#tab_item1:checked ~ #item1,
#tab_item2:checked ~ #item2,
#tab_item3:checked ~ #item3,
#tab_item4:checked ~ #item4,
#tab_item5:checked ~ #item5,
#tab_item6:checked ~ #item6{
    display:block;
}

#tab_item1:checked ~ .series-navi #tab_item1_lb img{ opacity: 0.5;}
#tab_item2:checked ~ .series-navi #tab_item2_lb img{ opacity: 0.5;}
#tab_item3:checked ~ .series-navi #tab_item3_lb img{ opacity: 0.5;}
#tab_item4:checked ~ .series-navi #tab_item4_lb img{ opacity: 0.5;}
#tab_item5:checked ~ .series-navi #tab_item5_lb img{ opacity: 0.5;}
#tab_item6:checked ~ .series-navi #tab_item6_lb img{ opacity: 0.5;}

.item-pop {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
.item-pop-bg {
    width: 100%;
    height: 100%;
    background-color: #111111;
    opacity: 0.5;
}

.item-pop-area {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    width: calc(min(800px, 100vw));
    max-width: 800px;
    background-color: #fff;
}

.item-pop-flex {
    display: flex;
    justify-content: space-between;
    padding: 35px;
}

.item-pop-img-area {
    width: calc(100% * 390/730);
}

.item-pop-img{
    width: 100%;
    height: auto;
    padding-bottom: 15px;
}

.item-pop-img-thumbnail-list {
    display: flex;
    justify-content: space-between;
    align-items:  flex-start;
    width: 100%;
}

.item-pop-img-thumbnail-list img{
    width: 23%;
    height: auto;
}

.item-pop-text-area {
    display: flex;
    flex-direction: column;
    width: calc(100% * 300/730);
}

.item-pop-order-text{
    margin-top: 50px;
}

.item-pop-text-area h1{
    font-size:2.6rem;
    line-height: 1.6;
    padding: 0px 0px 40px;
}

.item-pop-text-area h2{
    font-size:2rem;
    line-height: 1;
    margin: 0px auto;
    padding-bottom: 20px;
}

/*---------------------------
 *
 *store
 *
 *---------------------------*/

.ao-store{
    background-image: url(../images/home/ao-bg-img2.jpg);
    width: 75%;
    /* height: 1120px; */
    max-width: 1080px;
    margin: 145px auto;
}

.ao-store-text{
    text-align : center;
}

.ao-store-text h1{
    font-size:3.5rem;
    padding: 80px 0px 35px;
}

.ao-store-text p{
    font-size:1.8rem;
}

.ao-store-logo{
    width: 100%;
    padding-bottom: 65px;
}

.ao-store-link{
    padding-top: 35px;
}

.ao-store-link:hover{
    transition: all 0.25s;
    cursor: pointer;
    filter: opacity(70%);
    transform: translateY(1.5px);
}

.ao-store-description{
    width: 52%;
    padding: 80px 0px 100px;
    margin: 0px auto;
}

/*---------------------------
 *
 *ordermade
 *
 *---------------------------*/
.ordermade h1{
    font-size: 3.6rem;
    line-height: 1;
    padding: 130px 0 80px 0;
}
.order-inner{
    width: 95%;
    max-width: 1080px;
    margin: 0 auto;
}

.text-center{
    text-align: center;
}

.order-text{
    font-size: 1.8rem;
    max-width: 740px;
    margin: 0 auto;
    padding-bottom: 70px;
}

.order-img{
    display: flex;
    justify-content: space-between;
    align-items:  flex-start;
}

.order-img img{
    width: 31.6%;
}

.process-number{
    position: relative;
}

.process-number p{
    position: absolute;
    font-style: italic;
    font-size: 3.6rem;
    line-height: 1;
    color: #124967;
    top: 19px;
    left: 29px;
}

.process-list{
    display: flex;
}

.process-list:not(:last-child){
    margin-bottom: 60px;
}
.order-process{
    width: 95%;
    max-width: 740px;
    margin: 0 auto;
    padding-bottom: 120px;
}

.process-text{
    font-size: 1.8rem;
    padding-left: 35px;
}

.process-title{
    font-size: 3.0rem;
    line-height: 1;
    padding-top: 23px;
    padding-bottom: 30px;
}
/*---------------------------
 *
 *contact
 *
 *---------------------------*/
.ao-contact{
    background-image: url(../images/home/ao-bg-img2.jpg);
    width: 75%;
    /* height: 1120px; */
    max-width: 1080px;
    margin: 145px auto;
}

/* ---- ao-contact-text ---- */
.ao-contact-text{
    /* height: 370px; */
    text-align : center;
}

.ao-contact-text h1{
    font-size:3.6rem;
    padding: 80px 0px 35px;
}

.ao-contact-text p{
    font-size:1.8rem;
    margin-bottom: 80px;
}

/* ---- ao-contact-form ---- */
/* .ao-contact-form
{
    height: 600px;
} */

.ao-contact-form ul{
    text-align : auto;
    width:calc(100% * 760/1080);
    margin: 0 auto;
}

.ao-contact-form ul li {
    margin-bottom: 25px;
    list-style: none;
}

.ao-contact-form ul li label{
    font-size:1.7rem;
    width:calc(100% * 340/760);
    padding-top: 10px;
    float: left;
}

.ao-contact-form .form{
    border: none;
    border-radius: 3px;
    width:calc(100% * 420/760);
    padding-left: 10px;
    height: 40px;
}

.ao-contact-form .select-form{
    border: none;
    border-radius: 3px;
    width: min(calc(100% * 420/760), 200px);
    padding:0 10px;
    height: 40px;
}

.ao-contact-form .area-form {
    border: none;
    border-radius: 3px;
    resize: vertical;
    width:calc(100% * 420/760);
    height:250px;
}

.ao-contact-form input.btn{
    display: block;
    font-size:2rem;
    font-family: ten-mincho-text;
    letter-spacing: 2px;
    margin: 0 auto;
    background-color: #ffffff;
    margin-top: 45px;
    width: 160px;
    height: 40px;
    color: #124967;
    border-color:#124967;
    border: 1.7px solid;
}

/* ---- ao-contact-line ---- */
.ao-contact-line{
    height: 150px;
    width: auto;
}

.ao-contact-line div {
    border-bottom: 3px solid rgba(41, 74, 140, 0.45);
}

.ao-contact-line div:nth-of-type(1) {
    padding-top: 63px;
}
.ao-contact-line div:nth-of-type(2) {
    padding-bottom: 7px;
}
.ao-contact-line div:nth-of-type(3) {
    padding-bottom: 7px;
}

/*---------------------------
 *
 *contact-thanks
 *
 *---------------------------*/
.contact-thanks{
    width: 75%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
    padding: 120px 0;
}

.thanks-text{
    font-size: 2.8rem;
    padding-bottom: 20px;
}

/*---------------------------
 *
 *smartphone
 *
 *---------------------------*/

    @keyframes inout {

    0% {
            transform-origin: top;
            transform: scale(1,1)/* x:１倍 y:１倍*/
        }
      
        100% {
            transform-origin: top;
            transform: scale(1,1.9);/* x:１倍 y:３倍*/
        }
    }

 @media screen and (max-width:960px){

	body{
		font-size: 1.5rem;
		line-height: 1.8;
	}

	.img-pc{
		display: none;
	}
	.img-sp{
        display: block;
        
    }
    
/*---------------------------
 *
 *slide
 *
 *---------------------------*/
 
    .slider-pc{
        display: none;
        
    }

    .slider-sp{
        display: block;
        margin: 20px 20px 0 20px;
    }

    .hero-img{
        width: 100%;
        height: auto;
    }
/*---------------------------
 *
 *header
 *
 *---------------------------*/

    .header .ao-logo{
        position: absolute;
        top: 80px; 
        left: calc( 50% - 198.25px / 2);
        padding: 15px 16px;
    }

    .header .ao-logo img{
        width: 55px;
        height: 58px;
    }

    .header .logo-text{
        font-size: 1.3rem;
        padding-left: 16px;
    }

    .header-page{
        width: auto;
        height: 55px;
    }

    .header-page .ao-logo{
        background-color: transparent;
        top: 0px; 
        left: 25px;
        height: 55px;
        padding: 0;
    }

    .header-page .ao-logo img{
        width: 32px;
    }

    .header-page .logo-text{
        display: none;
    }

    .header-page-img{
        width: calc(100% - 40px);
        margin: 0px 0px 0px 20px;
    }

    header .navi-container{
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #e6e9eb;
        z-index: 999;
    }

    header .navi-list{
        position:static;
        text-align: center;
        justify-content: space-between;
        margin: 110px 20px 0 20px;
        height: calc(100% - 110px);
    }

    header .navi-list li{
        margin: 0px auto;
    }

    header .switch-btn {
        position: fixed;
        top: 18px;
        right: 24px;
        width: 25px;
        height: 20px;
        cursor: pointer;
        z-index: 9999;
    }

    

    header .switch-btn span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #111111;
        transition: all 0.2s
    }

    .header .switch-btn span {
        background-color: #ffffff;
    }

    .header .switch-btn{
        top: 35px;
        right: 35px;
    }


    header .switch-btn span:nth-of-type(1) {top:0px;transform: rotate(0);}
	header .switch-btn span:nth-of-type(2) {top:9px;transform: scale(1);}
	header .switch-btn span:nth-of-type(3) {bottom:0px;transform: rotate(0);}

	header .switch-btn.btn-close span:nth-of-type(1) {top:9px;transform: rotate(-45deg);}
	header .switch-btn.btn-close span:nth-of-type(2) {transform: scale(0);}
    header .switch-btn.btn-close span:nth-of-type(3) {bottom:9px;transform: rotate(45deg);}

    .scroll-animation{
        position: absolute;
        font-weight: 500;
        top: 145vw;
        left: calc( 50% - 88px / 2);
    }

    .scrollbar{
        width: 1.4px;
        height: 60px;
        background-color: #111111;
        margin: 0 auto;
        margin-top: 8px;
        animation: inout 1.8s ease 0s infinite alternate;
    }

/*---------------------------
 *
 *footer
 *
 *---------------------------*/

    .footer{
        padding: 40px 0 10px 0;
    }

    .footer-list :not(:last-child){
        padding-right: 28px;
    }

    .footer p{
        padding-top: 35px;
        font-size: 1.2rem;
    }

    .footer-fff{
        padding: 40px 0 10px 0;
    }

    .footer-fff p{
        padding-top: 35px;
        font-size: 1.2rem;
    }


 /*---------------------------
 *
 *home
 *
 *---------------------------*/

/* ---- news ---- */

    .news-more-btn{
        font-size: 1.1rem;
        width: 100px;
        padding: 12px 0;
    }

    .ao-news{
        display: block;
        width: calc(100% - 40px);
        padding: 40px 0 36px 0;
    }

    .news-title{
        font-size: 2.3rem;
        padding: 0 0 17px 0;
    }

    .news-list{
        display: flex;
        justify-content: space-between;
        font-size: 11px;
        padding-top: 28px;
    }

    .news-list li{
        padding-right: 0;
        width: 47.7%;
    }

    .news-03{
        display: none;
    }

/* ---- brand-contents ---- */

    .home-more-btn{
        font-size: 1.1rem;
        width: 150px;
        margin: 0;
        padding: 12px 0;
    }

    .more-btn-right{
        margin: 0 0 0 auto;
    }

    .contents-flex{
        display: block;
        width: 100%;
    }

    .brand-contents li:not(:last-child){
         margin-bottom: 62px;
    }

    .contents-wrap{
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 60px 0;
    }

    .contents-flex-sp{
        display: flex;
    }

    .flex-rever{
        flex-direction: row-reverse;
    }

    .contents-title-img{
        width: 39px;
        margin-right: 0;
    }

    .contents-img{
        flex: 1;
        width: 76.4%;
        
    }

    .contents-item-img{
        width: 100%;
    }

    .text-right{
        padding: 0;
    }

    .text-left{
        padding: 0;
    }

    .title-right{
        padding: 0 27px 0 0;
    }

    .title-left{
        padding: 0 0 0 27px;
    }

    .contents-text p{
        padding: 30px 0 25px 0;
    }

/* ---- gallery ---- */

    .gallery{
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 45px 0 50px 0;
    }

    .gallery-flex{
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .gallery p {
        font-size: 2.3rem;
        padding-bottom: 30px;
        line-height: 1;
    }

    .gallery-flex{
        width: 100%;
    }

    .gallery-flex div{
        width: 47.2%;
        padding-bottom: 4.4vw;
    }

/*---------------------------
 *
 *news
 *
 *---------------------------*/
    .news{
        width: calc(100% - 40px);
        padding: 40px 0 50px;
    }
/*---------------------------
 *
 *about
 *
 *---------------------------*/

 /* ---- about ---- */

    .ao-about-flex{
        display: block;
        width: calc(100% - 40px);
        margin: 0 auto;
        padding-bottom: 50px;
    }

    .ao-about h1{
        font-size: 1.8rem;
        padding: 40px 0 30px 0;
    }

    .ao-about-text h2{
        font-size: 1.8rem;
        padding: 30px 0 40px 0;
    }

    .ao-about-text p{
        font-size: 1.5rem;
    }

    .ao-about-text{
        padding: 0;
    }

    .ao-item-img{
        width: 86.2%;
        margin: 0 auto;
    }

    .about-img{
        height: 175px;
    }

/* ---- feature ---- */

    .ao-feature{
        width: calc(100% - 40px);
        padding: 40px 30px;
        margin: 40px auto;
        background: repeat url(../images/home/ao-bg-img2.jpg);
    }


    .text-aono{
        font-size: 1.4rem;
        margin-bottom: -28px;
        padding-left: 4px;
    }

    .feature-heading{
        font-size: 2.3rem;
        padding-bottom: 30px;
    }

    .feature-number{
        font-size: 5.6rem;
        font-style: italic;
        color: #124967;
    }

    .feature-text{
        font-size: 1.5rem;
        padding-bottom: 30px;
    }

    .ao-feature-text{
        padding-right: 0;
    }

    .ao-feature-list{
        display: block;
    }

    .ao-feature-list img{
        width: 100%;
        padding-left: 0;
        padding-bottom: 15px;
    }

    .ao-feature-list:not(:last-child){
        margin-bottom: 50px;
    }
/*---------------------------
 *
 *item
 *
 *---------------------------*/

    .ao-series{
        width: calc(100% - 40px);
        padding: 50px 0 20px;
        margin: 0px auto;
    }

    .series-item_mask{
        display: none;
    }

    .item-name-sp{
        font-size: 1.2rem;
        line-height: 1.6;
        text-align: left;
    }

    .series-navi-flex{
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        padding: 19px 60px;
    }

    .tab_class:not(:last-child){
        margin-right: 30px;
    }

.series-flex{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 30px;
        max-width: 1080px;
    }

    .series-text{
        flex: 1;
        width: 80%;
        text-align: center;
        padding: 0;
    }
    
    .series-text p{
        padding: 40px 0 26px;
    }

    .series-text img{
        margin: 0 auto;
    }

    .series-img{
        width: 100%;
    }
    
    .series-item-list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
    }
    
    .series-item {
        position: relative;
        width: 48%;
        padding-bottom: 20px;
        margin: 0;
    }

    .series-item img{
        padding-bottom: 5px;
    }

    .series-item-none-sp{
        display: none;
    }

    .tab_contains::before{
        content: "";
        position: absolute;
        background: center / contain no-repeat url(../images/items/item-bg-logo-sp.png);
        width: 156px;
        height: 223px;
        right: 0%;
        top: 33px;
    }

    /* ---- pop ---- */

    .item-pop-area {
        transform:translate(-50%,-50%);
        width: calc(min(320px, 90vw));
    }

    .item-pop-flex {
        flex-direction: column;
        padding: 20px;
    }

    .item-pop-img-area {
        width: 100%;
    }
    .item-pop-text-area {
        width: 100%;
    }

    .item-pop-text-area h1{
        font-size:1.8rem;
        line-height: 1.6;
        padding: 20px 0px 20px;
    }

    .item-pop-text-area h2{
        font-size:1.8rem;
        line-height: 1;
        padding-bottom: 20px;
    }

    .item-pop-text-area p{
        font-size: 1.3rem;
    }


    .item-pop-back{
        display: block;
        margin: 0 auto;
        margin-top: 30px;
        text-align: center;
        line-height: 0;
        color: #124967;
        border: 1.4px solid;
        border-color: #124967;
        width: 150px;
        padding: 14px 0;
    }
/*---------------------------
 *
 *ordermade
 *
 *---------------------------*/

    .order-inner{
        width: 100%;
    }

    .ordermade{
        width: calc(100% - 40px);
        padding: 50px 0px;
        margin: 0px auto;
    }

    .ordermade h1{
        font-size: 2.0rem;
        padding: 0 0 36px;
    }

    .order-text{
        font-size: 1.5rem;
        padding-bottom: 40px;
    }

    .order-img img{
        width: 47.7%;
    }
    .order-img{
        padding-bottom: 40px;
    }

    .order-process{
        width: 100%;
    }


    .process-text{
        font-size: 1.5rem;
        padding-left: 10px;
    }

    .process-title{
        font-size: 1.8rem;
        line-height: 1;
        padding-top: 12px;
        padding-bottom: 20px;
    }

    .process-number p{
        font-size: 1.8rem;
        top: 10px;
        left: 15px;
    }

    .process-list:not(:last-child){
        margin-bottom: 36px;
    }

    .order-process{
        padding-bottom: 10px;
    }


 /*---------------------------
 *
 *store
 *
 *---------------------------*/

    .ao-store{
        width: calc(100% - 40px);
        margin: 45px auto;
        
    }

    .ao-store-text h1{
        line-height: 1;
        font-size:2.0rem;
        padding: 40px 0px 20px;
    }

    .ao-store-logo{
        padding-bottom: 28px;
    }

    .ao-store-text{
        padding-bottom: 35px;
    }

    .ao-store-text p{
        padding: 0 30px;
        font-size:1.5rem;
    }

    .ao-store-link{
        margin: 0 auto;
        padding: 27px 0 36px 0;
    }

    .ao-store-description{
        width: 100%;
    }

 /*---------------------------
 *
 *contact
 *
 *---------------------------*/

    .ao-contact{
        width: calc(100% - 40px);
        margin: 45px auto;
    }

    .ao-contact-text h1{
        line-height: 1;
        font-size:2.0rem;
        padding: 40px 0px 30px;
    }

    .ao-contact-text p{
        font-size:1.5rem;
        margin-bottom: 40px;
        padding: 0 30px;
    }

    .ao-contact-form ul{
        text-align : auto;
        width:calc(100% * 550/670);
        margin: 0 auto;
    }

    .ao-contact-form ul li {
        display: flex;
        flex-direction: column;
    }

    .ao-contact-form ul li label{
        width:100%;
        line-height: 1;
        font-size: 1.5rem;
        padding-bottom: 8px;
    }

    .ao-contact-form .form{
        width:100%;
    }

    .ao-contact-form .select-form{
        width:100%;
    }
    
    .ao-contact-form .area-form {
        width:100%;
    }

    .ao-contact-line{
        height: 80px;
    }

    .ao-contact-form input.btn{
        margin-top: 33px;
        font-size: 1.5rem;
        width: 150px;
        height: 30px;
    }


    .ao-contact-line div {
        border-bottom: 2px solid rgba(41, 74, 140, 0.45);
    }
    .ao-contact-line div:nth-of-type(1) {
        padding-top: 30px;
    }
    .ao-contact-line div:nth-of-type(2) {
        padding-bottom: 4px;
    }
    .ao-contact-line div:nth-of-type(3) {
        padding-bottom: 4px;
    }

/*---------------------------
 *
 *contact-thanks
 *
 *---------------------------*/
    .contact-thanks{
        width: calc(100% - 40px);
        margin: 0 auto;
        text-align: center;
        padding: 80px 0;
    }

    .thanks-text{
        font-size: 1.8rem;
        padding-bottom: 10px;
    }

}


