/*!
 * http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain)
 */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
body {
    line-height: 1
}
ol,
ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}
table {
    border-spacing: 0;
    border-collapse: collapse
}
html {
    height: 100%;
    font-size: 62.5%
}
body,
html {
    width: 100%
}
body {
    color: #000;
    font-family: 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 Pro, Hiragino Mincho Pro, MS P明朝, MS PMincho, serif;
    word-wrap: break-word;
    overflow-wrap: break-word
}
main {
    display: block
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}
a,
button,
input,
textarea {
    outline: none
}
a {
    text-decoration: none
}
button {
    padding: 0;
    cursor: pointer;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
small {
    font-family: Verdana, Arial, Geneva, Tahoma, sans-serif
}
.is-show {
    display: block !important
}
.is-hide,
.is-pc {
    display: none !important
}
.is-sp {
    display: block !important
}
.is-hidden {
    visibility: hidden
}
body {
    position: relative;
    height: auto
}
.header a {
    display: block
}
ul.sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 2.66667vw
}
ul.sns > li {
    width: 6.4vw;
    height: 6.4vw;
    margin: 0 0.8vw
}
ul.sns > li a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0
}
ul.sns > li a.sns__facebook {
    background-image: url('../../../assets/common/img/icn-facebook.svg')
}
ul.sns > li a.sns__twitter {
    background-image: url('../../../assets/common/img/icn-twitter.svg');
    border-radius: 50%;
    background-color: #1d9bf0;
    background-size: 4.53333vw 3.73333vw
}
ul.sns > li a.sns__line {
    background-image: url('/assets/common/img/icn-line.svg')
}
ul.sns > li a.sns__youtube {
    background-image: url('../../../assets/common/img/icn-youtube.svg')
}
ul.sns > li a.sns__instagram {
    background-image: url('../../../assets/common/img/icn-instagram.svg')
}
a:hover {
    text-decoration: underline
}
.drawer__bg {
    position: absolute;
    visibility: hidden;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 1
}
.drawer__bg.is-open {
    visibility: visible
}
.header {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 0;
    width: 100%;
    padding: 1.86667vw 3.46667vw 0.86667vw 1.86667vw;
    background-color: hsla(0, 0%, 100%, 0.9);
    z-index: 2
}
.header .header__logoshira {
    width: 52vw;
    height: 10.66667vw;
    background-image: url('../../../assets/common/img/sp/logo-shirasaka.svg');
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0
}
.header .header__logoshira a {
    display: block;
    height: 100%
}
.header nav,
.header ul.gNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.header ul.gNav {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 14.4vw;
    right: 0;
    width: 96vw;
    background-color: hsla(0, 0%, 100%, 0.93);
    z-index: 1;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    z-index: 2000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out
}
.header ul.gNav.is-open {
    padding-bottom: 5.33333vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    visibility: visible;
    opacity: 1
}
.header ul.gNav > li {
    position: relative;
    width: 100%;
    font-size: 16px;
    font-size: 5.26667vw;
    font-family: Yu Gothic, Yu Gothic Medium, 游ゴシック Medium, YuGothic, 游ゴシック体, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
    font-weight: 900;
    text-align: center
}
.header ul.gNav>li:first-of-type {
    display: none
}
.header ul.gNav>li:after {
    content: "";
    display: block;
    width: 82.66667vw;
    height: 1px;
    margin: auto;
    background-color: #009FE6
}
.header ul.gNav > li a {
    line-height: 2.625;
    display: block;
		color: #007AE6;
}
.header ul.gNav>li a:hover {
    text-decoration: none
}
.header ul.gNav > li a.gNav__facebook,
.header ul.gNav>li a.gNav__instagram,
.header ul.gNav>li a.gNav__line,
.header ul.gNav>li a.gNav__twitter,
.header ul.gNav > li a.gNav__youtube {
    padding-top: 11.2vw;
    background-position: 50%;
    background-repeat: no-repeat;
    font-size: 0
}
/*.header ul.gNav > li a.gNav__facebook {
    background-color: rgba(9, 92, 171, .12);
    background-image: url('/assets/common/img/sp/txt-gnav_facebook.svg');
    background-size: 35.73333vw 3.73333vw
}
.header ul.gNav > li a.gNav__twitter {
    background-color: rgba(0, 164, 231, .15);
    background-image: url('/assets/common/img/sp/txt-gnav_twitter.svg');
    background-size: 35.73333vw 3.73333vw
}
.header ul.gNav > li a.gNav__line {
    background-color: rgba(0, 153, 98, .15);
    background-image: url('/assets/common/img/sp/txt-gnav_line.svg');
    background-size: 35.73333vw 3.73333vw
}
.header ul.gNav > li a.gNav__youtube {
    background-color: rgba(212, 122, 89, .15);
    background-image: url('/assets/common/img/sp/txt-gnav_youtube.svg');
    background-size: 35.73333vw 3.73333vw
}
.header ul.gNav > li a.gNav__instagram {
    background-color: rgba(215, 86, 156, .15);
    background-image: url('/assets/common/img/sp/txt-gnav_instagram.svg');
    background-size: 35.73333vw 3.73333vw
}*/
.header .drawerLaunch {
    position: relative;
    width: 8.53333vw;
    height: 8.53333vw;
    cursor: pointer
}
.header .drawerLaunch.is-open .drawerLaunch__btn {
    background-color: transparent
}
.header .drawerLaunch.is-open .drawerLaunch__btn:before {
    top: 0;
    background-color: #007AE6;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.header .drawerLaunch.is-open .drawerLaunch__btn:after {
    top: 0;
    background-color: #007AE6;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}
.header .drawerLaunch .drawerLaunch__btn {
    position: absolute;
    top: 50%;
    left: 0;
    width: 8.53333vw;
    height: 1.06667vw;
    background-color: #007AE6;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    pointer-events: none
}
.header .drawerLaunch .drawerLaunch__btn:after,
.header .drawerLaunch .drawerLaunch__btn:before {
    position: absolute;
    content: "";
    display: block;
    width: 8.53333vw;
    height: 1.06667vw;
    background-color: #007AE6;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}
.header .drawerLaunch .drawerLaunch__btn:before {
    top: -2.4vw
}
.header .drawerLaunch .drawerLaunch__btn:after {
    top: 2.4vw
}
.footer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 13.33333vw;
    padding-bottom: 3.73333vw;
    overflow: hidden;
			background-image: url('../../../assets/top/img/pc/foot.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 100% 100%;
}

.footer ul.sns {
    margin: 3.73333vw 0 4.26667vw;
    z-index: 1
}
.footer ul.sns > li {
    width: 14.4vw;
    height: 14.4vw;
    margin: 0 1.6vw
}
.footer ul.sns > li a.sns__twitter {
    border-radius: 50%;
    background-size: 8vw 7.46667vw
}
.footer .footer__logoJimin {
    width: 34.4vw;
    height: 10.66667vw;
    margin: 5vw auto 2.66667vw;
    background-image: url('../../../assets/common/img/logo-jimin.svg');
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
    z-index: 1
}
.footer .footer__logoJimin a {
    display: block;
    height: 100%;

}
.footer .footer__copyright {
	margin-top: 15vw;
    font-size: 10px;
    font-size: 2.3vw;
    color: #fff;
    text-align: center;
    z-index: 1
}