@charset "UTF-8";
/*
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, 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, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ul, ol {
  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;
  background: transparent;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .tab {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .tab {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.original-body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-size: 17px;
  line-height: 1.5;
  word-wrap: break-word;
  color: #22201d;
}

@media screen and (max-width: 767px) {
  .original-body {
    font-size: 14px;
  }
}

.original-body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.original-body a {
  color: #22201d;
  text-decoration: none;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (min-width: 768px) {
  .original-body a:hover {
    opacity: 0.8;
  }
}

.original-body img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

main {
  display: block;
}

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fade {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

@media screen and (max-width: 767px) {
  .fade {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

.fade.side-l {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
}

@media screen and (max-width: 767px) {
  .fade.side-l {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}

.fade.side-r {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
}

@media screen and (max-width: 767px) {
  .fade.side-r {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
}

.fade.fade-in {
  -webkit-animation: FadeIn 1s forwards;
          animation: FadeIn 1s forwards;
}

@media screen and (min-width: 768px) {
  .fade.fade-in.one {
    -webkit-animation-delay: .2s;
            animation-delay: .2s;
  }
}

@media screen and (min-width: 768px) {
  .fade.fade-in.two {
    -webkit-animation-delay: .4s;
            animation-delay: .4s;
  }
}

@media screen and (min-width: 768px) {
  .fade.fade-in.thr {
    -webkit-animation-delay: .6s;
            animation-delay: .6s;
  }
}

@media screen and (max-width: 767px) {
  .parallax-mirror {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  #header {
    padding-bottom: 47px !important;
  }
}

.key-visual {
  position: relative;
}

.key-visual .list {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.key-visual .list.slick-initialized {
  opacity: 1;
}

.key-visual .title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.key-visual .title img {
  width: 63.68056vw;
}

@media screen and (max-width: 767px) {
  .key-visual .title img {
    width: 100%;
  }
}

.key-visual .item {
  position: relative;
}

.key-visual .item a.text-wrap {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 160px;
  height: 110px;
  padding: 10px;
  background-color: #fff;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

@media screen and (max-width: 767px) {
  .key-visual .item a.text-wrap {
    width: 40vw;
    height: 26.66667vw;
  }
}

.key-visual .item a.text-wrap:hover {
  -webkit-transition: 1.5s;
  transition: 1.5s;
  opacity: 1;
  background-color: #298c02;
}

.key-visual .item a.text-wrap:hover .text {
  color: #fff;
}

.key-visual .item a.text-wrap:hover .text:after {
  background-color: #fff;
}

.key-visual .item .text {
  position: relative;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .key-visual .item .text {
    font-size: 10px;
  }
}

.key-visual .item .text:nth-of-type(1) {
  padding-bottom: 5px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .key-visual .item .text:nth-of-type(1) {
    padding-bottom: 0.93333vw;
  }
}

.key-visual .item .text:nth-of-type(1):after {
  content: "";
  display: block;
  margin-top: 5px;
  width: 100%;
  height: 1px;
  background-color: #298c02;
}

.key-visual .item .text:nth-of-type(2) {
  margin-top: 5px;
  color: #298c02;
}

@media screen and (max-width: 767px) {
  .key-visual .item .text:nth-of-type(2) {
    margin-top: 0.93333vw;
  }
}

.key-visual .item .text .ruby {
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 0;
  font-size: 8px;
}

.key-visual .item img {
  width: 100%;
}

.key-visual .slick-dotted.slick-slider {
  margin: 0;
}

.key-visual .slick-slide img {
  display: inline;
}

.key-visual .slick-prev, .key-visual .slick-next {
  width: 25px;
  height: 45px;
  top: auto;
  bottom: 0;
  margin: 0;
  z-index: 1;
  -webkit-transform: none;
          transform: none;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 767px) {
  .key-visual .slick-prev, .key-visual .slick-next {
    width: 10.66667vw;
    height: 6.66667vw;
  }
}

.key-visual .slick-prev:before, .key-visual .slick-next:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 17px;
  height: 17px;
  background: url(../img/sp/icon-kv-arrow-right.png) center 0/100% no-repeat !important;
}

@media screen and (max-width: 767px) {
  .key-visual .slick-prev:before, .key-visual .slick-next:before {
    width: 3.33333vw;
    height: 3.33333vw;
  }
}

.key-visual .slick-prev:hover, .key-visual .slick-next:hover {
  opacity: 0.7;
}

.key-visual .slick-prev {
  left: auto;
  right: 185px;
}

@media screen and (max-width: 767px) {
  .key-visual .slick-prev {
    left: 0;
  }
}

.key-visual .slick-prev:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.key-visual .slick-next {
  right: 160px;
}

@media screen and (max-width: 767px) {
  .key-visual .slick-next {
    left: 10.66667vw;
  }
}

.key-visual .slick-dots {
  top: 32vw;
  bottom: auto;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .key-visual .slick-dots {
    top: auto;
    right: auto;
    bottom: 1.6vw;
    left: 24vw;
    width: auto;
  }
}

.key-visual .slick-dots li {
  margin: 0 0.2vw;
  width: 0.4vw;
  height: 0.4vw;
}

@media screen and (max-width: 767px) {
  .key-visual .slick-dots li {
    width: 1.33333vw;
    height: 1.33333vw;
    margin: 0 0.93333vw;
  }
}

.key-visual .slick-dots li button {
  width: inherit;
  height: inherit;
  padding: 0;
  border-radius: 100%;
}

.key-visual .slick-dots li button:before {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  border-radius: 100%;
  border-radius: inherit;
  background-color: #373532;
}

.key-visual .slick-dots li.slick-active button:before {
  top: -0.05vw;
  width: 0.2vw;
  height: 0.2vw;
  background-color: #fff;
  border: 0.15vw solid #aaa;
}

@media screen and (max-width: 767px) {
  .key-visual .slick-dots li.slick-active button:before {
    width: 0.53333vw;
    height: 0.53333vw;
    background-color: transparent;
    border: 0.5vw solid #aaa;
  }
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3);
}

.slide-side-nav {
  -webkit-transform: translateX(410px);
          transform: translateX(410px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 410px;
  height: 100%;
  background-color: #298c02;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .slide-side-nav {
    width: 100vw;
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
}

.slide-side-nav.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slide-side-nav .list {
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .slide-side-nav .list {
    padding: 0 5.33333vw;
  }
}

.slide-side-nav li a {
  display: block;
  padding: 50px 0 50px 20px;
  border-bottom: 2px solid #4cad26;
  font-size: 20px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .slide-side-nav li a {
    padding: 6.66667vw 2.66667vw;
    font-size: 13px;
  }
}

.slide-side-nav li:nth-of-type(1) a {
  border-top: 2px solid #4cad26;
}

.slide-side-nav button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  margin: 50px 20px 0 auto;
  width: 38px;
  height: 38px;
  background: url(../img/sp/icon-menu-btn.png) center 0/100% no-repeat;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 767px) {
  .slide-side-nav button {
    width: 10.13333vw;
    height: 10.13333vw;
    position: absolute;
    right: 0;
    bottom: 4vw;
  }
}

.slide-side-nav button:hover {
  opacity: 0.8;
}

.slide-side-nav-btn {
  -webkit-box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 62px;
  background-color: #298c02;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (max-width: 767px) {
  .slide-side-nav-btn {
    width: 10.66667vw;
    height: 10.93333vw;
  }
}

.slide-side-nav-btn:hover {
  width: 66px;
  padding-right: 6px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: #1b6100;
}

.slide-side-nav-btn span {
  width: 20px;
  height: 2px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .slide-side-nav-btn span {
    width: 4vw;
  }
}

.slide-side-nav-btn span:nth-of-type(2) {
  margin: 5px 0;
}

.know-the-product {
  position: relative;
}

@media screen and (max-width: 767px) {
  .know-the-product {
    background: #fff url(../img/sp/bg_know-the-product.jpg) 0 100%/contain no-repeat !important;
  }
}

@media screen and (min-width: 1520px) {
  .know-the-product {
    background-size: 60%;
  }
}

.know-the-product .slide-side-nav-btn {
  position: absolute;
  top: 70px;
}

.know-the-product .inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 200px 30px;
}

@media screen and (max-width: 767px) {
  .know-the-product .inner {
    max-width: 100%;
    padding: 12vw 2.66667vw 68vw;
  }
}

.know-the-product .group {
  max-width: 440px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .know-the-product .group {
    max-width: 100%;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .know-the-product .title {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .know-the-product .title img {
    width: 70.53333vw;
  }
}

.know-the-product .title span {
  display: block;
  font-size: .8em;
  color: #298c02;
}

.know-the-product .text-wrap {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .know-the-product .text-wrap {
    margin-top: 4vw;
  }
}

.know-the-product .text {
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .know-the-product .text {
    font-size: 14px;
    text-align: center;
  }
}

.know-the-product .text:not(:nth-of-type(1)) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .know-the-product .text:not(:nth-of-type(1)) {
    margin-top: 4vw;
  }
}

.various-onions {
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
  .various-onions:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
  }
}

@media screen and (min-width: 1700px) {
  .various-onions {
    background-size: 60%;
  }
}

@media screen and (max-width: 767px) {
  .various-onions {
    background: #f8f8f6 url(../img/sp/bg_various-onions.jpg) center 80px/contain no-repeat !important;
  }
}

.various-onions .inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 100px 0 150px;
}

@media screen and (max-width: 767px) {
  .various-onions .inner {
    max-width: 100%;
    padding: 11.33333vw 6.66667vw 16vw;
  }
}

.various-onions .group {
  position: relative;
  z-index: 10;
  max-width: 410px;
  margin-right: auto;
  padding-top: 150px;
  padding-left: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
  .various-onions .group {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .various-onions .group {
    max-width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .various-onions .title {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .various-onions .title img {
    width: 65.73333vw;
  }
}

.various-onions .text-wrap {
  margin-top: 34px;
}

@media screen and (max-width: 767px) {
  .various-onions .text-wrap {
    margin-top: 4.8vw;
  }
}

.various-onions .text {
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .various-onions .text {
    text-align: center;
  }
}

.various-onions .inner .btn {
  margin-top: 26px;
}

@media screen and (max-width: 767px) {
  .various-onions .inner .btn {
    margin-top: 4vw;
  }
}

.various-onions .inner .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 220px;
  padding: 8px;
  border: 1px solid #ddd;
  color: #22201d;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .various-onions .inner .btn a {
    max-width: 100%;
    width: 54.66667vw;
    padding: 2.66667vw 1.33333vw;
    margin: 0 auto;
    position: relative;
  }
  .various-onions .inner .btn a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 2.66667vw;
    bottom: 0;
    margin: auto;
    width: 2.8vw;
    height: 2.8vw;
    background: url(../img/sp/icon-detail-arrow-right_1.png) 0 0/100% no-repeat;
  }
}

.details-list {
  position: relative;
  z-index: 10;
  margin-top: 130px;
}

@media screen and (max-width: 767px) {
  .details-list {
    margin-top: 80vw;
    padding: 0 2.66667vw;
  }
}

.details-list .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .details-list .list {
    display: block;
    max-width: 100%;
  }
}

.details-list .list > li {
  text-align: center;
  max-width: 350px;
  width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 820px) {
  .details-list .list > li {
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .details-list .list > li {
    max-width: 100%;
  }
}

.details-list .list > li:not(:nth-of-type(1)) {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .details-list .list > li:not(:nth-of-type(1)) {
    margin-left: 0;
    margin-top: 10.66667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
  .details-list .list > li:nth-of-type(1) {
    margin-right: 30px;
  }
}

.details-list .list > li:nth-of-type(1) .block {
  border-bottom-color: #ec3636;
}

.details-list .list > li:nth-of-type(1) .btn a {
  background-color: #ec3636;
}

.details-list .list > li:nth-of-type(1) .btn a:hover {
  background-color: #ac2121;
}

.details-list .list > li:nth-of-type(2) .block {
  border-bottom-color: #b36843;
}

.details-list .list > li:nth-of-type(2) .btn a {
  background-color: #b36843;
}

.details-list .list > li:nth-of-type(2) .btn a:hover {
  background-color: #7c482e;
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
  .details-list .list > li:nth-of-type(3) {
    margin-top: 40px;
  }
}

.details-list .list > li:nth-of-type(3) .block {
  border-bottom-color: #dfb81e;
}

.details-list .list > li:nth-of-type(3) .btn a {
  background-color: #dfb81e;
}

.details-list .list > li:nth-of-type(3) .btn a:hover {
  background-color: #b38304;
}

.details-list .list > li .block {
  padding: 40px 10px 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .details-list .list > li .block {
    padding: 6.66667vw 1.33333vw 1.33333vw;
  }
}

@media screen and (max-width: 767px) {
  .details-list .list > li .block .title img {
    width: 44.53333vw;
  }
}

.details-list .list > li .block ul {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .details-list .list > li .block ul {
    margin-top: 0;
  }
}

.details-list .list > li .btn a {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 220px;
  margin: 30px auto 0;
  padding: 8px;
  color: #fff;
  position: relative;
  -webkit-transition: .7s;
  transition: .7s;
}

@media screen and (max-width: 767px) {
  .details-list .list > li .btn a {
    max-width: 100%;
    width: 33.33333vw;
    margin: 4.53333vw auto 0;
    padding: 2.66667vw 1.33333vw;
    font-size: 12px;
  }
}

.details-list .list > li .btn a:hover {
  opacity: 1;
  -webkit-transition: .7s;
  transition: .7s;
}

.details-list .list > li .btn a:hover:after {
  opacity: 1;
}

.details-list .list > li .btn a:after {
  -webkit-transition: .7s;
  transition: .7s;
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  height: 7.5px;
  background: url(../img/sp/icon-detail-arrow-right_2.png) center 0/100% no-repeat;
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
  .details-list .list > li .btn a:after {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .details-list .list > li .btn a:after {
    opacity: 1;
    position: static;
    width: 2.66667vw;
    height: 2vw;
    margin-left: 3.73333vw;
  }
}

.details-list .slick-prev, .details-list .slick-next {
  margin-top: -20px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .details-list .slick-prev, .details-list .slick-next {
    top: 62%;
  }
}

.details-list .slick-prev:before, .details-list .slick-next:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/sp/icon-arrow-right.png) center 0/100% no-repeat !important;
}

.details-list .slick-prev {
  left: 0;
}

.details-list .slick-prev:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.details-list .slick-next {
  right: 0;
}

.details-list .slick-dots li {
  width: 7px;
  height: 7px;
}

.details-list .slick-dots li button {
  width: inherit;
  height: inherit;
  border-radius: 100%;
}

.details-list .slick-dots li button:before {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background-color: #ccc;
}

.details-list .slick-dots li.slick-active button:before {
  top: -1px;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border: 2px solid #ccc;
}

@media screen and (min-width: 768px) {
  .this-onion:nth-of-type(1) {
    background: #f3f3f0 url(../img/bg_this-onion1.jpg) right top/auto no-repeat;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .this-onion:nth-of-type(1) {
    background: #f3f3f0 url(../img/sp/bg_this-onion1.jpg) center 0/100% no-repeat;
  }
}

@media screen and (min-width: 768px) {
  .this-onion:nth-of-type(1) .inner.few-articles {
    max-width: 1270px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .this-onion:nth-of-type(1) .head .title img {
    width: calc( 414 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .this-onion:nth-of-type(1) .slide-cont {
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .this-onion:nth-of-type(1) .slide-three {
    width: 100%;
  }
}

.this-onion:nth-of-type(1) .slide-three .slick-prev {
  right: auto;
}

@media screen and (min-width: 768px) {
  .this-onion:nth-of-type(1) .slide-three .slick-prev {
    left: 4px;
  }
}

@media screen and (max-width: 767px) {
  .this-onion:nth-of-type(1) .slide-three .slick-prev {
    left: calc( 10 / 750 * 100vw);
  }
}

.this-onion:nth-of-type(1) .slide-three .slick-prev:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.this-onion:nth-of-type(1) .slide-three .slick-next {
  left: auto;
}

@media screen and (min-width: 768px) {
  .this-onion:nth-of-type(1) .slide-three .slick-next {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .this-onion:nth-of-type(1) .slide-three .slick-next {
    right: calc( 10 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .this-onion:nth-of-type(1) .slide-three > ul li {
    max-width: 520px !important;
  }
}

@media screen and (min-width: 768px) {
  .this-onion:nth-of-type(2) {
    background: url(../img/bg_this-onion2.jpg) right top/auto no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .this-onion:nth-of-type(2) {
    background: url(../img/sp/bg_this-onion2.jpg) center 0/100% no-repeat;
  }
}

@media screen and (min-width: 768px) {
  .this-onion:nth-of-type(2) .inner.few-articles {
    max-width: 1270px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .this-onion:nth-of-type(2) .slide-cont {
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .this-onion:nth-of-type(2) .slide-three {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .this-onion:nth-of-type(2) .slide-three > ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.this-onion:nth-of-type(2) .slide-three .slick-prev {
  right: auto;
}

@media screen and (min-width: 768px) {
  .this-onion:nth-of-type(2) .slide-three .slick-prev {
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .this-onion:nth-of-type(2) .slide-three .slick-prev {
    left: calc( 10 / 750 * 100vw);
  }
}

.this-onion:nth-of-type(2) .slide-three .slick-prev:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.this-onion:nth-of-type(2) .slide-three .slick-next {
  left: auto;
}

@media screen and (min-width: 768px) {
  .this-onion:nth-of-type(2) .slide-three .slick-next {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .this-onion:nth-of-type(2) .slide-three .slick-next {
    right: calc( 10 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .this-onion:nth-of-type(2) .head .title img {
    width: calc( 413 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .this-onion {
    padding: 70px 0 90px;
  }
}

@media screen and (max-width: 767px) {
  .this-onion {
    padding: calc( 70 / 750 * 100vw) 0;
  }
}

@media screen and (min-width: 768px) {
  .this-onion .inner .head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .this-onion .inner .head {
    padding: 0 calc( 50 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .this-onion .inner .head .title {
    margin: 0 60px 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .this-onion .inner .head .title img {
    width: calc( 414 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .this-onion .inner .head .text {
    margin-top: 26px;
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .this-onion .inner .head .text {
    margin-top: calc( 30 / 750 * 100vw);
    font-size: 14px;
  }
}

.this-onion .inner .slide-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .this-onion .inner .slide-cont {
    margin-top: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .this-onion .inner .slide-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: calc( 50 / 750 * 100vw);
  }
}

.this-onion .inner .slide-cont .slide-one {
  background-color: #fff;
  border-bottom: 2px solid #298c02;
  border-radius: 8px 8px 0 0;
  -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
  .this-onion .inner .slide-cont .slide-one {
    width: 380px;
    padding: 20px 0;
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  .this-onion .inner .slide-cont .slide-one {
    width: calc( 630 / 750 * 100vw);
    margin: calc( 50 / 750 * 100vw) auto 0;
    padding: calc( 20 / 750 * 100vw) 0;
  }
}

.this-onion .inner .slide-cont .slide-one .title {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .this-onion .inner .slide-cont .slide-one .title img {
    width: calc( 334 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .this-onion .inner .slide-cont .slide-one ul {
    margin-top: 10px;
    padding: 0 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .this-onion .inner .slide-cont .slide-one ul {
    margin-top: calc( 10 / 750 * 100vw);
    padding: 0 calc( 60 / 750 * 100vw) calc( 40 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .this-onion .inner .slide-cont .slide-one ul li .image {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .this-onion .inner .slide-cont .slide-one ul li .image {
    margin-top: calc( 20 / 750 * 100vw);
  }
}

.this-onion .inner .slide-cont .slide-one ul li .image img {
  width: 100%;
}

.this-onion .inner .slide-cont .slide-one ul li .text {
  line-height: 1;
  color: #298c02;
}

@media screen and (min-width: 768px) {
  .this-onion .inner .slide-cont .slide-one ul li .text {
    margin-top: 10px;
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .this-onion .inner .slide-cont .slide-one ul li .text {
    margin-top: calc( 20 / 750 * 100vw);
    font-size: 14px;
  }
}

.this-onion .inner .slide-cont .slide-one ul a {
  display: block;
}

.this-onion .inner .slide-cont .slide-one .slick-dotted.slick-slider {
  margin: 0;
}

.this-onion .inner .slide-cont .slide-one .slick-slide img {
  display: inline;
}

.this-onion .inner .slide-cont .slide-one .slick-prev, .this-onion .inner .slide-cont .slide-one .slick-next {
  margin: 0;
  z-index: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (min-width: 768px) {
  .this-onion .inner .slide-cont .slide-one .slick-prev, .this-onion .inner .slide-cont .slide-one .slick-next {
    top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .this-onion .inner .slide-cont .slide-one .slick-prev, .this-onion .inner .slide-cont .slide-one .slick-next {
    top: 18.5vw;
  }
}

.this-onion .inner .slide-cont .slide-one .slick-prev:before, .this-onion .inner .slide-cont .slide-one .slick-next:before {
  content: "";
  display: block;
  margin: 0 auto;
  background: url(../img/icon-kv-arrow-right-gray.png) center 0/100% no-repeat !important;
}

@media screen and (min-width: 768px) {
  .this-onion .inner .slide-cont .slide-one .slick-prev:before, .this-onion .inner .slide-cont .slide-one .slick-next:before {
    width: 11px;
    height: 18px;
  }
}

@media screen and (max-width: 767px) {
  .this-onion .inner .slide-cont .slide-one .slick-prev:before, .this-onion .inner .slide-cont .slide-one .slick-next:before {
    width: 2.2vw;
    height: 3.6vw;
  }
}

.this-onion .inner .slide-cont .slide-one .slick-prev:hover, .this-onion .inner .slide-cont .slide-one .slick-next:hover {
  opacity: 0.7;
}

.this-onion .inner .slide-cont .slide-one .slick-prev {
  right: auto;
}

@media screen and (min-width: 768px) {
  .this-onion .inner .slide-cont .slide-one .slick-prev {
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .this-onion .inner .slide-cont .slide-one .slick-prev {
    left: calc( 15 / 750 * 100vw);
  }
}

.this-onion .inner .slide-cont .slide-one .slick-prev:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.this-onion .inner .slide-cont .slide-one .slick-next {
  left: auto;
}

@media screen and (min-width: 768px) {
  .this-onion .inner .slide-cont .slide-one .slick-next {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .this-onion .inner .slide-cont .slide-one .slick-next {
    right: 2vw;
  }
}

.this-onion .inner .slide-cont .slide-one .slick-dots {
  top: auto;
  left: 0;
  margin: 0 auto;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .this-onion .inner .slide-cont .slide-one .slick-dots {
    bottom: -30px;
  }
}

@media screen and (max-width: 767px) {
  .this-onion .inner .slide-cont .slide-one .slick-dots {
    top: auto;
    right: 0;
    bottom: -4vw;
    left: 0;
    width: auto;
  }
}

.this-onion .inner .slide-cont .slide-one .slick-dots li {
  margin: 0 4px;
  width: 8px;
  height: 8px;
}

@media screen and (max-width: 767px) {
  .this-onion .inner .slide-cont .slide-one .slick-dots li {
    width: 1.33333vw;
    height: 1.33333vw;
    margin: 0 0.93333vw;
  }
}

.this-onion .inner .slide-cont .slide-one .slick-dots li button {
  width: inherit;
  height: inherit;
  padding: 0;
  border-radius: 100%;
}

.this-onion .inner .slide-cont .slide-one .slick-dots li button:before {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  border-radius: 100%;
  border-radius: inherit;
  background-color: #373532;
}

.this-onion .inner .slide-cont .slide-one .slick-dots li.slick-active button:before {
  top: -1px;
  margin: 0;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border: 2px solid #aaa;
}

@media screen and (max-width: 767px) {
  .this-onion .inner .slide-cont .slide-one .slick-dots li.slick-active button:before {
    width: 0.53333vw;
    height: 0.53333vw;
    background-color: transparent;
    border: 0.5vw solid #aaa;
  }
}

.this-onion .inner .slide-cont .slide-three > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .this-onion .inner .slide-cont .slide-three > ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .this-onion .inner .slide-cont .slide-three > ul li {
    padding: 0 15px;
    max-width: 430px;
  }
}

@media screen and (max-width: 767px) {
  .this-onion .inner .slide-cont .slide-three > ul li {
    max-width: calc( 530 / 750 * 100vw);
    padding: 0 calc( 20 / 750 * 100vw) calc( 50 / 750 * 100vw) !important;
  }
}

.this-onion .inner .slide-cont .slide-three > ul li a {
  display: block;
}

.this-onion .inner .slide-cont .slide-three > ul li a:hover .text {
  text-decoration: underline;
}

.this-onion .inner .slide-cont .slide-three > ul li a:hover .btn {
  border-color: #298c02;
  color: #fff;
  background-color: #298c02;
}

.this-onion .inner .slide-cont .slide-three > ul li .title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.this-onion .inner .slide-cont .slide-three > ul li .title span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .this-onion .inner .slide-cont .slide-three > ul li .title span {
    height: 34px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .this-onion .inner .slide-cont .slide-three > ul li .title span {
    height: calc( 40 / 750 * 100vw);
    font-size: 10px;
  }
}

.this-onion .inner .slide-cont .slide-three > ul li .title span:nth-of-type(1) {
  color: #fff;
  background-color: #298c02;
}

@media screen and (min-width: 768px) {
  .this-onion .inner .slide-cont .slide-three > ul li .title span:nth-of-type(1) {
    width: 50px;
  }
}

@media screen and (max-width: 767px) {
  .this-onion .inner .slide-cont .slide-three > ul li .title span:nth-of-type(1) {
    width: calc( 70 / 750 * 100vw);
  }
}

.this-onion .inner .slide-cont .slide-three > ul li .title span:nth-of-type(2) {
  color: #298c02;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .this-onion .inner .slide-cont .slide-three > ul li .title span:nth-of-type(2) {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .this-onion .inner .slide-cont .slide-three > ul li .title span:nth-of-type(2) {
    padding: 0 calc( 20 / 750 * 100vw);
  }
}

.this-onion .inner .slide-cont .slide-three > ul li .image {
  position: relative;
}

.this-onion .inner .slide-cont .slide-three > ul li .image img {
  width: 100%;
}

.this-onion .inner .slide-cont .slide-three > ul li .text {
  color: #298c02;
}

@media screen and (min-width: 768px) {
  .this-onion .inner .slide-cont .slide-three > ul li .text {
    margin-top: 18px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .this-onion .inner .slide-cont .slide-three > ul li .text {
    margin-top: calc( 20 / 750 * 100vw);
    font-size: 14px;
  }
}

.this-onion .inner .slide-cont .slide-three > ul li .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a3a59f;
  border: 1px solid #a3a59f;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (min-width: 768px) {
  .this-onion .inner .slide-cont .slide-three > ul li .btn {
    margin-top: 16px;
    font-size: 14px;
    width: 110px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .this-onion .inner .slide-cont .slide-three > ul li .btn {
    margin-top: calc( 16 / 750 * 100vw);
    font-size: 11px;
    width: calc( 165 / 750 * 100vw);
    height: calc( 40 / 750 * 100vw);
  }
}

.this-onion .inner .slide-cont .slide-three .slick-dotted.slick-slider {
  margin: 0;
}

.this-onion .inner .slide-cont .slide-three .slick-slide img {
  display: inline;
}

.this-onion .inner .slide-cont .slide-three .slick-prev, .this-onion .inner .slide-cont .slide-three .slick-next {
  bottom: 0;
  margin: 0;
  z-index: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: .4s;
  transition: .4s;
  background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 768px) {
  .this-onion .inner .slide-cont .slide-three .slick-prev, .this-onion .inner .slide-cont .slide-three .slick-next {
    width: 40px;
    height: 40px;
    top: 85px;
  }
}

@media screen and (max-width: 767px) {
  .this-onion .inner .slide-cont .slide-three .slick-prev, .this-onion .inner .slide-cont .slide-three .slick-next {
    top: 13vw;
    width: 8.66667vw;
    height: 8.66667vw;
  }
}

.this-onion .inner .slide-cont .slide-three .slick-prev:before, .this-onion .inner .slide-cont .slide-three .slick-next:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  background: url(../img/sp/icon-kv-arrow-right.png) center 0/100% no-repeat !important;
}

@media screen and (max-width: 767px) {
  .this-onion .inner .slide-cont .slide-three .slick-prev:before, .this-onion .inner .slide-cont .slide-three .slick-next:before {
    width: 3.33333vw;
    height: 3.33333vw;
  }
}

.this-onion .inner .slide-cont .slide-three .slick-prev:hover, .this-onion .inner .slide-cont .slide-three .slick-next:hover {
  opacity: 0.7;
}

.this-onion .inner .slide-cont .slide-three .slick-dots {
  top: auto;
  margin: 0 auto;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .this-onion .inner .slide-cont .slide-three .slick-dots {
    bottom: -35px;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .this-onion .inner .slide-cont .slide-three .slick-dots {
    top: auto;
    right: 0;
    left: 0;
    bottom: 1.33333vw;
    width: auto;
    margin: 0 auto;
  }
}

.this-onion .inner .slide-cont .slide-three .slick-dots li {
  margin: 0 4px;
  padding: 0 !important;
  max-width: 100%;
  width: 8px;
  height: 8px;
}

@media screen and (max-width: 767px) {
  .this-onion .inner .slide-cont .slide-three .slick-dots li {
    width: 1.33333vw;
    height: 1.33333vw;
    margin: 0 0.93333vw;
  }
}

.this-onion .inner .slide-cont .slide-three .slick-dots li button {
  width: inherit;
  height: inherit;
  padding: 0;
  border-radius: 100%;
}

.this-onion .inner .slide-cont .slide-three .slick-dots li button:before {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  border-radius: 100%;
  border-radius: inherit;
  background-color: #373532;
}

.this-onion .inner .slide-cont .slide-three .slick-dots li.slick-active button:before {
  top: -1px;
  margin: 0;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border: 2px solid #aaa;
}

@media screen and (max-width: 767px) {
  .this-onion .inner .slide-cont .slide-three .slick-dots li.slick-active button:before {
    width: 0.53333vw;
    height: 0.53333vw;
    background-color: transparent;
    border: 0.5vw solid #aaa;
  }
}

@media screen and (min-width: 768px) {
  .onion-column {
    padding: 80px 30px 110px;
  }
}

@media screen and (max-width: 767px) {
  .onion-column {
    padding: calc( 90 / 750 * 100vw) calc( 50 / 750 * 100vw) calc( 90 / 750 * 100vw);
    background: url(../img/sp/bg_column.jpg) center 0/cover no-repeat;
  }
}

.onion-column .inner .title {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .onion-column .inner .title img {
    width: calc( 430 / 750 * 100vw);
  }
}

.onion-column .inner .text {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .onion-column .inner .text {
    text-align: center;
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .onion-column .inner .text {
    margin-top: calc( 36 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .onion-column .inner .group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 1680px;
    margin: 45px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .onion-column .inner .group {
    margin-top: calc( 50 / 750 * 100vw);
  }
}

.onion-column .inner .group .cont {
  background-color: rgba(255, 255, 255, 0.2);
}

@media screen and (min-width: 768px) {
  .onion-column .inner .group .cont {
    padding-bottom: 50px;
    max-width: 540px;
    margin-bottom: 30px;
    margin: 0 10px 30px;
  }
}

@media screen and (max-width: 767px) {
  .onion-column .inner .group .cont {
    margin-bottom: calc( 36 / 750 * 100vw);
  }
}

.onion-column .inner .group .cont .foot {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .onion-column .inner .group .cont .foot {
    padding: 20px 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .onion-column .inner .group .cont .foot {
    padding: calc( 25 / 750 * 100vw) calc( 50 / 750 * 100vw) calc( 40 / 750 * 100vw);
  }
}

.onion-column .inner .group .cont .title-wrap .title-before {
  display: inline-block;
  color: #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .onion-column .inner .group .cont .title-wrap .title-before {
    padding: 0 10px 4px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .onion-column .inner .group .cont .title-wrap .title-before {
    font-size: 11px;
  }
}

.onion-column .inner .group .cont .title-wrap .title {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .onion-column .inner .group .cont .title-wrap .title {
    margin-top: 10px;
    font-weight: bold;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .onion-column .inner .group .cont .title-wrap .title {
    margin-top: calc( 16 / 750 * 100vw);
    font-size: 14px;
  }
}

.onion-column .inner .group .cont .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #298c02;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .onion-column .inner .group .cont .btn {
    width: 214px;
    height: 40px;
    margin: 26px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .onion-column .inner .group .cont .btn {
    width: calc( 230 / 750 * 100vw);
    height: calc( 60 / 750 * 100vw);
    margin: calc( 25 / 750 * 100vw) auto 0;
  }
}

@media screen and (min-width: 768px) {
  .foot-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 90px 0;
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .foot-nav {
    padding: calc( 60 / 750 * 100vw) calc( 50 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .foot-nav .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.foot-nav li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #22201d;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .foot-nav li a {
    margin: 20px;
  }
}

@media screen and (max-width: 767px) {
  .foot-nav li a {
    padding: calc( 30 / 750 * 100vw) 0;
    font-size: 13px;
  }
}

.foot-nav li a:before {
  content: "";
  background: 0 0 / auto no-repeat;
}

@media screen and (min-width: 768px) {
  .foot-nav li a:before {
    margin: auto 12px auto 0;
    width: 21px;
    height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .foot-nav li a:before {
    width: 3.33333vw;
    height: 3.46667vw;
    margin-right: 1.86667vw;
    background-size: 100%;
  }
}

@media screen and (min-width: 768px) {
  .foot-nav li a:hover {
    text-decoration: underline;
  }
}

body.your_onions-top .foot-nav li.nav_top a,
body.list .foot-nav li.nav_list a,
body.heating .foot-nav li.nav_heating a,
body.raw .foot-nav li.nav_raw a,
body.column .foot-nav li.nav_column a{
  pointer-events: none;
  color: #ec3636;
}

@media screen and (min-width: 768px) {
  body.your_onions-top .foot-nav li.nav_top a:before,
  body.list .foot-nav li.nav_list a:before,
  body.heating .foot-nav li.nav_heating a:before,
  body.raw .foot-nav li.nav_raw a:before,
  body.column .foot-nav li.nav_column a:before{
    background-image: url(../img/icon_onion.png);
  }
}

@media screen and (max-width: 767px) {
  body.your_onions-top .foot-nav li.nav_top a:before,
  body.list .foot-nav li.nav_list a:before,
  body.heating .foot-nav li.nav_heating a:before,
  body.raw .foot-nav li.nav_raw a:before,
  body.column .foot-nav li.nav_column a:before{
    background-image: url(../img/sp/icon_onion.png);
  }
}
/*
@media screen and (min-width: 768px) {
  .foot-nav li:not(.active) a:before {
    display: none;
  }
} */

