@charset "UTF-8";
/* pattern-responsive */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrapper {
    overflow-x: auto;
  }
}

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  background: #f2f0ec;
  border: 1px solid #333;
  color: #333;
  font-size: 1.625rem;
  box-sizing: border-box;
  padding: 13px 15px 18px 18px;
}

@media screen and (max-width: 768px) {
  h2.head-title, .wysiwyg h2, .free-layout-area h2 {
    font-size: 2.5rem;
  }
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
}

h2.head-title a {
  color: inherit;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  background: #f2f0ec;
  color: #333;
  font-size: 1.5rem;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 768px) {
  h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
    font-size: 2.25rem;
  }
}

h3.head-title::before, .wysiwyg h3::before, .free-layout-area h3::before, .smartcmsBbsBlock h3::before {
  content: "";
  width: 2px;
  height: 34px;
  background-color: #ca6a2b;
  position: absolute;
  top: 0;
  left: 0;
}

h3.head-title::after, .wysiwyg h3::after, .free-layout-area h3::after, .smartcmsBbsBlock h3::after {
  content: "";
  width: 34px;
  height: 2px;
  background-color: #377e66;
  position: absolute;
  top: 0;
  left: 0;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  padding: 13px 18px 11px 18px;
}

h3.head-title .bg::before, .wysiwyg h3 .bg::before, .free-layout-area h3 .bg::before, .smartcmsBbsBlock h3 .bg::before {
  content: "";
  width: 2px;
  height: 34px;
  background-color: #e49936;
  position: absolute;
  bottom: 0;
  right: 0;
}

h3.head-title .bg::after, .wysiwyg h3 .bg::after, .free-layout-area h3 .bg::after, .smartcmsBbsBlock h3 .bg::after {
  content: "";
  width: 34px;
  height: 2px;
  background-color: #68a1cc;
  position: absolute;
  bottom: 0;
  right: 0;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  background: #f2f0ec;
  border-bottom: 1px solid #333;
  font-size: 1.375rem;
  padding: 11px 19px 8px;
}

@media screen and (max-width: 768px) {
  h4, .wysiwyg h4, .free-layout-area h4 {
    font-size: 2.125rem;
  }
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 1.25rem;
  margin-top: 20px;
  display: block;
  padding: 0 0 5px 10px;
  line-height: 1.2;
  border-bottom: 1px solid #333;
}

@media screen and (max-width: 768px) {
  h5, .wysiwyg h5, .free-layout-area h5 {
    font-size: 2rem;
  }
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 1.125rem;
  padding-left: 10px;
  margin-top: 20px;
  border-left: 1px solid #333;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  h6, .wysiwyg h6, .free-layout-area h6 {
    font-size: 1.875rem;
  }
}

h2.head-title, h3.head-title {
  overflow: hidden;
}

.smartcmsBbsBlock h3,
h4, h5, h6 {
  overflow: hidden;
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .free-layout-area h2, .free-layout-area h3, .free-layout-area h4, .free-layout-area h5, .free-layout-area h6 {
  overflow: hidden;
}

.wysiwyg ul, .pubcom-table ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul,
* html .pubcom-table ul {
  display: inline-block;
}

.wysiwyg ol, .pubcom-table ol {
  /* 回り込み画像時にリストが出ない問題を解決 */
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 2em;
  list-style: decimal;
}

* html .wysiwyg ol,
* html .pubcom-table ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.wysiwyg table ul, .wysiwyg table ol, .pubcom-table table ul, .pubcom-table table ol {
  margin-left: 0;
}

.wysiwyg table p, .pubcom-table table p {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  margin-top: 10px;
}

.wysiwyg td
, .wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #f2f0ec;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

.wysiwyg em, .wysiwyg strong, .wysiwyg b {
  font-style: normal;
  font-weight: bold;
}

.wysiwyg .text_ {
  color: #c00;
}

.wysiwyg .text2_ {
  color: #00c;
}

.wysiwyg b.text2_ {
  font-weight: normal;
}

.cke_panel_list em, .cke_panel_list strong, .cke_panel_list b {
  font-style: normal;
  font-weight: bold;
}

.cke_panel_list .text_ {
  color: #c00;
}

.cke_panel_list .text2_ {
  color: #00c;
}

.cke_panel_list b.text2_ {
  font-weight: normal;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../img_common/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

body {
  font-size: 1rem;
  font-family: "Zen Kaku Gothic New", sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333;
  background: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.75rem;
  }
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 150%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #2d5f92;
  text-decoration: underline;
}

a:visited {
  color: #2d5f92;
  text-decoration: underline;
}

a:hover {
  color: #2d5f92;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: inherit;
  color: #2d5f92;
}

a:active {
  _background: inherit;
  /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

/*clearfix*/
.cmstag:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}

.des-attention-area {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}

.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #b0e4ff;
  text-align: center;
}

.scheme2 {
  border: 1px solid #ccc;
  text-align: center;
}

.scheme3 {
  background-color: #333;
  text-align: center;
}

.scheme4 {
  background-color: #0068b7;
  text-align: center;
}

.scheme5 {
  border: 1px solid #ccc;
  text-align: center;
}

.scheme6 {
  background-color: #fff;
  text-align: center;
}

.scheme7 {
  background-color: #448aca;
  text-align: center;
}

.scheme8 {
  background-color: #0068b7;
  color: #fff;
  text-align: center;
}

.scheme9 {
  background-color: #eee;
  text-align: center;
}

.scheme10 {
  background-color: #00a0e9;
  text-align: center;
}

.scheme11 {
  background-color: #e4007f;
  text-align: center;
}

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1.0;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
  margin: 0 !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
@media print, screen and (min-width: 769px) {
  form.gsc-search-box {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  form.gsc-search-box {
    width: 100% !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border: 1px solid #000 !important;
    border-radius: 5px 0px 0px 5px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border: 2px solid #000 !important;
    border-radius: 5px 0px 0px 5px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 28px;
    font-size: 1rem !important;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 63px;
    font-size: 1.7rem !important;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 28px;
    padding-left: 0 !important;
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: 30px;
    }
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 63px;
    padding-left: 0 !important;
  }
  @-moz-document url-prefix() {
    td.gsc-search-button {
      height: 67px;
    }
  }
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #000 !important;
    width: 44px !important;
    border: 1px solid #000 !important;
    border-radius: 0px 5px 5px 0px !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    background-color: #000 !important;
    width: 100px !important;
    border: 1px solid #000 !important;
    border-radius: 0px 5px 5px 0px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    fill: #ffffff !important;
    width: 13px !important;
    height: 13px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    fill: #ffffff !important;
    width: 26px !important;
    height: 26px !important;
  }
}

