@charset "UTF-8";
/* Generic Layout Style
 * =================================================================================
**/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru&family=Zen+Kaku+Gothic+New&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* clearfix
 * =================================================================================
**/
.cf, #main, .inner, .container .bt-more, .wrap-gaiyou, #footer, .imgfull {
  zoom: 1; }
  .cf:before, #main:before, .inner:before, .container .bt-more:before, .wrap-gaiyou:before, #footer:before, .imgfull:before, .cf:after, #main:after, .inner:after, .container .bt-more:after, .wrap-gaiyou:after, #footer:after, .imgfull:after {
    content: "";
    display: table; }
  .cf:after, #main:after, .inner:after, .container .bt-more:after, .wrap-gaiyou:after, #footer:after, .imgfull:after {
    clear: both; }

/* END:clearfix
 * =================================================================================
**/
.arrow, .pagenav ul li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle; }

.triangle {
  content: "";
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 6px solid transparent;
  border-left: 6px solid #F8B62C; }

.shadow {
  content: "";
  width: 100%;
  height: 7px;
  background: linear-gradient(rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0)); }

.grade-main-hori {
  background: -webkit-linear-gradient(-45deg, #231815 0%, #5323D1 25%, #5323D1 50%, #5323D1 75%, #231815 100%);
  background: -moz-linear-gradient(-45deg, #231815 0%, #5323D1 25%, #5323D1 50%, #5323D1 75%, #231815 100%);
  background: linear-gradient(135deg, #231815 0%, #5323D1 25%, #5323D1 50%, #5323D1 75%, #231815 100%); }

.grade-main-hori-r {
  background: -webkit-linear-gradient(-45deg, #5323D1, #231815);
  background: -moz-linear-gradient(-45deg, #5323D1, #231815);
  background: linear-gradient(135deg, #5323D1, #231815); }

/* Base Layout
 * =================================================================================
**/
.left, .il {
  float: left; }

.right, .ir {
  float: right; }

img.left, img.il {
  margin-right: 32px; }
  @media screen and (max-width: 767px) {
    img.left, img.il {
      margin-right: 0; } }

img.right, img.ir {
  margin-left: 32px; }
  @media screen and (max-width: 767px) {
    img.right, img.ir {
      margin-left: 0; } }

img[src*="analytics.global-websystem.net"] {
  display: none; }

img[src*="spacer.gif"] {
  width: 1px;
  height: 1px; }

/* Default
 * =================================================================================
**/
html {
  overflow-y: scroll;
  box-sizing: border-box; }

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, small, address, aside, blockquote, th, td {
  font-family: "Kiwi Maru",  "游ゴシック","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ",Meiryo,'Roboto',Helvetica Neue, Helvetica,YuGothic;
  color: #473930;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, small, address, aside, blockquote, th, td {
      font-size: 18px; } }

p, div {
  font-family: "Kiwi Maru", "游ゴシック","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ",Meiryo,'Roboto',Helvetica Neue, Helvetica,YuGothic;
  font-weight: 500;
  margin: 0;
  box-sizing: border-box; }

h2, h3, h4, h5, dt, dd, li {
  font-family: "Kiwi Maru",'Noto Sans Japanese', "游ゴシック","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN","メイリオ",Meiryo,'Roboto',Helvetica Neue, Helvetica,YuGothic;
  color: #473930; }

body {
  line-height: 1.7; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }
  li img {
    vertical-align: bottom; }

img {
  vertical-align: bottom; }

/* Base Block Style
 * =================================================================================
**/
#main {
  margin: 0;
  padding: 0;
  position: relative; }

.inner, .container .bt-more, .wrap-gaiyou {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 1080px) {
    .inner, .container .bt-more, .wrap-gaiyou {
      width: 100%;
      padding-left: 4%;
      padding-right: 4%; } }

#main {
  width: 100%;
  overflow: hidden; }

/* END:Base Block Style
 * =================================================================================
**/
/*------------------------------------------------------
Base layout
------------------------------------------------------*/
/*
.cmshtml Start
-*/
body {
  background: #EBE7E0; }
  @media screen and (max-width: 1080px) {
    body {
      padding-top: 0; } }

img {
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  height: auto; }

a:link,
a:visited,
a:active {
  color: #473930; }

a:hover {
  color: #473930; }

@keyframes fadeUp {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    display: none;
    visibility: hidden; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@media screen and (max-width: 767px) {
  p {
    font-size: clamp(14px, 3.3vw, 18px); } }

#header {
  width: 100%;
  height: 180px;
  background: #fff;
  position: relative;
  z-index: 3; }
  @media screen and (max-width: 1080px) {
    #header {
      height: auto; } }

@keyframes zoomOut {
  /* 1.15倍させる指定 */
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  /* 12秒かけて拡大させる */
  -webkit-animation: zoomOut 12s linear 0s;
  animation: zoomOut 12s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

#wrapSlider {
  background: #fff;
  padding: 3em 5%; }
  @media screen and (max-width: 1080px) {
    #wrapSlider {
      padding: 1.5em 0 0; } }

#topslide {
  margin: 0 auto;
  max-width: 980px;
  aspect-ratio: 7 / 4;
  overflow: hidden;
  z-index: 1;
  position: relative; }
  @media screen and (max-width: 1080px) {
    #topslide {
      aspect-ratio: 313 / 222; } }
  #topslide .swiper-container {
    height: 100%; }
    #topslide .swiper-container .swiper-wrapper {
      opacity: 0; }
    #topslide .swiper-container.swiper-fade .swiper-wrapper {
      opacity: 1; }
  #topslide .swiper-wrapper {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1; }
  #topslide .swiper-slide {
    overflow: hidden; }
    #topslide .swiper-slide img {
      width: 100%;
      height: 100%;
      margin: 0;
      object-fit: cover; }
    #topslide .swiper-slide .slide-img {
      height: 100%; }
      #topslide .swiper-slide .slide-img div {
        max-height: none;
        height: 100%; }

