@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700,900");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -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;
}

a {
  text-decoration: none;
}

i {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
i,
b,
em,
strong {
  font-style: normal;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button:focus {
  outline: none;
}

.sans-serif {
  font-family: 'Noto Sans JP','Roboto','Lato','游ゴシック Medium','游ゴシック体','Yu Gothic Medium','YuGothic','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

body, input::-webkit-input-placeholder, button,
.serif {
  font-family: 'Noto Serif JP','EB Garamond','Georgia','"游明朝体','YuMincho','游明朝','Yu Mincho','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN W3','HiraMinProN-W3','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
}

body, input:-ms-input-placeholder, button,
.serif {
  font-family: 'Noto Serif JP','EB Garamond','Georgia','"游明朝体','YuMincho','游明朝','Yu Mincho','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN W3','HiraMinProN-W3','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
}

body, input::-ms-input-placeholder, button,
.serif {
  font-family: 'Noto Serif JP','EB Garamond','Georgia','"游明朝体','YuMincho','游明朝','Yu Mincho','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN W3','HiraMinProN-W3','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
}

body, input::placeholder, button,
.serif {
  font-family: 'Noto Serif JP','EB Garamond','Georgia','"游明朝体','YuMincho','游明朝','Yu Mincho','ヒラギノ明朝 ProN W3','Hiragino Mincho ProN W3','HiraMinProN-W3','ヒラギノ明朝 ProN','Hiragino Mincho ProN','ヒラギノ明朝 Pro','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
}

#sl_mainvisual {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc(900vw / 16);
  min-height: 540px;
  display: block;
}

#sl_mainvisual .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#sl_mainvisual .bg:nth-of-type(1) {
  background: url(../images/top1.jpg) top center/cover no-repeat;
}

#sl_mainvisual .bg:nth-of-type(2) {
  background: url(../images/top2.jpg) top center/cover no-repeat;
}

#sl_mainvisual .bg:nth-of-type(3) {
  background: url(../images/top3.jpg) top center/cover no-repeat;
}

#sl_mainvisual .bg:not(:first-of-type) {
  display: none;
}

#sl_mainvisual .daiji {
  z-index: 2;
  position: absolute;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  max-width: 600px;
  max-height: 600px;
}

#sl_mainvisual .daiji img {
  max-width: 100%;
}

#sl_mainvisual #page_nav {
  /*max-width:600px;*/
  position: absolute;
  z-index: 3;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  left: 50%;
  bottom: 1em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
}

#sl_mainvisual #page_nav ul {
  margin: 1em;
}

#sl_mainvisual #page_nav li a {
  position: relative;
  font-size: 14px;
  color: #fff;
  padding: 30px .4em 1em;
  display: inline-block;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
}

#sl_mainvisual #page_nav li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #fff;
}

#sl_mainvisual #page_nav li:first-of-type {
  margin-left: 1em;
}

#sl_mainvisual #page_nav li:first-of-type a {
  padding-top: 50px;
}

#sl_mainvisual #page_nav li:first-of-type a:before {
  height: 40px;
}

@media (min-width: 641px) {
  #sl_mainvisual #page_nav li a {
    font-size: 21px;
    font-weight: 700;
    padding: 30px .5em 1em;
  }
}

.sl_list::-webkit-scrollbar {
  display: block;
  height: 8px;
  background-color: #ccc;
  overflow: auto;
}

.sl_list::-webkit-scrollbar-thumb {
  /*  border-radius: 10px;*/
  background: #ffa500;
}

#font-test {
  position: fixed;
  z-index: 5;
  top: 1em;
  right: 1em;
}

#font-test button {
  padding: .3em 2em;
  margin: .5em;
  font-size: 24px;
  font-weight: 700;
  background: #222;
  color: #fff;
  border: 2px solid #fff;
}

section:not(:nth-of-type(1)) {
  position: relative;
  font-size: 14px;
  padding: 10px;
  height: 100vh;
  width: 100%;
  border: 0px solid #000;
  border-width: 15px 0;
}

div.obi {
  content: "";
  display: block;
  height: 48px;
  width: 100%;
  background: url(../images/obi.jpg) top left repeat;
}