@media screen and (max-width: 767px) {
  .foot-nav li:not(.active) a:before {
    background-image: url(../img/sp/icon_onion-sub.png);
  }
}

@media screen and (max-width: 767px) {
  .foot-nav li:not(:nth-of-type(1)) {
    border-top: 1px solid #e0e0e0;
  }
}

.flowing-image li img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #topicpass {
    margin-top: 6.66667vw;
  }
}

.second_key-visual {
  padding-bottom: 8.33333vw;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1700px) {
  .second_key-visual {
    height: 740px;
    background: url(../list/img/pic_kv.jpg) center 0/cover no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .second_key-visual {
    padding-bottom: 16vw;
  }
}

.second_key-visual .slide-side-nav-btn {
  top: -14px;
}

@media screen and (max-width: 767px) {
  .second_key-visual .slide-side-nav-btn {
    top: auto;
    bottom: 12vw;
  }
}

.second_key-visual .image-wrap {
  width: 75vw;
  margin-top: 24px;
  margin-left: auto;
  position: relative;
}

@media screen and (min-width: 1024px) and (max-width: 1700px) {
  .second_key-visual .image-wrap {
    position: static;
    margin-left: 0;
    padding-left: 120px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .second_key-visual .image-wrap {
    position: static;
    margin-left: 0;
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .second_key-visual .image-wrap {
    width: auto;
    position: static;
    margin-top: 0;
  }
}

.second_key-visual .image-wrap .logo {
  position: absolute;
  top: -50px;
  left: -200px;
  z-index: 1;
}

@media screen and (min-width: 768px) and (max-width: 1700px) {
  .second_key-visual .image-wrap .logo {
    position: static;
  }
  .second_key-visual .image-wrap .logo img {
    margin-top: -50px;
  }
}

@media screen and (max-width: 767px) {
  .second_key-visual .image-wrap .logo {
    top: 4vw;
    left: 1.86667vw;
    width: 21.2vw;
    height: 21.2vw;
  }
}

.second_key-visual .image-wrap .image {
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1700px) {
  .second_key-visual .image-wrap .image {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .second_key-visual .image-wrap .image {
    width: 74.66667vw;
    margin-left: auto;
  }
}

.second_key-visual .image-wrap .image img {
  width: 100%;
}

.second_key-visual .image-wrap .group {
  position: absolute;
  bottom: 5.55556vw;
  left: -180px;
  z-index: 1;
}

@media screen and (min-width: 768px) and (max-width: 1700px) {
  .second_key-visual .image-wrap .group {
    position: static;
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .second_key-visual .image-wrap .group {
    position: static;
  }
}

.second_key-visual .image-wrap .caption {
  position: relative;
}

.second_key-visual .image-wrap .caption:after {
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
  content: "";
  display: block;
  width: 0;
  height: 3px;
  margin-top: 36px;
  background-color: #4cad26;
}

@media screen and (max-width: 767px) {
  .second_key-visual .image-wrap .caption:after {
    margin-top: 5.86667vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1700px) {
  .second_key-visual .image-wrap .caption {
    width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .second_key-visual .image-wrap .caption {
    position: absolute;
    top: 37.33333vw;
    left: 4vw;
    width: 62.8vw;
  }
}

.second_key-visual .image-wrap .caption.is-active:after {
  width: 100%;
}

.second_key-visual .image-wrap .text {
  margin-top: 30px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .second_key-visual .image-wrap .text {
    margin-top: 5.33333vw;
    padding: 0 6.66667vw;
    font-size: 14px;
  }
}

.details-2col {
  position: relative;
}

@media screen and (max-width: 767px) {
  .details-2col {
    padding-bottom: 72vw;
    background: #f8f8f6 0 100% / contain no-repeat;
  }
}

.details-2col.fade {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-animation: none;
          animation: none;
}

.details-2col.fade-in:before {
  height: 150px;
}

@media screen and (max-width: 767px) {
  .details-2col.fade-in:before {
    height: 16vw;
  }
}

.details-2col:before {
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
  content: "";
  display: block;
  z-index: 20;
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  margin: auto;
  width: 2px;
  height: 0px;
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
  .details-2col:before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .details-2col:before {
    top: -8vw;
    height: 16vw;
  }
}

@media screen and (max-width: 767px) {
  .details-2col.eat {
    background-image: url(../list/img/sp/bg_how-to-eat.jpg);
  }
}

.details-2col.eat:before {
  background-color: #ec3636;
}

.details-2col.eat .head {
  background-image: url(../list/img/bg_how-to-eat.jpg);
}

@media screen and (max-width: 767px) {
  .details-2col.eat .head {
    background-image: none;
  }
}

.details-2col.origin {
  margin-top: 190px;
}

@media screen and (max-width: 767px) {
  .details-2col.origin {
    margin-top: 0;
    background-image: url(../list/img/sp/bg_origin.jpg);
  }
}

.details-2col.origin:before {
  background-color: #dfb81e;
}

.details-2col.origin .head {
  position: relative;
  background-image: url(../list/img/bg_origin.jpg);
}

@media screen and (max-width: 767px) {
  .details-2col.origin .head {
    background-image: none;
  }
}

@media screen and (max-width: 767px) {
  .details-2col.origin .head .title img {
    width: 71.73333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
  .details-2col.origin .head:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
  }
}

.details-2col .head {
  margin: 0 30px;
  height: 530px;
  background: 0 0 / auto no-repeat;
}

@media screen and (max-width: 1100px) {
  .details-2col .head {
    background-position: -320px 0;
  }
}

@media screen and (min-width: 1700px) {
  .details-2col .head {
    background-size: 60%;
  }
}

@media screen and (max-width: 767px) {
  .details-2col .head {
    margin: 0;
    height: auto;
    background: none;
  }
}

.details-2col .head .inner {
  position: relative;
  z-index: 10;
  max-width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .details-2col .head .inner {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .details-2col .head .group {
    display: table;
    margin-right: 30px;
    margin-left: auto;
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .details-2col .head .title {
    text-align: center;
    padding-top: 14.66667vw;
  }
}

@media screen and (max-width: 767px) {
  .details-2col .head .title img {
    width: 58.4vw;
  }
}

.details-2col .head .text {
  margin-top: 30px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .details-2col .head .text {
    margin-top: 6vw;
    padding: 0 6.66667vw;
    font-size: 14px;
  }
}

.details-2col .head .text .small {
  font-size: 85%;
}

.details-2col .group {
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .details-2col .group {
    padding: 0;
  }
}

.details-2col .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1120px;
  width: 100%;
  margin: -170px auto 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .details-2col .list {
    display: block;
    max-width: 100%;
    padding: 0 9.33333vw;
  }
}

@media screen and (max-width: 767px) {
  .details-2col .list.eat {
    margin: 9.33333vw auto 0;
  }
}

.details-2col .list.eat li .text {
  color: #ec3636;
}

.details-2col .list.eat li .btn {
  border-top: 2px solid #ec3636;
}

.details-2col .list.eat li .btn a {
  max-width: 400px;
  background-color: #ec3636;
}

.details-2col .list.eat li:nth-of-type(1) .image:before {
  background-image: url(../list/img/icon_heat.png);
}

@media screen and (max-width: 767px) {
  .details-2col .list.eat li:nth-of-type(1) .image:before {
    background-image: url(../list/img/sp/icon_heat.png);
  }
}

.details-2col .list.eat li:nth-of-type(2) .image:before {
  background-image: url(../list/img/icon_raw.png);
}

@media screen and (max-width: 767px) {
  .details-2col .list.eat li:nth-of-type(2) .image:before {
    background-image: url(../list/img/sp/icon_raw.png);
  }
}

.details-2col .list.origin {
  margin-top: -110px;
}

@media screen and (max-width: 767px) {
  .details-2col .list.origin {
    margin: 9.33333vw auto 0;
  }
}

.details-2col .list.origin li .text {
  color: #9c8735;
}

.details-2col .list.origin li .btn {
  border-top: 2px solid #dfb81e;
}

.details-2col .list.origin li .btn a {
  max-width: 270px;
}

.details-2col .list.origin li:nth-of-type(1) .btn a {
  background-color: #dfb81e;
}

.details-2col .list.origin li:nth-of-type(1) .image:before {
  background-image: url(../list/img/icon_hokaidou.png);
}

@media screen and (max-width: 767px) {
  .details-2col .list.origin li:nth-of-type(1) .image:before {
    background-image: url(../list/img/sp/icon_hokaidou.png);
  }
}

.details-2col .list.origin li:nth-of-type(2) .btn a {
  background-color: #dfb81e;
}

.details-2col .list.origin li:nth-of-type(2) .image:before {
  background-image: url(../list/img/icon_honshyu.png);
}

@media screen and (max-width: 767px) {
  .details-2col .list.origin li:nth-of-type(2) .image:before {
    background-image: url(../list/img/sp/icon_honshyu.png);
  }
}

.details-2col .list .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .details-2col .list .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-left: 0;
  }
}

.details-2col .list .text {
  width: 50%;
  padding: 14px 0;
  font-size: 16px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .details-2col .list .text {
    width: 100%;
    padding: 0 6.66667vw 6.66667vw;
    font-size: 14px;
  }
}

.details-2col .list .image {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .details-2col .list .image {
    width: auto;
  }
}

.details-2col .list .image:before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  right: -20px;
  margin: auto;
  width: 98px;
  height: 98px;
  background: 0 0 / 100% no-repeat;
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
  .details-2col .list .image:before {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .details-2col .list .image:before {
    top: -2.66667vw;
    right: 10.66667vw;
    width: 19.6vw;
    height: 19.6vw;
    background-size: 100%;
  }
}

.details-2col .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 544px;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .details-2col .list li {
    width: auto;
    max-width: 100%;
  }
}

.details-2col .list li:not(:nth-of-type(1)) {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .details-2col .list li:not(:nth-of-type(1)) {
    margin-top: 12vw;
  }
}

.details-2col .list .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 13px 10px;
  margin: 30px auto 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .details-2col .list .btn a {
    max-width: 73.77049vw;
    margin-top: 4vw;
    padding: 2.66667vw 1.33333vw;
    font-size: 12px;
  }
}

.details-2col .list .btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 15.4px;
  height: 9.1px;
  background: url(../list/img/sp/icon-kv-arrow-bottom.png) center 0/100% no-repeat;
}

@media screen and (max-width: 767px) {
  .details-2col .list .btn a:after {
    width: 2.93333vw;
    height: 1.73333vw;
    background-size: 100%;
  }
}

.details-2col .text-bottom {
  line-height: 1.7;
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .details-2col .text-bottom {
    margin-top: 50px;
  }
}

.details-3col {
  position: relative;
}

@media screen and (max-width: 767px) {
  .details-3col {
    padding-bottom: 52vw;
    background: #f8f8f6 url(../list/img/sp/bg_color.jpg) 0 100%/contain no-repeat;
  }
}

.details-3col.fade {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-animation: none;
          animation: none;
}

.details-3col.fade-in:before {
  height: 150px;
}

@media screen and (max-width: 767px) {
  .details-3col.fade-in:before {
    height: 16vw;
  }
}

.details-3col:before {
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  margin: auto;
  width: 2px;
  height: 0;
  background-color: #b36843;
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
  .details-3col:before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .details-3col:before {
    top: -8vw;
    height: 16vw;
  }
}

.details-3col.color {
  margin-top: 190px;
}

@media screen and (max-width: 767px) {
  .details-3col.color {
    margin-top: 0;
  }
}

.details-3col .head {
  margin: 0 30px;
  height: 530px;
  background: url(../list/img/bg_color.jpg) right 0/auto no-repeat;
}

@media screen and (max-width: 1100px) {
  .details-3col .head {
    background-position: 0 0;
  }
}

@media screen and (min-width: 1700px) {
  .details-3col .head {
    background-size: 70%;
  }
}

@media screen and (max-width: 767px) {
  .details-3col .head {
    margin: 0;
    height: auto;
    background: none;
  }
}

.details-3col .head .inner {
  max-width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .details-3col .head .inner {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .details-3col .head .group {
    display: table;
    margin-left: 30px;
    margin-right: auto;
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .details-3col .head .title {
    text-align: center;
    padding-top: 14.66667vw;
  }
}

@media screen and (max-width: 767px) {
  .details-3col .head .title img {
    width: 58.4vw;
  }
}

.details-3col .head .text {
  margin-top: 30px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .details-3col .head .text {
    margin-top: 6vw;
    padding: 0 6.66667vw 6.66667vw;
    font-size: 14px;
  }
}

.details-3col .group {
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .details-3col .group {
    padding: 0;
  }
}

.details-3col .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1120px;
  margin: -260px auto 0;
}

@media screen and (max-width: 767px) {
  .details-3col .list {
    display: block;
    max-width: 100%;
    margin-top: 8vw;
    padding: 0 9.33333vw;
  }
}

.details-3col .list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 350px;
  width: calc(100% / 3);
}

@media screen and (max-width: 767px) {
  .details-3col .list li {
    display: block;
    max-width: 100%;
    width: auto;
  }
}

.details-3col .list li:not(:nth-of-type(1)) {
  margin-left: 14px;
}

@media screen and (max-width: 767px) {
  .details-3col .list li:not(:nth-of-type(1)) {
    margin-top: 12vw;
  }
}

.details-3col .list .block {
  padding: 30px 40px;
  background-color: #fff;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .details-3col .list .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
}

.details-3col .list .image {
  position: relative;
}

.details-3col .list .image:before {
  content: "";
  display: block;
  position: absolute;
  top: -40px;
  right: -20px;
  margin: auto;
  width: 98px;
  height: 98px;
  background: 0 0 / 100% no-repeat;
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
  .details-3col .list .image:before {
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .details-3col .list .image:before {
    top: -2.66667vw;
    right: 10.66667vw;
    width: 19.6vw;
    height: 19.6vw;
    background-size: 100%;
  }
}

.details-3col .list .text {
  font-size: 16px;
  color: #b36843;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .details-3col .list .text {
    width: auto;
    padding: 0 8vw 6.66667vw;
    font-size: 14px;
  }
}

.details-3col .list li:nth-of-type(1) .image:before {
  background-image: url(../list/img/icon_kiiro.png);
}

@media screen and (max-width: 767px) {
  .details-3col .list li:nth-of-type(1) .image:before {
    background-image: url(../list/img/sp/icon_kiiro.png);
  }
}

.details-3col .list li:nth-of-type(2) .image:before {
  background-image: url(../list/img/icon_aka.png);
}

@media screen and (max-width: 767px) {
  .details-3col .list li:nth-of-type(2) .image:before {
    background-image: url(../list/img/sp/icon_aka.png);
  }
}

.details-3col .list li:nth-of-type(3) .image:before {
  background-image: url(../list/img/icon_shiro.png);
}

@media screen and (max-width: 767px) {
  .details-3col .list li:nth-of-type(3) .image:before {
    background-image: url(../list/img/sp/icon_shiro.png);
  }
}

.details-3col .list .btn {
  border-top: 2px solid #b36843;
}

.details-3col .list .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 260px;
  height: 46px;
  margin: 30px auto 0;
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  color: #fff;
  background-color: #b36843;
  position: relative;
}

@media screen and (max-width: 767px) {
  .details-3col .list .btn a {
    max-width: 73.77049vw;
    margin-top: 4vw;
    padding: 2.66667vw 1.33333vw;
    font-size: 12px;
  }
}

.details-3col .list .btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  width: 13.2px;
  height: 7.8px;
  background: url(../list/img/sp/icon-kv-arrow-bottom.png) center 0/100% no-repeat;
}

@media screen and (max-width: 767px) {
  .details-3col .list .btn a:after {
    width: 2.93333vw;
    height: 1.73333vw;
    background-size: 100%;
  }
}

.various-type {
  margin-top: 140px;
  padding: 90px 0;
  background: #f3f3f0 url(../list/img/bg_various-type.jpg) right 0/auto no-repeat;
}

@media screen and (max-width: 767px) {
  .various-type {
    margin-top: 0;
    padding: 14.66667vw 0 18.66667vw;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .various-type:before {
    content: "";
    display: block;
    position: absolute;
    top: -8vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 2px;
    height: 16vw;
    background-color: #298c02;
  }
}

.various-type.detail {
  margin-top: 0;
}

.various-type.detail .filter {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .various-type.detail .filter {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .various-type.detail .filter .items ul {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .various-type.detail .filter .items li {
    margin-top: 40px;
  }
}

.various-type .title {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .various-type .title img {
    width: 65.6vw;
  }
}

.various-type .title .text {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .various-type .title .text {
    margin-top: 6.66667vw;
    padding: 0 6.66667vw;
  }
}

.filter {
  margin-top: 40px;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .filter {
    margin-top: 8vw;
    padding: 5.33333vw;
  }
}

.filter .inner {
  max-width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .filter .inner {
    max-width: 100%;
  }
}

.filter .items ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
  .filter .items ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .filter .items ul {
    display: block;
    margin-top: 8vw;
    padding-left: 0;
  }
}

.filter .items li {
  max-width: 350px;
  width: calc(100%/3);
  margin-top: 60px;
  margin-right: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
  .filter .items li {
    max-width: 100%;
    width: 50%;
    margin-top: 40px;
    margin-right: 0;
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .filter .items li {
    max-width: 100%;
    width: auto;
    margin-right: 0;
  }
}

.filter .items li img {
  width: 100%;
}

.filter .items .caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 245px;
  margin-left: auto;
  margin-top: -20px;
  padding: 4px 16px;
  height: 40px;
  position: relative;
  color: #fff;
  line-height: 1.8rem;
}

@media screen and (max-width: 767px) {
  .filter .items .caption {
    width: 46.66667vw;
    height: 8vw;
    margin-top: -4vw;
    padding: 1.33333vw 2.66667vw;
    font-size: 14px;
  }
}

.filter .items .caption .ruby {
  padding-left: 4px;
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  .filter .items .caption .ruby {
    font-zize: 9px;
  }
}

.filter .items .yel .caption {
  background-color: #dfb81e;
}

.filter .items .red .caption {
  background-color: #ec3636;
}

.filter .items .wht .caption {
  background-color: #b36843;
}

input {
  display: none;
}

.bl_3daysSearchBlock {
  margin-top: 40px;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .bl_3daysSearchBlock {
    margin-top: 8vw;
    padding: 5.33333vw;
  }
}

.bl_3daysSearchBlock_inner {
  max-width: 1120px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .bl_3daysSearchBlock_inner {
    max-width: 100%;
  }
}

.js_target {
  display: none;
}

.js_target.js_selected {
  display: block;
}

.bl_selectBlock label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .bl_selectBlock label {
    padding: 8px 18px;
  }
}

@media screen and (max-width: 767px) {
  .bl_selectBlock label {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
    margin-right: 0;
    padding: calc( 16 / 750 * 100vw) calc( 10 / 750 * 100vw);
    font-size: 14px;
  }
}

.bl_selectBlock_check label .el_checkbox {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 6px;
  border-radius: 3px;
  border: 1px solid #ccc;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .bl_selectBlock_check label .el_checkbox {
    margin-right: 0.8vw;
  }
}

.bl_selectBlock_check label .el_checkbox:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 10px;
  height: 4px;
  top: 50%;
  left: 0;
  margin-top: -4px;
  margin-left: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 1;
}