.dummy-search-area {
  box-sizing: border-box;
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .dummy-search-area {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .dummy-search-area {
    width: 100%;
  }
}

.dummy-search {
  box-sizing: border-box;
  padding: 10px 0 10px 13px;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .dummy-search {
    border: 1px solid #000;
    height: 30px;
    width: calc(100% - 44px);
    border-radius: 5px 0px 0px 5px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .dummy-search {
    border: 2px solid #000;
    height: 65px;
    width: calc(100% - 100px);
    border-radius: 5px 0px 0px 5px;
    font-size: 2rem;
  }
}

.dummy-search-btn {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  padding: 0;
  display: block;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}

@media print, screen and (min-width: 769px) {
  .dummy-search-btn {
    background-color: #000;
    flex-basis: 44px;
    width: 44px;
    height: 30px;
    border: 1px solid #000;
    border-radius: 0px 5px 5px 0px;
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .dummy-search-btn {
    background-color: #000;
    flex-basis: 100px;
    width: 100px;
    height: 65px;
    border: 1px solid #000;
    border-radius: 0px 5px 5px 0px;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .dummy-search-btn svg {
    width: 13px;
    height: 13px;
    fill: #ffffff;
  }
}

@media screen and (max-width: 768px) {
  .dummy-search-btn svg {
    width: 26px;
    height: 26px;
    fill: #ffffff;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

#smartphone * {
  box-sizing: border-box;
}

#smartphone a {
  color: #333;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  align-items: center;
  background-color: #f5f5f5;
  border: 6px solid #ccc;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  position: relative;
  width: 100%;
}

#smartphone .wrap .txt {
  font-size: 230%;
  font-weight: bold;
  line-height: 140%;
  padding-right: 20px;
}

#smartphone .wrap .ico {
  background-color: #626262;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
}

#smartphone .wrap .ico:after {
  border-left: 12px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  bottom: 0;
  content: '';
  left: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

@media print {
  body {
    zoom: 1;
  }
}

#header, #footer, #side-nav {
  overflow-wrap: anywhere;
}

.gsst_a .gscb_a {
  color: #333 !important;
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #333;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  #header .header-subnav-area {
    display: grid;
    grid-template-columns: 1fr 180px 835px 1fr;
    grid-template-rows: minmax(110px, auto) minmax(58px, auto);
    padding-top: 27px;
    position: relative;
  }
  #header .header-subnav-area::before, #header .header-subnav-area::after {
    content: "";
    height: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  #header .header-subnav-area::before {
    box-sizing: border-box;
    grid-column: 1 / 2;
    border-bottom: 1px solid #cd773c;
    box-shadow: 0 1px 0 0 rgba(205, 119, 60, 0.6);
  }
  #header .header-subnav-area::after {
    grid-column: 4 / 5;
    grid-row: 1 / 2;
  }
  #header .header-subnav-area::after, #header .header-subnav-area .header-ttl-wrap {
    border-bottom: 1px solid #69a1cc;
    box-shadow: 0 1px 0 0 rgba(105, 161, 204, 0.6);
  }
  #header .header-subnav-area #header-logo {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    position: relative;
  }
  #header .header-subnav-area #header-logo .header-logo-in {
    position: absolute;
    bottom: -58px;
    left: 0;
  }
  #header .header-subnav-area #header-logo .header-logo-in a {
    display: inline-block;
  }
  #header .header-subnav-area #header-logo .header-logo-in img {
    width: 100%;
    height: auto;
  }
  #header .header-subnav-area .header-ttl-wrap {
    padding-right: 190px;
    padding-bottom: 15px;
    text-align: center;
  }
  #header .header-subnav-area .header-ttl-wrap a {
    color: #333;
    text-decoration: none;
  }
  #header .header-subnav-area .header-ttl-wrap .header-ttl {
    display: block;
    font-size: 2.875rem;
    font-weight: 500;
    letter-spacing: -.02em;
  }
  #header .header-subnav-area .header-ttl-wrap .header-ttl > span {
    letter-spacing: -.3em;
  }
  #header .header-subnav-area .header-ttl-wrap .header-ttl-copy {
    display: block;
    padding: 12px 0 3px 10px;
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .025em;
  }
  #header .header-subnav-area .header-nav {
    grid-column: 3 / 4;
    padding-top: 8px;
    padding-right: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 36px;
  }
  #header .header-subnav-area .header-nav .item a {
    display: inline-block;
    color: #333;
    font-size: 1.125rem;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.2;
  }
  #header .header-subnav-area .header-nav .item a:hover {
    text-decoration: underline;
  }
  #header .header-subnav-area .header-modal-wrap {
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 100;
  }
  #header .header-subnav-area .header-modal-btn {
    position: relative;
  }
  #header .header-subnav-area .header-modal-btn a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    min-width: 220px;
    min-height: 50px;
    padding-right: 2px;
    background-color: #f2f0ec;
    font-size: 1.125rem;
    font-weight: 700;
    color: #333;
    text-decoration: none;
  }
  #header .header-subnav-area .header-modal-btn a::before {
    content: "";
    width: 29px;
    aspect-ratio: 1/1;
    background: url(../img_common/view_suport.png) no-repeat center/100%;
  }
  #header .header-subnav-area .header-modal-btn a:hover {
    opacity: .85;
  }
  #header .header-subnav-area .header-modal-btn a:focus {
    outline-offset: -2px;
  }
  #header .header-subnav-area .header-modal-btn.is-open a::before {
    width: 16px;
    margin-top: 1px;
    background-image: url(../img_common/close.png);
  }
  #header .header-subnav-area .header-modal-bg {
    display: none;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }
  #header .header-subnav-area .header-modal {
    display: none;
    min-width: 450px;
    position: absolute;
    top: calc(100% + 20px);
    right: 0;
    z-index: 100;
  }
  #header .header-subnav-area .header-modal::before {
    content: "";
    width: 10px;
    height: 13px;
    background-color: #f2f0ec;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    position: absolute;
    bottom: calc(100% - 1px);
    right: 105px;
  }
  #header .header-subnav-area .header-modal .header-modal-in {
    padding: 28px 32px 28px 27px;
    background-color: #fff;
    border: 5px solid #f2f0ec;
  }
  #header .header-subnav-area .box {
    display: flex;
    flex-wrap: wrap;
    column-gap: 18px;
  }
  #header .header-subnav-area .box .header-size, #header .header-subnav-area .box .header-color {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  #header .header-subnav-area .box .header-size .title, #header .header-subnav-area .box .header-color .title {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 6px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.125;
  }
  #header .header-subnav-area .box .header-size button, #header .header-subnav-area .box .header-color button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
  }
  #header .header-subnav-area .box .header-size img {
    width: 54px;
  }
  #header .header-subnav-area .box .header-size button:focus {
    outline-offset: 2px;
  }
  #header .header-subnav-area .box .header-color a {
    display: inline-block;
  }
  #header .header-subnav-area .box .header-color a:focus {
    outline-offset: 2px;
  }
  #header .header-subnav-area .box .header-color .item img, #header .header-subnav-area .box .header-color .item2 img {
    width: 36px;
  }
  #header .header-subnav-area .box .header-color .item3 img {
    width: 54px;
  }
  #header .header-subnav-area .box .header-ruby, #header .header-subnav-area .box .header-lang-wrapper {
    flex: 0 0 100%;
  }
  #header .header-subnav-area .box .header-ruby {
    margin-top: 21px;
    text-align: center;
  }
  #header .header-subnav-area .box .header-ruby a {
    display: inline-block;
    padding-left: 36px;
    background: url(../img_common/ruby.png) no-repeat left center/26px;
    font-size: 1rem;
    font-weight: 500;
    color: #3d4639;
  }
  #header .header-subnav-area .box .header-lang-wrapper {
    margin-top: 16px;
  }
  #header .header-subnav-area .box .header-lang-wrapper .header-lang {
    display: flex;
  }
  #header .header-subnav-area .box .header-lang-wrapper .lang-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    flex: 1 1 auto;
    padding: 13px 40px 11px 66px;
    background: url(../img_common/icon_lang.png) no-repeat center left 32px/24px 25px, url(../img_common/lang_arrow.png) no-repeat center right 20px/16px 10px;
    border: 1px solid #333;
    border-radius: 0;
    font-size: 1rem;
    cursor: pointer;
  }
  #header .header-subnav-area .box .header-lang-wrapper .lang-select:focus {
    outline-offset: -2px;
  }
  @-moz-document url-prefix() {
    #header .header-subnav-area .box .header-lang-wrapper .lang-select:focus {
      outline-offset: -4px;
    }
  }
  #header .header-subnav-area .box .header-lang-wrapper .btn-lang-select {
    width: 62px;
    background-color: #333;
    border-radius: 0;
    border: none;
    font-size: 0.875rem;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
  }
  #header .header-subnav-area .box .header-lang-wrapper .btn-lang-select:hover {
    opacity: .85;
  }
  #header .header-subnav-area .box .header-lang-wrapper .btn-lang-select:focus {
    outline-offset: -4px;
  }
  #header .header-subnav-area .box .header-lang-wrapper .lang-error {
    color: #ee0000;
  }
  #header .header-subnav-area .header-modal-close {
    margin-top: 10px;
  }
  #header .header-subnav-area .header-modal-close a {
    display: inline-flex;
    align-items: center;
    column-gap: 51px;
    width: 100%;
    padding: 14px 10px 13px 61px;
    box-sizing: border-box;
    background-color: #333;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
  }
  #header .header-subnav-area .header-modal-close a::before {
    content: "";
    display: inline-block;
    width: 18px;
    aspect-ratio: 1/1;
    background-color: #fff;
    mask-image: url(../img_common/close.png);
    mask-size: 100%;
    mask-repeat: no-repeat;
  }
  #header .header-subnav-area .header-modal-close a:hover {
    text-decoration: underline;
  }
  #header .header-subnav-area .header-modal-close a:focus {
    outline-offset: -4px;
  }
}

@media screen and (max-width: 768px) {
  #sp-header {
    position: relative;
    min-height: 193px;
    margin-bottom: 34px;
  }
  #sp-header > .box {
    display: flex;
    min-height: 145px;
  }
  #sp-header > .box #sp-header-logo {
    flex: 0 0 170px;
    position: relative;
  }
  #sp-header > .box #sp-header-logo::before {
    content: "";
    display: block;
    width: 25px;
    border-bottom: 1.5px solid #cc7437;
    box-shadow: 0 1.5px 0 0 rgba(204, 116, 55, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 90;
  }
  #sp-header > .box #sp-header-logo > * {
    position: absolute;
    right: 0;
    bottom: -47px;
    z-index: 90;
  }
  #sp-header > .box #sp-header-logo a {
    display: inline-block;
  }
  #sp-header > .box #sp-header-logo img {
    height: 121px;
    width: 145px;
  }
  #sp-header > .box .sp-header-ttl-wrap {
    flex: 1 1 auto;
    text-align: center;
    padding-right: 93px;
    margin-top: 20px;
    border-bottom: 1.5px solid #72a7cf;
    box-shadow: 0 1.5px 0 0 rgba(105, 161, 204, 0.6);
  }
  #sp-header > .box .sp-header-ttl-wrap a {
    text-decoration: none;
    color: #333;
  }
  #sp-header > .box .sp-header-ttl-wrap .sp-header-ttl {
    display: block;
    margin-top: 2px;
    font-size: 2.25rem;
    font-weight: 500;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header > .box .sp-header-ttl-wrap .sp-header-ttl .sp-ib {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  #sp-header > .box .sp-header-ttl-wrap .sp-header-ttl > .punctuation {
    letter-spacing: -.5em;
  }
  #sp-header > .box .sp-header-ttl-wrap .sp-header-ttl-copy {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
  }
  #sp-header > .box #sp-header-nav {
    flex: 0 0 80px;
    display: flex;
    align-items: center;
    border-bottom: 1.5px solid #72a7cf;
    box-shadow: 0 1.5px 0 0 rgba(105, 161, 204, 0.6);
  }
  #sp-header > .box #sp-header-nav #menu-btn a {
    display: inline-block;
  }
  #sp-header > .box #sp-header-nav #menu-btn img {
    width: 51px;
    height: 62px;
  }
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: calc(100% + 47px);
    left: 0;
    opacity: 0.7;
    background: #000;
    z-index: 9;
  }
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    top: calc(100% + 47px);
    left: 0;
    z-index: 100;
    width: 100%;
    background-color: #fff;
  }
  #sp-header .modal-menu .in {
    padding: 54px 30px 0;
  }
  #sp-header .modal-menu .in .nav-list .item + .item {
    margin-top: 20px;
  }
  #sp-header .modal-menu .in .nav-list .item a {
    display: block;
    width: 100%;
    padding: 32px 33px;
    box-sizing: border-box;
    background: url(../img_common/arrow.png) no-repeat center right 23px;
    border: 2px solid #333;
    font-size: 2.25rem;
    font-weight: 700;
    color: #333;
  }
  #sp-header .modal-menu .in .link-list {
    margin-top: 50px;
  }
  #sp-header .modal-menu .in .link-list .item + .item {
    margin-top: 23px;
  }
  #sp-header .modal-menu .in .link-list .item a {
    display: block;
    width: 100%;
    padding: 26px 0 29px 138px;
    box-sizing: border-box;
    background: no-repeat center left 44px, #fff;
    border: 5px solid #f2f0ec;
    font-size: 1.875rem;
    color: #333;
    text-decoration: none;
  }
  #sp-header .modal-menu .in .link-list .item:nth-child(1) a {
    background-image: url("../img_common/sp_modal_icon1.png");
  }
  #sp-header .modal-menu .in .link-list .item:nth-child(2) a {
    background-image: url("../img_common/sp_modal_icon2.png");
  }
  #sp-header .modal-menu .in .link-list .item:nth-child(3) a {
    background-image: url("../img_common/sp_modal_icon3.png");
  }
  #sp-header .modal-menu .go-to-pc-btn a {
    display: block;
    padding: 25px 32px 30px 143px;
    margin-top: 20px;
    background: url(../img_common/pc.png) no-repeat center left 83px, url(../img_common/arrow.png) no-repeat center right 19px/16px 28px;
    background-color: #fff;
    font-size: 1.75rem;
    text-decoration: none;
    color: #333;
  }
  #sp-header .modal-menu .modal-menu-close {
    margin-top: 48px;
  }
  #sp-header .modal-menu .modal-menu-close a {
    display: inline-flex;
    align-items: center;
    column-gap: 93px;
    width: 100%;
    padding: 19px 19px 23px 82px;
    box-sizing: border-box;
    background-color: #333;
    font-size: 2rem;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
  }
  #sp-header .modal-menu .modal-menu-close a::before {
    content: "";
    display: inline-block;
    width: 28px;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    mask-image: url(../img_common/close.png);
    mask-size: 100%;
    mask-repeat: no-repeat;
  }
  #sp-header .support-block {
    margin-top: 53px;
    padding: 57px 45px 100px;
    background-color: #f2f0ec;
  }
  #sp-header .support-block .sp-modal-support-ttl {
    text-align: center;
    font-size: 2.25rem;
  }
  #sp-header .support-block .support-block-box {
    margin-top: 24px;
    padding: 47px 73px 44px;
    background-color: #fff;
  }
  #sp-header .support-block .header-size, #sp-header .support-block .header-color {
    display: flex;
    align-items: center;
    column-gap: 10px;
  }
  #sp-header .support-block .header-size .title, #sp-header .support-block .header-color .title {
    flex: 0 0 auto;
    min-width: 138px;
    margin-right: 20px;
  }
  #sp-header .support-block .header-size .title {
    margin-right: 17px;
  }
  #sp-header .support-block .header-size img {
    width: 120px;
  }
  #sp-header .support-block .header-color {
    margin-top: 22px;
  }
  #sp-header .support-block .header-color img {
    width: 109px;
  }
  #sp-header .support-block .header-ruby {
    text-align: center;
    margin-top: 31px;
  }
  #sp-header .support-block .header-ruby a {
    display: inline-block;
    padding-left: 57px;
    padding-bottom: 6px;
    background: url(../img_common/ruby.png) no-repeat left center/39px;
    font-size: 1.75rem;
    font-weight: 500;
    color: #3d4639;
  }
  #sp-header .support-block button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    padding: 0;
  }
  #sp-header .support-block .support-list {
    background: #e1e1e1;
    border-radius: 10px;
    box-sizing: border-box;
    margin: auto;
    padding: 30px 100px;
    width: 700px;
  }
  #sp-header .support-block .support-list li + li {
    margin-top: 20px;
  }
  #sp-header .support-block .header-lang-wrapper {
    margin-top: 26px;
  }
  #sp-header .support-block .header-lang-wrapper .lang-error {
    background-color: #fff;
    color: #ee0000;
    width: 100%;
  }
  #sp-header .support-block .header-lang {
    display: flex;
  }
  #sp-header .support-block .header-lang .lang-select {
    flex: 1;
    padding: 15px 66px 15px 141px;
    border: 0;
    background: #fff;
    font-size: 100%;
    appearance: none;
    word-break: break-all;
    white-space: normal;
    background: url(../img_common/icon_lang.png) no-repeat left 82px center, url(../img_common/lang_arrow.png) no-repeat right 50px center, #fff;
    color: #000;
  }
  #sp-header .support-block .header-lang .btn-lang-select {
    color: #fff;
    padding: 29px 53px;
    background: #000;
    font-size: 1.875rem;
    line-height: 1;
    cursor: pointer;
  }
}

