@charset "utf-8";
/* CSS Document */
/* ----------------------------------------------------------------------
 user reset
---------------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}
table {
  border-collapse: collapse;
}
ul {
    list-style: none;
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
h5 {
	font-weight: 500;;
}
/* ----------------------------------------------------------------------
 media query

@media (min-width: 768px) {

}
@media (min-width: 1025px) {

}

---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
 base
---------------------------------------------------------------------- */

html {
    font-size: 62.5%;/* font-size 1em = 10px on default browser settings */
}
@media screen and (min-width:768px){
html {
    font-size: 62.5%;/* font-size 1em = 10px on default browser settings */
}

}


/* スクロールの幅の設定 */
html::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* スクロールの背景の設定 */
html::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: 0 0 4px #aaa inset;
}

/* スクロールのつまみ部分の設定 */
html::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #FFA200;
}


body {
    color: #262626;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 1.4rem;
    line-height: 1.7;
    font-weight: 600;
}
@media screen and (min-width:768px){
body {
font-size: 1.6rem;
}
}


a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
    transition: .3s;
}

a[target="_blank"]::after {
	content: "　\f08e";
    font-family: "fontawesome";
    margin-left: -9px;
    margin-right: 9px;
    font-weight: 700;
}
/* 例外 */
.icon-non-link a[target="_blank"]::after,
.top-slider a[target="_blank"]::after,
.top-sns a[target="_blank"]::after,
.link-area a[target="_blank"]::after {
	content: " ";
}

.notdec a[target="_blank"]::after {
	content:"";
}

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

img.responsiveflex {
    width: 100%;
	max-width: 125px;
	height: auto;
    margin: 0 auto;
    display: block;
}


img.logo_img{
    margin-left: 20px;
    margin-top: 10px;
    line-height: 60px;
	height: auto;
    max-height: 40px;
    
}


/* ----------------------------------------------------------------------
 on-off
---------------------------------------------------------------------- */
.pc-on{display: none;}
@media screen and (min-width:1025px){
.pc-on{ display: block;}

}

.pc-on768{display: none;}
@media screen and (min-width:768px){
.pc-on768{ display: block;}

}



.sp-on{display: block;}
@media screen and (min-width:1025px){
.sp-on{ display: none;}

}

/* ----------------------------------------------------------------------
 wraper
---------------------------------------------------------------------- */

.wraper{padding-top: 60px;}
@media screen and (min-width:1025px){
.wraper{padding-top: 80px;}
}
/* ----------------------------------------------------------------------
textoption
---------------------------------------------------------------------- */
.text_c{
text-align: center;
}

.text_l{
text-align: left;
}

.text_r{
text-align: right;
}

/*----------------------------------------------------------------------------*/
/*------------------------------font_select--------------------------------*/
/*----------------------------------------------------------------------------*/

.orange{
color: #FFA200;
}


.h3_fontsize{
font-size: 2rem;
}
.p_fontsize{
font-size: 1.6rem;
}
.h2_fontsize{
font-size: 2.2rem;
}
.h2_fontsize_main{
letter-spacing: -0.1rem;
font-size: 2.4rem;
color: #FFA200;
}
.h4_fontsize{
font-size: 1.8rem;
}

.f_bold{
font-weight: bold;
}

@media screen and (min-width:768px){

.h3_fontsize{
font-size: 2.6rem;
}
.h2_fontsize{
font-size: 3rem;
}
.h2_fontsize_main{
font-size: 3.2rem;
color: #FFA200;
}
.h4_fontsize{
font-size: 2.2rem;
}
}


/*----------------------------------------------------------------------------*/
/*------------------------------font_select--------------------------------*/
/*----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------*/
/*------------------------------margin_select--------------------------------*/
/*----------------------------------------------------------------------------*/

.mt10{
margin-top: 5px;
}

.mt20{
margin-top: 10px;
}

.mt30{
margin-top: 15px;
}

.mt50{
margin-top: 25px;
}

.mt80{
margin-top: 40px;
}

.mt100{
margin-top: 50px;
}

.mt120{
margin-top: 60px;
}

.mt150{
margin-top: 75px;
}

@media screen and (min-width:768px){
.mt10{
margin-top: 10px;
}

.mt20{
margin-top: 20px;
}

.mt30{
margin-top: 30px;
}

.mt50{
margin-top: 50px;
}

.mt80{
margin-top: 80px;
}

.mt100{
margin-top: 100px;
}

.mt120{
margin-top: 120px;
}

.mt150{
margin-top: 150px;
}


}

/*----------------------------------------------------------------------------*/
/*------------------------------margin_select--------------------------------*/
/*----------------------------------------------------------------------------*/



/*----------------------------------------------------------------------------*/
/*------------------------------headerlayout----------------------------------*/
/*----------------------------------------------------------------------------*/
.hd_rogo{
    margin-left: 5px;
    margin-top: 10px;
    width: 100%;
    max-width: 250px;
}
@media screen and (min-width:1025px){
.hd_rogo{
    margin-left: 20px;
    margin-top: 10px;
    width: 100%;
    max-width: 300px;

}
}

.hd_rogo h1{
    font-size: 1rem;
    margin-left: 5px;
    line-height: 1;
    }
    
@media screen and (min-width:1025px){
.hd_rogo h1{
    font-size: 1.2rem;
    margin-left: 5px;
    line-height: 1;
    }
}

#header{
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 3px 3px 3px rgba(50,50,50,0.3);
}


