@charset "UTF-8";

/* ---------------------------------- font ---------------------------------- */



/* ---------------------------------- ページ共通設定 ---------------------------------- */

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

*:after, *:before {
	background-position: left top;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
::-webkit-input-placeholder {
color:#999999;
opacity:1;
}
::-moz-placeholder {
color:#999999;
opacity:1;
}
:-ms-input-placeholder {
color:#999999;
}
:focus::-webkit-input-placeholder {
opacity:1;
color:transparent;
}
:focus:-moz-placeholder {
opacity:1;
color:transparent;
}
:focus::-moz-placeholder {
opacity:1;
color:transparent;
}
:focus:-ms-placeholder {
opacity:1;
color:transparent;
}
a {
	color: inherit;
	text-decoration: none;
}
.normal a:hover {
	text-decoration: underline;
}
.underline {
	text-decoration: underline;
}
a.underline {
	text-decoration: underline;
}
.normal a.underline:hover {
	text-decoration: none;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
input[type="text"], input[type="password"] {
	padding: 0 10px;
}
textarea {
	padding: 10px;
}
hr {
	border-left: none;
	border-right: none;
	border-top: none;
	height: 0;
	border-bottom: 1px solid #66290a;
	margin: 10px 0;
}
.font_sans{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.font_serif{
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro",  serif;
}

figure{
  line-height: 0;
  text-align: center;
}

.color_gold01{
	color: #ff9933 !important;
}

.color_brown01{
	color: #b27d47 !important;
}

/*  
-------------------------------------------- html、body --------------------------------------------
*/

body{
  font-size: 15px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.03em;
	line-height: 2;
	color: #333333;
	min-width: 320px;
}

@media screen and (max-width:700px) {
  body{
    font-size: 14px;
    line-height: 1.71;
  }
}

@media all and (-ms-high-contrast:none) {
*::-ms-backdrop, body {
font-family:"メイリオ", Meiryo, Osaka, "sans-serif"
}
}

#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 90000;
}

/* #all_wrap */

#all_wrap {
	overflow: hidden;
}

/* .main_content_wrap */

.main_content_wrap {
	position: relative;
	padding: 0px 30px;
  margin: 100px auto;
  
}

.main_content_wrap:first-child{
  margin-top: 0;
}

.main_content_wrap:last-child{
  margin-bottom: 0;
}

.main_content_wrap .main_content {
  position: relative;
	margin: 90px auto;
	max-width: 1000px;
}

.main_content_wrap .main_content:first-child{
  margin-top: 0;
}

.main_content_wrap .main_content:last-child{
  margin-bottom: 0;
}

.main_content_child01, .main_content_child02, .main_content_child03, .main_content_child04, .main_content_child05, .main_content_child06 {
  margin: 55px 0;
}

.main_content_child01:first-child, .main_content_child02:first-child, .main_content_child03:first-child, .main_content_child04:first-child, .main_content_child05:first-child, .main_content_child06:first-child {
  margin-top: 0;
}

.main_content_child01:last-child, .main_content_child02:last-child, .main_content_child03:last-child, .main_content_child04:last-child, .main_content_child05:last-child, .main_content_child06:last-child {
  margin-bottom: 0;
}

@media all and (min-width:901px) {
}

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

@media all and (min-width:701px) and (max-width:900px) {
  
  .main_content_wrap {
    margin: 80px 0;
  }
  
}

@media screen and (max-width:700px) {
  .main_content_wrap {
    padding: 0px 20px;
    margin: 45px 0;
  }
  .main_content_wrap .main_content {
    margin: 30px 0 50px 0;
  }
  .main_content_child01, .main_content_child02, .main_content_child03, .main_content_child04, .main_content_child05, .main_content_child06 {
    margin: 25px 0;
  }
}


.window_content{
  position: relative;
  width: 100vw;
  left: 50%;
  margin: 0 0 0 -50vw;
}

@media screen and (max-width:320px) {
  .window_content{
    width: 320px;
    margin-left: -160px;
  }
}

.visual_title{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  width: 100vw;
  left: 50%;
  margin: 0 0 50px -50vw;
  height: 300px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 25px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.visual_title .visual_title_img{
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.visual_title_text{
  position: relative;
  z-index: 2;
}

.visual_title_logo{
  position: absolute;
  z-index: 3;
  top: 0%;
  left: 50%;
  transform: translate(-50%,-50%);
}

@media screen and (max-width:700px) {
  .visual_title{
    height: 200px;
    margin-bottom: 35px;
  }
  .visual_title_logo{
    display: none;
  }
}

@media screen and (max-width:320px) {
  .visual_title{
    width: 320px;
    margin-left: -160px;
  }
}

/* ----------------------------- .btn_wrap -----------------------------*/

.btn_wrap{
  position: relative;
}

.btn_wrap .btn_block{
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background-color: #ffffff;
}

.btn_wrap .btn{
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  -moz-transition: opacity 0.4s ease 0s;
  -webkit-transition: opacity 0.4s ease 0s;
  -o-transition: opacity 0.4s ease 0s;
  -ms-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}

.normal .btn_wrap .btn:hover{
  -ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;	
}

.btn_wrap .btn > *{
  display: inline-block;
  vertical-align: baseline;
}

.btn_wrap .btn_text{
  position: relative;
  line-height: 1.2;
  display: inline-block;
}

.btn_wrap .btn_img{
  position: absolute;
  top: 50%;
  right: 15px;
  height: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: 0;
}

.btn_wrap .btn_img:first-child{
  margin-left: 0;
}

.btn_wrap .btn_img:last-child{
  margin-right: 0;
}

/* .btn_wrap.type01 */

.btn_wrap.type01 .btn_block,
.btn_wrap.type01 .btn{
  height: 45px;
	border-radius: 4px;
}

.btn_wrap.type01 .btn{
  font-size: 20px;
  color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.btn_wrap.type01.border_type01 .btn_block{
  background-color: transparent;
}

.btn_wrap.type01.border_type01 .btn{
  border: 1px solid #333333;
	color: #333333;
}

.btn_wrap.type01.color_gold01 .btn{
  background-color: #ff9933;
  border: 1px solid #ff9933;
}

@media screen and (max-width:700px) {
  
  .btn_wrap.type01 .btn{ font-size: 15px; padding: 5px; }
}


/* .btn_wrap.type_blank */

.btn_wrap.type_blank{
}

.btn_wrap.type_blank .btn_block,
.btn_wrap.type_blank .btn{
  height: 90px;
}

.btn_wrap.type_blank .btn{
  font-size: 20px;
  font-weight: bold;
  background-color: #999999;
  color: #ffffff;
}

.btn_wrap.type_blank .btn_img{
  right: 10px;
  bottom: 17px;
  top: auto;
}

@media screen and (max-width:700px) {
  .btn_wrap.type_blank .btn_block,
  .btn_wrap.type_blank .btn{
    height: 60px;
  }
}

@media screen and (max-width:700px) {
  .btn_wrap.type01 .btn{ font-size: 15px; padding: 5px; }
}

/* .btn_wrap.type_big */

.btn_wrap.type_big{
  width: 100%;
  max-width: 350px;
}

.btn_wrap.type_big .btn_block,
.btn_wrap.type_big .btn{
  height: 70px;
}

.btn_wrap.type_big .btn{
  font-size: 20px;
  background-color: #ff9933;
}

.btn_wrap.type_big .btn:before{
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  right: 5px;
  border: 1px solid #ffffff;
}

.btn_wrap.type_big .btn_img{
  right: 34px;
}

@media screen and (max-width:700px) {
  .btn_wrap.type01 .btn{ font-size: 15px; padding: 5px; }
  .btn_wrap.type_big .btn_block,
  .btn_wrap.type_big .btn{
    height: 65px;
  }
}



/* ------------------------------------------------------------------------------
TITLE
------------------------------------------------------------------------------ */

.title.type01{
  position: relative;
  text-align: center;
  margin: 0 0 15px 0;
  line-height: 1;
}

.title.type01 > *{
  display: block;
}

.title.type01 .image{
  line-height: 0;
  margin: 0 0 17px 0;
}

.title.type01 .text01{
  font-size: 25px;
  letter-spacing: 0.1em;
}

@media screen and (max-width:700px) {
  .title.type01{
    margin-bottom: 15px;
  }
  .title.type01 .text01{
    font-size: 20px;
  }
  
}

/* .title.type02 */

.title.type02{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.83;
  margin: 0 0 30px 0;
  text-align: center;
}

@media screen and (max-width:700px) {
  .title.type02{
    font-size: 15px;
    margin: 0 0 20px 0;
  }
}


/* ------------------------------------------------------------------------------
.common_title01 
------------------------------------------------------------------------------ */

.common_title01{
  position: relative;
  padding: 0 0 15px 0;
  margin: 0 0 25px 0;
  line-height: 1.4;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: 700;
}

.common_title01 > *{
  display: block;
  margin: 0 0 15px 0;
}

.common_title01 > *:last-child{
  margin-bottom: 0;
}

.common_title01:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
}

.common_title01 .text01{
  font-size: 30px;
	font-weight: bold;
}

.common_title01 .text_img{
  line-height: 0;
}

@media screen and (max-width:900px) {
  .common_title01{ padding: 0 0 25px 0; }
  .common_title01 .text01{
    font-size: 32px;
  }
}

@media screen and (max-width:700px) {
  .common_title01{ padding: 0 0 15px 0; margin: 0 0 20px 0; }
  .common_title01 .text01{
    font-size: 25px;
  }
  .common_title01 .text02{
    font-size: 20px;
  }
  .common_title01 .text03{
    font-size: 20px;
    margin-bottom: 8px;
  }
}

/* .common_title02 */

.common_title02{
  text-align: center;
  line-height: 1;
  background-color: rgba(123,194,234,0.9);
  padding: 23px 20px;
  margin: 0 -30px 45px;
  color: #ffffff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
}

.common_title02 > *{
  display: block;
}

.common_title02 .text01{
  font-size: 40px;
  letter-spacing: 0.2em;
  margin: 0 0 14px 0;
}

.common_title02 .text02{
  font-size: 20px;
  letter-spacing: 0.1em;
}

@media screen and (max-width:768px) {
  .common_title02{
    padding: 18px;
    margin: 0 -20px 30px;
  }
  .common_title02 .text01{ 
    font-size: 30px; 
    margin: 0 0 10px 0; 
  }
  .common_title02 .text02{ 
    font-size: 15px; 
  }
}

.common_title03{
  text-align: center;
  font-size: 25px;
  line-height: 1.4;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  margin: 0 0 20px 0;
}

@media screen and (max-width:700px) {
  .common_title03{
    font-size: 20px;
  }
}

/* ------------------------------------------------------------------------------
.lead_text_wrap 
------------------------------------------------------------------------------ */

.lead_text_wrap{
  text-align: center;
  margin: 15px 0;
}

.lead_text_wrap .lead_text{
  display: inline-block;
}

.lead_text_wrap:first-child{
  margin-top: 0;
}

.lead_text_wrap:last-child{
  margin-bottom: 0;
}

@media screen and (min-width:701px) and (max-width:900px) {
  .lead_text_wrap{
    font-size: 16px;
  }
}

@media screen and (max-width:700px) {
  .lead_text_wrap{
    text-align: left;
    font-size: 14px;
    line-height: 1.71;
    margin: 20px 0;
  }
}

/* ------------------------------------------------------------------------------
#header 
------------------------------------------------------------------------------ */

#header{
  
}

#header_in{
  background-color: #ffffff;
  height: 90px;
}

#header_content{
  max-width: none;
  height: 100%;
}

