@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 40px;
  height: 80px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .slick-prev, .slick-next {
    bottom: auto;
    top: 30%;
    width: 30px;
    height: 53.3px;
  }
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  position: absolute;
  content: "";
  background: url(../images/slide_arrow.svg) no-repeat;
  width: 40px;
  height: 80px;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .slick-prev:before, .slick-next:before {
    width: 30px;
    height: 53.3px;
  }
}

.slick-prev {
  left: 55px;
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: -20px;
  }
}

.slick-prev:before {
  transform: rotate(180deg);
}

.slick-next {
  right: 55px;
}
@media screen and (max-width: 767px) {
  .slick-next {
    right: -20px;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*
0:セット
------------------------------------------------------------
*/
html {
  width: 100%;
}

body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #606060;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.win body {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
}

a {
  text-decoration: none;
  color: #606060;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.pc {
  display: inherit;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

/*
//ベース
------------------------------------------------------------
*/
#container_wrap {
  overflow: hidden;
  min-width: 950px;
}
@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

#container {
  background: url(../images/bg.svg) no-repeat top center/100% auto;
  overflow: hidden;
}

#content_top {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #content_top {
    margin-top: 10%;
  }
}

.inner {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.inner::after {
  content: "";
  display: block;
  clear: both;
}

.inner_88 {
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.inner_88::after {
  content: "";
  display: block;
  clear: both;
}

.inner_99 {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.inner_99::after {
  content: "";
  display: block;
  clear: both;
}

.section {
  margin-bottom: 8%;
}
@media screen and (max-width: 767px) {
  .section {
    margin-bottom: 20%;
  }
}

.section_wrap {
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding: 15% 0;
  }
}
.section_wrap .main_ttl {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section_wrap .main_ttl {
    margin-bottom: 15%;
  }
}

#main {
  float: right;
  width: calc(100% - 220px - 5%);
}
@media screen and (max-width: 767px) {
  #main {
    float: none;
    width: 100%;
    margin-bottom: 10%;
  }
}

#sub {
  float: left;
  width: 220px;
}
@media screen and (max-width: 767px) {
  #sub {
    float: none;
    width: 100%;
  }
}

/*
//ヘッダー
------------------------------------------------------------
*/
header {
  padding: 30px 3vw 40px;
}
@media screen and (max-width: 767px) {
  header {
    padding: 70px 5vw 20px;
  }
}

.header_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header_box {
    flex-flow: wrap;
    justify-content: center;
  }
}

.header_ttl img.logo {
  width: 150px;
  height: 114px;
}

#header_left {
  width: 296px;
}
@media screen and (max-width: 767px) {
  #header_left {
    text-align: center;
  }
}
#header_left img.h_title {
  margin-bottom: 30px;
}

#header_right {
  width: 773px;
}

#gnavi {
  font-size: 0.875em;
  letter-spacing: 2px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #gnavi {
    display: none;
  }
}
#gnavi ul {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#gnavi ul li {
  position: relative;
}
#gnavi ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
#gnavi ul li:last-child:after {
  background: none;
}
#gnavi ul li:after {
  position: absolute;
  content: "";
  background: url(../images/navi_line.png) no-repeat;
  width: 3px;
  height: 52px;
  right: -35px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#gnavi ul li a:hover img {
  transform: rotate(-15deg);
}
#gnavi ul li img {
  display: block;
  margin: 0 auto 5px;
  width: 24px;
  transition: 0.5s;
}

.h_fixed {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  right: 0;
  background: linear-gradient(to left, #bfb9db, #a1c2d2);
  width: 390px;
  height: 80px;
  border-radius: 0 0 0 80px;
  z-index: 4;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .h_fixed {
    height: 50px;
    width: 100%;
    border-radius: 0 0 0 50px;
    padding-left: 50px;
  }
}

.header_navi {
  font-size: 0.8125em;
  display: flex;
  width: 260px;
}
.header_navi li {
  margin-right: 20px;
  width: 100%;
}
.header_navi li:last-child {
  margin-right: 0;
}
.header_navi li a {
  color: #fff;
}
.header_navi li img {
  max-width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: sub;
}

.menu-trigger {
  display: inline-block;
  transition: all 0.3s;
}

.menu-trigger {
  position: fixed;
  top: 28px;
  right: 30px;
  width: 25px;
  height: 23px;
  z-index: 4;
  cursor: pointer;
  background: url(../images/icon_menu.png) no-repeat center/25px 23px;
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    top: 15px;
  }
}
.menu-trigger.active {
  background: url(../images/icon_close.png) no-repeat center/21px 21px;
  width: 21px;
  height: 21px;
}

#overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: scroll;
  background: #fff;
  min-height: 600px;
  z-index: 3;
}
#overlay .overlay_inner {
  position: absolute;
  content: "";
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  min-width: 530px;
}
@media screen and (max-width: 767px) {
  #overlay .overlay_inner {
    width: 90%;
    min-width: 1px;
  }
}
#overlay img.logo_menu {
  width: 150px;
  height: 114px;
  margin-right: 80px;
}
@media screen and (max-width: 767px) {
  #overlay img.logo_menu {
    width: 75px;
    height: 57px;
    margin-right: 10%;
  }
}
#overlay .sp_nav {
  width: 300px;
}
@media screen and (max-width: 767px) {
  #overlay .sp_nav {
    width: 100%;
  }
}
#overlay .sp_nav li {
  margin-bottom: 2em;
  padding-bottom: 2em;
  position: relative;
  opacity: 0;
}
#overlay .sp_nav li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
#overlay .sp_nav li:last-child:after {
  background: none;
}
#overlay .sp_nav li:after {
  position: absolute;
  content: "";
  background: url(../images/navi_line_side.png) no-repeat;
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
}
#overlay .sp_nav li:nth-child(1) {
  -webkit-animation: fade_nav 0.2s ease 0.6s 1 forwards;
          animation: fade_nav 0.2s ease 0.6s 1 forwards;
}
#overlay .sp_nav li:nth-child(2) {
  -webkit-animation: fade_nav 0.4s ease 0.8s 1 forwards;
          animation: fade_nav 0.4s ease 0.8s 1 forwards;
}
#overlay .sp_nav li:nth-child(3) {
  -webkit-animation: fade_nav 0.6s ease 1s 1 forwards;
          animation: fade_nav 0.6s ease 1s 1 forwards;
}
#overlay .sp_nav li:nth-child(4) {
  -webkit-animation: fade_nav 0.8s ease 1.2s 1 forwards;
          animation: fade_nav 0.8s ease 1.2s 1 forwards;
}
#overlay .sp_nav li:nth-child(5) {
  -webkit-animation: fade_nav 1s ease 1.4s 1 forwards;
          animation: fade_nav 1s ease 1.4s 1 forwards;
}
#overlay .sp_nav li a:hover img {
  transform: rotate(-15deg);
}
#overlay .sp_nav li img {
  width: 26px;
  max-height: 26px;
  margin-right: 15px;
  transition: 0.5s;
}

@-webkit-keyframes fade_nav {
  100% {
    opacity: 1;
  }
}

@keyframes fade_nav {
  100% {
    opacity: 1;
  }
}
/*
//フッター
------------------------------------------------------------
*/
#footer {
  background: url(../images/bg_wave.jpg) repeat top left/100% auto;
  position: relative;
  padding: 80px 0 25px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 10% 0 25px;
  }
}
#footer:before {
  position: absolute;
  content: "";
  background: url(../images/bg_wave_line.png) repeat-x;
  width: 100%;
  height: 16px;
  left: 0;
  top: -16px;
}

.footer_box {
  padding: 0 15px;
  text-align: center;
}
.footer_box img.f_title {
  width: 222px;
}

.f_navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 0.6875em;
  margin-bottom: 20px;
}
.f_navi li {
  display: inline-block;
  text-align: center;
}
.f_navi li:first-child {
  padding-right: 10px;
  position: relative;
  margin-right: 10px;
}
.f_navi li:first-child:after {
  position: absolute;
  content: "";
  background: #9e9e9f;
  height: 15px;
  width: 1px;
  transform: rotate(40deg);
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.f_navi li a {
  color: #9e9e9f;
}

.f_logo {
  width: 130px;
  height: 99px;
  display: block;
  margin: 0 auto 20px;
}

.f_bnr {
  display: flex;
  flex-flow: wrap;
  max-width: 355px;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 20px;
}
.f_bnr li {
  width: 48.5%;
}

.copy {
  font-size: 0.6875em;
  text-align: center;
  color: #9e9e9f;
  letter-spacing: 2px;
}

/*
5:side
------------------------------------------------------------
*/
.section_side {
  margin-bottom: 15%;
}
.section_side:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section_side {
    margin-bottom: 10%;
  }
}

.list_cat {
  font-size: 0.8125em;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .list_cat {
    font-size: 1em;
  }
}
.list_cat li {
  margin-bottom: 1em;
}
.list_cat li:last-child {
  margin-bottom: 0;
}
.list_cat li a {
  position: relative;
  padding-left: 13px;
}
.list_cat li a:before {
  position: absolute;
  content: "";
  background: #606060;
  width: 4px;
  height: 1px;
  left: 0;
  top: 9px;
  transition: 0.3s;
}
.list_cat li a:hover {
  color: #a39bcc;
}
.list_cat li a:hover:before {
  background: #a39bcc;
}