@media screen and (min-width:1025px){
#header{
    height: 80px;
}
}
.g_navigation_all{
    display: flex;
}

#g_navigation{}

#g_navigation ul{
    display: flex;   
}

#g_navigation ul li{
margin-top: 25px;
margin-right: 30px;
}

#g_navigation ul li a{
 font-size: 1.4rem;
 color: #262626;
 position: relative;
 border-bottom: solid 1px #FFA200;
}

#g_navigation ul li a:hover{
    color: #FFA200;
    
}

#g_navigation ul li a::after{
content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    bottom: 0;
    left: 0;
    /*線の形状*/
    width: 100%;
    height: 2px;
    background:#FFA200;
    /*アニメーションの指定*/
    transition: all .3s;
    transform: scale(0, 1);/*X方向0、Y方向1*/
    transform-origin: left top;/*左上基点*/
}
#g_navigation ul li a:hover::after{
 transform: scale(1, 1);/*X方向にスケール拡大*/
}



#utility_navi{
    list-style: none;
    display: flex;
}

#utility_navi li{
    text-align: center;
    line-height: 80px;
}

#utility_navi li span{
    position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#FFFFFF;
  margin-left: 20px;
}

.contact_icon::before{
    position: absolute;
    top:3px;
    left: -32px;
    content: '';
    display: inline-block;
    width: 25px;
    height: 16px;
    vertical-align: middle;
    background: url("img/contact_icon.png") no-repeat;
    background-size: 25px 16px;
    margin-left: 5px;
    margin-right: 5px;
}

.tel_icon::before{
    position: absolute;
    top:1px;
    left: -30px;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url("img/tel_icon.png") no-repeat;
    background-size: 20px 20px;
    margin-left: 5px;
    margin-right: 5px;
}



#utility_navi li:hover span{
  color:#fff;
}

#utility_navi li a{
    height: 80px;
    font-size: 1.6rem;
    color: #fff;
    display: inline-block;
    width:180px;
    transition: all .5s;
        /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
      overflow: hidden;/*このコードによりベースラインの位置が変動するのでvertical-alignで基準をトップに戻す*/
    vertical-align: top;
     /*アニメーションの指定*/   
    transition: ease .2s;
}



.bgcolor_01{
background:#FFA200;
}


/*== 背景が流れる（左から右） */
.bgleft_01:before {
 	content: '';
    /*絶対配置で位置を指定*/
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
    /*色や形状*/
 	background:#FF2C00;/*背景色*/
 	width: 100%;
	height: 100%;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft_01:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}


.bgcolor_02{
background:#002763;
}


/*== 背景が流れる（左から右） */
.bgleft_02:before {
 	content: '';
    /*絶対配置で位置を指定*/
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
    /*色や形状*/
 	background:#FFA200;/*背景色*/
 	width: 100%;
	height: 100%;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft_02:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}


/* ----------------------------------------------------------------------
ハンバーガーメニュー
---------------------------------------------------------------------- */

.gspnav_toggle {
    background-color:#FFA200;
    margin: 0;
  display: block;
  position: relative;
  width: 50px;
  height: 60px;
  cursor: pointer;
  
}
.gspnav_toggle span{
    text-align: center;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #FFF;
  position: absolute;
  transition: transform .5s, opacity .5s;

}
.gspnav_toggle span:nth-child(1) {
left: 5px;
  top: 10px;

  width: 40px;
}
.gspnav_toggle span:nth-child(2) {
left: 5px;
    width: 40px;
  top: 20px;
}
.gspnav_toggle span:nth-child(3) {
left: 5px;
    width: 40px;
  top: 30px;
}
.gspnav_toggle span:nth-child(4) {
color: #FFF;
font-size: 14px;
left: 5px;
    height: 0;
    width: 40px;
  top: 35px;
}

.gspnav_toggle.show{
display: block;
width: 50px;
  height: 60px;
  z-index: 999;
    
}
.gspnav_toggle.show span:nth-child(1) {
  transform: translateY(20px) rotate(-45deg);

}
.gspnav_toggle.show span:nth-child(2) {
  opacity: 0;
}
.gspnav_toggle.show span:nth-child(3) {
  transform: translateY(0) rotate(45deg);
}
.gspnav_toggle.show span:nth-child(4) {
  opacity: 0;
}
.gspnav {
  position: fixed;
  background-color: #002763;
  width: 100%;
  height: 100%;
  top: 60px; 
  right: -100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s, .35s ease-in-out;
   z-index: 1000;
  
}


.gspnav.show {
    right:0;
  opacity: 1;
  visibility: visible;
  
}


.gspnav_menu_li{
background-color: #002763;
text-align: center;

}

.gspnav_menu_li a:hover{
background-color: #FFA200;
}

.gspnav_menu_li a{
padding: 15px 0;
color: #FFF;
display: block;
}

.gspnav_menu_li_irregular_01{
margin: 5px auto 0;
text-align: center;
background-color: #FFA200;
border-radius: 15px;
width: 94%;
}

.gspnav_menu_li_irregular_01 a{
padding: 20px 0;
color: #FFF;
display: block;
}


.gspnav_menu_li_irregular_01 a span{
position: relative;
}

.sp_contact_icon::before{
    position: absolute;
    top:0;
    left: -32px;
    content: '';
    display: inline-block;
    width: 25px;
    height: 16px;
    vertical-align: middle;
    background: url("img/contact_icon.png") no-repeat;
    background-size: 25px 16px;
    margin-left: 5px;
    margin-right: 5px;
}

