@charset "UTF-8";

/* ページ共通設定 */

*,
*: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;	
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

*:after,
*:before{
  background-position: left top;
  background-size:100% auto;
  background-repeat: no-repeat;
}

::-webkit-input-placeholder {
    color: #989898;
    opacity: 1;
}

/* Firefox 19 以降 */
::-moz-placeholder {
    color: #989898;
    opacity: 1;
}
/* IE 10 以降 */
:-ms-input-placeholder {
    color: #989898;
}

: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;
}

a.underline{
  text-decoration: underline;
}

.normal a.underline:hover{
  text-decoration: none;
}

a[href="javascript: void(0);"]{
  text-decoration: none !important;
  cursor: default !important;
}

a.tel{ cursor: default; text-decoration: none !important; }


img{
  vertical-align:  bottom;
  max-width: 100%;
  height: auto;
}

input[type="text"],textarea{
  border: 1px solid #e5e5e5;
  padding: 0 1.28em;
  height: 2.66em;
  line-height: 1;
  color: #666666;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
}

textarea{
  height: 270px;
  padding: 1em 1.28em;
  line-height: 1.4;
}

.sp input[type="text"],
.sp textarea,
.sp select{
  font-size: 16px;
}

.font_din{
  font-family: urw-din-condensed, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.font_sans{
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 200;
  font-style: normal;
}

.font_serif{
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.cursor_de{
  cursor: default !important;
}

.cursor_po{
  cursor: pointer !important;
}

figure{
  line-height: 0;
}

/*  
-------------------------------------------- html、body --------------------------------------------
*/

body{
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 200;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #000000;
  min-width: 320px;
  font-weight: 200;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, body { font-family: "メイリオ", Meiryo, sans-serif; } /* IE11 */
}


/* pad */
@media screen and (min-width: 701px ) and (max-width: 950px) {
  body{ }
}

/* sp */
@media screen and (max-width: 700px) {
  body{ }
}

/*
-------------------------------------------- .main_content_wrap --------------------------------------------
*/


.main_content_wrap{
  position: relative;
  padding: 150px 48px 150px 48px;
}

#main > .main_content_wrap:nth-child(2n + 1){
  background-color: #f6f6f6;
}

.main_content_wrap[class*="bg"]{
}

@media screen and (max-width: 950px) {
  .main_content_wrap{
    padding: 80px 48px 80px 48px;
  }
  .main_content_wrap[class*="bg"]{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 700px) {
  .main_content_wrap{
    padding: 80px 30px 80px 30px;
  }
  .main_content_wrap[class*="bg"]{
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.main_content_wrap .main_content{
  position: relative;
  max-width: 1200px;
  margin: 80px auto;
}

.main_content_wrap .main_content:first-child{
  margin-top: 0;
}

.main_content_wrap .main_content:last-child{
  margin-bottom: 0;
}

@media screen and (max-width: 950px) {
  .main_content_wrap .main_content{ margin: 80px auto; }
}

@media screen and (max-width: 700px) {
  .main_content_wrap .main_content{ margin: 80px auto; }
}

.main_content.wide_type{
  max-width: none;
  margin: 0 -50px;
  padding: 0 50px;
}

.main_content_wrap .main_content[class*="bg"]{
  padding-top: 50px;
  padding-bottom: 50px;
}

@media screen and (max-width: 1100px) {
  .main_content_wrap .main_content[class*="bg"]{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 700px) {
  .main_content_wrap .main_content[class*="bg"]{
    padding-top: 30px;
    padding-bottom: 30px;
  }
}


/* .main_content内の子供 */

.main_content_wrap .main_content_child01,
.main_content_wrap .main_content_child02,
.main_content_wrap .main_content_child03,
.main_content_wrap .main_content_child04,
.main_content_wrap .main_content_child05,
.main_content_wrap .main_content_child06{
  margin: 30px auto;
  max-width: 1200px;
}

.main_content_wrap .main_content_child01:first-child,
.main_content_wrap .main_content_child02:first-child,
.main_content_wrap .main_content_child03:first-child,
.main_content_wrap .main_content_child04:first-child,
.main_content_wrap .main_content_child05:first-child,
.main_content_wrap .main_content_child06:first-child{
  margin-top: 0;
}

.main_content_wrap .main_content_child01:last-child,
.main_content_wrap .main_content_child02:last-child,
.main_content_wrap .main_content_child03:last-child,
.main_content_wrap .main_content_child04:last-child,
.main_content_wrap .main_content_child05:last-child,
.main_content_wrap .main_content_child06:last-child{
  margin-bottom: 0;
}

/* pc */
@media all and (min-width: 951px) {
}

/* pad以下 */
@media screen and (max-width: 950px) {
  .main_content_wrap .main_content_child01,
  .main_content_wrap .main_content_child02,
  .main_content_wrap .main_content_child03,
  .main_content_wrap .main_content_child04,
  .main_content_wrap .main_content_child05,
  .main_content_wrap .main_content_child06{
    margin: 30px 0;
  }
}

/* pad */
@media screen and (min-width: 701px ) and (max-width: 950px) {
}

/* sp */
@media screen and (max-width: 700px) {
  .main_content_wrap .main_content_child01,
  .main_content_wrap .main_content_child02,
  .main_content_wrap .main_content_child03,
  .main_content_wrap .main_content_child04,
  .main_content_wrap .main_content_child05,
  .main_content_wrap .main_content_child06{
    margin: 30px 0;
  }
  
}

/* ------------------ .visual_content ------------------ */

.visual_content{
  position: relative;
  margin: 80px 0px 80px 0px;
}

.rotate_img{
  position: absolute;
  top: 0;
  right: 0;
}

/* ------------------ .window_content ------------------ */

.window_content{
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
}

/*
------------------------------ #first_load ------------------------------
*/

#first_load{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  z-index: 99998;
  background: #ffffff;
}

/*
------------------------------ #loading_block ------------------------------
*/


#loading_block_wrap{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  height: 100vh;
  z-index: 99999;
  display: none;
  -moz-transition: height 0.1s ease 0s; 
  -webkit-transition: height 0.1s ease 0s; 
  -o-transition: height 0.1s ease 0s; 
  -ms-transition: height 0.1s ease 0s; 
  transition: height 0.1s ease 0s; 
}

#loading_block_wrap *{
  z-index: 99999;
}

.loading #loading_block_wrap{
  display: block;
}

#loading_block_wrap .loading_bar{
  position: relative;
  height: 1px;
  background-color: #313131;
  margin: 15px 0 0 0;
}