.list_side {
  font-size: 0.8125em;
  line-height: 1.6;
  width: 90%;
  margin: auto;
}
.list_side li {
  margin-bottom: 5%;
}
.list_side li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list_side li {
    font-size: 1em;
  }
}
.list_side li a {
  display: flex;
  justify-content: space-between;
}
.list_side li a .img_side {
  width: 40px;
  height: 40px;
}
.list_side li a .side_txt {
  width: calc(100% - 50px);
}
.list_side li a .side_txt span {
  font-size: 0.846em;
  display: block;
  color: #a39bcc;
  letter-spacing: 2px;
}

/*
5:div
------------------------------------------------------------
*/
.ticker {
  margin-bottom: 9%;
  width: calc(100% - 400px + 3vw);
}
@media screen and (max-width: 1200px) {
  .ticker {
    margin: 60px 0 15px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ticker {
    margin: 0 0 10%;
  }
}
.ticker .list_ticker {
  font-size: 0.8125em;
}
.ticker .list_ticker .day {
  color: #9e9e9f;
  margin-right: 1em;
  letter-spacing: 2px;
}
.ticker .list_ticker .title {
  border-bottom: 1px solid #606060;
}

.main_img .main_slider li {
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .main_img .main_slider li {
    margin: 0;
  }
}

.section_top {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-flow: wrap;
}
.section_top:before {
  position: absolute;
  content: "";
  background: url(../images/icon_cloud.svg) no-repeat;
  width: 161px;
  height: 161px;
  left: -70px;
  bottom: -40px;
}
@media screen and (max-width: 767px) {
  .section_top:before {
    left: -15px;
    width: 80px;
    height: 80px;
  }
}
.section_top .main_ttl {
  width: 275px;
}
@media screen and (max-width: 767px) {
  .section_top .main_ttl {
    width: 100%;
  }
}
.section_top div {
  width: 600px;
  font-size: 0.9375em;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .section_top div {
    width: 100%;
  }
}
.section_top div a.button {
  margin: 3em 0 0;
}
@media screen and (max-width: 767px) {
  .section_top div a.button {
    margin: 3em auto 0;
  }
}

.movie {
  position: relative;
  margin-bottom: 18%;
}
@media screen and (max-width: 767px) {
  .movie {
    margin-bottom: 30%;
  }
}
.movie::before {
  content: "";
  display: block;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .movie::before {
    height: 200px;
  }
}
.movie::after {
  position: absolute;
  content: "";
  background: #fdfcfa;
  height: calc(225px + 20%);
  width: 100%;
  left: 0;
  bottom: -20%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .movie::after {
    height: calc(100px + 20%);
  }
}
.movie > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .movie > iframe {
    width: 90%;
  }
}
.movie img {
  position: absolute;
  content: "";
  background: url(../images/movie_txt.svg) no-repeat;
  width: 35px;
  height: 215px;
  right: 35px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .movie img {
    right: 85px;
    top: auto;
    bottom: -140px;
    margin: auto;
    transform: rotate(-90deg);
  }
}

.section_about {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section_about {
    margin-bottom: 10%;
  }
}
.section_about img {
  width: 40%;
  float: left;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .section_about img {
    width: calc(100% - 15px);
    float: none;
  }
}
.section_about .about_txt {
  padding: 1em 0 0 45%;
  font-size: 0.9375em;
}
@media screen and (max-width: 767px) {
  .section_about .about_txt {
    padding: 5% 0 0;
  }
}

.box {
  padding: 1em;
  background: #fdfcfa;
  margin-bottom: 1em;
}

.section_txt {
  font-size: 0.875em;
  line-height: 2;
}
.section_txt .date {
  font-size: 0.93em;
  color: #a39bcc;
  margin-bottom: 0.5em;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .section_txt .date {
    font-size: 0.8em;
  }
}
.section_txt .date span {
  color: #606060;
  padding-left: 10px;
  margin-left: 5px;
  position: relative;
}
.section_txt .date span:after {
  position: absolute;
  content: "";
  background: #606060;
  width: 4px;
  height: 1px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.section_txt img {
  margin: 3% 0;
  display: block;
  max-height: 500px;
  width: auto;
}

.section_read {
  position: relative;
  margin-top: 7%;
}
.section_read:before {
  position: absolute;
  content: "";
  background: url(../images/icon_star.svg) no-repeat;
  width: 159px;
  height: 100px;
  right: 0;
  top: -2%;
}

.map {
  position: relative;
}
.map::before {
  content: "";
  display: block;
  padding: 60% 0 0;
}
.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
6:ul
------------------------------------------------------------
*/
.list_bnr {
  display: flex;
  flex-flow: wrap;
}
.list_bnr li {
  width: 31%;
  margin-right: 3.5%;
}
@media screen and (max-width: 767px) {
  .list_bnr li {
    width: 100%;
    margin: 0 0 15px;
  }
}
.list_bnr li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list_bnr li:last-child {
    margin-bottom: 0;
  }
}
.list_bnr.list_bnr_2024_summer li {
  width: 24%;
  margin-right: 1.33%;
}
.list_bnr.list_bnr_2024_summer li:last-child {
  margin-right: 0;
}