.sp_tel_icon::before{
    position: absolute;
    top:0;
    left: -30px;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url("img/tel_icon.png") no-repeat;
    background-size: 20px 20px;
    margin-left: 5px;
    margin-right: 5px;
}




/*----------------------------------------------------------------------------*/
/*------------------------------headerlayout_end------------------------------*/
/*----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------*/
/*------------------------------backgroundplay----------------------------------*/
/*----------------------------------------------------------------------------*/


/*========= 背景動画設定のCSS ===============*/

/*header設定*/
#firstimg_play_movie{
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
    height: 30vh;/*高さを全画面にあわせる*/
}
@media screen and (min-width:1025px){
#firstimg_play_movie{
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
    height: calc(95vh - 60px);/*高さを全画面にあわせる*/
}
}

#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

#video {
    /*天地中央配置*/
    padding: 60px 0 0;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: calc(30vh - 40px);
    min-width: 100%;
}


@media screen and (min-width:1025px){
#video {
    /*天地中央配置*/
    padding: 60px 0;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    /*縦横幅指定*/
    width: 100vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: calc(95vh - 60px);
    min-width: 75%;
}
}



/*見出し設定*/
.movie_title{
    /*要素の配置*/
    position:absolute;
    /*要素を天地中央寄せ*/
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    /*見た目の調整*/
    color:#fff;
    text-shadow: 0 0 15px #666;
}

/*========= レイアウトのためのCSS ===============*/



/*----------------------------------------------------------------------------*/
/*------------------------------backgroundplay_end----------------------------*/
/*----------------------------------------------------------------------------*/


.rental_contact_contener{
background-color: #F8EDD5;}

.rental_contact_area{
    width: 100%;    
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

@media screen and (min-width:768px){

.rental_contact_area{
    justify-content: space-between;
    padding: 100px 0;
}
}



.rental_contact_area div{
padding-top: 20px;
text-align: center;
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

.rental_contact_area div span{
position: relative;
}

.rental_contact_area div span::before{
    position: absolute;
    top:-3px;
    left: -30px;
    content: '';
    display: inline-block;
    width: 26px;
    height: 28px;
    vertical-align: middle;
    background: url("img/rental_contact_icon.png") no-repeat;
    background-size: 20px 20px;
    margin-left: 5px;
    margin-right: 5px;
}

@media screen and (min-width:768px){
.rental_contact_area div span::before{
    position: absolute;
    top:0;
    left: -30px;
    content: '';
    display: inline-block;
    width: 26px;
    height: 28px;
    vertical-align: middle;
    background: url("img/rental_contact_icon.png") no-repeat;
    background-size: 20px 20px;
    margin-left: 5px;
    margin-right: 5px;
}


}


.marker_y{
background: linear-gradient(transparent 50%, #FFF717 0%);
margin-bottom: 30px;

}

.contact-btn-m{
margin-bottom: 20px;
}




.dl_btn span{
position: relative;
}

.dl_btn span::before{
    position: absolute;
    top:-3px;
    left: -30px;
    content: '';
    display: inline-block;
    width: 26px;
    height: 28px;
    vertical-align: middle;
    background: url("img/rental_contact_icon.png") no-repeat;
    background-size: 20px 20px;
    margin-left: 5px;
    margin-right: 5px;
}

@media screen and (min-width:768px){
.dl_btn span::before{
    position: absolute;
    top:0;
    left: -30px;
    content: '';
    display: inline-block;
    width: 26px;
    height: 28px;
    vertical-align: middle;
    background: url("img/rental_contact_icon.png") no-repeat;
    background-size: 20px 20px;
    margin-left: 5px;
    margin-right: 5px;
}


}




/*== ボタン共通設定 */
.common_btn01{
    margin: 0 auto;
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
  overflow: hidden;
    /*ボタンの形状*/
    width: 100%;
  text-decoration: none;
  display: block;
    background: #FFA200;
    padding: 20px 0;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
    border-radius: 10px;
}

/*ボタン内spanの形状*/
.common_btn01 span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#FFFFFF;
}

.common_btn01:hover span{
  color:#fff;
}

/*== 背景が流れる（左から右） */
.common_bgleft01:before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
    /*色や形状*/
  background:#FF2C00;/*背景色*/
  width: 100%;
  height: 100%;
    /*アニメーション*/
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

/*hoverした際の形状*/
.common_bgleft01:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}







/*== ボタン共通設定 */
.common_btn02{
    margin: 0 auto;
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
  overflow: hidden;
    /*ボタンの形状*/
width: 100%;
  text-decoration: none;
  display: block;
    background: #002763;
    padding: 20px 0;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
    border-radius: 10px;
}

/*ボタン内spanの形状*/
.common_btn02 span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#FFFFFF;
}

.common_btn02:hover span{
  color:#fff;
}

/*== 背景が流れる（左から右） */
.common_bgleft02:before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
    /*色や形状*/
  background:#FFA200;/*背景色*/
  width: 100%;
  height: 100%;
    /*アニメーション*/
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

/*hoverした際の形状*/
.common_bgleft02:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}



/*----------------------------------------------------------------------------*/
/*------------------------------index_layout_01--------------------------------*/
/*----------------------------------------------------------------------------*/