#loading_block_wrap .loading_bar_obj{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #646464;
}

#loading_block_wrap .loading_bar_obj.action01{
  width: 100% !important;
  -moz-transition: width 0.5s ease 0s; 
  -webkit-transition: width 0.5s ease 0s; 
  -o-transition: width 0.5s ease 0s; 
  -ms-transition: width 0.5s ease 0s; 
  transition: width 0.5s ease 0s; 
}

#loading_block_wrap.active1,#loading_block_wrap.active2{
  display: block;
}

#loading_block_wrap.active2{
  overflow: hidden;
  height: 0;
}


#loading_block{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  -moz-transition: height 0.5s ease 0s; 
  -webkit-transition: height 0.5s ease 0s; 
  -o-transition: height 0.5s ease 0s; 
  -ms-transition: height 0.5s ease 0s; 
  transition: height 0.5s ease 0s; 
  height: 0;
  width: 100%;
  overflow:  hidden;
}

#loading_block_wrap.active1 #loading_block{
  height: 100vh;
}

#loading_block_wrap.active2 #loading_block{
  bottom: auto;
  top: 0;
}

#loading_block_content{
  position: absolute;
  height: 100vh;
  width: 100%;
  left: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#loading_block_content_in{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

 #loading_block .loading_logo{
  position: relative;
  z-index: 2;
}

