@charset "UTF-8";
/* reset
**********************************************************************/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html {
  font-size: 62.5%;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  color: #2A1710;
  font-size: 1.3rem;
  line-height: 1em;
  font-weight: 400;
  font-family: 'Noto Serif JP', serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* media query */
@font-face {
  font-family: 'ZenOldMincho';
  src: url("../font/ZenOldMincho-Regular.woff") format("woff"), url("../font/ZenOldMincho-Regular.eot") format("embedded-opentype");
}
@font-face {
  font-family: 'ZenOldMincho_tate';
  src: url("../font/ZenOldMincho-Regular_tate.woff") format("woff"), url("../font/ZenOldMincho-Regular_tate.eot") format("embedded-opentype");
}
@font-face {
  font-family: 'ZenOldMincho_Black';
  src: url("../font/ZenOldMincho-Black.woff") format("woff"), url("../font/ZenOldMincho-Black.eot") format("embedded-opentype");
}
@font-face {
  font-family: 'ZenOldMincho_Bold';
  src: url("../font/ZenOldMincho-Bold.woff") format("woff"), url("../font/ZenOldMincho-Bold.eot") format("embedded-opentype");
}
@font-face {
  font-family: 'OldStandardTT';
  src: url("../font/OldStandardTT-Regular.woff") format("woff"), url("../font/OldStandardTT-Regular.eot") format("embedded-opentype");
}
@font-face {
  font-family: 'OldStandardTT_Bold';
  src: url("../font/OldStandardTT-Bold.woff") format("woff"), url("../font/OldStandardTT-Bold.eot") format("embedded-opentype");
}
/* fontsize用 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: 'ZenOldMincho';
  box-sizing: border-box;
  position: relative;
  line-height: 2;
  color: #1c1c1c;
}
body.fixed {
  overflow: hidden;
}
body.fixed header .menu-trigger {
  right: 27px;
}
@media all and (max-width: 640px) {
  body.fixed header .menu-trigger {
    right: 10px;
  }
}
@media only screen and (max-width: 1300px) {
  body {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media all and (max-width: 768px) {
  body {
    font-size: 9px;
    font-size: 0.9rem;
  }
}
body #wrapper {
  overflow: hidden;
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media all and (max-width: 1200px) {
  .inner {
    width: 90%;
  }
}
@media all and (max-width: 640px) {
  .inner {
    width: 100%;
  }
}

/* 共通
---------------------------------------------------------- */
.more {
  text-align: center;
  transition: 0.5s;
}
.more a {
  display: block;
  margin: auto;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  max-width: 245px;
  font-size: 1.6rem;
}
@media all and (max-width: 640px) {
  .more a {
    padding: 9px;
    max-width: 200px;
    font-size: 1.4rem;
  }
}
.more a span {
  display: block;
  transition: 0.5s;
}
.more a span img {
  vertical-align: super;
  margin-left: 7px;
  width: 32px;
  height: 7px;
}
@media all and (max-width: 640px) {
  .more a span img {
    margin-left: 6px;
    width: 42px;
    height: 6px;
  }
}
@media all and (-ms-high-contrast: none) {
  .more a span img {
    vertical-align: baseline;
  }
}
.more a:hover span {
  transform: translateX(5px);
}

.campaign {
  position: relative;
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  text-align: center;
  font-weight: bold;
  color: #dc3333;
  max-width: 245px;
  border: 2px solid #ccc;
  background: #fff;
  padding: 8px 0;
  border-radius: 50px;
}
@media all and (max-width: 640px) {
  .campaign {
    margin: 15px auto 0;
    font-size: 1.3rem;
    letter-spacing: 0.1px;
    max-width: 200px;
  }
}
.campaign::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #ccc transparent transparent transparent;
}

a {
  transition: 0.5s;
  color: #1c1c1c;
  text-decoration: none;
}

