/*!
Theme Name: Theme
Description: theme.
Version: 1.0
Author: Artarakt
Author URI: http://artarakt.com
Version: 1.0
License: Artarakt
License URI: http://artarakt.com
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}


img,
picture,
video,
canvas,
svg {
  display: inline-block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

a {
  text-decoration: none;
  color: #2D4486;
}

li {
  list-style: none;
}

#root,
#__next {
  isolation: isolate;
}

input[type=submit],
input[type=button] {
  background: 0;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

picture img {
  vertical-align: top;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-optical-sizing: auto;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: .02em;
  color: #2D4486;
  background-color: #FEE990;

}

small {
  font-size: 90%;
}

a {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

a:hover {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hidden {
  display: none;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 1020px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inner {
  width: 100%;
  margin: 0 auto;
}

.center {
  text-align: center;
}

@media screen and (max-width: 840px) {
  .flex {
    display: block;
  }
}

#Front {
  background-image: url(../images/nav_bg.png);
}

#Front aside.pc {
  display: none !important;
}

#Front .contents {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  min-width: auto;
  background-color: #FEE990;
}

#Front .contents main {
  width: 750px;
  margin: 0 auto;
}

.mv {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1200px;
  gap: 40px;
}

.contents main {
  width: calc(100% - 375px);
}

.contents main section {
  max-width: 900px;
  margin: 0 auto;
}

.contents main .sec01 .area_01 {

  margin-bottom: 20px;
}

.contents main .sec01 .area_01 .area_inner {
  color: #fff;
  text-align: center;
  padding: 0px 0px 20px;
}

.contents main .sec01 .area_01 .area_inner h3 {
  font-size: 30px;
  padding: 0px 0 20px 0;
}

.contents main .sec01 .area_02 {
  background: #E06073;
  border-radius: 20px;
  margin-bottom: 67px;
}

.contents main .sec01 .area_02 .area_inner {
  color: #fff;
  text-align: center;
  padding: 10px 40px 20px;
}

.contents main .sec01 .area_02 .area_inner h3 {
  font-size: 30px;
  padding: 10px 0 20px 0;
}

.contents main .sec02 {
  /* background: url("../images/search_bg.png") no-repeat;
  background-size: cover; */
}

.contents main .sec02 .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.contents main .sec02 .slick-slider {
  overflow: hidden;
  margin-top: 20px;
}

.contents main .sec02 .slide-items .items_box {
  background: #fff;
  padding: 40px 20px;
  margin: 0 5px;
}

.contents main .sec02 .slide-items .items_box h3 {
  font-size: 28px;
}

.contents main .sec02 .slide-items .items_box .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
  font-size: 18px;
}

