@charset "utf-8";



/*
.loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #ffee9c;
  z-index: 100;
}
.loading .load_wrap{
    position: relative;
	background: #FFFFFF;
	width: calc(100% - 60px);
    height: calc(100vh - 60px);
	border-radius: 30px;
	display: block;
	margin: 30px auto 0;
	z-index: 200;
    margin-top: 30px;
}
.loading .load_wrap img{
	width: 100%;
    max-width:980px;
    max-height:100%;
	display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
}
@media screen and (max-height : 800px ){

    .loading .load_wrap{
        position:absolute;
        width: calc(100% - 30px);
        height: calc(100vh - 30px);
        border-radius: 15px;
        left: 0;
        right: 0;
        top: 0;
        bottom:0;
        margin: auto;
    }
    
}
*/

.loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #ffee9c;
  z-index: 1000;
}
.loading .load_wrap{
    position: relative;
	background: #FFFFFF;
	width: calc(100% - 60px);
    height: calc(100vh - 60px);
	border-radius: 30px;
	display: block;
	margin: 30px auto 0;
	z-index: 200;
    margin-top: 30px;
}
.loading .load_inr{
    width: 95%;
    max-width:898px;
    height: 647px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
}
.loading .load_inr h2{
    width: 512px;
    position: absolute;
    left: 0;
    right: 0;
    top: 283px;
    margin:auto;
}
.loading .load_inr .illust01{
    display: block;
    width: 189px;
    position:absolute;
    left: calc(50% - 76px);
    top: 0;
  animation: key1 .3s ease infinite alternate;
}

@keyframes key1{
  0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}

.loading .load_inr .illust02{
    display: block;
    width: 176px;
    position:absolute;
    left: 0;
    bottom: 0;
  animation: key2 .3s ease infinite alternate;
}

@keyframes key2{
  0% {transform: translate(0,0);}
  100% {transform: translate(-10px,-10px);}
}

.loading .load_inr .illust03{
    display: block;
    width: 186px;
    position:absolute;
    right: 0;
    bottom: 0;
  animation: key3 .3s ease infinite alternate;
}

@keyframes key3{
  0% {transform: translate(0,0);}
  100% {transform: translate(10px,-10px);}
}
/*
.loading .load_wrap img{
	width: 100%;
    max-width:980px;
    max-height:100%;
	display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
}*/
@media screen and (max-height : 800px ){

    .loading .load_wrap{
        position:absolute;
        width: calc(100% - 30px);
        height: calc(100vh - 30px);
        border-radius: 15px;
        left: 0;
        right: 0;
        top: 0;
        bottom:0;
        margin: auto;
    }
    
}


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

    .loading .load_wrap{
        position:absolute;
        width: calc(100% - 30px);
        height: calc(100vh - 30px);
        border-radius: 15px;
        left: 0;
        right: 0;
        top: 0;
        bottom:0;
        margin: auto;
    }
    .loading .load_inr{
        width: 100%;
        max-width:309px;
        height: 330px;
        transform: translateY(-40px);
    }
    .loading .load_inr h2{
        width: 256px;
        top: 137px;
    }
    .loading .load_inr .illust01{
        width: 85px;
        top: 0;
        left: calc(50% - 40px);
    }

    @keyframes key1{
      0% {transform: translateY(0px);}
      100% {transform: translateY(-5px);}
    }

    .loading .load_inr .illust02{
        width: 88px
    }

    @keyframes key2{
      0% {transform: translate(0,0);}
      100% {transform: translate(-5px,-5px);}
    }

    .loading .load_inr .illust03{
        width: 98px;
        bottom: 3px;
      animation: key3 .3s ease infinite alternate;
    }

    @keyframes key3{
      0% {transform: translate(0,0);}
      100% {transform: translate(5px,-5px);}
    }



}



/* ==========================================================================
	main
========================================================================== */
#main {
    position: relative;
    width:100%;
    height: 100vh;
    min-height:715px;
    z-index:60;
}
#main .img_area{
    position: relative;
    width: 100%;
    height: calc(100% - 215px);
    overflow: hidden;
}

#main .img_area li {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    -webkit-animation: main 24s linear 0s infinite ;
    animation: main 24s linear 0s infinite ;
    
}
#main .img_area li:nth-child(1) { 
    background-image: url(../image/kv01-2.jpg);
}
#main .img_area li:nth-child(2) {
    background-image: url(../image/kv02.jpg);
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
}
#main .img_area li:nth-child(3) {
    background-image: url(../image/kv03.jpg);
    -webkit-animation-delay: 16s;
    animation-delay: 16s;
}
@-webkit-keyframes main { 
    0% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: scale(1);
        opacity: 0;        
    }
    7% {        
        opacity: 1;
    }
    16% {
        opacity: 1;
    }
    33% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: scale(1.1);
        opacity: 1;
    }
    40% {
        opacity:1;
    }
    49% {
        opacity: 0;
    }
    66%{
        
        -webkit-transform: scale(1.2);
    }
    
    
    100% { opacity: 0 }
}
@keyframes main { 
    0% {
        animation-timing-function: ease-in;
        transform: scale(1);
        opacity: 0;        
    }
    7% {
        opacity: 1;
    }
    33% {
        animation-timing-function: ease-out;
        transform: scale(1.1);
        opacity: 1;
    }
    40% {
        opacity:1;
    }
    49% {
        opacity: 0;
    }
    66% {
        transform: scale(1.2);
    }
    100% { opacity: 0 }
}



.main_illust{
    display: block;
    position: absolute;
    z-index:150;
}

.main_illust.illust01{
     width: 169px;
    left: 0;
    right: 0;
    /*
    top: 134px;
    */
    top:80px;
    margin:auto;
	-moz-animation: swing linear 2.5s infinite;
    -moz-transform-origin: bottom center 0;
    -webkit-animation: swing linear 2.5s infinite;
    -webkit-transform-origin: bottom center 0;
    -ms-animation: swing linear 2.5s infinite;
    -ms-transform-origin: bottom center 0;
    -o-animation: swing linear 2.5s infinite;
    -o-transform-origin:bottom center 0;
    animation: swing linear 2.5s infinite;
    transform-origin: bottom center 0;
	
	}

@keyframes swing {
    0% { transform: rotate(-5deg); }
    25% { transform: rotate(5deg); }
    50% { transform: rotate(-5deg); }
    75% { transform: rotate(-15deg); }
    100% { transform: rotate(-5deg); }
}


.main_illust.illust02{
     width: 176px;
    left: 9.42vw;
    bottom:345px;
    /*
    bottom:calc(215px + 186px);
    */
	animation: bound-anim 2.5s infinite;
}

@keyframes bound-anim {
	0%,100% {transform:translate(0);}
    50% {transform: translate(-30px,-20px);}
}
.main_illust.illust03{
     width: 196px;
    right: calc(86px + 2.5vw);
    bottom:345px;
    /*
    bottom:calc(215px + 186px);
    */
	animation: bound-anim2 2.5s infinite;
}

@keyframes bound-anim2 {
	0%,100% {transform:translate(0);}
    50% {transform: translate(30px,-20px);}
}

.main_link {
    display: block;
    position: fixed;
    right: 0;
    top: 90px;
    width: 90px;
    z-index:150;
}
.main_link:hover{
    width: 105px;
}
.main_link.link02{
    top: 410px;
}
.main_link p {
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    text-align: center;
    background:#fff;
    padding-top:30px;
    box-sizing:border-box;
    border-radius:30px 0 0 0;
}
.main_link.link02 p {
    padding-top: 50px;
}
.main_link p img {
    width: 18px;
}


.main_link p:before{
    content:"";
    display: block;
    width: 22px;
    height: 34px;
    position: absolute;
    left: 0;
    right: 0;
    margin:auto;
    transform: translateX(2px);
    top: -15px;
    background:url(../image/common/main_link_icon01.png);
    background-size:cover;
    z-index:10;
}

.main_link.link02 p:before{
    width: 34px;
    transform: translateX(1px);
    top: -9px;
    background-image:url(../image/common/main_link_icon02.png);
    z-index:10;
}

.main_link span {
    position: relative;
    display: block;
    width: 100%;
    height: 90px;
    border-radius:0 0 0 30px;
    background:#ea5514;
    text-align: center;
    padding-top: 24px;
    box-sizing:border-box;
}

