



@font-face {
  font-family: 'MyWebFont';
  src: url('../font/pt_din_condensed_cyrillic-webfont.eot'); /* IE9 Compat Modes */
  src: url('../font/pt_din_condensed_cyrillic-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../font/pt_din_condensed_cyrillic-webfont.woff') format('woff'), /* Modern Browsers */
       url('../font/pt_din_condensed_cyrillic-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../font/pt_din_condensed_cyrillic-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}


.GYDA_wrap {
    position: relative;
	overflow: hidden;
	/*padding-top: 70px;*/
}

.header{
	width: 1040px;
	height: 95px;
	margin: auto;
	padding: 25px  0 0;
}

.header h1 {
    float: left;
}


.sp_head a:hover{
    opacity: 1;
}

.i_nav {
 
     margin: 28px 0 0 35px; 
}
.top .i_nav {
/* ADD 2016.05.27 Sato[S]*/
    height: 65px;
    line-height: 65px;
    margin: 0; 
/* ADD 2016.05.27 Sato[E]*/
}
.i_nav {
    float: left;
    margin: 24px 0 0 35px;
}

.header h1 img{
	margin: 0 0 22px 0;
}

.nav_ul li{
	float:left;
	margin: 0 28px 0 0;
}
.nav_ul li img {
    vertical-align: top;

}
.clear{
	clear: both;
}


.nav_row_h1{
	display: block;
}

.mail_wrap {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    z-index: 6;
    top:-301%;
/*	-webkit-transform: translate3d(0,-101%,0);
    -moz-transform: translate3d(0,-101%,0);
    -ms-transform: translate3d(0,-101%,0);
    transform: translate3d(0,-101%,0);*/
    -webkit-transition: all 700ms cubic-bezier(0,0,0.25,1);
    -moz-transition: all 700ms cubic-bezier(0,0,0.25,1);
    -ms-transition: all 700ms cubic-bezier(0,0,0.25,1);
    transition: all 700ms cubic-bezier(0,0,0.25,1);
}

.mail_wrap.on{
    top: 0;
/*	-webkit-transform: translate3d(0%,0,0);
    -moz-transform: translate3d(0%,0,0);
    -ms-transform: translate3d(0%,0,0);
    transform: translate3d(0%,0,0);*/
    -webkit-transition: all 700ms cubic-bezier(0,0,0.25,1);
    -moz-transition: all 700ms cubic-bezier(0,0,0.25,1);
    -ms-transition: all 700ms cubic-bezier(0,0,0.25,1);
    transition: all 700ms cubic-bezier(0,0,0.25,1);
}
.mail_magazine_pc{
	width: 640px;
	height: 470px;
	background: #ffffff;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
	position: absolute;

}

.mail_magazine_pc img{

	display: block;
	margin:0 auto 20px auto;


}

.mail_m_text00{
    font-size: 25px;
    font-size: 2.5rem;
    font-family: 'MyWebFont';
    letter-spacing: 0.02em;
    text-align: center;
    margin: 60px 0 0px 0;
    font-weight: normal!important;
    letter-spacing: 0.5px!important;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale;

}
.mail_m_text01{
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "Georgia Italic",Georgia, serif;
    font-style: italic;
    letter-spacing: 0.02em;
    text-align: center;
    margin: 0px 0 20px 0;

}

.mail_m_text02{
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    text-align: center;
   font-weight: bold;
    margin: 0px 0 20px 0;
}
.mail_m_text03{
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    text-align: center;
   font-weight: normal;
    margin: 0px 0 20px 0;
}
.mail_m_text04{
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    text-align: center;
   font-weight: normal;
    margin: 0px 0 40px 0;
}

.mail_close {
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 50px;
    background: #f6f6f6;
    color: #cccccc;
    right: 0;
}

.mail_close span {
    font-size: 31px;
    text-align: center;
    display: block;
    cursor: pointer;
}



.gyda_main{
	min-height: 500px;
}

.footer{
	width: 1040px;
	height: 80px;
	margin:0px auto 0;
    padding: 60px 0 0 0;
	clear: both;
    z-index: 1;
    position: relative;
}

.foot_nav li{
	float: left;
	margin: 0 25px 0 0;
}

/* 2016.05.27 Sato[S] */
.foot_sns,.head_sns{
    float: right;
}

.foot_sns li{
    float: left;
    margin: 0 30px 0 0;
}

.head_sns li{
    float: left;
    margin: 20px 25px 0 0;
}

.foot_sns li.sns_end{
    margin: 0;
}

.head_sns li.sns_end{
    float: left;
    margin: 20px 0 0 0px;
}

/* 2016.05.27 Sato[E] */
.footer.foot_fix {
    width: 1040px;
    height: 80px;
    margin: 0px auto 0;
    padding: 60px 0 86px 0;
    clear: both;
    z-index: 1;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
}
.copy{
	float: right;
    margin: 25px 0 0px 0;
    height: 40px;
}

ul.foot_sns_sp {
    display:  none;
}

 @keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }

    @-moz-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }

    @-webkit-keyframes fade-in {
      0% {
        display: none;
        opacity: 0;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 1;
      }
    }

 @keyframes fade-out {
      0% {
        display: block;
        opacity: 1;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 0;
      }
    }

    @-moz-keyframes fade-out {
      0% {
        display: block;
        opacity: 1;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 0;
      }
    }

    @-webkit-keyframes fade-out {
      0% {
        display: block;
        opacity: 1;
      }

      1% {
        display: block;
        opacity: 0;
      }

      100% {
        display: block;
        opacity: 0;
      }
    }