.index_layout_01{
background: #FBFBFB;
}
.index_layout_01_box{
width: 100%;
max-width: 1280px;
margin: 0 auto;
display: flex;
padding: 100px 0;
justify-content: center;
flex-wrap: wrap;
}
.index_layout_01_box_img{
width: 100%;
}
@media screen and (min-width:768px){
.index_layout_01_box_img{
width: 60%;
}

}

.index_layout_01_box_txt{
width: 96%;
background: #E8E8E8;
margin: -20px auto 0;
display: flex;
flex-direction: column;
justify-content: center;
box-shadow: 3px 3px 3px rgba(50,50,50,0.3);
}
.index_layout_01_box_txt div{
margin: 2rem;
}
.index_layout_01_box_txt h3{
}
.index_layout_01_box_txt p{
margin: 0 0 0 20px;
}
.index_layout_01_box_txt h2{
margin: 20px 0 0 0;
color: #FFA200;
position: relative;
}
.index_layout_01_box_txt h4{
margin: 0 0 0 20px;
}



@media screen and (min-width:768px){
.index_layout_01_box_txt{
width: 40%;
background: #E8E8E8;
margin: 200px 0 -50px -100px;
display: flex;
flex-direction: column;
justify-content: center;
}
}




/*== ボタン共通設定 */
.common_btn01_left{
    margin:30px 0 0 auto;
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
  overflow: hidden;
    /*ボタンの形状*/
    width: 180px;
  text-decoration: none;
  display: block;
    background: #FFA200;
    padding: 15px 0;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
    border-radius: 10px;
}

/*ボタン内spanの形状*/
.common_btn01_left span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color:#FFFFFF;
}

.common_btn01_left:hover span{
  color:#fff;
}

/*== 背景が流れる（左から右） */
.common_bgleft01_left:before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
    /*色や形状*/
  background:#FF2C00;/*背景色*/
  width: 100%;
  height: 100%;
    /*アニメーション*/
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

/*hoverした際の形状*/
.common_bgleft01_left:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}

/*----------------------------------------------------------------------------*/
/*------------------------------index_layout_01----------------------------*/
/*----------------------------------------------------------------------------*/




/*----------------------------------------------------------------------------*/
/*------------------------------index_layout_02--------------------------------*/
/*----------------------------------------------------------------------------*/
.index_layout_02{
background-color: #F2F2F2;
width: 100%;
display: flex;
flex-wrap: wrap;
flex-direction: column-reverse;
}

@media screen and (min-width:768px){
.index_layout_02{
flex-direction: row;

}
}


.index_layout_02_box_txt{
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}



.index_layout_02_box_txt div{
width: 90%;
margin: 30px auto;
}


@media screen and (min-width:768px){
.index_layout_02_box_txt div{
margin: 0 auto;
}
}

@media screen and (min-width:768px){
.index_layout_02_box_txt{
width: 50%;
}
}

.index_layout_02_box_img{
width: 100%;
}
@media screen and (min-width:768px){
.index_layout_02_box_img{
width: 50%;
}
}

.index_layout_02_box_img img{
display: block;
height: 350px;
object-fit: cover;
width: 100%;
}
@media screen and (min-width:768px){
.index_layout_02_box_img img{
height: 650px;
}
}
/*----------------------------------------------------------------------------*/
/*------------------------------index_layout02_end----------------------------*/
/*----------------------------------------------------------------------------*/




/*----------------------------------------------------------------------------*/
/*------------------------------index_layout_03--------------------------------*/
/*----------------------------------------------------------------------------*/
.index_layout_03{
background: #FBFBFB;
}
.index_layout_03_box{
padding: 100px 0;
width: 96%;
max-width: 800px;
margin: 0 auto;
}

.list_layout01 li{
margin: 30px auto;
width: 96%;
background: #FFA200;
border-radius: 30px;
text-align: center;
padding: 15px 0;
color: #FBFBFB;
}



.list_layout_01_l{
background: #FBFBFB;
}
.list_layout_01_l_box{
padding: 100px 0;
width: 96%;
max-width: 800px;
margin: 0 auto;
}

.list_layout01_ul_l li{
margin: 30px auto;
width: 96%;
background: #FFA200;
border-radius: 30px;
text-align: left;
padding: 15px 20px;
color: #FBFBFB;
box-sizing: border-box;
}
@media screen and (min-width:768px){
.list_layout01_ul_l li{
padding: 15px 0 15px 80px;
}
}

/*----------------------------------------------------------------------------*/
/*------------------------------index_layout03_end----------------------------*/
/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/*------------------------------index_layout_03--------------------------------*/
/*----------------------------------------------------------------------------*/

.index_layout_04{
background-color: #F2F2F2;

}


.index_layout_04_box{
padding: 100px 0;
width: 96%;
max-width: 800px;
margin: 0 auto;
}

.index_layout_04 hr{
margin-bottom: 30px;
}

.index_layout_04 p{
margin-top: 30px;
}
.index_layout_04 img{
margin-top: 30px;
}

.index_layout_04_box_flex3col{
display: flex;
justify-content:space-between;
}

.index_layout_04_box_flex3col div{
width: 30.33%;
}

/*----------------------------------------------------------------------------*/
/*------------------------------index_layout03_end----------------------------*/
/*----------------------------------------------------------------------------*/






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



#footer{
padding: 50px 0 100px;
background: #002763;
width: 100%;
color: #FFFFFF;
}
#footer a{
color: #FFFFFF;
}

.footer_layout_box{
padding: 0 30px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}




.footer_layout_box_col1{
width: 100%;
text-align: center;
}