.list_product {
  display: flex;
  flex-flow: wrap;
  font-size: 0.8125em;
}
.list_product li {
  width: 31%;
  margin: 0 3.5% 5% 0;
}
@media screen and (max-width: 767px) {
  .list_product li {
    width: 100%;
    margin: 0 0 10%;
  }
  .list_product li:last-child {
    margin-bottom: 0;
  }
}
.list_product li:nth-child(3n) {
  margin-right: 0;
}
.list_product li:hover .product_img .fit {
  transform: scale(1.01, 1.01);
}
.list_product li .product_img {
  background: #fff;
  width: 100%;
  height: 240px;
  margin-bottom: 20px;
}
.list_product li .title {
  font-size: 1rem;
  margin-bottom: 0.5em;
}
.list_product li .price {
  color: #a39bcc;
  text-align: right;
  font-size: 1rem;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .list_product.list_sp li {
    margin: 0 15px 1%;
    padding: 0;
    width: auto;
  }
}

.list_journal {
  display: flex;
  flex-flow: wrap;
  font-size: 0.8125em;
}
.list_journal li {
  width: 48%;
  margin: 0 4% 5% 0;
}
.list_journal li:nth-child(2n) {
  margin-right: 0;
}
.list_journal li:hover .img_journal .fit {
  transform: scale(1.03, 1.03);
}
@media screen and (max-width: 767px) {
  .list_journal li {
    width: 100%;
    margin: 0 0 10%;
  }
}
.list_journal li a {
  color: #9e9e9f;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_journal li a .img_journal {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .list_journal li a .img_journal {
    width: 130px;
    height: 130px;
  }
}
.list_journal li a .img_txt {
  width: calc(100% - 190px);
}
@media screen and (max-width: 767px) {
  .list_journal li a .img_txt {
    width: calc(100% - 150px);
  }
}
.list_journal li a .day {
  color: #a39bcc;
}
.list_journal li a .title {
  color: #606060;
  font-size: 1rem;
  margin-bottom: 0.5em;
}
.list_journal.list_journal__low li {
  width: 100%;
  margin: 0 0 6%;
}
.list_journal.list_journal__low li:last-child {
  margin-bottom: 0;
}

.list_about {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: 5%;
  font-size: 0.8125em;
}
.list_about li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .list_about li {
    width: 100%;
  }
}
.list_about li dl {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.list_about li dl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list_about li dl:last-child {
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}
.list_about li dl:last-child:after {
  background: none;
}
@media screen and (max-width: 767px) {
  .list_about li dl:last-child:after {
    background: url(../images/navi_line_side.png) repeat-x;
  }
}
.list_about li dl:after {
  position: absolute;
  content: "";
  background: url(../images/navi_line_side.png) repeat-x;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
}
.list_about li dl dt {
  background: #a1c2d2;
  width: 80px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  height: 25px;
  line-height: 25px;
}
.list_about li dl dd {
  width: calc(100% - 90px);
}

.list_guide {
  font-size: 0.8125em;
  line-height: 2;
}
.list_guide > li {
  background: url(../images/navi_line_side.png) repeat-x bottom left;
  padding-bottom: 8%;
  margin-bottom: 8%;
}
.list_guide > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}
.list_guide > li .guide_content {
  padding-left: 2em;
}
.list_guide > li .guide_content .txt {
  margin-bottom: 1em;
}
.list_guide > li .guide_content .kome {
  color: #9e9e9f;
  font-size: 0.923em;
}
.list_guide > li .guide_content a.button {
  margin: 2em 0 0;
}

.list_guide_02 li {
  padding-top: 2em;
  margin-top: -2em;
  margin-bottom: 3em;
}
.list_guide_02 li:last-child {
  margin-bottom: 0;
}

.list_policy {
  font-size: 0.8125em;
}
.list_policy li {
  margin-bottom: 2.5em;
}
.list_policy li:last-child {
  margin-bottom: 0;
}
.list_policy li .policy_content {
  margin-left: 1.5em;
}

.list_info {
  font-size: 0.8125em;
  background: url(../images/navi_line_side.png) repeat-x top left;
  padding-top: 2em;
}
.list_info li {
  background: url(../images/navi_line_side.png) repeat-x bottom left;
  margin-bottom: 2em;
  padding: 0 1em 2em;
}
.list_info li:last-child {
  margin-bottom: 0;
}
.list_info li span {
  color: #9e9e9f;
  margin-right: 2em;
}