#header_logo01{
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -114px;
}

#header_logo02{
  position: absolute;
  top: 50%;
  right: 0;
  margin: -32px 0 0 0;
}

@media screen and (max-width:700px) {
  #header_in{
    height: 60px;
  }
  
  #header_logo01{
    left: 0;
    margin: -13px 0 0 0;
  }
  
  #header_logo02{
    margin: -23px 0 0 0;
  }
  
}

/* ------------------------------------------------------------------------------
#main_visual
------------------------------------------------------------------------------ */

#main_visual{
  position: relative;
  height: 650px;
  background-color: #eeeeee;
  
}

#main_visual_img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow:  hidden;
}

#main_visual_img .main_img{
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

#main_visual_img .main_img.right{
  left: 50%;
}

#main_visual_img .main_slider{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main_visual_img .main_slider_obj{
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

#main_visual_img .main_img .main_slider_obj.animated{
  z-index: 3;
}

#main_visual_img .main_img .main_slider_obj.now{
  transition: all 0s linear 0s !important;
  z-index: 2;
}

#main_visual_img .main_img.left .main_slider_obj{
  top: 100%;
  transition: top 1.2s ease 0s;
}

#main_visual_img .main_img.left .main_slider_obj.animated{
  top: 0;
}

#main_visual_img .main_img.left .main_slider_obj.now{
  top: 0 !important;
}

