@charset "utf-8";



/* ==========================================================================
	main
========================================================================== */
#main {
    position: relative;
    width: calc(100% - 8.56vw);
    height: calc(100vh - 195px);
    min-height:600px;
    background:#fff;
    margin: 57px auto 55px;
    z-index:50;
    border-radius:30px;
}
#main .img_area{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius:30px 0 30px 0;
}

#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 16s linear 0s infinite ;
    animation: main 16s linear 0s infinite ;
    border-radius:30px 0 30px 0;
    
}
/*
#main .img_area li:nth-child(1) { 
    background-image: url(../image/top/main_bg01.jpg); 
}
*/
#main .img_area li:nth-child(1) {
    background-image: url(../image/top/main_bg02.jpg);   
}
#main .img_area li:nth-child(2) {
    background-image: url(../image/top/main_bg03.jpg);   
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
}
@-webkit-keyframes main { 
    0% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: scale(1);
        opacity: 0;        
    }
    7% {        
        opacity: 1;
        -webkit-transform: scale(1);
    }
    16% {
        opacity: 1;
    }
    50% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: scale(1.1);
        opacity: 1;
    }
    56% {
        opacity:0;
    }
    99%{
        -webkit-transform: scale(1.2);
    }
    
    
    100% { opacity: 0 }
}
@keyframes main { 
    0% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: scale(1);
        opacity: 0;        
    }
    7% {        
        opacity: 1;
    }
    16% {
        opacity: 1;
    }
    50% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: scale(1.1);
        opacity: 1;
    }
    57% {
        opacity:1;
    }
    67% {
        opacity: 0;
    }
    74%{
        -webkit-transform: scale(1.2);
    }
    
    
    100% { opacity: 0 }
}





.follow_sns {
    width: 84px;
    position: absolute;
    right: -42px;
    bottom:20vh;
    z-index:500;
}
.follow_sns h2 {
    display: block;
}
.follow_sns a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; 
    width: 56px;
    height: 56px;
    background:#fff;
    border-radius:56px;
    margin:0 auto 10px;
}

.follow_sns a:hover{
    transform: translateY(-5px);
}

.follow_sns a:before{
    content:"";
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin:auto;
    z-index:1;
    border-radius:50px;
    border:2px solid #3260ad;
    box-sizing:border-box;
}
.follow_sns a img {
    position: relative;
    z-index:10;
    width: 8px;
}
.follow_sns a:nth-child(3):before{
    border:2px solid #129ee0;
}
.follow_sns a:nth-child(3) img {
    width: 14px;
}
.follow_sns a:nth-child(4):before{
    border:none;
    background:url(../image/top/follow_insta_bg.png);
    background-size:cover;
}
.follow_sns a:nth-child(4) img {
    width: 16px;
}
.follow_sns a:nth-child(5):before{
    border:2px solid #ea3030;
}
.follow_sns a:nth-child(5) img {
    width: 13px;
}



.topic {
    position: absolute;
    width: 70%;
    max-width: 600px;
    height: 246px;
    background:#fff;
    left: 0;
    bottom:-50px;
    z-index:300;
    padding:40px 75px 40px 20px;
    box-sizing:border-box;
    border-radius:0 20px 20px 0;
}
.topic:before{
    content:"";
    display: block;
    position: absolute;
    left: 0;
    bottom:0;
    width: 88%;
    height: 5px;
    background:#adbc32;
}
.topic:after{
    content:"";
    display: block;
    position: absolute;
    left: 0;
    top:-20px;
    width: 20px;
    height: 20px;
    background:url(../image/common/wkado_lb20.png);
    background-size:cover;
    z-index:50;
}
.topic a {
    display: block;
    -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: 100%;
    max-width:482px;
}
.topic .img {
    position: relative;
    width: 160px;
    height: 160px;
    border:10px solid #fff;
    box-sizing:border-box;
    background-size:cover;
    background-position: center center;
}