.main_link span.fix_txt{
    display: none;
}


.main_link.link02 span{
    background:#0d6fb8;
}
.main_link span img {
    width: 50px;
}


.main_k_link{
    display: block;
    position: absolute;
    bottom:110px;
    right: 130px;
    width: 254px;
    z-index:5;
  transform: translateZ(0);
}

.main_k_link:hover:hover{
    transform: scale(1.05);
    
}


.main_link.fixed {
    right: 0;
    top: 90px;
    width: 90px;
    z-index:150;
}


.main_link.fixed:hover{
    width: 105px;
}

.main_link.fixed.link02{
    top: 230px;
}
.main_link.fixed p {display:none;}

.main_link.fixed span {
    border-radius:30px 0 0 30px;
    height:120px;
    padding-top: 35px;
    border-top:5px solid #fff;
    border-left:5px solid #fff;
    border-bottom:5px solid #fff;
}
.main_link.fixed span:before{
    content: "";
    display: block;
    width: 26px;
    height: 38px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -15px;
    background: url(../image/common/hasei_main_link_icon01.png);
    background-size: cover;
}

.main_link.fixed.link02 span:before{
    width: 36px;
    height: 36px;
    left: 0;
    right: 0;
    margin: auto;
    top: -12px;
    background-image: url(../image/common/hasei_main_link_icon02.png);
}

.main_link.fixed.link02 span{display:none;}
.main_link.fixed span.fix_txt{
    display: block;
}


@media screen and (max-height : 780px ){

    .main_link {
        display: block;
        position: fixed;
        right: 0;
        top: 90px;
        width: 90px;
        z-index:150;
    }
    .main_link.link02{
        top: 230px;
    }
    .main_link p {display:none;}

    .main_link span {
        border-radius:30px 0 0 30px;
        height:120px;
        padding-top: 35px;
        border-top:5px solid #fff;
        border-left:5px solid #fff;
        border-bottom:5px solid #fff;
    }
    .main_link span:before{
    content:"";
    display: block;
    width: 22px;
    height: 34px;
    position: absolute;
    left: 36px;
    top: -15px;
    background:url(../image/common/main_link_icon01.png);
    background-size:cover;
    }

    .main_link.link02 span:before{
        width: 34px;
        left: 31px;
        top: -9px;
        background-image:url(../image/common/main_link_icon02.png);
    }

    .main_link.link02 span{display:none;}
    .main_link span.fix_txt{
        display: block;
    }

}





@media screen and (max-width : 1050px ){
    
    .main_k_link{
        right: auto;
        left: 50px;
        width: 25vw;
    }
}


@media screen and (max-width : 800px ){
    
    #main {
        min-height:100px;
        max-height:620px;
        height: 126vw;
    }
    #main .img_area{
        height: calc(100% - 83px);
    }

    .main_link,
    .main_k_link{display:none;}
    
    .main_illust.illust01{
         width: 21.25vw;
        top:10vh;
    }

    .main_illust.illust02{
         width: 22vw;
        left: 6.25vw;
        bottom:184px;
    }

    .main_illust.illust03{
         width: 24.5vw;
        right: 5vw;
        bottom:189px;
    }

    @keyframes swing {
        0% { transform: rotate(-5deg); }
        25% { transform: rotate(5deg); }
        50% { transform: rotate(-5deg); }
        75% { transform: rotate(-15deg); }
        100% { transform: rotate(-5deg); }
    }


    @keyframes bound-anim {
        0%,100% {transform:translate(0);}
        50% {transform: translate(-15px,-10px);}
    }
    @keyframes bound-anim2 {
        0%,100% {transform:translate(0);}
        50% {transform: translate(15px,-10px);}
    }

    
}





/* ==========================================================================
	header_bottom_area
========================================================================== */

    
.header_bottom_area {
    position: relative;
    padding:15px 5% 0;
    background:#fff;
    box-sizing:border-box;
}

.header_bottom_area .access_link {
    display: block;
    position: relative;
    width: 100%;
    height: 40px;
    padding:10px 0 0 15px;
    background:#ffe200;
    text-align: center;
    box-sizing:border-box;
    border-radius:5px;
    box-shadow: 0px 3px 0px 0px rgba(214,208,176,.3);
    transform:rotateZ(0);
}


.header_bottom_area .access_link:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 18px;
    background: url(../image/common/main_access_link_icon.png);
    background-size: cover;
    right: calc(50% + 77px);
    top: 11px;
    z-index: 10;
}

.header_bottom_area .access_link img {
    width: 156px;
}

.header_bottom_area ul {
    -js-display: flex;
    display:-webkit-box;
    display: -webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin:35px auto;
}

.header_bottom_area li {width: 48%;}

.header_bottom_area li a {
    display: block;
    width: 100%;
}


.header_bottom_area li a .tit_area:before{
    content:"";
    display: block;
    position: absolute;
    width: 140px;
    height: 10px;
    top: -5px;
    left: 0;
    right: 0;
    margin:auto;
    z-index:1;
    background:#fff;
}

.header_bottom_area li a .tit_area{
    position: relative;
    border:3px solid #0d6fb8;
    box-sizing:border-box;
    width: 100%;
    height: 110px;
    border-radius:10px 10px 0 0;
    padding-top: 14px;
}