.contents main .sec02 .slide-items .items_box .cat p {
  height: 38px;
  color: #fff;
  padding: 10px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.contents main .sec02 .slide-items .items_box .cat .cat_ob {
  background: #3FB0D3;
}

.contents main .sec02 .slide-items .items_box .cat .cat_sa {
  background: #E06073;
}

.contents main .sec02 .slide-items .items_box .txt h4 {
  font-size: 24px;
  margin: 20px 0;
}

.contents main .sec02 .slide-items .items_box .txt p {
  font-size: 21px;
  line-height: 1.5;
  font-weight: 400;
}

.contents main .sec02 .slide-items .items_box .btn {
  text-align: right;
}

.contents main .sec02 .slide-items .items_box .btn a {
  font-weight: 900;
}

.contents main .sec02 .slick-list {
  margin-bottom: 30px;
}

.contents main .sec02 .slick-track {
  display: flex;
}

.contents main .sec02 .slick-dots {
  position: relative;
  bottom: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.contents main .sec02 .slick-dots li {
  width: 50px;
  height: 10px;
  background: white;
}

.contents main .sec02 .slick-dots li button {
  opacity: 0;
}

.contents main .sec02 .slick-dots li.slick-active {
  background: #E47926;
}

.contents main .sec03 {
  position: relative;
  padding-bottom: 30px;
}

.contents main .sec03 .event_list {

  margin-top: 20px;
}

.contents main .sec03 .event_list .event_box {
  width: 47%;
  margin: 0 auto 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contents main .sec03 .event_box {
  margin: 0 20px 20px;
  padding: 30px 20px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.contents main .sec03 .event_box .illust {
  position: absolute;
  top: -60px;
  left: 0px;
}

.contents main .sec03 .event_box .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto 20px;
  font-size: 18px;
  font-weight: 700;
}

.contents main .sec03 .event_box .cat p {
  color: #fff;
  padding: 0 5px;
  margin-right: 10px;
  line-height: 1.9;
}

.contents main .sec03 .event_box .cat .cat_01 {
  background: #3FB0D3;
}

.contents main .sec03 .event_box .cat .cat_02 {
  background: #E06073;
}

.contents main .sec03 .event_box h3 {
  font-size: 18px;
}

.contents main .sec03 .event_box h2 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.2;
}

.contents main .sec03 .event_box .txt {
  font-size: 13px;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 30px;
}

.contents main .sec03 .event_box .btn {
  position: relative;
}

.contents main .sec03 .event_box .btn a {
  border-radius: 28px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #2D4486;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.contents main .sec03 .event_box .btn a span {
  position: absolute;
  right: 20px;
}

.contents main .sec03 .event_box .detail {
  font-size: 16px;
}

.contents main .sec03 .event_box .detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

.contents main .sec03 .event_box .detail dl dt {
  font-weight: 700;
  margin-right: 20px;
}

.contents main .sec03 .event_box.first {
  padding: 30px 20px 0;
}

.contents main .sec03 .event_box.first h3 {
  font-size: 13px;
  margin: 20px auto 10px;
}

.contents main .sec03 .event_box.first h2 {
  font-size: 18px;
  font-weight: 900;
  margin-bottom: 10px;
}

.contents main .sec03 .event_box.first .txt {
  margin-bottom: 0;
}

.contents main .sec03 .event_box.first .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin-bottom: -2px;
}

.contents main .sec03 .event_box.first .person .txt {
  margin-bottom: 30px;
}

.contents main .sec03 .event_box.first .person .txt p {
  font-size: 15px;
}

.contents main .sec03 .event_box.first .person .txt h4 {
  font-size: 18px;
}

.contents main .sec03 .event_box.first .person .img {
  line-height: 1;
}

.contents main .sec04 {

  position: relative;
  padding-bottom: 20px;
}

.contents main .sec04 h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  padding: 10px 0 20px;
}

.contents main .sec04 h3 span {
  margin-right: 10px;
  line-height: 0;
}

.contents main .sec04 .illust {
  position: absolute;
  right: 20px;
  margin-top: -20px;
}

.contents main .sec04 .inner {
  background: #fff;
  padding: 20px;
  margin: 20px;
  max-width: 100%;
  width: calc(100% - 40px);
  border-radius: 20px;
}

.contents main .sec04 .inner ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49% 2% 49%;
  grid-template-columns: 49% 49%;
  gap: 2%;
}

.contents main .sec04 .inner ul li {
  line-height: 0;
  margin-bottom: 1%;
}

.contents main .sec04 .inner .search_box {
  background: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 49% 2% 49%;
  grid-template-columns: 49% 49%;
  gap: 2%;
}

.contents main .sec04 .inner .search_box .search-title {
  font-size: 24px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contents main .sec04 .inner .search_box .search-title span {
  line-height: 0;
  margin-right: 10px;
}

.contents main .sec04 .inner .search_box #area_box {
  display: block;
}

.contents main .sec04 .inner .search_box select {
  width: 100%;
  border: 3px solid #223559;
  height: 50px;
  margin: 20px auto;
  padding: 10px;
  border-radius: 10px;
}

.contents main .sec04 .inner .search_box .area_items input.txtinput {
  width: 100%;
  border: 3px solid #223559;
  height: 50px;
  margin: 20px auto;
  padding: 10px;
  border-radius: 10px;
}

.contents main .sec04 .inner .search_box .btn {
  padding: 0;
  position: relative;
  border-radius: 10px;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #2D4486;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.contents main .sec04 .inner .search_box .btn input {
  color: #fff;
  font-size: 20px;
}

