/* TOP流用 */
* {
    box-sizing: border-box;
}

html {
    font-size: 14px;
    line-height: 2.3571428571;
}

body {
    -webkit-text-size-adjust: none;
    word-wrap: break-word;
    text-size-adjust: none;
    width: 100%;
    max-width: 1920px;
    min-height: 100%;
    margin: 0 auto;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

a {
    background-color: transparent;
    text-decoration: none;
}

a:active,
a:hover {
    outline-width: 0
}

a:hover {
    opacity: 0.3;
    transition: .3s;
}

img,
svg,
video {
    max-width: 100%;
    vertical-align: top;
}

img {
    border-style: none;
    height: auto;
}

/* ヘッダー */
#header {
    background-color: white !important;
    background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%) !important;
}

.l-header {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    transition: transform 0.3s ease;
    transform: translateY(0);
}


.l-header__inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 1280px;
    min-width: 1280px;
    margin: 0 auto;
    padding: 28px 36px;
    background-color: #fff
}

.l-header__inner .logo__image {
    display: flex;
    width: 100%;
    height: 100%
}

.l-header__inner .logo__japan {
    display: block;
    width: 44px;
    margin-top: 10px;
    margin-left: 10px
}

.l-header__inner .logo {
    -ms-grid-row-align: center;
    display: flex;
    position: relative;
    align-self: center;
    width: 227px;
    height: 44px
}

.l-header__inner .logo__main {
    display: block;
    width: 165px
}

.l-header__inner .logo__japan img {
    width: 99%
}


/* ヘッダー追加 */
.l-header__title {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.l-header__title dt {
    font-size: 16.5px;
    color: #4d4d4d;
    text-align: right;
}

.l-header__title dd {
    max-width: 210px;
    margin-top: 10px;
}

/* レスポンシブ切り替え */
.pc {
    display: block;
}

.sp {
    display: none;
}

/* フォント */
.inter-light {
  font-weight: 100;
}
.inter-bold {
  font-weight: 700;
}
.italic-font {
  font-weight: 100;
  font-style: italic;
}
.italic-fontR {
  font-weight: 400;
  font-style: italic;
}
.italic-fontM {
  font-weight: 500;
  font-style: italic;
}

/* 追従ボタン */
.fix-btnbox {
    position: fixed;
    right: 0;
    top: 35%;
    transform: translateY(-50%);
    z-index: 3;
    overflow: hidden;
}

.fix-btnbox a {
    display: block;
    font-size: 16px;
    line-height: 1.625;
    color: #fff;
    text-align: left;
    /* width: 180px; */
    width: 200px;
    height: 100px;
    transform: translateX(80px);
    transition: 0.3s ease-in-out;
}

.fix-btnbox a:hover {
    opacity: 1;
    transform: translateX(0);
}

.fix-btnbox .orange {
    background-color: #f47836;
}

.fix-btnbox .black {
    background-color: #000;
}

.fix-btnbox .grey {
    background-color: #56575f;
}

.fix-btnbox a p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.75em;
    word-break: keep-all;
}
.fix-btnbox a:hover p{
    width: fit-content;
}
.fix-btnbox a span {
    font-size: 130%;
}

.fix-btnbox a .origin-text {
    left: 30%;
}

.fix-btnbox a:hover .origin-text {
    opacity: 0;
}

.fix-btnbox a .changed-text {
    opacity: 0;
}

.fix-btnbox a:hover .changed-text {
    opacity: 1;
}
@media (min-width: 768px) and (max-width: 1441px) {
.fix-btnbox {
    top: 50%;
}

}
@media screen and (max-width: 767px) {
    .l-header {
        height: 64px;
    }

    .l-header__inner {
        padding: 17px 12px;
        width: 100%;
        min-width: 100%;
        height: 100%;
    }

    .l-header__inner .logo {
        width: 158px;
        height: 31px;
    }

    .l-header__inner .logo__main {
        width: 116px;
    }

    .l-header__inner .logo__japan {
        width: 34px;
    }

    .l-copyright {
        height: auto;
    }

    .l-copyright__inner {
        width: 100%;
        height: auto;
        padding: 40px 12px 36px;
    }

    .l-copyright__inner_inner {
        position: unset;
        align-items: unset;
        flex-direction: column;
    }

    .l-copyright__sns_twitter {
        padding-top: 24px;
        display: flex;
        align-items: center;
    }

    .l-copyright__sns_twitter span {
        padding-left: unset;
        padding-right: 8px;
    }

    .l-copyright__link {
        position: static;
        top: 8px;
        right: auto;
        flex-wrap: wrap;
        margin: 27px auto 11px;
        padding: 0;
    }

    .l-copyright__link li {
        width: 50%;
        margin: 0 0 24px;
        padding: 0;
    }

    .l-copyright__text {
        position: static;
        right: auto;
        text-align: center;
    }

    .l-header__title {
        display: block;
    }

    .l-header__title dt {
        font-size: 3vw;
    }

    .l-header__title dd {
        max-width: 38.5vw;
        margin-left: 0;
        margin-top: 1vw;
    }
    .l-copyright__link li:after {
        content: none;
    }
    /* レスポンシブ切り替え */
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
    .fix-btnbox {
        width: 100vw;
        display: flex;
        right: auto;
        top: auto;
        bottom: 0;
        left: 0;
        transform: none;
    }

    .fix-btnbox a {
        font-size: 11px;
        text-align: center;
        width: 33.33vw;
        height: fit-content;
        transform: none;
        padding: 1em;
    }
    .fix-btnbox a div {
        width: 50%;
        margin: 0 auto;
    }

    .fix-btnbox a p{
        position: static;
        transform: none;
        text-align: center;
        width: auto;
        line-height: 2;
    }
}

/* footer common */
/*-----FOOTER STYLES-----*/

.footer {
	color:#fff;
	background: #333333;
	background: -moz-linear-gradient(top, #525252, #030303);
	background: -webkit-gradient(linear, left top, left bottom, from(#525252), to(#030303));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525252', endColorstr='#030303',GradientType=0 );
	height: 135px;
	position: relative;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #eb5c02;
} 
#footer {
  width: 980px;
  margin: 0 auto;
}
footer p{
	font-size: 12px !important;
}
.sign {
	position: absolute;
	left: 820px;
	top: 29px;
	}
.vsign {
	position: absolute;
	top: -10px;
	left: 5px;
	background-image: url(../images/sprite.png);
	background-repeat: no-repeat;
	background-position: -867px -187px;
	height: 80px;
	width: 114px;
	}
.vsign p {
	margin-top: 2px;
	margin-left: 5px;
	}
.sign span {
	font-size: 75%;
	color: #999;
	position: absolute;
	top: 75px;
	width: 180px;
	left: -20px;
	line-height: 1em;
	}
.footnavi_outline {
	padding-top: 20px;
	}
ul#footnavi {
	padding-top: 5px;
	padding-left: 18px;
	clear: both;
	}
ul#footnavi li {
	float: left;
	font-size: 100%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #858585;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	}
ul#footnavi li a {
	color: #FFF;
    line-height: 1.5;
	}
ul#footnavi li a:hover {
	color: #ccc;
	text-decoration: underline;
    opacity: 1;
    transition:none;
	}
ul#footnavi li.last {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #858585;
	}
.copyright {
	padding-left: 18px;
	}
.mB30 {
	margin-bottom: 30px;
}
small{
    font-size: smaller;
}
@media screen and (max-width: 767px) {
    #footer {
     width: 90%;
     padding-bottom: 25px;
    }
    .footer{
        height: auto;
    }
    .mB30{
        margin-bottom: 70px;
    }
}