.footer_layout_box_col1 h3{
font-size: 2rem;
}

@media screen and (min-width:1025px){
.footer_layout_box_col1{
width: 40%;
text-align: left;
}

.footer_layout_box_col1 h3{
font-size: 3rem;
}

}

.footer_layout_box_col1_sc{
width: 94%;
max-width: 700px;
margin: 50px auto 0;
}
.footer_layout_box_col1_sc img{
width: 94%;
max-width: 374px;
}


.footer_layout_box_col2{
width: 100%;
}
@media screen and (min-width:768px){
.footer_layout_box_col2{
width: 60%;
}
}

.footer_layout_box_col2_sc{
width: 94%;
max-width: 900px;
margin: 50px auto 0;
}

.footer_layout_box_col2_sc ul{
display: flex;
flex-wrap: wrap;
margin: 0 0 0 auto;
}

.footer_layout_box_col2_sc ul li{
margin: 0 10px;
}


.copyright{
margin: 100px 0 0;
}
.copyright p{
text-align: center;
}

/*----------------------------------------------------------------------------*/
/*---------------------------------footer_end---------------------------------*/
/*----------------------------------------------------------------------------*/





/*----------------------------------------------------------------------------*/
/*---------------------------------about_page---------------------------------*/
/*----------------------------------------------------------------------------*/


.about_main_img{
background: url("img/about_main_img.jpg") center;
background-size:cover;
height: 250px;
display: flex;
flex-direction: column;
justify-content: center;
color: #FFFFFF;
}
.about_main_img h2{
margin-left: 10%;
font-size: 2.5rem;
}
@media screen and (min-width:1025px){
.about_main_img h2{
margin-left: 20%;
font-size: 4rem;
}
}

@media screen and (min-width:1025px){
.about_main_img{
background: url("img/about_main_img.jpg") center;
background-size: cover;
height: 450px;

}
}

.trapezoid {
    position: relative;
    margin-left: auto;
    margin-top: -380px;
    margin-bottom: 50px;
    width: 80%;
    height: 400px;
    background: #F2F2F2;
    z-index: -1;
}
@media screen and (min-width:768px){
.trapezoid {
    margin-top: -600px;
    margin-bottom: 250px;
    height: 490px;
    width: 70%;
}
}

.about_layout_01_box{
display: flex;
justify-content: center;
align-items: center;
width: 100%;
max-width: 1000px;
margin: 100px auto -100px;
padding: 0 20px;
box-sizing: border-box;
}



.about_layout_01_box_img{
width: 40%;

}


.about_layout_01_box_txt{
width: 60%;

}





.about_layout_02{
background: #FBFBFB;
}
.about_layout_02_box{
width: 100%;
max-width: 900px;
margin: 0 auto;
padding: 100px 10px;
box-sizing: border-box;
}


.about_layout_02_box_flex{
padding: 0 20px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
@media screen and (min-width:768px){
.about_layout_02_box_flex{
padding: 0 0;
}
}

.about_layout_02_box_flex h3{
font-size: 1.8rem;
margin-bottom: 10px;
}

.about_layout_02_box_flex p{
font-size: 1.4rem;
}
.about_layout_02_box_flex{
margin-top: 50px;


}
.about_layout_02_box_flex_01{
margin: 20px 0 0;
background: #FFA200;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
box-shadow: 3px 3px 3px rgba(80,80,80,0.3);
}


.flex_col_60{
width: 100%;
}
@media screen and (min-width:768px){
.flex_col_60{
width: 60%;
}
}


.flex_col_30{
width: 100%;
}
@media screen and (min-width:768px){
.flex_col_30{
width: 30%;
}
}
.flex_col_20{
width: 100%;
}
@media screen and (min-width:768px){
.flex_col_20{
width: 20%;
}
}


.flex_col_40{
width: 100%;
padding: 10px;
color:#FFF;
}

@media screen and (min-width:768px){

.flex_col_40{
width: 40%;
box-sizing: border-box;
padding: 20px 15px;
color:#FFF;
}
}

.about_layout_02_box_flex_02{
margin: 20px 0 0;
width: 100%;
background: #FFA200;
box-shadow: 3px 3px 3px rgba(80,80,80,0.3);
}
@media screen and (min-width:768px){
.about_layout_02_box_flex_02{
width: 48%;
}
}


.about_layout_02_box_flex_text{
box-sizing: border-box;
padding: 20px 15px;
color:#FFF;
}



/*----------------------------------------------------------------------------*/
/*---------------------------------tablelayout---------------------------------*/
/*----------------------------------------------------------------------------*/
.rental_size_table_box{
overflow-x: scroll;
width: 100%;
}
@media screen and (min-width:800px){
.rental_size_table_box{
overflow-x:visible;
}
}

/* スクロールの幅の設定 */
.rental_size_table_box::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* スクロールの背景の設定 */
.rental_size_table_box::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: 0 0 4px #aaa inset;
}

/* スクロールのつまみ部分の設定 */
.rental_size_table_box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #1959A8;
}