.bl_selectBlock_check input[type=checkbox]:checked + label {
  border: 1px solid #e5e5e3;
  color: #e6172f;
  background: #fff;
}

.bl_selectBlock_check input[type=checkbox]:checked + label .el_checkbox {
  background-color: #e6172f;
  border-color: #e6172f;
}

.bl_selectBlock_check input[type=checkbox]:checked + label .el_checkbox:after {
  opacity: 1;
}

.el_searchResult {
  margin-bottom: 20px;
}

.bl_selectBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 90px;
  background-color: rgba(231, 231, 225, 0.5);
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
  .bl_selectBlock {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .bl_selectBlock {
    display: block;
    padding: 6.66667vw 8vw;
  }
}

.bl_selectBlock_wrapper_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.bl_selectBlock_check label {
  cursor: pointer;
}

.bl_selectBlock_ttl {
  min-width: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 10px;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .bl_selectBlock_ttl {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
    margin-right: 0;
    font-size: 14px;
  }
}

.bl_selectBlock_ttl span {
  margin-left: 3px;
}

@media screen and (max-width: 767px) {
  .bl_selectBlock_ttl span {
    margin-left: 0.8vw;
  }
}

@media screen and (max-width: 765px) {
  .bl_selectBlock_ttl {
    width: 100%;
    margin-bottom: 20px;
  }
}