#loading_block .loading_logo{
  opacity: 1;
  transform: translateY(0px);
  position: relative;
  z-index: 2;
  -moz-transition: opacity 0.4s ease 0.6s, transform 0.4s ease 0.6s;
  -webkit-transition: opacity 0.4s ease 0.6s, transform 0.4s ease 0.6s;
  -o-transition: opacity 0.4s ease 0.6s, transform 0.4s ease 0.6s;
  -ms-transition: opacity 0.4s ease 0.6s, transform 0.4s ease 0.6s;
  transition: opacity 0.4s ease 0.6s, transform 0.4s ease 0.6s;
}

.loading_logo_hidden{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  overflow:  hidden;
  -moz-transition: width 0.4s ease 0.2s;
  -webkit-transition: width 0.4s ease 0.2s;
  -o-transition: width 0.4s ease 0.2s;
  -ms-transition: width 0.4s ease 0.2s;
  transition: width 0.4s ease 0.2s;
}


 #loading_block .loading_logo.action01{
  opacity: 0;
}

 #loading_block .loading_logo.action01 .loading_logo_hidden{
   width: 100%;
}

 #loading_block .loading_logo_obj{
   width: 120px;
   height: 19px;
   background-repeat: no-repeat;
   background-size: 100% auto;
   background-position: top left;
}

 #loading_block .loading_logo_obj.type01{
   background-image: url(../img/loading_logo.png);
   background-color: #000000;
}

/*
.iphone #loading_block  .loading_logo{
  margin-top: -60px;
}*/

#loading_block .loading_bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300%;
  z-index: 1;
}

#loading_block .loading_bg{
  background-color: #000000;
}


/*
-------------------------------------------- #all_wrap --------------------------------------------
*/

#all_wrap{
	position: relative;
  overflow: hidden;
  margin: 0 auto;
}

#all_wrap.loading_action{
  -ms-filter: "alpha(opacity=0)" ;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
  -moz-transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
}

#all_wrap.loading_action2{
  -ms-filter: "alpha(opacity=0)" ;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
  -moz-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -o-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}


#all_wrap.loading_action2.loading_active{
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -ms-filter: "alpha(opacity=100)" ;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
  -moz-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -webkit-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -o-transition: opacity 1s ease 0s, transform 1s ease 0s;
  -ms-transition: opacity 1s ease 0s, transform 1s ease 0s;
  transition: opacity 1s ease 0s, transform 1s ease 0s;
}

#all_wrap_in{
  position: relative;
}

/*
-------------------------------------------- #header --------------------------------------------
*/

#header{
  position: relative;
  height: 100vh;
}

#header .swiper-container_wrap,
#header .swiper-container,
#header .swiper-wrapper,
#header .swiper-slide,
#header .img_cover
{
  height: 100%;
}


#header_logo{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  pointer-events: none;
  width: 157px;
  height: 130px;
  margin: -65px 0 0 -78px;
}

#top_visual_wrap #top_visual .top_visual_block .img_cover{
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}


@-webkit-keyframes zoom {
    0% {
        -webkit-transform: scale(1.0);
    }

    100% {
        -webkit-transform: scale(1.1);
    }
}

@-moz-keyframes zoom {
    0% {
        -moz-transform: scale(1.0);
    }
    100% {
        -moz-transform: scale(1.1);
    }
}

@keyframes zoom {
    0% {
        transform: scale(1.0);
    }
  100% {
        transform: scale(1.1);
    }
}


.zoom{
  -webkit-animation: zoom 15s linear infinite;
  -moz-animation: zoom 15s linear infinite;
  animation: zoom 15s linear infinite;
}

/*
-------------------------------------------- #main --------------------------------------------
*/

#main{
  position: relative;
}

/*
-------------------------------------------- #footer --------------------------------------------
*/

#footer{
}

#footer_content01{
  padding-top: 0px;
  padding-bottom: 80px;
}