.fixed_storebtn_wrap{
    opacity: 1;
    display: block;
      animation-duration: 0.5s;
      animation-name: fade-in;
      -moz-animation-duration: 0.5s;
      -moz-animation-name: fade-in;
      -webkit-animation-duration: 0.5s;
      -webkit-animation-name: fade-in;

}

.fixed_storebtn_wrap.set_on{
    opacity: 0;
    display: none;
      animation-duration: 1s;
      animation-name: fade-out;
      -moz-animation-duration: 1s;
      -moz-animation-name: fade-out;
      -webkit-animation-duration: 1s;
      -webkit-animation-name: fade-out;
}


/*---------------------------------------------------------
    fixed_storebtn_wrap
*/
a.fixed_storebtn_wrap{
    display: block;
    position: fixed;
    right: 20px;
    bottom: -200px;
    width: 76px;
    height: 76px;
    z-index: 999;
    opacity: 1.0;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -khtml-opacity: 1.0;
}
a.fixed_storebtn_wrap.on{
    bottom: 20px;
}
.fixed_storebtn_wrap.rotation{
    -webkit-animation: rotation_panel 3s ease-out 0s infinite normal;
    -moz-animation: rotation_panel 3s ease-out 0s infinite normal;
    -ms-animation: rotation_panel 3s ease-out 0s infinite normal;
    -o-animation: rotation_panel 3s ease-out 0s infinite normal;
    animation: rotation_panel 3s ease-out 0s infinite normal;
}
@-webkit-keyframes rotation_panel {
    0% {-webkit-transform: scale(1.0,1.0) rotateY(0deg);}
    82% {-webkit-transform: scale(1.0,1.0) rotateY(0deg);}
    87% {-webkit-transform: scale(1.1,1.1) rotateY(180deg);}
    100% {-webkit-transform: scale(1.0,1.0) rotateY(360deg);}
}
@-moz-keyframes rotation_panel {
    0% {-moz-transform: scale(1.0,1.0) rotateY(0deg);}
    82% {-moz-transform: scale(1.0,1.0) rotateY(0deg);}
    87% {-moz-transform: scale(1.1,1.1) rotateY(180deg);}
    100% {-moz-transform: scale(1.0,1.0) rotateY(360deg);}
}
@-ms-keyframes rotation_panel {
    0% {-ms-transform: scale(1.0,1.0) rotateY(0deg);}
    82% {-ms-transform: scale(1.0,1.0) rotateY(0deg);}
    87% {-ms-transform: scale(1.1,1.1) rotateY(180deg);}
    100% {-ms-transform: scale(1.0,1.0) rotateY(360deg);}
}
@-o-keyframes rotation_panel {
    0% {-o-transform: scale(1.0,1.0) rotateY(0deg);}
    82% {-o-transform: scale(1.0,1.0) rotateY(0deg);}
    87% {-o-transform: scale(1.1,1.1) rotateY(180deg);}
    100% {-o-transform: scale(1.0,1.0) rotateY(360deg);}
}
@keyframes rotation_panel {
    0% {transform: scale(1.0,1.0) rotateY(0deg);}
    82% {transform: scale(1.0,1.0) rotateY(0deg);}
    87% {transform: scale(1.1,1.1) rotateY(180deg);}
    100% {transform: scale(1.0,1.0) rotateY(360deg);}
}

a.fixed_storebtn_wrap:hover {
    opacity: .85;
    filter: alpha(opacity=85);
    -ms-filter: "alpha(opacity=85)";
    -khtml-opacity: .85;
}

.fixed_storebtn {
    background-color: #393f55;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    -webkit-border-radius: 60px;
    border-radius: 60px;
}

