@charset "utf-8";


/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
    #sharewithmain {
        --mainarea-width: 1000px;
        --mainarea-width-pc: 1000px;
    }
}


/*-- ＰＣ／ＳＰ切り替え --*/
@media print, screen and (min-width: 768px) {
    .layout_sp_flip div.reuse-main-area {
        display: block;
    }
    
    .layout_sp_flip div.reuse-main-area .multiColumn2 div.column1 {
    	width: 100%;
    	max-width: none;
    	float: none;
    	margin-right: 0;
    }
    .layout_sp_flip div.reuse-main-area .multiColumn2 div.column2 {
    	display: none;
    }
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
    /*-- ＰＣ／ＳＰ切り替え --*/
    .layout_sp_flip div.reuse-main-area {
    	display: block;
    }
    
    .layout_sp_flip div.reuse-main-area .multiColumn2 div.column1 {
    	display: none;
    }
    .layout_sp_flip div.reuse-main-area .multiColumn2 div.column2 {
    }
}
/*-- 背景色 --*/
.layout_graybox {
	background: #e0e2e3;
}

.layout_lightgraybox {
	background: #f5f5f5;
}

.layout_lightbluebox {
	background: #f0faff;
}


/* h2見出し */
body[id=wide] [role="main"] div.title2 h2 {
	font-family: 'Saira Extra Condensed', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #1460a8;
}

body[id=wide] [role="main"] div.title2::before {
    content: none;
}




#html1 .area-slider .column {
    max-width: none;
}

#html1 .area-slider .text-section {
    margin: 0 auto;
}

/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
    #html1 .area-slider ,
    #mv {
        display: block;
        width: 100%;
        position: relative;
        padding-bottom: 40px;
        margin-bottom: 10px;
    }
    #html1 .area-slider:before ,
    #mv:before {
        content: "";
        display: block;
        padding-top: 52.885%;
    }
    #html1 .area-slider  {
        position: absolute;
        top: 50px;
        left: 0;
        overflow: hidden;
    }
    #html1 .area-slider  > .column1 {
        margin: auto;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 184.615%;
        padding-bottom: 40px;
    }
    #area-slider .slick-slide {
        max-width: none;
    }

    #area-slider .slick-slide div.text-section {
        position: relative;
    }
    #area-slider .slick-slide div.text-section img.pos-4 + .text {
        position: absolute;
        bottom: 10%;
        left: 50%;
        width: 90vw;
        margin-left: -45vw;
        font-weight: bold;
        font-size: 24px;
    }
     #area-slider .slick-dots {
         top: 100%;
         bottom: auto;
     }
     #area-slider .slick-dots li {
         margin: 0 3px;
     }
     #area-slider .slick-dots li button {
         padding: 0;
         width: 25px;
     }
     #area-slider .slick-dots li button:before {
         content: "";
         display: block;
         width: 20px;
         height: 2px;
         background: #c4c5c5;
     }
     #area-slider .slick-dots li.slick-active button:before {
         background: #dd7b11;
     }
}
/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
    #html1 .area-slider ,
    #mv {
        display: block;
        width: 100%;
        min-width: 1040px;
        height: 550px;
        position: relative;
        padding-bottom: 40px;
        margin-bottom: 20px;
    }
    #html1 .area-slider  {
        position: absolute;
        top: 55px;
        left: 0;
        overflow: hidden;
    }
    #html1 .area-slider  > .column1 {
        margin: auto;
        height: auto;
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -25%);
        width: 100%;
        min-width: 1920px;
        padding-bottom: 40px;
    }
    #area-slider .slick-slide img {
        width: 100%;
    }
    #area-slider .slick-slide div.text-section {
        position: relative;
    }
    #area-slider .slick-slide div.text-section img.pos-4 + .text {
        position: absolute;
        top: 50%;
        width: 1000px;
        left: 50%;
        transform: translate(-50%,-100%);
        font-weight: bold;
        font-size: 30px;
        margin-top: 200px;
    }
     #area-slider .slick-dots {
         bottom: 50%;
         margin-bottom: -300px;
     }
     #area-slider .slick-dots li {
         margin: 0 3px;
     }
     #area-slider .slick-dots li button {
         padding: 0;
         width: 25px;
     }
     #area-slider .slick-dots li button:before {
         content: "";
         display: block;
         width: 25px;
         height: 2px;
         background: #c4c5c5;
     }
     #area-slider .slick-dots li.slick-active button:before {
         background: #dd7b11;
     }
}
/* -- スマホ用 -- */
@media handheld, only screen and (max-width: 767px) {
.modaal-video-wrap {
  margin: auto;
}

.modaal-video-container {
    padding-bottom: 150%;
}

}

/* -- デスクトップ用 -- */
@media print, screen and (min-width: 768px) {
}