/* sp */
@media screen and (min-width: 701px) {
  
#footer_content01{
  padding-left: 0;
  padding-right: 0;
}

#footer_content01_in{
  max-width: none;
}
  
}

@media screen and (max-width: 700px) {
  #footer_content01{
    padding-bottom: 40px;
  }
}

/* #footer_content02 */

#footer_content02{
  background-color: #070606;
  padding-top: 80px;
  padding-bottom: 80px;
}

#footer_content02_in{
  max-width: none;
}

/* #footer_info */

#footer_info{
  position: relative;
  display: -webkit-flex;
  display: flex;
  /*-webkit-flex-wrap: wrap;
  flex-wrap: wrap;*/
  margin: 0 -36px -36px 0;
}

#footer_info #footer_logo{
  text-align: center;
}

#footer_info #footer_logo h2{
  display: inline-block;
}

#footer_info #footer_logo .icon{
  font-size: 50px;
}

#footer_info .footer_block{
  position: relative;
  z-index: 2;
  padding: 0 36px 36px 0;
}

#footer_info #footer_nav{
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

#footer_info #footer_nav .footer_link_wrap{
  line-height: 1;
  color: #ffffff;
  font-size: 11px;
  white-space: nowrap;
  display: inline-block;
  text-align: right;
}

#footer_info .footer_nav_block_area{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding: 0 120px 0 0;
}

@media screen and (max-width: 1050px) {
  #footer_info .footer_nav_block_area{
    padding: 0 0px 0 0;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  
  #footer_patrick_sns{
    width: 100%;
  }
}

#footer_info .footer_nav_block_wrap{
  display: -webkit-flex;
  display: flex;
  margin: 0 -80px -30px 0;
}

#footer_info .footer_nav_block{
  padding: 0 80px 30px 0;
}

@media screen and (max-width: 1200px) {
  #footer_info .footer_nav_block_wrap{
    margin: 0 -40px -30px 0;
  }

  #footer_info .footer_nav_block{
    padding: 0 40px 30px 0;
  }
}

@media screen and (max-width: 1050px) {
  #footer_info .footer_nav_block_wrap{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 700px) {
  #footer_info .footer_nav_block_wrap{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer_info .footer_nav_block{
    width: 100%;
  }
}

#footer_info #footer_nav .footer_link{
  margin: 0 0 10px 0;
}

#footer_info #footer_nav .footer_link:last-child{
  margin-bottom: 0;
}

#footer_info #footer_nav .footer_link_title{
  display: -webkit-flex;
  display: flex;
  align-items: baseline;
  -webkit-align-items: baseline;
  font-size: 14px;
  font-weight: bold;
  color: #999999;
  margin: 0 0 5px 0;
}

#footer_info #footer_nav .footer_link_title .text01{
  position: relative;
  display: inline-block;
  padding: 0 0 4px 0;
  margin: 0 8px 0 0;
}

#footer_info #footer_nav .footer_link_title .text01:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #999999;
  height: 1px;
  width: 0;
  -moz-transition: width 0.4s ease 0s;
  -webkit-transition: width 0.4s ease 0s;
  -o-transition: width 0.4s ease 0s;
  -ms-transition: width 0.4s ease 0s;
  transition: width 0.4s ease 0s;
}

.normal #footer_info #footer_nav a:hover .footer_link_title .text01:after{
  width: 100%;
}

#footer_info #footer_nav .footer_link_text .text01{
  position: relative;
  display: inline-block;
  padding: 0 0 6px 0;
  color: #999999;
}


#footer_info #footer_sns{
}

#footer_info #footer_sns .sns_list_wrap{
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/* #footer_pageup */

#footer_pageup{
  position: absolute;
  top: 13px;
  right: -24px;
  z-index: 2;
  width: 60px;
  height: 60px;
  line-height: 0;
}