.sp {
  display: none;
}
@media all and (max-width: 640px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media all and (max-width: 640px) {
  .pc {
    display: none;
  }
}

img {
  width: 100%;
}

/* header
---------------------------------------------------------- */
header {
  position: relative;
}
header .header_menu .menu, header .header_menu .menu span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
}
header .header_menu .menu {
  position: relative;
  z-index: 10;
}
header .header_menu .menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  z-index: 10;
}
header .header_menu .menu span:nth-of-type(1) {
  top: 0px;
}
header .header_menu .menu span:nth-of-type(2) {
  top: 10px;
}
header .header_menu .menu span:nth-of-type(3) {
  bottom: 0px;
}
header .header_menu .menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
header .header_menu .menu.active span:nth-of-type(2) {
  opacity: 0;
}
header .header_menu .menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}
header .header_menu #nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
}
header .header_menu #nav.active {
  right: 0;
  opacity: 1;
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}
header .header_menu #nav.active + .menubtn {
  z-index: 11;
}
header .header_menu #nav.active + .menubtn .sns {
  opacity: 0.1;
  pointer-events: none;
}
header .header_menu #nav .menubox {
  transform: translateY(0);
  transition: all 0.5s;
  max-width: 900px;
  width: 100%;
  margin: auto;
  padding: 50px 30px 20px;
  box-sizing: border-box;
  overflow: auto;
  height: 100%;
}
@media all and (max-width: 640px) {
  header .header_menu #nav .menubox {
    justify-content: space-between;
    padding: 30px 30px 20px;
  }
}
header .header_menu #nav .menubox .menu_contents ul.anchor li {
  line-height: 1.4;
  letter-spacing: 2px;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 40px;
}
@media all and (max-width: 640px) {
  header .header_menu #nav .menubox .menu_contents ul.anchor li {
    line-height: 1.5;
    font-size: 2rem;
    margin-bottom: 25px;
  }
}
header .header_menu #nav .menubox .menu_contents ul.anchor li a {
  color: #fff;
  display: block;
}
header .header_menu #nav .menubox .menu_contents ul.anchor li a:hover {
  opacity: 0.7;
  transition: 0.5s;
}
header .header_menu #nav .menubox .menu_contents ul.anchor li a img {
  height: 15px;
}
@media all and (max-width: 640px) {
  header .header_menu #nav .menubox .menu_contents ul.anchor li a img {
    height: 12px;
  }
}
header .header_menu #nav .menubox .menu_contents ul.sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
  width: 200px;
  margin: 30px auto 0;
}
@media all and (max-width: 640px) {
  header .header_menu #nav .menubox .menu_contents ul.sns {
    width: 150px;
  }
}
header .header_menu #nav .menubox .menu_contents ul.sns li img {
  width: 35px;
  height: 35px;
}
@media all and (max-width: 640px) {
  header .header_menu #nav .menubox .menu_contents ul.sns li img {
    width: 30px;
    height: 30px;
  }
}
header .header_menu #nav .menubox .menu_contents .now {
  max-width: 300px;
  letter-spacing: 2px;
  margin: auto;
}
@media all and (max-width: 640px) {
  header .header_menu #nav .menubox .menu_contents .now {
    max-width: 250px;
    letter-spacing: 1px;
  }
}
header .header_menu #nav .menubox .menu_contents .now a {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  font-size: 1.6rem;
  padding: 9px;
  box-sizing: border-box;
  text-align: center;
}
@media all and (max-width: 640px) {
  header .header_menu #nav .menubox .menu_contents .now a {
    font-size: 1.4rem;
  }
}
header .header_menu #nav .menubox .menu_contents .now a span {
  display: block;
  transition: 0.5s;
}
header .header_menu #nav .menubox .menu_contents .now a span img {
  width: 37px;
  height: 7px;
  vertical-align: super;
}
@media all and (max-width: 640px) {
  header .header_menu #nav .menubox .menu_contents .now a span img {
    margin-left: 3px;
  }
}
@media all and (-ms-high-contrast: none) {
  header .header_menu #nav .menubox .menu_contents .now a span img {
    vertical-align: baseline;
  }
}
header .header_menu #nav .menubox .menu_contents .now a:hover span {
  transform: translateX(5px);
}
header .header_menu .menubtn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  color: #fff;
  z-index: 1;
}
header .header_menu .menubtn .menu {
  width: 85px;
  height: 80px;
  cursor: pointer;
  z-index: 102;
}
@media all and (max-width: 640px) {
  header .header_menu .menubtn .menu {
    width: 25px;
    height: 50px;
    margin-right: 17.5px;
  }
}
header .header_menu .menubtn .menu.active {
  background: none !important;
}
header .header_menu .menubtn .menu.active span {
  background: #fff;
}
header .header_menu .menubtn .menu.active span:nth-of-type(1) {
  transform: translateY(23px) rotate(-45deg);
  top: 17px;
}
@media all and (max-width: 640px) {
  header .header_menu .menubtn .menu.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
    top: 26px;
    left: 0;
  }
}
header .header_menu .menubtn .menu.active span:nth-of-type(2), header .header_menu .menubtn .menu.active span:nth-of-type(4) {
  opacity: 0;
}
header .header_menu .menubtn .menu.active span:nth-of-type(3) {
  transform: translateY(0px) rotate(45deg);
  top: 40px;
}
@media all and (max-width: 640px) {
  header .header_menu .menubtn .menu.active span:nth-of-type(3) {
    transform: translateY(-15px) rotate(45deg);
    top: 50px;
    left: 0;
  }
}
header .header_menu .menubtn .menu span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 33px;
  width: 37px;
  height: 3px;
  background: #fff;
  transition: all .5s;
}
@media all and (max-width: 640px) {
  header .header_menu .menubtn .menu span {
    height: 2.5px;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
  }
}
header .header_menu .menubtn .menu span:nth-of-type(1) {
  top: 25px;
}
@media all and (max-width: 640px) {
  header .header_menu .menubtn .menu span:nth-of-type(1) {
    top: 22.5px;
  }
}
header .header_menu .menubtn .menu span:nth-of-type(2) {
  top: 41px;
}
@media all and (max-width: 640px) {
  header .header_menu .menubtn .menu span:nth-of-type(2) {
    top: 32.5px;
  }
}
header .header_menu .menubtn .menu span:nth-of-type(3) {
  top: 56px;
}
@media all and (max-width: 640px) {
  header .header_menu .menubtn .menu span:nth-of-type(3) {
    top: 42.5px;
  }
}
header .header_menu .menubtn .sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
  width: 152px;
  z-index: 1;
}
@media all and (max-width: 640px) {
  header .header_menu .menubtn .sns {
    margin-top: 18px;
    width: 130px;
    margin-right: 27.5px;
  }
}
header .header_menu .menubtn .sns li img {
  width: 35px;
}
@media all and (max-width: 640px) {
  header .header_menu .menubtn .sns li img {
    width: 30px;
  }
}
header .header_menu .menubtn.fixed {
  position: fixed;
}
header .header_menu .menubtn.fixed .sns {
  display: none;
}
header .header_menu .menubtn.fixed .menu {
  background: none;
}
header .header_menu .menubtn.fixed .menu span {
  background: #000;
}
header .header_menu .menubtn.fixed .menu span:nth-of-type(4) {
  color: #000;
  background: none;
}
header .header_menu .menubtn.fixed .menu.active span {
  background: #fff;
}

