@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Work+Sans:400,500,700&display=swap");
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

@font-face {
  font-family: "NotSansCJKjp-B";
  src: url("../font/NotoSansCJKjp-Black.woff") format("woff");
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "游ゴシック", YuGothic, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  /* アンチエイリアスを指定する */
  -webkit-font-smoothing: subpixel-antialiased;
  /* メトリクスカーニングを指定する */
  font-kerning: normal;
  margin: 0;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
body {
    font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
  }
  /* IE11 */
}

/**
 * ネストされたリストのマージンをリセットします。
 */
li > ul, li > ol {
  margin-bottom: 0;
}

/**
 * `dt`と`dd`の左端を揃えます。
 */
dd {
  margin-left: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

a {
  color: #333;
  transition: opacity 0.2s ease;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

p {
  font-family: "游ゴシック", YuGothic, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

/**
 * フルードイメージにします。
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* svgのIEバグ回避 */
img[src$=".svg"] {
  width: 100%;
  height: auto;
}

code,
pre {
  font-family: Consolas, Menlo, Courier, monospace;
}

/* container
-------------------------------------------------------------------------- */
/* その他設定
======================================================================== */
/*----------------------------------------------------
WPエディタ用
----------------------------------------------------*/
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium {
  max-width: 100%;
  /* When images are too wide for containing p-thumbnail, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}

.attachment img {
  max-width: 100%;
  /* When images are too wide for containing p-thumbnail, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important;
  /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 5px;
}

.wp-smiley {
  margin: 0;
}

.gallery {
  margin: 0 auto 18px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery img {
  border: 2px solid #cfcfcf;
}

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 12px;
}

.gallery dl {
  margin: 0;
}

.gallery img {
  border: 10px solid #f1f1f1;
}

.gallery br + br {
  display: none;
}

.wp-embedded-content {
  width: 100% !important;
}

.wp-block-image {
  margin-bottom: 0;
}

.wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
  padding-top: inherit;
}

.wp-block-embed-youtube .wp-block-embed__wrapper .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.wp-block-embed-youtube .wp-block-embed__wrapper .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* =============================================================================
   bese
========================================================================== */
@media (max-width: 991px) {
  html[style] {
    margin-right: 0 !important;
  }
}

body {
  opacity: 0;
  overflow-x: hidden;
  padding-top: 100px;
  transition: .3s;
}

@media (max-width: 991px) {
  body {
    padding-top: 70px !important;
  }
}

body.js-fixed {
  padding-top: 60px;
}

body.open {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.container {
  max-width: 1905px;
  width: 100%;
  margin: auto;
  padding: 100px 100px;
}

@media (max-width: 991px) {
  .container {
    padding: 100px 50px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 40px 30px 50px;
  }
}

.container.u-ptn {
  padding-top: 0;
}

@media (max-width: 991px) {
  .container.u-ptn {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  .container.u-ptn {
    padding-top: 0;
  }
}

.container.u-pyn {
  padding-top: 0;
  padding-bottom: 0;
}

.container.u-form_container {
  padding-top: 0;
}

@media (max-width: 568px) {
  .container.u-form_container {
    padding-left: 0;
    padding-right: 0;
  }
}

a:not(.is-scale):hover {
  opacity: .8;
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

/* =============================================================================
   font-family
========================================================================== */
*[class*="ff-"] {
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ff-ws {
  font-family: "Work Sans", sans-serif;
}

.ff-ns {
  font-family: "NotSansCJKjp-B", sans-serif;
}

/* =============================================================================
   common
========================================================================== */
.com-section.u-inner_sec > section:not(:first-of-type) .container {
  padding-top: 0;
}

.com-section.u-inner_sec > section:not(:first-of-type) .container:before {
  content: '';
  display: block;
  margin-bottom: 40px;
  width: 100%;
  height: 1px;
  background-color: #eee;
}

.com-section.address_list {
  padding-top: 60px;
}

@media (max-width: 768px) {
  .com-section.address_list {
    padding-top: 30px;
  }
}

.com-section.address_list:first-of-type {
  margin-top: -60px;
}

@media (max-width: 768px) {
  .com-section.address_list:first-of-type {
    margin-top: -30px;
  }
}

.com-block {
  max-width: 978px;
  width: 100%;
  margin: auto;
  background-color: #fff;
}

.com-block_wrap {
  padding-bottom: 100px;
}

.com-title {
  font-weight: normal;
}

.com-title span {
  display: block;
  font-weight: bold;
}

.com-title.u-title01 {
  font-size: 14px;
  font-size: 0.875rem;
  color: #606060;
  text-align: center;
}

@media (max-width: 991px) {
  .com-title.u-title01 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.com-title.u-title01 span {
  font-size: 30px;
  font-size: 1.875rem;
  color: #000;
  font-family: "Work Sans", sans-serif;
}

@media (max-width: 991px) {
  .com-title.u-title01 span {
    margin: 0;
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.com-title.u-title01 + * {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .com-title.u-title01 + * {
    margin-top: 30px;
  }
}

.com-title.u-title02 {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 991px) {
  .com-title.u-title02 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.com-title.u-title02 span {
  font-family: "Work Sans", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
}

@media (max-width: 991px) {
  .com-title.u-title02 span {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.2;
    padding-bottom: 10px;
  }
}

.com-title.u-title03 {
  font-size: 14px;
  font-size: 0.875rem;
  color: #606060;
}

@media (max-width: 568px) {
  .com-title.u-title03 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.com-title.u-title03 span {
  font-size: 36px;
  font-size: 2.25rem;
  color: #000;
  line-height: 1.17;
  font-family: "Work Sans", sans-serif;
  word-break: break-all;
}

@media (max-width: 568px) {
  .com-title.u-title03 span {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}

.com-title.u-title04 {
  font-size: 14px;
  font-size: 0.875rem;
  color: #606060;
  font-family: "Work Sans", sans-serif;
  word-break: break-all;
}

@media (max-width: 768px) {
  .com-title.u-title04 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.com-title.u-title04 span {
  font-size: 26px;
  font-size: 1.625rem;
  color: #000;
  line-height: 1.17;
  margin-bottom: 7px;
}

@media (max-width: 768px) {
  .com-title.u-title04 span {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.com-title.u-title05 {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
  font-weight: bold;
}

.com-title.u-title06 {
  color: #606060;
  font-size: 14px;
  font-size: 0.875rem;
}

.com-title.u-title06 span {
  color: #000;
  font-size: 24px;
  font-size: 1.5rem;
  padding-bottom: 15px;
}

@media (max-width: 568px) {
  .com-title.u-title06 span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.com-title.u-title07 {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: #606060;
}

@media (max-width: 768px) {
  .com-title.u-title07 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.com-title.u-title07 span {
  color: #000;
  font-weight: bold;
}

.com-title.u-title07 .num {
  font-size: 44px;
  font-size: 2.75rem;
}

@media (max-width: 768px) {
  .com-title.u-title07 .num {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 40px;
  }
}

.com-title.u-title07 span:not([class]) {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Work Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 768px) {
  .com-title.u-title07 span:not([class]) {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.com-title.u-title08 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #000 !important;
  font-weight: bold;
}

.com-title.u-title09 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

.com-title.u-title10 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.com-title.u-notws span {
  font-family: "游ゴシック", YuGothic, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.com-notes {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #606060;
  margin-top: 9px;
}

.com-notes + p {
  margin-top: 9px;
}

.com-notes + dl {
  margin-top: 20px;
}

.com-counter {
  counter-reset: number;
}

.com-counter .num {
  counter-increment: number;
}

.com-counter .num:before {
  content: "0" counter(number);
}

.com-label {
  margin-top: 54px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  color: #606060;
}

.com-label span {
  text-align: center;
  display: block;
  margin: auto;
  max-width: 200px;
  width: 100%;
  border-radius: 20px;
  font-family: "Work Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  color: #FFF;
  padding: 3px 0 4px;
  margin-bottom: 8px;
}

.com-label.u-biwako span {
  background-color: #1B7EA5;
}

.com-label.u-alljp span {
  background-color: #FE7774;
}

/* =============================================================================
    Btn
========================================================================== */
.btn-pagetop {
  position: fixed;
  transition: 1s cubic-bezier(0.250, 0.100, 0.250, 1.000);
  right: 0;
  bottom: 10vh;
  width: 100px;
  opacity: 0;
  visibility: hidden;
}

.btn-pagetop a {
  display: block;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  color: #fff;
}

.btn-pagetop.show {
  opacity: 1;
  visibility: visible;
}

.btn-cart_sp {
  position: relative;
  display: block;
}

.btn-cart_sp_wrap {
  width: 30px;
  height: 28px;
}

@media (min-width: 992px) {
  .btn-cart_sp_wrap {
    display: none;
  }
}

@media (max-width: 991px) {
  .btn-cart_sp_wrap {
    position: absolute;
    top: 0;
    right: 50px;
    bottom: 0;
    margin: auto;
  }
}

.btn-cart_sp .cart-count {
  position: absolute;
  top: 20%;
  right: -4px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 3px;
  min-width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #FF4B4B;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  color: #fff;
}

.btn-menu {
  width: 33px;
  height: 33px;
}

@media (min-width: 992px) {
  .btn-menu {
    margin-left: 20px;
    height: 37px;
  }
  .open .btn-menu {
    transition: 0.5s cubic-bezier(0.250, 0.100, 0.250, 1.000);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
    background-color: #000;
    display: flex;
    width: calc(100% - 130px);
    height: 100%;
    align-items: center;
  }
}

@media (max-width: 991px) {
  .btn-menu {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

.btn-menu button {
  display: block;
  width: 33px;
  height: 33px;
  position: relative;
  z-index: 100;
  margin-left: auto;
}

.btn-menu button:hover {
  opacity: .8;
}

.btn-menu button span {
  color: #333;
  text-align: center;
  position: absolute;
  bottom: 0;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 15px;
  font-weight: bold;
  display: block;
  width: 100%;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-menu .hamburger {
  position: relative;
  height: 100%;
}

.btn-menu .hamburger span {
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  transition: 0.5s ease-in-out;
  background-color: #fff;
}

.btn-menu .hamburger span:nth-of-type(1) {
  top: 10px;
}

.btn-menu .hamburger span:nth-of-type(2) {
  top: 17px;
}

.btn-menu .hamburger span:nth-of-type(3) {
  top: 24px;
}

.open .btn-menu button > span {
  display: none;
}

.open .btn-menu button .hamburger span:nth-of-type(1) {
  top: 15px;
  transform: rotate(135deg);
}

.open .btn-menu button .hamburger span:nth-of-type(2) {
  width: 0;
  left: 50%;
}

.open .btn-menu button .hamburger span:nth-of-type(3) {
  top: 15px;
  transform: rotate(-135deg);
}

.btn-more {
  display: block;
  width: 100px;
  margin: 30px auto 0;
  border: 1px solid #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.btn-format {
  cursor: pointer;
  display: block;
  max-width: 180px;
  width: 100%;
  margin: 60px auto 0;
  padding: 14px 0 15px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #000;
  color: #FFF;
  position: relative;
}

.btn-format_wrap.col2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.col2 .btn-format {
  margin: 60px 5px 0;
}

@media (min-width: 992px) {
  .btn-format:hover {
    opacity: .8;
  }
}

@media (max-width: 991px) {
  .btn-format {
    margin-top: 40px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.btn-format.disabled {
  background-color: #ccc;
  cursor: default;
}

.btn-format.prev {
  color: #333;
  background-color: #ccc;
}

.btn-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  text-decoration: underline;
}

.btn-text_wrap {
  text-align: center;
  margin: 38px auto 0;
}

@media (max-width: 991px) {
  .btn-text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

/* =============================================================================
   header
========================================================================== */
.l-header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 40px;
  background-color: #000;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
}

@media (max-width: 991px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0 5px -4px #000;
    padding: 10px 30px;
    height: 70px;
  }
  .l-header.open {
    box-shadow: none;
  }
}

.l-header .wrap {
  transition: .3s;
  width: 100%;
  height: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}

.l-header .header-inner {
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .l-header .header-inner {
    width: 0;
  }
}

.l-header .header-inner .nav-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

.l-header .site-brand {
  line-height: 1;
  font-size: 0;
}

.l-header .site-brand a {
  display: inline-block;
  width: 130px;
  vertical-align: bottom;
  transition: .3s;
}

@media (max-width: 991px) {
  .l-header .site-brand a {
    display: block;
    width: 100px;
    margin: auto;
  }
}

.l-header .site-brand a img {
  display: block;
}

.l-header .header-btn {
  padding: 0 10px;
}

@media (max-width: 991px) {
  .l-header .header-btn {
    display: none;
  }
}

.l-header .header-btn li dl {
  position: relative;
}

.l-header .header-btn li dl dt {
  padding: 0 5px;
}

.l-header .header-btn li dl dt:hover {
  cursor: pointer;
}

.l-header .header-btn li dl dt:hover:after {
  content: none;
}

.l-header .header-btn li dl dt:hover i {
  opacity: .8;
}

.l-header .header-btn li dl dt i {
  display: block;
  width: 20px;
}

.l-header .header-btn li dl dt.on:after {
  content: none;
}

.l-header .header-btn li dl dt.on + dd {
  opacity: 1;
  display: block;
  height: auto;
}

.l-header .header-btn li dl dd {
  display: none;
  height: 0;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 200px;
  background-color: #FFF;
  z-index: 9999;
  padding: 10px 25px;
}

.l-header .header-btn li dl dd ol {
  position: relative;
}

.l-header .header-btn li dl dd ol:before {
  position: absolute;
  top: -20px;
  right: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-bottom: 10px solid #FFF;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}

.l-header .header-btn li dl dd ol li:nth-child(2) {
  border-top: 1px solid #F1F1F3;
}

.l-header .header-btn li dl dd ol li a {
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 14px 25px 15px;
}

.l-header .header-btn li dl dd ol li.icon-key a:before, .l-header .header-btn li dl dd ol li.icon-mypage a:before {
  content: '';
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
}

.l-header .header-btn li dl dd ol li.icon-key a:before {
  background-image: url(../img/icon_key.png);
  width: 15px;
  height: 15px;
}

.l-header .header-btn li dl dd ol li.icon-mypage a:before {
  background-image: url(../img/icon_mypage.png);
  width: 14px;
  height: 16px;
}

.l-header .header-btn li .btn-cart {
  position: relative;
  padding: 0 5px;
}

.l-header .header-btn li .btn-cart i {
  width: 25px;
}

.l-header .header-btn li .btn-cart:after {
  content: none;
}

.l-header .header-btn li .btn-cart:hover {
  opacity: .8;
}

.l-header .header-btn li .btn-cart .cart-count {
  position: absolute;
  top: 45%;
  right: -2px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #FF4B4B;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  color: #fff;
}

@media (min-width: 992px) {
  .js-fixed .l-header .wrap {
    height: 60px;
  }
  .js-fixed .l-header .site-brand a {
    width: 100px;
    vertical-align: baseline;
  }
  .js-fixed .l-header .btn-menu {
    margin-left: auto;
  }
  .js-fixed .l-header .g-nav {
    display: none;
  }
}

/* g-nav */
.g-nav {
  padding: 0 30px;
  max-width: 940px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.g-nav > ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

@media (max-width: 991px) {
  .g-nav > ul {
    display: none;
  }
}

.g-nav > ul > li {
  margin: 0 5px;
}

.g-nav > ul > li > a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  text-align: center;
  padding: 0 10px;
  height: 100px;
  color: #FFF;
  font-weight: normal;
}

.g-nav > ul > li > a:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  height: 3px;
  width: 0%;
  background-color: #FFEC00;
  transition: 0.3s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.g-nav > ul > li > a:hover {
  opacity: 1;
}

.g-nav > ul > li > a:hover:after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  height: 3px;
  width: 100%;
  background-color: #FFEC00;
}

@media (max-width: 1210px) {
  .g-nav > ul > li > a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 1188px) {
  .g-nav > ul > li > a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media (max-width: 1095px) {
  .g-nav > ul > li > a {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: bold;
  }
}

@media (max-width: 1025px) {
  .g-nav > ul > li > a {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: bold;
  }
}

.g-nav > ul > li > dl {
  position: relative;
}

.g-nav > ul > li > dl > dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  text-align: center;
  padding: 0 10px;
  height: 100px;
  color: #FFF;
  font-weight: normal;
}

@media (min-width: 992px) {
  .g-nav > ul > li > dl > dt:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: 3px;
    width: 0%;
    background-color: #FFEC00;
    transition: 0.3s cubic-bezier(0.250, 0.100, 0.250, 1.000);
  }
  .g-nav > ul > li > dl > dt:hover:after, .g-nav > ul > li > dl > dt.on:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: 3px;
    width: 100%;
    background-color: #FFEC00;
  }
}

@media (max-width: 1210px) {
  .g-nav > ul > li > dl > dt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 1188px) {
  .g-nav > ul > li > dl > dt {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media (max-width: 1095px) {
  .g-nav > ul > li > dl > dt {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: bold;
  }
}

@media (max-width: 1025px) {
  .g-nav > ul > li > dl > dt {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: bold;
  }
}

.g-nav > ul > li > dl > dd {
  position: absolute;
  top: 100%;
  min-width: 200px;
  width: auto;
  opacity: 0;
  display: none;
  height: 0;
  padding: 15px 20px;
  background-color: #FFF;
  box-shadow: 0 0 15px -13px #000;
  z-index: 9999;
}

@media (min-width: 992px) {
  .g-nav > ul > li > dl > dd ol > li {
    padding: 5px 0;
  }
}

.g-nav > ul > li > dl > dd ol > li dt {
  cursor: auto;
}

.g-nav > ul > li > dl > dd a,
.g-nav > ul > li > dl > dd dt {
  cursor: pointer;
  word-break: keep-all;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 24px;
}

.g-nav > ul > li > dl > dd a[target="_blank"] {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.g-nav > ul > li > dl > dd a[target="_blank"]:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../img/icon_blank_b.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 3px;
}

.g-nav > ul > li > dl > dd dd {
  padding-left: 10px;
}

.g-nav > ul > li > dl > dd dd li {
  padding: 5px 0 0;
}

.g-nav > ul > li > dl > dd dd a {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
}

.g-nav > ul > li > dl.js-acd > dt {
  cursor: pointer;
}

.g-nav > ul > li > dl.js-acd .on + dd {
  opacity: 1;
  display: block;
  height: auto;
}

.g-nav > ul > li > dl li a {
  display: block;
}

/* nav-contents */
.nav-contents {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  background-color: #111;
  z-index: 9998;
  height: 0;
  overflow: hidden;
  transition: 0.3s cubic-bezier(0.250, 0.100, 0.250, 1.000);
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 991px) {
  .nav-contents {
    top: 70px;
  }
}

.nav-contents_inner {
  height: 100%;
  overflow: auto;
  padding: 0 150px;
}

@media (max-width: 1100px) {
  .nav-contents_inner {
    padding: 0 50px;
  }
}

@media (max-width: 991px) {
  .nav-contents_inner {
    padding: 0 30px;
  }
}

.open .nav-contents_inner {
  padding: 85px 150px;
}

@media (max-width: 1100px) {
  .open .nav-contents_inner {
    padding: 86px 50px;
  }
}

@media (max-width: 991px) {
  .open .nav-contents_inner {
    padding: 50px 30px;
  }
}

.js-fixed .nav-contents {
  top: 60px;
}

.js-fixed.open .nav-contents {
  height: calc(100% - 60px);
}

.open .nav-contents {
  height: calc(100% - 100px);
}

@media (max-width: 991px) {
  .open .nav-contents {
    height: calc(100% - 70px) !important;
  }
}

.nav-contents .link-wrap {
  display: -webkit-flex;
  display: flex;
}

/* =============================================================================
   main
========================================================================== */
.date_list {
  padding-top: 50px;
  margin-top: 60px;
  border-top: 1px solid #eee;
}

@media (max-width: 768px) {
  .date_list {
    padding-top: 30px;
    margin-top: 50px;
  }
}

.date_list:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

/* =============================================================================
   footer
========================================================================== */
.l-footer {
  background-color: #111;
  padding: 96px 150px 95px;
}

@media (max-width: 1100px) {
  .l-footer {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .l-footer {
    padding: 50px 30px;
  }
}

.l-footer .footer-inner {
  display: -webkit-flex;
  display: flex;
  margin: auto;
}

/* f-btn */
.f-btns {
  display: -webkit-flex;
  display: flex;
  max-width: 978px;
  width: 100%;
  margin: 80px auto 0;
}

@media (max-width: 991px) {
  .f-btns {
    display: block;
    margin-top: 30px;
  }
}

.f-btns .f-sns-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-left: 1px solid #222;
  padding: 0 20px;
}

.f-btns .f-sns-btn:first-of-type {
  margin-left: 30px;
}

@media (max-width: 991px) {
  .f-btns .f-sns-btn:first-of-type {
    margin: 40px 0 0;
  }
}

@media (max-width: 991px) {
  .f-btns .f-sns-btn {
    border-top: 1px solid #222;
    border-left: none;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 18px 0 22px;
  }
}

.f-btns .f-sns-btn + .f-sns-btn {
  border-right: 1px solid #222;
}

@media (max-width: 991px) {
  .f-btns .f-sns-btn + .f-sns-btn {
    border-right: none;
    border-bottom: 1px solid #222;
  }
}

.f-btns .f-sns-btn dt {
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
  color: #bbb;
}

@media (max-width: 991px) {
  .f-btns .f-sns-btn dt {
    order: 2;
  }
}

@media (max-width: 991px) {
  .f-btns .f-sns-btn dd {
    order: 1;
  }
}

.f-btns .f-sns-btn_icons {
  display: -webkit-flex;
  display: flex;
  margin-left: 10px;
}

@media (max-width: 991px) {
  .f-btns .f-sns-btn_icons {
    text-align: center;
    width: 100%;
    margin: auto;
  }
}

.f-btns .f-sns-btn_icons li {
  width: 100%;
  max-width: 44px;
}

.f-btns .f-sns-btn_icons li a {
  display: block;
  position: relative;
}

.f-btns .f-sns-btn_icons li a:hover {
  opacity: .8;
}

.f-btns .f-sns-btn_icons li a img {
  position: relative;
  z-index: 2;
  backface-visibility: hidden;
}

.f-btns .f-btn {
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 991px) {
  .f-btns .f-btn {
    display: block;
  }
}

@media (max-width: 991px) {
  .f-btns .f-btn li {
    max-width: 178px;
    width: 100%;
    margin: auto;
  }
}

.f-btns .f-btn li + li {
  margin-left: 15px;
}

@media (max-width: 991px) {
  .f-btns .f-btn li + li {
    margin: 15px auto 0;
  }
}

.f-btns .f-btn li a {
  display: block;
  color: #FFF;
  width: 178px;
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
}

@media (max-width: 991px) {
  .f-btns .f-btn li a {
    width: 100%;
    height: 100%;
  }
}

.f-btns .f-btn li a span {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 2;
  background-color: #111;
  padding: 12px 19px;
  border: 1px solid #808080;
  border-radius: 5px;
  position: relative;
  z-index: 2;
  height: 100%;
}

@media (max-width: 991px) {
  .f-btns .f-btn li a span {
    padding: 13px 3px;
  }
}

.f-btns .f-btn li a span:before {
  content: '';
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  margin-right: 11px;
}

.f-btns .f-btn li.store a span:before {
  height: 18px;
  background-image: url(../img/icon_cart_w.png);
}

.f-btns .f-btn li.login a span:before {
  height: 15px;
  background-image: url(../img/icon_login_w.png);
}

/* f-nav */
.f-nav {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 978px;
  width: 100%;
  margin: auto;
}

@media (max-width: 991px) {
  .f-nav {
    display: block;
    border-top: 1px solid #222;
  }
}

@media (min-width: 992px) {
  .f-nav > ul > li + li {
    margin-top: 36px;
  }
}

@media (max-width: 991px) {
  .f-nav > ul > li {
    border-bottom: 1px solid #222;
  }
}

@media (max-width: 991px) {
  .f-nav > ul > li > dl {
    padding: 10px 0;
  }
}

@media (max-width: 991px) {
  .f-nav > ul > li > dl.js-acd > dt.on + dd {
    opacity: 1;
    height: 100%;
  }
  .f-nav > ul > li > dl.js-acd > dt.on + dd ol {
    padding-bottom: 5px;
    height: 100%;
  }
  .f-nav > ul > li > dl.js-acd > dt:before, .f-nav > ul > li > dl.js-acd > dt:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    height: 1px;
    width: 11px;
    display: block;
    background-color: #bbb;
    margin: auto;
    transition: 0.5s cubic-bezier(0.250, 0.100, 0.250, 1.000);
  }
  .f-nav > ul > li > dl.js-acd > dt:before {
    transform: rotate(-270deg);
  }
  .f-nav > ul > li > dl.js-acd > dt.on:before {
    transform: rotate(0deg);
  }
  .f-nav > ul > li > dl.js-acd > dt:after {
    transform: rotate(-180deg);
  }
  .f-nav > ul > li > dl.js-acd > dt.on:after {
    transform: rotate(0deg);
  }
}

.f-nav > ul > li > dl > dt {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
}

@media (max-width: 991px) {
  .f-nav > ul > li > dl > dt {
    font-size: 13px;
    font-size: 0.8125rem;
    display: block;
    padding: 7px 0;
    cursor: pointer;
    position: relative;
  }
}

@media (max-width: 991px) {
  .f-nav > ul > li > dl > dd {
    overflow: hidden;
    height: 0%;
    opacity: 0;
    transition: .5s;
  }
}

.f-nav > ul > li > dl > dd > ol {
  margin-top: 12px;
  line-height: 1;
}

@media (max-width: 991px) {
  .f-nav > ul > li > dl > dd > ol {
    margin-top: 0;
    height: 0;
  }
}

.f-nav > ul > li > dl > dd > ol > li {
  margin-top: 8px;
}

@media (max-width: 991px) {
  .f-nav > ul > li > dl > dd > ol > li {
    margin-top: 0;
  }
}

.f-nav > ul > li > dl > dd > ol > li a {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #bbb;
}

.f-nav > ul > li > dl > dd > ol > li a[target="_blank"] {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.f-nav > ul > li > dl > dd > ol > li a[target="_blank"]:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-image: url(../img/icon_blank_w.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 3px;
}

.f-nav > ul > li > dl > dd > ol > li a:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .f-nav > ul > li > dl > dd > ol > li a {
    display: block;
    padding: 5px 0;
    line-height: 24px;
  }
}

.f-nav > ul > li > dl > dd > ol > li dl dt {
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #bbb;
  font-weight: normal;
}

@media (max-width: 991px) {
  .f-nav > ul > li > dl > dd > ol > li dl dt {
    padding: 10px 0;
  }
}

.f-nav > ul > li > dl > dd > ol > li dl dd {
  margin-top: 12px;
  padding-left: 10px;
  padding-bottom: 9px;
}

@media (max-width: 991px) {
  .f-nav > ul > li > dl > dd > ol > li dl dd {
    margin-top: 0;
  }
}

.f-nav > ul > li > dl > dd > ol > li dl dd a {
  font-weight: normal;
}

.f-nav > ul > li > dl > dd > ol > li dl dd li:not(:first-child) {
  margin-top: 4px;
}

@media (max-width: 991px) {
  .f-nav > ul > li > dl > dd > ol > li dl dd li:not(:first-child) {
    margin-top: 0;
  }
}

.link-wrap.is-ai {
  max-width: 978px;
  width: 100%;
  margin: 54px auto 0;
}

.l-footer .link-wrap.is-ai {
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 991px) {
  .link-wrap.is-ai {
    display: block;
    margin-top: 30px;
  }
  .l-footer .link-wrap.is-ai {
    display: block;
  }
}

.bottom-links {
  display: -webkit-flex;
  display: flex;
  width: 80%;
}

@media (max-width: 991px) {
  .bottom-links {
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.bottom-links li + li:before {
  content: '';
  margin: 0 8px;
}

@media (max-width: 991px) {
  .bottom-links li + li:before {
    margin: 0;
  }
}

.bottom-links li a {
  font-size: 14px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991px) {
  .bottom-links li a {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 10px;
  }
}

/* f-copy */
.f-copy {
  display: block;
  width: 20%;
  text-align: right;
  color: #808080;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 991px) {
  .f-copy {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}

/* =============================================================================
    Slider
========================================================================== */
.main-slider {
  margin-bottom: 0 !important;
}

.main-slider .slick-slide div[style] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-slider .slick-slide > * {
  display: block;
  position: relative;
  padding-top: 43%;
}

@media (max-width: 768px) {
  .main-slider .slick-slide > * {
    padding-top: 107%;
  }
}

.main-slider .slick-arrow {
  width: auto;
  height: auto;
  z-index: 1;
}

.main-slider .slick-arrow:before {
  content: '';
  display: block;
  width: 23px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .5;
  transition: 0.3s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.main-slider .slick-arrow:hover:before {
  opacity: 1;
}

.main-slider .slick-prev {
  left: 30px;
}

.main-slider .slick-prev:before {
  background-image: url(../img/icon_arrow_w_p.png);
}

.main-slider .slick-next {
  right: 30px;
}

.main-slider .slick-next:before {
  background-image: url(../img/icon_arrow_w_n.png);
}

.main-slider .slick-dots {
  bottom: -50px;
}

@media (max-width: 991px) {
  .main-slider .slick-dots {
    bottom: 36px;
  }
}

.main-slider .slick-dots li {
  width: 12px;
  height: 12px;
  overflow: hidden;
  border-radius: 50%;
}

.main-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  background-color: #ddd;
}

.main-slider .slick-dots li button:before {
  content: none;
}

.main-slider .slick-dots li.slick-active button {
  background-color: #000;
}

/* =============================================================================
    Module
========================================================================== */
.mod-title {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 149px 0;
}

@media (max-width: 991px) {
  .mod-title {
    padding: 60px 0 66px;
  }
}

.mod-title .com-title {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 991px) {
  .mod-title .com-title {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.mod-title .com-title span {
  font-size: 40px;
  font-size: 2.5rem;
}

@media (max-width: 991px) {
  .mod-title .com-title span {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.mod-title_box {
  text-align: center;
  padding: 94px 100px 100px;
}

@media (max-width: 768px) {
  .mod-title_box {
    padding: 40px 30px 50px;
  }
}

.mod-title_box.tain {
  text-align: initial;
}

.mod-title_box .mod-title_select + .has-text-align-center,
.mod-title_box .mod-title_select + .com-title {
  margin-top: 60px;
}

@media (max-width: 768px) {
  .mod-title_box .mod-title_select + .has-text-align-center,
.mod-title_box .mod-title_select + .com-title {
    margin-top: 40px;
  }
}

.mod-title_box .com-title span {
  color: #000;
}

.mod-title_box p {
  margin: 50px auto 0;
  max-width: 680px;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media (max-width: 768px) {
  .mod-title_box p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.mod-title_box p + p {
  margin-top: 2em;
}

.mod-title_box.u-nop {
  padding: 0;
}

@media (max-width: 768px) {
  .mod-title_box.u-nop {
    padding: 0;
  }
}

.mod-title_select {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.mod-title_select_wrap {
  padding: 60px 100px 0;
}

@media (max-width: 768px) {
  .mod-title_select_wrap {
    padding: 30px 30px 0;
  }
}

.mod-title_select.u-bdt {
  padding-top: 40px;
  border-top: 1px solid #eee;
}

@media (max-width: 768px) {
  .mod-title_select {
    display: block;
  }
}

.mod-title_select .mod-select {
  min-width: 100px;
}

@media (max-width: 768px) {
  .mod-title_select .mod-select {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .mod-title_select .mod-select .select-wrap {
    width: 100%;
  }
}

.mod-notes {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-top: 20px;
  padding-left: 1em;
  line-height: 18px;
  color: #606060;
}

.mod-notes > *:before {
  content: '・';
  margin-left: -1em;
}

.mod-text p {
  font-size: 11px;
  font-size: 0.6875rem;
}

.mod-text p + p {
  margin-top: 9px;
}

.mod-books {
  margin: 25px -15px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .mod-books {
    margin: 20px -10px;
  }
}

.mod-books li {
  padding: 25px 15px;
  width: 50%;
}

@media (max-width: 991px) {
  .mod-books li {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .mod-books li {
    padding: 20px 10px;
  }
}

.mod-books li a {
  display: block;
  height: 100%;
}

.mod-books li figure {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0;
  padding: 20px;
  border: 1px solid #eee;
}

@media (max-width: 568px) {
  .mod-books li figure {
    display: block;
  }
}

.mod-books li .image {
  background-color: #eee;
  width: 36%;
  position: relative;
  padding-top: 43.5%;
}

@media (max-width: 568px) {
  .mod-books li .image {
    text-align: center;
    width: 100%;
  }
  .mod-books li .image a, .mod-books li .image span {
    padding: 0 30%;
  }
}

.mod-books li .image a, .mod-books li .image span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.mod-books li .image a img, .mod-books li .image span img {
  width: auto;
  height: 100%;
}

.mod-books li figcaption {
  width: 64%;
  padding-left: 20px;
}

@media (max-width: 568px) {
  .mod-books li figcaption {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}

.mod-books li .format {
  margin-top: 10px;
}

.mod-books li .format dt {
  font-size: 13px;
  font-size: 0.8125rem;
}

.mod-books li .format dd {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 10px;
}

.mod-books li .format dd img {
  max-width: 66px;
}

.mod-books li .format dd a {
  display: inline-block;
}

.mod-books li .format dd + dt {
  margin-top: 20px;
}

.mod-books li .format dd.advertising {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod-books li .format dd.advertising a {
  margin-right: 5px;
  margin-bottom: 5px;
}

.mod-books li .name {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

@media (max-width: 568px) {
  .mod-books li .name {
    display: none;
  }
}

.mod-books li .name.u-sp {
  display: none;
}

@media (max-width: 568px) {
  .mod-books li .name.u-sp {
    display: block;
    margin: 0 0 15px;
  }
}

.mod-lead {
  padding: 100px;
}

@media (max-width: 991px) {
  .mod-lead {
    padding: 50px 30px 60px;
  }
}

.mod-lead .com-title {
  text-align: center;
  font-family: "NotSansCJKjp-B", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 800;
  color: #000;
}

@media (max-width: 991px) {
  .mod-lead .com-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.mod-lead .com-title + * {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .mod-lead .com-title + * {
    margin-top: 20px;
  }
}

.mod-lead p {
  max-width: 680px;
  margin: auto;
  line-height: 26px;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media (max-width: 991px) {
  .mod-lead p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 25px;
  }
}

.mod-lead .result {
  text-align: center;
  margin-top: 50px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .mod-lead .result {
    font-size: 16px;
    font-size: 1rem;
  }
}

.mod-lead .result span {
  font-size: 81px;
  font-size: 5.0625rem;
  color: #001976;
  padding: 0 8px;
}

@media (max-width: 768px) {
  .mod-lead .result span {
    font-size: 60px;
    font-size: 3.75rem;
  }
}

.mod-list_col3 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 25px -15px 0;
}

@media (max-width: 768px) {
  .mod-list_col3 {
    margin: 20px -15px 0;
  }
}

@media (max-width: 568px) {
  body:not(.media) .mod-list_col3 {
    display: block;
    margin: 20px 0 0;
  }
}

.mod-list_col3 li {
  width: 25%;
  padding: 25px 15px;
}

@media (max-width: 991px) {
  .mod-list_col3 li {
    width: 33.33%;
  }
}

@media (max-width: 768px) {
  .mod-list_col3 li {
    width: 50%;
    padding: 20px 15px;
  }
}

@media (max-width: 568px) {
  body:not(.media) .mod-list_col3 li {
    width: 100%;
    padding: 20px 0;
  }
}

.mod-list_col3 li a {
  display: block;
}

@media (max-width: 568px) {
  body:not(.media) .mod-list_col3 li a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}

.mod-list_col3 li a .img {
  background-color: #f6f6f6;
  overflow: hidden;
}

@media (max-width: 568px) {
  .mod-list_col3 li a .img {
    overflow: visible;
  }
  .mod-list_col3 li a .img img {
    backface-visibility: visible;
  }
}

@media (max-width: 568px) {
  body:not(.media) .mod-list_col3 li a .img {
    min-width: 45%;
    width: 45%;
  }
}

.mod-list_col3 li a .img > div {
  padding-top: 60%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body.products .mod-list_col3 li a .img > div {
  padding-top: 50%;
}

body.woocommerce.tax-product-year .mod-list_col3 li a .img > div, body.woocommerce.shop .mod-list_col3 li a .img > div {
  padding-top: 52.5%;
}

.mod-list_col3 li a .title {
  margin-top: 15px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  .mod-list_col3 li a .title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 568px) {
  .mod-list_col3 li a .title {
    margin-top: 0;
    padding-left: 3vw;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.2;
  }
}

.mod-list_col3 li a dl {
  margin-top: 15px;
}

@media (max-width: 568px) {
  body:not(.media) .mod-list_col3 li a dl {
    width: 55%;
    margin-top: 0;
    padding-left: 3vw;
  }
}

.mod-list_col3 li a dt {
  font-size: 18px;
  font-size: 1.125rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

@media (max-width: 768px) {
  .mod-list_col3 li a dt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 568px) {
  body:not(.media) .mod-list_col3 li a dt {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.2;
  }
}

.mod-list_col3 li a dd {
  margin-top: 5px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #808080;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 768px) {
  .mod-list_col3 li a dd {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

@media (max-width: 568px) {
  body:not(.media) .mod-list_col3 li a dd {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.mod-list_col3 li a:hover {
  opacity: .8;
  transition: 0.25s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.mod-videos {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 25px -15px 0;
}

@media (max-width: 568px) {
  .mod-videos {
    margin: 15px -10px 0;
  }
}

.mod-videos li {
  width: 20%;
  padding: 25px 15px;
}

@media (max-width: 991px) {
  .mod-videos li {
    width: 33.33%;
  }
}

@media (max-width: 568px) {
  .mod-videos li {
    width: 50%;
    padding: 15px 10px;
  }
}

.mod-videos li a {
  display: block;
}

.mod-videos li figure {
  border: 1px solid #eee;
  padding: 20px;
}

.mod-videos li figure .image {
  text-align: center;
  overflow: hidden;
}

.mod-videos li figure figcaption {
  position: relative;
  z-index: 1;
  margin-top: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  word-break: break-all;
}

.mod-videos li figure figcaption time {
  display: block;
  color: #808080;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
}

.mod-videos li figure figcaption .link-trailer {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: 16px;
  margin-top: 10px;
}

.mod-videos li figure figcaption .link-trailer:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url(../img/icon_trailer.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.mod-list_category {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-bottom: 1px solid #eee;
}

@media (max-width: 768px) {
  .mod-list_category {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}

body.event .mod-list_category, body.tax-event .mod-list_category, body.post-type-archive-event-report .mod-list_category {
  margin-top: 30px;
}

.mod-list_category li {
  position: relative;
}

@media (max-width: 768px) {
  .mod-list_category li {
    padding: 0 10px;
  }
}

.mod-list_category li:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.250, 0.100, 0.250, 1.000);
  z-index: 1;
}

.mod-list_category li.active:after, .mod-list_category li.current-cat:after, .mod-list_category li:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  opacity: 1;
}

.mod-list_category li a, .mod-list_category li span {
  cursor: pointer;
  z-index: 2;
  display: block;
  padding: 15px 12px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  word-break: keep-all;
}

@media (max-width: 768px) {
  .mod-list_category li a, .mod-list_category li span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.mod-page_title {
  text-align: center;
  color: #FFF;
  position: relative;
  height: 264px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 30px;
  background-color: #ccc;
}

@media (max-width: 768px) {
  .mod-page_title {
    height: 200px;
  }
}

.mod-page_title:before {
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.mod-page_title .com-title {
  position: relative;
  z-index: 2;
}

.mod-page_title.u-notbg {
  background: none;
}

.mod-page_title.u-notbg:before {
  content: none;
}

.mod-page_title.u-notbg .com-title {
  color: #606060;
}

.mod-page_title.u-notbg .com-title span {
  color: #000;
}

.mod-list_anc {
  border-left: 1px solid #ccc;
}

.mod-list_anc_wrap {
  padding: 0 100px;
}

@media (max-width: 991px) {
  .mod-list_anc_wrap {
    padding: 0 50px;
  }
}

@media (max-width: 768px) {
  .mod-list_anc_wrap {
    padding: 0 30px;
  }
}

.mod-list_anc.col4 li {
  width: calc(100%/4);
}

.mod-list_anc.col4 li a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #606060;
}

.mod-list_anc.col4 li a span {
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
}

.mod-list_anc.col5 li {
  width: calc(100%/5);
}

.mod-list_anc.col5 li a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #606060;
}

.mod-list_anc.col5 li a span {
  color: #000;
  font-family: "Work Sans", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
}

.mod-list_anc.col7 li {
  width: calc(100%/7);
}

.mod-list_anc.col7 li a span {
  font-size: 15px;
  font-size: 0.9375rem;
}

.mod-list_anc.col11 li {
  width: calc(100%/11);
}

.mod-list_anc.col11 li a span {
  font-size: 15px;
  font-size: 0.9375rem;
}

.mod-list_anc.col12 li {
  width: calc(100%/12);
}

.mod-list_anc.col12 li a span {
  font-size: 15px;
  font-size: 0.9375rem;
}

.mod-list_anc ul {
  display: -webkit-flex;
  display: flex;
}

.mod-list_anc ul li {
  border-right: 1px solid #ccc;
  text-align: center;
}

.mod-list_anc ul li a {
  padding: 33px 0 25px;
  display: block;
}

.mod-list_anc ul li a span {
  display: block;
  font-weight: bold;
}

.mod-list_anc ul li a:after {
  content: '';
  display: block;
  margin: 13px auto 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(135deg);
}

.mod-list_anc .mod-select {
  display: none;
}

.mod-list_anc .mod-select .select-wrap {
  width: 100%;
}

@media (max-width: 768px) {
  .mod-list_anc {
    border-left: none;
  }
  .mod-list_anc ul {
    display: none;
  }
  .mod-list_anc .mod-select {
    display: block;
  }
}

.mod-products_list {
  margin-bottom: 0 !important;
}

.mod-products_list li {
  -ms-user-select: text;
  user-select: text;
}

.mod-products_list li a {
  display: block;
}

.mod-products_list li figure .image {
  overflow: hidden;
  background-color: #000;
}

.mod-products_list li figure .image div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 59%;
}

.mod-products_list li figcaption dl dt {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 18px;
}

.mod-products_list li figcaption dl dt .name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  display: block;
}

@media (max-width: 991px) {
  .mod-products_list li figcaption dl dt .name {
    font-size: 16px;
    font-size: 1rem;
  }
}

.mod-products_list li figcaption dl dt .category {
  width: 90px;
  display: block;
  margin: 10px auto 0;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 1px 0;
  font-weight: normal;
}

@media (max-width: 991px) {
  .mod-products_list li figcaption dl dt .category {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.mod-products_list li figcaption dl dd {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 16px;
}

@media (max-width: 991px) {
  .mod-products_list li figcaption dl dd {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.mod-products_list .slick-list li {
  padding: 0 15px;
}

.mod-products_list .slick-list li:focus {
  outline: none;
}

.mod-products_list .slick-arrow {
  width: auto;
  height: auto;
  background-color: #000;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 15px;
}

.mod-products_list .slick-arrow:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}

.mod-products_list .slick-prev {
  left: -76px;
}

.mod-products_list .slick-prev:before {
  background-image: url(../img/icon_arrow_w_p.png);
}

.mod-products_list .slick-next {
  right: -76px;
}

.mod-products_list .slick-next:before {
  background-image: url(../img/icon_arrow_w_n.png);
}

.mod-products_list .slick-dots {
  position: static;
  bottom: -50px;
}

.mod-products_list .slick-dots li {
  width: 12px;
  height: 12px;
  overflow: hidden;
  border-radius: 50%;
}

.mod-products_list .slick-dots li button {
  width: 12px;
  height: 12px;
  background-color: #ddd;
}

.mod-products_list .slick-dots li button:before {
  content: none;
}

.mod-products_list .slick-dots li.slick-active button {
  background-color: #000;
}

.mod-content_wrap {
  padding: 96px 100px 124px;
}

@media (max-width: 991px) {
  .mod-content_wrap {
    padding: 30px 50px 40px;
  }
}

@media (max-width: 768px) {
  .mod-content_wrap {
    padding: 30px 30px 40px;
  }
}

.mod-content_list {
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 768px) {
  .mod-content_list {
    display: block;
  }
}

.mod-content_list li {
  padding: 0 15px;
  width: 33.33%;
}

@media (max-width: 768px) {
  .mod-content_list li {
    width: 100%;
    padding: 0;
  }
  .mod-content_list li + li {
    margin-top: 40px;
  }
}

.mod-content_list li a {
  display: block;
}

@media (max-width: 768px) {
  .mod-content_list li .inner a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}

.mod-content_list li .inner .image {
  overflow: hidden;
}

.mod-content_list li .inner .image div[style] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 58%;
}

@media (max-width: 768px) {
  .mod-content_list li .inner .image div[style] {
    width: 120px;
  }
}

.mod-content_list li .inner .title {
  margin-top: 18px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  .mod-content_list li .inner .title {
    width: calc(100% - 120px);
    font-size: 16px;
    font-size: 1rem;
    margin-top: 0;
    padding-left: 15px;
    text-align: left;
  }
}

.mod-content_list li p {
  margin-top: 16px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .mod-content_list li p {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.mod-list_link {
  display: -webkit-flex;
  display: flex;
  padding: 0 100px;
  border-bottom: 1px solid #eee;
}

.mod-list_link_wrap .mod-select {
  display: none;
}

@media (max-width: 768px) {
  .mod-list_link_wrap {
    padding: 0 30px;
  }
  .mod-list_link_wrap .mod-list_link {
    display: none;
  }
  .mod-list_link_wrap .mod-select {
    display: block;
  }
  .mod-list_link_wrap .mod-select select {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .mod-list_link {
    padding: 0 50px;
  }
}

.mod-list_link li {
  width: 20%;
  position: relative;
}

.mod-list_link li:after {
  transition: 0.3s cubic-bezier(0.250, 0.100, 0.250, 1.000);
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0);
}

.mod-list_link li:hover:after, .mod-list_link li.active:after {
  background-color: black;
}

.mod-list_link li a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #606060;
  text-align: center;
  display: block;
  padding: 31px 0 58px;
}

.mod-list_link li a span {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  font-family: "Work Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}

.mod-list_link.u-col4 li {
  width: 25%;
}

.mod-news {
  max-width: 978px;
  width: 100%;
  margin: auto;
}

.mod-news li {
  padding-bottom: 15px;
}

.mod-news li + li {
  padding-top: 15px;
}

.mod-news li a {
  display: block;
}

.mod-news li dl {
  display: -webkit-flex;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 991px) {
  .mod-news li dl {
    display: block;
  }
}

.mod-news li dl dt {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-weight: normal;
  line-height: 22px;
}

.mod-news li dl dt .cat {
  text-align: center;
  width: 90px;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-left: 18px;
  padding: 4px 0 5px;
  line-height: 1;
  border: 1px solid #ddd;
}

@media (max-width: 991px) {
  .mod-news li dl dt .cat {
    padding: 0;
    line-height: 20px;
  }
}

.mod-news li dl dd {
  padding-left: 22px;
  line-height: 22px;
}

@media (max-width: 991px) {
  .mod-news li dl dd {
    padding-left: 0;
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 8px;
  }
}

.mod-pickup {
  margin-bottom: 0 !important;
}

.mod-pickup li a {
  display: block;
}

.mod-pickup li figure .image {
  overflow: hidden;
}

.mod-pickup li figure .image div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 59%;
}

.mod-pickup li figcaption dl dt {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin-top: 18px;
}

@media (max-width: 991px) {
  .mod-pickup li figcaption dl dt {
    font-size: 16px;
    font-size: 1rem;
  }
}

.mod-pickup li figcaption dl dd {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 16px;
}

@media (max-width: 991px) {
  .mod-pickup li figcaption dl dd {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.mod-pickup .slick-list li {
  padding: 0 15px;
}

.mod-pickup .slick-list li:focus {
  outline: none;
}

.mod-pickup .slick-arrow {
  width: auto;
  height: auto;
  background-color: #000;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding: 15px;
}

.mod-pickup .slick-arrow:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1;
}

.mod-pickup .slick-prev {
  left: -76px;
}

.mod-pickup .slick-prev:before {
  background-image: url(../img/icon_arrow_w_p.png);
}

.mod-pickup .slick-next {
  right: -76px;
}

.mod-pickup .slick-next:before {
  background-image: url(../img/icon_arrow_w_n.png);
}

.mod-pickup .slick-dots {
  position: static;
  bottom: -50px;
}

.mod-pickup .slick-dots li {
  width: 12px;
  height: 12px;
  overflow: hidden;
  border-radius: 50%;
}

.mod-pickup .slick-dots li button {
  width: 12px;
  height: 12px;
  background-color: #ddd;
}

.mod-pickup .slick-dots li button:before {
  content: none;
}

.mod-pickup .slick-dots li.slick-active button {
  background-color: #000;
}

.mod-tab {
  margin-top: 30px;
}

.mod-tab .tab-button {
  display: -webkit-flex;
  display: flex;
}

.mod-tab .tab-button li {
  text-align: center;
  width: calc((100% - 10px)/2);
  border: 1px solid #000;
}

.mod-tab .tab-button li.active {
  border: 1px solid #f00;
}

.mod-tab .tab-button li span {
  display: block;
  cursor: pointer;
  padding: 20px;
}

.mod-tab .tab-button li + li {
  margin-left: 10px;
}

.mod-tab .tab-contents {
  margin-top: 20px;
}

.mod-tab .tab-contents dd {
  margin-top: 10px;
}

.mod-tab .tab-contents p + p {
  margin-top: 10px;
}

.mod-breadcrumb {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 18px 40px 20px;
  border-bottom: 1px solid #EEE;
}

@media (max-width: 768px) {
  .mod-breadcrumb {
    padding: 18px 5vw 20px;
  }
}

.mod-breadcrumb li {
  color: #606060;
  display: inline;
}

.mod-breadcrumb li + li:before {
  content: '>';
  margin: 0 5px;
}

.mod-breadcrumb li a {
  color: #606060;
}

.mod-text_format01 > dt {
  text-align: center;
  font-family: "NotSansCJKjp-B", sans-serif;
  font-weight: 900;
  font-size: 30px;
  font-size: 1.875rem;
  color: #000;
}

@media (max-width: 768px) {
  .mod-text_format01 > dt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.mod-text_format01 > dt .num-box {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-bottom: 10px;
  color: #333;
}

@media (max-width: 768px) {
  .mod-text_format01 > dt .num-box {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 5px;
  }
}

.mod-text_format01 > dt .num-box .num {
  display: block;
  font-size: 50px;
  font-size: 3.125rem;
  font-family: "Work Sans", sans-serif;
  color: #FF4B4B;
  line-height: 1;
}

@media (max-width: 768px) {
  .mod-text_format01 > dt .num-box .num {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.mod-text_format01 > dd {
  margin: 40px auto 0;
  max-width: 978px;
  width: 100%;
}

.mod-text_format01 > dd .image {
  text-align: center;
  max-width: 680px;
  padding: 0 90px;
  width: 100%;
  margin: 0 auto 40px;
}

@media (max-width: 768px) {
  .mod-text_format01 > dd .image {
    padding: 0 10vw;
  }
}

.mod-text_format01 > dd .text {
  max-width: 680px;
  margin: auto;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 30px;
}

@media (max-width: 991px) {
  .mod-text_format01 > dd .text {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 25px;
  }
}

.mod-text_format01 > dd .text.tac {
  text-align: center;
}

.mod-text_format01 > dd .text + .image {
  margin-top: 35px;
}

.mod-text_format01 > dd .is-notes {
  max-width: 680px;
  margin: 20px auto 0;
}

.mod-text_format01 > dd .is-notes li {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
}

.mod-text_format01 > dd .dl-format {
  max-width: 680px;
  width: 100%;
  margin: 40px auto 0;
  padding-bottom: 20px;
}

.mod-text_format01 > dd .dl-format dt {
  font-size: 13px;
  font-size: 0.8125rem;
}

.mod-text_format01 > dd .dl-format dd {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 5px;
}

.mod-text_format01 > dd .dl-format dd + dt {
  margin-top: 20px;
}

.mod-dl_block {
  max-width: 680px;
  width: 100%;
  margin: auto;
  border: 1px solid #ddd;
}

.mod-dl_block + .mod-dl_block {
  margin-top: 20px;
}

.mod-dl_block > dt {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 18px 30px 17px;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 768px) {
  .mod-dl_block > dt {
    padding: 18px 25px 17px;
  }
}

.mod-dl_block > dd {
  padding: 30px;
}

@media (max-width: 768px) {
  .mod-dl_block > dd {
    padding: 25px;
  }
}

.mod-dl_block > dd p:not([class]) {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
}

.mod-dl_block > dd p:not([class]) + p, .mod-dl_block > dd p:not([class]) + dl, .mod-dl_block > dd p:not([class]) + ul {
  margin-top: 9px;
}

.mod-dl_block > dd p:not([class]) .btn-text {
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
}

.mod-dl_block > dd p:not([class]) .btn-text.is-mtn {
  margin-top: 0;
}

.mod-dl_block > dd > dl + p, .mod-dl_block > dd > dl + ul {
  margin-top: 10px;
}

.mod-dl_block > dd > dl + dl:not([class]) {
  margin-top: 20px;
}

.mod-dl_block > dd > dl > dt {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 13px;
}

.mod-dl_block > dd > dl > dd {
  margin-top: 9px;
  font-size: 12px;
  font-size: 0.75rem;
}

.mod-dl_block > dd > dl > dd > p {
  line-height: 20px;
  letter-spacing: -0.05px;
}

.mod-dl_block > dd > dl > dd .btn-text {
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
}

.mod-dl_block > dd > dl > dd .text-col2 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 15px;
}

@media (max-width: 425px) {
  .mod-dl_block > dd > dl > dd .text-col2 {
    display: block;
  }
}

.mod-dl_block > dd > dl > dd .text-col2 div[style] {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 88px;
  width: 125px;
}

@media (max-width: 425px) {
  .mod-dl_block > dd > dl > dd .text-col2 div[style] {
    margin: auto;
  }
}

.mod-dl_block > dd > dl > dd .text-col2 p {
  padding-left: 15px;
  line-height: 20px;
  letter-spacing: -0.05px;
  width: calc(100% - 125px);
}

@media (max-width: 425px) {
  .mod-dl_block > dd > dl > dd .text-col2 p {
    width: 100%;
    padding-left: 0;
    margin-top: 9px;
  }
}

.mod-dl_block > dd > dl > dd .is-text {
  margin-top: 15px;
}

.mod-dl_block > dd > dl > dd + dt {
  margin-top: 15px;
}

.mod-dl_block > dd .price-table {
  overflow: auto;
  padding: 20px 0 0;
}

.mod-dl_block > dd .price-table table {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  min-width: 600px;
}

.mod-dl_block > dd .price-table table td {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px 0;
}

.mod-dl_block > dd .price-table table tr:first-of-type td {
  padding-bottom: 15px;
}

.mod-dl_block > dd .price-table + p {
  margin-top: 20px;
}

.mod-dl_block > dd > .image {
  text-align: center;
}

.mod-dl_block > dd > .image + * {
  margin-top: 20px;
}

.mod-dl_block > dd .item-list li {
  display: -webkit-flex;
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
}

.mod-dl_block > dd .item-list li:before {
  content: '・';
}

.mod-dl_block > dd .item-list + p {
  margin-top: 10px;
}

.mod-dl_block > dd .item-list + dl {
  margin-top: 20px;
}

.mod-dl_block > dd .sample-image {
  display: -webkit-flex;
  display: flex;
  margin-right: -5px;
  margin-left: -5px;
}

@media (max-width: 768px) {
  .mod-dl_block > dd .sample-image {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}

.mod-dl_block > dd .sample-image + .sample-image, .mod-dl_block > dd .sample-image + dl, .mod-dl_block > dd .sample-image + p {
  margin-top: 1rem;
}

.mod-dl_block > dd .sample-image li {
  width: 33.1%;
  padding: 5px;
}

@media (max-width: 768px) {
  .mod-dl_block > dd .sample-image li {
    width: 100%;
    padding: 0;
  }
  .mod-dl_block > dd .sample-image li .image {
    width: 100%;
  }
  .mod-dl_block > dd .sample-image li + li {
    margin-top: 15px;
  }
}

.mod-dl_block > dd .sample-image.col1 {
  margin-right: 0;
  margin-left: 0;
}

.mod-dl_block > dd .sample-image.col1 li {
  width: 100%;
  padding: 0;
}

.mod-dl_block > dd .sample-image.col1 li .image {
  width: 100%;
}

@media (max-width: 768px) {
  .mod-dl_block > dd .sample-image.col1 li .image {
    width: 100%;
  }
}

.mod-dl_block > dd .sample-image.col2 {
  margin-right: -10px;
  margin-left: -10px;
}

.mod-dl_block > dd .sample-image.col2 li {
  width: 50%;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .mod-dl_block > dd .sample-image.col2 li {
    width: 100%;
  }
}

.mod-dl_block > dd .sample-image.inner-col2 {
  margin-right: 0;
  margin-left: 0;
}

.mod-dl_block > dd .sample-image.inner-col2 li {
  width: 100%;
  padding: 0;
}

.mod-dl_block > dd .sample-image.inner-col2 .wrap {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 768px) {
  .mod-dl_block > dd .sample-image.inner-col2 .wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
  }
}

.mod-dl_block > dd .sample-image.inner-col2 .wrap .image {
  width: 50%;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .mod-dl_block > dd .sample-image.inner-col2 .wrap .image {
    width: 100%;
    padding: 0;
  }
}

.mod-dl_block > dd .sample-image.inner-col2 figcaption {
  margin-top: 6px;
}

.mod-dl_block > dd .sample-image figure {
  margin: 0;
}

.mod-dl_block > dd .sample-image figure .image div {
  padding-top: 67%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.mod-dl_block > dd .sample-image figure figcaption {
  margin-top: 6px;
  font-size: 11px;
  font-size: 0.6875rem;
}

.mod-dl_block > dd .textbox {
  margin-top: 15px;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 768px) {
  .mod-dl_block > dd .textbox {
    display: block;
  }
}

.mod-dl_block > dd .textbox + * {
  margin-top: 15px;
}

.mod-dl_block > dd .textbox .img {
  width: 50%;
  padding-right: 10px;
}

@media (max-width: 768px) {
  .mod-dl_block > dd .textbox .img {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
}

.mod-dl_block > dd .textbox .img div[style] {
  padding-top: 75%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.mod-dl_block > dd .textbox p {
  font-size: 11px;
  font-size: 0.6875rem;
  width: 65%;
  padding-left: 10px;
}

@media (max-width: 768px) {
  .mod-dl_block > dd .textbox p {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .mod-dl_block > dd .column-wrap li {
    padding-bottom: 9px;
  }
}

.mod-dl_block > dd .column-wrap + p, .mod-dl_block > dd .column-wrap + .column-wrap {
  margin-top: 10px;
}

.mod-dl_block > dd .column-wrap .column {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (max-width: 768px) {
  .mod-dl_block > dd .column-wrap .column {
    display: block;
  }
}

.mod-dl_block > dd .column-wrap .column dt {
  margin-top: 0;
}

.mod-dl_block > dd .column-wrap .column dt:after {
  content: '・・・';
}

.mod-dl_block > dd .column-wrap .column dd {
  margin-top: 0;
}

.mod-dl_block > dd .list-num {
  padding-left: 20px;
}

.mod-dl_block > dd .list-num > .title {
  position: relative;
  font-weight: normal;
  font-size: 13px;
  font-size: 0.8125rem;
  counter-increment: number;
}

.mod-dl_block > dd .list-num > .title:nth-of-type(n+2) {
  margin-top: 20px;
}

.mod-dl_block > dd .list-num > .title:before {
  position: absolute;
  right: 100%;
  content: counter(number) ".";
  margin-right: 5px;
}

.mod-dl_block > dd .list-num > div .notes {
  color: #606060;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 10px;
}

.mod-dl_block > dd .list-num > div .frame {
  margin-top: 15px;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 15px;
  border: 1px solid #ddd;
}

.mod-dl_block > dd .list-num > div .frame span {
  display: block;
  font-weight: bold;
}

.mod-dl_block > dd .list-number {
  counter-reset: number;
}

.mod-dl_block > dd .list-number li {
  font-size: 12px;
  font-size: 0.75rem;
  counter-increment: number;
}

.mod-dl_block > dd .list-number li:before {
  content: counter(number) ".";
  margin-right: 5px;
}

.mod-dl_block > dd .list-number li + li {
  margin-top: 5px;
}

.mod-dl_block.u-faq dt {
  text-align: left;
  padding: 18px 21px 16px;
}

.mod-dl_block.u-faq dt:before {
  content: 'Q';
  margin-right: 9px;
}

.mod-dl_block.u-faq dd {
  display: -webkit-flex;
  display: flex;
  padding: 30px 21px 40px;
}

.mod-dl_block.u-faq dd:before {
  content: 'A';
  margin-right: 9px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}

.mod-dl_block .u-jigen + .u-jigen {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #EEE;
}

.mod-dl_block .u-jigen dd.img_wrap {
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 768px) {
  .mod-dl_block .u-jigen dd.img_wrap {
    display: block;
  }
}

@media (min-width: 769px) {
  .mod-dl_block .u-jigen dd.img_wrap p {
    flex: 1;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .mod-dl_block .u-jigen dd.img_wrap .img {
    width: 150px;
    min-width: 150px;
    margin: 10px auto 0;
  }
}

.mod-support {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px -15px 0;
}

@media (max-width: 991px) {
  .mod-support {
    margin: 50px -15px 0;
  }
}

@media (max-width: 768px) {
  .mod-support {
    margin: 20px -10px 0;
  }
}

.mod-support > li {
  width: 20%;
  padding: 25px 15px;
}

@media (max-width: 991px) {
  .mod-support > li {
    width: 33.33%;
  }
}

@media (max-width: 768px) {
  .mod-support > li {
    width: 50%;
    padding: 15px 10px;
  }
}

.mod-support div[style] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 85%;
}

.mod-support dl {
  margin-top: 15px;
}

@media (max-width: 768px) {
  .mod-support dl {
    margin-top: 10px;
  }
}

.mod-support dl dt {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}

@media (max-width: 768px) {
  .mod-support dl dt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.mod-support dl dd {
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #808080;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 768px) {
  .mod-support dl dd {
    margin-top: 5px;
  }
}

.mod-support ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  max-width: 180px;
}

@media (max-width: 991px) {
  .mod-support ul {
    margin-top: 15px;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .mod-support ul {
    margin-top: 15px;
  }
}

.mod-support ul li {
  max-width: 180px;
  width: 16.66%;
  padding: 1px;
}

.mod-support ul li a {
  display: block;
}

@media (max-width: 991px) {
  .mod-support ul li {
    width: 25%;
    max-width: 40px;
    padding: 3px;
  }
}

@media (max-width: 768px) {
  .mod-support ul li {
    padding: 2px;
  }
}

.mod-color_list-wrap {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  padding-top: 40px;
}

.mod-color_list-wrap:last-child {
  border-bottom: none;
}

.mod-color_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px -10px;
}

.mod-color_list li {
  width: 20%;
  padding: 10px;
}

@media (max-width: 768px) {
  .mod-color_list li {
    width: 33.33%;
  }
}

@media (max-width: 568px) {
  .mod-color_list li {
    width: 50%;
  }
}

.mod-color_list li a {
  display: block;
}

.mod-color_list li a:hover {
  opacity: .8;
  transition: 0.25s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.mod-color_list li div[style] {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f6f6f6;
  padding-top: 75%;
}

.mod-color_list li div[style] span {
  position: absolute;
  color: #fff;
}

.mod-color_list li div[style] span.icon {
  top: 5%;
  left: 5%;
  background-color: #FF4B4B;
  font-size: 10px;
  font-size: 0.625rem;
  height: 36px;
  width: 36px;
  line-height: 36px;
  border-radius: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.mod-color_list li div[style] span.label {
  bottom: 8%;
  right: 5%;
  background-color: #bbb;
  font-family: "Work Sans", sans-serif;
  padding: 2px 5px;
  line-height: 12px;
  font-size: 11px;
  font-size: 0.6875rem;
  border-radius: 3px;
}

.mod-color_list li figcaption {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 10px;
}

.mod-select {
  position: relative;
}

.mod-select .select-wrap {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  /* 20191216_修正スタイル */
  appearance: none;
  /* END 20191216_修正スタイル */
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  color: #606060;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
  width: 100px;
  padding: 12px 20px 12px 14px;
  cursor: pointer;
}

.mod-select .select-wrap::-ms-expand {
  display: none;
}

.mod-select:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  background-image: url(../img/icon_dropdown.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 6px;
  margin: auto;
  pointer-events: none;
}

@media (max-width: 768px) {
  .mod-select .select-wrap {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 35px 10px 10px;
  }
}

.mod-stores_address-table {
  margin-top: -60px;
  padding-top: 60px;
}

.mod-stores_address {
  border-bottom: 1px solid #eee;
}

@media (max-width: 991px) {
  .mod-stores_address {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .mod-stores_address tr > * {
    display: block;
  }
}

.mod-stores_address th {
  width: 37.5%;
  padding: 40px 7% 40px 0;
  vertical-align: top;
}

@media (max-width: 991px) {
  .mod-stores_address th {
    width: 100%;
    padding: 30px 0 10px;
  }
}

.mod-stores_address th .tag {
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  padding: 4px 8px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

.mod-stores_address th span:not([class]) {
  margin-top: 10px;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
}

.mod-stores_address th ul {
  margin: 10px 0 0 -5px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod-stores_address th ul li {
  padding-left: 5px;
  padding-bottom: 5px;
}

.mod-stores_address th ul li a {
  background-color: #eee;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 4px;
  font-weight: normal;
}

.mod-stores_address th dl {
  font-size: 12px;
  font-size: 0.75rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-weight: normal;
  margin-top: 5px;
}

.mod-stores_address th dl dt {
  font-weight: normal;
}

.mod-stores_address td {
  vertical-align: top;
  width: 62.5%;
  padding: 40px 0;
}

@media (max-width: 991px) {
  .mod-stores_address td {
    width: 100%;
    padding: 10px 0  30px;
  }
}

.mod-stores_address td .benefits dt {
  font-size: 14px;
  font-size: 0.875rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: 20px;
}

@media (max-width: 768px) {
  .mod-stores_address td .benefits dt {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

.mod-stores_address td .benefits dt span {
  font-size: 12px;
  font-size: 0.75rem;
  color: #FFF;
  border-radius: 12px;
  background-color: #FF4B4B;
  padding: 4px 11px 4px 12px;
  margin-bottom: 5px;
  line-height: 12px;
  margin-right: 8px;
  word-break: keep-all;
}

.mod-stores_address td .benefits dd {
  margin-top: 16px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
}

.mod-stores_address td .benefits + .adress {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .mod-stores_address td .benefits + .adress {
    margin-top: 20px;
  }
}

.mod-stores_address td .adress {
  line-height: 20px;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 768px) {
  .mod-stores_address td .adress {
    display: block;
  }
}

.mod-stores_address td .adress dl {
  padding-right: 19px;
}

.mod-stores_address td .adress dt {
  font-size: 13px;
  font-size: 0.8125rem;
}

.mod-stores_address td .adress dd {
  font-size: 12px;
  font-size: 0.75rem;
}

.mod-stores_address td .adress dd:first-of-type {
  margin-top: 10px;
}

.mod-stores_address td .adress dd .btn-text {
  font-size: 12px;
  font-size: 0.75rem;
}

.mod-stores_address td .adress .image {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 -5px;
}

@media (max-width: 768px) {
  .mod-stores_address td .adress .image {
    margin-top: 20px;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.mod-stores_address td .adress .image div[style] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 140px;
  padding-top: 105px;
  margin: 0 5px;
}

@media (max-width: 991px) {
  .mod-stores_address td .adress .image div[style] {
    max-width: 140px;
    width: 36vw;
  }
}

.mod-table {
  border-top: 1px solid #eee;
  max-width: 680px;
  width: 100%;
  margin: auto;
}

.mod-table tr {
  border-bottom: 1px solid #eee;
}

@media (max-width: 768px) {
  .mod-table tr {
    display: block;
    padding: 10px 0;
  }
}

.mod-table tr > * {
  padding: 20px 0;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media (max-width: 768px) {
  .mod-table tr > * {
    display: block;
    padding: 0;
  }
}

.mod-table th {
  width: 30%;
  vertical-align: top;
}

@media (max-width: 768px) {
  .mod-table th {
    width: 100%;
  }
}

.mod-table td {
  width: 70%;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .mod-table td {
    width: 100%;
  }
}

.mod-table td p a {
  font-size: inherit;
}

.mod-password {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.mod-password .input {
  width: 150px;
}

.mod-password .input input[type="text"] {
  width: 100%;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  background: none;
  color: #333;
  height: 20px;
  padding: 0 5px;
  line-height: 20px;
  border: none !important;
}

.mod-password .input input[type="password"] {
  border: none !important;
  width: 100%;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  background: none;
  color: #333;
  height: 20px;
  padding: 0 5px;
  line-height: 20px;
  font-family: Verdana, sans-serif;
}

.mod-password .btn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}

.mod-password .btn .toggle-password:before {
  content: '';
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}

.mod-password .btn .toggle-password.icon-eye:before {
  background-image: url(../img/icon_eye.png);
}

.mod-password .btn .toggle-password.icon-eye_off:before {
  background-image: url(../img/icon_eye_off.png);
}

.mod-rank {
  margin: 40px -15px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 568px) {
  .mod-rank {
    margin: 30px 0 0;
    display: block;
  }
}

.mod-rank_wrap {
  max-width: 1280px;
  margin: auto;
}

.mod-rank li {
  width: 33.33%;
  padding: 0 15px 20px;
  counter-increment: number;
}

@media (max-width: 768px) {
  .mod-rank li {
    width: 50%;
  }
}

@media (max-width: 568px) {
  .mod-rank li {
    padding: 0 0 20px;
    width: 100%;
  }
  .mod-rank li + li {
    margin-top: 20px;
  }
}

.mod-rank li .num:before {
  content: counter(number);
}

.mod-rank li a {
  display: block;
}

.mod-rank.u-monthly a {
  background-color: #fff;
  display: block;
}

.mod-rank.u-monthly li:nth-of-type(1) .num:before {
  background-color: #CFC76C;
}

.mod-rank.u-monthly li:nth-of-type(2) .num:before {
  background-color: #B9B9B6;
}

.mod-rank.u-monthly li:nth-of-type(3) .num:before {
  background-color: #C1832F;
}

@media (max-width: 568px) {
  .mod-rank.u-monthly .head {
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
  }
}

.mod-rank.u-monthly .head .image {
  position: relative;
}

@media (max-width: 568px) {
  .mod-rank.u-monthly .head .image {
    min-width: 45%;
    width: 45%;
  }
}

.mod-rank.u-monthly .head .image .num:before {
  content: counter(number);
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  font-family: "Work Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  color: #FFF;
}

@media (max-width: 768px) {
  .mod-rank.u-monthly .head .image .num:before {
    width: 25px;
    height: 25px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.mod-rank.u-monthly .head .image div[style] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 65%;
}

.mod-rank.u-monthly .head .status-wrap {
  display: none;
  width: 55%;
}

@media (max-width: 568px) {
  .mod-rank.u-monthly .head .status-wrap {
    padding: 5px 5px 5px 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

.mod-rank.u-monthly .content {
  padding: 20px 15px 25px;
}

@media (max-width: 568px) {
  .mod-rank.u-monthly .content {
    padding: 15px;
  }
  .mod-rank.u-monthly .content .status {
    display: none;
  }
}

.mod-rank.u-monthly .content .name {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 14px;
  font-size: 15px;
  font-size: 0.9375rem;
  word-break: break-all;
  font-weight: bold;
}

@media (max-width: 568px) {
  .mod-rank.u-monthly .content .name {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 0;
  }
}

.mod-rank.u-monthly .content .name span[style] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-right: 12px;
  min-width: 60px;
}

@media (max-width: 768px) {
  .mod-rank.u-monthly .content .name span[style] {
    width: 30px;
    height: 30px;
    min-width: 30px;
  }
}

@media (max-width: 568px) {
  .mod-rank.u-monthly .content .name span[style] {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
}

.mod-rank.u-monthly .content .name span:not([style]) {
  display: block;
  width: calc(100% - 60px);
}

@media (max-width: 768px) {
  .mod-rank.u-monthly .content .name span:not([style]) {
    width: calc(100% - 30px);
  }
}

@media (max-width: 568px) {
  .mod-rank.u-monthly .content .name span:not([style]) {
    width: calc(100% - 50px);
  }
}

.mod-rank.u-monthly .status {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .mod-rank.u-monthly .status {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

@media (max-width: 568px) {
  .mod-rank.u-monthly .status {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
    padding: 2px 0;
  }
}

@media (max-width: 425px) {
  .mod-rank.u-monthly .status {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.mod-rank.u-monthly .status span {
  font-weight: bold;
}

.mod-rank.u-series {
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .mod-rank.u-series {
    -webkit-align-items: center;
    align-items: center;
    margin: 40px 0 0;
  }
}

@media (max-width: 568px) {
  .mod-rank.u-series {
    margin: 35px 0 0;
  }
}

.mod-rank.u-series li {
  max-width: 250px;
}

@media (max-width: 768px) {
  .mod-rank.u-series li {
    width: 100%;
    max-width: 100%;
    display: -webkit-flex;
    display: flex;
  }
}

.mod-rank.u-series li .num:after, .mod-rank.u-series li .num:before {
  font-weight: bold;
  font-family: "Work Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mod-rank.u-series li .num:before {
  font-size: 36px;
  font-size: 2.25rem;
}

@media (max-width: 768px) {
  .mod-rank.u-series li .num:before {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 30px;
  }
}

@media (max-width: 568px) {
  .mod-rank.u-series li .num:before {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}

.mod-rank.u-series li .num:after {
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 768px) {
  .mod-rank.u-series li .num:after {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
  }
}

@media (max-width: 568px) {
  .mod-rank.u-series li .num:after {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 25px;
  }
}

.mod-rank.u-series li .num.rank1::after {
  content: 'st';
}

.mod-rank.u-series li .num.rank1::before {
  content: '1';
}

.mod-rank.u-series li .num.rank2::after {
  content: 'nd';
}

.mod-rank.u-series li .num.rank2::before {
  content: '2';
}

.mod-rank.u-series li .num.rank3::after {
  content: 'rd';
}

.mod-rank.u-series li .num.rank3::before {
  content: '3';
}

.mod-rank.u-series .image div[style] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 150px;
  height: 150px;
  margin: auto;
  border-radius: 100%;
  min-width: 150px;
}

@media (max-width: 768px) {
  .mod-rank.u-series .image div[style] {
    width: 100px;
    height: 100px;
    min-width: 100px;
  }
}

@media (max-width: 568px) {
  .mod-rank.u-series .image div[style] {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
}

.mod-rank.u-series .status {
  text-align: center;
  padding: 5px;
}

@media (max-width: 768px) {
  .mod-rank.u-series .status {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: calc(100% - 100px);
    padding: 15px 0 15px 15px;
  }
}

@media (max-width: 568px) {
  .mod-rank.u-series .status {
    width: calc(100% - 60px);
  }
}

@media (max-width: 768px) {
  .mod-rank.u-series .status dt {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    width: calc(100% - 60px);
    word-break: break-all;
  }
}

@media (max-width: 568px) {
  .mod-rank.u-series .status dt {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 25px;
  }
}

.mod-rank.u-series .status dt .num {
  display: block;
  word-break: keep-all;
}

@media (max-width: 768px) {
  .mod-rank.u-series .status dt .num {
    width: 80px;
    padding-right: 20px;
  }
}

@media (max-width: 568px) {
  .mod-rank.u-series .status dt .num {
    width: 50px;
    padding-right: 10px;
  }
}

@media (max-width: 768px) {
  .mod-rank.u-series .status dd {
    font-size: 16px;
    font-size: 1rem;
    text-align: right;
    line-height: 30px;
    width: 60px;
  }
}

@media (max-width: 568px) {
  .mod-rank.u-series .status dd {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 25px;
  }
}

.mod-btn-category {
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  max-width: 600px;
  width: 100%;
  margin: 45px auto 0;
  padding: 0 100px;
}

@media (max-width: 991px) {
  .mod-btn-category {
    padding: 0 50px;
  }
}

@media (max-width: 768px) {
  .mod-btn-category {
    padding: 0 30px;
    margin-top: 20px;
  }
}

.mod-btn-category li {
  width: 50%;
  background-color: #ccc;
}

.mod-btn-category li.biwako {
  border-radius: 20px 0 0 20px;
}

.mod-btn-category li.biwako.active {
  background-color: #1B7EA5;
}

.mod-btn-category li.alljp {
  border-radius: 0 20px 20px 0;
}

.mod-btn-category li.alljp.active {
  background-color: #FE7774;
}

.mod-btn-category li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 22px;
  font-size: 1.375rem;
  color: #FFF;
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
}

@media (max-width: 768px) {
  .mod-btn-category li a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.mod-jancode {
  margin-top: 54px;
}

@media (max-width: 768px) {
  .mod-jancode {
    margin-top: 30px;
  }
}

.mod-jancode + .mod-jancode {
  margin-top: 37px;
}

@media (max-width: 768px) {
  .mod-jancode + .mod-jancode {
    margin-top: 30px;
  }
}

.mod-jancode_wrap {
  padding-top: 47px !important;
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
}

@media (max-width: 768px) {
  .mod-jancode_wrap {
    padding-top: 30px !important;
  }
}

.mod-jancode_wrap .js-jancode_btn {
  position: relative;
  cursor: pointer;
}

.mod-jancode_wrap .js-jancode_btn.on:before, .mod-jancode_wrap .js-jancode_btn.on:after {
  transform: rotate(0);
}

.mod-jancode_wrap .js-jancode_btn:before, .mod-jancode_wrap .js-jancode_btn:after {
  transition: 0.25s cubic-bezier(0.250, 0.100, 0.250, 1.000);
  position: absolute;
  content: '';
  display: block;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 1px;
  background-color: #606060;
}

.mod-jancode_wrap .js-jancode_btn:before {
  transform: rotate(-90deg);
}

.mod-jancode_wrap .js-jancode_btn:after {
  transform: rotate(-180deg);
}

.mod-jancode_wrap .js-jancode_content {
  display: none;
}

.mod-jancode > dt {
  font-size: 14px;
  font-size: 0.875rem;
}

.mod-jancode .codetable {
  overflow: auto;
  margin-top: 16px;
  padding-bottom: 1px;
  -webkit-overflow-scrolling: touch;
}

.mod-jancode .codetable .heading > * {
  background-color: #F6F6F6;
}

.mod-jancode .codetable dl {
  border-left: 1px solid #ddd;
  display: -webkit-flex;
  display: flex;
}

.mod-jancode .codetable dl > * {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px 11px;
  font-size: 12px;
  font-size: 0.75rem;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.mod-jancode .codetable dl:last-of-type > * {
  border-bottom: 1px solid #ddd;
}

.mod-jancode .codetable dl dt {
  min-width: 300px;
  width: 300px;
  font-weight: normal;
}

@media (max-width: 768px) {
  .mod-jancode .codetable dl dt {
    min-width: 250px;
    width: 250px;
  }
}

.mod-jancode .codetable dl dd {
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 120px;
  width: 100%;
  text-align: center;
}

.mod-jancode .codetable caption {
  caption-side: top;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #333;
}

.mod-jancode .codetable th, .mod-jancode .codetable td {
  padding: 5px 11px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  text-align: center;
  border: 1px solid #ddd;
}

.mod-jancode .codetable th:first-child, .mod-jancode .codetable td:first-child {
  text-align: left;
  min-width: 300px;
  width: 300px;
  font-weight: normal;
}

@media (max-width: 768px) {
  .mod-jancode .codetable th:first-child, .mod-jancode .codetable td:first-child {
    min-width: 250px;
    width: 250px;
  }
}

.mod-jancode .codetable th {
  background-color: #F6F6F6;
}

.mod-lanscolor_variation {
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 768px) {
  .mod-lanscolor_variation {
    display: block;
  }
}

.mod-lanscolor_variation + .mod-lanscolor_variation {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid #EEE;
}

.mod-lanscolor_variation .img {
  width: 120px;
  min-width: 120px;
}

@media (max-width: 768px) {
  .mod-lanscolor_variation .img {
    width: 100%;
    max-width: 150px;
    margin: auto;
  }
}

.mod-lanscolor_variation .text {
  width: calc(100% - 120px);
  padding-left: 15px;
}

@media (max-width: 768px) {
  .mod-lanscolor_variation .text {
    width: 100%;
    padding: 0;
  }
}

.mod-lanscolor_variation .text dt {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
}

@media (max-width: 768px) {
  .mod-lanscolor_variation .text dt {
    text-align: center;
  }
}

.mod-lanscolor_variation .text dt span {
  font-weight: bold;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .mod-lanscolor_variation .text dt span {
    display: block;
    margin: 0;
  }
}

.mod-lanscolor_variation .text dd {
  margin-top: 2px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .mod-lanscolor_variation .text dd {
    margin-top: 8px;
  }
}

.mod-lens_list {
  margin: 0 -3px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod-lens_list li {
  width: 50%;
  padding: 3px;
}

@media (max-width: 768px) {
  .mod-lens_list li {
    width: 100%;
  }
}

.mod-lens_list li a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #ddd;
  padding: 11px 15px 11px 10px;
  position: relative;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
}

.mod-lens_list li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 6px;
  height: 9px;
  margin: auto;
  background-repeat: no-repeat;
  background-image: url(../img/icon_arrow_b.png);
  background-position: center;
  background-size: contain;
}

.mod-lens_list .list-img {
  background-color: #000;
  width: 60px;
  min-width: 60px;
  position: relative;
  padding-top: 30px;
  margin-right: 8px;
}

.mod-lens_list .list-img div[style] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.mod-color_version {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px -10px 0;
}

@media (max-width: 768px) {
  .mod-color_version {
    margin-top: 10px;
  }
}

.mod-color_version_title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  border-top: 1px solid #EEE;
  padding-top: 45px;
  margin-top: 40px;
  color: #000;
}

@media (max-width: 768px) {
  .mod-color_version_title {
    font-size: 16px;
    font-size: 1rem;
    padding-top: 25px;
    margin-top: 25px;
  }
}

.mod-color_version li {
  width: 20%;
  padding: 14px 10px 12px;
}

@media (max-width: 1400px) {
  .mod-color_version li {
    width: 25%;
  }
}

@media (max-width: 768px) {
  .mod-color_version li {
    width: 33.33%;
    padding: 10px 10px 25px;
  }
}

@media (max-width: 568px) {
  .mod-color_version li {
    width: 50%;
  }
}

.mod-color_version li a {
  display: block;
}

.mod-color_version li a:hover {
  opacity: .8;
  transition: 0.25s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}

.mod-color_version li div[style] {
  width: 100%;
  padding-top: 68%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.mod-color_version li figure figcaption {
  margin-top: 14px;
}

.mod-color_version li figure figcaption dt {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 3px;
  line-height: 1.3;
  font-family: "Work Sans", sans-serif;
}

@media (max-width: 768px) {
  .mod-color_version li figure figcaption dt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.mod-color_version li figure figcaption dd {
  font-size: 12px;
  font-size: 0.75rem;
  color: #808080;
}

.mod-table-layout {
  display: -webkit-flex;
  display: flex;
}

.mod-table-layout dt, .mod-table-layout dd {
  padding: 9px 10px;
  font-size: 12px;
  font-size: 0.75rem;
}

.mod-table-layout dt {
  width: 50%;
  background-color: #F6F6F6;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.mod-table-layout dd {
  text-align: center;
  width: 50%;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.mod-table-layout dd:last-of-type {
  border-right: 1px solid #ddd;
}

.mod-table-layout:last-of-type dt, .mod-table-layout:last-of-type dd {
  border-bottom: 1px solid #ddd;
}

.mod-single_gallery {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.mod-single_gallery li {
  width: 33.33%;
  padding: 0 10px 20px;
}

@media (max-width: 991px) {
  .mod-single_gallery li {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .mod-single_gallery li {
    width: 33.33%;
  }
}

@media (max-width: 568px) {
  .mod-single_gallery li {
    width: 50%;
  }
}

.mod-single_gallery figure .img {
  background-color: #EBEBEB;
}

.mod-single_gallery figure .img a {
  display: block;
  width: 100%;
  padding-top: 142%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.mod-single_gallery figure figcaption {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 10px;
}

/* 20191216_追加スタイル
   ※20200608 追加編集  */
.mod-section_rod_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .mod-section_rod_inner {
    display: block;
  }
}

.mod-section_rod .item {
  width: 48.3870967742%;
}

@media (max-width: 768px) {
  .mod-section_rod .item {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .mod-section_rod .item:nth-child(2n) {
    margin-left: 3.2258064516%;
  }
  .mod-section_rod .item:nth-child(n+3) {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .mod-section_rod .item + .item {
    margin-top: 30px;
  }
}

.mod-section_rod .item .com-title {
  text-align: left;
}

.mod-section_rod .item .com-title span {
  word-break: break-all;
  font-size: 25px;
  font-size: 1.5625rem;
}

@media (max-width: 768px) {
  .mod-section_rod .item .com-title span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.mod-section_rod .item .img {
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .mod-section_rod .item .img {
    margin-top: 20px;
  }
}

.mod-section_rod .item .img a {
  display: block;
}

.mod-section_rod .item .img div[style] {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 37.038%;
}

/* END 20191216_追加スタイル */
/* =============================================================================
    HOME
========================================================================== */
@media (max-width: 991px) {
  body.home #sec01 .container, body.home #sec02 .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  body.home #sec01 .container {
    margin-top: 50px;
  }
}

body.home .container {
  padding-top: 50px;
  padding-bottom: 60px;
}

/* =============================================================================
    ウェブメンバーとは
========================================================================== */
body.members .list-content {
  display: -webkit-flex;
  display: flex;
  margin: 0 -24px 0;
}

@media (max-width: 768px) {
  body.members .list-content {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

body.members .list-content li {
  width: 25%;
  padding: 20px 24px;
}

@media (max-width: 768px) {
  body.members .list-content li {
    width: 50%;
  }
}

@media (max-width: 425px) {
  body.members .list-content li {
    width: 100%;
  }
}

body.members .list-content li dl {
  height: 90%;
}

body.members .list-content li dt {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 15px;
  font-size: 0.9375rem;
}

body.members .list-content li dt span {
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  body.members .list-content li dt span {
    padding: 10px 25px;
    width: 65%;
  }
}

body.members .list-content li dd {
  margin-top: 15px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 22px;
}

body.members .list-content li .btn-text_wrap {
  margin-top: 20px;
}

@media (max-width: 425px) {
  body.members .list-content li .btn-text_wrap {
    margin-top: 10px;
  }
}

body.members .mod-period {
  max-width: 680px;
  margin: 40px auto 0;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* =============================================================================
    固有
========================================================================== */
body.event .date_list,
body.tax-event .date_list,
body.post-type-archive-event-report .date_list,
body.shop-guide .date_list {
  padding-top: 50px;
  margin-top: 60px;
  border-top: 1px solid #eee;
}

body.event .date_list:first-of-type,
body.tax-event .date_list:first-of-type,
body.post-type-archive-event-report .date_list:first-of-type,
body.shop-guide .date_list:first-of-type {
  margin-top: 36px;
}

body.support .mod-page_title {
  background-position: left center;
}

body.past-gidts .mod-list_col3 {
  margin-top: 0;
}

body.distributor .mod-dl_block .btn-text {
  word-break: break-all;
}

/* =============================================================================
    メンバーズ販売
========================================================================== */
@media (max-width: 768px) {
  body.woocommerce.tax-product-year .mod-title_select + .date_list,
body.woocommerce.shop .mod-title_select + .date_list {
    margin-top: 15px;
  }
}

/* =============================================================================
    会社情報
========================================================================== */
body.company #map {
  max-width: 680px;
  width: 100%;
  margin: 50px auto 0;
  padding-top: 400px;
}

@media (max-width: 991px) {
  body.company #map {
    padding-top: 50%;
  }
}

@media (max-width: 568px) {
  body.company #map {
    padding-top: 100%;
  }
}

/* =============================================================================
    mypage
========================================================================== */
.my-account .btn-format {
  margin: 30px auto 60px;
}

.my-account .lity-opened {
  background-color: black;
}

.my-account #card-status {
  display: none;
}

.my-account .card-status {
  padding-top: 59%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.my-account .card-status.black {
  background-image: url(../img/img_card_b.png);
}

.my-account .card-status.black span {
  color: #FFF;
}

.my-account .card-status.platina {
  background-image: url(../img/img_card_p.png);
}

.my-account .card-status.platina span {
  color: rgba(0, 0, 0, 0.3);
}

.my-account .card-status.gold {
  background-image: url(../img/img_card_g.png);
}

.my-account .card-status.gold span {
  color: rgba(0, 0, 0, 0.35);
}

.my-account .card-status.silver {
  background-image: url(../img/img_card_s.png);
}

.my-account .card-status.silver span {
  color: rgba(0, 0, 0, 0.35);
}

.my-account .card-status .status-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 7vw;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.my-account .card-status .status-wrap .lead {
  font-size: 5vw;
}

.my-account .card-status .status-wrap .name {
  font-size: 4.5vw;
  margin-top: 1.5vw;
}

.my-account .card-status .status-wrap .codeid {
  font-size: 4vw;
  margin-top: 1vw;
}

.member-status {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-bottom: 40px;
  max-width: 680px;
  width: 100%;
  margin: auto;
}

@media (max-width: 568px) {
  .member-status {
    display: block;
  }
}

.member-status .names {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 568px) {
  .member-status .names {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #eee;
    padding-bottom: 40px;
  }
}

.member-status .names div[style] {
  width: 150px;
  padding-top: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 100%;
  overflow: hidden;
}

@media (max-width: 568px) {
  .member-status .names div[style] {
    width: 100px;
    padding-top: 100px;
  }
}

.member-status .names p {
  padding-left: 30px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #606060;
}

@media (max-width: 568px) {
  .member-status .names p {
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
  }
}

.member-status .names p span {
  margin-top: 8px;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  line-height: 1;
}

.member-status .card {
  width: 50%;
  max-width: 255px;
  padding-left: 20px;
}

.member-status .card.black .memberscard {
  background-image: url(../img/img_card_b.png);
}

.member-status .card.black .memberscard span {
  color: #FFF;
}

.member-status .card.platina .memberscard {
  background-image: url(../img/img_card_p.png);
}

.member-status .card.platina .memberscard span {
  color: rgba(0, 0, 0, 0.3);
}

.member-status .card.gold .memberscard {
  background-image: url(../img/img_card_g.png);
}

.member-status .card.gold .memberscard span {
  color: rgba(0, 0, 0, 0.35);
}

.member-status .card.silver .memberscard {
  background-image: url(../img/img_card_s.png);
}

.member-status .card.silver .memberscard span {
  color: rgba(0, 0, 0, 0.35);
}

@media (max-width: 568px) {
  .member-status .card {
    width: 80%;
    padding: 40px 20px 0;
    margin: auto;
  }
}

.member-status .card a {
  display: block;
}

.member-status .card .memberscard {
  padding-top: 59%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.member-status .card .memberscard .status-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.member-status .card .memberscard .status-wrap .lead {
  font-size: 13px;
  font-size: 0.8125rem;
}

.member-status .card .memberscard .status-wrap .name {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-top: 3px;
}

.member-status .card .memberscard .status-wrap .codeid {
  font-size: 10px;
  font-size: 0.625rem;
  margin-top: 1px;
}

.member-status .card .memberscard .scale {
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: 8px;
  right: 7px;
}

.mod-point_results {
  border: 1px solid #ddd;
  max-width: 680px;
  width: 100%;
  margin: 37px auto 0;
}

.mod-point_results .inner {
  padding: 34px 38px 30px;
}

@media (max-width: 568px) {
  .mod-point_results .inner {
    padding: 20px 15px 30px;
  }
}

.mod-point_results .title {
  padding: 18px 0 17px;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

.mod-point_results .points {
  padding-bottom: 21px;
}

.mod-point_results .points dl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 18px;
}

.mod-point_results .points dl dt {
  width: 50%;
  font-size: 13px;
  font-size: 0.8125rem;
}

.mod-point_results .points dl dd {
  width: 50%;
  text-align: right;
  font-size: 20px;
  font-size: 1.25rem;
}

@media (max-width: 568px) {
  .mod-point_results .points dl dd {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.mod-point_results .points dl dd span {
  padding-right: 2px;
  color: #FF4B4B;
  font-size: 26px;
  font-size: 1.625rem;
}

@media (max-width: 568px) {
  .mod-point_results .points dl dd span {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.mod-point_results .head {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media (max-width: 568px) {
  .mod-point_results .head {
    display: block;
  }
}

.mod-point_results .head h3,
.mod-point_results .head h4 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
}

.mod-point_results .head div {
  font-size: 12px;
  font-size: 0.75rem;
}

@media (max-width: 568px) {
  .mod-point_results .head div {
    margin-top: 5px;
  }
}

.mod-point_results .result {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin-top: 21px;
}

@media (max-width: 568px) {
  .mod-point_results .result {
    margin-top: 10px;
    display: block;
    overflow: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

.mod-point_results .result tr > * {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 14px 10px;
}

@media (max-width: 568px) {
  .mod-point_results .result tr > * {
    font-size: 10px;
    font-size: 0.625rem;
    word-break: keep-all;
  }
}

.mod-point_results .result th {
  text-align: center;
  background-color: #F6F6F6;
  color: #606060;
  font-weight: normal;
  word-break: keep-all;
}

.mod-point_results .result th:first-of-type {
  width: 13%;
}

.mod-point_results .result th:nth-of-type(2) {
  width: 13%;
}

.mod-point_results .result th:nth-of-type(3) {
  width: 68%;
}

.mod-point_results .result th:nth-of-type(4) {
  width: 19%;
}

.mod-point_results .result td:first-of-type {
  text-align: center;
}

.mod-point_results .result td:nth-of-type(2) {
  text-align: center;
}

.mod-point_results .result td:nth-of-type(4) {
  text-align: right;
}

.mod-point_results .result td:nth-of-type(5) {
  text-align: center;
}

.mod-point_results .result td .detail_btn {
  display: block;
  width: 33px;
  padding: 0 5px;
  font-size: 11px;
  background: #ed6d35;
  color: #fff;
  border-radius: 5px;
  margin: auto;
}

.mod-point_results.mod-point_results--points .note {
  margin-bottom: 15px;
  text-align: right;
  font-size: 13px;
  font-size: 0.8125rem;
}

.mod-point_results.mod-point_results--points .note .amount {
  margin-right: 15px;
}

.mod-point_results.mod-point_results--points .result th {
  text-align: center;
  background-color: #F6F6F6;
  color: #606060;
  font-weight: normal;
  word-break: keep-all;
}

.mod-point_results.mod-point_results--points .result th:nth-of-type(2) {
  width: 68%;
}

.mod-point_results.mod-point_results--points .result th:nth-of-type(3) {
  width: 19%;
}

.mod-point_results.mod-point_results--points .result td:nth-of-type(2) {
  text-align: left;
}

.mod-point_results.mod-point_results--points .result td:nth-of-type(3) {
  text-align: right;
}

.mod-point_results .btn-text_wrap {
  margin-top: 20px;
}

.mod-point_results .btn-text_wrap a {
  font-size: 12px;
  font-size: 0.75rem;
  color: #606060;
}

.note .mod-point_results {
  border: none;
  font-size: 13px;
  font-size: 0.8125rem;
}

.mypage-edit .btn-format_wrap.col2,
.woocommerce-edit-account .btn-format_wrap.col2 {
  border-top: 1px solid #eee;
  margin-top: 50px;
}

.mypage-edit .mod-form,
.woocommerce-edit-account .mod-form {
  padding-top: 0;
}

.mypage-edit .mod-form .form-item .mod-password input[type="password"],
.woocommerce-edit-account .mod-form .form-item .mod-password input[type="password"] {
  padding: 0;
}

.mod-table .family-box th[rowspan="4"]:before {
  content: '';
  display: inline-block;
  vertical-align: inherit;
  background-image: url(../img/icon_family.png);
  width: 16px;
  height: 15px;
  margin-right: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  .mod-table .family-box {
    border-bottom: none;
  }
  .mod-table .family-box th[rowspan="4"] {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .mod-table .family-box th[rowspan="4"]:before {
    content: '';
    display: block;
    background-image: url(../img/icon_family.png);
    width: 16px;
    height: 15px;
    margin-right: 3px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .mod-table .family-box th:not([rowspan="4"]) {
    padding-left: 20px;
  }
  .mod-table .family-box td {
    padding-left: 20px;
  }
  .mod-table .family-box_item {
    padding-left: 20px;
    border-bottom: none;
  }
  .mod-table .family-box_item.u-last {
    border-bottom: 1px solid #eee;
  }
}

/* =============================================================================
    jigen
========================================================================== */
/* ラインナップ */
.jigen-lineup .mod-list_col3,
.post-type-archive-jigen .mod-list_col3 {
  margin-top: 0;
}

@media (max-width: 568px) {
  .jigen-lineup .mod-list_col3,
.post-type-archive-jigen .mod-list_col3 {
    margin: 0 !important;
  }
}

.jigen-lineup .mod-list_col3 li,
.post-type-archive-jigen .mod-list_col3 li {
  padding-top: 0;
  padding-bottom: 40px;
}

@media (max-width: 568px) {
  .jigen-lineup .mod-list_col3 li,
.post-type-archive-jigen .mod-list_col3 li {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
}

.jigen-lineup .mod-list_col3 li a .img,
.post-type-archive-jigen .mod-list_col3 li a .img {
  background: #000;
}

/* =============================================================================
    Movie
========================================================================== */
.sp-movies {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 35px -15px 0 !important;
}

@media (max-width: 568px) {
  .sp-movies {
    margin: 35px 0 0 !important;
  }
}

.sp-movies li {
  width: 33.33%;
  padding: 15px;
}

@media (max-width: 768px) {
  .sp-movies li {
    width: 50%;
  }
}

@media (max-width: 568px) {
  .sp-movies li {
    width: 100%;
    padding: 15px 0;
  }
}

.sp-movies li a {
  display: block;
}

.sp-movies li a figure .thumb div[style] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 65%;
}

.sp-movies li a figure figcaption {
  margin-top: 10px;
}

.sp-movies li a figure figcaption span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}

@media (max-width: 991px) {
  .sp-movies li a figure figcaption span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (max-width: 768px) {
  .sp-movies li a figure figcaption span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media (max-width: 568px) {
  .sp-movies li a figure figcaption span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.sp-movies li a figure figcaption time {
  font-size: 12px;
  font-size: 0.75rem;
  color: #808080;
}

@media (max-width: 991px) {
  .sp-movies li a figure figcaption time {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

@media (max-width: 568px) {
  .sp-movies li a figure figcaption time {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.product-movies {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 35px -15px 0 !important;
}

@media (max-width: 768px) {
  .product-movies {
    margin: 35px -5px 0 !important;
  }
}

.product-movies li {
  width: 33.33%;
  padding: 15px;
}

@media (max-width: 768px) {
  .product-movies li {
    width: 50%;
    padding: 10px 5px;
  }
}

.product-movies li figure {
  background-color: #FFF;
}

.product-movies li figure > a {
  display: block;
}

.product-movies li figure .thumb {
  overflow: hidden;
  position: relative;
}

.product-movies li figure .thumb div[style] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 65%;
}

.product-movies li figure .thumb:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 70px;
  height: 50px;
  background-image: url(../img/icon_youtube.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

@media (max-width: 768px) {
  .product-movies li figure .thumb:before {
    width: 50px;
    height: 30px;
  }
}

.product-movies li figure figcaption {
  padding: 15px 15px 45px;
}

.product-movies li figure figcaption dl dt {
  padding-bottom: 13px;
}

.product-movies li figure figcaption dl dt span {
  display: block;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 22px;
}

@media (max-width: 568px) {
  .product-movies li figure figcaption dl dt span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.product-movies li figure figcaption dl dt time {
  font-size: 12px;
  font-size: 0.75rem;
  color: #808080;
}

@media (max-width: 568px) {
  .product-movies li figure figcaption dl dt time {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.product-movies li figure figcaption dl dd {
  font-size: 12px;
  font-size: 0.75rem;
  color: #333;
}

.product-movies li figure figcaption dl dd a {
  font-size: inherit;
  color: inherit;
}

/* =============================================================================
    dp BATTLE
========================================================================== */
body.battle-regulation .item-area + .item-area {
  margin-top: 9px;
}

body.battle-regulation .item-area + .notes {
  margin-top: 9px;
}

body.battle-regulation .item-area .title {
  font-weight: bold;
}

body.battle-regulation .item-area .title:before {
  content: '■';
  color: #FF4B4B;
}

body.battle-regulation .item-area .text {
  padding-left: 1em;
}

.dpbs-single_block {
  max-width: 890px;
  width: 100%;
  margin: auto;
}

.dpbs-single_block .dpbs-results {
  margin-top: 32px;
}

@media (max-width: 768px) {
  .dpbs-single_block .dpbs-results {
    margin-top: 20px;
  }
}

.dpbs-single_block .dpbs-results ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .dpbs-single_block .dpbs-results ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.dpbs-single_block .dpbs-results li {
  text-align: center;
  padding: 39px 0 38px;
  font-size: 13px;
  font-size: 0.8125rem;
  border-left: 1px solid #ddd;
  width: 25%;
}

.dpbs-single_block .dpbs-results li:last-of-type {
  border-right: 1px solid #ddd;
}

@media (max-width: 768px) {
  .dpbs-single_block .dpbs-results li {
    width: 50%;
    padding: 20px 0;
    margin-top: 20px;
  }
  .dpbs-single_block .dpbs-results li:nth-of-type(2n) {
    border-right: 1px solid #ddd;
  }
  .dpbs-single_block .dpbs-results li:nth-of-type(n+3) {
    position: relative;
  }
  .dpbs-single_block .dpbs-results li:nth-of-type(n+3):before {
    position: absolute;
    content: '';
    height: 1px;
    width: 80%;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ddd;
  }
}

.dpbs-single_block .dpbs-results li span {
  font-size: 33px;
  font-size: 2.0625rem;
  display: block;
}

@media (max-width: 768px) {
  .dpbs-single_block .dpbs-results li span {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.dpbs-single_block .dpbs-head .image {
  max-width: 150px;
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
}

.dpbs-single_block .dpbs-head .image div[style] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100%;
}

.dpbs-single_block .dpbs-head .name {
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
}

.dpbs-single_block .dpbs-head .name .ranker:before {
  content: '';
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 21px;
  margin-left: 9px;
}

.dpbs-single_block .dpbs-head .name .ranker.rank1:before {
  background-image: url(../img/icon_rank1.png);
}

.dpbs-single_block .dpbs-head .name .ranker.rank2:before {
  background-image: url(../img/icon_rank2.png);
}

.dpbs-single_block .dpbs-head .name .ranker.rank3:before {
  background-image: url(../img/icon_rank3.png);
}

.dpbs-single_block .dpbs-body {
  max-width: 680px;
  margin: 80px auto 0;
  counter-reset: number;
}

.dpbs-single_block .dpbs-body.u-jam {
  margin-top: 0;
}

.dpbs-single_block .dpbs-body .item {
  border: 1px solid #ddd;
  counter-increment: number;
}

.dpbs-single_block .dpbs-body .item + .item {
  margin-top: 50px;
}

@media (max-width: 568px) {
  .dpbs-single_block .dpbs-body .item + .item {
    margin-top: 40px;
  }
}

.dpbs-single_block .dpbs-body .item .dpbs-wrap {
  padding: 30px 30px 40px;
}

@media (max-width: 568px) {
  .dpbs-single_block .dpbs-body .item .dpbs-wrap {
    padding: 20px 15px 30px;
  }
}

.dpbs-single_block .dpbs-body .item .dpbs-heading {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: baseline;
  align-items: baseline;
  border-bottom: 1px solid #ddd;
  padding: 10px 30px;
}

.dpbs-single_block .dpbs-body .item .dpbs-heading .num {
  font-size: 36px;
  font-size: 2.25rem;
  color: #000;
}

@media (max-width: 568px) {
  .dpbs-single_block .dpbs-body .item .dpbs-heading .num {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.dpbs-single_block .dpbs-body .item .dpbs-heading .num:before {
  content: counter(number);
}

.dpbs-single_block .dpbs-body .item .dpbs-heading .times {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #606060;
}

@media (max-width: 568px) {
  .dpbs-single_block .dpbs-body .item .dpbs-heading .times {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.dpbs-single_block .dpbs-body .item .dpbs-heading.u-jam {
  -webkit-justify-content: center;
  justify-content: center;
}

.dpbs-single_block .dpbs-body .item .dpbs-heading.u-jam .times {
  color: #000;
}

.dpbs-single_block .dpbs-body .item .dpbs-gallery {
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px;
}

.dpbs-single_block .dpbs-body .item .dpbs-gallery .image {
  width: 50%;
  margin: 0 10px;
  background-color: #F6F6F6;
}

.dpbs-single_block .dpbs-body .item .dpbs-gallery .image div[style] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 70%;
}

.dpbs-single_block .dpbs-body .item .data-table {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
  margin-top: 30px;
}

.dpbs-single_block .dpbs-body .item .data-table th {
  word-break: keep-all;
  vertical-align: top;
  padding: 6px 0;
  width: 20%;
}

@media (max-width: 568px) {
  .dpbs-single_block .dpbs-body .item .data-table th {
    display: block;
    padding-bottom: 3px;
  }
}

.dpbs-single_block .dpbs-body .item .data-table td {
  vertical-align: top;
  padding: 6px 0 6px 30px;
  width: 80%;
}

@media (max-width: 568px) {
  .dpbs-single_block .dpbs-body .item .data-table td {
    display: block;
    padding-left: 0;
    padding-top: 0;
  }
}

.dpbs-single_block .dpbs-body .item .dpbs-comment {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 38px;
}

.dpbs-single_block .dpbs-body .item .dpbs-comment dl {
  width: 82%;
  background-color: #F6F6F6;
  padding: 20px;
}

.dpbs-single_block .dpbs-body .item .dpbs-comment dl dt {
  font-size: 12px;
  font-size: 0.75rem;
}

.dpbs-single_block .dpbs-body .item .dpbs-comment dl dd {
  margin-top: 11px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.dpbs-single_block .dpbs-body .item .dpbs-comment .icon-user {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 18%;
}

.dpbs-single_block .dpbs-body .item .dpbs-comment .icon-user div[style] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 72%;
  height: 64%;
  padding: 35.96%;
  display: block;
  margin: 0 auto 0 0;
  overflow: hidden;
  border-radius: 100%;
}

.dpbs-single_block .dpbs-body .item .dpbs-comment .icon-user:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-right: 10px solid #F6F6F6;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.dpbs-single_block .dpbs-body .item .dpbs-comment .icon-deps {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 18%;
}

.dpbs-single_block .dpbs-body .item .dpbs-comment .icon-deps:after {
  content: '';
  background-image: url(../img/icon_deps.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 72%;
  height: 64%;
  padding: 35.96%;
  display: block;
  margin: 0 0 0 auto;
}

.dpbs-single_block .dpbs-body .item .dpbs-comment .icon-deps:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid #F6F6F6;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.word-monthly-item {
  text-align: center;
  margin-top: 36px;
}

.word-monthly-item dt {
  font-size: 14px;
  font-size: 0.875rem;
}

.word-monthly-item dd {
  margin-top: 9px;
  font-size: 31px;
  font-size: 1.9375rem;
}

/* 月間ランキング */
.dp-battle-monthly-ranking .mod-title_select_wrap {
  margin: 0 100px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.dp-battle-monthly-ranking .mod-title_select_wrap:before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #eee;
}

@media (max-width: 991px) {
  .dp-battle-monthly-ranking .mod-title_select_wrap {
    margin: 0 50px;
  }
}

@media (max-width: 768px) {
  .dp-battle-monthly-ranking .mod-title_select_wrap {
    margin: 0 30px;
  }
}

.dp-battle-monthly-ranking .mod-btn-category {
  margin-top: 45px;
}

.dp-battle-monthly-ranking .month-link_wrap {
  margin-top: 45px;
}

.ranking-list {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  border-top: 1px solid #eee;
}

.ranking-list .list a {
  display: block;
  padding: 30px 0 20px;
  border-bottom: 1px solid #eee;
}

@media (max-width: 991px) {
  .ranking-list .list a {
    display: block;
    padding: 15px 0 25px;
  }
}

.ranking-list .list .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 15px;
}

.ranking-list .list .result {
  display: -webkit-flex;
  display: flex;
  width: calc(100% - 230px);
}

@media (max-width: 1090px) {
  .ranking-list .list .result {
    width: calc(100% - 200px);
  }
}

@media (max-width: 830px) {
  .ranking-list .list .result {
    width: 50%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.ranking-list .list .num {
  width: 100%;
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  font-family: "Work Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 991px) {
  .ranking-list .list .num {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.ranking-list .list .num[class*="rank"]:before {
  content: '';
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 20px;
  margin: auto;
}

.ranking-list .list .num.rank1:before {
  background-image: url(../img/icon_rank1.png);
}

.ranking-list .list .num.rank2:before {
  background-image: url(../img/icon_rank2.png);
}

.ranking-list .list .num.rank3:before {
  background-image: url(../img/icon_rank3.png);
}

.ranking-list .list .image {
  width: 230px;
}

@media (max-width: 1090px) {
  .ranking-list .list .image {
    width: 200px;
  }
}

@media (max-width: 830px) {
  .ranking-list .list .image {
    width: 50%;
  }
}

.ranking-list .list .image div[style] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60%;
}

.ranking-list .list .status {
  width: calc((100% - 150px)/2);
  padding: 0 1vw;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 830px) {
  .ranking-list .list .status {
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 0 3vw;
  }
}

.ranking-list .list .status dl {
  padding: 0 2vw;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 830px) {
  .ranking-list .list .status dl {
    width: 100%;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 0;
  }
  .ranking-list .list .status dl + dl {
    margin-top: 9px;
  }
}

@media (max-width: 568px) {
  .ranking-list .list .status dl + dl {
    margin-top: 5px;
  }
}

.ranking-list .list .status dl dt {
  font-size: 12px;
  font-size: 0.75rem;
}

@media (max-width: 830px) {
  .ranking-list .list .status dl dt {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 568px) {
  .ranking-list .list .status dl dt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.ranking-list .list .status dl dd {
  font-size: 24px;
  font-size: 1.5rem;
}

@media (max-width: 991px) {
  .ranking-list .list .status dl dd {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media (max-width: 830px) {
  .ranking-list .list .status dl dd {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
  }
}

@media (max-width: 568px) {
  .ranking-list .list .status dl dd {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.ranking-list .list .user {
  width: calc((100% - 150px)/2);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  padding: 0 1vw;
  word-break: break-all;
}

@media (max-width: 830px) {
  .ranking-list .list .user {
    width: 100%;
    padding: 0 3vw;
    margin-top: 9px;
  }
}

@media (max-width: 568px) {
  .ranking-list .list .user {
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 5px;
  }
}

.ranking-list .list .user div[style] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  margin-right: 12px;
}

@media (max-width: 568px) {
  .ranking-list .list .user div[style] {
    width: 30px;
    height: 30px;
  }
}

.ranking-list .list .tag {
  width: 150px;
  padding: 0 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 830px) {
  .ranking-list .list .tag {
    width: 100%;
    padding: 0 3vw;
  }
}

.ranking-list .list .tag .award {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 8px;
  margin: 2px 0 3px;
  color: #FFF;
  border-radius: 20px;
}

@media (max-width: 830px) {
  .ranking-list .list .tag .award {
    font-size: 10px;
    font-size: 0.625rem;
    margin: 2px 5px 3px 0;
  }
}

.ranking-list .list .tag .award_wrap {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 830px) {
  .ranking-list .list .tag .award_wrap {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 9px;
  }
}

@media (max-width: 568px) {
  .ranking-list .list .tag .award_wrap {
    margin-top: 5px;
  }
}

.ranking-list.biwako .award {
  background-color: #1B7EA5;
}

.ranking-list.alljp .award {
  background-color: #FE7774;
}

/*  シリーズランキング */
.dp-battle-series-ranking .mod-title_select_wrap {
  margin: 0 100px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.dp-battle-series-ranking .mod-title_select_wrap:before {
  content: '';
  height: 1px;
  width: 100%;
  background-color: #eee;
}

@media (max-width: 991px) {
  .dp-battle-series-ranking .mod-title_select_wrap {
    margin: 0 50px;
  }
}

@media (max-width: 768px) {
  .dp-battle-series-ranking .mod-title_select_wrap {
    margin: 0 30px;
  }
}

.dp-battle-series-ranking .text-lead {
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 100px 87px;
}

@media (max-width: 991px) {
  .dp-battle-series-ranking .text-lead {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 768px) {
  .dp-battle-series-ranking .text-lead {
    padding: 45px 30px 50px;
  }
}

.dp-battle-series-ranking .text-lead p {
  font-size: 15px;
  font-size: 0.9375rem;
}

@media (max-width: 768px) {
  .dp-battle-series-ranking .text-lead p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.dp-battle-series-ranking #sec02 .series-ranking {
  margin-top: 50px;
}

.series-ranking .list {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  border-top: 1px solid #eee;
  padding-top: 55px;
  margin-top: 55px;
}

.series-ranking .list:first-of-type {
  margin-top: 0;
  border-top: none;
}

.series-ranking .list:last-of-type {
  padding-bottom: 55px;
  border-bottom: 1px solid #eee;
}

@media (max-width: 991px) {
  .series-ranking .list {
    display: block;
  }
}

@media (max-width: 768px) {
  .series-ranking .list {
    padding-top: 35px;
  }
  .series-ranking .list:last-of-type {
    padding-bottom: 35px;
  }
}

.series-ranking .list .num {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  font-family: "Work Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  text-align: center;
}

.series-ranking .list .num[class*="rank"]:before {
  content: '';
  display: block;
  width: 26px;
  height: 20px;
  margin: auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.series-ranking .list .num.rank1:before {
  background-image: url(../img/icon_rank1.png);
}

.series-ranking .list .num.rank2:before {
  background-image: url(../img/icon_rank2.png);
}

.series-ranking .list .num.rank3:before {
  background-image: url(../img/icon_rank3.png);
}

.series-ranking .list .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 991px) {
  .series-ranking .list .inner {
    width: 100%;
    margin-top: 10px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.series-ranking .list .inner .user {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 15px;
  width: 40%;
}

@media (max-width: 768px) {
  .series-ranking .list .inner .user {
    width: calc(100% - 120px);
    padding: 0 3vw 0 0;
  }
}

.series-ranking .list .inner .user span {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  width: calc(100% - 122px);
  word-break: break-all;
  display: block;
}

@media (max-width: 568px) {
  .series-ranking .list .inner .user span {
    font-size: 13px;
    font-size: 0.8125rem;
    width: calc(100% - 75px);
    width: 100%;
  }
}

.series-ranking .list .inner .user div[style] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 100px;
  min-width: 100px;
  border-radius: 100%;
  margin-right: 22px;
}

@media (max-width: 568px) {
  .series-ranking .list .inner .user div[style] {
    margin-right: 3vw;
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
}

.series-ranking .list .inner .point {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  width: 20%;
}

@media (max-width: 768px) {
  .series-ranking .list .inner .point {
    padding: 10px 0;
    width: 120px;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    border-left: 1px solid #eee;
  }
}

.series-ranking .list .inner .point dl dt {
  font-size: 12px;
  font-size: 0.75rem;
}

.series-ranking .list .inner .point dl dt:after {
  content: ':';
}

@media (max-width: 768px) {
  .series-ranking .list .inner .point dl dt:after:after {
    content: none;
  }
}

.series-ranking .list .inner .point dl dd {
  font-size: 24px;
  font-size: 1.5rem;
}

@media (max-width: 768px) {
  .series-ranking .list .inner .point dl dd {
    text-align: right;
  }
}

.series-ranking .list .inner .result {
  width: 40%;
}

@media (max-width: 1120px) and (min-width: 769px) {
  .series-ranking .list .inner .result {
    display: -webkit-flex;
    display: flex;
  }
}

@media (max-width: 768px) {
  .series-ranking .list .inner .result {
    width: 100%;
    margin-top: 15px;
  }
}

.series-ranking .list .inner .result ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
}

@media (max-width: 1120px) and (min-width: 769px) {
  .series-ranking .list .inner .result ul {
    display: block;
    width: 50%;
  }
}

.series-ranking .list .inner .result ul + ul {
  border-top: none;
}

@media (max-width: 1120px) and (min-width: 769px) {
  .series-ranking .list .inner .result ul + ul {
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
  }
}

.series-ranking .list .inner .result ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 25%;
  padding: 8px 15px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (max-width: 1120px) and (min-width: 769px) {
  .series-ranking .list .inner .result ul li {
    width: 100%;
    border-right: none;
  }
}

@media (max-width: 568px) {
  .series-ranking .list .inner .result ul li {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.series-ranking .list .tag .award_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}

.series-ranking .list .tag .award_wrap .award {
  background-color: #FE7774;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0 8px;
  margin: 2px 5px 3px;
  color: #FFF;
  border-radius: 20px;
}

.series-ranking.biwako .tag .award_wrap .award {
  background-color: #1B7EA5;
}

.series-ranking.alljp .tag .award_wrap .award {
  background-color: #FE7774;
}

.big-fish-block {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  border: 1px solid #eee;
}

.big-fish-block > dt {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 14px;
  border-bottom: 1px solid #eee;
}

.big-fish-block > dd {
  padding: 30px;
}

.big-fish-block > dd .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .big-fish-block > dd .inner {
    display: block;
  }
}

.big-fish-block > dd .inner .image {
  background-color: #F6F6F6;
  width: 35%;
  position: relative;
  padding-top: 21%;
}

@media (max-width: 768px) {
  .big-fish-block > dd .inner .image {
    width: 100%;
    padding-top: 55%;
  }
}

.big-fish-block > dd .inner .image div[style] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.big-fish-block > dd .inner ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 65%;
  padding-left: 30px;
}

@media (max-width: 768px) {
  .big-fish-block > dd .inner ul {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
}

.big-fish-block > dd .inner ul li {
  width: calc((100% - 30px)/2);
  padding: 20px 0 40px;
  border-top: 1px solid #eee;
  font-size: 13px;
  font-size: 0.8125rem;
}

.big-fish-block > dd .inner ul li span {
  font-weight: bold;
  margin-left: 15px;
}

@media (max-width: 768px) {
  .big-fish-block > dd .inner ul li span {
    display: block;
    margin: 5px 0 0;
  }
}

.big-fish-block > dd .inner ul li span.name {
  display: block;
  margin: 5px 0 0;
}

.big-fish-block > dd .inner ul li span.size {
  font-size: 20px;
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .big-fish-block > dd .inner ul li span.size {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.box-comment {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 30px;
}

.box-comment dl {
  width: calc(100% - 105px);
  background-color: #F6F6F6;
  padding: 20px;
}

@media (max-width: 768px) {
  .box-comment dl {
    width: calc(100% - 80px);
  }
}

.box-comment dl dt {
  font-size: 12px;
  font-size: 0.75rem;
}

.box-comment dl dd {
  margin-top: 11px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.box-comment .icon-deps {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 105px;
}

@media (max-width: 768px) {
  .box-comment .icon-deps {
    width: 80px;
  }
}

.box-comment .icon-deps:after {
  content: '';
  background-image: url(../img/icon_deps.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 0 0 auto;
}

@media (max-width: 768px) {
  .box-comment .icon-deps:after {
    width: 60px;
    height: 60px;
  }
}

.box-comment .icon-deps:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid #F6F6F6;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

/* =============================================================================
    STYLE of DEPS
========================================================================== */
.grid-list {
  position: relative;
  padding: 0;
  margin: 35px -15px 0;
}

@media (max-width: 768px) {
  .grid-list {
    margin: 35px -10px 0;
  }
}

.grid-list_item {
  display: block;
  position: absolute;
  width: calc((100% / 3) - 0.1%);
  z-index: 1;
  padding: 15px;
  margin: 0;
  list-style: none;
}

@media (max-width: 768px) {
  .grid-list_item {
    width: 49.9%;
    padding: 10px;
  }
}

@media (max-width: 414px) {
  .grid-list_item {
    width: 100%;
  }
}

.grid-list_item.muuri-item-dragging {
  z-index: 3;
}

.grid-list_item.muuri-item-releasing {
  z-index: 2;
}

.grid-list_item.muuri-item-hidden {
  z-index: 0;
}

.grid-list_item--content {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #fff;
}

.battle-tag {
  display: block;
  width: 100%;
  padding: 8px 8px 6px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
}

.style-of-deps .mod-lead {
  text-align: center;
}

.style-of-deps .grid-list_item--content > .image {
  position: relative;
}

.style-of-deps .grid-list_item--content > figcaption {
  padding: 15px 15px 50px;
}

.style-of-deps .grid-list_item--content .fish-name {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

.style-of-deps .grid-list_item--content .size {
  margin-bottom: 11px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Work Sans", sans-serif;
  line-height: 1.2;
}

.style-of-deps .grid-list_item--content .size .weight {
  margin-left: -5px;
}

@media (max-width: 991px) {
  .style-of-deps .grid-list_item--content .size .weight {
    margin-left: 0;
  }
}

.style-of-deps .grid-list_item--content .size .weight:before {
  content: "/";
}

@media (max-width: 991px) {
  .style-of-deps .grid-list_item--content .size span {
    display: block;
  }
  .style-of-deps .grid-list_item--content .size .length:after {
    display: none;
  }
}

.style-of-deps .grid-list_item--content dl {
  overflow: hidden;
}

.style-of-deps .grid-list_item--content dl dt, .style-of-deps .grid-list_item--content dl dd {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.7;
}

.style-of-deps .grid-list_item--content dl dt {
  float: left;
  font-weight: bold;
}

.style-of-deps .grid-list_item--content dl dt:after {
  content: "：";
}

.style-of-deps .grid-list_item--content .use-products + .use-products {
  margin-top: 10px;
}

.style-of-deps .grid-list_item--content .use-products a {
  transition: .3s;
}

.style-of-deps .grid-list_item--content .use-products a:hover {
  opacity: .7;
}

/* =============================================================================
    dp JAM
========================================================================== */
.dpjam-single_block {
  max-width: 890px;
  width: 100%;
  margin: 0 auto 0;
}

.dpjam-single_block .dpjam-results {
  margin-top: 32px;
}

@media (max-width: 768px) {
  .dpjam-single_block .dpjam-results {
    margin-top: 20px;
  }
}

.dpjam-single_block .dpjam-results ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .dpjam-single_block .dpjam-results ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.dpjam-single_block .dpjam-results li {
  text-align: center;
  padding: 39px 0 38px;
  font-size: 13px;
  font-size: 0.8125rem;
  border-left: 1px solid #ddd;
  width: 25%;
}

.dpjam-single_block .dpjam-results li:last-of-type {
  border-right: 1px solid #ddd;
}

@media (max-width: 768px) {
  .dpjam-single_block .dpjam-results li {
    width: 50%;
    padding: 20px 0;
    margin-top: 20px;
  }
  .dpjam-single_block .dpjam-results li:nth-of-type(2n) {
    border-right: 1px solid #ddd;
  }
  .dpjam-single_block .dpjam-results li:nth-of-type(n+3) {
    position: relative;
  }
  .dpjam-single_block .dpjam-results li:nth-of-type(n+3):before {
    position: absolute;
    content: '';
    height: 1px;
    width: 80%;
    top: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #ddd;
  }
}

.dpjam-single_block .dpjam-results li span {
  font-size: 33px;
  font-size: 2.0625rem;
  display: block;
}

@media (max-width: 768px) {
  .dpjam-single_block .dpjam-results li span {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.dpjam-single_block .dpjam-head .image {
  max-width: 150px;
  width: 100%;
  border-radius: 100%;
  overflow: hidden;
  margin: auto;
}

.dpjam-single_block .dpjam-head .image div[style] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100%;
}

.dpjam-single_block .dpjam-head .name {
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
}

.dpjam-single_block .dpjam-body {
  max-width: 680px;
  margin: 90px auto 0;
  counter-reset: number;
}

.dpjam-single_block .dpjam-body .item {
  border: 1px solid #ddd;
  counter-increment: number;
}

.dpjam-single_block .dpjam-body .item + .item {
  margin-top: 50px;
}

@media (max-width: 568px) {
  .dpjam-single_block .dpjam-body .item + .item {
    margin-top: 40px;
  }
}

.dpjam-single_block .dpjam-body .item .dpjam-wrap {
  padding: 30px 30px 40px;
}

@media (max-width: 568px) {
  .dpjam-single_block .dpjam-body .item .dpjam-wrap {
    padding: 20px 15px 30px;
  }
}

.dpjam-single_block .dpjam-body .item .dpjam-wrap .inner {
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 768px) {
  .dpjam-single_block .dpjam-body .item .dpjam-wrap .inner {
    display: block;
  }
}

.dpjam-single_block .dpjam-body .item .dpjam-heading {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  border-bottom: 1px solid #ddd;
  padding: 10px 30px;
}

.dpjam-single_block .dpjam-body .item .dpjam-heading:not(.u-jam) {
  font-family: "Work Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dpjam-single_block .dpjam-body .item .dpjam-heading .num {
  font-size: 36px;
  font-size: 2.25rem;
  color: #000;
}

@media (max-width: 568px) {
  .dpjam-single_block .dpjam-body .item .dpjam-heading .num {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.dpjam-single_block .dpjam-body .item .dpjam-heading .num:before {
  content: counter(number);
}

.dpjam-single_block .dpjam-body .item .dpjam-heading .times {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #000;
}

@media (max-width: 568px) {
  .dpjam-single_block .dpjam-body .item .dpjam-heading .times {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.dpjam-single_block .dpjam-body .item .dpjam-gallery {
  width: 50%;
}

@media (max-width: 768px) {
  .dpjam-single_block .dpjam-body .item .dpjam-gallery {
    width: 80%;
    margin: auto;
  }
}

@media (max-width: 568px) {
  .dpjam-single_block .dpjam-body .item .dpjam-gallery {
    width: 100%;
  }
}

.dpjam-single_block .dpjam-body .item .dpjam-gallery .image {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #F6F6F6;
}

.dpjam-single_block .dpjam-body .item .dpjam-gallery .image a {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.dpjam-single_block .dpjam-body .item .dpjam-gallery .image div[style] {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 70%;
}

.dpjam-single_block .dpjam-body .item .data-table {
  width: calc(50% - 30px);
  margin-left: 30px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20px;
}

@media (max-width: 768px) {
  .dpjam-single_block .dpjam-body .item .data-table {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}

.dpjam-single_block .dpjam-body .item .data-table th {
  word-break: keep-all;
  vertical-align: top;
  padding: 3px 0;
  width: 20%;
}

@media (max-width: 568px) {
  .dpjam-single_block .dpjam-body .item .data-table th {
    display: block;
  }
}

.dpjam-single_block .dpjam-body .item .data-table td {
  vertical-align: top;
  padding: 3px 0 3px 30px;
  width: 80%;
}

@media (max-width: 568px) {
  .dpjam-single_block .dpjam-body .item .data-table td {
    display: block;
    padding-left: 0;
    padding-top: 0;
  }
}

.dpjam-single_block .dpjam-body .item .dpjam-comment {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 38px;
}

.dpjam-single_block .dpjam-body .item .dpjam-comment dl {
  width: 82%;
  background-color: #F6F6F6;
  padding: 20px;
}

.dpjam-single_block .dpjam-body .item .dpjam-comment dl dt {
  font-size: 12px;
  font-size: 0.75rem;
}

.dpjam-single_block .dpjam-body .item .dpjam-comment dl dd {
  margin-top: 11px;
  font-size: 13px;
  font-size: 0.8125rem;
}

.dpjam-single_block .dpjam-body .item .dpjam-comment .icon-user {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 18%;
}

.dpjam-single_block .dpjam-body .item .dpjam-comment .icon-user div[style] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 72%;
  height: 64%;
  padding: 35.96%;
  display: block;
  margin: 0 auto 0 0;
  overflow: hidden;
  border-radius: 100%;
}

.dpjam-single_block .dpjam-body .item .dpjam-comment .icon-user:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-right: 10px solid #F6F6F6;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.dpjam-single_block .dpjam-body .item .dpjam-comment .icon-deps {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 18%;
}

.dpjam-single_block .dpjam-body .item .dpjam-comment .icon-deps:after {
  content: '';
  background-image: url(../img/icon_deps.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 72%;
  height: 64%;
  padding: 35.96%;
  display: block;
  margin: 0 0 0 auto;
}

.dpjam-single_block .dpjam-body .item .dpjam-comment .icon-deps:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid #F6F6F6;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.block-reverse {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.block-reverse .com-section + .com-section {
  border-bottom: 1px solid #eee;
}

/* =============================================================================
    Fishes
========================================================================== */
@media (max-width: 768px) {
  .fishes .mod-list_category {
    -webkit-justify-content: center;
    justify-content: center;
  }
}

/* 50音順 */
.fishes .mod-list_category {
  margin-bottom: 60px;
}

.fishes .u-section02 .container {
  padding: 80px 100px;
}

@media (max-width: 991px) {
  .fishes .u-section02 .container {
    padding: 80px 50px;
  }
}

@media (max-width: 768px) {
  .fishes .u-section02 .container {
    padding: 50px 30px 60px;
  }
}

.fishes .u-section02 .com-title {
  margin-bottom: 30px;
}

.fishes .u-section02 .com-title span {
  font-size: 20px;
  font-size: 1.25rem;
}

.fishes .u-section02 article {
  margin-bottom: 45px;
}

.fishes .u-section02 article + article {
  padding-top: 50px;
  border-top: 1px solid #EEE;
}

.fishes .u-section02 article:last-of-type {
  margin-bottom: 0;
}

.fishes .grid-list_item {
  width: calc((100% / 5) - 0.1%);
}

.fishes .grid-list_item a {
  display: block;
  transition: .3s;
}

.fishes .grid-list_item a:hover {
  opacity: 0.7 !important;
}

.fishes .grid-list_item--content img {
  width: 100%;
}

.fishes .grid-list_item--content figcaption {
  padding: 15px;
}

.fishes .grid-list_item--content .name {
  margin-bottom: 7px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
}

.fishes .grid-list_item--content time {
  display: block;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (max-width: 768px) {
  .fishes .grid-list_item {
    width: calc((100% / 3) - 0.1%);
  }
}

@media (max-width: 568px) {
  .fishes .grid-list_item {
    width: 49.9%;
    padding: 10px;
  }
}

.fishes .mod-fishes {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 35px 0;
}

.fishes .mod-fishes li {
  width: 18.064516129%;
  margin-right: 2.4193548387%;
  background-color: #fff;
}

@media (max-width: 768px) {
  .fishes .mod-fishes li {
    width: 31.5789473684%;
    margin-right: 2.6315789474%;
  }
}

@media (max-width: 568px) {
  .fishes .mod-fishes li {
    width: 48.6220472441%;
  }
}

@media (min-width: 769px) {
  .fishes .mod-fishes li:nth-child(5n) {
    margin-right: 0;
  }
  .fishes .mod-fishes li:nth-child(5n) ~ li {
    margin-top: 30px;
  }
}

@media (max-width: 768px) and (min-width: 569px) {
  .fishes .mod-fishes li:nth-child(3n) {
    margin-right: 0;
  }
  .fishes .mod-fishes li:nth-child(3n) ~ li {
    margin-top: 20px;
  }
}

@media (max-width: 568px) {
  .fishes .mod-fishes li:nth-child(2n) {
    margin-right: 0;
  }
  .fishes .mod-fishes li:nth-child(2n) ~ li {
    margin-top: 10px;
  }
}

.fishes .mod-fishes a {
  display: block;
}

.fishes .mod-fishes figure {
  margin: 0;
}

.fishes .mod-fishes figure img {
  width: 100%;
}

.fishes .mod-fishes figcaption {
  padding: 15px;
}

.fishes .mod-fishes figcaption .name {
  margin-bottom: 7px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
}

.fishes .mod-fishes figcaption time {
  display: block;
  line-height: 1;
  font-size: 12px;
  font-size: 0.75rem;
}

/* 月別 */
.month-link {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: auto;
}

.month-link_wrap {
  padding: 0 100px;
}

@media (max-width: 991px) {
  .month-link_wrap {
    padding: 0 50px;
  }
}

.month-link_wrap .mod-select {
  display: none;
}

@media (max-width: 768px) {
  .month-link_wrap {
    padding: 0 30px;
  }
  .month-link_wrap .month-link {
    display: none;
  }
  .month-link_wrap .mod-select {
    display: block;
  }
  .month-link_wrap .mod-select select {
    width: 100%;
  }
}

.month-link.col8 li {
  width: calc(100%/8);
}

.month-link.col12 li {
  width: calc(100%/12);
}

.month-link li a {
  display: block;
  text-align: center;
  color: #FFF;
  background-color: #ccc;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 13px 0 12px;
}

.month-link li:hover a, .month-link li.active a {
  background-color: #000;
}

/* =============================================================================
    ログイン
========================================================================== */
.login-form .show-password-input {
  display: none;
}

.login-form .password-input {
  margin-top: 20px;
  width: 100%;
  max-width: 300px;
}

.login-form form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}

.login-form .input {
  width: 100%;
  max-width: 300px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 8px 12px 6px;
}

.login-form .input + .input {
  margin-top: 20px;
}

.login-form .submit {
  max-width: 180px;
  width: 100%;
  margin: 30px auto 0;
}

.login-form .submit .button {
  display: block;
  width: 100%;
  padding: 14px 0 15px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #000;
  color: #FFF;
  position: relative;
}

@media (max-width: 991px) {
  .login-form .submit .button {
    margin-top: 40px;
  }
}

.login-form .submit .button:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: perspective(1px) matrix(1, 0, 0, 1, 0, 0);
  opacity: 1;
  border: 0 solid #f00;
  z-index: -1;
  box-shadow: inset 0px 0px 50px 0 black;
}

.login-form .submit .button:hover:before {
  transition: 1s cubic-bezier(0.445, 0.050, 0.550, 0.950);
  transform: perspective(1px) matrix(1.1, 0, 0, 1.3, 0, 0);
  opacity: 0;
}

.login-form .btn-text_wrap {
  margin-top: 30px;
}

/* =============================================================================
    記事詳細
========================================================================== */
.single .container {
  padding-bottom: 150px;
}

@media (max-width: 991px) {
  .single .container {
    padding-bottom: 50px;
  }
}

.single-head {
  max-width: 680px;
  margin: 0 auto;
  padding: 93px 0 87px;
}

.single-event .single-head {
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .single-event .single-head {
    padding: 40px 30px;
  }
}

@media (max-width: 991px) {
  .single-head {
    padding: 93px 50px 87px;
  }
}

@media (max-width: 768px) {
  .single-head {
    padding: 40px 30px;
  }
}

.single-head .title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 45px;
  margin: 0;
  color: #000;
  font-family: "NotSansCJKjp-B", sans-serif;
  text-align: center;
}

@media (max-width: 991px) {
  .single-head .title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
  }
}

.single-head .status {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 20px;
}

.single-event .single-head .status {
  margin-top: 12px;
}

.single-head .status time {
  font-size: 14px;
  font-size: 0.875rem;
  color: #606060;
  white-space: nowrap;
  line-height: 20px;
  margin-right: 5px;
}

.single-head .status .category {
  border: 1px solid #ddd;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 0 23px;
  line-height: 20px;
  margin-right: 20px;
}

.single-head .status .text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #606060;
  line-height: 20px;
}

.single-body {
  max-width: 680px;
  margin: 0 auto;
  color: #333;
}

.single-body * {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 30px;
}

@media (max-width: 768px) {
  .single-body * {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 25px;
  }
}

.single-body a {
  text-decoration: underline;
}

.single-body a:visited {
  color: #333;
}

.single-body p {
  margin: 20px 0 0;
}

.single-body p + .wp-block-embed__wrapper, .single-body p + .wp-block-image {
  margin: 20px 0 0;
}

.single-body h2,
.single-body h3,
.single-body h4 {
  font-weight: bold;
}

.single-body h2 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
  margin-top: 50px;
  padding: 40px 0 16px;
  border-top: 1px solid #eee;
}

.single-special-movie .single-body h2, .single-event .single-body h2 {
  color: #000;
  margin-top: 0;
  padding: 40px 0 36px;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.4;
  border-top: none;
}

.single-body h2 + * {
  margin-top: 0 !important;
}

.single-body h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 68px;
}

.single-body h3 + * {
  margin-top: 20px;
}

.single-body h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

.single-body .wp-block-gallery {
  margin: 20px -14px 0;
}

@media (max-width: 568px) {
  .single-body .wp-block-gallery {
    margin: 20px -5px 0;
  }
}

.single-body .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.single-body .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure img {
  flex: initial;
  height: auto;
}

.single-body .wp-block-gallery .blocks-gallery-caption,
.single-body .wp-block-gallery .blocks-gallery-item__caption {
  padding: 0 14px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  margin: 10px 0 0 0;
}

@media (max-width: 568px) {
  .single-body .wp-block-gallery .blocks-gallery-caption,
.single-body .wp-block-gallery .blocks-gallery-item__caption {
    padding: 0 5px;
  }
}

.single-body .wp-block-gallery .blocks-gallery-caption span,
.single-body .wp-block-gallery .blocks-gallery-item__caption span {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
}

.single-body .wp-block-gallery .blocks-gallery-item__caption {
  position: static;
  background: none;
  color: #333;
  text-align: left;
  padding: 0;
}

.single-body .wp-block-gallery + .wp-block-image, .single-body .wp-block-gallery + .wp-block-gallery {
  margin-top: 20px;
}

.single-body .wp-block-gallery.columns-2 .blocks-gallery-item {
  width: 50%;
  margin: 0;
  padding: 0 14px;
}

@media (max-width: 568px) {
  .single-body .wp-block-gallery.columns-2 .blocks-gallery-item {
    padding: 0 5px;
  }
}

.single-body .wp-block-gallery.columns-2 .blocks-gallery-item:nth-child(2) ~ .blocks-gallery-item {
  margin-top: 28px;
}

@media (max-width: 568px) {
  .single-body .wp-block-gallery.columns-2 .blocks-gallery-item:nth-child(2) ~ .blocks-gallery-item {
    margin-top: 10px;
  }
}

.single-body .wp-block-gallery.columns-3 .blocks-gallery-item {
  width: 33.33%;
  margin: 0;
  padding: 0 14px;
}

@media (max-width: 568px) {
  .single-body .wp-block-gallery.columns-3 .blocks-gallery-item {
    padding: 0 5px;
  }
}

.single-body .wp-block-gallery.columns-3 .blocks-gallery-item:nth-child(n+4) {
  padding-top: 28px;
}

@media (max-width: 568px) {
  .single-body .wp-block-gallery.columns-3 .blocks-gallery-item:nth-child(n+4) {
    padding-top: 10px;
  }
}

.single-body .wp-block-image figcaption {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  margin: 10px 0 0 0;
}

.single-body .wp-block-image + .wp-block-image, .single-body .wp-block-image + .wp-block-gallery {
  margin-top: 20px;
}

.single-events .wp-block-gallery {
  margin: 20px -14px 0;
}

@media (max-width: 568px) {
  .single-events .wp-block-gallery {
    margin: 20px -5px 0;
  }
}

.single-events .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.single-events .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure img {
  flex: initial;
  height: auto;
}

.single-events .wp-block-gallery .blocks-gallery-caption,
.single-events .wp-block-gallery .blocks-gallery-item__caption {
  padding: 0 14px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  margin: 10px 0 0 0;
  position: static;
  background: none;
  color: #333;
  text-align: left;
}

@media (max-width: 568px) {
  .single-events .wp-block-gallery .blocks-gallery-caption,
.single-events .wp-block-gallery .blocks-gallery-item__caption {
    word-break: break-all;
    padding: 0 5px;
  }
}

.single-events .wp-block-gallery .blocks-gallery-caption span,
.single-events .wp-block-gallery .blocks-gallery-item__caption span {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
}

.single-events .wp-block-gallery + .wp-block-image, .single-events .wp-block-gallery + .wp-block-gallery {
  margin-top: 20px;
}

.single-events .wp-block-gallery.columns-2 .blocks-gallery-item {
  width: 50%;
  margin: 0;
  padding: 0 14px;
}

@media (max-width: 568px) {
  .single-events .wp-block-gallery.columns-2 .blocks-gallery-item {
    padding: 0 5px;
  }
}

.single-events .wp-block-gallery.columns-2 .blocks-gallery-item:nth-child(2) ~ .blocks-gallery-item {
  margin-top: 28px;
}

@media (max-width: 568px) {
  .single-events .wp-block-gallery.columns-2 .blocks-gallery-item:nth-child(2) ~ .blocks-gallery-item {
    margin-top: 10px;
  }
}

.single-events .wp-block-gallery.columns-3 .blocks-gallery-item {
  width: 33.33%;
  margin: 0;
  padding: 0 14px;
}

@media (max-width: 568px) {
  .single-events .wp-block-gallery.columns-3 .blocks-gallery-item {
    padding: 0 5px;
  }
}

.single-events .wp-block-gallery.columns-3 .blocks-gallery-item:nth-child(n+4) {
  padding-top: 28px;
}

@media (max-width: 568px) {
  .single-events .wp-block-gallery.columns-3 .blocks-gallery-item:nth-child(n+4) {
    padding-top: 10px;
  }
}

.single-events .wp-block-image figcaption {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  margin: 10px 0 0 0;
}

.single-events .wp-block-image + .wp-block-image, .single-events .wp-block-image + .wp-block-gallery {
  margin-top: 20px;
}

.wp-caption {
  width: 100%;
  max-width: 100% !important;
  padding: 0 0 10px 0;
  background: #EEE;
}

.wp-caption img {
  margin: 0 auto 10px auto !important;
}

.wp-caption .wp-caption-text {
  margin: 0 !important;
}

@media (max-width: 991px) {
  .wp-caption .wp-caption-text {
    font-size: 13px !important;
  }
}

/* 製品情報詳細 */
.single-head_products {
  padding: 30px;
}

@media (max-width: 768px) {
  .single-head_products {
    padding: 20px 0;
  }
}

.single-body_products {
  /* 20191216_追加スタイル */
  /* END 20191216_追加スタイル */
}

.single-body_products article:not([id]) {
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .single-body_products article:not([id]) {
    padding-bottom: 30px;
  }
}

.single-body_products article:not([id]) .content > * {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 30px;
}

@media (max-width: 768px) {
  .single-body_products article:not([id]) .content > * {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 25px;
  }
}

.single-body_products article:not(:first-of-type) {
  padding-top: 60px;
  border-top: 1px solid #eee;
}

@media (max-width: 768px) {
  .single-body_products article:not(:first-of-type) {
    padding-top: 30px;
  }
}

.single-body_products article#sec01 {
  background-image: url(../img/bg_products_sec01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.single-body_products .block_col2 {
  display: -webkit-flex;
  display: flex;
  /* 20191216_追加スタイル */
  /* END 20191216_追加スタイル */
  /* 20191226_追加スタイル */
  /* END 20191226_追加スタイル */
}

@media (max-width: 768px) {
  .single-body_products .block_col2 {
    display: block;
  }
}

.single-body_products .block_col2 .title {
  width: 39%;
  padding-right: 20px;
}

@media (max-width: 768px) {
  .single-body_products .block_col2 .title {
    width: 100%;
    padding-right: 0;
  }
}

.single-body_products .block_col2 .content {
  width: 61%;
  word-break: break-all;
}

@media (max-width: 768px) {
  .single-body_products .block_col2 .content {
    width: 100%;
    margin-top: 20px;
  }
}

.single-body_products .block_col2 .content a {
  text-decoration: underline;
}

.single-body_products .block_col2 .content .dl-format01 dt {
  font-size: 33px;
  font-size: 2.0625rem;
  font-weight: 900;
  font-family: "NotSansCJKjp-B", sans-serif;
  color: #000;
}

@media (max-width: 768px) {
  .single-body_products .block_col2 .content .dl-format01 dt {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.single-body_products .block_col2 .content .dl-format01 dd {
  margin-top: 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 30px;
}

@media (max-width: 768px) {
  .single-body_products .block_col2 .content .dl-format01 dd {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 25px;
  }
}

.single-body_products .block_col2 .content .dl-format01 dd a {
  text-decoration: underline;
}

.single-body_products .block_col2 .content .spec-list {
  display: -webkit-flex;
  display: flex;
  margin-top: 57px;
}

@media (max-width: 568px) {
  .single-body_products .block_col2 .content .spec-list {
    margin-top: 30px;
    display: block;
  }
}

.single-body_products .block_col2 .content .spec-list li + li {
  margin-left: 2vw;
}

@media (max-width: 568px) {
  .single-body_products .block_col2 .content .spec-list li + li {
    margin: 20px 0 0;
  }
}

.single-body_products .block_col2 .content .spec-list dl {
  font-size: 15px;
  font-size: 0.9375rem;
}

@media (max-width: 568px) {
  .single-body_products .block_col2 .content .spec-list dl {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.single-body_products .block_col2 .content .spec-list dl dt + dd {
  margin-top: 15px;
}

@media (max-width: 568px) {
  .single-body_products .block_col2 .content .spec-list dl dt + dd {
    margin-top: 3px;
  }
}

.single-body_products .block_col2 .content .spec-list dl dd {
  line-height: 24px;
}

.single-body_products .block_col2 .content .spec-list dl dd span {
  font-size: 10px;
  font-size: 0.625rem;
}

.single-body_products .block_col2 .content .wp-block-embed__wrapper + p,
.single-body_products .block_col2 .content .wp-block-image + p {
  margin-top: 30px;
}

.single-body_products .block_col2 + .block_col2 {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding-top: 40px;
}

.single-body_products .block_col2 + .block_col2 .title span {
  font-size: 20px;
  font-size: 1.25rem;
}

.single-body_products .block_col2.u-type02 .title span {
  font-size: 16px;
  font-size: 1rem;
}

.single-body_products .block_col2.u-type02 .content .item a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.single-body_products .block_col2.u-type02 .content .item .img {
  width: 52%;
}

.single-body_products .block_col2.u-type02 .content .item .img div[style] {
  padding-top: 52.36%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #F6F6F6;
}

.single-body_products .block_col2.u-type02 .content .item .cont {
  width: 48%;
  padding-left: 15px;
}

.single-body_products .block_col2.u-type02 .content .item .cont dt {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Work Sans", sans-serif;
}

@media (max-width: 568px) {
  .single-body_products .block_col2.u-type02 .content .item .cont dt {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.single-body_products .block_col2.u-type02 .content .item .cont dd {
  color: #808080;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (max-width: 568px) {
  .single-body_products .block_col2.u-type02 .content .item .cont dd {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.single-body_products .block_col2.u-type02 .content .item + .item {
  margin-top: 30px;
}

.single-body_products .article_block .img {
  margin-bottom: 1rem;
}

.single-body_products .article_block h3 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.single-body_products .article_block p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .single-body_products .article_block p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.single-body_products .article_block .links-img {
  line-height: 1;
  margin-bottom: 1em;
}

.single-body_products .article_block dl {
  line-height: 1.6;
  margin-bottom: 1rem;
}

.single-body_products .article_block dl dt {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .single-body_products .article_block dl dt {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.single-body_products .article_block dl dd {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .single-body_products .article_block dl dd {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.single-body_products .article_block:first-of-type {
  margin-top: -40px;
  padding-top: 40px;
}

.single-body_products .article_block + .article_block {
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding-top: 40px;
}

.single-body_products .mod-spec-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #ddd;
}

@media (max-width: 375px) {
  .single-body_products .mod-spec-list {
    margin-top: 30px;
    display: block;
  }
}

.single-body_products .mod-spec-list li {
  width: 33.33%;
  padding: 15px 20px;
}

@media (max-width: 1040px) {
  .single-body_products .mod-spec-list li {
    width: 50%;
  }
}

@media (max-width: 375px) {
  .single-body_products .mod-spec-list li {
    width: 100%;
  }
}

.single-body_products .mod-spec-list.col-1 li {
  width: 100%;
}

@media (max-width: 1040px) {
  .single-body_products .mod-spec-list.col-1 li {
    width: 100%;
  }
}

@media (max-width: 375px) {
  .single-body_products .mod-spec-list.col-1 li {
    width: 100%;
  }
}

.single-body_products .mod-spec-list.col-2 li {
  width: 50%;
}

@media (max-width: 1040px) {
  .single-body_products .mod-spec-list.col-2 li {
    width: 50%;
  }
}

@media (max-width: 375px) {
  .single-body_products .mod-spec-list.col-2 li {
    width: 100%;
  }
}

.single-body_products .mod-spec-list dl {
  font-size: 15px;
  font-size: 0.9375rem;
}

@media (max-width: 568px) {
  .single-body_products .mod-spec-list dl {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.single-body_products .mod-spec-list dl dt + dd {
  margin-top: 3px;
}

@media (max-width: 568px) {
  .single-body_products .mod-spec-list dl dt + dd {
    margin-top: 3px;
  }
}

.single-body_products .mod-spec-list dl dd {
  line-height: 24px;
}

.single-body_products .mod-spec-list dl dd span {
  font-size: 10px;
  font-size: 0.625rem;
}

/* 20191216_追加スタイル */
.mod-list_anchor {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.mod-list_anchor li {
  padding: 0 20px 20px;
}

@media (max-width: 768px) {
  .mod-list_anchor li {
    padding-bottom: 10px;
  }
}

.mod-list_anchor li a {
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 768px) {
  .mod-list_anchor li a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.mod-list_anchor li a:after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  margin-left: 10px;
  background-image: url(../img/icon_arrow_g.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* END 20191216_追加スタイル */
/* メンバーショップ製品の詳細 */
.single-members-shop .mod-shop-item_detail {
  position: relative;
  max-width: 1080px;
  width: 100%;
  margin: auto;
}

.single-members-shop .mod-shop-item_detail .status {
  position: absolute;
  top: 0;
  left: calc(50% + 140px);
  max-width: 400px;
  width: calc((100% - 250px) - 37%);
  padding-top: 30px;
  padding-left: 40px;
}

@media (max-width: 991px) {
  .single-members-shop .mod-shop-item_detail .status {
    position: static !important;
    padding-left: 0;
    max-width: 100%;
    width: 100%;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #eee;
  }
}

.single-members-shop .mod-shop-item_detail .status dt {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 34px;
  word-break: break-all;
}

@media (max-width: 991px) {
  .single-members-shop .mod-shop-item_detail .status dt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.single-members-shop .mod-shop-item_detail .status dt .price {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #808080;
}

@media (max-width: 991px) {
  .single-members-shop .mod-shop-item_detail .status dt .price {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 0;
  }
}

.single-members-shop .mod-shop-item_detail .status dd {
  margin-top: 30px;
}

.single-members-shop .mod-shop-item_detail .status dd p {
  margin-top: 37px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  color: #606060;
}

@media (max-width: 991px) {
  .single-members-shop .mod-shop-item_detail .status dd p {
    margin-top: 40px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.single-members-shop .mod-shop-item_detail .status dd p a {
  text-decoration: underline;
}

.single-members-shop .mod-shop-item_detail .status dd .order-btn {
  max-width: 360px;
  width: 100%;
  margin: 20px auto 0;
}

@media (max-width: 568px) {
  .single-members-shop .mod-shop-item_detail .status dd .order-btn {
    max-width: 100%;
  }
}

.single-members-shop .mod-shop-item_detail .status dd .order-btn input[type="submit"],
.single-members-shop .mod-shop-item_detail .status dd .order-btn .btn-format {
  margin: 0;
  width: 100%;
  max-width: none;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 14px 0 15px;
  background-color: black;
  color: #FFF;
  cursor: pointer;
}

.single-members-shop .mod-shop-item_detail .status dd .order-btn input[type="submit"][disabled],
.single-members-shop .mod-shop-item_detail .status dd .order-btn .btn-format[disabled] {
  background-color: rgba(0, 0, 0, 0.2);
}

.single-members-shop .mod-shop-item_detail .status dd .btn-text {
  margin-top: 15px;
  color: #606060;
}

@media (max-width: 991px) {
  .single-members-shop .mod-shop-item_detail .status dd .btn-text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.single-members-shop .mod-shop-item_detail .status .select-box_col2 {
  margin: 0 -10px;
}

@media (max-width: 568px) {
  .single-members-shop .mod-shop-item_detail .status .select-box_col2 {
    margin: 0;
    display: block;
  }
}

.single-members-shop .mod-shop-item_detail .status .select-box_col2 .mod-select {
  width: 60%;
  margin-bottom: 10px;
  padding: 0 10px;
}

@media (max-width: 568px) {
  .single-members-shop .mod-shop-item_detail .status .select-box_col2 .mod-select {
    width: 100%;
    padding: 0;
  }
  .single-members-shop .mod-shop-item_detail .status .select-box_col2 .mod-select + .mod-select {
    margin-top: 20px;
  }
}

.single-members-shop .mod-shop-item_detail .status .select-box_col2 .mod-select select {
  width: 100%;
}

.single-members-shop .mod-shop-item_detail .status .select-box_col2 .mod-select:after {
  right: 20px;
}

@media (max-width: 568px) {
  .single-members-shop .mod-shop-item_detail .status .select-box_col2 .mod-select:after {
    right: 10px;
  }
}

.single-members-shop .mod-shop-item_detail .status .select-box_col2 .quantity {
  padding: 0 10px;
}

@media (max-width: 568px) {
  .single-members-shop .mod-shop-item_detail .status .select-box_col2 .quantity {
    padding: 0;
  }
}

.single-members-shop .mod-shop-item_detail .status .select-box_col2 .quantity input {
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #606060;
}

.single-members-shop .mod-shop-item_detail .detail {
  max-width: 680px;
  width: calc(50% + 140px);
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #eee;
  word-break: break-all;
}

@media (max-width: 991px) {
  .single-members-shop .mod-shop-item_detail .detail {
    width: 100%;
    max-width: 100%;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #eee;
  }
}

.single-members-shop .mod-shop-item_detail .detail .image {
  padding: 40px 0;
}

.single-members-shop .mod-shop-item_detail .detail p {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 30px;
}

@media (max-width: 991px) {
  .single-members-shop .mod-shop-item_detail .detail p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.single-members-shop .mod-shop-item_detail .detail p + p {
  margin-top: 1em;
}

.single-members-shop .mod-shop-item_detail .detail a {
  text-decoration: underline;
}

.single-members-shop .shop-item_images {
  max-width: 680px;
  width: calc(50% + 140px);
}

@media (max-width: 991px) {
  .single-members-shop .shop-item_images {
    width: 100%;
    max-width: 100%;
  }
}

.single-members-shop .shop-item_images .images .slide {
  position: relative;
  text-align: center;
  padding-top: 52.5%;
}

.single-members-shop .shop-item_images .images .slide img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.single-members-shop .shop-item_images .thumb_item {
  cursor: pointer;
  max-width: 105px;
  width: calc(100%/6);
  padding: 0 5px;
}

@media (max-width: 991px) {
  .single-members-shop .shop-item_images .thumb_item {
    max-width: 100%;
    width: calc(100%/3);
  }
}

.single-members-shop .shop-item_images .thumb_item div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 52%;
  background-color: #f6f6f6;
  opacity: .6;
}

.single-members-shop .shop-item_images .thumb_item div.active {
  opacity: 1;
}

.single-members-shop .shop-item_images .thumb ul {
  display: -webkit-flex;
  display: flex;
  margin: 20px -5px 0;
}

@media (max-width: 991px) {
  .single-members-shop .shop-item_images .thumb ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* ムービー詳細 */
.single-special-movie .single-head {
  padding-bottom: 30px;
}

.single-special-movie .single-head .wp-post-image + p {
  margin: 30px 0 0;
}

.single-special-movie .single-body {
  word-break: break-all;
}

.single-special-movie .single-body .wp-block-embed__wrapper + *,
.single-special-movie .single-body .wp-block-image + * {
  margin-top: 30px;
}

.single-special-movie .single-body .box-other {
  display: -webkit-flex;
  display: flex;
  margin-top: 30px;
}

.single-special-movie .single-body .box-other div[style] {
  width: 150px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
}

@media (max-width: 768px) {
  .single-special-movie .single-body .box-other div[style] {
    width: 100px;
    padding-top: 100px;
  }
}

@media (max-width: 568px) {
  .single-special-movie .single-body .box-other div[style] {
    width: 50px;
    padding-top: 50px;
  }
}

.single-special-movie .single-body .box-other dl {
  width: calc(100% - 150px);
  padding-left: 20px;
}

@media (max-width: 768px) {
  .single-special-movie .single-body .box-other dl {
    width: calc(100% - 100px);
    line-height: 20px;
  }
}

@media (max-width: 568px) {
  .single-special-movie .single-body .box-other dl {
    width: calc(100% - 50px);
  }
}

.single-special-movie .single-body .box-other dl dt {
  line-height: inherit;
}

@media (max-width: 768px) {
  .single-special-movie .single-body .box-other dl dt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.single-special-movie .single-body .box-other dl dd {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: inherit;
}

.single-special-movie .single-body .box-other dl dd a {
  font-size: inherit;
  line-height: inherit;
  word-break: break-all;
}

@media (max-width: 768px) {
  .single-special-movie .single-body .box-other dl dd {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.single-special-movie .single-body article {
  margin-top: 50px;
  border-top: 1px solid #eee;
}

.share-btns {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border: solid #eee;
  border-width: 1px 0 1px;
  padding: 20px 0;
  margin-top: 80px;
}

.share-btns .com-title {
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}

.share-btns .com-title a {
  font-family: "Work Sans", sans-serif;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}

.share-btns ul {
  display: -webkit-flex;
  display: flex;
}

.share-btns ul li {
  padding: 0 5px;
}

.share-btns ul li a {
  width: 36px;
  display: block;
}

.share-btns.u-other {
  margin-top: 10px;
}

/* =============================================================================
    フォーム
========================================================================== */
.is-required {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 30px;
  height: 18px;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #fff;
  background-color: #FF4B4B;
  border-radius: 3px;
  word-break: keep-all;
}

.image_prev {
  margin-top: 10px;
}

body.confirm .mod-form .custom-wpcf7c-confirmed .label-file {
  display: none;
}

body.confirm .mod-form select {
  min-width: 0;
}

body.confirm .mod-form .form-item.u-hn_df .form-item_field {
  padding-top: 0;
}

body.confirm .mod-form .form-item_name {
  padding: 0px 30px 0 0;
}

body.confirm .mod-form .form-item_field input, body.confirm .mod-form .form-item_field select, body.confirm .mod-form .form-item_field textarea {
  border: none;
  padding: 0;
  font-weight: bold;
  pointer-events: none;
}

body.confirm .mod-form .form-item_field.u-select_field span::after,
body.confirm .mod-form .form-item_field .date-item span::after {
  content: none !important;
}

body.confirm .mod-form .form-item_field .date-item span:last-of-type {
  margin: 0 5px;
}

body.confirm .mod-form .form-item_field.can_use::after {
  content: none;
}

body.confirm .mod-form .form-item_field #zip-btn {
  display: none;
}

body.confirm .mod-form .family-block_delete {
  display: none;
}

body.confirm .mod-form .wpcf7-form-control-wrap.user-image {
  display: none;
}

body.confirm .mod-form input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #aaa inset;
}

body.confirm .mod-form .wpcf7c-conf {
  background: none !important;
}

body.confirm .mod-form {
  background-color: #aaa;
}

body.confirm .mod-form input[type="text"], body.confirm .mod-form input[type="email"], body.confirm .mod-form input[type="number"], body.confirm .mod-form textarea {
  background: none !important;
}

body.confirm .mod-form input::placeholder {
  color: transparent !important;
}

body.confirm .mod-form .mod-atent {
  background-color: #fff;
}

.mod-form {
  width: 100%;
  max-width: 978px;
  margin: 0 auto;
  padding: 60px 150px 100px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .mod-form {
    padding: 60px 50px 100px;
  }
}

@media (max-width: 768px) {
  .mod-form {
    padding: 60px 30px 100px;
  }
}

.mod-form .terms-title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.mod-form .terms-title span {
  margin-left: 10px;
}

.mod-form .mod-atent {
  padding: 26px 30px 25px;
  font-size: 12px;
  font-size: 0.75rem;
  border: 1px solid #ddd;
}

.mod-form .mod-atent.u-regulation {
  margin-bottom: 60px;
  color: #FF4B4B;
  border-color: #FF4B4B;
}

@media (max-width: 768px) {
  .mod-form .mod-atent.u-regulation {
    margin-bottom: 30px;
  }
}

.mod-form .mod-atent.u-ofa {
  overflow: auto;
  height: 200px;
}

.mod-form .mod-atent + * {
  margin-top: 20px;
}

.mod-form .mod-atent + .btn-format {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .mod-form .mod-atent + .btn-format {
    margin-top: 30px;
  }
}

.mod-form .mod-atent dt, .mod-form .mod-atent dd {
  line-height: 1.7;
}

.mod-form .mod-atent dt {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 11px;
}

.mod-form .mod-atent dt:first-of-type {
  margin-top: 0;
}

.mod-form .mod-atent p {
  margin-bottom: .5em;
}

.mod-form .mod-atent p:last-of-type {
  margin-bottom: 0;
}

.mod-form .mod-atent ul {
  padding-left: 1.25em;
}

.mod-form .mod-atent ul li {
  list-style: disc;
}

.mod-form h3 {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.mod-form h3:not(:first-of-type) {
  margin-top: 50px;
  padding-top: 35px;
  border-top: 1px solid #ddd;
}

.mod-form h3 + .mod-atent {
  margin-top: 17px;
}

.mod-form h3 + .form-item {
  margin-top: 37px;
}

.mod-form h3.customer-info {
  margin-bottom: 37px;
}

.mod-form h3.customer-info + p.note {
  font-weight: bold;
  font-size: 13px;
  color: #FF4B4B;
}

.mod-form .title {
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  padding: 39px 10px;
  margin: 46px 0 40px;
}

@media (max-width: 768px) {
  .mod-form .title {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 30px 10px;
  }
}

.mod-form .form-lead {
  padding: 40px 0 0;
}

@media (max-width: 768px) {
  .mod-form .form-lead {
    padding: 0;
  }
}

.mod-form .form-lead .text {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 31px 0 0;
  line-height: 2;
}

.mod-form .form-lead .text span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

.mod-form .form-item + .form-item {
  margin-top: 20px;
}

.mod-form .form-item.u-file p.note {
  margin-top: 5px;
  color: #FF4B4B;
}

.mod-form .form-item .item_wrap, .mod-form .form-item.u-file,
.mod-form .form-item > label,
.mod-form .form-item > span.form-item_label {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .mod-form .form-item .item_wrap, .mod-form .form-item.u-file,
.mod-form .form-item > label,
.mod-form .form-item > span.form-item_label {
    display: block;
  }
}

.mod-form .form-item.u-hn_df .form-item_field {
  padding-top: 9px;
}

.mod-form .form-item_name {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 430px);
  min-width: 105px;
  padding: 9px 30px 0 0;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
}

.mod-form .form-item_name span:first-of-type {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .mod-form .form-item_name {
    width: 100%;
    margin-bottom: .7em;
    padding: 0;
  }
}

.mod-form .form-item_name > label {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .mod-form .form-item_name > label {
    width: 100%;
    padding: 0;
  }
}

.mod-form .form-item_field {
  width: 430px;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media (max-width: 768px) {
  .mod-form .form-item_field {
    width: 100%;
  }
}

.mod-form .form-item_field.u-date_field {
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 374px) {
  .mod-form .form-item_field.u-date_field {
    display: block;
  }
}

.mod-form .form-item_field.u-date_field .date-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.mod-form .form-item_field.u-date_field .date-item:last-of-type span:last-of-type {
  margin-right: 0;
}

@media (max-width: 374px) {
  .mod-form .form-item_field.u-date_field .date-item + .date-item {
    margin-top: 10px;
  }
}

.mod-form .form-item_field.u-date_field .date-item span.year, .mod-form .form-item_field.u-date_field .date-item span.month, .mod-form .form-item_field.u-date_field .date-item span.day, .mod-form .form-item_field.u-date_field .date-item span.time, .mod-form .form-item_field.u-date_field .date-item span.minutes {
  position: relative;
}

.mod-form .form-item_field.u-date_field .date-item span.year:after, .mod-form .form-item_field.u-date_field .date-item span.month:after, .mod-form .form-item_field.u-date_field .date-item span.day:after, .mod-form .form-item_field.u-date_field .date-item span.time:after, .mod-form .form-item_field.u-date_field .date-item span.minutes:after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  width: 10px;
  height: 100%;
  background-image: url(../img/icon_dropdown.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.mod-form .form-item_field.u-date_field .date-item span:last-of-type {
  margin: 0 10px;
}

.mod-form .form-item_field.u-fishing-line {
  flex-wrap: wrap;
}

.mod-form .form-item_field.u-select_field > span {
  position: relative;
}

.mod-form .form-item_field.u-select_field > span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  width: 10px;
  height: 100%;
  background-image: url(../img/icon_dropdown.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.mod-form .form-item_field.u-select_field > span select {
  max-width: 160px;
  padding-right: 27px;
}

@media (max-width: 768px) {
  .mod-form .form-item_field.u-select_field > span select {
    max-width: 180px;
  }
}

.mod-form .form-item_field.u-name_field {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.mod-form .form-item_field.u-name_field .name-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.mod-form .form-item_field.u-name_field .name-item + .name-item {
  margin-left: 30px;
}

.mod-form .form-item_field.u-name_field .name-item span:first-of-type {
  width: 38px;
  min-width: 38px;
}

@media (max-width: 568px) {
  .mod-form .form-item_field.u-name_field {
    display: block;
  }
  .mod-form .form-item_field.u-name_field .name-item + .name-item {
    margin: 10px 0 0;
  }
  .mod-form .form-item_field.u-name_field .name-item span:last-of-type {
    width: 100%;
  }
}

.mod-form .form-item_field.u-zip_field {
  display: -webkit-flex;
  display: flex;
}

.mod-form .form-item_field.u-zip_field > span {
  margin-right: 10px;
}

@media (max-width: 568px) {
  .mod-form .form-item_field.u-zip_field {
    display: block;
  }
  .mod-form .form-item_field.u-zip_field > span {
    display: block;
    margin: 0 0 10px;
  }
}

.mod-form .form-item_field.u-tel_field {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.mod-form .form-item_field.u-tel_field > span:not(.tel-item) {
  margin: 0 10px;
}

.mod-form .form-item_field.u-not_edit {
  padding: 9px 30px 0 0;
}

.mod-form .form-item + .mod-atent {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .mod-form .form-item + .mod-atent {
    margin-top: 30px;
  }
}

.mod-form input, .mod-form select, .mod-form textarea {
  font-size: 13px;
  font-size: 0.8125rem;
}

@media (max-width: 768px) {
  .mod-form input:not([type="submit"]), .mod-form select:not([type="submit"]), .mod-form textarea:not([type="submit"]) {
    font-size: 16px;
    font-size: 1rem;
  }
}

.mod-form input::placeholder, .mod-form input::-ms-input-placeholder {
  color: #808080;
}

.mod-form input:focus::placeholder {
  color: transparent;
  transition: .1s;
}

.mod-form select {
  min-width: 80px;
  cursor: pointer;
}

.mod-form select::-ms-expand {
  display: none;
}

.mod-form textarea {
  height: 105px;
}

.mod-form input[type="text"], .mod-form input[type="email"], .mod-form input[type="tel"], .mod-form input[type="number"], .mod-form input[type="password"], .mod-form select, .mod-form textarea {
  width: 100%;
  padding: 8px 12px 6px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.mod-form input[type="file"] {
  display: none;
}

.mod-form input[type="checkbox"] {
  margin-right: 7px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .mod-form input[type="checkbox"] {
    border: 1px solid #808080;
    box-shadow: none;
  }
}

.mod-form input[type="checkbox"] + span {
  font-size: 13px;
  font-size: 0.8125rem;
  cursor: pointer;
}

.mod-form input[name="zipcode"] {
  width: 160px;
}

@media (max-width: 768px) {
  .mod-form input[name="zipcode"] {
    width: 180px;
  }
}

.mod-form input[type="number"] {
  width: 120px;
}

.mod-form .label-file, .mod-form input[type="button"] {
  margin-right: 10px;
  padding: 8px 12px 6px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #EEE;
  cursor: pointer;
  font-size: 13px;
  font-size: 0.8125rem;
}

.mod-form #btn-back.label-file, .mod-form .label-file.wpcf7c-btn-back, .mod-form input#btn-back[type="button"], .mod-form input.wpcf7c-btn-back[type="button"] {
  color: #000;
}

.mod-form span.consent {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-top: 30px;
}

.mod-form span.consent > span {
  display: inline-block;
  margin: 0 auto;
}

.mod-form span.consent label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.mod-form span.consent + .btn-format {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .mod-form span.consent + .btn-format {
    margin-top: 20px;
  }
}

.mod-form input.btn-format {
  border-radius: 0;
}

.mod-form input.age[type="text"] {
  max-width: 160px;
  padding-right: 27px;
}

.mod-form .profile-edit {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 40px 0 50px;
  margin-bottom: 40px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

@media (max-width: 768px) {
  .mod-form .profile-edit {
    display: block;
  }
}

.mod-form .profile-edit_img {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  overflow: hidden;
}

@media (max-width: 768px) {
  .mod-form .profile-edit_img {
    margin: 0 auto 30px;
  }
}

.mod-form .profile-edit_img div[style] {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.mod-form .profile-edit_img label,
.mod-form .profile-edit_img .form-item_label {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.69);
  padding: 9px 0 25px;
}

.mod-form .profile-edit_img label:hover,
.mod-form .profile-edit_img .form-item_label:hover {
  opacity: .8;
}

.mod-form .profile-edit_img label span,
.mod-form .profile-edit_img .form-item_label span {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  color: #FFF;
  font-size: 12px;
  font-size: 0.75rem;
}

.mod-form .profile-edit_img label span:before,
.mod-form .profile-edit_img .form-item_label span:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icon_swap.png);
  margin-right: 6px;
}

.mod-form .profile-edit_nickname {
  width: calc(100% - 250px);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 768px) {
  .mod-form .profile-edit_nickname {
    width: 100%;
  }
}

.mod-form .profile-edit_nickname label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 13px;
  font-size: 0.8125rem;
  width: 100%;
}

.mod-form .profile-edit_nickname label input[type="text"] {
  width: calc(100% - 120px);
}

@media (max-width: 768px) {
  .mod-form .profile-edit_nickname label input[type="text"] {
    width: calc(100% - 104px);
  }
}

.mod-form a {
  word-break: break-all;
  text-decoration: underline;
}

.mod-form .family-title {
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 768px) {
  .mod-form .family-title {
    display: block;
  }
}

.mod-form .family-title .main {
  width: calc(100% - 430px);
  min-width: 105px;
}

@media (max-width: 768px) {
  .mod-form .family-title .main {
    width: 100%;
  }
}

.mod-form .family-title .notes {
  width: 430px;
  font-size: 11px;
  line-height: 22px;
  color: #606060;
  font-weight: 400;
}

@media (max-width: 768px) {
  .mod-form .family-title .notes {
    display: block;
    width: 100%;
  }
}

.mod-form .family-title .notes .note {
  display: block;
  font-weight: bold;
  color: #FF4B4B;
}

.mod-form .mod-family-block .family-block-item {
  transition: 0.7s cubic-bezier(0.250, 0.100, 0.250, 1.000);
  overflow: hidden;
  height: 100%;
  margin-top: 40px;
  opacity: 1;
}

.mod-form .mod-family-block .family-block-item .inner {
  border: 1px solid #ddd;
  padding: 29px 29px 30px;
}

.mod-form .mod-family-block .family-block-item + .family-block-item {
  margin-top: 30px;
}

.mod-form .mod-family-block .family-block-item.is-hidden {
  opacity: 0;
  height: 0;
  margin-top: 0;
}

.mod-form .mod-family-block .family-block-item .family-block-title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 11px;
}

.mod-form .mod-family-block .family-block-item .family-block-title:before {
  content: '';
  display: block;
  width: 16px;
  height: 15px;
  margin-right: 3px;
  background-image: url(../img/icon_family.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.mod-form .mod-family-block .family-block-item .form-item_name {
  width: calc(100% - 401px);
}

@media (max-width: 768px) {
  .mod-form .mod-family-block .family-block-item .form-item_name {
    width: 100%;
  }
}

.mod-form .mod-family-block .family-block-item .form-item_field {
  width: 401px;
}

@media (max-width: 768px) {
  .mod-form .mod-family-block .family-block-item .form-item_field {
    width: 100%;
  }
}

.mod-form .mod-family-block .family-block-item .family-block_delete {
  margin-top: 30px;
}

.mod-form .mod-family-block .family-block-item .family-block_delete .delete-button {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 12px;
  font-size: 0.75rem;
  width: 100px;
  margin: auto;
  padding: 6px;
  background-color: #ddd;
  cursor: pointer;
}

.mod-form .mod-family-block .family-block-item .family-block_delete .delete-button:hover {
  opacity: .8;
}

.mod-form .mod-family-block .family-block_add .add-button {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 100px;
  width: 100%;
  margin-top: 30px;
  padding: 6px 0;
  background-color: #000;
  color: #FFF;
  cursor: pointer;
  font-size: 12px;
  font-size: 0.75rem;
}

.mod-form .mod-family-block .family-block_add .add-button:hover {
  opacity: .8;
}

.mod-form ul.error {
  margin-bottom: 60px;
  margin-top: -20px;
}

@media (max-width: 768px) {
  .mod-form ul.error {
    margin-bottom: 60px;
    margin-top: 0;
  }
}

.mod-form ul.error li {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 5px;
}

.registration .mod-form {
  padding-top: 100px;
}

.btn-format.u-width230 {
  max-width: 230px;
  padding-left: 15px;
  padding-right: 15px;
}

/* =============================================================================
    404エラー
========================================================================== */
.error404 .p-error {
  max-width: 810px;
  margin: 50px auto 0;
  text-align: center;
}

/* =============================================================================
    モーダルウィンドウ
========================================================================== */
#lightcase-overlay {
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.9) !important;
}

@media (max-width: 768px) {
  #lightcase-overlay {
    opacity: 1 !important;
    background-color: #000 !important;
  }
}

.lightcase-icon-spin:before {
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px !important;
  height: 50px !important;
  background-image: url(../img/ajax-loader_w.svg);
}

#lightcase-loading {
  z-index: 10001;
  animation: none;
}

#lightcase-case {
  z-index: 10002;
  font-family: "Work Sans", sans-serif;
  text-shadow: none;
}

html[data-lc-type=image] body:not(.mypage) #lightcase-content,
html[data-lc-type=video] body:not(.mypage) #lightcase-content {
  background-color: #333;
}

html[data-lc-type=image] body.mypage #lightcase-content,
html[data-lc-type=video] body.mypage #lightcase-content {
  background-color: rgba(0, 0, 0, 0) !important;
}

a[class*='lightcase-icon-'] {
  z-index: 10001;
}

a.lightcase-icon-close[class*='lightcase-icon-'] {
  z-index: 99999;
}

a.lightcase-icon-close[class*='lightcase-icon-']:before, a.lightcase-icon-close[class*='lightcase-icon-']:after {
  content: '';
  position: fixed;
  top: 25px;
  right: 15px;
  margin: auto;
  height: 2px;
  width: 30px;
  background-color: #fff;
}

a.lightcase-icon-close[class*='lightcase-icon-']:before {
  transform: rotate(45deg);
}

a.lightcase-icon-close[class*='lightcase-icon-']:after {
  transform: rotate(-45deg);
}

@media (max-width: 640px) {
  #lightcase-nav {
    display: none;
  }
}

[class*='lightcase-icon-']:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 1rem;
}

.lightcase-icon-prev:before {
  content: '';
  background-image: url(../img/icon_arrow_w_p.png);
}

.lightcase-icon-next:before {
  content: '';
  background-image: url(../img/icon_arrow_w_n.png);
}

#lightcase-info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}

#lightcase-info #lightcase-title {
  font-size: 14px;
  font-size: 0.875rem;
}

/* =============================================================================
    ページネーション
========================================================================== */
.wp-pagenavi {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.wp-pagenavi span, .wp-pagenavi a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 5px;
  border-radius: 20px;
  background-color: #f6f6f6;
  word-break: keep-all;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 3px;
  min-width: 40px;
  height: 40px;
}

.wp-pagenavi span.current, .wp-pagenavi a.current {
  background-color: #e6e6e6 !important;
}

@media (max-width: 768px) {
  .wp-pagenavi span, .wp-pagenavi a {
    min-width: 30px;
    height: 30px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  display: block;
  padding: 0;
  background-color: #000 !important;
  border-radius: 20px;
  overflow: hidden;
}

.wp-pagenavi .previouspostslink span, .wp-pagenavi .nextpostslink span {
  display: none;
}

.wp-pagenavi .previouspostslink:before, .wp-pagenavi .nextpostslink:before {
  content: '';
  display: block;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

@media (max-width: 768px) {
  .wp-pagenavi .previouspostslink:before, .wp-pagenavi .nextpostslink:before {
    width: 30px;
    height: 30px;
  }
}

.wp-pagenavi .previouspostslink:before {
  background-image: url(../img/icon_arrow_w_p.png);
  background-position: 46% center;
}

.wp-pagenavi .nextpostslink:before {
  background-image: url(../img/icon_arrow_w_n.png);
  background-position: 54% center;
}

.mod-pagenavi {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mod-pagenavi_wrap {
  padding: 50px 0 110px;
}

@media (max-width: 768px) {
  .mod-pagenavi_wrap {
    padding: 30px 0 40px;
  }
}

body.news .mod-pagenavi_wrap {
  padding-top: 0;
}

.mod-pagenavi li {
  padding: 5px 0;
  border-radius: 20px;
  overflow: hidden;
}

.mod-pagenavi li.prev a, .mod-pagenavi li.next a {
  display: block;
  background-color: #000 !important;
  border-radius: 20px;
  overflow: hidden;
}

.mod-pagenavi li.prev a:before, .mod-pagenavi li.next a:before {
  content: '';
  display: block;
  background-size: 25%;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
}

@media (max-width: 768px) {
  .mod-pagenavi li.prev a:before, .mod-pagenavi li.next a:before {
    width: 30px;
    height: 30px;
  }
}

.mod-pagenavi li.prev a:before {
  background-image: url(../img/icon_arrow_w_p.png);
  background-position: 46% center;
}

.mod-pagenavi li.next a:before {
  background-image: url(../img/icon_arrow_w_n.png);
  background-position: 54% center;
}

.mod-pagenavi li:not(.extend):not(.prev):not(.next) {
  padding: 5px;
}

.mod-pagenavi li:not(.extend):not(.prev):not(.next) > * {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #f6f6f6;
  word-break: keep-all;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 3px;
  min-width: 40px;
  height: 40px;
}

@media (max-width: 768px) {
  .mod-pagenavi li:not(.extend):not(.prev):not(.next) > * {
    min-width: 30px;
    height: 30px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.is-bgc .mod-pagenavi li:not(.extend):not(.prev):not(.next) > * {
  background-color: #fff;
}

.mod-pagenavi li:not(.prev):not(.next):hover a, .mod-pagenavi .current span {
  background-color: #e6e6e6 !important;
}

.mod-pagenavi.rank li:not(.extend):not(.prev):not(.next) * {
  padding: 0 16px;
}

@media (max-width: 768px) {
  .mod-pagenavi.rank li:not(.extend):not(.prev):not(.next) * {
    padding: 0 16px;
  }
}

/* =============================================================================
    装飾スタイル
========================================================================== */
.js-off {
  transition: 1s cubic-bezier(0.420, 0.000, 1.000, 1.000);
  opacity: 1;
}

.js-off.in {
  transition: none;
}

.is-ai {
  -webkit-align-items: center;
  align-items: center;
}

.is-bgc {
  background-color: #f6f6f6;
}

.is-tcg {
  color: #606060;
}

.is-mtn {
  margin-top: 0 !important;
}

.is-text {
  color: #FF4B4B;
}

.is-mxw680 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.is-color_blue, .is-color_hokkaido, .is-color_ibaraki, .is-color_toyama, .is-color_shiga, .is-color_tottori, .is-color_tokushima, .is-color_fukuoka {
  background-color: #3A78DB;
}

.is-color_green, .is-color_aomori, .is-color_tochigi, .is-color_ishikawa, .is-color_kyoto, .is-color_shimane, .is-color_saga, .is-color_kagawa {
  background-color: #1BBC3F;
}

.is-color_orange, .is-color_iwate, .is-color_gunma, .is-color_fukui, .is-color_osaka, .is-color_okayama, .is-color_ehima, .is-color_nagasaki {
  background-color: #F7931E;
}

.is-color_purple, .is-color_miyagi, .is-color_saitama, .is-color_gifu, .is-color_hyogo, .is-color_hiroshima, .is-color_kochi, .is-color_kumamoto {
  background-color: #8853DE;
}

.is-color_pink, .is-color_akita, .is-color_chiba, .is-color_shizuoka, .is-color_nara, .is-color_yamaguchi, .is-color_oita {
  background-color: #EA3797;
}

.is-color_nile-green, .is-color_yamagata, .is-color_tokyo, .is-color_aichi, .is-color_wakayama, .is-color_miyazaki {
  background-color: #3BC49F;
}

.is-color_yellow, .is-color_fukushima, .is-color_kanagawa, .is-color_mie, .is-color_kagoshima {
  background-color: #DBD53A;
}

.is-color_yellow-green, .is-color_niigata, .is-color_okinawa {
  background-color: #8FC23F;
}

.is-color_sky-blue, .is-color_yamanashi {
  background-color: #2BB2CD;
}

.is-color_rose-madder, .is-color_nagano {
  background-color: #9B1E5A;
}

@media (min-width: 992px) {
  .is-scale div[style] {
    transition: 1s cubic-bezier(0.420, 0.000, 0.580, 1.000);
    transform: scale(1);
    backface-visibility: hidden;
  }
  .is-scale:hover div[style] {
    transform: scale(1.1);
  }
}

.is-delay1 {
  transition-delay: 0.1s;
}

.is-delay2 {
  transition-delay: 0.2s;
}

.is-delay3 {
  transition-delay: 0.3s;
}

.is-delay4 {
  transition-delay: 0.4s;
}

.is-delay5 {
  transition-delay: 0.5s;
}

.wpcf7-not-valid-tip {
  width: auto !important;
  min-width: 0 !important;
}

/* =============================================================================
    WooCommerce系
========================================================================== */
@media (max-width: 768px) {
  .woocommerce ul.order_details.woocommerce-thankyou-order-details li {
    float: none;
    margin: 0 0 10px 0;
    padding: 0;
    border-right: none;
  }
}

.wc-credit-card-form input {
  font-size: 18px !important;
}

@media (max-width: 320px) {
  .wc-credit-card-form input {
    font-size: 14px !important;
  }
}

.woocommerce-password-strength.short, .woocommerce-password-strength.bad, .woocommerce-password-strength.good, .woocommerce-password-strength.strong {
  background-color: transparent !important;
  float: none;
  font-size: 12px;
  font-size: 0.75rem;
}

.woocommerce-checkout-payment .wc_payment_method.payment_method_paypal .about_paypal {
  padding-left: 10px;
}

.woocommerce-checkout-payment .payment_box.payment_method_paygent_cs fieldset {
  width: 300px;
  padding-left: 0 !important;
  position: relative;
}

@media (max-width: 768px) {
  .woocommerce-checkout-payment .payment_box.payment_method_paygent_cs fieldset {
    width: 100%;
  }
}

.woocommerce-checkout-payment .payment_box.payment_method_paygent_cs fieldset p {
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 0.75rem;
}

.woocommerce-checkout-payment .payment_box.payment_method_paygent_cs fieldset::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 10px;
  height: 40px;
  background-image: url(../img/icon_dropdown.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}

.woocommerce-checkout-payment .payment_box.payment_method_paygent_cs select {
  width: 100%;
  height: 40px;
  padding: 8px 12px 6px 12px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 4px;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 14px;
  font-size: 0.875rem;
}

.woocommerce .woocommerce-thankyou-order-received {
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

.woocommerce .woocommerce-order-details .woocommerce-order-details__title {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.woocommerce .woocommerce-order-details header.title h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title {
  margin-bottom: 15px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.woocommerce .woocommerce-cart-form__contents .actions,
.woocommerce .woocommerce-checkout-review-order-table .actions,
.woocommerce .woocommerce-table--order-details .actions {
  display: none;
}

.woocommerce .woocommerce-cart-form__contents .coupon,
.woocommerce .woocommerce-checkout-review-order-table .coupon,
.woocommerce .woocommerce-table--order-details .coupon {
  display: none;
}

.woocommerce .woocommerce-cart-form__contents.shop_table tfoot,
.woocommerce .woocommerce-checkout-review-order-table.shop_table tfoot,
.woocommerce .woocommerce-table--order-details.shop_table tfoot {
  text-align: right;
}

.woocommerce .woocommerce-cart-form__contents.shop_table .product-total,
.woocommerce .woocommerce-checkout-review-order-table.shop_table .product-total,
.woocommerce .woocommerce-table--order-details.shop_table .product-total {
  text-align: right;
}

.woocommerce .woocommerce-cart-form__contents.shop_table .product-price,
.woocommerce .woocommerce-checkout-review-order-table.shop_table .product-price,
.woocommerce .woocommerce-table--order-details.shop_table .product-price {
  text-align: right;
}

.woocommerce .woocommerce-cart-form__contents.shop_table .product-quantity,
.woocommerce .woocommerce-checkout-review-order-table.shop_table .product-quantity,
.woocommerce .woocommerce-table--order-details.shop_table .product-quantity {
  text-align: center;
}

.woocommerce .woocommerce-cart-form__contents.shop_table .product-subtotal,
.woocommerce .woocommerce-checkout-review-order-table.shop_table .product-subtotal,
.woocommerce .woocommerce-table--order-details.shop_table .product-subtotal {
  text-align: right;
}

.woocommerce .woocommerce-table--order-details.shop_table tfoot {
  text-align: right;
}

.woocommerce .woocommerce-table--order-details.shop_table .product-total {
  text-align: right;
}

.woocommerce .woocommerce-table--order-details.shop_table .product-price {
  text-align: right;
}

.woocommerce .woocommerce-table--order-details.shop_table .product-quantity {
  text-align: center;
}

.woocommerce .woocommerce-table--order-details.shop_table .product-subtotal {
  text-align: right;
}

.members-shop {
  padding-top: 50px;
}

.members-shop .woocommerce #customer_details.col2-set {
  display: none;
}

.members-shop .woocommerce .woocommerce-form-coupon-toggle {
  display: none;
}

.members-shop .woocommerce .cart-collaterals .cart_totals h2 {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.members-shop .woocommerce .cart-collaterals .cart_totals .shop_table {
  text-align: right;
}

.members-shop .woocommerce .cart-collaterals #shipping_method li {
  margin-bottom: 0;
}

.members-shop .woocommerce .cart-collaterals .woocommerce-shipping-destination {
  display: none;
}

.members-shop .woocommerce .checkout h3 {
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

.members-shop .woocommerce .woocommerce-message .restore-item {
  display: none;
}

.members-shop .woocommerce .button {
  background-color: #111 !important;
}

.members-shop .woocommerce .button.wc-backward,
.members-shop .woocommerce .button.wc-forward {
  color: #fff !important;
}

.members-shop .woocommerce #ywpar_apply_discounts.button {
  color: #fff !important;
}

.members-shop .woocommerce button.button[name="update_cart"] {
  background-color: #ebe9eb !important;
}

.members-shop .woocommerce input, .members-shop .woocommerce select, .members-shop .woocommerce textarea {
  font-size: 13px;
  font-size: 0.8125rem;
}

@media (max-width: 768px) {
  .members-shop .woocommerce input:not([type="submit"]), .members-shop .woocommerce select:not([type="submit"]), .members-shop .woocommerce textarea:not([type="submit"]) {
    font-size: 16px;
    font-size: 1rem;
  }
}

.members-shop .woocommerce input::placeholder, .members-shop .woocommerce input::-ms-input-placeholder {
  color: #808080;
}

.members-shop .woocommerce input:focus::placeholder {
  color: transparent;
  transition: .1s;
}

.members-shop .woocommerce select {
  min-width: 80px;
  cursor: pointer;
}

.members-shop .woocommerce select::-ms-expand {
  display: none;
}

.members-shop .woocommerce textarea {
  height: 105px;
}

.members-shop .woocommerce input[type="text"], .members-shop .woocommerce input[type="email"], .members-shop .woocommerce input[type="tel"], .members-shop .woocommerce input[type="number"], .members-shop .woocommerce input[type="password"], .members-shop .woocommerce select, .members-shop .woocommerce textarea {
  width: 100%;
  padding: 8px 12px 6px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.members-shop .woocommerce input[type="file"] {
  display: none;
}

.members-shop .woocommerce input[type="checkbox"] {
  margin-right: 7px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .members-shop .woocommerce input[type="checkbox"] {
    border: 1px solid #808080;
    box-shadow: none;
  }
}

.members-shop .woocommerce input[type="checkbox"] + span {
  font-size: 13px;
  font-size: 0.8125rem;
  cursor: pointer;
}

.members-shop .woocommerce input[name="zipcode"] {
  width: 160px;
}

@media (max-width: 768px) {
  .members-shop .woocommerce input[name="zipcode"] {
    width: 180px;
  }
}

.members-shop .woocommerce input[type="number"] {
  width: 120px;
}

.members-shop .woocommerce .label-file, .members-shop .woocommerce input[type="button"] {
  margin-right: 10px;
  padding: 8px 12px 6px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #EEE;
  cursor: pointer;
  font-size: 13px;
  font-size: 0.8125rem;
}

.members-shop .woocommerce span.consent {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-top: 30px;
}

.members-shop .woocommerce span.consent > span {
  display: inline-block;
  margin: 0 auto;
}

.members-shop .woocommerce span.consent label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.members-shop .woocommerce span.consent + .btn-format {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .members-shop .woocommerce span.consent + .btn-format {
    margin-top: 20px;
  }
}

.members-shop .woocommerce input.btn-format {
  border-radius: 0;
}

.my-account .woocommerce .woocommerce-message {
  margin-bottom: 0;
}

.googlemap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#wc-paygent_cc-cc-form::after {
  content: "※有効期限は西暦の下2桁を入力してください。\A例：2025年3月の場合は「03/25」と入力ください。「03/2025」ですとエラーになります。";
  display: block;
  margin: 0 0 0 5px;
  color: #FF4B4B;
  white-space: pre;
  font-size: 14px;
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  #wc-paygent_cc-cc-form::after {
    white-space: normal;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.u-mailinglist_field {
  padding-top: 9px;
}

.u-mailinglist_field label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.u-mailinglist_field .notes {
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
}

/* utility
 -------------------------------------------------------------------------- */
.u-sp-visible-pc-hide {
  display: none !important;
}

@media (max-width: 767px) {
  .u-sp-visible-pc-hide {
    display: block !important;
  }
}

.u-pc-visible-sp-hide {
  display: block !important;
}

@media (max-width: 767px) {
  .u-pc-visible-sp-hide {
    display: none !important;
  }
}

.u-tab-visible-pc-hide {
  display: none !important;
}

@media (max-width: 991px) {
  .u-tab-visible-pc-hide {
    display: block !important;
  }
}

.u-pc-visible-tab-hide {
  display: block !important;
}

@media (max-width: 991px) {
  .u-pc-visible-tab-hide {
    display: none !important;
  }
}

/* -----------------------------------------------------------------------------
   #Text
   -------------------------------------------------------------------------- */
/*doc
---
title: text
name: text
categories: [utility]
---

テキストのスタイルを指定する汎用クラスです。

```block
<p class="u-text-light">font-weight 300</p>
<p class="u-text-normal">font-weight 400</p>
<p class="u-text-bold">font-weight 600</p>
<p class="u-text-indent">先頭の1文字目を1文字分字下げします。</p>
<p class="u-text-note">2行目以降の1文字目を1文字分字下げします。<br>2行目以降の1文字目を1文字分字下げします。</p>
<p class="u-text-nowrap">テキストを折り返させません。横幅を超えても、このテキストは折り返さずに表示されます。</p>
<p class="u-text-breakword">テキストを折り返させます。長文になっても、このテキストは必ず折り返して表示されます。</p>
<p class="u-text-justify">テキストを両端揃え（均等割り付け）させます。通常のテキストと文字間が違うのが分かると思います。</p>
<p class="u-text-none">記述した通りに表示します。</p>
<p class="u-text-lowercase">abcdEFGH すべての英単語を小文字で表示します。</p>
<p class="u-text-uppercase">abcdEFGH すべての英単語を大文字で表示します。</p>
<p class="u-text-capitalize">abcdEFGH 英単語の先頭を大文字で表示します。</p>
<p class="u-text-smallcaps">abcdEFGH スモールキャップ（小文字と同じ高さで作られた大文字）で表示します。</p>
<p class="u-text-vertical">abcdEFGH 縦書きで表示します。</p>
<p class="u-text-vertical u-text-vertical--upright">abcdEFGH 英文も縦書きにする場合はModifierを指定します。</p>
<p class="u-text-right">text-align right</p>
<p class="u-text-center">text-align center</p>
<p class="u-text-left">text-align left</p>
<p class="u-text-top">vertical-align top</p>
<p class="u-text-middle">vertical-align middle</p>
<p class="u-text-bottom">vertical-align bottom</p>
```
*/
/* font-colorを指定します。 */
.u-text-color--white {
  color: #fff !important;
}

.u-text-color--blk {
  color: #000 !important;
}

/* 文字に余白付きの下線を引きます */
.u-text-underline {
  padding-bottom: 3px;
  border-bottom: 1px solid #333;
}

/* font-weightを指定します。 */
.u-text-light {
  font-weight: 300 !important;
}

.u-text-normal {
  font-weight: 500 !important;
}

.u-text-bold {
  font-weight: 600 !important;
}

/* 先頭の1文字目を1文字分字下げします。 */
.u-text-indent {
  text-indent: 1em !important;
}

/* 2行目以降の1文字目を1文字分字下げします。 */
.u-text-note {
  margin-left: 1em !important;
  text-indent: -1em !important;
}

/* テキストを改行させません。 */
.u-text-nowrap {
  white-space: nowrap !important;
}

/* テキストを改行させます。 */
.u-text-breakword {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

/* テキストを両端揃えさせます。 */
.u-text-justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

/* 記述した通りに表示します。 */
.u-text-none {
  text-transform: none !important;
}

/* すべての英単語を小文字にします。 */
.u-text-lowercase {
  text-transform: lowercase !important;
}

/* すべての英単語を大文字にします。 */
.u-text-uppercase {
  text-transform: uppercase !important;
}

/* 英単語の先頭を大文字にします。 */
.u-text-capitalize {
  text-transform: capitalize !important;
}

/* スモールキャップ（小文字と同じ高さで作られた大文字）にします。 */
.u-text-smallcaps {
  font-variant: small-caps !important;
}

/* 縦書きにします。 */
.u-text-vertical {
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
}

/* 英文も縦書きにする場合はModifierを指定します。 */
.u-text-vertical--upright {
  text-orientation: upright !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-top {
  vertical-align: top !important;
}

.u-text-middle {
  vertical-align: middle !important;
}

.u-text-bottom {
  vertical-align: bottom !important;
}