a:has(> img) {
  display: inline-block;
}

#container:not(:has(.live, .think)) {
  padding-bottom: 10vw;
}

.slider-area .list li {
  overflow: hidden;
}

.slider-area .list li a {
  display: block;
  width: 100%;
}

.slider-area .list li a:focus {
  outline-offset: -2px;
}

.slider-area .list li img {
  width: 100%;
  object-fit: cover;
}

@media print, screen and (min-width: 769px) {
  .slider-area .list li img {
    height: 750px;
  }
}

@media screen and (max-width: 768px) {
  .slider-area .list li img {
    height: 350px;
  }
}

.slider-area .bx-wrapper {
  margin: 0 auto;
}

.slider-area .bx-viewport .bx-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 3em;
}

.slider-area .slide-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 13px;
  margin-top: 15px;
}

.slider-area .slide-controls button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background-color: transparent;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  text-indent: -9999px;
  display: block;
  font-size: 0;
}

.slider-area .slide-controls .bx-pager-list {
  display: flex;
  align-items: center;
}

@media print, screen and (min-width: 769px) {
  .slider-area .slide-controls .bx-pager-list {
    gap: 8px;
  }
}

@media screen and (max-width: 768px) {
  .slider-area .slide-controls .bx-pager-list {
    gap: 15px;
  }
}

@media print, screen and (min-width: 769px) {
  .slider-area .slide-controls .bx-pager-list .bx-pager-item {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 768px) {
  .slider-area .slide-controls .bx-pager-list .bx-pager-item {
    width: 16px;
    height: 16px;
  }
}

.slider-area .slide-controls .bx-pager-list .bx-pager-item:has(.active) {
  width: 42px;
  height: 29px;
}

@media screen and (max-width: 768px) {
  .slider-area .slide-controls .bx-pager-list .bx-pager-item:has(.active) {
    width: 64px;
    height: 43px;
  }
}

.slider-area .slide-controls .bx-pager-list .bx-pager-item button {
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 100px;
  background-color: #fff;
}

@media print, screen and (min-width: 769px) {
  .slider-area .slide-controls .bx-pager-list .bx-pager-item button {
    border: 2px solid #1a1a1a;
  }
}

@media screen and (max-width: 768px) {
  .slider-area .slide-controls .bx-pager-list .bx-pager-item button {
    border: 2px solid #333;
  }
}

.slider-area .slide-controls .bx-pager-list .bx-pager-item button:focus {
  background-color: #000;
  outline: 2px solid #000;
  border: 2px solid #fff;
}

.slider-area .slide-controls .bx-pager-list .bx-pager-item button.active {
  border: none;
  border-radius: 0;
  background: url(../img_top/icon_home.png) no-repeat center/100% transparent;
}

.slider-area .slide-controls .bx-pager-list .bx-pager-item button.active:focus {
  outline: 2px solid #000;
  border: 1px solid #fff;
}

.slider-area .slide-controls .bx-pager-list .bx-pager-item button:not(.active) {
  margin-top: 2px;
}

.slider-area .slide-controls .slide-prev, .slider-area .slide-controls .slide-next {
  height: 26px;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .slider-area .slide-controls .slide-prev, .slider-area .slide-controls .slide-next {
    height: 42px;
  }
}

.slider-area .slide-controls .bx-prev, .slider-area .slide-controls .bx-next {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: inline-block;
  width: 16px;
  height: 26px;
  margin-bottom: 1px;
  background: url(../img_common/arrow.png) no-repeat center/contain transparent;
}

@media screen and (max-width: 768px) {
  .slider-area .slide-controls .bx-prev, .slider-area .slide-controls .bx-next {
    margin-bottom: 8px;
    width: 25px;
    height: 42px;
    background-image: url(../img_common/arrow_narrow.png);
  }
}

.slider-area .slide-controls .bx-prev {
  rotate: .5turn;
}

.slider-area .slide-controls .slide-control-btn {
  height: 20px;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .slider-area .slide-controls .slide-control-btn {
    height: 32px;
  }
}

.slider-area .slide-controls .bx-controls-auto {
  height: 20px;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .slider-area .slide-controls .bx-controls-auto {
    height: 32px;
  }
}

.slider-area .slide-controls .bx-controls-auto .bx-controls-auto-item {
  display: grid;
  height: 20px;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .slider-area .slide-controls .bx-controls-auto .bx-controls-auto-item {
    height: 32px;
  }
}

.slider-area .slide-controls .bx-controls-auto .bx-controls-auto-item button {
  background: center /contain no-repeat;
  display: inline-block;
  position: relative;
  background-color: transparent;
}

@media print, screen and (min-width: 769px) {
  .slider-area .slide-controls .bx-controls-auto .bx-controls-auto-item button {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .slider-area .slide-controls .bx-controls-auto .bx-controls-auto-item button {
    width: 21px;
    height: 32px;
  }
}

.slider-area .slide-controls .bx-controls-auto .bx-controls-auto-item button.active {
  display: none;
}

.slider-area .slide-controls .bx-controls-auto .bx-controls-auto-item .bx-start {
  background-image: url(../img_top/start.png);
}

.slider-area .slide-controls .bx-controls-auto .bx-controls-auto-item .bx-stop {
  background-image: url(../img_top/stop.png);
}

.slider a:focus, .slider a:focus-visible {
  outline: none;
  position: relative;
}

.slider a:focus::before, .slider a:focus-visible::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 6px;
  outline: 1px solid #fff;
  border: 2px solid #333;
}

.l-sec-container {
  width: 1000px;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .l-sec-container {
    width: 100%;
    padding-inline: 25px;
    box-sizing: border-box;
  }
}

.c-btn a {
  display: block;
  text-align: center;
  padding: 11px 33px;
  background: url(../img_common/arrow_narrow.png) no-repeat center right 20px/14px 24px, #fff;
  border: 1px solid #1a1a1a;
  font-size: 1.5rem;
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .c-btn a {
    padding: 21px 44px 23px;
    font-size: 1.875rem;
    background-size: 17px 31px;
  }
}

.c-btn a:hover {
  opacity: .85;
}

.p-sec-ttl-wrap .p-sec-ttl {
  display: inline-block;
  padding: 10px 23px 13px 3px;
  background-color: #fff;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: -.1em;
}

@media screen and (max-width: 768px) {
  .p-sec-ttl-wrap .p-sec-ttl {
    font-size: 2.5rem;
  }
}

.p-sec-ttl-wrap .p-sec-ttl > .big {
  font-size: 4.5rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-sec-ttl-wrap .p-sec-ttl > .big {
    font-size: 5rem;
  }
}

.p-sec-ttl-wrap .p-sec-ttl .punctuation {
  letter-spacing: -.3em;
}

.p-sec-txt-wrap {
  margin-top: 22px;
}

.p-sec-txt-wrap .p-sec-txt {
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .p-sec-txt-wrap .p-sec-txt {
    font-size: 1.875rem;
  }
}

#move-slide {
  margin-top: 159px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #move-slide {
    margin-top: 166px;
  }
}