main .mainvisual {
  position: relative;
  text-align: center;
  background-color: #273458;
  height: 720px;
}
main .mainvisual .textArea {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  z-index: 1;
}
@media all and (max-width: 640px) {
  main .mainvisual .textArea {
    top: 43%;
  }
}
main .mainvisual .textArea h1 {
  font-size: 0;
}
@media all and (max-width: 640px) {
  main .mainvisual .textArea h1 {
    margin-bottom: 0;
  }
}
main .mainvisual .textArea h1 img {
  max-width: 330px;
}
@media all and (max-width: 640px) {
  main .mainvisual .textArea h1 img {
    max-width: 200px;
  }
}
main .mainvisual .textArea .timer {
  font-family: 'ZenOldMincho_Black';
  color: #fff;
  font-size: 3rem;
}
@media all and (max-width: 640px) {
  main .mainvisual .textArea .timer {
    font-size: 2.3rem;
    margin-top: 5px;
  }
}
main .mainvisual .now {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 375px;
  z-index: 1;
  letter-spacing: 2px;
}
@media all and (max-width: 640px) {
  main .mainvisual .now {
    bottom: 0;
    max-width: 100%;
    letter-spacing: 1px;
  }
}
main .mainvisual .now a {
  display: block;
  background: #dc3333;
  color: #fff;
  margin: auto;
  font-size: 1.6rem;
  padding: 9px;
  box-sizing: border-box;
}
main .mainvisual .now a span {
  display: block;
  transition: 0.5s;
}
main .mainvisual .now a span img {
  width: 37px;
  height: 7px;
  vertical-align: super;
}
@media all and (max-width: 640px) {
  main .mainvisual .now a span img {
    margin-left: 3px;
  }
}
@media all and (-ms-high-contrast: none) {
  main .mainvisual .now a span img {
    vertical-align: baseline;
  }
}
main .mainvisual .now a:hover span {
  transform: translateX(5px);
}
main .mainvisual .slide {
  height: 720px;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
@media all and (max-width: 640px) {
  main .mainvisual .slide {
    height: 617px;
  }
}
main .mainvisual .slide li div {
  position: absolute;
  height: 720px;
  top: 0;
  right: 0;
  left: 0;
  max-width: 100%;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  animation: bgAnimation 18s linear infinite 0s;
}
@media all and (max-width: 640px) {
  main .mainvisual .slide li div {
    height: 617px;
  }
}
main .mainvisual .slide li div p {
  position: absolute;
  font-family: 'ZenOldMincho_Bold';
  margin-top: 10px;
  font-size: 2rem;
  color: #fff;
  line-height: 1.5;
  width: 100%;
  left: 50%;
  bottom: 14vh;
  transform: translateX(-50%);
}
@media all and (max-width: 1366px) {
  main .mainvisual .slide li div p {
    bottom: 18vh;
  }
}
@media all and (max-width: 640px) {
  main .mainvisual .slide li div p {
    margin-top: 20px;
    font-size: 1.55rem;
    line-height: 1.8;
    bottom: 14vh;
  }
}
@media all and (max-width: 414px) {
  main .mainvisual .slide li div p {
    bottom: 16vh;
  }
}
main .mainvisual .slide li.slide01 div {
  background: url("../images/slide1_pc.jpg") no-repeat center center/cover;
}
@media all and (max-width: 640px) {
  main .mainvisual .slide li.slide01 div {
    background: url("../images/slide1_sp.jpg?022417") no-repeat center center/cover;
  }
}
main .mainvisual .slide li.slide02 div {
  background: url("../images/slide2_pc.jpg") no-repeat center center/cover;
  animation-delay: 4s;
}
@media all and (max-width: 640px) {
  main .mainvisual .slide li.slide02 div {
    background: url("../images/slide2_sp.jpg?022417") no-repeat center center/cover;
  }
}
main .mainvisual .slide li.slide03 div {
  background: url("../images/slide3_pc.jpg") no-repeat center left 30%/cover;
  animation-delay: 8s;
}
@media all and (max-width: 640px) {
  main .mainvisual .slide li.slide03 div {
    background: url("../images/slide3_sp.jpg?022417") no-repeat center center/cover;
  }
}
main .mainvisual .slide li.slide04 div {
  background: url("../images/slide4_pc.jpg") no-repeat center left 30%/cover;
  animation-delay: 12s;
}
@media all and (max-width: 640px) {
  main .mainvisual .slide li.slide04 div {
    background: url("../images/slide4_sp.jpg?022417") no-repeat center center/cover;
  }
}
main .mainvisual .slide::after {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
main .leadBox {
  position: relative;
  padding-bottom: 60px;
}
@media all and (max-width: 640px) {
  main .leadBox {
    padding-bottom: 0;
  }
}
main .leadBox::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #F8F3E7;
  z-index: -1;
}
@media all and (max-width: 768px) {
  main .leadBox::before {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 280px;
  }
}
@media all and (max-width: 640px) {
  main .leadBox::before {
    height: 188px;
  }
}
main .leadBox .inner .col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media all and (max-width: 640px) {
  main .leadBox .inner .col2 {
    margin-top: 45px;
  }
}
main .leadBox .inner .col2 li {
  width: 35%;
  position: relative;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
}
@media all and (max-width: 1025px) {
  main .leadBox .inner .col2 li {
    width: 45%;
  }
}
@media all and (max-width: 768px) {
  main .leadBox .inner .col2 li {
    width: 100%;
  }
}
main .leadBox .inner .col2 li.anchor {
  margin-right: 3.5vw;
}
@media all and (max-width: 768px) {
  main .leadBox .inner .col2 li.anchor {
    order: 2;
    margin-right: 25vw;
  }
}
@media all and (max-width: 640px) {
  main .leadBox .inner .col2 li.anchor {
    margin-right: 14vw;
    margin-bottom: 40px;
  }
}
@media all and (max-width: 360px) {
  main .leadBox .inner .col2 li.anchor {
    margin-right: 12vw;
  }
}
@media all and (max-width: 320px) {
  main .leadBox .inner .col2 li.anchor {
    margin-right: 8vw;
  }
}
main .leadBox .inner .col2 li.anchor ul li {
  line-height: 4.9em;
}
@media all and (max-width: 1025px) {
  main .leadBox .inner .col2 li.anchor ul li {
    line-height: 6em;
  }
}
main .leadBox .inner .col2 li.anchor ul li img {
  transition: 0.5s;
}
main .leadBox .inner .col2 li.anchor ul li img.nav1 {
  width: 24px;
}
@media all and (max-width: 640px) {
  main .leadBox .inner .col2 li.anchor ul li img.nav1 {
    width: 16px;
  }
}
main .leadBox .inner .col2 li.anchor ul li img.nav2 {
  width: 30px;
}
@media all and (max-width: 640px) {
  main .leadBox .inner .col2 li.anchor ul li img.nav2 {
    width: 20px;
  }
}
main .leadBox .inner .col2 li.anchor ul li img.nav3 {
  width: 29px;
}
@media all and (max-width: 640px) {
  main .leadBox .inner .col2 li.anchor ul li img.nav3 {
    width: 19px;
  }
}
main .leadBox .inner .col2 li.anchor ul li img.nav4 {
  width: 30px;
}
@media all and (max-width: 640px) {
  main .leadBox .inner .col2 li.anchor ul li img.nav4 {
    width: 20px;
  }
}
main .leadBox .inner .col2 li.anchor ul li img.nav5 {
  width: 29px;
}
@media all and (max-width: 640px) {
  main .leadBox .inner .col2 li.anchor ul li img.nav5 {
    width: 19px;
  }
}
main .leadBox .inner .col2 li.anchor ul li a:hover img {
  transform: translateY(5px);
}
@media all and (-ms-high-contrast: none) {
  main .leadBox .inner .col2 li.anchor ul li a:hover img {
    transform: none;
  }
}
@media all and (max-width: 768px) {
  main .leadBox .inner .col2 li.lead {
    order: 1;
    margin-right: 21vw;
  }
}
@media all and (max-width: 640px) {
  main .leadBox .inner .col2 li.lead {
    margin-right: 5vw;
    margin-bottom: 42px;
  }
}
main .leadBox .inner .col2 li.lead div {
  align-items: center;
  padding-top: 38px;
}
@media all and (max-width: 640px) {
  main .leadBox .inner .col2 li.lead div {
    padding-top: 0;
  }
}
main .leadBox .inner .col2 li.lead div h2 {
  font-family: 'ZenOldMincho_Bold';
  line-height: 1.5;
  font-size: 2.8rem;
  letter-spacing: -10px;
  margin-top: -9px;
  margin-left: 16px;
}
@media all and (max-width: 640px) {
  main .leadBox .inner .col2 li.lead div h2 {
    line-height: 1.4;
    letter-spacing: -11px;
    margin-top: -10px;
    margin-left: 10px;
  }
}
@media all and (max-width: 320px) {
  main .leadBox .inner .col2 li.lead div h2 {
    font-size: 2.4rem;
  }
}
@media all and (-ms-high-contrast: none) {
  main .leadBox .inner .col2 li.lead div h2 {
    letter-spacing: 0;
    margin-top: 0;
  }
}
main .leadBox .inner .col2 li.lead div h2 .space {
  display: inline-block;
  height: 10px;
}
main .leadBox .inner .col2 li.lead div p {
  font-family: 'ZenOldMincho_tate';
  line-height: 2.5;
  font-size: 1.5rem;
}
@media all and (max-width: 640px) {
  main .leadBox .inner .col2 li.lead div p {
    font-size: 1.4rem;
    line-height: 2.1;
  }
}
@media all and (max-width: 320px) {
  main .leadBox .inner .col2 li.lead div p {
    line-height: 1.8;
  }
}
main .leadBox .inner .col2 li.lead div p.notice {
  font-size: 1.3rem;
}
@media all and (max-width: 640px) {
  main .leadBox .inner .col2 li.lead div p.notice {
    font-size: 1rem;
    line-height: 4;
  }
}
main .shopArea {
  text-align: center;
}
main .shopArea h2 {
  font-family: 'ZenOldMincho_Bold';
  line-height: 1.2;
  color: #dc3333;
}
@media all and (max-width: 640px) {
  main .shopArea h2 {
    line-height: 1.4;
  }
}
main .shopArea h2.ippin {
  font-size: 5.5rem;
}
@media all and (max-width: 640px) {
  main .shopArea h2.ippin {
    font-size: 2.7rem;
  }
}
main .shopArea h2.ippin img {
  height: 25px;
}
@media all and (max-width: 640px) {
  main .shopArea h2.ippin img {
    height: 10px;
  }
}
main .shopArea h2.master {
  font-size: 5.5rem;
}
@media all and (max-width: 640px) {
  main .shopArea h2.master {
    font-size: 2.3rem;
  }
}
main .shopArea h2.master img {
  height: 25px;
}
@media all and (max-width: 640px) {
  main .shopArea h2.master img {
    height: 10px;
  }
}
main .shopArea ul.itemBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;
}
@media all and (max-width: 640px) {
  main .shopArea ul.itemBox {
    display: block;
    margin-top: 15px;
  }
}
main .shopArea ul.itemBox li:first-child {
  width: 67.5%;
  font-size: 0;
}
@media all and (max-width: 1025px) {
  main .shopArea ul.itemBox li:first-child {
    width: 80%;
    margin: auto;
  }
}
@media all and (max-width: 768px) {
  main .shopArea ul.itemBox li:first-child {
    width: 100%;
  }
}
main .shopArea ul.itemBox li:nth-child(2) {
  width: 28.4%;
  text-align: left;
}
@media all and (max-width: 1025px) {
  main .shopArea ul.itemBox li:nth-child(2) {
    width: 80%;
    margin: 8px auto 0;
    text-align: center;
  }
}
@media all and (max-width: 768px) {
  main .shopArea ul.itemBox li:nth-child(2) {
    width: 100%;
  }
}
main .shopArea ul.itemBox li:nth-child(2) h3 {
  font-family: 'ZenOldMincho_Bold';
  font-size: 2.8rem;
  line-height: 1.4;
}
@media all and (max-width: 640px) {
  main .shopArea ul.itemBox li:nth-child(2) h3 {
    text-align: center;
    font-size: 1.5rem;
    width: 90%;
    margin: auto;
    line-height: 2;
  }
}
main .shopArea ul.itemBox li:nth-child(2) p.price {
  margin: 10px 0 15px;
  font-family: 'OldStandardTT';
  font-size: 2.3rem;
  letter-spacing: 1px;
}
@media all and (max-width: 640px) {
  main .shopArea ul.itemBox li:nth-child(2) p.price {
    margin: 5px 0 13px;
    font-size: 1.7rem;
    text-align: center;
    letter-spacing: 0;
  }
}
main .shopArea ul.itemBox li:nth-child(2) p.comment {
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.9;
}
@media all and (max-width: 640px) {
  main .shopArea ul.itemBox li:nth-child(2) p.comment {
    font-size: 1.3rem;
    width: 90%;
    margin: auto;
    line-height: 2;
  }
}
main .shopArea ul.itemBox li:nth-child(2) p.more {
  margin-top: 20px;
}
main .shopArea ul.itemBox li:nth-child(2) p.more a {
  margin-left: 0;
}
@media all and (max-width: 1025px) {
  main .shopArea ul.itemBox li:nth-child(2) p.more a {
    margin: auto;
  }
}
main .shopArea ul.masterBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
@media all and (max-width: 768px) {
  main .shopArea ul.masterBox {
    display: block;
    margin-top: 15px;
  }
}
main .shopArea ul.masterBox li:first-child {
  width: 52.9%;
}
@media all and (max-width: 768px) {
  main .shopArea ul.masterBox li:first-child {
    width: 100%;
    margin: auto;
  }
}
main .shopArea ul.masterBox li:nth-child(2) {
  width: 44%;
}
@media all and (max-width: 768px) {
  main .shopArea ul.masterBox li:nth-child(2) {
    width: 100%;
    margin-top: 8px;
  }
}
main .shopArea ul.masterBox li:nth-child(2) p.comment {
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.9;
}
@media all and (max-width: 640px) {
  main .shopArea ul.masterBox li:nth-child(2) p.comment {
    font-size: 1.3rem;
    margin: 0 auto;
    width: 90%;
  }
}
main .shopArea .accordion_btn {
  display: none;
}
@media all and (max-width: 640px) {
  main .shopArea .accordion_btn {
    display: block;
    cursor: pointer;
    margin: 30px auto 0;
    width: 100%;
    padding: 7px;
    box-sizing: border-box;
    max-width: 200px;
    font-size: 1.4rem;
  }
  main .shopArea .accordion_btn::after {
    content: "+";
    top: 50%;
    transform: translateY(-50%);
    margin-left: 5px;
  }
}
main .shopArea .accordion_btn.active::after {
  content: "ー";
}
main .shopArea div.col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 66px;
}
@media all and (max-width: 640px) {
  main .shopArea div.col3 {
    display: none;
    margin-top: 50px;
  }
}
main .shopArea div.col3 div {
  width: 30%;
}
@media all and (max-width: 640px) {
  main .shopArea div.col3 div {
    width: 80%;
    margin: auto;
  }
}
@media all and (max-width: 640px) {
  main .shopArea div.col3 div:not(:first-child) {
    margin-top: 40px;
  }
}
main .shopArea div.col3 p {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media all and (max-width: 640px) {
  main .shopArea div.col3 p {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 640px) {
  main .shopArea div.col3 p.more {
    margin-top: 20px;
    line-height: 2;
  }
}
main .darkblue {
  position: relative;
  background: #273458;
  color: #fff;
  padding-bottom: 100px;
}
@media all and (max-width: 640px) {
  main .darkblue {
    padding-bottom: 35px;
  }
}
main .darkblue::before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/nami_darkblue_pc.svg);
  width: 100%;
  height: 0;
  padding-top: 0.83%;
  margin-top: -0.83%;
}
@media all and (max-width: 640px) {
  main .darkblue::before {
    background-image: url(../images/nami_darkblue_sp.svg);
    padding-top: 1.3333%;
    margin-top: -1.3333%;
  }
}
main .darkblue .inner {
  padding-top: 80px;
}
@media all and (max-width: 640px) {
  main .darkblue .inner {
    padding-top: 40px;
  }
}
main .darkblue .inner h2 {
  color: #fff;
}
main .blue {
  position: relative;
  background: #1F3F6C;
  color: #fff;
  padding-top: 65px;
  padding-bottom: 100px;
}
@media all and (max-width: 640px) {
  main .blue {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
main .blue .accordion_btn {
  background: #fff;
  color: #273458;
}
main .blue .more a {
  background: #fff;
  color: #273458;
}
main .blue h2 {
  color: #fff;
}
main .beige {
  position: relative;
  background: #E8E1D3;
  padding-bottom: 100px;
}
@media all and (max-width: 640px) {
  main .beige {
    padding-bottom: 35px;
  }
}
main .beige::before {
  position: absolute;
  left: 0;
  right: 0;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/nami_beige_pc.svg);
  width: 100%;
  height: 0;
  padding-top: 0.83%;
  margin-top: -0.83%;
}
@media all and (max-width: 640px) {
  main .beige::before {
    background-image: url(../images/nami_beige_sp.svg);
    padding-top: 1.3333%;
    margin-top: -1.3333%;
  }
}
main .beige .inner {
  padding-top: 80px;
}
@media all and (max-width: 640px) {
  main .beige .inner {
    padding-top: 40px;
  }
}
main .beige .inner .more a {
  background: #dc3333;
  color: #fff;
}
main .lightbeige {
  background: #F8F3E7;
  padding-top: 65px;
  padding-bottom: 100px;
}
@media all and (max-width: 640px) {
  main .lightbeige {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
main .lightbeige .accordion_btn {
  background: #fff;
  color: #dc3333;
  border: 2px solid #dc3333;
}
main .lightbeige .more a {
  background: #dc3333;
  color: #fff;
}
main .timeline {
  text-align: center;
  padding-top: 80px;
}
@media all and (max-width: 640px) {
  main .timeline {
    padding-top: 50px;
  }
}
@media all and (max-width: 640px) {
  main .timeline .fb-page {
    max-width: 300px;
  }
}
@media all and (max-width: 640px) {
  main .timeline .fb-page iframe {
    max-width: 300px;
  }
}
main .bannerArea {
  position: fixed;
  right: 0;
  bottom: 80px;
  background: #f8d6d6;
  border-radius: 10px 0 0 10px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
@media all and (max-width: 640px) {
  main .bannerArea {
    width: 84%;
    border-radius: 0 10px 0 0;
    bottom: 0;
    left: 0;
    border: none;
  }
}
main .bannerArea.none {
  opacity: 0;
  transition: 0.5s;
}
main .bannerArea a {
  display: block;
}
@media all and (max-width: 640px) {
  main .bannerArea a {
    max-width: 90%;
  }
}
main .bannerArea p.text {
  display: block;
  padding: 20px 20px 15px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
@media all and (max-width: 640px) {
  main .bannerArea p.text {
    padding: 10px;
    box-sizing: border-box;
    font-size: 3.2vw;
    text-align: left;
  }
}
main .bannerArea p.text span.large {
  font-size: 2.2rem;
  color: #cc141d;
}
@media all and (max-width: 640px) {
  main .bannerArea p.text span.large {
    font-size: 5vw;
    margin-left: 5px;
  }
}
main .bannerArea p.close {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #1c1c1c;
  color: #fff;
  text-align: center;
  top: -8px;
  right: 10px;
  line-height: 2rem;
  cursor: pointer;
}
@media all and (max-width: 640px) {
  main .bannerArea p.close {
    top: 50%;
    transform: translateY(-50%);
  }
}

/* footer
---------------------------------------------------------- */
footer {
  text-align: center;
  margin-top: 140px;
}
@media all and (max-width: 640px) {
  footer {
    background: #F8F3E7;
    margin-top: 70px;
    padding: 35px 20px 20px;
  }
}
footer .logo {
  text-align: center;
}
footer .logo img {
  width: 250px;
}
@media all and (max-width: 640px) {
  footer .logo img {
    width: 150px;
  }
}
footer .sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 35px auto 0;
  max-width: 289px;
}
@media all and (max-width: 640px) {
  footer .sns {
    margin: 20px auto 0;
    max-width: 140px;
  }
}
footer .sns li img {
  width: 41px;
  height: 41px;
}
@media all and (max-width: 640px) {
  footer .sns li img {
    width: 20px;
    height: 20px;
  }
}
footer .copyright {
  margin: 32px 0 90px;
  font-size: 1.9rem;
}
@media all and (max-width: 640px) {
  footer .copyright {
    margin-top: 10px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
footer #pagetop {
  z-index: 9;
  position: fixed;
  right: 10px;
  display: block;
  padding: 30px;
  transition: none;
  background: #E8E1D3;
  transition: .3s;
  border-radius: 30px;
  cursor: pointer;
}
@media all and (max-width: 640px) {
  footer #pagetop {
    padding: 20px;
  }
}
footer #pagetop:hover {
  opacity: 0.7;
  transition: 0.5s;
}
footer #pagetop::before {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #1c1c1c;
  border-left: 1px solid #1c1c1c;
  border-right: 0;
  transform: rotate(45deg);
}
footer #pagetop::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 18px;
  background: #1c1c1c;
  transform: rotate(0deg);
}

@keyframes bgAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  30% {
    opacity: 1;
  }
  43% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
_:lang(x) + _:-webkit-full-screen-document, main .leadBox .inner .col2 li.lead div h2 {
  letter-spacing: 0;
  margin-top: 0;
}

@-moz-document url-prefix() {
  main .leadBox .inner .col2 li.lead div h2 {
    letter-spacing: 0;
    margin-top: 0;
  }

  main .leadBox .inner .col2 li.lead div p span.yoko {
    writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    line-height: 1.2;
  }
}