#main_visual_img .main_img.right .main_slider_obj{
  bottom: 100%;
  transition: bottom 1.2s ease 0s;
}

#main_visual_img .main_img.right .main_slider_obj.animated{
  bottom: 0;
}

#main_visual_img .main_img.right .main_slider_obj.now{
  bottom: 0 !important;
}

#main_visual_img .main_slider_obj .img_cover{
  width: 100%;
  height: 100%;
}

#main_visual_content{
  position: relative;
  z-index: 10;
  height: 100%;
  margin: 0;
}

#main_visual_content_in{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main_visual_text_wrap{
  width: 500px;
  text-align: center;
}

#main_visual_logo{
  margin: 0 0 30px 0;
}

#main_visual_date{
  background-color: rgba(51,51,51,0.5);
}

@media screen and (max-width:700px) {
  
  #main_visual{
    height: 420px;
  }
  
  #main_visual_text_wrap{
    width: 278px;
  }
  
  #main_visual_content_in{
    align-items: flex-start;
    padding-top: 32px;
  }
  
  #main_visual_logo{
    margin: 0 0 12px 0;
  }
  
}

/* #main_visual_nav_wrap */

#main_visual_nav_wrap{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  
}

#main_visual_nav{
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0;
  line-height: 0;
  margin: 0 auto;
  max-width: 740px;
}