.topic .img:before{
    content:"";
    display: block;
    width: 160px;
    height: 160px;
    position: absolute;
    left:-10px;
    top: -10px;
    border:3px solid #adbc32;
    box-sizing:border-box;
    z-index:10;
	-webkit-transition: border 0.3s ease;
    -moz-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
}


.topic a:hover .img:before {
     border-color:#ffd85f; 
	-webkit-transition: border 0.3s ease;
    -moz-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
}

.topic .text_area {
    width: calc(100% - 180px);
    max-width: 290px;
    padding-top:12px;
}
.topic h3 {
    position: relative;
    padding-left: 39px;
    box-sizing:border-box;
    margin-bottom: 20px;
}
.topic h3:before{
    content:"";
    display: block;
    width: 28px;
    height: 25px;
    position: absolute;
    left: -1px;
    top: -4px;
    background:url(../image/top/topic_tit_icon.png);
    background-size:cover;
}
.topic h3 img {
    width: 178px;
}
.topic p {
    font-size: 13px;
    line-height: 28px;
    color:#1f1f1f;
	-webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.topic a:hover p{
    color:#adbc32;
	-webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.topic .enb {
    position: absolute;
    font-feature-settings: normal;
    vertical-align: top;
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    right: 50px;
    top: 66px;
    font-size: 11px;
    color:#adbc32;
    letter-spacing: 0.05em;
}


.topic .icon{
    display: block;
    position: absolute;
    left: -6px;
    bottom:10px;
    width: 65px;
    z-index:50;
}



@media screen and (max-width : 1000px ){
    .topic .enb{right: 25px;}
}
@media screen and (max-width : 860px ){
    #main{margin-top: 42px;}
}

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


    #main {
        width: 100%;
        height:auto;
        min-height:600px;
        background:none;
        margin: 20px auto 0;
        z-index:50;
        border-radius:0px;
    }
    #main .img_area{
        width: 90%;
        height: 80vw;
        overflow: hidden;
        border-radius:10px;
        margin:20px auto;
    }




    .follow_sns {display:none;}



    .topic {
        position: relative;
        width: 95%;
        max-width: 800;
        height: 160px;
        left: 0;
        bottom:auto;
        z-index:300;
        padding:25px 50px 25px 20px;
        box-sizing:border-box;
        border-radius:0 10px 10px 0;
        margin-top: 20px;
    }
    .topic:before{
        content:"";
        display: block;
        position: absolute;
        left: 0;
        bottom:0;
        width: 80%;
        height: 2px;
    }
    .topic:after{display:none;}
    .topic .img {
        width: 100px;
        height: 100px;
        border:6px solid #fff;
    }

    .topic .img:before{
        width: 100px;
        height: 100px;
        left:-6px;
        top: -6px;
        border:2px solid #adbc32;
    }


    .topic .text_area {
        width: calc(100% - 100px - 6.25vw);
        max-width: 800px;
        padding-top:0px;
    }
    .topic h3 {
        padding-left: 30px;
        margin-bottom: 13px;
    }
    .topic h3:before{
        width: 22px;
        height: 20px;
        left: -1px;
        top: -2px;
    }
    .topic h3 img {
        width: 137px;
    }
    .topic p {
        font-size: 10px;
        line-height: 18px;
    }
    .topic .enb {
        right: 25px;
        top: 35px;
        font-size: 10px;
    }


    .topic .icon{
        left: 0;
        bottom:4px;
        width: 42px;
    }


    
}
/* ==========================================================================
	intro
========================================================================== */
.intro {
    position: relative;
    width: 100%;
    background:url(../image/common/dotted_bg.jpg);
    background-size:8px 8px;
    padding:60px 0 100px;
    z-index:10;
}
.intro:before{
    content:"";
    display: block;
    width: 64vw;
    height: 740px;
    position: absolute;
    right: 0;
    top: -400px;
    background:#eef3de;
    border-radius:60px 0 0 60px;
}
.intro_inr{
    position: relative;
    overflow: hidden;
}
.intro .tit_area {
    position: absolute;
    width: 226px;
    top: 40px;
    left: 12.14vw;
    
}
.intro .tit_area .img {
    position: absolute;
    /*
    width: 580px;
    */
    width: 41vw;
    top: 358px;
    left: -14.7vw;
}
.intro .title {
    position: relative;
    width: 200px;
	-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;
}
.intro span {
    font-feature-settings: normal;
    vertical-align: top;
    display: inline-block;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-size: 18px;
    margin-top: 12px;
}
.intro h2 {
    width: 133px;
}
.intro .text_area {
    position: relative;
    width: 58%;
    margin-left: 42%;
    
}
.intro .text_area .img {
    margin-bottom: 85px;
}
.intro .text_area .img img{
    border-radius:10px 0 0 10px;    
}
.intro .text_area p {
    font-size: 16px;
    line-height: 44px;
    width: 80%;
    max-width:630px;
    color:#1d1d1d;
    margin:0 0 0 4.2vw;
}