.contents main .sec04 .inner .search_box .btn span {
  position: absolute;
  right: 20px;
}

.contents main .sec04 .inner .search_box .btn span img {
  vertical-align: middle;
  margin-top: -8px;
  display: inline-block;
}

.contents main .sec04 .inner .map .search-title {
  font-size: 24px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contents main .sec04 .inner .map .search-title span {
  line-height: 0;
  margin-right: 10px;
}

.contents main .sec05 {
  padding-bottom: 40px;
}

.contents main .sec05 h2 {
  line-height: 0;
}

.contents main .sec05 .others_list .others_box {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  margin-top: 20px;
}

.contents main .sec06 .banner_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contents main .sec06 .banner_list ul li:nth-child(2) {
  margin: 0 10px;
}

@media screen and (max-width: 1020px) {
  .contents {
    display: block;
    min-width: 100%;
    overflow: hidden;
  }

  .contents main {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .contents main .sec01 {
    margin-bottom: 34px;
  }

  .contents main .sec01 .area_01,
  .contents main .sec01 .area_02 {
    width: calc(100% - 20px);
    margin: 0 10px;
    line-height: 1;
    border-radius: 10px;
  }

  .contents main .sec01 .area_01 a.order,
  .contents main .sec01 .area_02 a.order {
    margin-top: 10px;
    display: block;
  }

  .contents main .sec01 .area_01 .area_inner,
  .contents main .sec01 .area_02 .area_inner {
    padding: 0px 10px 10px;
  }

  .contents main .sec01 .area_01 .area_inner h3,
  .contents main .sec01 .area_02 .area_inner h3 {
    font-size: 20px;
    padding: 0 0 6px;
  }

  .contents main .sec01 .area_01 {
    margin-bottom: 10px;
  }

  .contents main .sec02 .slide-items .items_box {
    padding: 20px;
  }

  .contents main .sec02 .slide-items .items_box h3 {
    font-size: 15px;
    line-height: 1;
  }

  .contents main .sec02 .slide-items .items_box .cat {
    font-size: 10.5px;
    margin: 10px auto;
  }

  .contents main .sec02 .slide-items .items_box .cat p {
    padding: 3px 5px;
    height: 19px;
  }

  .contents main .sec02 .slide-items .items_box .txt h4 {
    font-size: 16px;
    margin: 0 auto;
  }

  .contents main .sec02 .slide-items .items_box .txt p {
    font-size: 14px;
  }

  .contents main .sec02 .slide-items .items_box .btn {
    font-size: 13px;
    line-height: 1;
    margin-top: 20px;
  }

  .contents main .sec02 .slick-dots li {
    width: 25px;
    height: 5px;
  }

  .contents main .sec03 .event_list {
    display: block;
  }

  .contents main .sec03 .event_list .event_box {
    width: calc(100% - 20px);
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 10px 10px;
  }

  .contents main .sec03 .event_list .event_box .illust {
    position: absolute;
    top: -70px;
    left: 0px;
  }



  .contents main .sec03 .event_list .event_box h3 {
    font-size: 15px;
  }

  .contents main .sec03 .event_list .event_box h2 {
    font-size: 21px;
    margin-bottom: 0;
  }

  .contents main .sec03 .event_list .event_box .txt {
    font-size: 14px;
  }

  .contents main .sec03 .event_list .event_box .btn a {
    font-size: 13px;
    height: 44px;
    border-radius: 14px;
  }

  .contents main .sec03 .event_list .event_box .detail {
    font-size: 14px;
  }

  .contents main .sec03 .event_list .event_box.first {
    padding: 0px 0px 0px;
  }

  .contents main .sec03 .event_list .event_box.first h3 {
    font-size: 15px;
    margin-top: 10px;
  }

  .contents main .sec03 .event_list .event_box.first h2 {
    font-size: 21px;
  }

  .contents main .sec03 .event_list .event_box.first .person .txt p {
    font-size: 12px;
  }

  .contents main .sec03 .event_list .event_box.first .person .txt h4 {
    font-size: 14px;
  }

  .contents main .sec03 .event_list .event_box.first::after {
    content: "";
    display: block;
    width: calc(100% + 20px);
    height: 20px;
    margin-left: -30px;
    bottom: -10px;
    position: absolute;
    border-left: 12px solid transparent;
    border-radius: 10px;
    /* border-bottom: 10px solid #EE6450; */
  }

  .contents main .sec03 .event_list .event_box.first::before {
    content: "";
    display: block;
    width: 10px;
    height: calc(100% + 10px);
    margin-left: -30px;
    bottom: -3px;
    right: -10px;
    position: absolute;
    border-top: 10px solid transparent;
    border-radius: 10px;
    /* border-right: 10px solid #EE6450; */
  }

  .contents main .sec05 .others_list {
    margin: 0 10px;
    width: calc(100% - 20px);
  }

  .contents main .sec05 .others_list iframe {
    height: 250px;
  }
}

@media screen and (max-width: 440px) {
  .contents main .sec04 h3 {
    font-size: 16px;
  }

  .contents main .sec04 .inner ul {
    display: block;
  }

  .contents main .sec04 .inner ul li {
    line-height: 0;
    margin-bottom: 10px;
  }

  .contents main .sec04 .inner .search_box {
    display: block;
  }

  .contents main .sec04 .inner .search_box .search-title {
    font-size: 16px;
  }

  .contents main .sec04 .inner .search_box .area_items {
    margin-top: 20px;
  }

  .contents main .sec04 .inner .search_box .btn {
    height: 44px;
    border-radius: 14px;
  }

  .contents main .sec04 .inner .search_box .btn input {
    font-size: 13px;
    border: none;
  }

  .contents main .sec04 .inner .search_box .btn span {
    font-size: 14px;
  }

  .contents main .sec04 .inner .map .search-title {
    font-size: 16px;
  }

  .contents main .sec06 .banner_list {
    max-width: calc(100% - 20px);
    margin: 0 10px;
  }

  .contents main .sec06 .banner_list ul {
    display: block;
  }

  .contents main .sec06 .banner_list ul li {
    line-height: 0;
    margin-bottom: 10px;
  }

  .contents main .sec06 .banner_list ul li:nth-child(2n) {
    margin: 0 auto 10px;
  }
}


.detail .detail_inner {
  padding: 40px;
  max-width: 900px;
  margin: 0 auto;
}

.detail h1 {
  text-align: center;
  margin-bottom: 10px;
}

.detail .mv {
  line-height: 0;
}

.detail .mv .thumb {
  margin-top: 2px;
}

.detail .mv .thumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.detail .mv .thumb ul li {
  margin-right: 2px;
  line-height: 1;
}

.detail .mv .thumb ul li:last-child {
  margin-right: 0;
}

.detail .sec01 .cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto 10px;
  font-size: 18px;
  font-weight: 700;
}

.detail .sec01 .cat p {
  color: #fff;
  padding: 0 5px;
  margin-right: 10px;
  line-height: 1.9;
}

.detail .sec01 .cat .cat_01 {
  background: #3FB0D3;
}

.detail .sec01 .cat .cat_02 {
  background: #E06073;
}

.detail .sec01 h2 {
  font-size: 24px;
  margin-bottom: 40px;
  margin-top: 30px;
}

.detail .sec01 .info dl dt {
  font-size: 18px;
  line-height: 1.9;
  font-weight: 700;
}

.detail .sec01 .info dl dd {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.detail .sec01 .txt {
  font-size: 16px;
  line-height: 1.9;
  margin-top: 30px;
}

.detail .sec01 .item {
  margin-top: 40px;
}

.detail .sec01 .item .tag {
  background: #3FB0D3;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  padding: 6px 5px;
  line-height: 1;
}

.detail .sec01 .item h3 {
  margin: 5px 0;
  font-size: 24px;
}

.detail .sec01 .item-info {
  background: #F8F0E4;
  border-radius: 10px;
}

.detail .sec01 .item-desc {
  font-size: 18px;
  line-height: 1.9;
  margin-top: 10px;
}

.detail .sec01 .item-info__figure {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 10px 15px;
  font-weight: bold;
  color: #3FB0D3;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .detail .sec01 .item-info__figure {
    max-width: 100%;
  }
}

.detail .sec01 .item-info .t1 {
  font-weight: bold;
  text-align: center;
  color: #594b23;
}

.detail .sec01 .item-info .t2 {
  color: #fff;
  text-align: center;
  background-color: #3FB0D3;
  margin-bottom: 0px;
  font-weight: bold;
  height: 20px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.detail .sec01 .item-info .graph-title {
  width: 20%;
  color: #3FB0D3;
  font-size: 16px;
}

.detail .sec01 .item-info .graph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
}

.detail .sec01 .item-info .graph-c1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18px;
  position: relative;
}