h1#logo {
  width: 18%;
  max-width: 172px;
  min-width: 150px;
  overflow: hidden;
  box-sizing: content-box;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  box-sizing: content-box; }
  h1#logo a {
    margin-top: 20px;
    padding-top: 44.1314%;
    display: block;
    background: url(../img/logo.png) no-repeat 0 50%;
    background-size: contain;
    width: 100%;
    height: 0;
    text-align: center;
    text-decoration: none;
    text-indent: -200em;
    font-size: 14px;
    overflow: hidden; }
  @media screen and (max-width: 1080px) {
    h1#logo {
      max-width: 240px;
      left: 20px;
      z-index: 2; } }

#loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #9fba71;
  font-family: 'Roboto',"游ゴシック", sans-serif; }
  #loading .loading-icon {
    margin: 1em auto 0;
    text-align: center; }
    #loading .loading-icon:before {
      content: "";
      width: 32px;
      height: 32px;
      background: url("../img/ajax-loader.gif") no-repeat 50% 50%;
      background-size: contain;
      display: inline-block;
      position: relative; }

#topslide {
  opacity: 0; }

.section-primary {
  opacity: 0; }

#topslide.appear,
.section-primary.appear {
  animation: PageAnimeAppear cubic-bezier(0.25, 1, 0.5, 1) alternate 2s forwards; }

#loading.disappear {
  animation: PageAnimeDisappear cubic-bezier(0.25, 1, 0.5, 1) alternate 2s forwards; }

@keyframes PageAnimeAppear {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes PageAnimeDisappear {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    display: none; } }
#navbar {
  z-index: 2;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 95px;
  transition: .3s ease; }
  @media screen and (min-width: 1081px) {
    #navbar.is-fixed {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      z-index: 999; }
      #navbar.is-fixed #navigation {
        margin-top: 0; } }

#navigation {
  border-top: 2px solid #473930;
  border-bottom: 2px solid #473930;
  background-color: #fff;
  width: 100%;
  padding: 0 5%;
  max-width: 1080px;
  margin: 1.5em auto 0;
  display: flex;
  justify-content: space-between; }
  #navigation li {
    font-size: 20px; }
    @media screen and (max-width: 767px) {
      #navigation li {
        font-size: 18px; } }
  #navigation a {
    padding: 0.45em;
    text-decoration: none;
    transition: all 0.3s ease;
    color: #231815;
    display: block; }
    #navigation a:hover {
      color: #9fba71; }
  @media screen and (max-width: 1080px) {
    #navigation {
      max-width: none;
      width: 100%;
      text-align: center;
      margin: 0;
      padding: 1em 0;
      display: block;
      flex-flow: row wrap;
      justify-content: flex-start; } }