/*
7:dl
------------------------------------------------------------
*/
.dlist_bnr {
  background: #333;
  color: #fff;
  font-size: 1.125em;
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
@media screen and (max-width: 767px) {
  .dlist_bnr {
    font-size: 1em;
  }
}
.dlist_bnr dt {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .dlist_bnr dt {
    width: 100%;
  }
}
.dlist_bnr dt div.img_eye {
  height: 210px;
  background-position: center;
}
.dlist_bnr dd {
  text-align: center;
  width: 60%;
  padding: 3% 5%;
}
@media screen and (max-width: 767px) {
  .dlist_bnr dd {
    width: 100%;
    padding: 5%;
  }
}

.dlist_about {
  display: flex;
  flex-flow: wrap;
}
.dlist_about dt {
  width: 48%;
  margin-right: 4%;
}
.dlist_about dd {
  width: 48%;
}

/*
8:table
------------------------------------------------------------
*/
.table_guide {
  width: 100%;
  background: #fdfcfa;
  margin-bottom: 2em;
}
.table_guide tr:nth-child(2n) {
  background: #fff;
}
.table_guide tr th {
  padding: 0.5em 2em;
  text-align: left;
  font-weight: normal;
}
.table_guide tr td {
  padding: 0.5em 2em 0.5em 0;
  text-align: right;
  letter-spacing: 2px;
}

.table_law {
  font-size: 0.875em;
  width: 100%;
  margin: -1em 0;
}
.table_law tr {
  background: url(../images/navi_line_side.png) repeat-x bottom left;
}
.table_law tr:last-child {
  background: none;
}
.table_law tr th {
  width: 25%;
  color: #a39bcc;
  padding: 1em;
  vertical-align: top;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .table_law tr th {
    display: block;
    width: 100%;
    padding: 1em 0 0.5em;
  }
}
.table_law tr td {
  padding: 1em;
  width: 75%;
  font-size: 0.93em;
}
@media screen and (max-width: 767px) {
  .table_law tr td {
    display: block;
    width: 100%;
    padding: 0 0 1em;
  }
}

/*
9:タイトル
------------------------------------------------------------
*/
.inv_content {
  overflow: hidden;
}
.inv_content span {
  transition: 1.5s;
  display: inline-block;
}
.inv_content.inv_heading span {
  opacity: 0;
}
.inv_content.inv_heading span:nth-child(1) {
  -webkit-animation: fade_nav 0.2s ease 0.4s 1 forwards;
          animation: fade_nav 0.2s ease 0.4s 1 forwards;
}
.inv_content.inv_heading span:nth-child(2) {
  -webkit-animation: fade_nav 0.3s ease 0.5s 1 forwards;
          animation: fade_nav 0.3s ease 0.5s 1 forwards;
}
.inv_content.inv_heading span:nth-child(3) {
  -webkit-animation: fade_nav 0.4s ease 0.6s 1 forwards;
          animation: fade_nav 0.4s ease 0.6s 1 forwards;
}
.inv_content.inv_heading span:nth-child(4) {
  -webkit-animation: fade_nav 0.5s ease 0.7s 1 forwards;
          animation: fade_nav 0.5s ease 0.7s 1 forwards;
}
.inv_content.inv_heading span:nth-child(5) {
  -webkit-animation: fade_nav 0.6s ease 0.8s 1 forwards;
          animation: fade_nav 0.6s ease 0.8s 1 forwards;
}
.inv_content.inv_heading span:nth-child(6) {
  -webkit-animation: fade_nav 0.7s ease 0.9s 1 forwards;
          animation: fade_nav 0.7s ease 0.9s 1 forwards;
}
.inv_content.inv_heading span:nth-child(7) {
  -webkit-animation: fade_nav 0.8s ease 1s 1 forwards;
          animation: fade_nav 0.8s ease 1s 1 forwards;
}
.inv_content.inv_heading span:nth-child(8) {
  -webkit-animation: fade_nav 0.9s ease 1.1s 1 forwards;
          animation: fade_nav 0.9s ease 1.1s 1 forwards;
}
.inv_content.inv_heading span:nth-child(9) {
  -webkit-animation: fade_nav 1s ease 1.2s 1 forwards;
          animation: fade_nav 1s ease 1.2s 1 forwards;
}
.inv_content.inv_heading span:nth-child(10) {
  -webkit-animation: fade_nav 1.1s ease 1.3s 1 forwards;
          animation: fade_nav 1.1s ease 1.3s 1 forwards;
}
.inv_content.inv_heading span:nth-child(11) {
  -webkit-animation: fade_nav 1.2s ease 1.4s 1 forwards;
          animation: fade_nav 1.2s ease 1.4s 1 forwards;
}
.inv_content.inv_heading span:nth-child(12) {
  -webkit-animation: fade_nav 1.3s ease 1.5s 1 forwards;
          animation: fade_nav 1.3s ease 1.5s 1 forwards;
}
.inv_content.inv_heading span:nth-child(13) {
  -webkit-animation: fade_nav 1.4s ease 1.6s 1 forwards;
          animation: fade_nav 1.4s ease 1.6s 1 forwards;
}
.inv_content.inv_heading span:nth-child(14) {
  -webkit-animation: fade_nav 1.5s ease 1.7s 1 forwards;
          animation: fade_nav 1.5s ease 1.7s 1 forwards;
}
.inv_content.inv_heading span:nth-child(15) {
  -webkit-animation: fade_nav 1.6s ease 1.8s 1 forwards;
          animation: fade_nav 1.6s ease 1.8s 1 forwards;
}
.inv_content.inv_heading span:nth-child(16) {
  -webkit-animation: fade_nav 1.7s ease 1.9s 1 forwards;
          animation: fade_nav 1.7s ease 1.9s 1 forwards;
}

.main_ttl {
  font-size: 2em;
  margin-bottom: 1em;
  font-weight: 100;
  text-align: center;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .main_ttl {
    font-size: 7vw;
  }
}
.main_ttl .en {
  display: block;
  font-size: 0.625em;
  color: #a39bcc;
  font-family: "Raleway", sans-serif;
  font-style: italic;
  letter-spacing: 4px;
}
.main_ttl.left {
  text-align: left;
}

.sub_ttl {
  font-size: 1.75rem;
  margin: 0 0 1em;
  line-height: 1.7;
  font-weight: 100;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .sub_ttl {
    font-size: 5.5vw;
  }
}
.sub_ttl.center {
  text-align: center;
}

.line_ttl {
  font-size: 0.9375rem;
  color: #a39bcc;
  padding-left: 15px;
  position: relative;
  margin-bottom: 1em;
}
.line_ttl:before {
  position: absolute;
  content: "";
  background: #a39bcc;
  width: 5px;
  height: 1px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.purple_ttl {
  font-size: 0.9375rem;
  color: #a39bcc;
  margin-bottom: 0.5em;
}

.txt_ttl {
  font-size: 1.75em;
  font-weight: 100;
  margin-bottom: 1em;
  padding-bottom: 1em;
  background: url(../images/navi_line_side.png) repeat-x bottom left;
  line-height: 1.5;
}

.side_ttl {
  margin-bottom: 1em;
  font-size: 0.9375em;
  color: #a39bcc;
  padding-bottom: 1em;
  font-family: "Raleway", "Noto Sans JP", sans-serif;
  font-style: italic;
  letter-spacing: 3px;
  background: url(../images/navi_line_side.png) repeat-x bottom left;
}
@media screen and (max-width: 767px) {
  .side_ttl {
    font-size: 5vw;
    padding: 0 0 0.5em;
    margin-bottom: 1em;
  }
}
.side_ttl.jp {
  font-style: normal;
  letter-spacing: 2px;
}

.low_main_ttl {
  font-size: 2em;
  padding: 1em;
  font-weight: 700;
}

.read_ttl {
  text-align: center;
  margin-bottom: 1.5em;
  font-size: 1.25em;
}

/*
10：装飾
------------------------------------------------------------
*/
.bg_nami {
  background: url(../images/bg_wave.jpg) repeat top left/100% auto;
  position: relative;
  padding: 80px 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .bg_nami {
    padding: 10% 0;
  }
}
.bg_nami:before, .bg_nami:after {
  position: absolute;
  content: "";
  background: url(../images/bg_wave_line.png) repeat-x;
  width: 100%;
  height: 16px;
  left: 0;
}
.bg_nami:before {
  top: -16px;
}
.bg_nami:after {
  bottom: -16px;
  transform: rotate(180deg);
}
.bg_drop {
  background: url(../images/bg.svg) no-repeat top 16px center/100% auto;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .bg_drop {
    padding: 15% 0;
  }
}
.bg_beige {
  background: #fdfcfa;
  padding: 8%;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .bg_beige {
    padding: 10% 15px;
  }
}

/*
11:ボタン系
------------------------------------------------------------
*/
#topcontrol {
  width: 57px;
  height: 55px;
  background: url(../images/pagetop.svg) no-repeat center/auto 100%;
}

a.more {
  text-align: center;
  font-size: 0.9em;
  color: #CCC;
  margin: 0 5%;
  width: 90%;
}
a.more:hover {
  border: 1px dotted #111;
  color: #CCC;
}
a.button {
  color: #fff;
  display: block;
  padding: 1.5em;
  position: relative;
  background: linear-gradient(to left, #bfb9db, #a1c2d2);
  max-width: 280px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  border-radius: 40px;
  font-size: 0.875rem;
  letter-spacing: 2px;
}
a.button img {
  vertical-align: sub;
  display: inline;
}
a.button img.icon_pdf {
  width: 12px;
  height: 16px;
  margin: 0 0 0 25px;
}
a.button img.icon_cart {
  width: 14px;
  height: 12px;
  margin: 0 0 0 15px;
  vertical-align: middle;
}

.product_content {
  background: #fafafc;
  padding: 2em;
  float: right;
  width: 300px;
  margin: 0 0 2em 2em;
}
@media screen and (max-width: 767px) {
  .product_content {
    margin: 0 0 2em;
    float: none;
    width: 100%;
  }
}
.product_content .title {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 0.5em;
}
.product_content .price {
  color: #a39bcc;
  font-size: 1rem;
  margin-bottom: 1em;
}
.product_content dl {
  display: flex;
  align-items: center;
  margin-bottom: 2em;
}
.product_content dl dt {
  margin-right: 0.5em;
}
.product_content dl dd {
  width: 48px;
  height: 40px;
  background: #fff;
  border: 1px solid #edebf5;
}
.product_content a.button {
  padding: 1em;
}

/*
12:その他パーツ
------------------------------------------------------------
*/
#list_breadcrumb {
  font-size: 0.75em;
  color: #9e9e9f;
  text-align: right;
  padding: 0 3vw;
}
@media screen and (max-width: 767px) {
  #list_breadcrumb {
    font-size: 2.5vw;
    text-align: left;
  }
}