.detail .sec01 .item-info .graph-c1::after {
  content: "";
  border-bottom: 1px solid #3FB0D3;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.detail .sec01 .item-info .graph-c1 span {
  border-left: 1px solid #3FB0D3;
  width: 1px;
  height: 6px;
  position: relative;
}

.detail .sec01 .item-info .graph-c1 span.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background-color: #3FB0D3;
}

.detail .sec01 .text-right {
  text-align: right;
}

.detail .sec01 .store_info .store_box {
  border: 1px solid #2D4486;
  border-radius: 10px;
  overflow: hidden;
  font-size: 18px;
  margin-top: 20px;
}

.detail .sec01 .store_info .store_box h3 {
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: #2D4486;
  margin: 0;
}

.detail .sec01 .store_info .store_box .txt {
  margin: 0;
  padding: 10px;
  background-color: white;
  word-wrap: break-word;
}

.detail .sec01 .store_info .store_box .txt a {
  color: #3FB0D3;
  font-weight: bold;
}

.detail .sec01 .store_info .store_box .txt h4 {
  margin-top: 10px;
}

.detail .sec01 .btn_back {
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
}

.detail .sec01 .btn_back a {
  border-radius: 14px;
  background: #2D4486;
  color: #fff;
  width: 100%;
  max-width: 300px;
  height: 42px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1020px) {
  .detail .detail_inner {
    padding: 20px;
    margin: 0 10px;
  }

  .detail h1 {
    text-align: left;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .detail .mv {
    line-height: 0;
  }

  .detail .mv .thumb {
    margin-top: 2px;
  }

  .detail .mv .thumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .detail .mv .thumb ul li {
    margin-right: 2px;
    line-height: 1;
  }

  .detail .mv .thumb ul li:last-child {
    margin-right: 0;
  }

  .detail .sec01 .cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px auto 10px;
    font-size: 10.5px;
    font-weight: 700;
  }

  .detail .sec01 .cat p {
    color: #fff;
    padding: 0 5px;
    margin-right: 10px;
    line-height: 1.9;
  }

  .detail .sec01 .cat .cat_01 {
    background: #3FB0D3;
  }

  .detail .sec01 .cat .cat_02 {
    background: #E06073;
  }

  .detail .sec01 h2 {
    font-weight: 900;
    font-size: 15px;
    margin-bottom: 10px;
  }

  .detail .sec01 .info dl dt {
    font-size: 14px;
    line-height: 1.9;
    font-weight: 700;
  }

  .detail .sec01 .info dl dd {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .detail .sec01 .txt {
    font-size: 12px;
    line-height: 1.9;
    margin-top: 30px;
  }

  .detail .sec01 .item {
    margin-top: 40px;
  }

  .detail .sec01 .item .tag {
    background: #3FB0D3;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 6px 5px;
    line-height: 1;
  }

  .detail .sec01 .item h3 {
    margin: 5px 0;
    font-size: 16px;
  }

  .detail .sec01 .item-info {
    background: #F8F0E4;
    border-radius: 10px;
  }

  .detail .sec01 .item-desc {
    font-size: 12px;
    line-height: 1.9;
    margin-top: 10px;
  }

  .detail .sec01 .item-info__figure {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 10px 15px;
    font-weight: bold;
    color: #3FB0D3;
  }
}

@media screen and (max-width: 1020px) and (max-width: 768px) {
  .detail .sec01 .item-info__figure {
    max-width: 100%;
  }
}

@media screen and (max-width: 1020px) {
  .detail .sec01 .item-info .t1 {
    font-weight: bold;
    text-align: center;
    color: #594b23;
  }
}

@media screen and (max-width: 1020px) {
  .detail .sec01 .item-info .t2 {
    color: #fff;
    text-align: center;
    background-color: #3FB0D3;
    margin-bottom: 0px;
    font-weight: bold;
    height: 20px;
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 1020px) {
  .detail .sec01 .item-info .graph-title {
    width: 20%;
    color: #3FB0D3;
    font-size: 12px;
  }
}

@media screen and (max-width: 1020px) {
  .detail .sec01 .item-info .graph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }
}

@media screen and (max-width: 1020px) {
  .detail .sec01 .item-info .graph-c1 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    position: relative;
  }
}