.header_bottom_area li:nth-child(2) a .tit_area{border-color:#ea5413;}


.header_bottom_area li a .tit {
    position: absolute;
    left: 0;
    right: 0;
    top: -7px;
    margin:auto;
    width: 85px;
    z-index:10;
}

.header_bottom_area li:nth-child(2) a .tit {
    width: 86px;
}

.header_bottom_area .tit_area .en {
    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    color:#643e2f;
    z-index:10;

}

.header_bottom_area .illust {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom:-2px;
    margin:auto;
    width: 70px;
    transform: translateX(8px);
}


.header_bottom_area li:nth-child(2) .illust{transform: translateX(5px);}


.header_bottom_area li:nth-child(2) a .illust {
    width: 78px;
}

.header_bottom_area .l_txt {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    height: 50px;
    background: #0d6fb8;
    padding-top: 15px;
    box-sizing:border-box;
    border-radius:0 0 10px 10px;
    box-shadow: 0px 3px 0px 0px rgba(214,208,176,.3);
}

.header_bottom_area .l_txt:before{
    content:"";
    display: block;
    width: 12px;
    height: 7px;
    position: absolute;
    top: 19px;
    right:calc(50% + 57px);
    margin:auto;
    background:url(../image/common/link_w_ar_sp.png);
    background-size:cover;
}
.header_bottom_area li:nth-child(2) .l_txt {
    background: #ea5413;
}

.header_bottom_area .l_txt img {
    width: 95px;
}

.header_bottom_area li:nth-child(2) a .l_txt img {
    width: 96px;
}

/* ==========================================================================
	top_news
========================================================================== */
.top_news {
    position: relative;
    width: 95%;
    max-width:1300px;
    padding:33px 60px 18px 290px;
    background:#fff;
    border:4px solid #ffee9c;
    border-radius:10px;
    /*
    display: flex;
    align-items: center;
    justify-content: center; 
    */
    z-index:50;
    box-sizing:border-box;
    margin:60px auto 0;
}


.top_news .illust{
    display: block;
    position: absolute;
    left: 47px;
    top: -35px;
    z-index:10;
    width: 183px;
    height: 276px;
    opacity:0;
	transform: translateY(30px);
	transition: .4s;
}

.top_news .illust.move{
    opacity:100;    
	transform: translateX(0px);
}


.top_news a {
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
.top_news .en {
    display: inline-block;
    width: 125px;
    font-size: 16px;
    line-height:26px;
    color:#643e2f;
	-webkit-transition:color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    transform: translateY(-5px);
    padding:30px 0;
}
.top_news p {
    width: calc(100% - 125px);
	-webkit-transition:color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    transform: translateY(-5px);
    padding:26px 0;
    border-bottom:1px solid #f3e9bb;
}
.top_news a:last-child p{
    border:none;
}
.top_news p span {
    position: relative;
    display: inline;
    font-size: 18px;
    line-height:26px;
    color:#643e2f;
    font-weight: 700;
    /*
  padding-bottom: .25em;
  background: linear-gradient(#643e2f, #643e2f) 0 100%/100% 1px no-repeat;
  transition: background .2s;
  text-decoration: none;
    */
  text-decoration: none;
	-webkit-transition: color 0.2s ease, background 0.2s ease;
    -moz-transition: color 0.2s ease, background 0.2s ease;
    -o-transition: color 0.2s ease, background 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease;
}


.top_news a:hover .en{
    color:#ea5514;
	-webkit-transition:color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.top_news a:hover p span {
    color:#ea5514;
    /*
  background: linear-gradient(#ea5514, #ea5514) 0 100%/100% 1px no-repeat;
    */
	-webkit-transition: color 0.2s ease, background 0.2s ease;
    -moz-transition: color 0.2s ease, background 0.2s ease;
    -o-transition: color 0.2s ease, background 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease;

}


@media screen and (max-width : 800px ){
    
    .top_news {
        width: 90%;
        max-width:1300px;
        height: auto;
        background:#fff;
        border:none;
        border-radius:5px;
        display:block;
        padding-left: 130px;
        margin:0 auto;
        padding:15px 0 0;
    }


    .top_news .illust{
        left: -10px;
        top: 2px;
        width: 126px;
        height: 107px;
    }
    .top_news .tit_area{
        position: relative;
        padding-left: 135px;
    }
    .top_news .tit_area h2{
        width: 210px;
        margin-bottom: 15px;
    }
    .top_news .tit_area .enb{
        display: inline-block;
        margin-bottom: 40px;
        color: #fff;
        font-size: 15px;
        text-shadow: 1px 1px 0px #ea5413, -1px 1px 0px #ea5413, 1px -1px 0px #ea5413, -1px -1px 0px #ea5413, 1px 0px 0px #ea5413, 0px 1px 0px #ea5413, -1px 0px 0px #ea5413, 0px -1px 0px #ea5413;
        z-index: 10;
    }
    .top_news {
        width: 94.4%;
        margin:0 auto;
    }
    .top_news a {
        display: block;
        width: 94.4%;
        margin:0 auto;
        padding:25px 15px;
        box-sizing:border-box;
        border-top:1px solid #f3e9bb;
    }
    .top_news .en {
        display: block;
        width: 100%;
        font-size: 14px;
        line-height:28px;
        padding:0;
    }
    .top_news p {
        width:100%;
        border:none;
        padding:0;
    }
    .top_news p span {
        font-size: 17px;
        line-height:28px;
    }
}
/* ==========================================================================
	intro
========================================================================== */

.intro {
    position: relative;
    width: 100%;
    background:#ffee9c;
    z-index:5;
    padding-top: 70px;
}
.intro:before{
    content:"";
    display: block;
    width: 100%;
    height: 216px;
    background:#ffee9c;
    position: absolute;
    left: 0;
    top: -214px;
}
.intro .intro_inr {
    position: relative;
    width: 95%;
    max-width:1200px;
    background:#fff;
    border-radius:10px;
    margin:0 auto;
    z-index:10;
    padding:80px 0;
}


.js-fix-wrapper{
    display: block;
    z-index:1;
}

.js-fix{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    height:630px;
    margin:auto;
    width: 1px;
    z-index:1;
}

.js-fix.is-fixed{
    position:fixed;
    top: 0px;
    transition-duration: 0.3s;
}
.intro_inr.is-fixed .js-fix{
     bottom:0;
    top:auto;
    transition-duration: 0.3s;
}
.left_fix{
    position: absolute;
    right: calc(50% + 368px);
    top: 167px;
    width: 392px;
    transition-duration: 0.3s;
}

.right_fix{
    position: absolute;
    left: calc(50% + 385px);
    top: -50px;
    width: 344px;
    transition-duration: 0.3s;
}

.js-fix.is-fixed .right_fix,
.js-fix-area.is-fixed .right_fix{
    top: 0;
}


.js-fix.is-fixed .left_fix{
    top: 190px;
    transition-duration: 0.3s;
}
.js-fix-area.is-fixed .left_fix{
    top: 190px;
    transition-duration: 0.3s;
}





.intro .s_illust{
    position: relative;
    display: block;
    width: 147px;
    z-index:10;
    margin:0 auto;
    opacity:0;
	transform: translateY(30px);
	transition: .4s;
}

.intro .s_illust.move{
    opacity:100;    
	transform: translateY(0px);
}



.intro h2 {
    position: relative;
    width: 476px;
    margin:40px auto 105px;
        z-index:50;
}

.intro h2:after{
    content:"";
    display: block;
    width: 100%;
    height: 3px;
    background:url(../image/intro_tit_bg.png) repeat-x;
    background-size:3px 3px;
    position: absolute;
    left: 0;
    bottom:-35px;
}
.intro p {
    position: relative;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
    color:#643e2f;
    margin-bottom: 15px;
        z-index:50;
}
.intro .illust {
    position: relative;
    width: 95%;
    max-width:628px;
    margin:70px auto 90px;
    z-index:50;
    /*
    transform: scale(.3);
    */
    transform:translateY(50px);
    opacity:0;
    transition: .5s ease;
    z-index:50;
}

.intro .illust.move{
    transform:translateY(0);
    /*
    transform:scale(1);
    */
    opacity:100;
	transition: .5s ease;
    transition-delay: .2s;
}
.intro .link_area {
    position: relative;
    width: 95%;
    max-width:900px;
    padding:80px 0 75px;
    background:url(../image/intro_link_bg.jpg);
    background-size:3px 3px;
    text-align: center;
    margin:65px auto 0;
    border-radius:10px;
}

.intro .link_area .link_stit {
    display:inline-block;
    width: 315px;
}

.intro .link_area h3 {
    display: block;
    width: 365px;
    margin:18px auto 170px;
}

.intro .link_area a {
    position: relative;
    display: block;
    width: 95%;
    max-width:600px;
    padding:24px 0 24px 36px;
    box-sizing:border-box;
    background:#ffe200;
    border-radius:10px;
    text-align: center;
    box-shadow: 6px 6px 0px 0px rgba(214,208,176,0.3);
    margin:0 auto;
    z-index:50;
}

.intro .link_area a:hover{
    box-shadow:none;
    background:#ffee9c;
    transform: translate(3px,3px);
}


.intro .link_area a:before{
    content:"";
    display: block;
    width: 19px;
    height: 10px;
    position: absolute;
    top: 32px;
    left: 97px;
    background:url(../image/common/link_ar.png);
    background-size:cover;
    transition:transform .2s ease;
}

.intro .link_area a:after{
    content:"";
    display: block;
    width: 488px;
    height: 136px;
    position: absolute;
    left: 0;
    right: 0;
    top:-127px;
    margin:auto;
    background:url(../image/intro_link_illust.png);
    background-size:cover;
    z-index:10;
    transition:transform .2s ease;
}

.intro .link_area a img {
    width: 369px;
    margin:0 auto;
}


.intro .link_area a:hover:before{
    transform: translateX(3px);
    transition:transform .2s ease;
}

.intro .link_area a:hover:after{
    transform: translateX(3px);
    transition:transform .2s ease;
}


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

    .left_fix{
        right: calc(50% + 26.2vw);
    }

    .right_fix{
        left: calc(50% + 27.5vw);
    }
}


@media screen and (max-width : 800px ){
    .intro {
        padding-top: 20px;
    }
    .intro:before{
        height: 30px;
        top: -25px;
    }
    .intro .intro_inr {
        width: 90%;
        border-radius:5px;
        padding:0 0 40px;
    }


    .js-fix-wrapper{
        display: none;
    }

    .intro_img{
        position: relative;
        width: 100%;
        height: 170px;
        border-radius:5px;
        background:url(../image/intro_img_sp.jpg);
        background-size:cover;
        background-position:center center;
        z-index:1;
    }

    .intro .s_illust{
        position: absolute;
        left: 0;
        right:0;
        top:100px;
        margin:auto;
        display: block;
        width: 100%;
        max-width: 380px;
        margin:auto;
    }

    .intro h2 {
        position: relative;
        width: 176px;
        margin:58px auto 37px;
            z-index:50;
    }

    .intro h2:after{display:none;    }
    .intro p {
        width: 82%;
        margin: 0 auto 10px;
        text-align: left;
        font-size: 16px;
        line-height: 28px;
    }
    .intro .illust {
        width: 87.5%;
        margin:30px auto;
    }

    .intro .link_area {
        width: 80%;
        padding:0;
        background:none;
        z-index:50;
        text-align: center;
        margin:40px auto 0;
        border-radius:0;
    }

    .intro .link_area .link_stit {
        width: 220px;
    }

    .intro .link_area h3 {
        display: block;
        width: 255px;
        margin:10px auto 105px;
    }

    .intro .link_area a {
        width: 100%;
        padding:17px 0;
        border-radius:5px;
        box-shadow: 3px 3px 0px 0px rgba(214,208,176,0.3);
    }

    .intro .link_area a:before{
        display: none;
    }

    .intro .link_area a:after{
        width: 313px;
        height: 87px;
        top:-82px;
    }

    .intro .link_area a img {
        width: 214px;
    }

    
}




/* ==========================================================================
	promise
========================================================================== */

.promise {
    position: relative;
}
.promise .tit_wrap {
    position: relative;
    width: 100%;
    padding:100px 0 105px;
    background:#ffee9c;
}
.promise .tit_area {
    position: relative;
    width: 95%;
    max-width:980px;
    margin:0 auto;
}
.promise .tit_area .enb {
    position: relative;
    display:inline-block;
    color: #ffee9c;
    font-size: 28px;
    text-shadow: 1px 1px 0px #ea5413, -1px 1px 0px #ea5413, 1px -1px 0px #ea5413, -1px -1px 0px #ea5413, 1px 0px 0px #ea5413, 0px 1px 0px #ea5413, -1px 0px 0px #ea5413, 0px -1px 0px #ea5413;
    z-index:10;
}
.promise .tit_area .pro_stit {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center; 
    width: 220px;
    height: 36px;
    background:#ffffff;
    border-radius:5px;
    top: -5px;
    left: 218px;
    z-index:10;
}
.promise .tit_area .pro_stit img {
    width: 188px;
}
.promise .promise_tit_illust {
    position: absolute;
    top: 15px;
    right: 0;
    width: 381px;
    z-index:1;
    opacity:0;
	transform: translateX(30px);
	transition: .4s;
}

.promise .promise_tit_illust.move{
    opacity:100;    
	transform: translateX(0px);
}
.promise h2 {
    position: relative;
    margin-top: 35px;
    width: 552px;
    z-index:10;
}

.promise .link_wrap {
    position: relative;
    width: 100%;
}
.promise .link_wrap:before{
    content:"";
    display: block;
    position: relative;
    width: 100%;
    height: 215px;
    position: absolute;
    left: 0;
    top: -5px;
    z-index:1;
    background:#ffee9c;

}
.promise .link_area {
    position: relative;
    z-index:10;
    width: 95%;
    max-width:1300px;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
    align-items: flex-start;
    margin:0 auto;
}
.promise .link_area .box {
    width: 49.23%;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
.promise .link_area .box .img_area {
    position: relative;
    width: 69%;
    height: 340px;
    border-radius:10px 0 30px 10px;
    background:url(../image/promise_img01.jpg);
    background-size:cover;
    background-position:center center;
    overflow: hidden;

}
.promise .link_area .box.box02 .img_area{
    background-image:url(../image/promise_img02.jpg);
}


.promise .link_area .box .img_illust {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 115px;
    opacity:0;
	transform: translateY(30px);
	transition: .4s;
}

.promise .link_area .box.box02 .img_illust {
    left: auto;
    right: 0;
    width: 126px;
	transition: .6s;
}


.promise .link_area .box .img_illust.move{
    opacity:100;    
	transform: translateY(0px);
}


.promise .link_area .box .tit_area {
    width: 31%;
    padding-top: 60px;
    display: flex;
    justify-content: center; 
    background:#fff;
    border-radius:0 10px 0 0;
}
.promise .link_area .box .tit_area h3 {
    width: 38px;
    margin-right: 10px;
}
.promise .link_area .box .enb {
    font-size:16px;
    font-feature-settings: normal;
    vertical-align: top;
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    margin-left: 10px;
    color:#fff;
    letter-spacing: 0.08em;
    text-shadow: 1px 1px 0px #ea5413, -1px 1px 0px #ea5413, 1px -1px 0px #ea5413, -1px -1px 0px #ea5413, 1px 0px 0px #ea5413, 0px 1px 0px #ea5413, -1px 0px 0px #ea5413, 0px -1px 0px #ea5413;
}

.promise .link_area .box.box02 .enb {
    text-shadow: 1px 1px 0px #0d6fb8, -1px 1px 0px #0d6fb8, 1px -1px 0px #0d6fb8, -1px -1px 0px #0d6fb8, 1px 0px 0px #0d6fb8, 0px 1px 0px #0d6fb8, -1px 0px 0px #0d6fb8, 0px -1px 0px #0d6fb8;
}

.promise .link_area .box h4{
    text-align: center;
    margin:45px auto 25px;
}
.promise .link_area .box h4 span{
    font-size: 22px;
    line-height: 1.5;
    color:#ea5413;
    background: linear-gradient(#ea5514, #ea5514) 0 100%/100% 1px no-repeat;
    font-weight: 600;
}
.promise .link_area .box.box02 h4 span{
    color:#0d6fb8;
    background: linear-gradient(#0d6fb8, #0d6fb8) 0 100%/100% 1px no-repeat;
}
.promise .link_wrap .link_area .box p {
    display: block;
    font-size: 16px;
    line-height: 34px;
    width: 90%;
    margin:0 auto;
    font-weight: 600;
}
.promise .link_wrap .link_area .box a {
    position: relative;
    display: block;
    width: 90%;
    padding:17px 0 15px 16px;
    box-sizing:border-box;
    background:#ffee9c;
    border-radius:10px;
    text-align: center;
    box-shadow: 6px 6px 0px 0px rgba(214,208,176,0.3);
    margin:60px auto 0;
    font-weight: 600;
}
.promise .link_wrap .link_area .box.box02 a {
    margin-top: 27px;
}
.promise .link_wrap .link_area .box a img{
    width: 137px;
}
.promise .link_wrap .link_area .box a:hover{
    box-shadow:none;
    background:#ffe200;
    transform: translate(3px,3px);
}


.promise .link_wrap .link_area .box a:before{
    content:"";
    display: block;
    width: 15px;
    height: 8px;
    position: absolute;
    top: 22px;
    right:calc(50% + 70px);
    background:url(../image/common/link_ar.png);
    background-size:cover;
    transition:transform .2s ease;
}



.promise .link_wrap .link_area .box a:hover:before{
    transform:translateX(3px);
}


.promise_bnr{
    display: block;
    width: 95%;
    max-width:1300px;
    margin:70px auto 120px;    
    box-shadow: 6px 6px 0px 0px rgba(187,184,172,0.3);
    border-radius:10px;
}
.promise_bnr:hover{
    transform: translate(6px,6px);
    box-shadow:none;
}






@media screen and (max-width : 950px ){
    .promise .promise_tit_illust {
        right: auto;
        left: 530px;
    }
}

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


    .promise .tit_wrap {
        padding:50px 0 38px;
        text-align: center;
    }
    .promise .tit_area .enb {
        font-size: 35px;
    }
    .promise .tit_area .pro_stit {
        position: absolute;
        display: block;
        width: 106px;
        height: autopx;
        background:none;
        border-radius:0;
        top: 67px;
        left: calc(50% - 163px);
    }
    .promise .tit_area .pro_stit img {
        width: 100%;
    }
    .promise .promise_tit_illust {
        position: absolute;
        top: 87px;
        left:auto;
        right: calc(50% - 169px);
        width: 235px;
        z-index:50;
    }
    .promise h2 {
        position: relative;
        margin: 195px auto 0;
        width: 307px;
        z-index:10;
    }
    .promise .link_wrap:before{
        height: 85px;
    }
    .promise .link_area {
        position: relative;
        z-index:10;
        width: 90%;
        max-width:1300px;
        display: block;
        margin:0 auto;
    }
    .promise .link_area .box {
        width: 100%;
    }
    .promise .link_area .box:first-child{
        margin-bottom: 40px;
    }
    .promise .link_area .box .img_area {
        position: relative;
        width: 66%;
        height: 225px;
        border-radius:5px 0 15px 15px;
    }


    .promise .link_area .box .img_illust {
        width: 88px;
    }

    .promise .link_area .box.box02 .img_illust {
        width: 97px;
    }



    .promise .link_area .box .tit_area {
        width: 34%;
        padding-top: 30px;
        border-radius:0 5px 0 0;
    }
    .promise .link_area .box .tit_area h3 {
        width: 28px;
        margin-right: 7px;
    }
    .promise .link_area .box .enb {
        font-size:14px;
        margin-left: 8px;
    }

    .promise .link_area .box h4{
        text-align: center;
        margin:30px auto;
    }
    .promise .link_area .box h4 span{
        font-size: 18px;
        line-height: 34px;
    }
    .promise .link_wrap .link_area .box p {display: none;}
    .promise .link_wrap .link_area .box a {
        width: 95%;
        padding:15px 0 15px 10px;
        border-radius:5px;
        box-shadow: 3px 3px 0px 0px rgba(214,208,176,0.3);
        margin:0 auto;
    }
    .promise .link_wrap .link_area .box.box02 a {
        margin-top:0;
    }
    .promise .link_wrap .link_area .box a img{
        width: 117px;
    }


    .promise .link_wrap .link_area .box a:before{ 
        width: 16px;
        height: 8px;
        right: calc(50% + 60px);
        top: 18px;
        background-image: url(../image/common/link_ar_sp.png);
    }


    .promise_bnr{
        width: 100%;
        margin:50px auto 0;    
        box-shadow:none;
        border-radius:0;
    }
    .promise_bnr:hover{
        transform: translate(0,0);
    }


}

/* ==========================================================================
	news
========================================================================== */
.news {
    position: relative;
    background:#ffee9c;
    padding-bottom: 95px;
}
.news .news_slide {
    position: relative;
    width: 100%;
    height: 310px;
}
.news .news_slide:after{
    content:"";
    display: block;
    position: relative;
    width: 100%;
    height: 310px;
    z-index: 10;
    background: url(../image/news_slide.png) repeat-x 0 0;
    overflow: hidden;
    -moz-animation: newsloop 80s linear infinite;
    animation: typeloop 80s linear infinite;
    background-size:2030px 310px;
    
}

@keyframes typeloop {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -2060px 0;
  }
}
    
.news .news_slide:before{
    content:"";
    display: block;
    width: 100%;
    height: 95px;
    background:#fff;
    position: absolute;
    left: 0;
    top: -5px;
    z-index:1;
}


.news .news_tit_illust {
    display: block;
    width: 112px;
    margin:50px auto 36px;
    opacity:0;
	transform: translateY(30px);
	transition: .4s;
}

.news .news_tit_illust.move{
    opacity:100;    
	transform: translateY(0px);
}

.news h2 {
    display: block;
    width: 232px;
    margin:0 auto;
}



.news_link {
    position: relative;
    width: 95%;
    max-width:1200px;
    margin:22px auto 108px;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
    align-items: flex-start;
}
.news_link a {
    position: relative;
    display: block;
    width: 31%;
}

.news_link a.new:before{
    content:"";
    display: block;
    width: 122px;
    height: 90px;
    position: absolute;
    left: 20px;
    top: -60px;
    background:url(../image/common/new_icon.png);
    background-size:cover;
}
.news_link a:nth-child(2){
    transform: translateY(50px);
}
.news_link a .img_area {
    position: relative;
    width: 100%;
    border:5px solid #fff;
    border-radius:10px;
    background-position:center center;
    background-size:cover;
    transition: border .3s ease;
    box-sizing:border-box;
}

.news_link a .img_area:before{
    content:"";
    display: block;
    padding-top: 88%;
}

.news_link a:hover .img_area{
    border-color:#ea5413;
    transition: border .3s ease;
}


.news_link a h3 {
    font-size: 20px;
    line-height: 1.5;
    color:#ea5413;
    font-weight: 600;
    margin:27px 0 10px;
}
.news_link a p {
    font-size: 15px;
    line-height: 28px;
    color:#643e2f;
    font-weight: 600;
    margin-bottom: 34px;
    transition: color .3s ease;
}

.news_link a:hover p{
    color:#ea5413;
    transition: color .3s ease;
}

.news_link a .en {
    font-size: 16px;
    color:#643e2f;
}
.news_link a .cate {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 5px;
    font-size: 16px;
    font-weight: 600;
    color:#ea5413;
}

.news_link a .cate:before{
    content:"";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: -23px;
    top: 2px;
    background:url(../image/common/news_cate_icon.png);
    background-size:cover;
}

.news_link a .cate:after{
    content:"";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom:-9px;
    background:#ea5413;
}


.news .link_list {
    position: relative;
    width: 95%;
    max-width:1200px;
    margin:22px auto 0;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
.news .link_list a {
    position: relative;
    display: block;
    width: 31%;
    background:#fff;
    padding:25px 0 25px 65px;
    border-radius:10px;
    box-shadow: 3px 3px 0px 0px rgba(214,208,176,0.3);
    box-sizing:border-box;
}

.news .link_list a:hover{
    transform: translate(3px,3px);
    background:#ffe200;
    box-shadow:none;
}



.news .link_list a:before{
    content:"";
    display: block;
    width: 15px;
    height: 8px;
    position: absolute;
    top: 30px;
    left:30px;
    background:url(../image/common/link_ar.png);
    background-size:cover;
    transition:transform .2s ease;
}



.news .link_list a:hover:before{
    transform:translateX(3px);
}




.news .link_list a img {
    display: inline-block;
    vertical-align: middle;
    width: 127px;
    margin-right: 20px;
}
.news .link_list a:nth-child(2) img {
    width: 84px;
}
.news .link_list a:nth-child(3) img {
    width: 60px;
}
.news .link_list .en {
    font-size: 12px;
    color:#ea5413;
    display: inline-block;
    vertical-align: middle;
}



@media screen and (max-width : 900px ){
    
    .news .link_list a {
        width: 48%;
    }
    
    .news .link_list a:last-child{margin-top: 30px;}
    
}

@media screen and (max-width : 800px ){
    
    .news {
        padding: 50px 0;
    }
    .news .news_slide {
        height: 200px;
    }
    .news .news_slide:after{
        height: 200px;
        background-size:1329px 200px;

    }

    @keyframes typeloop {
      0% {
        background-position: 0 0;
      }

      100% {
        background-position: -1329px 0;
      }
    }

    .news .news_slide:before{
        display: none;
    }


    .news .news_tit_illust {
        width: 86px;
        margin:20px auto 22px;
    }


    .news h2 {
        width: 190px;
    }

    .news_link {
        width: 90%;
        margin:50px auto 40px;
    }
    .news_link a {
        position: relative;
        display: block;
        width: 48%;
    }
    
    .news_link a:first-child{
        width: 100%;
        margin-bottom: 30px;
    }

    .news_link a.new:before{
        width: 101px;
        height: 75px;
        left: 20px;
        top: -44px;
    }
    .news_link a:nth-child(2){
        transform: translateY(0);
    }
    .news_link a .img_area {
        border:4px solid #fff;
        border-radius:5px;
    }
    .news_link a h3 {
        font-size: 17px;
        line-height: 28px;
        margin:20px 0 15px;
    }
    .news_link a:fist-child h3 {
        font-size: 19px;
        line-height: 30px;
        margin:25px 0 20px;
    }
    
    .news_link a p {display:none;}

    .news_link a .en {
        font-size: 14px;
    }
    .news_link a .cate {
        display: block;
        background:#fff;
        position: relative;
        bottom:auto;
        right:auto;
        padding:9px 10px 10px 35px;
        margin-top: 18px;
        border-radius:5px;
        box-sizing:border-box;
        border:none;
    }
    .news_link a .cate:before{
        left: 9px;
        top: 10px;

    }
    .news_link a .cate:after{
        display:none;
    }


    .news .link_list {
        width: 90%;
        max-width:1200px;
        margin:0 auto;
    }
    .news .link_list a {
        padding:15px 0 15px 50px;
        border-radius:5px;
    }
    .news .link_list a:last-child{margin-top: 15px;}

    .news .link_list a:before{
        width: 16px;
        height: 8px;
        position: absolute;
        top: 18px;
        left:20px;
        background-image: url(../image/common/link_ar_sp.png);
    }

    .news .link_list a img {
        width: 98px;
        margin-right: 0;
    }
    .news .link_list a:nth-child(2) img {
        width: 65px;
    }
    .news .link_list a:nth-child(3) img {
        width: 48px;
    }
    .news .link_list .en {display: none;
    }



}

/* ==========================================================================
	information
========================================================================== */
.information {
    position: relative;
    padding:75px 0 45px;
}
.information .information_inr {
    position: relative;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
    width: 95%;
    max-width:1085px;
    margin:0 auto;
    padding-bottom: 25px;
}
.information .informatin_illust01 {
    display: block;
    position: absolute;
    left: 0;
    bottom: -45px;
    width:168px;
}
.information .tit_area {
    width: 157px;
    margin-top: 25px;
}
.information .tit_area .s_tit{
    text-align:left;
}
.information .link_area {
    width: 75%;
    margin-right: 25px;
}
.information a {
    position: relative;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
    padding:25px 0;
    border-bottom:1px solid #fcca0d;
    box-sizing:border-box;
}

/*
.information a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #ffeeac;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .4s;
}

.information a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
  transition: transform .4s;
}
*/



.information a:last-child{
    border-bottom:0;
}
.information a .en {
    width: 126px;
    font-size: 16px;
    color:#643e2f;
    line-height: 27px;
    transition:.2s;
}
.information p {
    width: calc(100% - 126px);
    font-size: 18px;
    font-weight: 600;
    color:#ea5413;
    line-height: 27px;
    transition:.2s;
}
.information a:hover .en,
.information a:hover p{
    color:#ffca00;
    transform:translateX(5px);
    transition:.2s;    
}





.information .informatin_illust02 {
    display: block;
    width: 137px;
    position: absolute;
    right: 61px;
    bottom: 0;
    opacity:0;
	transform: translateX(30px);
	transition: .4s;
}

.information .informatin_illust02.move{
    opacity:100;    
	transform: translateX(0px);
}



@media screen and (max-width : 800px ){
    .information {
        position: relative;
        padding:40px 0;
    }
    .information .information_inr {
        display: block;
        width: 90%;
        padding-bottom:0;
    }
    .information .informatin_illust01 {
        display: block;
        position: absolute;
        left: auto;
        top: 13px;
        right: calc(50% + 70px);
        bottom:auto;
        width:128px;
    }


    .information .informatin_illust02 {
        display: block;
        width: 108px;
        position: absolute;
        right: auto;
        top: 41px;
        bottom: auto;
        left:calc(50% + 80px);
    }
    .information .tit_area {
        width: 114px;
        margin:0 auto;
    }
    .information .tit_area .s_tit{
        text-align:center;
    }
    .information .link_area {
        width: 100%;
        margin-right: 0;
        margin-top: 42px;
    }
    .information a {
        padding:30px 14px 25px;
        box-sizing:border-box;
    }

    .information a:first-child{border-top:1px solid #fcca0d;}

    .information a .en {
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 15px;
    }
    .information p {
        width: 100%;
        font-size: 17px;
        line-height: 24px;
    }



    
}

/* ==========================================================================
	pickup
========================================================================== */

.pickup {
    position: relative;
    overflow: hidden;
    background:#eff2e5;
    padding:90px 0 50px;
}
.pickup .w_box {
    width: 90%;
    max-width:1240px;
    margin:0 auto;
    background:#fff;
    border-radius:20px;
    padding:80px 0 185px;
    -js-display: flex;
    display:-webkit-box;
    display: -webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.pickup .box_inr {
    width: 90%;
    max-width:1080px;
    margin:0 auto;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
.pickup .tit_area {
    width: 150px;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row-reverse;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
    margin-left: 20px;
}
.pickup h2 {
    width: 109px;
}
.pickup .en {
    font-feature-settings: normal;
    vertical-align: top;
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-size: 16px;
    margin-top: 8px;
    
}
.pickup ul {
    width: calc(100% - 240px);
}
.pickup li a {
    position: relative;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
    padding:32px 20px 35px 0;
    box-sizing:border-box;
    background:url(../image/common/border_dotted.png) bottom left repeat-x;
    background-size:8px 3px;
}
.pickup li:first-child a {
    padding-top: 0;
}
.pickup .day_area {
    width: 65px;
}
.pickup .day_area p {
    font-size: 13px;
}
.pickup .day_area span {
    font-size: 10px;
}
.pickup .day_area p:last-child {
    font-size: 24px;
    margin-top: 5px;
}
.pickup .text_area {
    padding-top: 10px;
    width: calc(100% - 130px);
}
.pickup .text_area h3 {
    position: relative;
    display:inline;
    font-size: 18px;
    font-weight: 700;
    color:#1f1f1f;
    line-height: 1.5;
    background: linear-gradient(#ffd85f, #ffd85f) 0 100%/0 10px no-repeat;
    transition: background .3s;
    text-decoration: none;
    font-weight: 400;
}
.pickup a:hover .text_area h3{
  background-size: 100% 10px;
}

.pickup .insta_slide_wrap{
    position: relative;
    /*
    display: -ms-grid;
    -ms-grid-columns: min-content;
    transform: translateY(-50%);
    */    
  display: flex;
    width: 4200px;
    transform: translateY(-50%);
}
.pickup .insta_slide{
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
    width:1400px;
}
.pickup .insta_slide a{
    position: relative;
    display: block;
    width: 180px;
    margin: 0 10px;
    background-size:cover;
    background-position:center center;
    border-radius:4px;
}
.pickup .insta_slide a:before{
    content:"";
    display: block;
    padding-top: 100%;
}

.pickup .insta_slide:first-child {
  animation: loop 90s linear infinite;
}
 
.pickup .insta_slide:nth-child(2) {
  animation: loop2 90s -60s linear infinite;
}
 
.pickup .insta_slide:last-child {
  animation: loop3 90s -30s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(200%);
  }
  to {
    transform: translateX(-100%);
  }
}
 
@keyframes loop2 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-200%);
  }
}
 
@keyframes loop3 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-300%);
  }
}



.pickup .insta_slide a:hover{
    transform: translateY(-10px);
}

/*
.pickup .insta_slide{
    position: relative;
    transform: translateY(-50%);
}
.pickup .slick-slider .slick-track,.pickup .slick-slider .slick-list{
    padding-top: 10px;
}

.pickup .insta_slide a{
    position: relative;
    display: block;
    background-size:cover;
    background-position:center center;
    border-radius:4px;
}

.pickup .insta_slide a:hover{
    transform: translateY(-10px);
}
.pickup .insta_slide a:before{
    content:"";
    display: block;
    padding-top: 100%;
}

.insta_slide .slick-slide{margin: 0 10px; }
*/



@media screen and ( max-width: 1400px ) {
    .pickup .text_area {
        width: calc(100% - 65px - 5vw);
    }
    
}


@media screen and ( max-width: 800px ) {
    
    .pickup {
        position: relative;
        overflow: hidden;
        background:#eff2e5;
        padding:50px 0 0;
    }
    .pickup .w_box {
        width: 100%;
        background:none;
        border-radius:0;
        padding:0;
        display: block;
    }
    .pickup .box_inr {
        width: 100%;
        display: block;
    }
    .pickup .tit_area {
        position: relative;
        width: 85%;
        max-width: 360px;
        display: block;
        margin:0 auto;
    }
    .pickup h2 {
        position: relative;
        width: 239px;
    }
    .pickup h2 img{
        position: relative;
        z-index:10;
    }
    .pickup h2:before{
        content:"";
        display: block;
        width: 135px;
        height: 114px;
        background:url(../image/top/pickup_illust_sp.png);
        background-size:cover;
        position: absolute;
        top: 4px;
        right: -120px;
        z-index:1;
    }
    .pickup .en {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        font-size: 13px;
        margin-top: 20px;

    }
    .pickup ul {
        width: 90%;
        margin:45px auto 0;
        padding:5px 7.5vw 80px;
        border-radius:10px;
        background:#fff;
        box-sizing:border-box;
    }
    .pickup li a {
        position: relative;
        height:100px;
        padding:0;
    background-size: 4px 1.5px;
    }
    .pickup li:last-child a{background:none;}
    .pickup .day_area {
        width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pickup .day_area p {
        font-size: 12px;
    }
    .pickup .day_area p:last-child {
        font-size: 22px;
        margin-top: 5px;
    }
    .pickup .text_area {
        padding-top: 0;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 80px);
    }
    .pickup .text_area h3 {
        position: relative;
        width: 100%;
        display:inline;
        font-size: 15px;
        line-height: 26px;
        background: none;
        text-decoration: none;
    }
    
    .pickup .insta_slide_wrap{
        width: 3150px;
    }
    .pickup .insta_slide{
        width:1050px;
    }
    .pickup .insta_slide a{
        width: 130px;
    }

    
    
}


/* ==========================================================================
	magazine
========================================================================== */

.magazine {
    position: relative;
    background:#fff;
    width: 100%;
    transform: translateY(-60px);
    padding:80px 0 60px;
    overflow: hidden;
}
.magazine .tit_area {
    position: relative;
    width: 90%;
    max-width:1120px;
    margin:0 auto 70px;
    z-index:10;
}
.magazine .sub_tit {
    display: block;
    position: relative;
    width: 183px;
    z-index:10;
}
.magazine h2 {
    position: relative;
    font-size: 70px;
    color:#adbc32;
    margin:15px 0 40px;
    letter-spacing: 0.02em;
    z-index:10;
}
.magazine h2 span {
    font-size: 69px;
    color: #fff;
    text-shadow: 1px 1px 0px #adbc32, -1px 1px 0px #adbc32, 1px -1px 0px #adbc32, -1px -1px 0px #adbc32, 1px 0px 0px #adbc32, 0px 1px 0px #adbc32, -1px 0px 0px #adbc32, 0px -1px 0px #adbc32;
    letter-spacing: 0.02em;
}
.magazine .illust {
    position: absolute;
    right: -22px;
    top: -40px;
    width: 565px;
    z-index:1;
}


.magazine .tit_area p{
    position: relative;
    width: 263px;
    z-index:10;
}

.magazine .five_box {
    -js-display: flex;
    display:-webkit-box;
    display: -webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 90%;
    max-width:1240px;
    margin:0 auto;
}
.magazine .b_list {
    position: relative;
    display: block;
    width: 48.8%;
}
.magazine .b_list .img_area {
    position: relative;
    display: block;  
    border-radius:0 30px 30px 30px;
    overflow: hidden;
    z-index:10;
}
.magazine .b_list .img_area:before{
    content:"";
    display: block;
    padding-top: 100%;
}
.magazine .b_list .fit_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index:1;
}