#main_visual_nav li{
  padding: 0 10px;
  text-align: center;
}

.main_visual_nav_list_in{
  position: relative;
  display: inline-block;
  vertical-align:  bottom;
}

.main_visual_nav_list_in:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 100%;
  border-radius: 100%;
  background-color: #ffffff;
}

.main_visual_nav_list_in .link_block{
  position: relative;
  display: block;
  z-index: 2;
}

@media screen and (max-width:700px) {
  #main_visual_nav_wrap{
    bottom: auto;
    top: 245px;
    height: auto;
  }
  
  #main_visual_nav{
    align-items: flex-start;
    height: auto;
    flex-wrap: wrap;
    width: 280px;
    margin: 0 auto;
  }
  
  
  #main_visual_nav li{
    width: 50%;
    padding: 0 0 13px 0;
  }
	
	#main_visual_nav li:nth-child(1){
		order: 2;
	}
	
	#main_visual_nav li:nth-child(2){
		order: 3;
	}
  
  #main_visual_nav li:nth-child(3){
		order: 1;
    width: 100%;
  }
  
  
}

/* ------------------------------------------------------------------------------
#main
------------------------------------------------------------------------------ */

@media screen and (min-width:701px) {
  #main{
    padding: 170px 0 0 0;
  }
}

@media screen and (max-width:700px) {
  #main{
    padding: 180px 0 0 0;
  }
}

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

#footer{
  background-color: #ffffff;
}


#page_up{
  position: absolute;
  background-color: #ffffff;
  width: 100px;
  height: 100px;
  /*z-index: 50000;*/
  right: 35px;
  bottom: -50px;
}

#page_up a{
  width: 100%;
  height: 100%;
}

#page_up_in{
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  background-color: #333333;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 0;
}

@media screen and (max-width:700px) {
  #page_up{
    width: 60px;
    height: 60px;
    bottom: auto;
    top: -30px;
    right: 20px;
  }
}

#footer_content{
  position: relative;
  text-align: center;
  padding: 22px 0 22px 0;
  background-color: #f5f4f0;
}

#footer_link_wrap{
  margin: 0 0 28px 0;
}

#footer_link{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 520px;
  line-height: 1;
}

#footer_link li{
  white-space: nowrap;
}

#footer_link li:after{
  content: "＞";
}

#footer_copy{
  font-size: 14px;
  margin: 28px 0 0 0;
	letter-spacing: 0;
}