#footer_pageup a{
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 20px;
  -moz-transition: padding-top 0.4s ease 0s;
  -webkit-transition: padding-top 0.4s ease 0s;
  -o-transition: padding-top 0.4s ease 0s;
  -ms-transition: padding-top 0.4s ease 0s;
  transition: padding-top 0.4s ease 0s;
  cursor: pointer;
}

.normal #footer_pageup a:hover{
  padding-top: 0;
}

#footer_pageup_in{
  position: relative;
  width: 100%;
  height: 100%;
}

#footer_pageup_obj{
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0px 0 0 -6px;
  width: 12px;
  height: 100%;
}

#footer_pageup_obj:before,
#footer_pageup_obj:after{
  content: "";
  position: absolute;
  left: 50%;
}

#footer_pageup_obj:before{
  top: 0;
  width: 13px;
  height: 8px;
  background-image: url(../img/pageup_arrow.svg);
  margin: 0 0 0 -7px;
}

#footer_pageup_obj:after{
  top: 1px;
  width: 1px;
  height: calc(100% - 1px);
  background-color: #f7f0f0;
  margin: 0 0 0 -1px;
}

@media screen and (max-width: 1050px) {
}

/* pad以下 */
@media screen and (max-width: 768px) {
  #footer_pageup{
    top: auto;
    bottom: 0;
    width: 100%;
    right: 0;
  }
}

/* #footer_link_nav */

#footer_link_nav{
  /*-webkit-flex-grow: 1;
  flex-grow: 1;*/
}

#footer_link_nav .footer_link_list_wrap{
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin: 0 -80px -1em 0;
  color: #ffffff;
  /*font-family: 'Didot LT W01 Roman', serif;*/
  line-height: 1;
  white-space: nowrap;
}

#footer_link_nav .footer_link_list{
  padding: 0 80px 20px 0;
}

@media screen and (max-width: 1200px) {
  #footer_link_nav .footer_link_list_wrap{
    margin: 0 -40px -20px 0;
  }
  #footer_link_nav .footer_link_list{
    padding: 0 40px 20px 0;
  }
}

@media screen and (max-width: 700px) {
  #footer_link_nav .footer_link_list_wrap{
    margin: 0 -20px 0 0;
  }
  #footer_link_nav .footer_link_list{
    padding: 0 20px 0 0;
  }
}

#footer_link_nav .footer_link_list li{
  margin: 0 0 1em 0;
}

#footer_link_nav .footer_link_list li:last-child{
  margin-bottom: 0;
}

#footer_link_nav .footer_link_list li a{
  display: inline-block;
  text-decoration: none !important;
}

#footer_link_nav .footer_link_list li .text01{
  position: relative;
  display: block;
  padding: 0 2px 8px 2px;
}

#footer_link_nav .footer_link_list li .text01:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #999999;
  height: 1px;
  width: 0;
  -moz-transition: width 0.4s ease 0s;
  -webkit-transition: width 0.4s ease 0s;
  -o-transition: width 0.4s ease 0s;
  -ms-transition: width 0.4s ease 0s;
  transition: width 0.4s ease 0s;
}

.normal #footer_link_nav .footer_link_list li a:hover .text01:after,
#footer_link_nav .footer_link_list li a.active .text01:after{
  width: 100%;
}

.normal #footer_link_nav .footer_link_list li a:hover:after{
  
}

/* #footer_patrick_nav */

/*
#footer_patrick_nav{
  -webkit-flex-grow: 1;
  flex-grow: 1;
}*/

@media screen and (max-width: 768px) {
  #footer_content02_in{
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 700px) {
  #footer_content02{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  #footer_info{
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  #footer_info .footer_block{
    width: 100%;
  }
  #footer_info #footer_sns .sns_list_wrap{
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  
  #footer_info #footer_logo{
    position: static;
  }
  #footer_info #footer_nav{
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center;
  }
  #footer_link_nav .footer_link_list{
    display: block;
  }
  #footer_link_nav .footer_link_list li{
    text-align: left;
  }
  #footer_info #footer_nav{
    text-align: left;
  }
  #footer_info #footer_nav .footer_link_wrap{
    text-align: left;
  }
}