.storebtn_mask{
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -khtml-opacity: .0;
    -webkit-border-radius: 60px;
    border-radius: 60px;
}
.storebtn_mask.flash{
        -webkit-animation: mask_flash 3s ease-out 0s infinite normal;
    -moz-animation: mask_flash 3s ease-out 0s infinite normal;
    -ms-animation: mask_flash 3s ease-out 0s infinite normal;
    -o-animation: mask_flash 3s ease-out 0s infinite normal;
    animation: mask_flash 3s ease-out 0s infinite normal;
}

@-webkit-keyframes mask_flash {
    0% {opacity: 0;}
    90% {opacity: 0;}
    95% {opacity: 0.6;}
    100% {opacity: 0;}
}
@-moz-keyframes mask_flash {
    0% {opacity: 0;}
    90% {opacity: 0;}
    95% {opacity: 0.6;}
    100% {opacity: 0;}
}
@-ms-keyframes mask_flash {
    0% {filter: alpha(opacity=0); -ms-filter: "alpha(opacity=0)";}
    90% {filter: alpha(opacity=0); -ms-filter: "alpha(opacity=0)";}
    95% {filter: alpha(opacity=60); -ms-filter: "alpha(opacity=60)";}
    100% {filter: alpha(opacity=0); -ms-filter: "alpha(opacity=0)";}
}
@-o-keyframes mask_flash {
    0% {opacity: 0;}
    90% {opacity: 0;}
    95% {opacity: 0.6;}
    100% {opacity: 0;}
}
@keyframes mask_flash {
    0% {opacity: 0;}
    90% {opacity: 0;}
    95% {opacity: 0.6;}
    100% {opacity: 0;}
}

.fixed_storebtn_wrap .image_wrap{
    display: block;
    padding: 4px 8px 0 7px;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.fixed_storebtn_wrap .image_wrap img{
    width: 100%;
}
.fixed_storebtn_wrap .inner_border{
    position:absolute;
    z-index: 30;
    width: 70px;
    height: 70px;
    top: 3px;
    left: 3px;
    border: 1.5px solid #ffffff;
    -webkit-border-radius: 60px;
    border-radius: 60px;
}

/* ADD [E] 2015.09.08 uehara ===================================================== */


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


.header {
	width: 100%;
    height: auto;
    margin: auto;
    padding: 13.9% 0 0 0;
    overflow: hidden;
}

.header {
    padding: 13.9% 0 0 0;
}


.sp_head {
    width: 100%;
    display: block;
    position: fixed;
    z-index: 1;
    top: 0;
}

ul.foot_nav {
    display: none;
}

.footer {
    width: 100%;
}


.footer {
    width: 100%;
    height: 80px;
}

ul.foot_nav {
    display: none;
}

.foot_sns {
    float: right;
    display: none;
}
ul.foot_sns_sp {
    display: block;
    width: 53.5%;
    margin: auto;
}

ul.foot_sns_sp li{
	float: left;
    width: 7.76%;
    margin: 0 10% 0 0;
}
ul.foot_sns_sp li:nth-child(6){
  margin: 0;
}

ul.foot_sns_sp li img{
    width: 100%;
}
.copy {
    float: inherit;
    margin: 25px 0 0px 0;
}

.copy img {
    display: block;
    margin: auto;
}

.i_nav_sp {
     width: 100%;
    position: fixed;
    background: rgb(0,0,0);
    height: 100%;
    top: 9.5%;
    z-index: 9;
    color: #ffffff;
    padding: 25px 0 0 0;
	-webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0,0,0.25,1);
    -moz-transition: -moz-transform 700ms cubic-bezier(0,0,0.25,1);
    -ms-transition: -ms-transform 700ms cubic-bezier(0,0,0.25,1);
    transition: transform 700ms cubic-bezier(0,0,0.25,1);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
.i_nav_sp.on {

	-webkit-transform: translate3d(0%,0,0);
    -moz-transform: translate3d(0%,0,0);
    -ms-transform: translate3d(0%,0,0);
    transform: translate3d(0%,0,0);
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0,0,0.25,1);
    -moz-transition: -moz-transform 700ms cubic-bezier(0,0,0.25,1);
    -ms-transition: -ms-transform 700ms cubic-bezier(0,0,0.25,1);
    transition: transform 700ms cubic-bezier(0,0,0.25,1);
}

.i_nav_sp a{

    color: #ffffff;
}

.nav_row_h1{
	display: none;
}

.footer {
    width: 100%;
    height: 145px;
}

}





@media screen and (max-width: 360px) {



ul.foot_sns_sp {
    display: block;
    width: 72.5%;
    margin: auto;
}


}