.bl_selectBlock_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 765px) {
  .bl_selectBlock_content {
    width: 100%;
  }
}

.bl_searchResultBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
  .bl_searchResultBlock {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .bl_searchResultBlock {
    display: block;
    margin-top: 8vw;
    padding-left: 0;
  }
}

.bl_searchResultBlock_item {
  max-width: 350px;
  width: calc(100%/3);
  margin-top: 60px;
  margin-right: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
  .bl_searchResultBlock_item {
    margin-top: 40px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .bl_searchResultBlock_item {
    max-width: 100%;
    width: auto;
    margin-top: 8vw;
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
  .column-page section.foot div.this-column .inner .bl_searchResultBlock.column_2_center .bl_searchResultBlock_item {
    margin-top: 40px;
    margin-right: 0;
  }
}

.bl_searchResultBlock_item img {
  width: 100%;
}

.bl_searchResultBlock_item .caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 236px;
  margin-left: auto;
  margin-top: -20px;
  padding: 4px 16px;
  height: 40px;
  position: relative;
  color: #fff;
}

.bl_searchResultBlock_item .caption.double{
  height: 55px;
  line-height: 1.8rem;
}

.filter .items .caption.double{
  height: 55px;
}

@media screen and (max-width: 767px) {
  .bl_searchResultBlock_item .caption {
    width: 60.66667vw;
    height: 8vw;
    margin-top: -4vw;
    padding: 1.33333vw 2.66667vw;
    font-size: 14px;
  }
}

.bl_searchResultBlock_item .caption .ruby {
  padding-left: 4px;
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  .bl_searchResultBlock_item .caption .ruby {
    font-zize: 9px;
  }
}

div [data-color="yel"] .caption {
  background-color: #dfb81e;
}

div [data-color="red"] .caption {
  background-color: #ec3636;
}

div [data-color="wht"] .caption {
  background-color: #b36843;
}

.bl_selectBlock_check {
  display: inline-block;
  margin-right: 25px;
}

.bl_selectBlock_check:last-child {
  margin-right: 0;
}

.bl_selectBlock_release-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 300px;
  width: 100%;
  border-left: 1px solid #bcbcbb;
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
  .bl_selectBlock_release-wrap {
    max-width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: 0;
    border-top: 1px solid #bcbcbb;
  }
}