@media screen and (max-width: 1020px) {
  .detail .sec01 .item-info .graph-c1::after {
    content: "";
    border-bottom: 1px solid #3FB0D3;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media screen and (max-width: 1020px) {
  .detail .sec01 .item-info .graph-c1 span {
    border-left: 1px solid #3FB0D3;
    width: 1px;
    height: 6px;
    position: relative;
  }
}

@media screen and (max-width: 1020px) {
  .detail .sec01 .item-info .graph-c1 span.is-active::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background-color: #3FB0D3;
  }
}

@media screen and (max-width: 1020px) {
  .detail .sec01 .store_info .store_box {
    border: 1px solid #2D4486;
    border-radius: 10px;
    overflow: hidden;
    font-size: 12px;
    margin-top: 20px;
  }

  .detail .sec01 .store_info .store_box h3 {
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: #2D4486;
    margin: 0;
  }

  .detail .sec01 .store_info .store_box .txt {
    margin: 0;
    padding: 10px;
  }

  .detail .sec01 .store_info .store_box .txt h4 {
    margin-top: 10px;
  }
}


.search h1 {
  text-align: center;
  font-size: 21px;
  margin: 20px auto;
}

.search .store_list {
  background: #fff;
  padding: 20px;
}

.search .store_list .store_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #2D4486;
}

