@charset "UTF-8";

html {
    overflow-y: scroll;
}

body, html{
    -webkit-text-size-adjust: 100%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
body{
     background:url("../images/common/bg_01.png") repeat;
	font-family:din-2014, dnp-shuei-gothic-kin-std, "Yu Gothic" , YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size:90%;
	line-height:1.6;
	color:#3d3d3d;
	overflow: hidden;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    position:relative
}

address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th{
	text-align: left;
}
q:before,q:after{
	content: '';
}
object,embed{
	vertical-align: top;
}
legend{
	display: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}
img,abbr,acronym,fieldset{
	border: 0;
}

img {
    max-width: 100%;
    height: auto;
    width /***/: auto;
    vertical-align: bottom;
-webkit-backface-visibility: hidden;
}


li{
	list-style-type: none;
}
a{
	text-decoration:none;
}
/*-----------------------------------------------
__Layout
-----------------------------------------------*/
img.obj_img{
        width: 100%;
    height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'
        
}


a{
	color: #3d3d3d;
}


#pagetop{
	position: relative;
	content:url(../images/common/top_btn.png);
	width: 60px;
	height: 60px;
	z-index: 20;
    transition: all ease .3s;
}

#pagetop:hover{
	opacity:.7;
}

/*-----------------------------------------------
__Global Navi
-----------------------------------------------*/
.toggleWrap.animation {
    display:block;
}
#toggle {
    cursor: pointer;
    display: block;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    position: fixed;
    border-radius: 50%;
    top: 10px;
    right: 20px;
    z-index: 9999;
}

/*-----------------------------------------------
__full_nav
-----------------------------------------------*/

.toggleWrap {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999 !important;
    background: #000;
    opacity: .92;
    overflow-x: hidden;
}

.full_nv {
    width: 100%;
    max-width: 1400px;
    height: auto;
    position: relative;
    margin: 100px auto 0;
    z-index: 999;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.full_nv > dl{
    flex-basis: 27%;
    margin: 0 0 60px;
}

.full_nv > dl dt{
    font-size: 2.2em;
    font-weight: 600;
    line-height: 1;
    margin: 0 auto 25px;
    position: relative;
    color: #fff;
}

.full_nv > dl dd input[type="text"] {
    height: 25px;
    background: #fff;
    margin: 5px 10px 0 0;
}

.full_nv > dl dd input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    color: #bbb;
    cursor: pointer;
    font-size: 1.6em;
    transition: all ease-in-out .33s;
    vertical-align: middle;
    height: 25px;
}

.full_nv > dl dd input[type="submit"]:hover {
    color: #fff;
}

.full_nv > dl em {
    font-size: 0.5em;
    font-weight: 600;
    margin: 15px 0 0 15px;
    position: relative;
    display: block;
}

.full_nv > dl dt em::before{
    content: "";
    width: 5px;
    height: 2px;
    background: #2c85ea;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    margin: auto;
    transition: all ease-in-out .33s;
    
}

.full_nv > dl a{
    color: #aaa;
    transition: all ease-in-out .33s;
}

.full_nv > dl dt a{
    color: #fff;
    transition: all ease-in-out .33s;
}

.full_nv > dl a:hover{
    color: #fff;
}


.full_nv > dl dt a:hover{
    opacity: .6;
}

.full_nv > dl dt a:hover em::before{
    opacity: .6;
}

.full_nv > dl dd {
    font-weight: 600;
    padding: 0px 0px 2px 15px;
    font-size: 1.1em;
    margin: 0 0 2px;
}

.full_nv > dl dd ul {
    padding: 5px 0 5px 10px;
}


dl.full_nv_last {
    display: flex;
    flex-wrap: wrap;
}

dl.full_nv_last dt{
    flex-basis: 50%;
}

dl.full_nv_last dt.nav_japanese{
    position: relative;
    font-size: 2.1em;
}

dl.full_nv_last dt.nav_japanese b{
    position: absolute;
    font-size: 0.5em;
    bottom: -15px;
    left: 5px;
    text-align: left;
    display: block;
    color: #aaa;
    
}

.full_nv_logo{
    width: 90%;
    height: 70px;
    position: absolute;
    right: 0px;
    margin: 0 80px 0 0;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.full_nv_sns {
    width: 90%;
    height: auto;
    position: absolute;
    right: 0px;
    margin: 0 80px 60px 0;
    display: flex;
    justify-content: left;
    align-items: baseline;
}

ul.full_nv_sns li {
    flex-basis: 30px;
    text-align: center;
    height: 30px;
    font-size: 1.8em;
    margin: 0 30px;
}

ul.full_nv_sns li a {
    color: #bbb;
    transition: all 0.3s ease-in-out;
}

ul.full_nv_sns li a:hover{
    color: #FFFFFF;
}

/*-----------------------------------------------
__navi button
-----------------------------------------------*/

/* メニューを閉じる時のスタイル */
.hide {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}
/* アニメーションはメニューの開閉時のみ */
.animation {
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
/* メニューオープン時のみ、メニューの後ろのコンテンツをスクロールさせない
iOS safariには別途対応が必要（jQueryに記述）*/
.no-scroll {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}
.trigger, .trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.trigger {
    position: absolute;
    width: 30px;
    height: 24px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 1.5px 5px 0px rgba(0, 0, 0, 0.6);
}
.trigger span:nth-of-type(1) {
    top: 0;
}
.trigger span:nth-of-type(2) {
    top: 10px;
}
.trigger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.trigger span:nth-of-type(3) {
    bottom: 0;
}
.trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) scale(0);
    transform: translateY(8px) scale(0);
}
.trigger.active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.trigger.active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) scale(0);
    transform: translateY(-8px) scale(0);
}

/*-----------------------------------------------
__TOP button
-----------------------------------------------*/


div#topcontrol {
    z-index: 998;
}

/*-----------------------------------------------
__form reset
-----------------------------------------------*/

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
    box-sizing: border-box;
}