@media screen and (max-width: 767px) {
  .bl_selectBlock_release-wrap {
    padding-top: 5.33333vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    border-left: 0;
    border-top: 1px solid #bcbcbb;
  }
}

.bl_selectBlock_release {
  display: inline-block;
  vertical-align: middle;
  padding: 7px 14px;
  background-color: #bcbcbb;
  color: #fff;
  position: relative;
  cursor: pointer;
}

.bl_selectBlock_release:hover {
  opacity: 0.8;
}

.bl_selectBlock_release:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  margin: auto 10px auto 0;
  background: url(../list/img/btn_release.png) center center/100% no-repeat;
}

@media screen and (max-width: 767px) {
  .bl_selectBlock_release:before {
    width: 4.66667vw;
    height: 4.66667vw;
    margin-right: 2.66667vw;
    background-image: url(../list/img/sp/btn_release.png);
  }
}

.js_release {
  cursor: pointer;
}

.local-head-nav {
  padding: 0 30px;
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
  .local-head-nav {
    padding: 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .local-head-nav {
    display: none;
  }
}

.local-head-nav .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 1120px;
  margin: 30px auto 0;
}

.local-head-nav li {
  font-size: 13px;
  color: #9e9d9c;
}

.local-head-nav li:not(:nth-of-type(1)) {
  position: relative;
}

.local-head-nav li:not(:nth-of-type(1)):before {
  content: ">";
  display: inline-block;
  margin: auto 8px;
  width: 10px;
  height: auto;
  font-size: 13px;
  background: url(../img/.png) center 0/auto no-repeat;
}

.local-head-nav li a {
  color: #22201d;
}

.third_key-visual {
  padding-bottom: 200px;
  background: url(../list/img/bg_kv.jpg) 0 bottom/100% no-repeat;
  position: relative;
}

.third_key-visual.bg_honshu {
  background: url(../list/img/bg_kv_honshu.jpg) 0 bottom/100% no-repeat;
}

@media screen and (max-width: 767px) {
  .third_key-visual {
    padding-bottom: 13.33333vw;
    background: url(../list/img/sp/bg_kv.jpg) center 0/contain no-repeat;
  }
  .third_key-visual.bg_honshu {
    background: url(../list/img/sp/bg_kv.jpg) center 0/contain no-repeat;
  }
}

.third_key-visual .image-wrap {
  width: 75vw;
  margin-top: 24px;
  margin-left: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .third_key-visual .image-wrap {
    width: auto;
    position: static;
    margin-top: 0;
  }
}

.third_key-visual .image-wrap .logo {
  position: absolute;
  top: -50px;
  left: -200px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .third_key-visual .image-wrap .logo {
    top: 4vw;
    left: 1.86667vw;
    width: 21.2vw;
    height: 21.2vw;
  }
}