#move-slide::after {
  content: "";
  width: 100%;
  aspect-ratio: 6.32/1;
  background: url(../img_top/wave_line1.png) no-repeat center/100%;
  position: absolute;
  left: 0;
  bottom: -185px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  #move-slide::after {
    background-image: url(../img_top/sp_wave_line1.png);
    aspect-ratio: 375/43;
  }
}

#move-slide .move-slider .item {
  width: 200px !important;
  margin-right: 50px;
}

#move-slide .move-slider .item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

#move-slide .slide-controls .control-unit {
  text-align: right;
  padding-top: 19px;
  padding-right: 198px;
}

@media screen and (max-width: 768px) {
  #move-slide .slide-controls .control-unit {
    padding-top: 8px;
    padding-right: 41px;
  }
}

#move-slide .slide-controls .control-unit .bx-start {
  width: 20px;
  height: 22px;
  background: url(../img_top/start.png) no-repeat center/20px 22px;
  border: none;
  cursor: pointer;
}

#move-slide .slide-controls .control-unit .bx-stop {
  width: 20px;
  height: 22px;
  background: url(../img_top/stop.png) no-repeat center/13px 20px;
  border: none;
  cursor: pointer;
}

.mv {
  margin-top: 100px;
  display: grid;
  grid-template-columns: 580px 1fr;
  column-gap: 20px;
}

@media screen and (max-width: 768px) {
  .mv {
    display: block;
    margin-top: 66px;
    position: relative;
  }
}

.mv #mv-slide {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .mv #mv-slide .list .item {
    text-align: center;
  }
}

.mv #mv-slide .list .item img {
  width: 580px;
  height: 480px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .mv #mv-slide .list .item img {
    width: 600px;
    height: 496px;
  }
}

@media screen and (max-width: 768px) {
  .mv #mv-slide .slide-controls {
    column-gap: 25px;
    margin-top: 76px;
  }
}

.mv .mv-txt-wrap {
  margin-top: 30px;
}

@media print, screen and (min-width: 769px) {
  .mv .mv-txt-wrap {
    position: relative;
    z-index: 2;
  }
}

@media screen and (max-width: 768px) {
  .mv .mv-txt-wrap .mv-ttl {
    display: flex;
    flex-wrap: wrap;
    padding-inline: 25px;
    position: absolute;
    top: 380px;
    left: 0;
    z-index: 2;
  }
}

.mv .mv-txt-wrap .mv-ttl > span {
  display: inline-block;
  padding: 6px 3px;
  background-color: #fff;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  color: #333;
}

@media screen and (max-width: 768px) {
  .mv .mv-txt-wrap .mv-ttl > span {
    padding: 10px;
    font-size: 2.75rem;
  }
}

.mv .mv-txt-wrap .mv-ttl > span > span {
  letter-spacing: -.5em;
}

.mv .mv-txt-wrap .mv-ttl > span:first-of-type {
  margin-left: -140px;
}

@media screen and (max-width: 768px) {
  .mv .mv-txt-wrap .mv-ttl > span:first-of-type {
    margin-left: 0;
  }
}

.mv .mv-txt-wrap .mv-ttl > span:last-of-type {
  margin-left: -50px;
  margin-top: 14px;
}

@media screen and (max-width: 768px) {
  .mv .mv-txt-wrap .mv-ttl > span:last-of-type {
    margin-left: auto;
    margin-top: 21px;
  }
}

.mv .mv-txt-wrap .mv-ttl > span:last-of-type > span {
  letter-spacing: -.25em;
}

.mv .mv-txt-wrap .mv-txt {
  margin-top: 24px;
  margin-left: 10px;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: -.09988em;
}

.mv .mv-txt-wrap .mv-link {
  margin-top: 23px;
}

@media screen and (max-width: 768px) {
  .mv .mv-txt-wrap .mv-link {
    margin-top: 41px;
  }
}

@media screen and (max-width: 768px) {
  html:not(:has(#mv-slide .list > li)) .mv .mv-txt-wrap .mv-ttl {
    position: relative;
    top: unset;
    left: unset;
  }
}

.about {
  margin-top: 208px;
  overflow-x: clip;
  position: relative;
}

.about::after {
  content: "";
  width: 100%;
  aspect-ratio: 1600 / 271;
  background: url(../img_top/wave_line2.png) no-repeat center/100%;
  position: absolute;
  top: calc(100% - 24px);
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .about::after {
    top: calc(100% + 137px);
    background-image: url(../img_top/sp_wave_line2.png);
    aspect-ratio: 750/89;
  }
}

.about .about-in {
  position: relative;
}

.about .about-in::before {
  content: "";
  width: 1100px;
  height: 608px;
  background-color: #f2f0ec;
  position: absolute;
  bottom: -184px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .about .about-in::before {
    width: 560px;
    height: 1288px;
    bottom: -293px;
  }
}

.about .about-in > div {
  width: 1000px;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .about .about-in > div {
    width: 100%;
    padding-inline: 25px;
    box-sizing: border-box;
  }
}

.about .about-content {
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.about .about-content::before {
  content: "";
  width: 410px;
  height: 417px;
  background: url(../img_top/honjyo_shape.png) no-repeat center/contain;
  position: absolute;
  top: 56px;
  right: 65px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .about .about-content::before {
    width: 351px;
    height: 357px;
    top: 203px;
    right: 52px;
  }
}

@media screen and (max-width: 768px) {
  .about .sec-ttl-wrap {
    flex: 0 0 auto;
    min-width: 97px;
  }
}

.about .sec-ttl-wrap .sec-ttl {
  display: inline-block;
  padding: 13px 5px 40px;
  background-color: #fff;
  font-size: 3rem;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 768px) {
  .about .sec-ttl-wrap .sec-ttl {
    padding: 27px 5px 21px;
    font-size: 3.75rem;
  }
}

.about .sec-txt-wrap {
  width: 389px;
  margin-top: 157px;
  margin-left: 38px;
}

@media screen and (max-width: 768px) {
  .about .sec-txt-wrap {
    flex: 1 1 auto;
    margin-top: 185px;
    margin-left: 23px;
  }
}

.about .sec-txt-wrap .sec-txt {
  font-size: 1.125rem;
  letter-spacing: -.025em;
}

@media screen and (max-width: 768px) {
  .about .sec-txt-wrap .sec-txt {
    font-size: 1.75rem;
    line-height: 1.42857;
  }
}

.about .about-box {
  flex: 0 0 100%;
  margin-top: 43px;
}

@media screen and (max-width: 768px) {
  .about .about-box {
    padding-left: 50px;
    margin-top: 90px;
  }
}

.about .about-box .list {
  display: grid;
  grid-template-columns: repeat(4, 230px);
  column-gap: 27px;
}

@media screen and (max-width: 768px) {
  .about .about-box .list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 8px;
  }
}

.about .about-box .list .item {
  position: relative;
}

@media screen and (max-width: 768px) {
  .about .about-box .list .item:first-of-type {
    margin-left: 70px;
  }
}

.about .about-box .list .item a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}

.about .about-box .list .item a:hover {
  opacity: .85;
}

.about .about-box .list .item .item-img {
  padding-left: 10px;
}

.about .about-box .list .item .item-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .about .about-box .list .item .item-img img {
    width: 274px;
    height: 250px;
  }
}

.about .about-box .list .item .item-txt {
  padding-left: 10px;
  background-color: #377e66;
  position: absolute;
  top: 140px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .about .about-box .list .item .item-txt {
    top: 183px;
  }
}

.about .about-box .list .item .item-txt p {
  padding: 7px 10px;
  background-color: #fff;
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  .about .about-box .list .item .item-txt p {
    padding: 7px 15px;
    font-size: 1.5rem;
  }
}

.about .about-box .list .item:nth-child(2) .item-txt {
  background-color: #68a1cc;
}

.about .about-box .list .item:nth-child(3) .item-txt {
  background-color: #ca6a2b;
}

.about .about-box .list .item:nth-child(4) .item-txt {
  background-color: #e49936;
}

.about .about-acd {
  width: 1000px;
  margin-inline: auto;
  display: flex;
  flex-direction: column-reverse;
  row-gap: 102px;
}

@media screen and (max-width: 768px) {
  .about .about-acd {
    width: 100%;
    row-gap: 32px;
    padding-inline: 25px;
    box-sizing: border-box;
  }
}

.about .about-acd .about-acd-title {
  text-align: center;
}

.about .about-acd .about-acd-title button {
  width: 700px;
  margin-top: 49px;
  padding: 15px 48px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #1a1a1a;
  text-align: center;
  position: relative;
  color: #333;
  font-size: 1.5rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .about .about-acd .about-acd-title button {
    font-size: 1.875rem;
  }
}

.about .about-acd .about-acd-title button::before {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  background-color: #1a1a1a;
  clip-path: polygon(47.92% 0, 52.08% 0, 52.08% 47.92%, 100% 47.92%, 100% 52.08%, 52.08% 52.08%, 52.08% 100%, 47.92% 100%, 47.92% 52.08%, 0 52.08%, 0 47.92%, 47.92% 47.92%);
  position: absolute;
  top: 50%;
  right: 24px;
  translate: 0 -50%;
}

@media screen and (max-width: 768px) {
  .about .about-acd .about-acd-title button::before {
    right: 30px;
  }
}

.about .about-acd .about-acd-title button.mynus::before {
  clip-path: polygon(0 47.92%, 100% 47.92%, 100% 52.08%, 0 52.08%);
}

.about .about-acd .about-access {
  margin-top: 20px;
  text-align: center;
}

.about .about-acd .about-access a {
  display: inline-block;
  width: 400px;
  padding: 17px 33px 19px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .about .about-acd .about-access a {
    width: 100%;
  }
}

.about .about-acd .about-acd-area {
  display: flex;
  flex-direction: column;
  row-gap: 97px;
  margin-top: 251px;
}

@media screen and (max-width: 768px) {
  .about .about-acd .about-acd-area {
    margin-top: 173px;
    padding-inline: 39px;
  }
}

.about .about-acd .about-acd-area .about-acd-area-box {
  width: 822px;
  display: grid;
  grid-template-columns: 1fr 312px;
  column-gap: 50px;
}

@media screen and (max-width: 768px) {
  .about .about-acd .about-acd-area .about-acd-area-box {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    row-gap: 40px;
  }
}

.about .about-acd .about-acd-area .about-acd-area-box:nth-child(2n) {
  margin-left: auto;
}