.ie .magazine .b_list .fit_img {top:1px;}
.magazine .b_list .day_area {
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 120px;
    background:#fff;
    border-radius:0 0 30px 0;
    padding: 24px 0 0 11px;
    box-sizing:border-box;
    z-index:10;
}
.magazine .day_area:before,
.magazine .day_area:after{
    content:"";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    background:url(../image/common/wkado_lt20.png);
    background-size:cover;
}
.magazine .day_area:before{
    right: -20px;
    top: 0;
}
.magazine .day_area:after{
    bottom: -20px;
    left: 0;
}

.magazine .b_list .day_area p {
    font-size: 18px;
}
.magazine .b_list .day_area span {
    font-size: 12px;
}
.magazine .b_list .day_area p:last-child {
    font-size: 35px;
    margin-top: 5px;
}

.magazine .b_list .text_area {
    position: absolute;
    width: 92.7%;
    left: 0;
    right: 0;
    bottom: 20px;
    margin:auto;
    background:#fff;
    padding:40px;
    box-sizing:border-box;
    border-radius:20px;
    z-index:10;
}
.magazine .b_list .text_area span {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color:#adbc32;
    padding-left: 18px;
    box-sizing:border-box;
    margin-bottom: 12px;
}
.magazine .b_list .text_area span:before{
    content:"";
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 2px;
    background:#f1bb13;
    border-radius:7px;
}
.magazine .b_list .text_area p {
    font-size: 20px;
    line-height: 1.5;
    color:#1d1d1d;    
}