.search .store_list .store_box a .arrow {
  color: #3FB0D3;
  font-size: 24px;
}

.search .store_list .store_box:last-child a {
  border-bottom: 1px solid #2D4486;
}

@media screen and (max-width: 1020px) {
  .search .store_list {
    margin: 0 10px;
  }
}

body a {
  color: #2D4486;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

a:hover {
  opacity: 0.8;
}

h2 {
  line-height: 1;
}

.contents {
  /*
  	display: grid;
  	grid-template-columns: 27.5% 27.5% 45%;
  	main,
  	.search_box{
  	    overflow: scroll;
      	overflow-x: hidden;
   	    height: 100vh;
   	    width: 100%;
  	}
  */
}

aside {
  max-width: 25%;
  position: sticky;
  top: 0;
  left: 20px;
  padding-top: 70px;
  min-width: 375px;
  height: 100vh;
  overflow: scroll;
  background-image: url(../images/nav_bg.png);
  background-size: cover;
}

aside .logo {
  text-align: center;
  margin: 0 auto 0 auto;
  width: 100%;
}

aside .nav {
  /* background: #FFE560; */
  max-width: 340px;
  margin: 0 auto;
  padding: 30px 0;
  border-radius: 20px;
}


aside .nav nav {
  margin-bottom: 20px;
}

aside .nav ul li {
  margin-bottom: 4px;
}

aside .nav ul li:last-child {
  margin-bottom: 0;
}

aside .nav ul li a {
  color: #2D4486;
  font-size: 15px;
  font-weight: bold;
}

aside .nav ul li a span {
  font-weight: 700;
  font-size: 16px;
  display: block;
}

aside .nav .others {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 20px;
}

aside .nav .others li {
  position: relative;
}

aside .nav .others li:before {
  display: inline-block;
  margin-right: 1em;
  content: '●';
  font-size: 10px;
  color: #E47926;
}

aside .sns {
  position: absolute;
  bottom: 0;
  width: 200px;
  left: calc(50% - 100px);
  background-color: white;
  padding: 20px;
  border-radius: 8px 8px 0 0;
}

aside .sns ul {
  display: flex;
  justify-content: center;
  margin: 0 20px;
  gap: 20px;
}


aside .sns ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

aside .sns ul li a span {
  margin-left: 5px;
}

header {
  max-width: 100%;
}

header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* ボタン本体（位置と背景は従来通りならそのまま流用） */
header .inner .navi .menu_box .menu_btn.menu {
  position: fixed;
  right: 10px;
  top: 10px;
  width: 46.5px;
  height: 33px;
  z-index: 11;
  cursor: pointer;
}

/* 中身のレイアウト（縦並びで中央揃え） */
header .inner .navi .menu_box .menu_btn .menu-trigger p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
  position: relative;
}