@media screen and (max-width:700px) {
  #footer_content{ padding: 22px 20px 33px 20px; }
  
  #footer_link_wrap{
    margin: 0 0 35px 0;
  }

  #footer_link{
    display: block;
    max-width: 520px;
    line-height: 1;
  }

  #footer_link li{
    white-space: nowrap;
    text-align: center;
    margin: 0 0 20px 0;
  }
  
  #footer_link li:last-child{
    margin-bottom: 0;
  }
  
	#footer_copy{
		font-size: 13px;
	}
	
}

/* #fix_btn_wrap */

#fix_btn_wrap{
  height: 170px;
}

#fix_btn{
  position: fixed;
  bottom: -120px;
  left: 0;
  width: 100%;
  height: 120px;
  z-index: 20000;
  padding: 25px 20px;
  transition: bottom 0.4s ease 0s;
  background-color: #ffffff;
}

#fix_btn_in{
  margin: 0 auto;
  height: 100%;
  max-width: 750px;
}

#fix_btn .btn_row{
  margin-top: 0;
  height: 100%;
	justify-content: center;
}

.fix_active #fix_btn{
  bottom: 0;
}

#fix_btn .btn_wrap.type_big{ max-width: 350px; width: 100%; }

@media screen and (max-width:700px) {
  #fix_btn_wrap{ height: 95px; }
  #fix_btn{ height: 95px; bottom: -95px; padding: 14px 15px; }
  #fix_btn .btn_wrap.type_big{ max-width: none; }
  #fix_btn .btn_wrap.type_big .btn{ font-size: 15px; text-align: center; }
  #fix_btn .btn_wrap.type_big .btn_img{ display: none; }
}


/* -------------------------------------------- .list -------------------------------------------- */

.list li{
  position: relative;
}

/* .list.type_point */