.magazine .four {
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
    width: 48.8%;
}
.magazine .four a {
    display: block;
    width: 47.3%;
}

.magazine .four a:first-child,
.magazine .four a:nth-child(2){
    margin-bottom: 35px;
}


.magazine .four .img_area {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 0 20px 20px 20px;
    overflow: hidden;
    z-index:10;
}

.magazine .four .img_area:before{
    content:"";
    display: block;
    padding-top: 77%;
}
.magazine .four .fit_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index:1;
}

.magazine .four .day_area {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 70px;
    background:#fff;
    border-radius:0 0 30px 0;
    padding: 6px 0 0 8px;
    box-sizing:border-box;
    z-index:10;
}

.magazine .four .day_area p {
    font-size: 13px;
}
.magazine .four .day_area span {
    font-size: 10px;
}
.magazine .four .day_area p:last-child {
    font-size: 24px;
    margin-top: 5px;
}

.magazine .four .text_area{
    position: relative;
    margin-top: 22px;
    padding:0 10px;
    box-sizing:border-box;
}

.magazine .four .text_area span {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color:#adbc32;
    padding-left: 18px;
    box-sizing:border-box;
    margin-bottom: 7px;
}
.magazine .four .text_area span:before{
    content:"";
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 2px;
    background:#f1bb13;
    border-radius:7px;
}
.magazine .four .text_area p {
    font-size: 17px;
    line-height: 1.5;
    color:#1d1d1d;    
}