section .sl_list {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 auto;
  max-width: 1080px;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.slick-dots {
  background: rgba(255, 255, 255, 0.7);
}

@media (min-width: 641px) {
  section .sl_list {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    max-height: 90%;
  }
}

section .sl_list li.sl_page {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: left;
  padding: 4em 6em;
}

section .sl_list li h1 {
  font-size: 2em;
  font-weight: 900;
  line-height: 2em;
}

section .sl_list li p {
  font-size: 1em;
  line-height: 1.8em;
  margin: 0 .5em;
  text-indent: 1em;
}

section .sl_list li p + h1 {
  margin-right: 4em;
}

.sl_page dt {
  font-size: 1.166em;
  font-weight: 700;
  line-height: 2em;
  margin-right: 1.5em;
}

.sl_page dd {
  font-size: 1em;
  line-height: 1.6em;
  margin-top: 1em;
}

.sl_page table {
  margin: 1em .5em 0 1em;
  height: 100%;
}

.sl_page tr {
  border: 1px solid #666;
  border-width: 0 1px;
}

.sl_page tr:nth-of-type(odd) {
  background: rgba(0, 0, 0, 0.05);
}

.sl_page th {
  height: 40%;
  vertical-align: middle;
  padding: 4px 8px;
  font-size: 1em;
  line-height: 1.2em;
}

.sl_page th small {
  font-size: .8em;
  font-weight: 400;
  margin-top: .5em;
}

.sl_page td {
  height: 60%;
  vertical-align: middle;
  padding: 4px 6px;
  font-size: .8em;
  line-height: 1.2em;
}

.sl_page h2 {
  position: relative;
  display: inline-block;
  padding: 50px 0;
  font-size: 1.166em;
  font-weight: 700;
  line-height: 2em;
  margin-right: 1.5em;
}

.sl_page h2:before, h2:after {
  content: "";
  position: absolute;
  left: 50%;
  display: inline-block;
  width: 1px;
  height: 40px;
  background: #333;
}

.sl_page h2:before {
  top: 0;
}

h2:after {
  bottom: 0;
}

.sl_page ol {
  list-style-type: none;
}

.sl_page ol > li {
  font-size: 1.166em;
  font-weight: 700;
  padding: .5em;
}

@media (min-width: 641px) {
  section:not(:nth-of-type(1)) {
    font-size: 18px;
    padding: 80px;
  }
}

.wa.slick-arrow {
  z-index: 40;
  position: absolute;
  top: 50%;
  font-weight: 700;
  border: 3px solid #202020;
  color: #202020;
  font-size: 1.3333em;
  text-align: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  line-height: 40px;
  margin: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 1s;
  transition: all 1s;
  cursor: pointer;
}

.wa.slick-arrow.slick-disabled {
  pointer-events: none;
  color: rgba(32, 32, 32, 0.2);
  border-color: rgba(32, 32, 32, 0.2);
}

ul > p.wa:nth-of-type(1) {
  right: 10px;
}

ul > p.wa:nth-of-type(2) {
  left: 10px;
}

.slick-dots {
  bottom: 12px;
  background: none;
}

.slick-dots li button:before {
  font-size: 9px;
}

#sl00 {
  background: url(../images/c0.jpg) center top/cover;
}

#sl01 {
  background: url(../images/c1.jpg) center top/cover;
}

#sl02 {
  background: url(../images/c2.jpg) center top/cover;
}

#sl03 {
  background: url(../images/c3.jpg) center top/cover;
}

#sl04 {
  background: url(../images/c4.jpg) center top/cover;
}

#sl05 {
  background: url(../images/c5.jpg) center top/cover;
}

#sl06 {
  background: url(../images/c6.jpg) center top/cover;
}

#sl07 {
  background: url(../images/c7.jpg) center top/cover;
}

#sl08 {
  background: url(../images/c8.jpg) center top/cover;
}

.hor {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  text-align: center;
  width: 640px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hor img {
  margin-bottom: -2em;
  width: 240px;
}

@media (min-width: 641px) {
  .hor img {
    margin-bottom: -2em;
    width: 240px;
  }
}

a.addtocart {
  color: #fff;
}

.hor button {
  border: 1px solid #222;
  color: #222;
  background: transparent;
  cursor: pointer;
}

.hor h3 {
  letter-spacing: -.05em;
}

.notes {
  font-size: 14px;
  line-height: 21px;
  padding: .5em;
}

.notes li button {
  padding: .5em 3em;
  color: #fff;
  background: #222;
}

.notes li h3 small {
  /*display:block;*/
}

.notes li:first-of-type {
  padding: 1em;
}

.detail {
  font-size: 16px;
}

.detail tr:nth-of-type(odd) {
  background: none;
}

.detail th {
  height: 20%;
}

.detail td {
  height: 80%;
  line-height: 1.5em;
}

#fixed_nav {
  position: fixed;
  width: 65px;
  bottom: 20%;
  right: -100%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#fixed_nav.slide {
  right: -15px;
  opacity: .8;
}

#fixed_nav ul {
  text-align: center;
  font-size: .7em;
}

#fixed_nav ul li {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  display: inline-block;
  padding: .8em .5em;
  text-align: center;
  font-weight: 900;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
}

#fixed_nav ul li:nth-of-type(1) {
  z-index: 49;
  font-size: 1em;
  width: 80%;
  border-radius: 50%;
}

#fixed_nav ul li:nth-of-type(2) {
  z-index: 50;
  margin: -10px 0;
  font-size: 1.8em;
  padding: .5em;
  width: 100%;
  color: #111;
  background: #d8d8d8;
  border-radius: 50%;
}

#fixed_nav ul li:nth-of-type(3) {
  z-index: 49;
  font-size: 1em;
  width: 80%;
  border-radius: 50%;
}

#fixed_nav ul li svg {
  width: 32px;
  height: 32px;
}

#fixed_nav ul li svg path {
  fill: #000;
}

#fixed_nav ul li:nth-of-type(1) svg path,
#fixed_nav ul li:nth-of-type(3) svg path {
  fill: #fff;
}

#fixed_nav ul li:nth-of-type(2) svg {
  width: 48px;
  height: 48px;
}

.smp {
  display: inline;
}

.pc {
  display: none;
}

@media (min-width: 641px) {
  #fixed_nav ul {
    font-size: 1em;
    text-align: right;
  }
  #fixed_nav ul li {
    padding: .5em;
  }
  #fixed_nav {
    width: 90px;
    bottom: 50%;
  }
  #fixed_nav ul li svg {
    display: none;
  }
  #fixed_nav ul li:nth-of-type(1) {
    font-size: 1em;
    width: 80%;
    border-radius: 20px 0 0 0;
  }
  #fixed_nav ul li:nth-of-type(2) {
    font-size: 1.8em;
    margin: 0;
    background: rgba(240, 240, 240, 0.9);
    border-radius: 20px 0 0 20px;
  }
  #fixed_nav ul li:nth-of-type(3) {
    font-size: 1em;
    width: 80%;
    border-radius: 0 0 0 20px;
  }
  .smp {
    display: none;
  }
  .pc {
    display: inline;
  }
}
/*# sourceMappingURL=fop-new-lp.css.map */