.img_about {
  margin-bottom: 5%;
}

.secound_p {
  font-size: 0.875em;
  line-height: 2;
}
.secound_p.center {
  text-align: center;
}

/*
13:コンタクトフォーム
------------------------------------------------------------
*/
.contactform {
  margin-bottom: 4em;
  width: 100%;
  font-size: 0.875em;
  background: url(../images/navi_line_side.png) repeat-x top left;
}
@media screen and (max-width: 767px) {
  .contactform {
    margin-bottom: 1em;
  }
}
.contactform tr {
  background: url(../images/navi_line_side.png) repeat-x bottom left;
}
.contactform tr th {
  padding: 2.3em 3em 1.5em;
  text-align: left;
  vertical-align: top;
  width: 25%;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .contactform tr th {
    width: 100%;
    display: block;
    padding: 0 0 0.5em;
  }
}
.contactform tr td {
  width: 75%;
  padding: 1.5em 2em 1.5em 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contactform tr td {
    width: 100%;
    display: block;
    padding: 0 0 1em;
  }
}

input, textarea, select {
  width: 55%;
  padding: 1em;
  border: none;
  background: #fdfcfa;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Helvetica, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #9e9e9f;
}

textarea {
  width: 100%;
  height: 300px;
}

span.mwform-tel-field input {
  width: 25% !important;
}