.about .about-acd .about-acd-area .about-acd-area-box .about-acd-area-box-txt h4 {
  padding: 0;
  margin-top: 0;
  border: none;
  background: none;
  font-size: 2.25rem;
  font-weight: 700;
  color: #333;
}

@media screen and (max-width: 768px) {
  .about .about-acd .about-acd-area .about-acd-area-box .about-acd-area-box-txt h4 {
    font-size: 3rem;
  }
}

.about .about-acd .about-acd-area .about-acd-area-box .about-acd-area-box-txt p {
  margin-top: 19px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #333;
  line-height: 1.7;
  letter-spacing: -.05em;
}

@media screen and (max-width: 768px) {
  .about .about-acd .about-acd-area .about-acd-area-box .about-acd-area-box-txt p {
    margin-top: 15px;
    font-size: 1.875rem;
    line-height: 1.4;
  }
}

.about .about-acd .about-acd-area .about-acd-area-box .about-acd-area-box-txt .about-acd-area-box-link {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .about .about-acd .about-acd-area .about-acd-area-box .about-acd-area-box-txt .about-acd-area-box-link {
    margin-top: 48px;
  }
}

.about .about-acd .about-acd-area .about-acd-area-box .about-acd-area-box-img {
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  .about .about-acd .about-acd-area .about-acd-area-box .about-acd-area-box-img {
    display: flex;
    justify-content: center;
    margin-top: 0;
  }
}

.about .about-acd .about-acd-area .about-acd-area-box .about-acd-area-box-img img {
  width: 312px;
  height: 226px;
}

@media screen and (max-width: 768px) {
  .about .about-acd .about-acd-area .about-acd-area-box .about-acd-area-box-img img {
    width: 544px;
    height: 394px;
  }
}

.know {
  margin-top: 270px;
  padding-bottom: 100px;
  position: relative;
}

.know::before {
  content: "";
  width: 1100px;
  height: 100%;
  background-color: #f2f0ec;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .know::before {
    width: 560px;
    height: 100%;
    bottom: 0;
  }
}

.know > div {
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .know > div {
    width: 100%;
    padding-inline: 25px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  .know {
    margin-top: 312px;
  }
}

.know::after {
  content: "";
  width: 100%;
  aspect-ratio: 1600 / 355;
  background: url(../img_top/wave_line3.png) no-repeat center/100%;
  position: absolute;
  top: calc(100% + 53px);
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .know::after {
    background-image: url(../img_top/sp_wave_line3.png);
    aspect-ratio: 125/16;
  }
}

.know:not(:has(.know-in > *)) {
  display: none;
}

.know .know-in {
  padding-top: 100px;
}

@media screen and (max-width: 768px) {
  .know .know-in {
    padding-inline: 0;
  }
}

.know .slider-area {
  margin-top: 44px;
}

@media print, screen and (min-width: 769px) {
  .know .slider-area:has(.list > li:nth-child(4)) .bx-wrapper {
    max-width: 100% !important;
  }
  .know .slider-area:has(.list > li:nth-child(4)) .bx-viewport {
    height: auto !important;
  }
  .know .slider-area:has(.list > li:nth-child(4)) .list {
    margin-left: 50%;
  }
  .know .slider-area:has(.list > li:nth-child(4)) .list li {
    margin-right: 170px !important;
    margin-left: -150px;
  }
}

@media screen and (max-width: 768px) {
  .know .slider-area {
    margin-top: 62px;
  }
  .know .slider-area:has(.list > li:nth-child(2)) .bx-wrapper {
    max-width: 100% !important;
  }
  .know .slider-area:has(.list > li:nth-child(2)) .bx-viewport {
    height: auto !important;
  }
  .know .slider-area:has(.list > li:nth-child(2)) .list {
    margin-left: 50%;
  }
  .know .slider-area:has(.list > li:nth-child(2)) .list li {
    width: 572px !important;
    margin-right: 291px !important;
    margin-left: -271px;
  }
}

.know .slider-area .list li a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}

.know .slider-area .list li a:hover {
  opacity: .85;
}

.know .slider-area .list li .item-in {
  display: grid;
  grid-template-columns: 70px 230px 20px;
  grid-template-rows: 172px auto auto;
}

@media screen and (max-width: 768px) {
  .know .slider-area .list li .item-in {
    grid-template-columns: 146px 396px 30px;
    grid-template-rows: 328px auto auto;
  }
}

.know .slider-area .list li .item-in .item-img {
  grid-column: 1 / 3;
  grid-row: 1 / 4;
}

.know .slider-area .list li .item-in .item-img img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .know .slider-area .list li .item-in .item-img img {
    width: 542px;
    height: 542px;
  }
}

.know .slider-area .list li .item-in .item-txt {
  grid-column: 2 / 4;
  grid-row: 2 / 3;
  padding: 7px 10px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .know .slider-area .list li .item-in .item-txt {
    padding: 11px 19px;
  }
}

.know .slider-area .list li .item-in .item-txt .item-time {
  font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
  .know .slider-area .list li .item-in .item-txt .item-time {
    font-size: 1.5rem;
  }
}

.know .slider-area .list li .item-in .item-txt .item-ttl {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.22;
}

@media screen and (max-width: 768px) {
  .know .slider-area .list li .item-in .item-txt .item-ttl {
    font-size: 1.875rem;
  }
}

.know .slider-area .list li .item-in .item-txt .item-tags {
  display: inline-block;
  margin-top: 4px;
  padding-inline: 24px 13px;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  clip-path: polygon(10px 0%, 100% 0%, 100% 100%, 10px 100%, 0% 50%);
  position: relative;
}

@media screen and (max-width: 768px) {
  .know .slider-area .list li .item-in .item-txt .item-tags {
    min-width: 120px;
    margin-top: 5px;
    font-size: 1.75rem;
    padding-bottom: 3px;
  }
}

.know .slider-area .list li .item-in .item-txt .item-tags::before {
  content: "";
  position: absolute;
  inset: 1px;
  background-color: #fff;
  clip-path: polygon(10px 0%, 100% 0%, 100% 100%, 10px 100%, 0.25px 50%);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .know .slider-area .list li .item-in .item-txt .item-tags::before {
    inset: 2px;
    clip-path: polygon(10px 0%, 100% 0%, 100% 100%, 10px 100%, 1px 50%);
  }
}

.know .slider-area .list li .item-in .item-txt .item-tags::after {
  content: "";
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: calc(1px/0);
  position: absolute;
  top: 50%;
  left: 12px;
  translate: 0 -50%;
}

@media screen and (max-width: 768px) {
  .know .slider-area .list li .item-in .item-txt .item-tags::after {
    width: 10px;
  }
}

.know .slider-area .list li .item-in .item-txt .item-tags.event {
  background-color: #ca6a2b;
}

.know .slider-area .list li .item-in .item-txt .item-tags.event::after {
  background-color: #ca6a2b;
}

.know .slider-area .list li .item-in .item-txt .item-tags.place {
  background-color: #377e66;
}

.know .slider-area .list li .item-in .item-txt .item-tags.place::after {
  background-color: #377e66;
}

.know .slider-area .list li .item-in .item-txt .item-tags.shop {
  background-color: #e49936;
}

.know .slider-area .list li .item-in .item-txt .item-tags.shop::after {
  background-color: #e49936;
}

.know .slider-area .list li .item-in .item-txt .item-tags.gourmet {
  background-color: #68a1cc;
}

.know .slider-area .list li .item-in .item-txt .item-tags.gourmet::after {
  background-color: #68a1cc;
}

.know .slider-area .slide-controls {
  margin-top: 27px;
}

.know .know-link {
  width: 1000px;
  margin-top: 52px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 400px);
  justify-content: center;
  column-gap: 40px;
}