@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes show_m {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/*SlideShow*/
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes zoomOut {
  /* 1.15倍させる指定 */
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@media screen and (max-width: 767px) {
  .d-pc {
    display: none; } }

.d-m {
  display: none; }
  @media screen and (max-width: 767px) {
    .d-m {
      display: block;
      max-height: 3.5rem;
      width: auto !important; } }

.s-title {
  margin: 40px auto;
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 30px; }
  @media screen and (max-width: 767px) {
    .s-title {
      font-size: 28px; } }
  @media screen and (max-width: 1080px) {
    .s-title {
      font-size: 1.7rem; }
      .s-title:before {
        max-width: 200px;
        background-position: 50% 100% !important; } }

@media screen and (max-width: 1080px) {
  .c_2g_resize {
    max-height: 3.5rem; } }

@media screen and (max-width: 1080px) {
  .c_1g_resize {
    max-height: 1.5rem; } }

.section-about {
  max-width: 1140px;
  margin: 0 auto; }
  .section-about .s-title:before {
    content: "";
    background: url("../img/en_about@2x.png") no-repeat 50% 50%;
    background-size: contain;
    position: relative;
    width: 287px;
    height: 110px;
    margin: 0 auto;
    display: block;
    z-index: -1; }
  .section-about .lead-copy {
    max-width: 713px;
    margin: 3em auto; }
  .section-about .container-section-about {
    position: relative; }
    .section-about .container-section-about:before {
      content: "";
      width: 100%;
      height: 5px;
      background: url("../img/line@2x.png") no-repeat 0 0;
      background-size: contain;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      display: inline-block; }
  .section-about .img-2x {
    width: auto;
    height: auto;
    max-width: 100%;
    image-rendering: auto;
    /* 高解像度でもきれいに */
    transform: scale(0.5);
    transform-origin: top left;
    display: block; }
  .section-about .wrap-container-eyecatch {
    padding-top: 4em;
    max-width: 1020px;
    margin: 0 auto; }
    .section-about .wrap-container-eyecatch .eyecatch-lead-copy {
      margin-bottom: -30px;
      position: relative;
      z-index: 2; }
      .section-about .wrap-container-eyecatch .eyecatch-lead-copy img {
        width: 862px; }
    .section-about .wrap-container-eyecatch .cv-img {
      max-width: 870px;
      margin: 0 auto;
      position: relative;
      z-index: 1; }
    .section-about .wrap-container-eyecatch p {
      margin: 1em 0; }
  .section-about .wrap-container-txt-flex-l {
    margin-top: 3em;
    display: flex;
    flex-flow: row wrap; }
    .section-about .wrap-container-txt-flex-l .img {
      width: calc(100% - 580px);
      position: relative; }
      .section-about .wrap-container-txt-flex-l .img img {
        width: 120%;
        position: absolute;
        right: 0;
        top: 0;
        max-width: none; }
    .section-about .wrap-container-txt-flex-l .wrap-txt {
      width: 580px;
      aspect-ratio: 233 / 175; }
      .section-about .wrap-container-txt-flex-l .wrap-txt p {
        margin-top: 1.6em; }
  .section-about .wrap-container-txt-flex-r {
    margin-top: 4em;
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: space-between; }
    .section-about .wrap-container-txt-flex-r .img {
      width: calc(100% - 540px);
      position: relative; }
      .section-about .wrap-container-txt-flex-r .img .img_yakei {
        padding-right: 20px; }
      .section-about .wrap-container-txt-flex-r .img .img_daisen {
        position: absolute;
        top: -68%;
        right: -35%; }
    .section-about .wrap-container-txt-flex-r .wrap-txt {
      width: 403px;
      aspect-ratio: 233 / 175; }
      .section-about .wrap-container-txt-flex-r .wrap-txt p {
        margin-top: 1.6em; }
  @media screen and (max-width: 1080px) {
    .section-about {
      padding: 0 5%;
      max-width: 740px; }
      .section-about .wrap-container-txt-flex-l .img {
        width: 45%;
        position: relative; }
      .section-about .wrap-container-txt-flex-l .wrap-txt {
        width: 55%;
        padding-left: 5%; }
      .section-about .wrap-container-txt-flex-r .img {
        width: 45%;
        position: relative; }
        .section-about .wrap-container-txt-flex-r .img .img_daisen {
          width: 100%; }
      .section-about .wrap-container-txt-flex-r .wrap-txt {
        width: 55%;
        padding-right: 5%; } }
  @media screen and (max-width: 767px) {
    .section-about .wrap-container-txt-flex-l,
    .section-about .wrap-container-txt-flex-r {
      display: block; }
      .section-about .wrap-container-txt-flex-l .img, .section-about .wrap-container-txt-flex-l .wrap-txt,
      .section-about .wrap-container-txt-flex-r .img,
      .section-about .wrap-container-txt-flex-r .wrap-txt {
        width: 100%; }
      .section-about .wrap-container-txt-flex-l .wrap-txt,
      .section-about .wrap-container-txt-flex-r .wrap-txt {
        margin-top: 1em;
        width: 100%;
        aspect-ratio: auto; }
    .section-about .wrap-container-txt-flex-l .img img {
      position: relative;
      width: 100%; }
    .section-about .wrap-container-txt-flex-r .img {
      padding-top: 26vw; } }

.section-products {
  max-width: 1140px;
  margin: 2em auto; }
  .section-products .s-title:before {
    content: "";
    background: url("../img/en_products@2x.png") no-repeat 50% 50%;
    background-size: contain;
    position: relative;
    width: 277px;
    height: 110px;
    margin: 0 auto;
    display: block;
    z-index: -1; }
  .section-products .wrap-container-txt-flex-r {
    margin-top: 3em;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    .section-products .wrap-container-txt-flex-r .img {
      width: calc(100% - 540px);
      position: relative; }
      .section-products .wrap-container-txt-flex-r .img img {
        position: absolute;
        bottom: 0;
        right: -10%; }
    .section-products .wrap-container-txt-flex-r .wrap-txt {
      width: 450px;
      padding-bottom: 4em; }
      .section-products .wrap-container-txt-flex-r .wrap-txt p {
        margin-top: 1.6em; }
  @media screen and (max-width: 1080px) {
    .section-products {
      padding: 0 5%;
      max-width: 740px; }
      .section-products .wrap-container-txt-flex-r .wrap-txt {
        width: 50%; }
      .section-products .wrap-container-txt-flex-r .img {
        width: 50%; } }
  @media screen and (max-width: 1080px) {
    .section-products .wrap-container-txt-flex-r .wrap-txt, .section-products .wrap-container-txt-flex-r .img {
      width: 100%;
      padding: 0; }
    .section-products .wrap-container-txt-flex-r .img img {
      position: relative; } }

.wrap-container-eyecatch .lead-txt {
  padding-right: 50%;
  margin-top: 1.6em; }
.wrap-container-eyecatch .wrap-cv-img {
  display: flex;
  flex-flow: row wrap; }
  .wrap-container-eyecatch .wrap-cv-img .img_kakou {
    margin-top: 3em;
    width: 50%;
    position: relative; }
    .wrap-container-eyecatch .wrap-cv-img .img_kakou img {
      width: 120%;
      position: relative;
      left: -20%;
      top: 0;
      max-width: none; }
  .wrap-container-eyecatch .wrap-cv-img .img_tomato {
    width: 50%;
    position: relative; }
    .wrap-container-eyecatch .wrap-cv-img .img_tomato img {
      width: 137%;
      right: -7%;
      top: -23%;
      max-width: none;
      position: absolute; }
@media screen and (max-width: 767px) {
  .wrap-container-eyecatch .lead-txt {
    width: 100%;
    padding: 0; }
  .wrap-container-eyecatch .wrap-cv-img {
    padding-top: 13vw; } }

.wrap-container-lineup {
  background-color: #fff; }
  .wrap-container-lineup .hd-lineup {
    max-width: 939px;
    margin: 0 auto;
    padding: 4em 0; }
    .wrap-container-lineup .hd-lineup .txt {
      margin-top: 1em; }
  .wrap-container-lineup .wrap-lineup_item {
    padding: 2em 2.5%;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    position: relative; }
    .wrap-container-lineup .wrap-lineup_item:before {
      content: "";
      background: url("../img/line@2x.png") no-repeat 0 0;
      width: 100%;
      height: 5px;
      background-size: contain;
      position: absolute;
      left: 0;
      top: 0;
      display: inline-block; }
    .wrap-container-lineup .wrap-lineup_item .lineup-item {
      width: 31.4%;
      margin-right: 2.8%;
      margin-bottom: 1.6em; }
      .wrap-container-lineup .wrap-lineup_item .lineup-item * {
        transition: .3s ease; }
      .wrap-container-lineup .wrap-lineup_item .lineup-item:hover .img {
        opacity: 0.7; }
      .wrap-container-lineup .wrap-lineup_item .lineup-item:hover .more a {
        color: #9fba71; }
      .wrap-container-lineup .wrap-lineup_item .lineup-item .img {
        aspect-ratio: 328/230; }
        .wrap-container-lineup .wrap-lineup_item .lineup-item .img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .wrap-container-lineup .wrap-lineup_item .lineup-item:nth-child(3n) {
        margin-right: 0; }
      .wrap-container-lineup .wrap-lineup_item .lineup-item .cap {
        font-size: clamp(16px, 3.3vw, 30px);
        letter-spacing: -0.2em; }
        @media screen and (max-width: 482px) {
          .wrap-container-lineup .wrap-lineup_item .lineup-item .cap {
            height: 28px; } }
        @media screen and (max-width: 482px) {
          .wrap-container-lineup .wrap-lineup_item .lineup-item .cap.sm-sp {
            font-size: clamp(12px, 3.3vw, 30px);
            line-height: 28px; } }
      .wrap-container-lineup .wrap-lineup_item .lineup-item p {
        margin-top: 0.6em;
        font-size: 16px; }
        @media screen and (max-width: 767px) {
          .wrap-container-lineup .wrap-lineup_item .lineup-item p {
            font-size: 14px; } }
  @media screen and (max-width: 1080px) {
    .wrap-container-lineup {
      padding: 0 5%; }
      .wrap-container-lineup .hd-lineup {
        padding: 2em 0;
        max-width: 740px; } }
  @media screen and (max-width: 767px) {
    .wrap-container-lineup .wrap-lineup_item .lineup-item {
      width: 48%;
      margin-right: 4%; }
      .wrap-container-lineup .wrap-lineup_item .lineup-item:nth-child(3n) {
        margin-right: 4%; }
      .wrap-container-lineup .wrap-lineup_item .lineup-item:nth-child(2n) {
        margin-right: 0; }
      .wrap-container-lineup .wrap-lineup_item .lineup-item p {
        font-size: clamp(12px, 3vw, 14px); } }

p.more {
  text-align: right; }
  p.more * {
    transition: .3s ease; }
  p.more a {
    display: block;
    text-decoration: none;
    position: relative; }
    p.more a:after {
      content: ">>";
      display: inline-block;
      margin-left: 10px;
      transition: .3s ease; }
    p.more a:hover {
      color: #9fba71; }
      p.more a:hover:after {
        color: #9fba71; }

.wrap-shop-btn {
  text-align: center;
  position: relative;
  padding: 1em 0 4em;
  max-width: 1140px;
  margin: 0 auto; }
  .wrap-shop-btn:after {
    content: "";
    background: url("../img/line@2x.png") no-repeat 0 0;
    width: 100%;
    height: 5px;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block; }

.bt-more-toshop {
  display: inline-block;
  font-size: clamp(22px, 3vw, 32px); }
  .bt-more-toshop a {
    display: block;
    text-align: center;
    color: #fff !important;
    background-color: #174223;
    text-decoration: none;
    padding: 10px 26px;
    transition: .3s ease; }
    .bt-more-toshop a:hover {
      background-color: #9fba71; }

.shoplink-list li {
  margin: 1em;
  display: inline-block;
  font-size: clamp(22px, 3vw, 26px);
  width: 12em; }
  .shoplink-list li.yahoo {
    letter-spacing: -0.06em; }
  .shoplink-list li a {
    text-align: center;
    display: block;
    color: #174223;
    border: 2px solid #174223;
    text-decoration: none;
    padding: 10px 26px;
    transition: .3s ease; }
    .shoplink-list li a:hover {
      color: #9fba71;
      border-color: #9fba71; }

.section-omotasedaisen {
  padding: 0 0 3em;
  background-color: #fff; }
  .section-omotasedaisen .s-title:before {
    content: "";
    background: url("../img/en_omotase@2x.png") no-repeat 50% 50%;
    background-size: contain;
    position: relative;
    width: 277px;
    height: 110px;
    margin: 0 auto;
    display: block;
    z-index: -1; }

.wrap-container-omotasedaisen {
  max-width: 1140px;
  margin: 2em auto; }
  .wrap-container-omotasedaisen .key-v {
    max-width: 835px;
    margin: 0 auto; }
  .wrap-container-omotasedaisen .wrap-key-v-leadtxt {
    margin: -1.3em auto 0;
    max-width: 835px;
    padding-left: 196px;
    position: relative; }
    .wrap-container-omotasedaisen .wrap-key-v-leadtxt .seal {
      width: 266px;
      position: absolute;
      left: -100px;
      top: -100px; }
    .wrap-container-omotasedaisen .wrap-key-v-leadtxt .ttl {
      max-width: 426px; }
    .wrap-container-omotasedaisen .wrap-key-v-leadtxt p {
      margin-top: 1em;
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        .wrap-container-omotasedaisen .wrap-key-v-leadtxt p {
          font-size: 14px; } }
  @media screen and (max-width: 1080px) {
    .wrap-container-omotasedaisen {
      max-width: 740px; }
      .wrap-container-omotasedaisen .wrap-key-v-leadtxt {
        padding-right: 5%;
        padding-left: 25vw; }
        .wrap-container-omotasedaisen .wrap-key-v-leadtxt .seal {
          width: 22vw;
          left: 0;
          top: -4vw; } }

@media screen and (max-width: 1080px) {
  .br-pc {
    display: none; } }
.section-profile {
  max-width: 1140px;
  margin: 2em auto; }
  .section-profile .s-title:before {
    content: "";
    background: url("../img/en_profile@2x.png") no-repeat 50% 50%;
    background-size: contain;
    position: relative;
    width: 277px;
    height: 110px;
    margin: 0 auto;
    display: block;
    z-index: -1; }

.wrap-container-profile {
  padding: 2em 0;
  margin-top: 1.6em;
  display: flex;
  flex-flow: row wrap;
  position: relative; }
  .wrap-container-profile:after {
    content: "";
    background: url("../img/line@2x.png") no-repeat 0 0;
    width: 100%;
    height: 5px;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block; }
  .wrap-container-profile .img {
    width: 302px;
    padding: 0 20px; }
  .wrap-container-profile .wrap-proftxt {
    flex: 1;
    padding: 0 1em;
    position: relative; }
    .wrap-container-profile .wrap-proftxt:before {
      content: "";
      background: url("../img/prof_yama@2x.png") no-repeat 50% 50%;
      background-size: contain;
      width: 40%;
      height: 74px;
      position: absolute;
      top: -30px;
      right: 1em;
      z-index: -1;
      display: inline-block; }
    .wrap-container-profile .wrap-proftxt .cap {
      font-weight: bold; }
      .wrap-container-profile .wrap-proftxt .cap span {
        margin-left: 0.5em;
        font-size: clamp(18px, 3.3vw, 32px); }
    .wrap-container-profile .wrap-proftxt p {
      margin-top: 0.2em; }
  .wrap-container-profile .wrap-companyinfo {
    padding: 2em 0; }
  @media screen and (max-width: 767px) {
    .wrap-container-profile {
      padding-top: 0; }
      .wrap-container-profile .img {
        width: 40%; }
      .wrap-container-profile .wrap-proftxt {
        margin-top: 10px;
        width: 100%;
        flex: auto; } }

.wrap-companyinfo {
  padding: 2em 0;
  text-align: center; }
  .wrap-companyinfo .c-logo {
    max-width: 272px;
    margin: 0 auto; }
  .wrap-companyinfo h3 {
    max-width: 25rem;
    margin: 1em auto 0;
    font-weight: bold;
    font-size: clamp(18px, 3.3vw, 28px); }
  .wrap-companyinfo .address {
    max-width: 25rem;
    margin: 0 auto 0;
    text-align: left; }
  @media screen and (max-width: 1080px) {
    .wrap-companyinfo {
      padding: 2em 5%; } }

.section-contact {
  padding: 0 0 3em;
  background-color: #fff; }
  .section-contact .s-title:before {
    content: "";
    background: url("../img/en_contact@2x.png") no-repeat 50% 50%;
    background-size: contain;
    position: relative;
    width: 277px;
    height: 110px;
    margin: 0 auto;
    display: block;
    z-index: -1; }
  .section-contact .sns-list {
    margin-top: 2em;
    text-align: center; }
    .section-contact .sns-list li {
      display: inline-block;
      margin: 10px;
      transition: .3s ease; }
      .section-contact .sns-list li:hover {
        opacity: 0.7; }
  .section-contact .wrap-form {
    max-width: 624px;
    margin: 2em auto; }
    .section-contact .wrap-form p {
      margin: 1em 0; }
  @media screen and (max-width: 1080px) {
    .section-contact {
      padding: 0 5% 3em; } }

.wpcf7-submit {
  margin: 0 auto;
  display: inline-block;
  color: #fff;
  background-color: #174223;
  padding: 10px 2.6em;
  border: none;
  cursor: pointer;
  transition: .3s ease; }
  .wpcf7-submit:hover {
    background-color: #9fba71; }

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea {
  width: 100%; }

.tac {
  text-align: center; }

/*Footer*/
#footer {
  position: relative;
  padding: 40px 0 36px; }
  #footer a {
    transition: all 0.3s ease; }
  @media screen and (max-width: 1080px) {
    #footer {
      padding: 2em 5%; } }

.footer-inner-flex {
  margin: 0 auto;
  max-width: 800px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .footer-inner-flex .wrap-logo {
    margin-bottom: 1em;
    width: 100%; }
    .footer-inner-flex .wrap-logo .c-logo {
      max-width: 270px; }
  .footer-inner-flex .sns-list {
    text-align: left;
    margin-top: 0; }
    .footer-inner-flex .sns-list li {
      display: inline-block;
      margin: 10px;
      transition: .3s ease; }
      .footer-inner-flex .sns-list li:hover {
        opacity: 0.7; }
  .footer-inner-flex .wrap-companyinfo {
    padding: 0;
    max-width: 25rem;
    text-align: left; }
    .footer-inner-flex .wrap-companyinfo h3 {
      max-width: 100%;
      margin: 0; }
    .footer-inner-flex .wrap-companyinfo .address {
      max-width: 100%;
      margin: 0; }
  .footer-inner-flex nav {
    max-width: 240px; }
    .footer-inner-flex nav .bt-more-toshop,
    .footer-inner-flex nav .shoplink-list li {
      margin: 6px 0;
      width: 100%;
      font-size: clamp(16px, 3.3vw, 22px); }
      .footer-inner-flex nav .bt-more-toshop.yahoo,
      .footer-inner-flex nav .shoplink-list li.yahoo {
        font-size: clamp(16px, 3.3vw, 18px); }
  @media screen and (max-width: 767px) {
    .footer-inner-flex {
      justify-content: center; }
      .footer-inner-flex .wrap-logo .c-logo {
        margin: 0 auto; }
      .footer-inner-flex .sns-list {
        text-align: center; } }

#copy {
  margin-top: 1em;
  width: 100%;
  padding: 0 5%;
  clear: both;
  font-size: 13px;
  display: block;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #copy {
      font-size: 11px; } }
  #copy a {
    text-decoration: none; }

/*  Pageheader Style
 * =================================================================================
**/
.pagenav {
  width: 80%;
  margin: 0 auto; }
  .pagenav ul {
    width: 100%;
    text-align: right;
    padding: 5px 0; }
    .pagenav ul li {
      font-size: 13px;
      padding-right: 2.4em;
      position: relative;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .pagenav ul li {
          font-size: 11px; } }
      .pagenav ul li:after {
        left: auto;
        right: 3px;
        width: 2em;
        height: 1px;
        background-color: rgba(71, 57, 48, 0.6); }
      .pagenav ul li:last-child:after {
        content: none; }

.container {
  padding: 1em 10% 3em;
  width: 100%;
  margin: 0 auto;
  min-height: 40vh; }
  @media screen and (max-width: 1080px) {
    .container {
      padding-right: 5%;
      padding-left: 5%; } }
  @media screen and (max-width: 767px) {
    .container {
      padding: 0 5% 80px; } }
  .container.blog-container {
    padding: 1em 5% 2em;
    max-width: 1200px; }

#topContainer {
  padding: 0; }
  #topContainer > div:first-child {
    margin-top: 70px; }

/* 汎用クラス */
.red {
  color: #FF0000; }

.bold {
  font-weight: bold; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.bt-more {
  margin: 2em 0; }
  .bt-more * {
    transition: all 0.6s ease; }
  .bt-more .datalink {
    display: inline-block;
    position: relative; }
    .bt-more .datalink span {
      display: inline-block; }
    .bt-more .datalink a {
      background-color: rgba(23, 66, 35, 0.8);
      padding: 1em 1em;
      display: block;
      color: #fff;
      text-decoration: none;
      position: relative;
      font-weight: 600;
      transition: all 0.3s ease;
      position: relative;
      border-radius: 90px;
      box-shadow: 0 0 19px rgba(0, 0, 0, 0); }
  @media screen and (min-width: 768px) {
    .bt-more .datalink {
      font-size: 1.5rem; }
      .bt-more .datalink a {
        padding: 1em 4em; }
        .bt-more .datalink a:after {
          content: "";
          background: url("../img/arrow.png") no-repeat 0 0;
          width: 16px;
          height: 30px;
          background-size: contain;
          position: absolute;
          top: 0;
          right: 2.5em;
          bottom: 0;
          margin: auto;
          transition: .3s ease;
          opacity: 0; }
      .bt-more .datalink:hover a {
        background-color: #174223;
        box-shadow: 0 0 19px rgba(0, 0, 0, 0.4);
        transform: translateY(-6px); }
        .bt-more .datalink:hover a:after {
          right: 1.5em;
          opacity: 1; } }

.container .bt-more {
  margin: 50px auto; }

.ub-to_bt {
  text-align: center;
  margin: 50px auto; }
  .ub-to_bt * {
    transition: all 0.6s ease; }
  .ub-to_bt .datalink {
    display: inline-block;
    margin-bottom: 5px; }
    .ub-to_bt .datalink a {
      background-color: rgba(71, 57, 48, 0.2);
      font-size: 16px;
      opacity: 0.8;
      padding: 1.6em 5em;
      max-width: 100%;
      text-decoration: none;
      position: relative;
      font-weight: 600;
      transition: all 0.6s ease;
      position: relative;
      display: block; }
      @media screen and (max-width: 767px) {
        .ub-to_bt .datalink a {
          font-size: 14px; } }
  .ub-to_bt .datalink:hover a {
    background-position: 0 0;
    background-color: #231815;
    color: #fff; }

/*------------------------------------------------------
Toppage layout
------------------------------------------------------*/
.en {
  font-family: 'Roboto',"游ゴシック", sans-serif;
  letter-spacing: 1.2px; }

.swingbox,
.flipbox,
.fadebox,
.fadeinbox,
.bouncedownbox,
.bouncebox {
  opacity: 0; }
  .swingbox.animate__animated,
  .flipbox.animate__animated,
  .fadebox.animate__animated,
  .fadeinbox.animate__animated,
  .bouncedownbox.animate__animated,
  .bouncebox.animate__animated {
    opacity: 1; }

.mask_wrap {
  display: table;
  overflow: hidden; }

.mask-wrap .mask {
  display: table;
  position: relative;
  margin-bottom: .25em;
  left: -100%;
  overflow: hidden; }

.mask-wrap .mask-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #174223; }

/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0;
  /* 最初は非表示 */
  transform: translateY(60px);
  /* 下に30pxの位置から */
  transition: opacity .8s, transform .8s;
  /* 透過率と縦方向の移動を0.8秒 */ }

/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  transform: translateY(0);
  /* 30px上に移動する */
  transition-delay: .2s;
  /* フェード開始を0.5秒遅らせる */ }

.bt_more {
  text-align: right; }
  .bt_more .datalink {
    display: inline-block;
    padding-right: 4.5em;
    position: relative; }
    .bt_more .datalink:before {
      content: "";
      width: 4em;
      height: 4em;
      border-radius: 100%;
      background-color: #174223;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      display: inline-block;
      opacity: 0.6;
      transition: .3s ease; }
    .bt_more .datalink:after {
      content: "";
      background: url("../img/arrow.png") no-repeat 50% 50%;
      background-size: contain;
      width: 1.2em;
      height: 1.2em;
      position: absolute;
      top: 0;
      right: 1.25em;
      bottom: 0;
      margin: auto;
      display: inline-block; }
    .bt_more .datalink a {
      display: block;
      padding: 1.5em 0.5em;
      max-width: 100%;
      font-weight: bold;
      text-decoration: none;
      transition: all 0.3s ease;
      box-sizing: border-box;
      position: relative; }
      .bt_more .datalink a:after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #174223;
        position: absolute;
        bottom: 1.2em;
        left: 0;
        right: 0; }
  .bt_more:hover .datalink:before {
    opacity: 1; }
  .bt_more:hover a {
    color: #9fba71; }
  .bt_more.btm_c_w .datalink:before {
    border: 1px solid #fff;
    background-color: transparent; }
  .bt_more.btm_c_w .datalink a {
    color: #fff; }
    .bt_more.btm_c_w .datalink a:after {
      background-color: #fff; }

.ps__rail-y {
  opacity: 0.5 !important; }

.wrap-flex {
  display: flex;
  flex-flow: row wrap; }

.section-past {
  padding: 2.5% 5%; }
  .section-past .blk-others {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto 2em; }
  .section-past .md-year {
    border-bottom: 1px solid #AD7C7C;
    padding: 1em 0; }
    .section-past .md-year .num {
      padding: 1em;
      width: 100%;
      text-align: center;
      font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif; }
    .section-past .md-year table {
      width: 100%; }
      .section-past .md-year table tr th {
        min-width: 5em;
        vertical-align: top;
        text-align: left; }
      .section-past .md-year table tr th, .section-past .md-year table tr td {
        padding-bottom: 1em; }
      .section-past .md-year table tr td a {
        padding-right: 30px;
        position: relative;
        text-decoration: none;
        transition: .3s ease; }
        .section-past .md-year table tr td a:after {
          content: "";
          background: url("../img/ico-popup.png") no-repeat 0 0;
          width: 14px;
          height: 14px;
          background-size: contain;
          position: relative;
          display: inline-block;
          margin-left: 4px;
          opacity: 0.7;
          transition: .3s ease; }
        .section-past .md-year table tr td a:hover {
          text-decoration: underline; }
          .section-past .md-year table tr td a:hover:after {
            opacity: 1; }
  @media screen and (min-width: 1080px) {
    .section-past {
      padding: 2.5% 5%; }
      .section-past .md-year .num {
        text-align: left; }
      .section-past .md-year table tr th {
        width: 23%;
        text-align: right;
        padding-left: 4em;
        padding-right: 2em; } }

.section-cd {
  padding: 5%; }
  .section-cd .wrap-playlist {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto; }
    .section-cd .wrap-playlist dl {
      padding: 5% 0;
      border-bottom: 1px solid #AD7C7C; }
      .section-cd .wrap-playlist dl dt {
        width: 60vw;
        margin: 1em auto; }
        .section-cd .wrap-playlist dl dt img {
          width: 100%;
          height: auto; }
      .section-cd .wrap-playlist dl dd {
        font-size: 14px; }
        @media screen and (max-width: 767px) {
          .section-cd .wrap-playlist dl dd {
            font-size: 12px; } }
  @media screen and (min-width: 768px) {
    .section-cd .wrap-playlist dl {
      display: flex;
      flex-flow: row wrap; }
      .section-cd .wrap-playlist dl dt {
        width: 40%; }
      .section-cd .wrap-playlist dl dd {
        width: 60%;
        padding-left: 5%; }
        .section-cd .wrap-playlist dl dd a {
          padding: 1em 0; }
          .section-cd .wrap-playlist dl dd a:hover {
            color: #9fba71; }
            .section-cd .wrap-playlist dl dd a:hover:before {
              opacity: 1; } }

.section-youtube {
  padding: 5%; }
  .section-youtube .wrap-playlist {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto; }
    .section-youtube .wrap-playlist dl {
      padding: 1em 0;
      display: flex;
      flex-flow: row wrap;
      align-items: center;
      border-bottom: 1px solid #AD7C7C; }
      .section-youtube .wrap-playlist dl dt {
        width: 11.94%; }
        .section-youtube .wrap-playlist dl dt img {
          width: 100%;
          height: auto; }
      .section-youtube .wrap-playlist dl dd {
        width: calc(100% - 11.94%);
        padding-left: 1em; }
        .section-youtube .wrap-playlist dl dd a {
          display: block;
          text-decoration: none;
          padding-right: 40px;
          position: relative;
          transition: .3s ease; }
          .section-youtube .wrap-playlist dl dd a:before {
            content: "";
            width: 2em;
            height: 2em;
            border-radius: 100%;
            background-color: #174223;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            display: inline-block;
            opacity: 0.6;
            transition: .3s ease; }
          .section-youtube .wrap-playlist dl dd a:after {
            content: "";
            background: url("../img/arrow.png") no-repeat 50% 50%;
            background-size: contain;
            width: 0.6em;
            height: 0.6em;
            position: absolute;
            top: 0;
            right: 0.6em;
            bottom: 0;
            margin: auto;
            display: inline-block; }
  @media screen and (min-width: 768px) {
    .section-youtube .wrap-playlist dl dd {
      font-size: 1.25rem; }
      .section-youtube .wrap-playlist dl dd a {
        padding: 1em 0; }
        .section-youtube .wrap-playlist dl dd a:hover {
          color: #9fba71; }
          .section-youtube .wrap-playlist dl dd a:hover:before {
            opacity: 1; } }

.swiper-button-case-prev {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 95px;
  left: -30px;
  z-index: 4; }
  .swiper-button-case-prev:before {
    content: "";
    width: 10px;
    height: 10px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(-45deg);
    display: inline-block;
    position: relative;
    font-size: 13px; }

.swiper-button-case-next {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 95px;
  left: -17px;
  z-index: 4; }
  .swiper-button-case-next:before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg);
    display: inline-block;
    position: relative;
    font-size: 13px; }

.swiper-button-case-prev,
.swiper-button-case-next {
  opacity: 0;
  cursor: pointer;
  transition: all 0.3s ease; }

.ub-cont-slide:hover .swiper-button-case-prev,
.ub-cont-slide:hover .swiper-button-case-next {
  opacity: 1; }

.sp-next-arrow:after, .sp-next-arrow:before, .sp-previous-arrow:after, .sp-previous-arrow:before {
  width: 5%;
  background-color: rgba(0, 0, 0, 0.6); }

.sp-horizontal .sp-arrows {
  width: 100%;
  left: -60px;
  top: 95px; }

.sp-horizontal .sp-previous-arrow {
  left: 0; }

.sp-horizontal .sp-next-arrow, .sp-horizontal.sp-rtl .sp-previous-arrow {
  left: 20px; }

.wrap-gaiyou {
  margin: 2em auto; }
  .wrap-gaiyou .gaiyou:last-child {
    border-bottom: 1px solid #AD7C7C; }
  .wrap-gaiyou .gaiyou {
    display: flex;
    flex-flow: row wrap;
    padding: 2em 0;
    border-top: 1px solid #AD7C7C;
    align-items: center; }
    .wrap-gaiyou .gaiyou .hd {
      width: 40%;
      text-align: center;
      padding: 0; }
    .wrap-gaiyou .gaiyou .txt {
      width: 60%;
      padding: 0; }
    @media screen and (max-width: 767px) {
      .wrap-gaiyou .gaiyou .hd {
        width: 100%; }
      .wrap-gaiyou .gaiyou .txt {
        width: 100%;
        text-align: center; } }

.hov {
  transition: all 0.3s ease; }
  .hov:hover {
    opacity: 0.7; }

/*news end*/
/*------------------------------------------------------
Common style
------------------------------------------------------*/
.wc_module {
  line-height: 1.8; }

/* Generic Layout Style
 * =================================================================================
**/
.sec-ttl {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 1.125rem;
  padding-top: 10px;
  font-weight: bold;
  text-align: center;
  color: #174223;
  position: relative; }
  .sec-ttl:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: rgba(23, 66, 35, 0.16);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block; }
  @media screen and (min-width: 768px) {
    .sec-ttl {
      margin: 8px auto 24px;
      padding-top: 50px;
      font-size: 22px; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    .sec-ttl {
      font-size: 20px; } }
  @media screen and (min-width: 768px) {
      .sec-ttl:before {
        height: 39px; } }

.cap-l {
  font-size: 1.5rem;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: bold; }
  @media screen and (min-width: 768px) {
    .cap-l {
      font-size: 34px; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    .cap-l {
      font-size: 32px; } }

.cap-m {
  font-weight: bold;
  margin: 0.5em 0; }
  @media screen and (min-width: 768px) {
    .cap-m {
      font-size: 22px; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    .cap-m {
      font-size: 20px; } }

.cap-s {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: bold;
  margin: 0.5em 0; }
  @media screen and (min-width: 768px) {
    .cap-s {
      font-size: 20px; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    .cap-s {
      font-size: 18px; } }

/*Block style*/
.tar {
  text-align: right; }

.tal {
  text-align: left; }

.tac {
  text-align: center; }

.imgfull {
  margin-bottom: 80px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .imgfull {
      margin-bottom: 1vh; } }
  @media screen and (max-width: 1080px) {
    .imgfull {
      margin-bottom: 10px; }
      .imgfull img {
        max-width: 100%;
        height: auto; } }

.ir {
  margin-left: 16px; }

.il {
  margin-right: 16px; }

@media screen and (max-width: 767px) {
  .ir, .il {
    width: 100%;
    height: auto;
    margin: 0 0 8px 0; } }

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10000000; }
  #pagetop a {
    width: 40px;
    height: 40px;
    display: block;
    position: relative; }
    #pagetop a:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 20px;
      margin: -5px 0 0 -10px;
      border-top: 2px solid #473930;
      border-right: 2px solid #473930;
      transform: rotate(-45deg);
      transition: all 0.6s ease; }
    #pagetop a:hover:before {
      top: 0; }
  @media screen and (max-width: 767px) {
    #pagetop {
      display: none; } }

.qaboxdl {
  margin: 0 auto;
  max-width: 1080px;
  position: relative; }
  .qaboxdl .qaboxdt, .qaboxdl .qaboxdd {
    position: relative; }
    .qaboxdl .qaboxdt:before, .qaboxdl .qaboxdd:before {
      display: block;
      position: absolute;
      top: -10px;
      font-size: 26px; }
      @media screen and (max-width: 767px) {
        .qaboxdl .qaboxdt:before, .qaboxdl .qaboxdd:before {
          font-size: 24px; } }
  .qaboxdl .qaboxdt {
    margin-bottom: 10px;
    font-size: 18px;
    padding: 1.5em 2em 1.5em calc(1em + 45px);
    font-weight: 700;
    border-top: 1px solid #AD7C7C;
    position: relative; }
    @media screen and (max-width: 767px) {
      .qaboxdl .qaboxdt {
        font-size: 16px; } }
    .qaboxdl .qaboxdt:before {
      font-family: 'Arial';
      content: 'Q';
      font-weight: bold;
      top: 0.7em;
      left: 1em;
      color: rgba(71, 57, 48, 0.6); }
    @media screen and (max-width: 767px) {
      .qaboxdl .qaboxdt {
        padding-left: 45px;
        padding-right: 0; }
        .qaboxdl .qaboxdt:before {
          left: 0.5em; } }
  .qaboxdl .qaboxdd {
    padding: 0.5em 2em 2em calc(2em + 48px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    position: relative; }
    .qaboxdl .qaboxdd:before {
      font-family: 'Arial';
      content: 'A';
      font-weight: bold;
      top: 0;
      left: 2em;
      color: #231815; }
    @media screen and (max-width: 767px) {
      .qaboxdl .qaboxdd {
        padding-left: 45px;
        padding-right: 0; }
        .qaboxdl .qaboxdd:before {
          left: 0.5em; } }
  .qaboxdl + .qaboxdl .qaboxdt {
    border-top: 0; }

.hissu {
  margin-left: 1em;
  background-color: #F00;
  color: #fff;
  position: relative;
  font-size: 12px;
  padding: 0 5px !important; }

table {
  border-collapse: collapse; }

@media (min-width: 1px) and (max-width: 576px) {
  .container .rdplanetext figure.table {
    width: 100%;
    overflow: scroll; }
    .container .rdplanetext figure.table table {
      min-width: 460px; }
      .container .rdplanetext figure.table table tr {
        display: table-row;
        width: auto; }
      .container .rdplanetext figure.table table td, .container .rdplanetext figure.table table th {
        display: table-cell;
        width: auto; } }
/* Each page Style
 * =================================================================================
**/
.small {
  font-size: 14px; }

a[href^="tel:"] {
  text-decoration: none;
  color: inherit; }

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }
a.anc {
  padding-top: 40px !important;
  display: block;
  margin-top: -40px; }