.submit, .backBtn {
  color: #fff;
  display: block;
  padding: 1.5em;
  position: relative;
  background: linear-gradient(to left, #bfb9db, #a1c2d2);
  max-width: 280px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  border-radius: 40px;
  font-size: 0.875rem;
  letter-spacing: 2px;
}

.backBtn {
  margin-top: 1.5em;
}

.required {
  font-size: 0.5em;
  vertical-align: top;
  line-height: 1;
}

/*
14:ワードプレス
------------------------------------------------------------
*/
.wp-pagenavi {
  margin: 4em -5px 0 0;
  text-align: center;
  font-size: 0.8125em;
  line-height: 35px;
}
.wp-pagenavi a {
  display: inline-block;
  margin-right: 5px;
  width: 35px;
  height: 35px;
  border: 1px solid #edebf5;
}
.wp-pagenavi a:hover {
  border: 1px solid #dad7eb;
  color: #fff;
  background: #dad7eb;
}
.wp-pagenavi a.nextpostslink {
  float: right;
}
.wp-pagenavi a.previouspostslink {
  float: left;
}
.wp-pagenavi span {
  display: inline-block;
  margin-right: 5px;
  width: 35px;
  height: 35px;
  border: 1px solid #dad7eb;
  color: #fff;
  background: #dad7eb;
}
.wp-pagenavi span.current {
  color: #fff;
}

.yarpp-related a, .yarpp-related h3 {
  font-weight: normal !important;
}

.product_slide {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 5%;
}

#thumb-item {
  overflow: hidden;
  width: calc(100% - 100px - 5%);
  position: relative;
  height: 400px;
}
@media screen and (max-width: 767px) {
  #thumb-item {
    width: calc(100% - 80px);
    height: 200px;
  }
}
#thumb-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

#thumb-item-nav {
  overflow: hidden;
  width: 100px;
}
@media screen and (max-width: 767px) {
  #thumb-item-nav {
    width: 70px;
  }
}
#thumb-item-nav li {
  width: 100%;
  margin-bottom: 10%;
  cursor: pointer;
  height: 80px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #thumb-item-nav li {
    height: 50px;
    margin-bottom: 10px;
  }
}
#thumb-item-nav li:last-child {
  margin-bottom: 0;
}
#thumb-item-nav li img {
  max-height: none;
  margin: 0 auto;
  max-width: none;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cartjs_box {
  padding: 0 !important;
}