@media screen and (max-width: 768px) {
  .know .know-link {
    width: 100%;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

.know .know-link a {
  padding: 17px 33px 19px;
}

.know .know-article {
  position: relative;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .know .know-article {
    width: calc(100% - 50px);
    margin-top: 123px;
    margin-inline: 25px;
    padding-inline: 0;
  }
}

.know .know-article::before {
  content: "";
  width: 6px;
  height: 80px;
  background-color: #ca6a2b;
  position: absolute;
  top: 0;
  left: 0;
}

.know .know-article::after {
  content: "";
  width: 80px;
  height: 6px;
  background-color: #377e66;
  position: absolute;
  top: 0;
  left: 0;
}

.know .know-article + .know-article {
  margin-top: 70px;
}

.know .know-article-in {
  padding: 50px 72px 69px 66px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .know .know-article-in {
    padding: 50px 40px 99px 40px;
  }
}

.know .know-article-in::before {
  content: "";
  width: 6px;
  height: 80px;
  background-color: #e49936;
  position: absolute;
  bottom: 0;
  right: 0;
}

.know .know-article-in::after {
  content: "";
  width: 80px;
  height: 6px;
  background-color: #68a1cc;
  position: absolute;
  bottom: 0;
  right: 0;
}

.know .know-article-in .know-article-ttl {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  letter-spacing: -.05em;
}

@media screen and (max-width: 768px) {
  .know .know-article-in .know-article-ttl {
    padding-inline: 28px;
    font-size: 1.875rem;
  }
}

.know .know-article-in .know-article-ttl .en {
  margin-right: 6px;
  font-size: 3.75rem;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .know .know-article-in .know-article-ttl .en {
    display: block;
    margin-bottom: 6px;
    font-size: 4.375rem;
  }
}

.know .know-article-in .know-article-txt {
  margin-top: 15px;
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  .know .know-article-in .know-article-txt {
    padding-inline: 28px;
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 769px) {
  .know .know-article-in .know-article-txt > span {
    display: block;
  }
}

.know .know-article-in .know-article-box {
  margin-top: 47px;
  display: grid;
  grid-template-columns: 429px 1fr;
  column-gap: 33px;
}

@media screen and (max-width: 768px) {
  .know .know-article-in .know-article-box {
    margin-top: 42px;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  .know .know-article-in .know-article-box .know-article-img {
    text-align: center;
  }
}

.know .know-article-in .know-article-box .know-article-img img {
  width: 429px;
  height: 393px;
  object-fit: cover;
}

.know .know-article-in .know-article-box .know-article-content-ttl {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
  font-size: 2.25rem;
  font-weight: 700;
  color: #333;
}

@media screen and (max-width: 768px) {
  .know .know-article-in .know-article-box .know-article-content-ttl {
    padding-inline: 28px;
    margin-top: 37px;
    font-size: 2.75rem;
  }
}

.know .know-article-in .know-article-box .know-article-content-name {
  display: block;
  margin-top: 11px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #333;
}

@media screen and (max-width: 768px) {
  .know .know-article-in .know-article-box .know-article-content-name {
    padding-inline: 28px;
    margin-top: 15px;
    font-size: 1.875rem;
  }
}

.know .know-article-in .know-article-box .know-article-content-link {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  margin-top: 47px;
}

@media screen and (max-width: 768px) {
  .know .know-article-in .know-article-box .know-article-content-link {
    margin-top: 67px;
  }
}

.know .know-article-in .know-article-box .know-article-content-link a {
  padding-block: 16px;
}

@media print, screen and (min-width: 769px) {
  .know .know-article-in .know-article-box .know-article-content-link a {
    font-size: 1.125rem;
  }
}

.know .touch .know-article-box .know-article-img {
  text-align: center;
}

.know .touch .know-article-box .know-article-img img {
  width: 314px;
  height: 393px;
}

.know .chiikiokoshi .know-article-in .know-article-ttl {
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .know .chiikiokoshi .know-article-in .know-article-ttl {
    margin-top: 11px;
    font-size: 3.5rem;
  }
}

.know .chiikiokoshi .know-article-box .know-article-img img {
  height: 280px;
}

@media screen and (max-width: 768px) {
  .know .chiikiokoshi .know-article-box .know-article-img img {
    width: 560px;
    height: 372px;
  }
}

.know .nanakousai .know-article-in .know-article-ttl {
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .know .nanakousai .know-article-in .know-article-ttl {
    margin-top: 11px;
    font-size: 3.5rem;
  }
}

.know .nanakousai .know-article-box .know-article-img {
  text-align: center;
}

.know .nanakousai .know-article-box .know-article-img img {
  width: 262px;
  height: 392px;
}

.know .nanakousai .know-article-box .know-article-content .know-article-content-ttl .sml {
  display: block;
  font-size: 1.125rem;
  letter-spacing: -.02em;
}

@media screen and (max-width: 768px) {
  .know .nanakousai .know-article-box .know-article-content .know-article-content-ttl .sml {
    font-size: 1.875rem;
  }
}

.know .nanakousai .know-article-box .know-article-content .know-article-content-ttl .lrg {
  font-size: 2.25rem;
}

@media screen and (max-width: 768px) {
  .know .nanakousai .know-article-box .know-article-content .know-article-content-ttl .lrg {
    font-size: 2.75rem;
  }
}

.feel {
  margin-top: 229px;
  overflow-x: clip;
  position: relative;
}

.feel::before {
  content: "";
  width: 1100px;
  height: 589px;
  background-color: #f2f0ec;
  position: absolute;
  bottom: -77px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .feel::before {
    width: 560px;
    height: 100%;
    bottom: 0;
  }
}

.feel > div {
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .feel > div {
    width: 100%;
    padding-inline: 25px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  .feel {
    padding-bottom: 101px;
  }
}

.feel::after {
  content: "";
  width: 100%;
  aspect-ratio: 1600 / 306;
  background: url(../img_top/wave_line4.png) no-repeat center/100%;
  position: absolute;
  top: calc(100% - 50px);
  left: 0;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .feel::after {
    top: calc(100% + 62px);
    background-image: url(../img_top/sp_wave_line4.png);
    aspect-ratio: 750/143;
  }
}

.feel .l-sec-container {
  width: 1000px;
}

@media screen and (max-width: 768px) {
  .feel .l-sec-container {
    width: 100%;
  }
  .feel .l-sec-container .p-sec-ttl-wrap {
    margin-left: -25px;
  }
  .feel .l-sec-container .p-sec-ttl-wrap .p-sec-ttl {
    padding-left: 25px;
  }
}

.feel .feel-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 27px;
  margin-top: 45px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .feel .feel-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 64px 40px;
    margin-top: 64px;
  }
}

.feel .feel-list .item {
  position: relative;
}

.feel .feel-list .item a {
  display: inline-block;
  text-decoration: none;
  color: #333;
}

.feel .feel-list .item a:hover {
  opacity: .85;
}

@media screen and (max-width: 768px) {
  .feel .feel-list .item .item-in {
    display: flex;
    flex-direction: column;
  }
}

.feel .feel-list .item .item-img img {
  width: 230px;
  height: 320px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .feel .feel-list .item .item-img img {
    width: 327px;
    height: 448px;
  }
}

.feel .feel-list .item .item-txt {
  width: calc(100% - 30px);
  padding: 8px 10px 14px 12px;
  box-sizing: border-box;
  background-color: #fff;
  border-left: 4px solid;
  position: absolute;
  bottom: -34px;
  left: 10px;
}

@media screen and (max-width: 768px) {
  .feel .feel-list .item .item-txt {
    position: relative;
    bottom: unset;
    left: unset;
    max-width: 300px;
    margin-top: -80px;
    margin-left: 13px;
    padding: 13px 30px 21px 10px;
  }
}

.feel .feel-list .item .item-txt::after {
  content: "";
  width: 32px;
  aspect-ratio: 1/1;
  background: url(../img_top/circle_arrow.png) no-repeat center/100%;
  position: absolute;
  bottom: 10px;
  right: -10px;
}

@media screen and (max-width: 768px) {
  .feel .feel-list .item .item-txt::after {
    width: 45px;
    bottom: 15px;
    right: -15px;
  }
}

.feel .feel-list .item .item-txt .category-en {
  padding: 14px 0 12px 59px;
  background: no-repeat left center/54px 44px;
  font-size: 0.75rem;
  font-weight: 700;
  overflow-wrap: break-word;
}

@media screen and (max-width: 768px) {
  .feel .feel-list .item .item-txt .category-en {
    padding: 15px 0 16px 74px;
    font-size: 1.375rem;
    background-size: 60px;
  }
}

.feel .feel-list .item .item-txt .ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.05555555556;
}

@media screen and (max-width: 768px) {
  .feel .feel-list .item .item-txt .ttl {
    font-size: 3rem;
  }
}

.feel .feel-list .item:first-of-type .item-txt {
  border-color: #ca6a2b;
}

.feel .feel-list .item:first-of-type .item-txt .category-en {
  background-image: url(../img_top/feel_icon1.png);
}

.feel .feel-list .item:nth-child(2) .item-txt {
  border-color: #377e66;
}

.feel .feel-list .item:nth-child(2) .item-txt .category-en {
  background-image: url(../img_top/feel_icon2.png);
}

.feel .feel-list .item:nth-child(3) .item-txt {
  border-color: #e49936;
}

.feel .feel-list .item:nth-child(3) .item-txt .category-en {
  background-image: url(../img_top/feel_icon3.png);
}

.feel .feel-list .item:last-of-type .item-txt {
  border-color: #68a1cc;
}

.feel .feel-list .item:last-of-type .item-txt .category-en {
  background-image: url(../img_top/feel_icon4.png);
}

.live {
  margin-top: 350px;
  padding-block: 100px;
  position: relative;
}

.live::before {
  content: "";
  width: 1100px;
  height: 100%;
  background-color: #f2f0ec;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .live::before {
    width: 560px;
    height: 100%;
    bottom: 0;
  }
}

.live > div {
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .live > div {
    width: 100%;
    padding-inline: 25px;
    box-sizing: border-box;
  }
}

.live::after {
  content: "";
  width: 100%;
  aspect-ratio: 1600 / 253;
  background: url(../img_top/wave_line5.png) no-repeat center/100%;
  position: absolute;
  top: calc(100% - 50px);
  left: 0;
}

@media screen and (max-width: 768px) {
  .live::after {
    top: calc(100% + 150px);
    background-image: url(../img_top/sp_wave_line5.png);
    aspect-ratio: 75/13;
  }
}

.live .live-in {
  padding-inline: 0;
}

.live #live-slide {
  margin-top: 51px;
}

@media print, screen and (min-width: 769px) {
  .live #live-slide:has(.list > li:nth-child(3)) .bx-wrapper {
    max-width: 100% !important;
  }
  .live #live-slide:has(.list > li:nth-child(3)) .list {
    margin-left: 50%;
  }
  .live #live-slide:has(.list > li:nth-child(3)) .list li {
    margin-right: 230px !important;
    margin-left: -210px;
  }
}

@media screen and (max-width: 768px) {
  .live #live-slide:has(.list > li:nth-child(2)) .bx-wrapper {
    max-width: 100% !important;
  }
  .live #live-slide:has(.list > li:nth-child(2)) .list {
    margin-left: 50%;
  }
  .live #live-slide:has(.list > li:nth-child(2)) .list li {
    width: 542px !important;
    margin-right: 301px !important;
    margin-left: -271px;
  }
}

.live #live-slide .bx-viewport {
  height: auto !important;
}

.live #live-slide .list li a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}

.live #live-slide .list li a:hover {
  opacity: .85;
}

.live #live-slide .list li a:focus {
  outline: none;
}

.live #live-slide .list li a:focus .item-in {
  outline: 2px solid #000;
  outline-offset: -2px;
}

.live #live-slide .list li .item-in {
  position: relative;
}

.live #live-slide .list li .item-img img {
  width: 420px;
  height: 300px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .live #live-slide .list li .item-img img {
    width: 542px;
    height: 386px;
  }
}

.live #live-slide .list li .item-txt p {
  margin-top: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  .live #live-slide .list li .item-txt p {
    font-size: 1.75rem;
  }
}

.live #live-slide .list li .item-ttl {
  display: inline-block;
  position: absolute;
  top: 240px;
  right: 20px;
}

@media screen and (max-width: 768px) {
  .live #live-slide .list li .item-ttl {
    top: 316px;
  }
}

.live #live-slide .list li .item-ttl.item-ttl-1 {
  border: 2px solid #377e66;
  border-left-width: 10px;
}

@media screen and (max-width: 768px) {
  .live #live-slide .list li .item-ttl.item-ttl-1 {
    border-left-width: 12px;
  }
}

.live #live-slide .list li .item-ttl.item-ttl-2 {
  border: 2px solid #68a1cc;
  border-left-width: 10px;
}

@media screen and (max-width: 768px) {
  .live #live-slide .list li .item-ttl.item-ttl-2 {
    border-left-width: 12px;
  }
}