.list.type_point li{
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.list.type_point li:before{
  content: "・";
}

/* .list.type_check */

.list.type_check li{
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.list.type_check li:before{
  content: "※";
}


/* -------------------------------------------- .swiper -------------------------------------------- */

.swiper-button-disabled{
  display: none !important;
}


.swiper-wrapper{
  flex-wrap: nowrap !important;
  -webkit-flex-wrap: nowrap !important;
  margin: 0 !important;
}

.swiper-container_wrap{
  position: relative;
  width: 100%;
}

/*
------------------------------------ .swiper-container_wrap.type_gallery ------------------------------------
*/

/* .swiper-container_wrap.type01 .swiper-container */

.swiper-container_wrap.type_gallery{
  padding: 0 0px;
}

.swiper-container_wrap.type_gallery .img_cover{
  padding-bottom: 67.1%;
}

.swiper-container_wrap.type_gallery .swiper-container{
  padding: 0 70px;
}

.swiper-container_wrap.type_gallery .swiper-wrapper{
  z-index: 3; 
}

.swiper-container_wrap.type_gallery .swiper-slide img{
  max-width: none;
  width: 100%;
}

.swiper-container_wrap.type_gallery .swiper_arrow_wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-container_wrap.type_gallery .swiper_arrow_wrap_in{
  height: 100%;
  position: relative;
}

.swiper-container_wrap.type_gallery .swiper-button-prev,
.swiper-container_wrap.type_gallery .swiper-button-next{
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-image: none !important;
  background-color: #b27d47;
}

.swiper-container_wrap.type_gallery .swiper-button-prev:before,
.swiper-container_wrap.type_gallery .swiper-button-next:before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 24px;
  margin: -12px 0 0 -7px;
  background-image: url(../images/slide_arrow01.png);
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.swiper-container_wrap.type_gallery .swiper-button-prev:before{
  margin-left: -9px;
}

.swiper-container_wrap.type_gallery .swiper-button-next:before{
  margin-left: -5px;
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  -o-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  transform:rotate(180deg);
}

.swiper-container_wrap.type_gallery .swiper-button-prev{
  left: -20px;
}

.swiper-container_wrap.type_gallery .swiper-button-next{
  right: -20px;
}

.swiper-container_wrap.type_gallery .swiper_arrow_wrap_in{
  position: relative;
  height: 100%;
}

@media all and (max-width:700px) {
  .swiper-container_wrap.type_gallery .swiper-container{
    padding: 0 0px;
  }
  .swiper-container_wrap.type_gallery .swiper_arrow_wrap{
    padding: 0 20px;
  }
  .swiper-container_wrap.type_gallery .swiper-button-prev{
    left: 0px;
  }

  .swiper-container_wrap.type_gallery .swiper-button-next{
    right: 0px;
  }
}


.swiper-container_wrap.type_popup .swiper_arrow_wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0px;
}

.swiper-container_wrap.type_popup .swiper_arrow_wrap_in{
  height: 100%;
  position: relative;
}

.swiper-container_wrap.type_popup .swiper-button-prev,
.swiper-container_wrap.type_popup .swiper-button-next{
  background-image: none !important;
  height: auto;
  width: 19px;
  height: 33px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  overflow:  hidden;
  white-space: nowrap;
  text-indent: 200%;
  background-image: url(../images/popup_arrow.png) !important;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: 20;
}

.swiper-container_wrap.type_popup .swiper-button-prev{
  left: -30px;;
}

.swiper-container_wrap.type_popup .swiper-button-next{
  right: -30px;
  -moz-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  -o-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  transform:rotate(180deg);
}

.sp_close{
  position: relative;
  min-height: 25px;
}

.sp_close_btn_wrap{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.sp_close_btn_wrap:after{
  content: "";
  position: absolute;
  top: 30%;
  right: 0;
  bottom: 25px;
  left: 0;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.sp_close_btn_wrap_in{
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 100%;
}

.sp_close_btn{
  cursor: pointer;
  width: 130px;
  height: 25px;
  padding: 5px 0;
  line-height: 1;
  margin: 0 auto;
  border: 1px solid #333333;
  font-family: 'Noto Sans Japanese',YuGothic, sans-serif;
  text-align: center;
}

.sp_close_btn_wrap.no_bg .sp_close_btn_wrap_in{
  background-color: transparent;
}

.sp_close_btn_wrap.no_bg:after{
  display: none;
}

.sp_close_content{
  position: relative;
  z-index: 1;
  overflow:  hidden;
  -moz-transition: height 0.4s ease 0s;
  -webkit-transition: height 0.4s ease 0s;
  -o-transition: height 0.4s ease 0s;
  -ms-transition: height 0.4s ease 0s;
  transition: height 0.4s ease 0s;
}

.sp_close_btn_wrap.active{
  display: none;
}


@media all and (min-width:700px) {
  .sp_close{
    min-height: 0;
  }
  .sp_close_content{
    height: auto !important;
  }
  .sp_close_btn_wrap{
    display: none;
  }
}

/* .movie_switch */

.movie_switch{
  position: relative;
  cursor: pointer;
}

.movie_switch iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery_switch{
  position: relative;
  cursor: pointer;
}

/* #popup_wrap */

#popup_wrap{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40000;
  padding: 50px 20px;
  width: 100%;
  height: 100%;
  letter-spacing: -0.5em;
  text-align: center;
  -ms-filter: "alpha(opacity=0)" ;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
  white-space: nowrap;
}


#popup_wrap:after{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

#popup_content{
  display: inline-block;
  vertical-align:  middle;
  position: relative;
  z-index: 3;
  max-width: 780px;
  white-space: normal;
  letter-spacing: normal;
  width: 100%;
  opacity: 0;
  padding: 0 15px;
}

#gallery_close{
  position: absolute;
  right: 15px;
  top: -35px;
  width: 25px;
  height: 25px;
  z-index: 10;
  background: url(../images/popup_close.png) no-repeat;
  background-size: 100% auto;
}

#popup_content .gallery_slide img{
  -ms-filter: "alpha(opacity=0)" ;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#popup_content .gallery_slide .img_cover{
  padding-bottom: 66.666%;
}

.popup_loader {
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  font-size: 5px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255,1), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}


/* #movie_wrap */

#movie_wrap{
  position: relative;
  width: 100%;
  max-width: 800px;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
}

#movie{
  position: relative;
  height: 0;
  padding: 0 0 56.25% 0;
  background: #000000; 
}

#movie iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#popup_bg{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 300%;
  background: rgba(0,0,0,0.9); 
}


#popup_close{
  cursor: pointer;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0px;
  right: -40px;
}


#popup_close .bar{
  position: absolute;
  left: 0;
  width: 25px;
  height: 1px;
  background: #ffffff;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

#popup_close .bar.bar01{
  top: 0;
  transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

#popup_close .bar.bar02{
  top: 18px;
  transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
}

#popup_img{
	margin: 0 auto;
	max-width: 475px;
}