.cartjs_product_table table {
  width: 100% !important;
  margin-bottom: 2em !important;
}
.cartjs_product_table table th {
  width: 30%;
}
.cartjs_product_table table td {
  width: 60%;
  height: 40px;
  background: #fff;
  border: 1px solid #edebf5;
  padding-bottom: 0 !important;
}
.cartjs_product_table table td input {
  width: 100% !important;
  padding: 0 1em !important;
  height: 100%;
}

.cartjs_cart_in input {
  display: block;
  padding: 1.5em;
  position: relative;
  background: linear-gradient(to left, #bfb9db, #a1c2d2);
  width: 90% !important;
  margin: 0 auto;
  border-radius: 40px !important;
  font-size: 0.875rem !important;
  letter-spacing: 2px;
}

.cartjs_sk_link_other {
  width: 100% !important;
  margin: 0 !important;
  font-size: 0.8em !important;
}

/*
15:マージン・パディング
------------------------------------------------------------
*/
/*
16:Pagination
------------------------------------------------------------
*/
.list_pagination {
  width: 100%;
  margin: 5% auto 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  background: url(../images/navi_line_side.png) repeat-x top left;
  font-size: 0.75em;
  padding: 2em 0;
}
.list_pagination:after {
  position: absolute;
  content: "";
  background: url(../images/navi_line_side.png) repeat-x;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
}
.list_pagination li {
  width: 49%;
}
.list_pagination li.prev a {
  padding-left: 45px;
}
.list_pagination li.prev a:before {
  left: 0;
  transform: rotate(180deg);
}
.list_pagination li.next {
  text-align: right;
}
.list_pagination li.next a {
  padding-right: 45px;
}
.list_pagination li.next a:before {
  right: 0;
}
.list_pagination li a {
  position: relative;
  display: inline-block;
}
.list_pagination li a:before {
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/right_nav.svg) no-repeat center;
}
.list_pagination li a:hover {
  color: #a39bcc;
}

/*
opening
------------------------------------------------------------
*/
.opening {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: linear-gradient(to left, #bfb9db, #a1c2d2);
  color: #fff;
}
.opening .opening_load {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Raleway", sans-serif;
  letter-spacing: 3px;
  font-weight: 100;
}
.opening .opening_load:after {
  position: absolute;
  content: "";
  background: url(../images/logo_star.svg) no-repeat;
  width: 26px;
  height: 27px;
  top: -5px;
  left: 10px;
  -webkit-animation: star 10s linear infinite;
          animation: star 10s linear infinite;
}
.opening .opening_load img {
  width: 87px;
  height: 81px;
  display: block;
  margin: 0 auto 10px;
}
.opening .opening_load p span {
  opacity: 0;
}
.opening .opening_load p span:nth-child(1) {
  -webkit-animation: opening 0.2s ease-in-out 0.4s forwards;
          animation: opening 0.2s ease-in-out 0.4s forwards;
}
.opening .opening_load p span:nth-child(2) {
  -webkit-animation: opening 0.4s ease-in-out 0.6s forwards;
          animation: opening 0.4s ease-in-out 0.6s forwards;
}
.opening .opening_load p span:nth-child(3) {
  -webkit-animation: opening 0.6s ease-in-out 0.8s forwards;
          animation: opening 0.6s ease-in-out 0.8s forwards;
}
.opening .opening_load p span:nth-child(4) {
  -webkit-animation: opening 0.8s ease-in-out 1s forwards;
          animation: opening 0.8s ease-in-out 1s forwards;
}
.opening .opening_load p span:nth-child(5) {
  -webkit-animation: opening 1s ease-in-out 1.2s forwards;
          animation: opening 1s ease-in-out 1.2s forwards;
}
.opening .opening_load p span:nth-child(6) {
  -webkit-animation: opening 1.2s ease-in-out 1.4s forwards;
          animation: opening 1.2s ease-in-out 1.4s forwards;
}
.opening .opening_load p span:nth-child(7) {
  -webkit-animation: opening 1.4s ease-in-out 1.6s forwards;
          animation: opening 1.4s ease-in-out 1.6s forwards;
}

@-webkit-keyframes opening {
  100% {
    opacity: 1;
  }
}

@keyframes opening {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes star {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes star {
  100% {
    transform: rotate(360deg);
  }
}
.fit {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  transition: 0.3s;
}

.fadein {
  opacity: 0;
  transition: 2s;
}
.fadein.scrollin {
  opacity: 1;
}

@-webkit-keyframes first_vw {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes first_vw {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}