.live #live-slide .list li .item-ttl.item-ttl-3 {
  border: 2px solid #ca6a2b;
  border-left-width: 10px;
}

@media screen and (max-width: 768px) {
  .live #live-slide .list li .item-ttl.item-ttl-3 {
    border-left-width: 12px;
  }
}

.live #live-slide .list li .item-ttl.item-ttl-4 {
  border: 2px solid #e49936;
  border-left-width: 10px;
}

@media screen and (max-width: 768px) {
  .live #live-slide .list li .item-ttl.item-ttl-4 {
    border-left-width: 12px;
  }
}

.live #live-slide .list li .item-ttl p {
  min-width: 158px;
  text-align: center;
  background-color: #fff;
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  .live #live-slide .list li .item-ttl p {
    font-size: 1.5rem;
  }
}

.think {
  margin-top: 350px;
  padding-bottom: 100px;
  overflow-x: clip;
  position: relative;
}

.think::before {
  content: "";
  width: 1100px;
  height: calc(100% - 45px);
  background-color: #f2f0ec;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .think::before {
    width: 560px;
    height: 100%;
    bottom: 0;
  }
}

.think > div {
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .think > div {
    width: 100%;
    padding-inline: 25px;
    box-sizing: border-box;
  }
}

.think .think-in {
  width: 1000px;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .think .think-in {
    width: 100%;
  }
  .think .think-in .p-sec-ttl-wrap {
    margin-left: -25px;
  }
  .think .think-in .p-sec-ttl-wrap .p-sec-ttl {
    padding-left: 25px;
  }
}

.think .p-sec-txt {
  margin-top: 47px;
}

@media screen and (max-width: 768px) {
  .think .p-sec-txt {
    margin-top: 20px;
  }
}

.think .think-content {
  display: grid;
  grid-template-columns: 370px 540px;
  align-items: end;
  column-gap: 90px;
  margin-top: 21px;
}

@media screen and (max-width: 768px) {
  .think .think-content {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }
}

.think .think-content .think-img {
  padding-left: 20px;
  padding-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .think .think-content .think-img {
    display: none;
  }
}

.think .think-content .think-img::before {
  content: "";
  width: 350px;
  aspect-ratio: 1/1;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.think .think-content .think-img a {
  display: inline-block;
}

.think .think-content .think-img a:focus {
  outline: none;
}

.think .think-content .think-img a:focus img {
  outline: 2px solid #000;
  outline-offset: -2px;
}

.think .think-content .think-img img {
  width: 350px;
  aspect-ratio: 1/1;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.think .think-content .think-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 21px 20px;
}

@media screen and (max-width: 768px) {
  .think .think-content .think-list {
    gap: 20px 40px;
    padding-inline: 10px;
  }
}

.think .think-content .think-list .item a, .think .think-content .think-list .item .item-nolink {
  width: 100%;
  display: inline-block;
  font-size: 1.125rem;
  color: #333;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 768px) {
  .think .think-content .think-list .item a, .think .think-content .think-list .item .item-nolink {
    font-size: 1.75rem;
  }
}

.think .think-content .think-list .item a:hover, .think .think-content .think-list .item .item-nolink:hover {
  opacity: .85;
}

.think .think-content .think-list .item a::before, .think .think-content .think-list .item .item-nolink::before {
  content: "";
  width: 3px;
  height: 36px;
  background-color: #ca6a2b;
  position: absolute;
  top: 0;
  left: 0;
}

.think .think-content .think-list .item a::after, .think .think-content .think-list .item .item-nolink::after {
  content: "";
  width: 36px;
  height: 3px;
  background-color: #377e66;
  position: absolute;
  top: 0;
  left: 0;
}

.think .think-content .think-list .item a .item-in, .think .think-content .think-list .item .item-nolink .item-in {
  display: flex;
  align-items: center;
  column-gap: 20px;
  width: 100%;
  min-height: 100px;
  padding-left: 29px;
  box-sizing: border-box;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .think .think-content .think-list .item a .item-in, .think .think-content .think-list .item .item-nolink .item-in {
    column-gap: 10px;
    padding-left: 21px;
  }
}

.think .think-content .think-list .item a .item-in::before, .think .think-content .think-list .item .item-nolink .item-in::before {
  content: "";
  width: 3px;
  height: 36px;
  background-color: #e49936;
  position: absolute;
  bottom: 0;
  right: 0;
}

.think .think-content .think-list .item a .item-in::after, .think .think-content .think-list .item .item-nolink .item-in::after {
  content: "";
  width: 36px;
  height: 3px;
  background-color: #68a1cc;
  position: absolute;
  bottom: 0;
  right: 0;
}

.think .think-content .think-list .item a .item-in .item-img img, .think .think-content .think-list .item .item-nolink .item-in .item-img img {
  width: 60px;
  aspect-ratio: 1/1;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .think .think-content .think-list .item a .item-in .item-img img, .think .think-content .think-list .item .item-nolink .item-in .item-img img {
    width: 70px;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  margin-top: 227px;
  position: relative;
  overflow-x: clip;
}

@media screen and (max-width: 768px) {
  footer {
    margin-top: 106px;
  }
}

footer .footer-ashirai {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  footer .footer-ashirai {
    background: url(../img_common/sp_footer_top.png) no-repeat center/100% 66px;
    padding-top: 66px;
    display: block;
  }
}

@media print, screen and (min-width: 769px) {
  footer .footer-ashirai1 {
    flex: 0 1 auto;
    display: inline-block;
    width: 100%;
    max-width: 592px;
    aspect-ratio: 592 / 95;
    background: url(../img_common/footer_img_left.png) no-repeat left 100% bottom/cover;
  }
  footer .footer-ashirai2 {
    display: inline-block;
    flex: 1 1 auto;
    height: 2px;
    background-color: #cc702c;
  }
}

@media screen and (min-width: 769px) and (max-width: 768px) {
  footer .footer-ashirai2 {
    min-width: 26px;
    height: 1px;
  }
}

@media print, screen and (min-width: 769px) {
  footer .footer-ashirai3 {
    flex: 0 1 auto;
    display: inline-block;
    width: 100%;
    max-width: 585px;
    aspect-ratio: 585 / 83;
    background: url(../img_common/footer_img_right.png) no-repeat right bottom/cover;
  }
}

footer .in {
  width: 1000px;
  padding-top: 89px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  footer .in {
    width: 100%;
    padding-inline: 35px;
    box-sizing: border-box;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  footer .in .footer-left {
    text-align: center;
  }
}

footer .in .footer-left .footer-ttl {
  font-size: 1.875rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  footer .in .footer-left .footer-ttl {
    font-size: 2.5rem;
  }
}

footer .in .footer-left .footer-txt {
  margin-top: 11px;
}

@media screen and (max-width: 768px) {
  footer .in .footer-left .footer-txt {
    margin-top: 26px;
  }
}

footer .in .footer-left .footer-txt > span {
  display: block;
  font-size: 1.125rem;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  footer .in .footer-left .footer-txt > span {
    font-size: 1.875rem;
  }
  footer .in .footer-left .footer-txt > span > span {
    display: block;
  }
}

footer .in .footer-left .footer-txt a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

footer .in .footer-right {
  margin-top: 83px;
}

@media screen and (max-width: 768px) {
  footer .in .footer-right {
    margin-top: 22px;
  }
}

footer .in .footer-right .footer-link {
  display: flex;
  justify-content: flex-end;
  column-gap: 21px;
}

@media screen and (max-width: 768px) {
  footer .in .footer-right .footer-link {
    justify-content: center;
    flex-wrap: wrap;
  }
}

footer .in .footer-right .footer-link .item {
  line-height: 1;
}

footer .in .footer-right .footer-link .item a {
  font-weight: 700;
  color: #d8d8d8;
  line-height: 1;
}

footer .in .footer-right .footer-link .item a > span {
  line-height: 1;
  font-size: 1.125rem;
  color: #333;
}

@media screen and (max-width: 768px) {
  footer .in .footer-right .footer-link .item a > span {
    font-size: 1.5rem;
  }
}

footer .in .footer-right .footer-btn {
  margin-top: 17px;
  display: flex;
  column-gap: 10px;
}

@media screen and (max-width: 768px) {
  footer .in .footer-right .footer-btn {
    margin-top: 68px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 40px;
  }
}

footer .in .footer-right .footer-btn .item a {
  display: grid;
  align-items: center;
  min-width: 180px;
  min-height: 60px;
  padding-left: 71px;
  box-sizing: border-box;
  border: 3px solid #f2f0ec;
  background: no-repeat center left 17px/ 42px 40px;
  font-size: 0.875rem;
  color: #333;
  text-decoration: none;
  line-height: 1.28571;
}

@media screen and (max-width: 768px) {
  footer .in .footer-right .footer-btn .item a {
    min-width: 320px;
    min-height: 100px;
    padding-left: 118px;
    background-size: 70px 72px;
    background-position: center left 31px;
    font-size: 1.5rem;
  }
}

footer .in .footer-right .footer-btn .item a:hover {
  opacity: .85;
}

footer .in .footer-right .footer-btn .item:nth-child(1) a {
  background-image: url(../img_common/sp_modal_icon1.png);
}

footer .in .footer-right .footer-btn .item:nth-child(2) a {
  background-image: url(../img_common/sp_modal_icon2.png);
}

footer .in .footer-right .footer-btn .item:nth-child(3) a {
  background-image: url(../img_common/sp_modal_icon3.png);
}

footer .in .footer-right .footer-sitemap {
  text-align: right;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  footer .in .footer-right .footer-sitemap {
    text-align: center;
    margin-top: 6px;
  }
}

footer .in .footer-right .footer-sitemap a {
  font-size: 1rem;
  color: #333;
}

@media screen and (max-width: 768px) {
  footer .in .footer-right .footer-sitemap a {
    font-size: 1.375rem;
  }
}

footer #pagetop a {
  position: absolute;
  bottom: 41px;
  right: 20px;
}

@media screen and (max-width: 768px) {
  footer #pagetop a {
    bottom: 79px;
  }
}

footer #pagetop a img {
  width: 58px;
  aspect-ratio: 1/1;
}

footer .copyright {
  padding-block: 41px 48px;
  text-align: center;
  font-size: 0.75rem;
}

@media screen and (max-width: 768px) {
  footer .copyright {
    padding-block: 37px 45px;
    font-size: 1.125rem;
  }
}

html[data-fontsize="up"] {
  font-size: 133.3%;
}