.intro .text_area p:last-child{margin-top: 30px;}

.intro .btm_illust{
    position:relative;
        width: 100%;
	-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;
}
.l_img {
    width: 38%;
}
.intro .l_img img {
    border-radius:0 10px 10px 0;
}
.intro .r_img {
    width: 59%;
    transform: translateX(12px);
    margin-top: 3.5vw;
}




@media screen and (max-width : 1000px ){
    .intro:before {
    width: 64vw;
    height: 50vw;
    top:-25vw;
    }
    .intro .title{left: -5vw;}
}

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

    .intro {
        padding:0 0 50px;
    }
    .intro_inr {padding-top: 95px;}
    .intro:before{
        width: 75vw;
        height: 390px;
        position: absolute;
        right: 0;
        top: -360px;
        border-radius:10px 0 0 10px;
    }
    .intro .tit_area {
        position: relative;
        width: 88%;
        top: auto;
        left: auto;
        padding-left: calc(88% - 140px);
        box-sizing:border-box;

    }
    .intro .tit_area .img {
        position: absolute;
        width: 73%;
        top: -5vw;
        left: auto;
        right:140px;
        max-width:360px;
    }
    .intro .title {
        width: 135px;
        left: auto;
    }
    .intro span {
        font-size: 12px;
        margin-top: 6px;
    }
    .intro h2 {
        width: 99px;
    }
    .intro .text_area {
        width: 100%;
        margin:45px auto 40px;
    }
    .intro .text_area .img {
        margin-bottom: 85px;
    }
    .intro .text_area .img img{
        border-radius:10px 0 0 10px;    
    }
    .intro .text_area p {
        width: 80%;
        margin:0 auto;
        font-size: 14px;
        line-height: 30px;
    }

    .intro .text_area p:last-child{margin-top:0;}

    .intro .sp_img_area{
        position: relative;
        margin:40px auto ;
    }
    
    .intro .sp_img_area .l_img{
        position: relative;
        width: 65%;   
        z-index:1;
    }
    .intro .sp_img_area .l_img img{
         border-radius:0 5px 5px ;   
    }
    .intro .sp_img_area .r_img{
        position: absolute;
        width: 40.5%;
        right: 0;
        top: 6.25vw;
        z-index:10;
        transform: translateX(0);
        margin-top: 0;
    }
    
    .intro .btm_illust{
            width: 95%;
        display: block;
        margin-left: 5%;
    }
    .spimg img{
        border-radius:5px 0 0 5px;
    }
}


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

.pickup {
    position: relative;
    overflow: hidden;
    background:#eff2e5;
    padding:90px 0 50px;
}
.pickup .w_box {
    position: relative;
    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;
}


.insta_icon{
     display: block;
    position: absolute;
    width: 192px;
    z-index:50;
    bottom:55px;
    left:70px;
}


.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 0 20px;
        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;
    }
    
    .insta_icon{
        width: 140px;
        left: calc(5% + 7.5vw - 10px);
        bottom:38px;
    }

    .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,
    .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;}

}