.magazine .other_list {
    -js-display: flex;
    display:-webkit-box;
    display: -webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 90%;
    max-width:1240px;
    margin:45px auto 50px;
    
}


.magazine .other_list a {
    display: block;
    width: 23%;
    margin-bottom: 35px;
}



.magazine .other_list .img_area {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 0 20px 20px 20px;
    overflow: hidden;
    z-index:10;
}

.magazine .other_list .img_area:before{
    content:"";
    display: block;
    padding-top: 77%;
}

.magazine .other_list .fit_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index:1;
}


.ie .magazine .other_list .fit_img {top:1px;}

.magazine .other_list .day_area {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    height: 70px;
    background:#fff;
    border-radius:0 0 30px 0;
    padding: 6px 0 0 8px;
    box-sizing:border-box;
    z-index:10;
}

.magazine .other_list .day_area p {
    font-size: 13px;
}
.magazine .other_list .day_area span {
    font-size: 10px;
}
.magazine .other_list .day_area p:last-child {
    font-size: 24px;
    margin-top: 5px;
}

.magazine .other_list .text_area{
    position: relative;
    margin-top: 22px;
    padding:0 10px;
    box-sizing:border-box;
}

.magazine .other_list .text_area span {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 700;
    color:#adbc32;
    padding-left: 18px;
    box-sizing:border-box;
    margin-bottom: 7px;
}
.magazine .other_list .text_area span:before{
    content:"";
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 2px;
    background:#f1bb13;
    border-radius:7px;
}
.magazine .other_list .text_area p {
    font-size: 17px;
    line-height: 1.5;
    color:#1d1d1d;    
}


