@charset "UTF-8";


.abo_box_fl1{
	width: 100%;
	height: auto;
	margin: auto;
}
.abo_box_fr1{
	width: 100%;
	height: auto;
	margin: auto;
}
.abo_box_fl2{
	width: 100%;
	height: auto;
	margin: auto;
}
.abo_box_fr2{
	width: 100%;
	height: auto;
	margin: auto;
}
.abo_box_fl3{
	width: 100%;
	height: auto;
	margin: auto;
}
.abo_box_fr3{
	width: 100%;
	height: auto;
	margin: auto;
}
.about_box_title1{
	width: 64%;
	height: auto;
	margin: -30px 0 20px;
}
.about_box_title2{
	width: 64%;
	height: auto;
	margin: -30px 0 20px;
}
.about_spec1{
	width: 65%;
	height: auto;
	margin: 30px auto 0;
}
.about_movie1{
	width: 100%;
	height: auto;
	margin: auto;
}
.about_movie1{
	position: relative;
  	width: 100%;
  	padding-top: 56.25%;
}
.about_movie1 iframe{
	position: absolute;
 	top: 0;
 	right: 0;
 	width: 100%;
 	height: 100%;
}
@media print, screen and (min-width: 641px) {
.abo_box_fl1{
	width: 48.4%;
	max-width: 484px;
	height: auto;
	float: left;
	margin: 0;
}
.abo_box_fr1{
	width: 47.4%;
	max-width: 474px;
	height: auto;
	float: right;
	margin: 0;
}
.abo_box_fl2{
	width: 43.3%;
	max-width: 433px;
	height: auto;
	float: left;
	margin: 0;
}
.abo_box_fr2{
	width: 47.5%;
	max-width: 475px;
	height: auto;
	float: right;
	margin: 0;
}
.abo_box_fr3{
	width: 43.3%;
	max-width: 433px;
	height: auto;
	float: left;
	margin: 0;
}
.abo_box_fl3{
	width: 47.5%;
	max-width: 475px;
	height: auto;
	float: right;
	margin: 0;
}
.about_box_title1{
	width: 50.42%;
	height: auto;
	margin: -50px 0 20px;
}
.about_box_title2{
	width: 50.42%;
	height: auto;
	margin: -110px 0 20px;
}
.about_spec1{
	width: 53.781%;
	width: 60%;
	margin: 40px 0 0 10%;
}
.about_movie1{
	width: 100%;
	max-width: 1120px;
	margin: auto;
}
}








.abo_btn_copy1{
	font-size: 15px;
	text-align: center;
	line-height: 2.4;
}





/***

slick

***/
.multiple { 
	padding: 0;
}
.multiple img { 
	width: 100%;
}
.multiple div { 
	margin: 0 5px;
}
.multiple .slick-next { 
	right: 17px;
	z-index: 100;
}
.multiple .slick-prev { 
	left: 23px;
	z-index: 100;
}



/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;
	bottom: -35px;/*dots表示位置変更　20211027*/

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
	font-size: 13px;/*dotsサイズ変更　20211027*/
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