/* #footer_copy */

#footer_copy{
  margin: 128px 0 0 0;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  color: #666666;
}

@media screen and (max-width: 1050px) {
  #footer_copy{
    margin: 64px 0 0 0;
  }
}

@media screen and (max-width: 700px) {
  #footer_copy{
   margin-top: 35px; 
  }
}

/* .patrick_link_list */

.patrick_link_list{
  font-size: 13px;
  line-height: 1;
  color: #999999;
}

.patrick_link_list:last-child{
  margin-bottom: 0;
}

.patrick_link_list li{
  margin: 0 0 22px 0;
}

.patrick_link_list li:last-child{
  margin-bottom: 0;
}

.patrick_link_list li a{
  display: inline-block;
  position: relative;
  color: inherit;
  white-space: nowrap;
  text-decoration: none !important;
  letter-spacing: -0.4em;
}

.patrick_link_list li a > *{
  display: inline-block;
  vertical-align:  middle;
  margin-right: 6px;
  letter-spacing: 0.05em;
}

.patrick_link_list li a > *:last-child{
  margin-right: 0px;
}

.patrick_link_list li a > .img{
  line-height: 0;
}

/* .patrick_sns_list */

.patrick_sns_list{
  white-space: nowrap;
  letter-spacing: -0.4em;
  margin: 0 0 0px -10px;
}

.patrick_sns_list > *{
  letter-spacing: normal;
}

.patrick_sns_list li{
  display: inline-block;
  width: 30px !important;
  height: 30px !important;
  margin: 0 !important;
}

.patrick_sns_list li a{
  display: block;
  width: 100% !important;
  height: 100% !important;
  text-align: center;
}

.patrick_sns_list li a:after{
  content: "";
  display: inline-block;
  vertical-align:  middle;
  height: 100%;
}

.patrick_sns_list li a img{
  max-width: 100%;
  height: auto;
  vertical-align:  middle;
}

.patrick_link_list li a,
.patrick_sns_list li a{
  text-decoration: none !important;
  letter-spacing: -0.4em;
  -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;
}

.patrick_link_list li a:hover,
.patrick_sns_list li a:hover{
  -ms-filter: "alpha(opacity=70)" ;
	-khtml-opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;	
}

/*
-------------------------------------------- #popup_zone --------------------------------------------
*/

#popup_rapies_bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 25000;
  background-color: rgba(162,217,237,0.5);
}

#popup_zone{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30000;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  text-align: center;
}

#main #popup_zone{
  display: block !important;
}

#main #popup_loader{
  display: none !important;
}

#main #popup_wrap{
  -ms-filter: "alpha(opacity=100)" !important;
  -khtml-opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
}

#popup_zone:after{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#popup_bg{
  position: fixed;
  top :0;
  left: 0;
  width: 100%;
  height: 200%;
  background-color: #000000;
  z-index: 1;
}


#popup_wrap{
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  white-space: normal;
  /*max-width: 1200px;*/
  padding: 30px;
}

/* sp */
@media all and (max-width: 700px) {
  #popup_wrap{
    padding: 20px;
  }
}

#popup_loader {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  font-size: 5px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  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);
}

/*
#popup_loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#popup_loader .popup_logo{
  position: relative;
  z-index: 2;
}

#popup_loader .popup_logo{
  transform: translateY(0px);
  position: relative;
  z-index: 2;
  -moz-transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
  -webkit-transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, transform 0.5s ease 0s;
  -ms-filter: "alpha(opacity=0)" ;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
  -webkit--transform: translateY(30px);
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
}

#popup_loader .popup_logo.action01{
  -ms-filter: "alpha(opacity=100)" ;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
  -webkit--transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

#popup_loader .popup_logo.action02{
  -ms-filter: "alpha(opacity=0)" ;
	-khtml-opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
  -webkit--transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
}

#popup_loader .popup_logo_obj{
   width: 120px;
   height: 19px;
   background-repeat: no-repeat;
   background-size: 100% auto;
   background-position: top left;
}

#popup_loader .popup_logo_obj.type01{
   background-image: url(../img/loading_logo.png);
   background-color: #000000;
}*/