.magazine a .fit_img{
    transition:transform .4s ease;
}

.magazine a:hover .fit_img {
     transform: scale(1.1);
    transition:transform .4s ease;
}

.magazine .text_area p {
    display:inline;
    background: linear-gradient(#ffd85f, #ffd85f) 0 100%/0 10px no-repeat;
    transition: background .4s;
}
.magazine a:hover .text_area p{
  background-size: 100% 10px;
}




@media screen and ( max-width: 1200px ) {
    .magazine .illust{right: auto;left: 50%;}
}

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

    .magazine .five_box {
        width: 90%;
        max-width:1240px;
        margin:0 auto;
    }
    .magazine .b_list {
        width: 100%;
    margin-bottom: 35px;
    }
    .magazine .four {
        width: 100%;
    }
    .magazine .other_list a {
        width: 48.8%;
    }
}

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


    .magazine {
        transform: translateY(0);
        padding:50px 0 90px;
    }
    .magazine .tit_area {
        width: 80%;
        margin:0 auto ;
    }
    .magazine .sub_tit {
        display: block;
        position: absolute;
        width: 11px;
        left: 0;
        top: 10px;
    }
    .magazine h2 {
        position: relative;
        font-size: 60px;
        line-height: 68px;
        margin:0 0 15px;
        padding-left: 28px;
        box-sizing:border-box;
    }
    .magazine h2 span {
        font-size: 60px;
    }
    .magazine .tit_area p{
        width: 233px;
    }
    .magazine .illust {
        position: relative;
        right: 0;
        left: -5%;
        bottom:0;
        width: 100%;
        min-width: 437px;
        margin:0 auto;
        z-index:1;
    }


    .magazine .b_list{
        margin-bottom: 30px;
    }
    .magazine .b_list .img_area {
        border-radius:0 12px 12px 12px;
    }
    .magazine .b_list .day_area {
        width: 72px;
        height: 72px;
        border-radius:0 0 12px 0;
        padding: 13px 0 0 0;
        text-align: center;
    }
    .magazine .day_area:before,
    .magazine .day_area:after{
        width: 10px;
        height: 10px;
    }
    .magazine .day_area:before{
        right: -10px;
    }
    .magazine .day_area:after{
        bottom: -10px;
    }

    .magazine .b_list .day_area p {
        font-size: 12px;
    }
    .magazine .b_list .day_area span {
        font-size: 10px;
    }
    .magazine .b_list .day_area p:last-child {
        font-size: 22px;
        margin-top: 5px;
    }

    .magazine .b_list .text_area {
        width: 94%;
        left: 0;
        right: 0;
        bottom: 10px;
        padding:20px;
        border-radius:12px;
    }
    .magazine .b_list .text_area span {
        font-size: 12px;
        font-weight: 700;
        padding-left: 10px;
        margin-bottom: 10px;
    }
    .magazine .b_list .text_area span:before{
        width: 5px;
        height: 5px;
    }
    .magazine .b_list .text_area p {
        font-size: 15px;
    }

    .magazine .four a:first-child,
    .magazine .four a:nth-child(2){
        margin-bottom: 20px;
    }


    .magazine .four .img_area {
        border-radius: 0 12px 12px 12px;
    }


    .magazine .four .day_area {
        width: 54px;
        height: 44px;
        border-radius:0 0 12px 0;
        padding: 4px 0 0 4px;
    }

    .magazine .four .day_area p {
        font-size: 10px;
    }
    .magazine .four .day_area span {
        font-size: 10px;
    }
    .magazine .four .day_area p:last-child {
        font-size: 14px;
        margin-top: 3px;
    }

    .magazine .four .text_area{
        position: relative;
        margin-top: 18px;
        padding:0 5px;
    }

    .magazine .four .text_area span {
        font-size: 12px;
        padding-left: 8px;
        margin-bottom: 10px;
    }
    .magazine .four .text_area span:before{
        width: 5px;
        height: 5px;
        top: 2px;
        border-radius:5px;
    }
    .magazine .four .text_area p {
        font-size: 15px;
        line-height: 26px;
    }




    .magazine .other_list {
        margin:0px auto 30px;
    }


    .magazine .other_list a {
        margin-bottom: 20px;
    }



    .magazine .other_list .img_area {
        border-radius: 0 12px 12px 12px;
    }



    .magazine .other_list .day_area {
        width: 54px;
        height: 44px;
        border-radius:0 0 12px 0;
        padding: 4px 0 0 4px;
    }

    .magazine .other_list .day_area p {
        font-size: 10px;
    }
    .magazine .other_list .day_area span {
        font-size: 10px;
    }
    .magazine .other_list .day_area p:last-child {
        font-size: 14px;
        margin-top: 3px;
    }

    .magazine .other_list .text_area{
        position: relative;
        margin-top: 18px;
        padding:0 5px;
    }

    .magazine .other_list .text_area span {
        font-size: 12px;
        padding-left: 8px;
        margin-bottom: 10px;
    }
    .magazine .other_list .text_area span:before{
        width: 5px;
        height: 5px;
        top: 2px;
        border-radius:5px;
    }
    .magazine .other_list .text_area p {
        font-size: 15px;
        line-height: 26px;
    }




}
/* ==========================================================================
	others
========================================================================== */

