@charset "utf-8";
/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  overflow-y: scroll;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
input,
textarea {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
a:focus {
  outline: none;
}

/***********クリアフィックス***********/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px; /*¥*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}
.both {
  clear: both;
}

/***********aタグ設定************/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  color: #0c1533;
}
a:active {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

a:hover {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
}

a:link {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

a:visited {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/***********スマホ自動文字調整機能オフ***********/
body {
  -webkit-text-size-adjust: 100%;
}

/***********フォント設定**********/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html {
  font-size: 62.5%;
  color: #333;
}
html>/**/body {
  overflow: hidden;
  min-width: 1100px;
  line-height: 150%;
  letter-spacing: 0.1em;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto Serif";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSerifCJKjp-Regular.otf") format("opentype");
}
.inner {
  position: relative;
  margin: 0 auto;
  width: 920px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.sp {
  display: none;
}
img {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
    font-size: 3.2vw; /*24px*/
  }
  html>/**/body {
    min-width: 100%;
  }
  .inner {
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  img {
    width: 100%;
  }
}
/* header */
#header {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #0c1533;
}
#header .header_wrap {
  overflow: hidden;
  background: url(../images/header_bg_top.png) top repeat-x,
    url(../images/header_bg_btm.png) bottom repeat-x;
}
#header .inner {
  width: 1000px;
}
#header h1 {
  position: relative;
  float: left;
  padding: 24px 0 20px;
  width: 240px;
}
#header h1 img {
  width: 100%;
}
#header .header_nav {
  float: right;
  overflow: hidden;
  padding: 20px 0;
}
#header .header_nav_list li {
  position: relative;
  float: left;
}
#header .header_nav_list li:first-child {
  width: 82px;
}
#header .header_nav_list li:nth-child(2) {
  width: 56px;
}
#header .header_nav_list li:nth-child(3) {
  width: 98px;
}
#header .header_nav_list li.header_nav_shop,
#header .header_nav_list li.header_nav_outlet,
#header .header_nav_list li.header_nav_faq {
  width: 115px;
  margin-left: 7.5px;
}
#header .header_nav_list li + li {
  margin-left: 30px;
}
#header .header_nav_list li.header_nav_shop {
  margin-left: 30px;
}
#header .header_nav_list li img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #header .inner {
    width: 100%;
  }
  #header h1 {
    float: none;
    margin: 0 auto;
    padding: 0.96rem 0;
    width: 13.71rem;
  }
  #header #menu_btn {
    position: absolute;
    top: 0.95rem;
    right: 1rem;
    width: 1.96rem;
  }
  #header .header_nav {
    position: fixed;
    top: 3.96rem;
    left: 0;
    display: none;
    float: none;
    width: 100%;
    height: 100%;
    background: rgba(83, 92, 118, 0.95);
    padding: 3.88rem 0 0;
  }
  #header .header_nav_list li {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 15.96rem !important;
  }
  #header .header_nav_list li + li {
    margin-left: auto;
    margin-top: 3.92rem;
  }
  #header .header_nav_list li.header_nav_shop,
  #header .header_nav_list li.header_nav_outlet,
  #header .header_nav_list li.header_nav_faq {
    margin-left: auto;
    margin-top: 1.67rem;
  }
  #header .header_nav_list li.header_nav_shop {
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.17rem;
  }
  #header .sns_list {
    text-align: center;
    letter-spacing: -0.5em;
  }
  #header .sns_list li {
    width: 9.375rem;
  }
  #header .sns_list li + li {
    margin-left: 0.75rem;
  }
}
/**/
.sns_list {
  margin: 60px 0 40px;
  text-align: center;
  letter-spacing: -0.5em;
}
.sns_list li {
  position: relative;
  display: inline-block;
  letter-spacing: 0;
  width: 240px;
}
.sns_list li + li {
  margin-left: 20px;
}
.sns_list li a img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sns_list {
    margin: 3.08rem 0 1.67rem;
  }
  .sns_list li {
    width: 9.375rem;
  }
  .sns_list li + li {
    margin-left: 0.75rem;
  }
}
/* pagetop */
#page-top {
  display: none;
  position: fixed;
  bottom: 85px;
  right: 40px;
  z-index: 2;
}
#page-top a {
  overflow: hidden;
  background: url(../images/pagetop.png);
  width: 50px;
  height: 50px;
  display: block;
  text-indent: -200%;
}
@media screen and (max-width: 768px) {
  #page-top {
    bottom: 25px;
    right: 2%;
    width: 10%;
  }
  #page-top a {
    background-size: 100% auto;
    width: 100%;
    padding-bottom: 100%;
    line-height: 0;
    height: 0;
  }
}
/* footer */
#footer {
  background-color: #0c1533;
}
#footer .footer_wrap {
  overflow: hidden;
  background: url(../images/header_bg_top.png) top repeat-x,
    url(../images/header_bg_btm.png) bottom repeat-x;
}
#footer .copyright_txt {
  padding: 24px 0 22px;
  font-family: "Noto Serif";
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  color: #c5ccdd;
}
@media screen and (max-width: 768px) {
  #footer .copyright_txt {
    padding: 0.83rem 0;
    font-size: 0.71rem;
  }
}
/* ページ共通 */
.subpage .contents {
  margin-top: 160px;
}
.page_ttl {
  font-family: "Noto Serif";
  font-size: 3rem;
  text-align: center;
  color: #0c1533;
  letter-spacing: 0.075em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .subpage .contents {
    margin-top: 7.17rem;
  }
  .page_ttl {
    font-size: 1.67rem;
  }
}

.fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition: all 800ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/* cookie取得同意 */
.authorizationAgreement {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  z-index: 15000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 5% 20px;
  background: #313131;
  transform: translate(0, 100%);
  transition: transform 0.6s ease-in-out;
}
.authorizationAgreement.display {
  transform: translate(0, 0);
}

.authorizationAgreement_txt {
  color: #fff;
  font-size: 13px;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8;
}
.authorizationAgreement_txt a {
  color: #fff;
  text-decoration: underline;
}
.authorizationAgreement_txt a:hover {
  text-decoration: none;
}
.authorizationAgreement_btn {
  width: 180px;

  padding: 0 20px;
  margin-left: 30px;
  margin-right: 20px;
  font-weight: bold;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 1.6;
  padding-top: 0.2em;
  border-radius: 3px;
  transition: opacity 0.3s ease-in-out;
  background-color: #fff;
}
.authorizationNonAgreement_btn {
  color: #fff;
  font-size: 14px;
  margin-left: 40px;
}
.close_ico {
  display: block;
  width: 35px;
  margin-top: -45px;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
.authorizationAgreement_btn:hover,
.close_ico:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .authorizationAgreement {
    display: block;
    padding: 14vw 6vw 4vw;
  }
  .authorizationAgreement_txt {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }

  .authorizationAgreement_btn {
    width: 100%;
    font-size: 3.7vw;
    padding: 3vw 3vw;
    margin-left: auto;
    margin-right: auto;
    height: 10vw;
    line-height: 1.6;
  }
  .close_ico {
    width: 6vw;
    margin-top: 0;
    position: absolute;
    top: 3.8vw;
    right: 6vw;
  }
}
.subpage_box .dotListWrap > li {
  text-indent: -2.1em;
  padding-left: 2.1em;
}