/* アイコンは常に表示 */
header .inner .navi .menu_box .menu_btn .icon {
  display: block;
  line-height: 1;
}

/* テキストラベル共通 */
header .inner .navi .menu_box .menu_btn .label {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  color: #2D4486;
  letter-spacing: 1px;
  margin-top: 2px;
  transition: opacity 0.3s ease;
}

/* 初期状態：Menu 表示、Close 非表示 */
header .inner .navi .menu_box .menu_btn .label-menu {
  opacity: 1;
}

header .inner .navi .menu_box .menu_btn .label-close {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
}

/* メニュー開いたとき（.menu に active が付く） */
header .inner .navi .menu_box .menu_btn.menu.active .label-menu {
  opacity: 0;
}

header .inner .navi .menu_box .menu_btn.menu.active .label-close {
  opacity: 1;
}


header .inner .menu_list {
  width: 100%;
  background: #FEE990;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
  position: fixed;
  top: 0px;
  left: 0px;
}

header .inner .menu_list.active {
  height: 100vh;
  overflow: scroll;
}

header .inner .menu_list .logo {
  text-align: center;
  margin: 0 auto 24px;
  width: 100%;
  padding-top: 60px;
}

header .inner .menu_list .nav {
  max-width: 340px;
  margin: 0 auto;
  padding: 30px 0;
  border-radius: 20px;
}

header .inner .menu_list .nav nav {
  margin-bottom: 20px;
}

header .inner .menu_list .nav ul {
  display: block;
}

header .inner .menu_list .nav ul li {
  margin-bottom: 4px;
}

header .inner .menu_list .nav ul li:last-child {
  margin-bottom: 0;
}

header .inner .menu_list .nav ul li a {
  color: #2D4486;
  font-size: 20px;
  font-weight: 900;
}

header .inner .menu_list .nav ul li a {
  color: #2D4486;
  font-size: 15px;
  font-weight: bold;
}

header .inner .menu_list .nav .others {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  padding: 20px;
}

header .inner .menu_list .nav .others li {
  position: relative;
}

header .inner .menu_list .nav .others li:before {
  display: inline-block;
  margin-right: 1em;
  content: '●';
  font-size: 10px;
  color: #E47926;
}

header .inner .menu_list .sns {
  width: 200px;
  margin: 10px auto 0;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
}

header .inner .menu_list .sns ul {
  display: flex;
  justify-content: center;
  margin: 0 20px;
  gap: 20px;
}


header .inner .menu_list .sns ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .inner .menu_list .sns ul li a span {
  margin-left: 5px;
}

footer {
  width: 100%;
  background: white;
  padding-bottom: 30px;
}

footer .banner_list {
  padding: 20px 20px 12px;
  background-image: url(../images/footer_bg.png);
  background-size: cover;
}

footer .banner_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

footer .banner_list ul li {
  margin: 0 5px;
}

footer .footer_inner {
  padding: 40px;
}

footer .footer_inner h2 {
  margin: 20px auto;
}

footer .footer_inner p {
  line-height: 1.5;
}

footer .txt {
  font-size: 12px;
  margin-top: 20px;
}


footer .copy {
  text-align: center;
  font-size: 12px;
}

@media screen and (max-width: 1020px) {
  footer {
    width: 100%;
    min-width: unset;
    margin: 0 auto;
  }

  footer .banner_list {
    margin: 20px 0px;
    max-width: 100%;
  }

  footer .banner_list ul {
    display: block;
  }
}


/* 2026 */
.ob-c {
  color: #3FB0D3 !important;
}

.sa-c {
  color: #E06073;
}