.others {
    position: relative;
    padding:80px 13.5vw 8.5vw 0;
    background:#eff2e5;
    min-height: 600px;
    overflow: hidden;
    box-sizing:border-box;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row-reverse;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}
/*
.others_inr{
    position: relative;
    width: 86%;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
    max-width:1170px;
    z-index:10;

    
}
*/
.others:before{
    content:"";
    display: block;
    width: calc(100% - 8.56vw);
    height: 28.5vw;
    min-height:400px;
    background:#fff;
    border-radius:20px;
    z-index:1;
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    margin:auto;
    z-index:1;
}
.others .others_slide {
    width:calc(100% - 166px - 6.14vw);
    max-width:1200px;
    z-index:10;
}

.others_slide .slick-list{
    padding-left: 40%;
}



.others a {
    display: block;
    padding:0 6px 6px 0;
}
.others picture img {
    border-radius:5px;
    -moz-box-shadow: 6px 6px 0px 0px rgba(221, 228, 196, 0.8);
    -webkit-box-shadow: 6px 6px 0px 0px rgba(221, 228, 196, 0.8);
    -ms-box-shadow: 6px 6px 0px 0px rgba(221, 228, 196, 0.8);
    box-shadow: 6px 6px 0px 0px rgba(221, 228, 196, 0.8);
}
.others .tit_area {
    position: relative;
    width: 166px;
	-js-display: flex;
	display:-webkit-box;
	display: -webkit-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
    flex-direction: row-reverse;
    z-index:10;
}


.others .tit_area:before{
    content:"";
    display: block;
    width: 202px;
    height: 240px;
    position: absolute;
    top: 128px;
    right: -175px;
    background:url(../image/top/others_illust.png);
    background-size:cover;
    z-index:1;
}

.others .tit_area h2{
    position: relative;
    width: 108px;
    z-index:10;
}
.others .tit_area .en{
    position: relative;
    font-feature-settings: normal;
    vertical-align: top;
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-size: 16px;
    margin-top: 8px;
    z-index:10;
    
}

.others .slick-prev,
.others .slick-next{
    top:365px;
    z-index:10;
}
.others .slick-dots{
    position: absolute;
    width: 110px;
    left: 0;
    right: 0;
    top:356px;
    bottom:auto;
    margin:auto;
}

.others_slide li{margin-left: 25px;}





@media screen and ( max-width: 1000px ) {
    .others_slide .slick-list{
        padding-left:10%;
    }
}

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

    .others {
        padding:50px 0 80px;
        min-height: 10px;
    }
    .others:before{display:none;}
    .others .others_slide {
        width:100%;
        max-width:1200px;
        z-index:10;
    }

    .others_slide .slick-list{
        padding-left: 0;
    }



    .others a {
        padding:0 3px 3px 0;
    }
    .others picture img {
        -moz-box-shadow: 3px 3px 0px 0px rgba(221, 228, 196, 0.8);
        -webkit-box-shadow: 3px 3px 0px 0px rgba(221, 228, 196, 0.8);
        -ms-box-shadow: 3px 3px 0px 0px rgba(221, 228, 196, 0.8);
        box-shadow: 3px 3px 0px 0px rgba(221, 228, 196, 0.8);
    }
    .others .tit_area {
        width: 85%;
        display: block;
        margin:0 auto 40px;
    }


    .others .tit_area:before{
        width: 140px;
        height: 166px;
        top: -45px;
        right:auto;
        left:235px;
    }

    .others .tit_area h2{
        position: relative;
        width: 223px;
        z-index:10;
    }
    .others .tit_area .en{
        position: relative;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        font-size: 13px;
        margin-top: 15px;

    }

    .others .slick-prev,
    .others .slick-next{
        top:50%;
    }
    .others .slick-dots{
        position: absolute;
        width: 110px;
        left: 0;
        right: 0;
        top:auto;
        bottom:-23px;
        margin:auto;
    }

    .others_slide li{margin:0 10px;}

}