.rental_size_table{
margin: 20px 0;
width: 800px;
text-align: center;
border-bottom: 3px solid #FFA200;
border-top: 3px solid #FFA200;}

.rental_size_table tr{border-bottom: 2px dashed #FFA200;}

.rental_size_table th,td{padding: 10px 0;}
.rental_size_table td{background: #FFFFFF; border-left: 2px solid #FFA200;}

.rental_size_table th{background: #FEF8DE;}


.about_layout_03{
padding: 100px 10px;
}


.about_layout_03_box{
width: 100%;
max-width: 900px;
margin:  0 auto;
}


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



.about_layout_03_box_flex_01{
width: 100%;
margin-top: 30px;
background: #FFA200;
color: #FFF;
border-radius: 5px;
box-shadow: 1px 2px 3px rgba(80,80,80,0.4);
}
@media screen and (min-width:768px){
.about_layout_03_box_flex_01{
width: 49%;
}
}


.about_layout_03_box_flex_01_text001{
box-sizing: border-box;
padding: 10px;
font-size: 1.8rem;
}

.about_layout_03_box_flex_01_text002{
box-sizing: border-box;
padding: 15px 10px;
font-size: 1.6rem;
}

/*----------------------------------------------------------------------------*/
/*---------------------------------rental---------------------------------*/
/*----------------------------------------------------------------------------*/

.box_sizing10{
box-sizing: border-box;
padding: 0 10px;
}


.rental_layout_box_01{
width: 100%;
max-width: 1000px;
margin: 0 auto;
padding: 0 10px;
box-sizing: border-box;
}


.rental_title{
margin: 100px 0 20px;
text-align: center;
border-top:2px solid #FFA200;
border-bottom: 2px solid #FFA200;
}


.rental_layout_flex01{
display: flex;
align-items: center;
flex-wrap: wrap;
justify-content: space-around;
border: 2px solid #FFA200;
width: 100%;
max-width: 800px;
margin: 20px auto;
padding: 30px 30px;
border-radius: 30px;
box-sizing: border-box;
}
.stepcolor{
color: #FFA200;
}

.text_box_radius{
background: #FFF3D4;
border: solid #FFA200 1px;
border-radius: 70px;
padding: 20px 50px;
margin: 30px 10px; 
}



/*----------------------------------------------------------------------------*/
/*---------------------------------example---------------------------------*/
/*----------------------------------------------------------------------------*/
.example_content{
    padding: 50px 15px;
    background: #F8F8F8;
}
.example_content02{
    padding: 50px 15px;
}
@media screen and (min-width:768px){
.example_content{
    padding: 100px 15px;
    background: #F8F8F8;
}
.example_content02{
    padding: 100px 15px;
}
}


.example_content_box{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.example_image_box{
    margin: 30px 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.example_image_box div{
    width: 90%;
}
@media screen and (min-width:768px){
.example_image_box div{
    width: 48%;
}
}

.example_number{
color: #FFA200;
}
.example_title{
font-size: 1.8rem;
}
@media screen and (min-width:768px){
.example_title{
font-size: 2.5rem;
}
}
.example_hr{
margin-top: 15px;
}

.example_text{
margin-top: 30px;
}

.example_e_catch{
border-top:solid 2px #FFA200;
border-bottom:solid 2px #FFA200;
padding: 10px 0;
text-align: center;
font-size: 1.8rem;
margin-bottom: 30px;
}

@media screen and (min-width:768px){
.example_e_catch{
font-size: 2.5rem;
}
}
/* ----------------------------------------------------------------------
 faq
---------------------------------------------------------------------- */
.spspace{
padding: 0 10px;
}

.question_area{
width: 100%;
max-width: 1000px;
margin: 100px auto;
}


.accordionbox{
	width: 100%;
	margin: 3rem auto 10rem;
    
}
/* 質問 */
.accordionlist dt{

    display: flex;
    align-items: center;
    background: #FFF3D4;
    border: solid 2px #FFA200;
    border-radius: 10px;
    margin: 3.5rem 0 0rem;
    padding: .5rem 0;
	cursor: pointer;
}
@media screen and (min-width: 768px) {
	.accordionlist dt{
		margin: 5rem 0 0rem;
        
	}
}

.accordionlist dt .title{
    padding-left: 1rem;
}

/* 回答 */
.accordionlist dd{
    display: none;
	background: #FFFFFF;
    border: solid 2px #FFA200;
    border-radius: 10px;
    background-position: bottom;
	padding: 2rem;
margin: 2rem 0 0rem;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 768px) {
	.accordionlist dd{
		padding: 1rem 4rem 1rem 3rem;
	}
}

/* ＋ */
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
    padding: 0 1rem;    
}
@media screen and (min-width: 768px) {
	.accordion_icon,
	.accordion_icon span {
		padding: 0 1.5rem;    
	}
}
.accordion_icon {
	position: relative;
	width: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: 2rem;
}
@media screen and (min-width: 768px) {
	.accordion_icon {
		margin-right: 4rem;
	}	
}
.accordion_icon span {
	position: absolute;
    width: 15px;
    right: 5px;
	height: 2px;
    background-color: #FFA200; /* ＋の色 */
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top: 0px;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 0px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 0px;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/* Q&A画像 */
.question{
	background: url("img/question_q.png") 1.5rem center no-repeat;
    background-size: 16px;
	padding: 1.5rem 0rem 1.5rem 6rem;
    color: #262626;
    font-size: 16px;
	font-weight: 700;
    line-height: 1.8;	
}
@media screen and (min-width: 768px) {
	.question{
		background: url("img/question_q.png") 4rem center no-repeat;
		background-size: 25px;
		padding: 1rem 3rem 1rem 11rem;
		font-size: 20px;
	}
}

.answer{
	background: url("img/question_a.png") 0 center no-repeat;
    background-size: 16px;
	padding: 1rem 0 1rem 6rem;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    color: #262626;
}
@media screen and (min-width: 768px) {
	.answer{
		background: url("img/question_a.png") 2rem center no-repeat;
		background-size: 25px;
		padding: 3rem 3rem 3rem 9rem;
		font-size: 18px;
	}
}

/*////////////////////////////////////////////////////////△FaQ△///////////////////////////////////////////////////////////*/



/*----------------------------------------------------------------------------*/
/*---------------------------------sub-main-image---------------------------------*/
/*----------------------------------------------------------------------------*/

.sub-main-question{
    background: url("img/faq_rental_main_img.jpg") right;
    background-size:cover;
}


.sub-main-example{
    background: url("img/example_main_img.jpg") right;
    background-size:cover;
}


.sub-main-movie{
    background: url("img/movie_main_img.jpg") right;
    background-size:cover;
}


.sub-main-contact_rental{
    background: url("img/contact_rental_main_img.jpg") right;
    background-size:cover;
}


.sub-main-contact{
    background: url("img/contact_main_img.jpg") right;
    background-size:cover;
}



.sub-main-rental{
    background: url("img/rental_main_img.jpg") right;
    background-size:cover;
}



.sub-main-about{
    background: url("img/about_main_img_680.jpg") right;
    background-size:cover;
}

@media screen and (min-width:680px){
.sub-main-about{
    background: url("img/about_main_img.jpg") right;
    background-size:cover;
}
}

.sub-title {
width: 40%;
    display: inline-block;
    padding: 40px 10px;
    position: relative;
    color: #fff;
    z-index: 1;
}

@media screen and (min-width:768px){
.sub-title {
width: 45%;
    display: inline-block;
    padding: 120px 30px;
    position: relative;
    color: #fff;
    z-index: 1;
}
}
@media screen and (min-width:1300px){
.sub-title {
width: 45%;
    display: inline-block;
    padding: 120px 30px;
    position: relative;
    color: #fff;
    z-index: 1;
}
}


@media screen and (min-width:2000px){
.sub-title {
width: 48%;
    display: inline-block;
    padding: 160px 30px;
    position: relative;
    color: #fff;
    z-index: 1;
}
}


.sub-title::before {

    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #FFA200;
    transform: scaleY(2) perspective(50px) rotateX(2deg);
    transform-origin: bottom left;
}
@media screen and (min-width:768px){
.sub-title::before {
    transform: scaleY(1.3) perspective(120px) rotateX(1deg);
    transform-origin: bottom left;
}
}

@media screen and (min-width:2000px){
.sub-title::before {
    transform: scaleY(1.3) perspective(120px) rotateX(1.5deg);
    transform-origin: bottom left;
}
}

.sub-title_textarea{
display: flex;
justify-content: center;
font-size: 1.2rem;
}

@media screen and (min-width:1024px){
.sub-title_textarea{
font-size:1.8rem;
}
}

@media screen and (min-width:1500px){
.sub-title_textarea{
font-size:2.5rem;
}
}

/*----------------------------------------------------------------------------*/
/*---------------------------------sub-main-image---------------------------------*/
/*----------------------------------------------------------------------------*/


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

.contact_section{

padding: 0 20px;

}

.contact_section_box{
width: 100%;
max-width: 1000px;
margin: 100px auto;

}


.contact-head {
	display: flex;
	align-items: center;
	margin: 2em 0 1rem 0;
	font-weight: 700;
}
  @media only screen and (min-width: 1025px) {
    .contact-head {
      margin: 5rem 0 1.5rem 0;
	  }
}

.contact-name {
margin-left: 15px;
	font-size: 16px;
	font-weight: 700;
    color: #262626;
}
@media only screen and (min-width: 1025px) {
    .contact-name {
      font-size: 22px;
	 }
}

.required {
	
	padding: 0px 15px 0 15px;
	border: 1px solid #FFA200;
	color: #FFF;
	background: #FFA200;
	font-size: 13px;
    line-height: 2;
	font-weight: 600;
	vertical-align: middle;
	height: 25px;
    border-radius: 5px;
}
.optional {
	
	padding: 0px 15px 0 15px;
	border: 1px solid #707070;
	color: #FFF;
	background: #707070;
	font-size: 13px;
    line-height: 2;
	font-weight: 600;
	vertical-align: middle;
	height: 25px;
    border-radius: 5px;
}


.btn{
	display: block;
    height: 50px;
	line-height: 50px;
	text-align: center;
    font-weight: 700;
    margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	min-width: 180px;
}

.btn:hover {
  transition: all .2s;
}
/* btn-hero */
.btn-contact-3{
    height: 50px;
    line-height: 30px;
	text-align: center;
    font-size: 2rem;
    font-weight: 700;
	min-width: 180px;
	color: #FFF;
    background: #FFA200;
	border: 2px solid #FFA200;
    border-radius: 10px;
}

.btn-contact-3:hover {
	background: #FFF;
	color:  #FFA200;
	transition: all .2s;
    text-shadow: none;
}

.contact-tel-area {
  border: 2px solid #6F8757;
  padding: 3rem;
  margin: 3rem 0 3rem;
}
  @media only screen and (min-width: 768px) {
    .contact-tel-area {
      padding: 3rem 5rem;
      margin: 4.5rem 0 7.5rem;
	  }
}

.contact-tel-text {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #6F8757;
}
  @media only screen and (min-width: 768px) {
    .contact-tel-text {
      font-size: 24px;
	  }
}

.contact-tel-text-2 {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
  @media only screen and (min-width: 768px) {
    .contact-tel-text-2 {
      font-size: 18px;
      text-align: center;
	  }
}

.contact-tel-number {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  line-height: 1;
	letter-spacing: .1em;
}
  @media only screen and (min-width: 768px) {
    .contact-tel-number {
      font-size: 48px;
	  }
}

.contact-tel-number span {
  font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
  @media only screen and (min-width: 768px) {
	.contact-tel-number span {
      font-size: 24px;
	}
}
input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, textarea {
  padding: 15px 15px !important;
  background: none;
  border: 1px solid #262626;
  font-size: 16px;
}
textarea {
	min-width: 100%;
	min-height: 200px;
}
@media only screen and (min-width: 1025px) {
textarea {
	min-height: 400px;
}
}

input:focus,
textarea:focus {
  outline: none;
  background: #F5FFE9;
}
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px #F5FFE9 inset;
}

input::placeholder, textarea::placeholder {
  color: #999999;
  font-family: 'Noto Sans JP', sans-serif;
}

input[type=radio] {
	padding: 4px !important;
	background: none;
	border: none;
}
@media only screen and (min-width: 1025px) {
input[type=radio] {
	padding: 6px !important;
	background: none;
}
}



.form-m {
  width: 100%;
  border: 1px solid #FFA200;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
  @media only screen and (min-width: 1025px) {
    .form-m {
      width: 50%;
	  }
}

.form-l, .form-xl {
  width: 100%;
  border: 1px solid #FFA200;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-xl {
  height: 250px; }
  @media only screen and (min-width: 1025px) {
    .form-xl {
      height: 300px;
	  }
}

input[type=submit] {
	padding: 0!important;
}





.radio-input{
  display: none;
}
.radio-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio-input:checked + label{
  color: #d01137;
}
.radio-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #d01137;
  border-radius: 50%;
}






select{
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}
select option{
  background-color: #fff;
  color: #333;
  

}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
  text-shadow: 0 0 0 #FFB300;
}
.cp_ipselect {
	overflow: hidden;
    width: 100%;
	max-width: 280px;
   
    padding: 5px 0px;
	text-align: center;
    border: solid 1px #FFA200;
}
.cp_ipselect select {
	width: 100%;
    max-width: 270px;
    margin-top: 5px;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 22px;
	right: 1.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #FFB300;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 0 8px 8px;
 
	color: #666666;
}


/*----------------------------------------------------------------------------*/
/*---------------------------------movie---------------------------------*/
/*----------------------------------------------------------------------------*/

.movie_container{
padding: 100px 10px;
}


.movie_grid{
width: 100%;
max-width: 1200px;
margin: 0 auto;
  display: grid;
grid-template-columns: repeat(auto-fit, 100%);
justify-content: center;
align-items: flex-end;
  grid-row-gap: 20px;
  grid-column-gap: 10px;
}

@media screen and (min-width:768px){
.movie_grid{
grid-template-columns: repeat(auto-fit, 290px);
}
}

.item {
  border-radius: 10px;
  padding: 15px;
  text-align: left;
}

.item h3{
color: #262626;
margin-left: 10px;
position: relative;
}

.item h3::before{
content: "";
background:#FFA200;
position: absolute;
top: 5px;
left:-9px;
width: 3px;
height: 20px;

}

.moviearea{
width: 100%;
height: 200px;
}
.moviearea_title{
font-size: 1.4rem;
}

@media screen and (min-width:768px){
.moviearea{
width: 100%;
height: 500px;

}
.moviearea_title{
font-size: 2rem;
}
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-wrapper .modaal-close{
	background:#FF5D5D;	
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#FFF;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#262626;
}


/*thanksページcss*/

.thanks_btn_position{
widows: 100%;
max-width: 260px;
margin: 40px auto 0;
}

.thanks_box{
width: 100%;
max-width: 700px;
margin: 100px auto;
padding: 0 10px;
box-sizing: border-box;
}





.sub-maintit{
position: relative;
line-height: 0;
}

.sub-maintit h2{
position: absolute;
top: 42%;
left: 5%;
color: #FFFFFF;
font-size: 4vw;
line-height: 1;
}


@media screen and (min-width:768px){
.sub-maintit h2{
position: absolute;
top: 42%;
left: 10%;
color: #FFFFFF;
font-size: 3vw;
}
}


.sub-maintit-02{
position: relative;
line-height: 0;
}

.sub-maintit-02 h2{
position: absolute;
top: 26%;
left: 5%;
color: #FFFFFF;
font-size: 4vw;
line-height: 1.6;
}


@media screen and (min-width:768px){
.sub-maintit-02 h2{
position: absolute;
top: 32%;
left: 10%;
color: #FFFFFF;
font-size: 3vw;
}
}



.contentsvideo{
	max-width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;	
	margin-right: auto;
    margin-left: auto;
}
@media (min-width:768px) {
	.contentsvideo{
        width: 94%;
    }

}

@media (min-width: 1025px) {
	.contentsvideo{
        width: 80rem;
    }
}



.videotags02{width: 100%; height: 260px; margin-top: 3rem;}



@media (min-width: 768px) {
.videotags02{width: 100%; height: 450px;}
}


.mvtitle{
color: #262626;
margin-left: 10px;
position: relative;
}

.mvtitle::before{
content: "";
background:#FFA200;
position: absolute;
top: 6px;
left:-9px;
width: 3px;
height: 25px;

}