@-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 rgba(255, 255, 255, 1), 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 rgba(255, 255, 255, 1), 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 rgba(255, 255, 255, 1), 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 rgba(255, 255, 255, 1), -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 rgba(255, 255, 255, 1), -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 rgba(255, 255, 255, 1), -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 rgba(255, 255, 255, 1);
  }
}
@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 rgba(255, 255, 255, 1), 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 rgba(255, 255, 255, 1), 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 rgba(255, 255, 255, 1), 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 rgba(255, 255, 255, 1), -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 rgba(255, 255, 255, 1), -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 rgba(255, 255, 255, 1), -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 rgba(255, 255, 255, 1);
  }
}

#popup_content{
}

#popup_img{
  position: relative;
  width: 100%;
}

#popup_content_wrap{
  position: relative;
  z-index: 2;
  -ms-filter: "alpha(opacity=0)" ;
  -khtml-opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s,transform 0.8s ease 0s;
	-webkit-transition: opacity 0.8s ease 0s,transform 0.8s ease 0s;
	-moz-transition: opacity 0.8s ease 0s,transform 0.8s ease 0s;
	-o-transition: opacity 0.8s ease 0s,transform 0.8s ease 0s;
	-ms-transition: opacity 0.8s ease 0s,transform 0.8s ease 0s;
  /*-webkit-transform: translate(0px, 60px);
  -moz-transform: translate(0px, 60px);
  -o-transform: translate(0px, 60px);
  -ms-transform: translate(0px, 60px);
  transform: translate(0px, 60px); */
}

#popup_content_wrap.active{
  -ms-filter: "alpha(opacity=100)" ;
	-khtml-opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
  /*-webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px); */
}

#popup_close{
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: 20;
  cursor: pointer;
  width: 33px;
  height: 33px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#popup_close_in{
  height: 33px;
  width: 33px;
  position: relative;
}

#popup_close .bar {
    background: #ffffff;
    height: 1px;
    left: 0px;
    position: absolute;
    width: 45px;
}
#popup_close .bar.bar01 {
    top: 0;
    transform-origin: 0px 50% 0;
}
#popup_close .bar.bar02 {
    top: 31px;
    transform-origin: 0px 50% 0;
}

#popup_close .bar.bar01 {
    transform: rotate(45deg);
}
#popup_close .bar.bar02 {
    transform: rotate(-45deg);
}

/* sp */
@media all and (max-width: 700px) {
  
  #popup_close{
    top: 20px;
    right: 20px;
  }
  
}

#popup_content{
  text-align: center;
}

#popup_img{
  display: inline-block;
  max-width: calc(100vh - 60px);
  width: 100%;
}

#popup_img .swiper-slide img{
  display: none;
}

#popup_img .swiper-slide figure{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 100%;
}

#popup_img .popup_img_parts{
  margin: 0 auto;
  padding: 0 70px;
}

/* sp */
@media all and (max-width: 700px) {
  #popup_img .popup_img_parts{
    padding: 50px 0;
  }
  
  #popup_img .swiper-container_wrap.type01 .swiper_arrow_wrap_in{
    top: auto;
    bottom: 0;
    height: 30px;
    width: 76px;
    left: 50%;
    margin: 0 0 0 -40px;
  }
  #popup_img .swiper-container_wrap.type01 .swiper-button-next {
    right: 0;
  }
  #popup_img .swiper-container_wrap.type01 .swiper-button-prev {
    left: 0;
  }
  
  #popup_img{
    max-width: calc(100vh - 160px);
  }
  
}