.third_key-visual .image-wrap .caption {
  position: absolute;
  bottom: 11.80556vw;
  left: -180px;
  z-index: 1;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 767px) {
  .third_key-visual .image-wrap .caption {
    top: 58.66667vw;
    bottom: auto;
    left: 4vw;
    width: 51.6vw;
    padding: 4vw 5.33333vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .third_key-visual .image-wrap .caption {
    width: 30vw;
  }
}

.third_key-visual .image-wrap .image {
  position: relative;
}

@media screen and (max-width: 767px) {
  .third_key-visual .image-wrap .image {
    width: 74.66667vw;
    margin-left: auto;
  }
}

.third_key-visual .image-wrap .image.fade {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-animation: none;
          animation: none;
}

.third_key-visual .image-wrap .image.fade-in:after {
  height: 120px;
}

@media screen and (max-width: 767px) {
  .third_key-visual .image-wrap .image.fade-in:after {
    height: 16vw;
  }
}

.third_key-visual .image-wrap .image:after {
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
}

@media screen and (min-width: 768px) {
  .third_key-visual .image-wrap .image:after {
    content: "";
    display: block;
    position: absolute;
    top: 42.36111vw;
    left: 24.65278vw;
    margin: auto;
    width: 2px;
    height: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
  .third_key-visual .image-wrap .image:after {
    display: none;
  }
}

.third_key-visual .image-wrap .image.wht:after {
  background-color: #b36843;
}

.third_key-visual .image-wrap .image.yel:after {
  background-color: #dfb81e;
}

.third_key-visual .image-wrap .image.red:after {
  background-color: #ec3636;
}

.third_key-visual .image-wrap .image img {
  width: 100%;
}

.third_key-visual .table-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
  margin-right: 4.86111vw;
}

@media screen and (max-width: 767px) {
  .third_key-visual .table-wrap {
    display: block;
    margin-top: 2.93333vw;
    margin-right: 0;
  }
}

.third_key-visual .table-wrap.wht th {
  color: #b36843;
}

.third_key-visual .table-wrap.yel th {
  color: #dfb81e;
}

.third_key-visual .table-wrap.red th {
  color: #ec3636;
}

.third_key-visual table {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .third_key-visual table {
    display: block;
  }
}

.third_key-visual table:nth-of-type(1) {
  margin-right: 22px;
}

@media screen and (max-width: 767px) {
  .third_key-visual table:nth-of-type(1) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .third_key-visual table tbody {
    display: block;
    width: auto;
    margin-top: 0;
    margin-right: 0;
  }
}

.third_key-visual table tr {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .third_key-visual table tr {
    font-size: 12px;
  }
}

.third_key-visual .features {
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .third_key-visual .features {
    padding: 0;
    position: relative;
  }
}

.third_key-visual .features .slide-side-nav-btn {
  top: -14px;
}

@media screen and (max-width: 767px) {
  .third_key-visual .features .slide-side-nav-btn {
    top: 12vw;
  }
}

@media screen and (max-width: 767px) {
  .third_key-visual .features .inner {
    padding: 0 6.66667vw;
  }
}

.third_key-visual .features .title {
  text-align: center;
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .third_key-visual .features .title {
    margin-top: 5.33333vw;
  }
}

@media screen and (max-width: 767px) {
  .third_key-visual .features .title img {
    width: 49.73333vw;
  }
  .mitsutama .third_key-visual .features .title img {
    width: 53.73333vw;
  }
  .shinohara .third_key-visual .features .title img {
    width: 70.73333vw;
  }
}

.third_key-visual .features .text {
  text-align: center;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .third_key-visual .features .text {
    text-align: left;
  }
}

.third_key-visual .features .text:nth-of-type(1) {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .third_key-visual .features .text:nth-of-type(1) {
    margin-top: 6vw;
  }
}

.third_key-visual .features .text:not(:nth-of-type(1)) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .third_key-visual .features .text:not(:nth-of-type(1)) {
    margin-top: 5.33333vw;
  }
}

@media screen and (max-width: 767px) {
  .how-to-eat {
    position: relative;
  }
}

.how-to-eat .inner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .how-to-eat .inner {
    max-width: 100%;
    position: static;
  }
}

@media screen and (max-width: 1310px) {
  .how-to-eat .inner:after {
    content: "";
    display: block;
    width: 100vw;
    height: 78.66667vw;
    margin-top: -6.66667vw;
    background: 0 0 / 100% no-repeat;
  }
}

@media screen and (min-width: 768px) and (max-width: 1310px) {
  .how-to-eat .inner:after {
    content: "";
    display: block;
    width: calc(800px * .8);
    height: calc(695px * .8);
    margin-top: -65px;
    background: 0 0 / 100% no-repeat;
  }
}

@media screen and (max-width: 1310px) {
  .how-to-eat .inner.sarasarared:after {
    background-image: url(../list/sarasarared/img/sp/pic_how-to-eat.png);
  }
  .how-to-eat .inner.sapporoki:after {
    background-image: url(../list/sapporoki/img/sp/pic_how-to-eat.png);
  }
  .how-to-eat .inner.summerred:after {
    background-image: url(../list/summerred/img/sp/pic_how-to-eat.png);
  }
  .how-to-eat .inner.yukigeshiki:after {
    background-image: url(../list/yukigeshiki/img/sp/pic_how-to-eat.png);
  }
  .how-to-eat .inner.smileball:after {
    background-image: url(../list/smileball/img/sp/pic_how-to-eat.png);
  }
  .how-to-eat .inner.mitsutama:after {
    background-image: url(../list/mitsutama/img/sp/pic_how-to-eat.png);
  }
  .how-to-eat .inner.melonlike:after {
    background-image: url(../list/melonlike/img/sp/pic_how-to-eat.png);
  }
  .how-to-eat .inner.hine:after {
    background-image: url(../list/hine/img/sp/pic_how-to-eat.jpg);
  }
  .how-to-eat .inner.shinohara:after {
    background-image: url(../list/shinohara-tamanegi/img/sp/pic_how-to-eat.jpg);
  }
}

.how-to-eat .texts {
  max-width: 820px;
  width: 100%;
  height: 860px;
  margin-left: auto;
  background-color: rgba(179, 104, 67, 0.06);
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 860px) {
  .how-to-eat .texts {
    margin-left: 70px;
  }
}

@media screen and (max-width: 767px) {
  .how-to-eat .texts {
    display: block;
    max-width: 100%;
    width: 90.66667vw;
    height: auto;
    padding-top: 6.66667vw;
    padding-bottom: 18.66667vw;
    padding-left: 5.86667vw;
    position: static;
  }
}

@media screen and (min-width: 1310px) {
  .how-to-eat .texts:after {
    content: "";
    display: block;
    position: absolute;
    top: 110px;
    left: -650px;
    margin: auto;
    width: 800px;
    height: 695px;
    background: center 0 / auto no-repeat;
  }
}

@media screen and (min-width: 768px) {
  .how-to-eat .texts.sarasarared:after {
    background-image: url(../list/sarasarared/img/pic_how-to-eat.jpg);
  }
  .how-to-eat .texts.sapporoki:after {
    background-image: url(../list/sapporoki/img/pic_how-to-eat.jpg);
  }
  .how-to-eat .texts.summerred:after {
    background-image: url(../list/summerred/img/pic_how-to-eat.jpg);
  }
  .how-to-eat .texts.yukigeshiki:after {
    background-image: url(../list/yukigeshiki/img/pic_how-to-eat.jpg);
  }
  .how-to-eat .texts.smileball:after {
    background-image: url(../list/smileball/img/pic_how-to-eat.jpg);
  }
  .how-to-eat .texts.mitsutama:after {
    background-image: url(../list/mitsutama/img/pic_how-to-eat.jpg);
  }
  .how-to-eat .texts.melonlike:after {
    background-image: url(../list/melonlike/img/pic_how-to-eat.jpg);
  }
  .how-to-eat .texts.hine:after {
    background-image: url(../list/hine/img/pic_how-to-eat.jpg);
  }
  .how-to-eat .texts.shinohara:after {
    background-image: url(../list/shinohara-tamanegi/img/pic_how-to-eat.jpg);
  }
}

.how-to-eat .texts .title {
  margin-left: -460px;
  padding-top: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1310px) {
  .how-to-eat .texts .title {
    margin-left: -20px;
  }
}

@media screen and (max-width: 767px) {
  .how-to-eat .texts .title {
    width: 70vw;
    margin-left: -8vw;
  }
}

.how-to-eat .texts .text-wrap {
  max-width: 390px;
  width: 100%;
  margin: 36px auto 0;
}

@media screen and (max-width: 767px) {
  .how-to-eat .texts .text-wrap {
    margin-top: 4vw;
    padding-right: 15px;
  }
}

.how-to-eat .texts .text {
  line-height: 1.7;
}

.how-to-eat .texts .text:not(:nth-of-type(1)) {
  margin-top: 20px;
}

.how-to-eat .texts .round-text {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .how-to-eat .texts .round-text {
    text-align: center;
    margin: 6.66667vw auto 0;
  }
}

@media screen and (max-width: 767px) {
  .how-to-eat .texts .round-text img {
    width: 61.73333vw;
  }
  .mitsutama .how-to-eat .texts .round-text img {
    width: 100%;
  }
  .shinohara .how-to-eat .texts .round-text img {
    width: 100%;
  }
}

.save {
  margin-top: 240px;
  padding: 0 30px;
}

@media screen and (min-width: 768px) and (max-width: 1310px) {
  .save {
    margin-top: 60px;
    padding: 0 6.66667vw;
  }
}

@media screen and (max-width: 767px) {
  .save {
    margin-top: 6.66667vw;
  }
}

.save .title {
  text-align: center;
}

.save .text {
  text-align: center;
  margin-top: 24px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .save .text {
    margin-top: 2.66667vw;
    text-align: left;
  }
}

.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 470px;
  margin-top: 120px;
  padding: 0 30px;
  background: center / cover no-repeat fixed;
}

@media screen and (max-width: 767px) {
  .share {
    height: 80vw;
    margin-top: 18.66667vw;
    padding: 6vw;
    background: center 0 / cover no-repeat;
  }
}

@media screen and (min-width: 768px) {
  .share {
    position: relative;
  }
  .share:before {
    -webkit-transition: 1.2s ease;
    transition: 1.2s ease;
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 2px;
    height: 0;
    background-color: #298c02;
  }
}

.share.fade {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-animation: none;
          animation: none;
}

.share.fade-in:before {
  height: 160px;
}

@media screen and (max-width: 767px) {
  .share.fade-in:before {
    height: 16vw;
  }
}

.share.sarasarared {
  background-image: url(../list/sarasarared/img/bg_share.jpg);
}

.share.sapporoki {
  background-image: url(../list/sapporoki/img/bg_share.jpg);
}

.share.summerred {
  background-image: url(../list/summerred/img/bg_share.jpg);
}

.share.yukigeshiki {
  background-image: url(../list/yukigeshiki/img/bg_share.jpg);
}

.share.smileball {
  background-image: url(../list/smileball/img/bg_share.jpg);
}

.share.mitsutama {
  background-image: url(../list/mitsutama/img/bg_share.jpg);
}

.share.melonlike {
  background-image: url(../list/melonlike/img/bg_share.jpg);
}

.share.hine {
  background-image: url(../list/hine/img/bg_share.jpg);
}

.share.shinohara {
  background-image: url(../list/shinohara-tamanegi/img/bg_share.jpg);
}

.share .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 840px;
  width: 100%;
  height: 230px;
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 767px) {
  .share .inner {
    max-width: 100%;
    height: 64vw;
  }
}

.share .title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #298c02;
}

@media screen and (max-width: 767px) {
  .share .title {
    font-size: 18px;
    position: relative;
  }
  .share .title:before {
    content: "";
    display: block;
    position: absolute;
    top: -28vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 2px;
    height: 25.33333vw;
    background-color: #298c02;
  }
}

.share .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .share .list {
    display: block;
    margin-top: 2.66667vw;
  }
}

@media screen and (min-width: 768px) {
  .share .list li:nth-of-type(1) {
    margin-right: 30px;
  }
}

.share .list li:nth-of-type(1) a {
  background-color: #000;
}

.share .list li:nth-of-type(1) a:before {
  background-image: url(../list/img/sp/icon_tw.png);
}

@media screen and (max-width: 767px) {
  .share .list li:nth-of-type(2) {
    margin-top: 1.73333vw;
  }
}

.share .list li:nth-of-type(2) a {
  background-color: #32599d;
}

.share .list li:nth-of-type(2) a:before {
  background-image: url(../list/img/sp/icon_fb.png);
}

.share .list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .share .list li a {
    width: 64vw;
    height: 12.8vw;
    font-size: 14.5px;
  }
}

.share .list li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto 0;
  width: 30px;
  height: 30px;
  background: 0 0 / 100% no-repeat;
}

@media screen and (max-width: 767px) {
  .share .list li a:before {
    left: 4vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}

.brand {
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .brand {
    padding-top: 40px;
  }
}

.btn-brand a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: 260px;
  margin: 0 auto;
  padding: 13px 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  background-color: #000;
  position: relative;
}

@media screen and (max-width: 767px) {
  .btn-brand a {
    max-width: 73.77049vw;
    margin-top: 4vw;
    padding: 2.66667vw 1.33333vw;
    font-size: 12px;
  }
}

.btn-brand a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 16px;
  bottom: 0;
  margin: auto;
  width: 7.8px;
  height: 13.2px;
  background: url(../list/img/sp/icon-kv-arrow-right.png) center 0/100% no-repeat;
}

@media screen and (max-width: 767px) {
  .btn-brand a:before {
    width: 1.73333vw;
    height: 2.93333vw;
  }
}

.btn-brand a[target="_blank"]:after {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  right: 13px;
  margin: auto;
  width: 17px;
  height: 17px;
  background: url(../list/img/sp/icon_external.png) center 0/100% no-repeat;
}