html[data-fontsize="up"] .about .sec-ttl-wrap {
  min-width: 126px;
}

html[data-fontsize="up2"] {
  font-size: 166.7%;
}

html[data-fontsize="up2"] #sp-header .support-block .header-size, html[data-fontsize="up2"] #sp-header .support-block .header-color {
  flex-wrap: wrap;
}

html[data-fontsize="up2"] #sp-header .support-block .header-lang .btn-lang-select {
  padding-inline: 9px;
}

html[data-fontsize="up2"] .mv #mv-slide .slide-controls {
  margin-top: 186px;
}

html[data-fontsize="up2"] .about .sec-ttl-wrap {
  min-width: 155px;
}

html[data-fontsize="up3"] {
  font-size: 200%;
}

html[data-fontsize="up3"] #sp-header .support-block .header-size, html[data-fontsize="up3"] #sp-header .support-block .header-color {
  flex-wrap: wrap;
}

html[data-fontsize="up3"] #sp-header .support-block .header-lang .btn-lang-select {
  padding-inline: 9px;
}

html[data-fontsize="up3"] #sp-header .support-block .header-lang .lang-select {
  padding: 15px 71px 15px 64px;
  background: url(../img_common/icon_lang.png) no-repeat left 15px center, url(../img_common/lang_arrow.png) no-repeat right 30px center, #fff;
}

html[data-fontsize="up3"] .mv #mv-slide .slide-controls {
  margin-top: 301px;
}

html[data-fontsize="up3"] .about .sec-ttl-wrap {
  min-width: 184px;
}

html[data-fontsize="up3"] .about .about-acd .about-acd-title button {
  margin-top: 159px;
}

html[data-bgcolor="color_black"] body, html[data-bgcolor="color_black"] p, html[data-bgcolor="color_black"] div, html[data-bgcolor="color_black"] table, html[data-bgcolor="color_black"] h1, html[data-bgcolor="color_black"] h2, html[data-bgcolor="color_black"] h3, html[data-bgcolor="color_black"] h4, html[data-bgcolor="color_black"] h5, html[data-bgcolor="color_black"] h6, html[data-bgcolor="color_black"] ul, html[data-bgcolor="color_black"] ol, html[data-bgcolor="color_black"] li, html[data-bgcolor="color_black"] td, html[data-bgcolor="color_black"] th, html[data-bgcolor="color_black"] dt, html[data-bgcolor="color_black"] dd, html[data-bgcolor="color_black"] dl, html[data-bgcolor="color_black"] h1, html[data-bgcolor="color_black"] h2, html[data-bgcolor="color_black"] dt, html[data-bgcolor="color_black"] caption, html[data-bgcolor="color_black"] section, html[data-bgcolor="color_black"] span, html[data-bgcolor="color_black"] header, html[data-bgcolor="color_black"] footer, html[data-bgcolor="color_black"] nav {
  background-color: #000 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}

html[data-bgcolor="color_black"] a {
  background-color: #000 !important;
  color: #FFFF00 !important;
}

html[data-bgcolor="color_black"] a:visited {
  color: #f5c77b !important;
}

html[data-bgcolor="color_black"] a:hover {
  color: #f5c77b !important;
}

html[data-bgcolor="color_black"] h1, html[data-bgcolor="color_black"] h2, html[data-bgcolor="color_black"] h3, html[data-bgcolor="color_black"] h4, html[data-bgcolor="color_black"] h5, html[data-bgcolor="color_black"] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}

html[data-bgcolor="color_black"] h5 {
  padding: 10px 0px;
}

html[data-bgcolor="color_black"] .wysiwyg .text_ {
  color: #ffdbea !important;
}

html[data-bgcolor="color_black"] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}

html[data-bgcolor="color_black"] #pdf-download {
  color: #333 !important;
}

html[data-bgcolor="color_black"] #header-logo img,
html[data-bgcolor="color_black"] #header-subnav .list li a,
html[data-bgcolor="color_black"] #header-size .title img,
html[data-bgcolor="color_black"] #header-color .title img,
html[data-bgcolor="color_black"] header .header-subnav-in li img,
html[data-bgcolor="color_black"] #footer-logo img,
html[data-bgcolor="color_black"] #footer-character img {
  background-color: #fff !important;
}

html[data-bgcolor="color_black"] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}

html[data-bgcolor="color_black"] #header .header-subnav-area .box .header-lang-wrapper .lang-select {
  background-color: #fff !important;
}

html[data-bgcolor="color_black"] #sp-header > .box #sp-header-nav .menu-btn-menu img {
  background-color: #fff !important;
}

html[data-bgcolor="color_black"] .slider-area .slide-controls .bx-prev, html[data-bgcolor="color_black"] .slider-area .slide-controls .bx-next {
  background-color: #fff !important;
}

html[data-bgcolor="color_black"] .side-nav-list {
  background-color: transparent !important;
}

html[data-bgcolor="color_black"] .side-nav-list li span {
  background-color: transparent !important;
}

html[data-bgcolor="color_black"] #keyword-area {
  background: transparent !important;
}

html[data-bgcolor="color_black"] .toiawase .title, html[data-bgcolor="color_black"] .toiawase .in {
  border: 1px solid #fff;
}

html[data-bgcolor="color_black"] .toiawase .in {
  border-top: none;
}

html[data-bgcolor="color_black"] #sp-header > .box #sp-header-logo img {
  background-color: #fff;
}

html[data-bgcolor="color_black"] #sp-header > .box #sp-header-nav #menu-btn img {
  background-color: #fff;
}

html[data-bgcolor="color_black"] #sp-header .modal-menu .sp-nav .title button.plus::after,
html[data-bgcolor="color_black"] #sp-header .modal-menu .sp-nav .title button.mynus::after {
  background-color: #fff !important;
}

html[data-bgcolor="color_black"] .gsst_a .gscb_a {
  color: inherit !important;
}

html[data-bgcolor="color_black"] .know .slider-area .list li .item-in .item-txt .item-tags::before {
  background-color: transparent !important;
}

html[data-bgcolor="color_blue"] body, html[data-bgcolor="color_blue"] p, html[data-bgcolor="color_blue"] div, html[data-bgcolor="color_blue"] table, html[data-bgcolor="color_blue"] h1, html[data-bgcolor="color_blue"] h2, html[data-bgcolor="color_blue"] h3, html[data-bgcolor="color_blue"] h4, html[data-bgcolor="color_blue"] h5, html[data-bgcolor="color_blue"] h6, html[data-bgcolor="color_blue"] ul, html[data-bgcolor="color_blue"] ol, html[data-bgcolor="color_blue"] li, html[data-bgcolor="color_blue"] td, html[data-bgcolor="color_blue"] th, html[data-bgcolor="color_blue"] dt, html[data-bgcolor="color_blue"] dd, html[data-bgcolor="color_blue"] dl, html[data-bgcolor="color_blue"] h1, html[data-bgcolor="color_blue"] h2, html[data-bgcolor="color_blue"] dt, html[data-bgcolor="color_blue"] caption, html[data-bgcolor="color_blue"] section, html[data-bgcolor="color_blue"] span, html[data-bgcolor="color_blue"] header, html[data-bgcolor="color_blue"] footer, html[data-bgcolor="color_blue"] nav {
  background-color: #005795 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}

html[data-bgcolor="color_blue"] a {
  background-color: #005795 !important;
  color: #FFFF00 !important;
}

html[data-bgcolor="color_blue"] a:visited {
  color: #f5c77b !important;
}

html[data-bgcolor="color_blue"] a:hover {
  color: #f5c77b !important;
}

html[data-bgcolor="color_blue"] h1, html[data-bgcolor="color_blue"] h2, html[data-bgcolor="color_blue"] h3, html[data-bgcolor="color_blue"] h4, html[data-bgcolor="color_blue"] h5, html[data-bgcolor="color_blue"] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}

html[data-bgcolor="color_blue"] h5 {
  padding: 10px 0px;
}

html[data-bgcolor="color_blue"] .wysiwyg .text_ {
  color: #ffdbea !important;
}

html[data-bgcolor="color_blue"] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}

html[data-bgcolor="color_blue"] #pdf-download {
  color: #333 !important;
}

html[data-bgcolor="color_blue"] #header-logo img,
html[data-bgcolor="color_blue"] #header-subnav .list li a,
html[data-bgcolor="color_blue"] #header-size .title img,
html[data-bgcolor="color_blue"] #header-color .title img,
html[data-bgcolor="color_blue"] header .header-subnav-in li img,
html[data-bgcolor="color_blue"] #footer-logo img,
html[data-bgcolor="color_blue"] #footer-character img {
  background-color: #fff !important;
}

html[data-bgcolor="color_blue"] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}

html[data-bgcolor="color_blue"] #header .header-subnav-area .box .header-lang-wrapper .lang-select {
  background-color: #fff !important;
}

html[data-bgcolor="color_blue"] #sp-header > .box #sp-header-nav .menu-btn-menu img {
  background-color: #fff !important;
}

html[data-bgcolor="color_blue"] .slider-area .slide-controls .bx-prev, html[data-bgcolor="color_blue"] .slider-area .slide-controls .bx-next {
  background-color: #fff !important;
}

html[data-bgcolor="color_blue"] .side-nav-list {
  background-color: transparent !important;
}

html[data-bgcolor="color_blue"] .side-nav-list li span {
  background-color: transparent !important;
}

html[data-bgcolor="color_blue"] #keyword-area {
  background: transparent !important;
}

html[data-bgcolor="color_blue"] .toiawase .title, html[data-bgcolor="color_blue"] .toiawase .in {
  border: 1px solid #fff;
}

html[data-bgcolor="color_blue"] .toiawase .in {
  border-top: none;
}

html[data-bgcolor="color_blue"] #sp-header > .box #sp-header-logo img {
  background-color: #fff;
}

html[data-bgcolor="color_blue"] #sp-header > .box #sp-header-nav #menu-btn img {
  background-color: #fff;
}

html[data-bgcolor="color_blue"] #sp-header .modal-menu .sp-nav .title button.plus::after,
html[data-bgcolor="color_blue"] #sp-header .modal-menu .sp-nav .title button.mynus::after {
  background-color: #fff !important;
}

html[data-bgcolor="color_blue"] .gsst_a .gscb_a {
  color: inherit !important;
}

html[data-bgcolor="color_blue"] .know .slider-area .list li .item-in .item-txt .item-tags::before {
  background-color: transparent !important;
}