@media screen and (max-width: 767px) {
  .btn-brand a[target="_blank"]:after {
    width: 4vw;
    height: 4vw;
  }
}

.btn-brand.wht a {
  background: #b36843;
}

.btn-brand.yel a {
  background: #dfb81e;
}

.btn-brand.red a {
  background: #ec3636;
}

.column-page {
  position: relative;
}

@media screen and (min-width: 768px) {
  .column-page .slide-side-nav-btn {
    top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .column-page .slide-side-nav-btn {
    top: calc( 85 / 750 * 100vw);
  }
}

.column-page div.sns-btns {
  border: 1px solid #cccbca;
}

@media screen and (min-width: 768px) {
  .column-page div.sns-btns {
    margin-top: 40px;
    padding: 14px 10px 8px;
  }
}

@media screen and (max-width: 767px) {
  .column-page div.sns-btns {
    margin-top: calc( 60 / 750 * 100vw);
    padding: calc( 20 / 750 * 100vw) calc( 10 / 750 * 100vw) calc( 10 / 750 * 100vw);
  }
}

.column-page div.sns-btns ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .column-page div.sns-btns ul li.fb {
    width: 90px;
    margin: 2px 2px 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .column-page div.sns-btns ul li.fb {
    margin: 3px calc( 5 / 750 * 100vw) 0;
  }
}

@media screen and (min-width: 768px) {
  .column-page div.sns-btns ul li.tw {
    width: 89px;
    margin: 0 6px;
  }
}

@media screen and (max-width: 767px) {
  .column-page div.sns-btns ul li.tw {
    margin: 0 calc( 10 / 750 * 100vw);
  }
}

@media all and (-ms-high-contrast: none) {
  .column-page div.sns-btns ul li.tw {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .column-page div.sns-btns ul li.ln {
    width: 87px;
    margin: 0 6px;
  }
}

@media screen and (max-width: 767px) {
  .column-page div.sns-btns ul li.ln {
    margin: 0 calc( 10 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .column-page .video-wrap + .sns-btns .fb {
    margin: 0 4px 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .column-page .video-wrap + .sns-btns .fb {
    margin: 3px 4px 0 5px;
  }
}

@media screen and (min-width: 768px) {
  .column-page section.kv .inner {
    max-width: 1120px;
    margin: 0 auto;
  }
}

.column-page section.kv div.head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .column-page section.kv div.head {
    height: 150px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.kv div.head {
    margin-top: calc( 30 / 750 * 100vw);
    height: calc( 150 / 750 * 100vw);
  }
}

.column-page section.kv div.head div.logo {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .column-page section.kv div.head div.logo {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.kv div.head div.logo {
    left: calc( 20 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .column-page section.kv div.head div.logo img {
    width: calc( 159 / 750 * 100vw);
  }
}

.column-page section.kv div.head h2.title {
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .column-page section.kv div.head h2.title img {
    width: calc( 333 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .column-page section.kv .image {
    max-width: 910px;
    margin: 10px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.kv .image {
    margin-top: calc( 30 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .column-page section.kv div.foot {
    max-width: 910px;
    margin: 10px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.kv div.foot {
    padding: 0 calc( 30 / 750 * 100vw);
  }
}

.column-page section.kv div.foot h1 {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .column-page section.kv div.foot h1 {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.kv div.foot h1 {
    margin-top: calc( 6 / 750 * 100vw);
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .column-page section.kv div.foot div.title-wrap {
    text-align: center;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.kv div.foot div.title-wrap {
    margin-top: calc( 44 / 750 * 100vw);
  }
}

.column-page section.kv div.foot div.title-wrap .title-before {
  color: #298c02;
}

@media screen and (min-width: 768px) {
  .column-page section.kv div.foot div.title-wrap .title-before {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.kv div.foot div.title-wrap .title-before {
    font-size: 12px;
  }
}

.column-page section.kv div.foot div.title-wrap .title {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .column-page section.kv div.foot div.title-wrap .title {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.kv div.foot div.title-wrap .title {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .column-page section.kv div.foot div.title-wrap .datetime {
    margin-top: 16px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.kv div.foot div.title-wrap .datetime {
    margin-top: calc( 20 / 750 * 100vw);
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  .column-page .main {
    padding: 0 30px;
  }
}

.column-page .main .inner {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .column-page .main .inner {
    max-width: 1120px;
  }
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont {
    max-width: 910px;
    margin: 60px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.main-cont {
    padding: 0 calc( 30 / 750 * 100vw);
  }
}

.column-page section.main-cont > h2 {
  font-weight: bold;
  border-bottom: 2px solid #298c02;
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont > h2 {
    margin-top: 60px;
    font-size: 22px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.main-cont > h2 {
    margin-top: calc( 60 / 750 * 100vw);
    padding-bottom: calc( 20 / 750 * 100vw);
    font-size: 18px;
  }
}

.column-page section.main-cont p, .column-page section.main-cont li, .column-page section.main-cont dt, .column-page section.main-cont dd {
  line-height: 1.6;
}

.column-page section.main-cont p span, .column-page section.main-cont li span, .column-page section.main-cont dt span, .column-page section.main-cont dd span {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont p span, .column-page section.main-cont li span, .column-page section.main-cont dt span, .column-page section.main-cont dd span {
    margin: 0 2px;
  }
}

.column-page section.main-cont p strong, .column-page section.main-cont li strong, .column-page section.main-cont dt strong, .column-page section.main-cont dd strong {
  background-color: #fef2ba;
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont p strong, .column-page section.main-cont li strong, .column-page section.main-cont dt strong, .column-page section.main-cont dd strong {
    margin: 0 2px;
    padding: 4px;
  }
}

.column-page section.main-cont p a, .column-page section.main-cont li a, .column-page section.main-cont dt a, .column-page section.main-cont dd a {
  text-decoration: underline;
  color: #298c02;
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont p a, .column-page section.main-cont li a, .column-page section.main-cont dt a, .column-page section.main-cont dd a {
    margin: 0 2px;
  }
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont p a:hover, .column-page section.main-cont li a:hover, .column-page section.main-cont dt a:hover, .column-page section.main-cont dd a:hover {
    text-decoration: none;
  }
}

.column-page section.main-cont > h3 {
  font-weight: bold;
  background-color: #f2f2f2;
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont > h3 {
    margin-top: 40px;
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 7px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.main-cont > h3 {
    margin-top: calc( 60 / 750 * 100vw);
    padding: calc( 20 / 750 * 100vw) calc( 16 / 750 * 100vw);
    font-size: 15px;
    border-radius: 5px;
  }
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont p {
    margin-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.main-cont p {
    margin-top: calc( 50 / 750 * 100vw);
  }
}

.column-page section.main-cont div.quote {
  border-top: 1px solid #cccbca;
  border-bottom: 1px solid #cccbca;
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont div.quote {
    margin-top: 40px;
    padding: 25px 40px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.main-cont div.quote {
    margin-top: calc( 60 / 750 * 100vw);
    padding: calc( 40 / 750 * 100vw) calc( 20 / 750 * 100vw);
    position: relative;
  }
  .column-page section.main-cont div.quote:before, .column-page section.main-cont div.quote:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    background-color: #cccbca;
    width: 1px;
    height: 12px;
  }
  .column-page section.main-cont div.quote:before {
    left: 0;
  }
  .column-page section.main-cont div.quote:after {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.main-cont div.quote .inner:before, .column-page section.main-cont div.quote .inner:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    background-color: #cccbca;
    width: 1px;
    height: 12px;
  }
  .column-page section.main-cont div.quote .inner:before {
    left: 0;
  }
  .column-page section.main-cont div.quote .inner:after {
    right: 0;
  }
}

.column-page section.main-cont div.quote p {
  margin-top: 0;
}

.column-page section.main-cont div.quote small {
  color: rgba(34, 32, 29, 0.5);
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont div.quote small {
    display: block;
    text-align: right;
    margin-top: 20px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.main-cont div.quote small {
    display: table;
    margin-left: auto;
    margin-top: calc( 20 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont div.comment {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.main-cont div.comment {
    margin-top: calc( 60 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont div.comment dl:not(:nth-of-type(1)) {
    margin-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.main-cont div.comment dl:not(:nth-of-type(1)) {
    margin-top: calc( 60 / 750 * 100vw);
  }
}

.column-page section.main-cont div.comment dl dt {
  display: inline;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont div.comment dl dt {
    margin-right: 16px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.main-cont div.comment dl dt {
    margin-right: calc( 20 / 750 * 100vw);
  }
}

.column-page section.main-cont div.comment dl dt.red {
  color: #de453a;
}

.column-page section.main-cont div.comment dl dt.blue {
  color: #3172af;
}

.column-page section.main-cont div.comment dl dt.yellow {
  color: #eab13c;
}

.column-page section.main-cont div.comment dl dt.brown {
  color: #8c5635;
}

.column-page section.main-cont div.comment dl dd {
  display: inline;
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont div.list {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.main-cont div.list {
    margin-top: calc( 30 / 750 * 100vw);
  }
}

.column-page section.main-cont div.list ul li {
  position: relative;
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont div.list ul li {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.main-cont div.list ul li {
    padding-left: calc( 24 / 750 * 100vw);
  }
}

.column-page section.main-cont div.list ul li:before {
  content: "・";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: inherit;
}

.column-page section.main-cont div.list ol {
  counter-reset: number 0;
}

.column-page section.main-cont div.list ol li {
  position: relative;
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont div.list ol li {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.main-cont div.list ol li {
    padding-left: calc( 24 / 750 * 100vw);
  }
}

.column-page section.main-cont div.list ol li:before {
  counter-increment: number 1;
  content: counter(number);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  font-size: inherit;
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont div.images {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.main-cont div.images {
    margin-top: calc( 50 / 750 * 100vw);
  }
}
.column-page section.main-cont div.images.col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.column-page section.main-cont div.images.col3 .image {
  width: 32%;
}

.column-page section.main-cont div.images.col1 .image img,
.column-page section.main-cont div.images.col2 .image img,
.column-page section.main-cont div.images.col3 .image img{
  width: 100%;
}
.column-page section.main-cont div.images.col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* @media screen and (min-width: 768px) {
  .column-page section.main-cont div.images.col2 picture:nth-of-type(2) {
    margin-left: 30px;
  }
} */
.column-page section.main-cont div.images.col2 .image {
  width: 49%;
}
@media screen and (min-width: 768px) {
  .column-page section.main-cont div.images.col2 .image {
    max-width: 440px;
  }
}
/*
.column-page section.main-cont div.images.col2 .image:nth-of-type(2) {
  margin-left: 30px;
} */

.column-page section.main-cont div.images.col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont div.images.col1 .image img {
    max-width: 560px;
  }
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont div.images .caption {
    margin-top: 10px;
    color: rgba(34, 32, 29, 0.5);
  }
}

@media screen and (max-width: 767px) {
  .column-page section.main-cont div.images .caption {
    margin-top: calc( 12 / 750 * 100vw);
  }
}

.column-page section.main-cont section.sub-cont {
  border: 1px solid #cccbca;
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont section.sub-cont {
    margin-top: 40px;
    padding: 50px 40px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.main-cont section.sub-cont {
    margin-top: calc( 60 / 750 * 100vw);
    padding: calc( 40 / 750 * 100vw);
  }
}

.column-page section.main-cont section.sub-cont span {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont section.sub-cont span {
    margin: 0 2px;
  }
}

.column-page section.main-cont section.sub-cont strong {
  background-color: #fef2ba;
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont section.sub-cont strong {
    margin: 0 2px;
    padding: 4px;
  }
}

.column-page section.main-cont section.sub-cont a {
  text-decoration: underline;
  color: #298c02;
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont section.sub-cont a {
    margin: 0 2px;
  }
}

.column-page section.main-cont section.sub-cont > h2 {
  font-weight: bold;
  border-bottom: 2px solid #298c02;
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont section.sub-cont > h2 {
    font-size: 22px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.main-cont section.sub-cont > h2 {
    padding-bottom: calc( 20 / 750 * 100vw);
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont section.sub-cont > p {
    margin-top: 35px;
  }
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont section.sub-cont {
    margin-top: 50px;
  }
}

.column-page section.main-cont section.sub-cont > h3 {
  font-weight: bold;
  background-color: #f2f2f2;
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont section.sub-cont > h3 {
    margin-top: 40px;
    padding: 20px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 7px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.main-cont section.sub-cont > h3 {
    margin-top: calc( 60 / 750 * 100vw);
    padding: calc( 20 / 750 * 100vw) calc( 16 / 750 * 100vw);
    font-size: 15px;
    border-radius: 5px;
  }
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont section.sub-cont > p {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.main-cont section.sub-cont > p {
    margin-top: calc( 50 / 750 * 100vw);
  }
}

.column-page section.main-cont section.sub-cont > p span {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont section.sub-cont > p span {
    margin: 0 2px;
  }
}

.column-page section.main-cont section.sub-cont > p strong {
  background-color: #fef2ba;
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont section.sub-cont > p strong {
    margin: 0 2px;
    padding: 4px;
  }
}

.column-page section.main-cont section.sub-cont > p a {
  text-decoration: underline;
  color: #298c02;
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont section.sub-cont > p a {
    margin: 0 2px;
  }
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont div.detail-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.main-cont div.detail-btns {
    margin-top: calc( 60 / 750 * 100vw);
  }
}

.column-page section.main-cont div.detail-btns a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #298c02;
  color: #fff;
  position: relative;
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont div.detail-btns a {
    width: 220px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.main-cont div.detail-btns a {
    width: 73.33333vw;
    height: 18.66667vw;
    margin: 0 auto;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont div.detail-btns a:nth-of-type(2) {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.main-cont div.detail-btns a:nth-of-type(2) {
    margin-top: calc( 20 / 750 * 100vw);
  }
}

.column-page section.main-cont div.detail-btns a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: url(../img/template/icon_arrow-right.png) center 0/100% no-repeat;
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont div.detail-btns a:after {
    width: 12px;
    height: 8px;
    right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.main-cont div.detail-btns a:after {
    width: calc( 12 / 750 * 150vw);
    height: calc( 8 / 750 * 150vw);
    right: calc( 12 / 750 * 150vw);
  }
}

.column-page section.main-cont div.detail-btns a[target="_blank"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.column-page section.main-cont div.detail-btns a[target="_blank"]:before {
  content: "";
  background: url(../img/template/icon_external.png) center 0/100% no-repeat;
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont div.detail-btns a[target="_blank"]:before {
    width: 12px;
    height: 12px;
    margin-top: 4px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.main-cont div.detail-btns a[target="_blank"]:before {
    width: calc( 12 / 750 * 150vw);
    height: calc( 12 / 750 * 150vw);
    margin-top: calc( 5 / 750 * 150vw);
    margin-right: calc( 6 / 750 * 150vw);
  }
}

.column-page section.main-cont div.video-wrap {
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .column-page section.main-cont div.video-wrap {
    margin: 50px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.main-cont div.video-wrap {
    margin-top: calc( 70 / 750 * 100vw);
  }
}

.column-page section.main-cont div.video-wrap .video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.column-page section.main-cont div.video-wrap .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .column-page section.foot {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.foot {
    margin-top: calc( 60 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .column-page section.foot div.this-column .inner {
    padding: 0 calc( 100 / 750 * 100vw);
  }
}

.column-page section.foot div.this-column .inner .bl_searchResultBlock {
  padding-left: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .column-page section.foot div.this-column .inner .bl_searchResultBlock {
    margin-top: calc( 30 / 750 * 100vw);
  }
}

.column-page section.foot div.this-column .inner .bl_searchResultBlock.column_2{
  -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

@media screen and (min-width: 768px) {
  .column-page section.foot div.this-column .inner .bl_searchResultBlock.column_2_center{
    -webkit-justify-content: center;
      justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .column-page section.foot div.this-column .inner .bl_searchResultBlock.column_2_center .bl_searchResultBlock_item:last-child{
    margin-left: 30px;
  }
}

.column-page section.foot div.this-column .inner .bl_searchResultBlock_item {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .column-page section.foot div.this-column .inner .bl_searchResultBlock_item {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.foot div.this-column .inner .bl_searchResultBlock_item {
    margin-top: calc( 40 / 750 * 100vw);
  }
}

.column-page section.foot div.this-column .inner .bl_searchResultBlock.column_2 .bl_searchResultBlock_item {
  margin-right: 30px;
}

@media screen and (max-width: 1170px) {
  .column-page section.foot div.this-column .inner .bl_searchResultBlock.column_2 .bl_searchResultBlock_item {
    margin-right: 0;
  }
}

.column-page section.foot div.this-column h2.title {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #298c02;
  background-color: #298c02;
  position: relative;
}

@media screen and (min-width: 768px) {
  .column-page section.foot div.this-column h2.title {
    padding: 18px 30px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.foot div.this-column h2.title {
    padding: calc( 20 / 750 * 100vw) 0;
  }
}

.column-page section.foot div.this-column h2.title:before, .column-page section.foot div.this-column h2.title:after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
  background-color: rgba(223, 223, 223, 0.3);
  display: block;
}

@media screen and (min-width: 768px) {
  .column-page section.foot div.this-column h2.title:before {
    margin-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.foot div.this-column h2.title:before {
    margin-right: calc( 20 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .column-page section.foot div.this-column h2.title:after {
    margin-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.foot div.this-column h2.title:after {
    margin-left: calc( 20 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .column-page section.foot div.this-column h2.title img {
    width: calc( 516 / 750 * 100vw);
  }
}

.column-page section.foot div.this-column ul {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .column-page section.foot div.this-column ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.column-page section.foot div.this-column ul li.sarasarared p.caption {
  background-color: red;
}

.column-page section.foot div.this-column ul li.sapporoki p.caption {
  background-color: red;
}

.column-page section.foot div.this-column ul li.summerred p.caption {
  background-color: #ec3636;
}

.column-page section.foot div.this-column ul li.yukigeshiki p.caption {
  background-color: #b36843;
}

.column-page section.foot div.this-column ul li.smileball p.caption {
  background-color: #dfb81e;
}

@media screen and (min-width: 768px) {
  .column-page section.foot div.this-column ul li {
    max-width: 350px;
  }
}

.column-page section.foot div.this-column ul li p.caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -20px 0 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .column-page section.foot div.this-column ul li p.caption {
    width: 220px;
    height: 40px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .column-page section.foot div.another-column {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.foot div.another-column {
    margin-top: calc( 100 / 750 * 100vw);
  }
}

.column-page section.foot div.another-column h2.title {
  text-align: center;
  border-bottom: 2px solid #298c02;
}

@media screen and (min-width: 768px) {
  .column-page section.foot div.another-column h2.title {
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.foot div.another-column h2.title {
    padding-bottom: calc( 20 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .column-page section.foot div.another-column h2.title img {
    width: calc( 500 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .column-page section.foot div.another-column h2.title.raw img {
    width: calc( 668 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .column-page section.foot div.another-column h2.title.heating img {
    width: calc( 669 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .column-page section.foot div.another-column h2.title.column img {
    width: calc( 400 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .column-page section.foot div.another-column .inner {
    padding: 0 calc( 30 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .column-page section.foot div.another-column ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .column-page section.foot div.another-column ul li {
    max-width: 260px;
    width: 24%;
    margin-top: 20px;
    margin-right: 1%;
    position: relative;
  }
  .column-page section.foot div.another-column ul li:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
  .column-page section.foot div.another-column ul li {
    max-width: 100%;
    width: 50%;
    margin-top: 40px;
    margin-right: 0;
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.foot div.another-column ul li:not(:nth-of-type(1)) {
    border-top: 1px solid #e0e0e0;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.foot div.another-column ul li:nth-of-type(1) {
    margin-top: calc( 10 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  .column-page section.foot div.another-column ul li a {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.foot div.another-column ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: calc( 30 / 750 * 100vw) 0;
  }
}

.column-page section.foot div.another-column ul li a:hover .text {
  text-decoration: underline;
}

.column-page section.foot div.another-column ul li a:hover .btn {
  border-color: #298c02;
  color: #fff;
  background-color: #298c02;
}

.column-page section.foot div.another-column ul li .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .column-page section.foot div.another-column ul li .title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

@media screen and (min-width: 768px) and (max-width: 1170px) {
  .column-page section.foot div.another-column ul li .title {
    left: 30px;
  }
}

.column-page section.foot div.another-column ul li .title span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px) {
  .column-page section.foot div.another-column ul li .title span {
    height: 34px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.foot div.another-column ul li .title span {
    height: calc( 40 / 750 * 100vw);
    font-size: 10px;
  }
}

.column-page section.foot div.another-column ul li .title span:nth-of-type(1) {
  color: #fff;
  background-color: #298c02;
}

@media screen and (min-width: 768px) {
  .column-page section.foot div.another-column ul li .title span:nth-of-type(1) {
    width: 50px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.foot div.another-column ul li .title span:nth-of-type(1) {
    width: calc( 70 / 750 * 100vw);
  }
}

.column-page section.foot div.another-column ul li .title span:nth-of-type(2) {
  color: #298c02;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .column-page section.foot div.another-column ul li .title span:nth-of-type(2) {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.foot div.another-column ul li .title span:nth-of-type(2) {
    padding: 0 calc( 20 / 750 * 100vw);
  }
}

.column-page section.foot div.another-column ul li .image {
  position: relative;
}

@media screen and (max-width: 767px) {
  .column-page section.foot div.another-column ul li .image {
    max-width: calc( 240 / 750 * 100vw);
    margin-right: calc( 30 / 750 * 100vw);
  }
}

.column-page section.foot div.another-column ul li .image img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .column-page section.foot div.another-column ul li .text {
    margin-top: 14px;
    font-size: 18px;
    color: #298c02;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.foot div.another-column ul li .text {
    margin-top: calc( 20 / 750 * 100vw);
    font-size: 14px;
  }
}

.column-page section.foot div.another-column ul li .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a3a59f;
  border: 1px solid #a3a59f;
  -webkit-transition: .4s;
  transition: .4s;
}

@media screen and (min-width: 768px) {
  .column-page section.foot div.another-column ul li .btn {
    margin-top: 16px;
    font-size: 14px;
    width: 110px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .column-page section.foot div.another-column ul li .btn {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .column-page.column {
    background: url(../img/template/column/bg_column.jpg) center 250px/120% no-repeat;
  }
}

@media screen and (min-width: 1900px) {
  .column-page.column {
    background-size: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .column-page.column {
    background-size: 170%;
  }
}

@media screen and (max-width: 767px) {
  .column-page.column {
    background: url(../img/template/column/bg_column.jpg) center 40vw/220% no-repeat;
  }
}

@media screen and (max-width: 320px) {
  .column-page.column {
    background-size: 240%;
  }
}

@media screen and (min-width: 768px) {
  .column-page.column .kv {
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .column-page.column .kv .head div.title img {
    width: calc( 2629 / 750 * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .column-page.column .kv .image {
    margin: calc( 20 / 750 * 100vw) auto 0;
    padding: 0 calc( 30 / 750 * 100vw);
  }
}

.column-page.column .kv .foot .title-wrap {
  color: #fff;
}

.column-page.column .kv .foot .title-wrap .title-before {
  color: #fff !important;
}

.lyt-table {
  table-layout: fixed;
}
.lyt-table td,
.lyt-table th{
  border: 1px solid #cccbca;
  padding: 10px 20px;
  vertical-align: middle;
}
.lyt-table th{
  background-color: #f6f6f6;
}
.lyt-table td{
  text-align: center;
}
.lyt-table .cell-left {
  text-align: left;
}
.lyt-table .table-width-1 {
  width: 20%;
}
.lyt-table .table-width-2 {
  width: 25%;
}
.lyt-table .table-width-3 {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .lyt-table {
    width: 100%;
  }
  .lyt-table td,
  .lyt-table th{
    padding: 10px 10px;
  }
}


.red{
  color:#e60012;
}


.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
  .u-pc {
    display: none;
  }
}

.heading-01 {
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .heading-01 {
    margin-top: calc( 60 / 750 * 100vw);
    font-size: 18px;
  }
}

.text-big {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .text-big {
    font-size: 16px;
  }
}

.text-indent {
  padding-left: 1em;
}

.img-center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .img-center img {
    max-width: 600px;
  }
}
@media screen and (max-width: 767px) {
  .img-center {
    text-align: left;
  }
}


/* 篠原タマネギ（新タマネギ） フォントサイズ調整*/
.filter .items .yel .caption#shinohara--s {
  font-size: 92%;
}

@media screen and (max-width: 767px) {
  .filter .items .yel .caption#shinohara--s {
    font-size: 88%;
  }
}
div [data-color="yel"] .caption#shinohara--s {
  font-size: 92%;
}