/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;-moz-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/*!///////////////////////////////////////////*/
/*!//////////// ↓↓↓reset↓↓↓ ////////////*/
/*!///////////////////////////////////////////*/
*, *::before, *::after { box-sizing: border-box;}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl { margin: 0; color: #000;}
a { text-decoration: none;}
ul,ol { padding-left: 0; list-style-type: none;}
dd { margin-left: 0;}
p {font-size: 14px; line-height: 1.45;}
@media screen and (min-width: 768px) { p { font-size: 16px;}}
button {border: 0;}

/*!///////////////////////////////////////////*/
/*!//////////// ↑↑↑reset↑↑↑ ////////////*/
/*!///////////////////////////////////////////*/


/*!////////////////////////////////////////////*/
/*!//////////// ↓↓↓common↓↓↓ ////////////*/
/*!////////////////////////////////////////////*/
body { font-family: "Noto Serif JP" ,"Noto Sans JP", sans-serif;}
@media screen and (max-width: 767px) {
  .sp-none { display: none !important;}}
@media screen and (min-width: 768px) {
  .pc-none {display: none !important;}}
.hidden { display: none !important;}
.image { display: block; width: 100%;}
.wrapper {position: relative; overflow: hidden;}
.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: -1px;
    margin-top: -1px;
  }}
/*!////////////////////////////////////////////*/
/*!//////////// ↑↑↑common↑↑↑ ////////////*/
/*!////////////////////////////////////////////*/

* { /* clamp用 */
  min-height: 0vw;
}

body {
  background-image: url(../img/body_bg.jpg);
  background-size: 300px;
  background-repeat: repeat;
}

section {
  position: relative;
}
@media screen and (max-width: 900px) {
  section {
    margin-top: -1px;
    margin-bottom: -1px;
  }
}

a {
  transition: .3s;
}

a:hover {
  opacity: .8;
}

a img {
  pointer-events: none;
}


img {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  object-fit: contain;
}

.header {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background-color: #fff;
}

.fixed-menu {
  width: calc(90vw / 14);
  height: calc(90vw / 14);
  cursor: pointer;
}
.menu-cart {
  display: block;
  background-color: #BF983A;
}
.menu-button {
  background-color: #18727D;
}
@media screen and (max-width: 767px) {
  .fixed-menu {
    width: min(calc(60vw / 3.75),60px);
    height: min(calc(60vw / 3.75),60px);
  }
}
.fixed-menu:hover {
  opacity: .8;
}

.fixed-menu img {
  pointer-events: none;
}

.menu {
  z-index: 1000;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  display: flex;
  transition: .5s;
  visibility:hidden;
}

.menu-ac .menu {
  transform: translateX(0);
  visibility:visible;
}

.menu-blank {
  cursor: pointer;
  height: 100%;
  flex: 1;
}

.menu-ac .menu .menu-list {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  max-width: 95%;
  width: max-content;
  height: 100%;
  background-color: #18727D;
  cursor: auto;
}

.menu-button--close {
  position: relative;
  margin-left: auto;
  transition: 1s;
}

.menu-button--close::before,.menu-button--close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% ,-50%) rotate(45deg);
  width: 80%;
  height: 1px;
  background-color: #fff;
  transition: 1s;
}
.menu-button--close::after {
  transform: translate(-50% ,-50%) rotate(-45deg);
}
.menu-button--close:hover::before {
  transform: translate(-50% ,-50%) rotate(-45deg);
}
.menu-button--close:hover::after {
  transform: translate(-50% ,-50%) rotate(45deg);
}

.menu .menu-list nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  height: 80svh;
  margin: auto;
  cursor: auto;
}

.menu .menu-list ul {
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: column;
  padding:  0 clamp(10px, calc(20vw / 14), 20px) calc(90vw / 14);
}

.menu .menu-list ul li {
  flex: 1;
  display: grid;
  align-items: center;
  padding: 0 clamp(20px, calc(40vw / 14), 40px);
}

.menu .menu-list ul li:first-of-type {
  background-color: #BF983A;
}

.menu .menu-list li a {
  color: #fff;
  font-size: clamp(14px,calc(20vw / 14),20px);
}

.menu .menu-list li:first-of-type a {
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: "Noto Serif JP", sans-serif;
}
.menu .menu-list li:first-of-type a.common-link-arrow::after {
  width: 24px;
  height: 6px;
  right: -10px;
}

.follow-link {
  z-index: 500;
  position: fixed;
  bottom: 5px;
  left: 50%;
  transform: translate(-50%,0);
  width: calc(100% - 30px);
  max-width: 400px;
  height: min(calc(100vw / 3.75),100px);
  /* background-image: url(../img/follow_link_deco.svg) ,url(../img/follow_link_deco.svg);
  background-repeat: repeat-x;
  background-size: auto 20%;
  background-position: top , bottom; */
  background-image: linear-gradient(-30deg ,rgba(0,0,0,.5) 0%,transparent 50% ,rgba(255,255,255,.3));
  background-size: cover;
  text-align: center;
  background-color: #18727D;
  box-shadow: 2px 2px 0 #000;
  border-radius: 5px;
  border-top: 1px solid rgba(255, 255, 255, .5);
  border-left: 1px solid rgba(255, 255, 255, .5);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  border-right: 1px solid rgba(255, 255, 255, .2);
  display: grid;
  grid-template-columns: auto auto auto;
  place-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0 10px;
  opacity: 1;
  transition: .5s;
}
.follow-link:hover {
  opacity: 1;
}

.follow-link.follow-link-none {
  opacity: 0;
  transform: translate(-50%,105%);
}

.follow-link span {
  position: relative;
  display: block;
  width: auto;
  height: 100%;
  pointer-events: none;
}
/* .follow-link span::before ,.follow-link span::after {
  content: "割って楽しむ\Aカフェオレベース500ml\A《コップ約15杯分》";
  white-space: pre;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-image: url(../img/text_follow_link.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
} */
/* .follow-link span::after {
    content: "商品詳細\Aご購入は\Aこちら";
    text-align: center;
    left: auto;
    right: 0;
    font-weight: 700;
    font-family: 'noto serif jp';
} */

.follow-link-text {
  font-size: 12px;
  color: #fff;
  text-align: left;
}

.follow-link-text--2 {
  text-align: center;
  font-weight: 700;
  font-family: 'noto sans jp';
 }

.common-link-arrow.follow-link-text--2::after {
  width: 24.5px;
  height: 6px;
  right: 50%;
  top: 100%;
  transform: translate(50%,5px);
}

.follow-link img {
  z-index: 2;
  position: relative;
  pointer-events: none;
  height: 100%;
  transition: .4s;
}
.follow-link:hover img  {
  opacity: .8;
}

.fv-button-sp {
  z-index: 50;
  position: absolute;
  bottom: 10px;
  right: 0;
  width: clamp(100px,calc(142vw / 3.75),142px);
}

.fv-button-sp a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.fv-button-hukidashi {
  z-index: 1;
  position: absolute;
  width: calc(158.9833% / 1.42);
  height: calc(82.8898% / 1.33);
  bottom: 100%;
  right: 100%;
  transform: translate(80%,20%);
}

.top-container {
  position: relative;
  width: 100%;
}

.top-container::before ,.top-container::after {
  z-index: 8;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(307.3237vw / 14);
  height: calc(295.0648vw / 14);
  background-image: url(../img/top_frame_flower.png);
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.top-container::after {
  bottom: 100%;
  right: 100%;
  transform: translate(100%,100%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  .top-container::before ,.top-container::after{
    width: calc(146.3721vw / 3.75);
    height: calc(140.5334vw / 3.75);
  }
}

.top-decoration {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.top-title {
  z-index: 10;
  position: absolute;
  top: calc(143vw / 14);
  left: calc(75vw / 14);
  font-size: calc(42vw / 14);
  font-weight: 500;
  line-height: calc(68 / 42);
  color: #0A2666;
}
@media screen and (max-width: 767px) {
  .top-title {
    top: calc(290vw / 3.75);
    left: calc(10vw / 3.75);
    font-size: calc(22.0924vw / 3.75);
  }
}

.top-title span {
  display: inline-block;
  background-image: 
  linear-gradient(transparent 10%, #fff 10% ,#fff 90%,transparent 90%);
  background-repeat: no-repeat;
  margin: calc(3vw / 14) 0;
  padding: calc(5vw / 14) calc(10vw / 14) calc(6vw / 14);
}
@media screen and (max-width: 767px) {
  .top-title span {
    margin: 0;
    padding: calc(3vw / 3.75) calc(8vw / 3.75) calc(3vw / 3.75);
  }
}

.top-description {
  z-index: 10;
  position: absolute;
  top: calc(360vw / 14);
  left: calc(206vw / 14);
  font-size: calc(18vw / 14);
  font-weight: 400;
  color: #fff;
  line-height: calc(41 / 18);
}
@media screen and (max-width: 767px) {
  .top-description {
    margin: calc(3vw / 3.75) 0;
    left: calc(10vw / 3.75);
    top: calc(476vw / 3.75);
    font-size: calc(13vw / 3.75);
    line-height: calc(40 / 18);
  }
}

.pattern-B .top-description {
  filter: drop-shadow(1px 1px 4px rgba(0,0,0,0.8));
}
@media screen and (max-width: 767px) {
.pattern-B .top-description {
  filter: drop-shadow(0 0 4px rgba(0,0,0,0.2));
}
}

.top-decoration-frame {
  z-index: 1;
  width: 100%;
  height: 100%;
}

a.top-link {
  z-index: 8;
  position: absolute;
  top: calc(115vw / 14);
  right: calc(20vw / 14);
  width: calc(290.562vw / 14);
}
a.top-link:hover {
  opacity: 1;
  transform: translateY(5px) scale(1.01);
}

.top-slider {
  width: 100%;
  background-image: linear-gradient(#fff,#fff);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% calc(100% - 30px);
}

.sct-deco {
  z-index: 11;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
.sct-deco--r {
  left: auto;
  right: 0;
}
.sct-deco--1 {
  top: 20px;
  width: calc(184vw / 14);
  transform: translateY(0);
}
.sct-deco--2 {
  width: calc(120vw / 14);
  transform: translateY(0);
}
.sct-deco--3 {
  width: calc(253vw / 14);
  transform: translateY(-75%);
}
.sct-deco--4 {
  width: calc(280vw / 14);
}
.pattern-B .sct-deco--4 {
  top: -50px;
}
.sct-deco--5 {
  width: calc(290vw / 14);
  transform: translateY(75%);
}
.sct-deco--6 {
  width: calc(140vw / 14);
  transform: translateY(-100%);
}
.sct-deco--7 {
  width: calc(220vw / 14);
  transform: translateY(75%);
}
.sct-deco--8 {
  width: calc(225vw / 14);
  transform: translateY(-80%);
}
.sct-deco--9 {
  width: calc(180vw / 14);
  transform: translateY(-80%);
}
@media screen and (max-width: 767px) {
  .sct-deco--1  {
    width: calc(102vw / 3.75);
  }
  .sct-deco--2  {
    width: calc(60vw / 3.75);
  }
  .sct-deco--3  {
    width: calc(136vw / 3.75);
  }
  .sct-deco--4 {
    width: calc(120vw / 3.75);
    transform: translateY(-110%);
  }
  .pattern-B .sct-deco--4 {
    top: 0;
  }
  .sct-deco--5 {
    width: calc(120vw / 3.75);
    transform: translateY(30%);
  }
  .sct-deco--6 {
    width: calc(60vw / 3.75);
    transform: translateY(-75%);
  }
  .sct-deco--7 {
    width: calc(120vw / 3.75);
    transform: translate(-5%,10%);
  }
  .sct-deco--8 {
    width: calc(130vw / 3.75);
    transform: translateY(-50%);
  }
  .sct-deco--9  {
    width: calc(100vw / 3.75);
  }
}

.story {
  text-align: center;
  background-color: #BF983A;
  padding: clamp(30px, calc(50vw / 10),50px) 0 clamp(10px, calc(25vw / 10),25px);
}

.story-img {
  width: clamp(221px,calc(297vw / 10),297px);
  margin: 0 auto;
}

.common-title {
  text-align: center;
  position: relative;
  font-size: clamp(22px,calc(36vw / 10),36px);
  font-weight: 500;
  line-height: calc(50 / 22);
  padding-top: min(calc(50vw / 14),50px);
}

@media screen and (min-width: 768px) {
  .story .common-title {
    padding-top: min(calc(30vw / 14),30px);
  }
}


.top-story-title {
  color: #fff;
}

.story-text {
  color: #fff;
  font-size: clamp(14px,calc(20vw / 10),14px);
  font-weight: 500;
  line-height: calc(38 / 20);
}

.story-list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px min(calc(30vw / 10),30px);
  padding: 2rem 0 1rem;
}
.pattern-B .story-list {
  grid-template-columns: repeat(auto-fill, minmax(210px, 220px));
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .story-list {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}


.story-list li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0.5rem;
  background-image: url(../img/enc_list_line.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.story-list li::before {
  content: "";
  width: clamp(9.5px,calc(10.6vw / 10),10.6px);
  height: clamp(9.5px,calc(10.6vw / 10),10.6px);
  margin-right: 0.5rem;
  background-color: #18727D;
  transform: rotate(45deg);
  transition: .7s;
  flex-shrink: 0;
}
.story-list li:hover::before {
  transition: 1.0s;
  transform: rotate(45deg) rotate3d(1, 1, 0, 180deg)
}

.story-list li a {
  color: #fff;
  font-size: clamp(14px,calc(15vw / 10),15px);
  font-weight: 500;
  line-height: calc(38 / 20);
  white-space: nowrap;
}

.wave {
  padding: calc(150vw / 14) 0;
}
@media screen and (max-width: 900px) {
  .wave {
    padding: calc(150vw / 9) 0;
  }
}

/* 波背景　黄・赤　SVG色変更 fill="%23■カラーコード■"  */
.wave.y-to-r {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 40"><path fill="%23BF983A" d="M85.86,6.14c-9.16,.05-10.73,1.82-14.72,2.18-3.99,.35-9.77-.49-16.05-2.88-6.28-2.39-11.94-3.67-19.86-1.68-7.92,1.99-10.44,2.44-18.52-.89C10.85,.45,6.17-.42,0,.19V39.81c6.17,.61,10.85-.26,16.7-2.67,8.08-3.33,10.61-2.88,18.52-.89,7.92,1.99,13.57,.71,19.86-1.68,6.28-2.39,12.06-3.24,16.05-2.88,3.99,.35,5.56,2.12,14.72,2.18,9.16,.05,14.14-3.72,14.14-3.72V9.87s-4.98-3.77-14.14-3.72Z"/></svg>'),url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 40"><path fill="%23A40223" d="M85.86,6.14c-9.16,.05-10.73,1.82-14.72,2.18-3.99,.35-9.77-.49-16.05-2.88-6.28-2.39-11.94-3.67-19.86-1.68-7.92,1.99-10.44,2.44-18.52-.89C10.85,.45,6.17-.42,0,.19V39.81c6.17,.61,10.85-.26,16.7-2.67,8.08-3.33,10.61-2.88,18.52-.89,7.92,1.99,13.57,.71,19.86-1.68,6.28-2.39,12.06-3.24,16.05-2.88,3.99,.35,5.56,2.12,14.72,2.18,9.16,.05,14.14-3.72,14.14-3.72V9.87s-4.98-3.77-14.14-3.72Z"/></svg>');
  background-repeat: no-repeat ,no-repeat;
  background-position: 0 calc(-350vw / 14) ,0 calc(100% + calc(350vw / 14));
}
/* 波背景　赤・黄 */
.wave.r-to-y {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 40"><path fill="%23A40223" d="M85.86,6.14c-9.16,.05-10.73,1.82-14.72,2.18-3.99,.35-9.77-.49-16.05-2.88-6.28-2.39-11.94-3.67-19.86-1.68-7.92,1.99-10.44,2.44-18.52-.89C10.85,.45,6.17-.42,0,.19V39.81c6.17,.61,10.85-.26,16.7-2.67,8.08-3.33,10.61-2.88,18.52-.89,7.92,1.99,13.57,.71,19.86-1.68,6.28-2.39,12.06-3.24,16.05-2.88,3.99,.35,5.56,2.12,14.72,2.18,9.16,.05,14.14-3.72,14.14-3.72V9.87s-4.98-3.77-14.14-3.72Z"/></svg>'),url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 40"><path fill="%23BF983A" d="M85.86,6.14c-9.16,.05-10.73,1.82-14.72,2.18-3.99,.35-9.77-.49-16.05-2.88-6.28-2.39-11.94-3.67-19.86-1.68-7.92,1.99-10.44,2.44-18.52-.89C10.85,.45,6.17-.42,0,.19V39.81c6.17,.61,10.85-.26,16.7-2.67,8.08-3.33,10.61-2.88,18.52-.89,7.92,1.99,13.57,.71,19.86-1.68,6.28-2.39,12.06-3.24,16.05-2.88,3.99,.35,5.56,2.12,14.72,2.18,9.16,.05,14.14-3.72,14.14-3.72V9.87s-4.98-3.77-14.14-3.72Z"/></svg>');
  background-repeat: no-repeat ,no-repeat;
  background-position: 0 calc(-350vw / 14) ,0 calc(100% + calc(350vw / 14));
}
/* 波背景　cty専用 */
.cty.wave.r-to-y {
  background-image: linear-gradient(to bottom,#A40223 50%,transparent 50%),url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 40"><path fill="%23BF983A" d="M85.86,6.14c-9.16,.05-10.73,1.82-14.72,2.18-3.99,.35-9.77-.49-16.05-2.88-6.28-2.39-11.94-3.67-19.86-1.68-7.92,1.99-10.44,2.44-18.52-.89C10.85,.45,6.17-.42,0,.19V39.81c6.17,.61,10.85-.26,16.7-2.67,8.08-3.33,10.61-2.88,18.52-.89,7.92,1.99,13.57,.71,19.86-1.68,6.28-2.39,12.06-3.24,16.05-2.88,3.99,.35,5.56,2.12,14.72,2.18,9.16,.05,14.14-3.72,14.14-3.72V9.87s-4.98-3.77-14.14-3.72Z"/></svg>');
  background-repeat: no-repeat ,no-repeat;
  background-size: 100% calc(586.8318vw / 14), 100%;
  background-position: 0 0 ,0 calc(100% + calc(350vw / 14));
}
/* 波背景　future専用 */
.future.wave.y-to-r {
  background-image: linear-gradient(to bottom,#BF983A 50%,transparent 50%),url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 40"><path fill="%23A40223" d="M85.86,6.14c-9.16,.05-10.73,1.82-14.72,2.18-3.99,.35-9.77-.49-16.05-2.88-6.28-2.39-11.94-3.67-19.86-1.68-7.92,1.99-10.44,2.44-18.52-.89C10.85,.45,6.17-.42,0,.19V39.81c6.17,.61,10.85-.26,16.7-2.67,8.08-3.33,10.61-2.88,18.52-.89,7.92,1.99,13.57,.71,19.86-1.68,6.28-2.39,12.06-3.24,16.05-2.88,3.99,.35,5.56,2.12,14.72,2.18,9.16,.05,14.14-3.72,14.14-3.72V9.87s-4.98-3.77-14.14-3.72Z"/></svg>');
  background-repeat: no-repeat ,no-repeat;
  background-size: 100% calc(586.8318vw / 14), 100%;
  background-position: 0 0 ,0 calc(100% + calc(350vw / 14));
}
/* 波背景　footer専用 */
.nepal-coffee.wave.r-to-y {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 40"><path fill="%23A40223" d="M85.86,6.14c-9.16,.05-10.73,1.82-14.72,2.18-3.99,.35-9.77-.49-16.05-2.88-6.28-2.39-11.94-3.67-19.86-1.68-7.92,1.99-10.44,2.44-18.52-.89C10.85,.45,6.17-.42,0,.19V39.81c6.17,.61,10.85-.26,16.7-2.67,8.08-3.33,10.61-2.88,18.52-.89,7.92,1.99,13.57,.71,19.86-1.68,6.28-2.39,12.06-3.24,16.05-2.88,3.99,.35,5.56,2.12,14.72,2.18,9.16,.05,14.14-3.72,14.14-3.72V9.87s-4.98-3.77-14.14-3.72Z"/></svg>');
  background-repeat: no-repeat;
  background-position: 0 calc(-350vw / 14);
}
/* 波背景　パターンB　info専用 */
.pattern-B .info.wave.y-to-r {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 40"><path fill="%23BF983A" d="M85.86,6.14c-9.16,.05-10.73,1.82-14.72,2.18-3.99,.35-9.77-.49-16.05-2.88-6.28-2.39-11.94-3.67-19.86-1.68-7.92,1.99-10.44,2.44-18.52-.89C10.85,.45,6.17-.42,0,.19V39.81c6.17,.61,10.85-.26,16.7-2.67,8.08-3.33,10.61-2.88,18.52-.89,7.92,1.99,13.57,.71,19.86-1.68,6.28-2.39,12.06-3.24,16.05-2.88,3.99,.35,5.56,2.12,14.72,2.18,9.16,.05,14.14-3.72,14.14-3.72V9.87s-4.98-3.77-14.14-3.72Z"/></svg>');
  background-repeat:no-repeat;
  background-position: 0 calc(-350vw / 14) ;
  padding-bottom: calc(293.4159vw / 14);
}
@media screen and (max-width: 767px) {
.pattern-B .info.wave.y-to-r {
    padding-bottom: calc(103.5935vw / 3.75);
  }
}
/* 波背景　パターンB　cty専用 */
.pattern-B .cty.wave.r-to-y {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 40"><path fill="%23A40223" d="M85.86,6.14c-9.16,.05-10.73,1.82-14.72,2.18-3.99,.35-9.77-.49-16.05-2.88-6.28-2.39-11.94-3.67-19.86-1.68-7.92,1.99-10.44,2.44-18.52-.89C10.85,.45,6.17-.42,0,.19V39.81c6.17,.61,10.85-.26,16.7-2.67,8.08-3.33,10.61-2.88,18.52-.89,7.92,1.99,13.57,.71,19.86-1.68,6.28-2.39,12.06-3.24,16.05-2.88,3.99,.35,5.56,2.12,14.72,2.18,9.16,.05,14.14-3.72,14.14-3.72V9.87s-4.98-3.77-14.14-3.72Z"/></svg>');
  background-repeat: no-repeat;
  background-size:  100%;
  background-position: 0 calc(100% + calc(350vw / 14));
  padding-top: calc(293.4159vw / 14);
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .pattern-B .cty.wave.r-to-y {
    padding-top: calc(103.5935vw / 3.75);
  }
}

/* 波背景　パターンB　赤赤 */
.wave.r-to-r {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 40"><path fill="%23A40223" d="M85.86,6.14c-9.16,.05-10.73,1.82-14.72,2.18-3.99,.35-9.77-.49-16.05-2.88-6.28-2.39-11.94-3.67-19.86-1.68-7.92,1.99-10.44,2.44-18.52-.89C10.85,.45,6.17-.42,0,.19V39.81c6.17,.61,10.85-.26,16.7-2.67,8.08-3.33,10.61-2.88,18.52-.89,7.92,1.99,13.57,.71,19.86-1.68,6.28-2.39,12.06-3.24,16.05-2.88,3.99,.35,5.56,2.12,14.72,2.18,9.16,.05,14.14-3.72,14.14-3.72V9.87s-4.98-3.77-14.14-3.72Z"/></svg>'),url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 100 40"><path fill="%23A40223" d="M85.86,6.14c-9.16,.05-10.73,1.82-14.72,2.18-3.99,.35-9.77-.49-16.05-2.88-6.28-2.39-11.94-3.67-19.86-1.68-7.92,1.99-10.44,2.44-18.52-.89C10.85,.45,6.17-.42,0,.19V39.81c6.17,.61,10.85-.26,16.7-2.67,8.08-3.33,10.61-2.88,18.52-.89,7.92,1.99,13.57,.71,19.86-1.68,6.28-2.39,12.06-3.24,16.05-2.88,3.99,.35,5.56,2.12,14.72,2.18,9.16,.05,14.14-3.72,14.14-3.72V9.87s-4.98-3.77-14.14-3.72Z"/></svg>');
  background-repeat: no-repeat ,no-repeat;
  background-position: 0 calc(-350vw / 14) ,0 calc(100% + calc(350vw / 14));
}

.wave-bg {
  z-index: -1;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: repeat;
  background-position: top center;
  background-size: 100%;
}
@media screen and (max-width: 900px) {
  .wave-bg {
    background-size: calc(980vw / 9);
  }
}
@media screen and (max-width: 767px) {
  .wave-bg {
    background-size: calc(980vw / 3.75);
  }
}

.info .wave-bg {
  background-image:url(../img/info_bg.jpg);
}

.cty .wave-bg ,.region .wave-bg ,.rambua .wave-bg ,.future .wave-bg {
  background-image:url(../img/cty_bg.jpg);
}

.common-item-container {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 40px 0 10px;
}
@media screen and (max-width: 767px) {
  .common-item-container {
    flex-direction: column;
    padding: 7vw 0 0;
  }
}
.common-item-container--pd0 {
  padding: 0;
}

.common-item-img {
  position: relative;
  flex: 1;
  width: clamp(250px ,calc(350vw / 10) , 580px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .common-item-img {
    width: 100%;
    max-width: 375px;
  }
}

.common-item-img-position {
  /* position: absolute;
  top: 0;
  right: 0; */
  width: 100%;
  height: 100%;
  text-align: center;
}
.common-item-img-position--tlx50 {
  transform: translateX(-50px);
}
@media screen and (max-width: 900px) {
  .common-item-img-position {
    position: static;
    padding-bottom: 0;
    width: 50vw;
    margin: 0 auto;
  }
  .common-item-img-position--tlx50 {
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .common-item-img-position {
    width: 100%;
  }
}

.common-item-img-position-sub {
  position: absolute;
  width: clamp(100px, calc(205% / 4.45), 205px);
  left: -5%;
  top: -5%;
  pointer-events: none;
}

.common-item-img-position-sub--products {
  left: 100%;
  transform: translate(-80%,-5%);
}

.common-mb-10 {
  margin-bottom: 10px;
}


.future .container  {
  padding-top: calc(50vw / 14);
} 

.future .common-item-img-position-sub {
  width: clamp(140px,calc( 213vw /  14) ,213px);
  height: clamp(140px,calc( 213vw /  14) ,213px);
  left: auto;
  right: 50px;
  top: auto;
  bottom: 15%;
}
@media screen and (max-width: 900px) {
  .future .common-item-img-position-sub {
    max-width: 140px;
    max-height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .future .common-item-img-position-sub {
    width: calc(140vw / 3.75);
    height: calc(140vw / 3.75);
    right: 0;
  }
}

.img-common {
  padding: 12px;
  background-color: #fff;
}

.img-ll5deg {
  transform: rotate(5deg);
}
.img-rl5deg {
  transform: rotate(-5deg);
}

/* .img-w587px {
  width: calc();
} */

.common-item-text {
  position: relative;
  min-width: 350px;
}
@media screen and (max-width: 900px) {
  .common-item-text {
    min-width: auto;
    order: 1;
  }
}

.common-item-text--w400 {
  width: 40%;
}
.common-item-text--w450 {
  width: 45%;
}
.common-item-text--w580 {
  width: 58%;
}
@media screen and (max-width: 900px) {
  .common-item-text--w400 ,.common-item-text--w450 ,.common-item-text--w580 {
    width: 100%;
  }
}

section.info {
  padding: calc(200vw / 14) 0 calc(220vw / 14);
}
@media screen and (max-width: 767px) {
  section.info {
    padding: calc(90vw / 3.75) 0 calc(70vw / 3.75);
  }
}

.info-title {
  position: relative;
  font-size: clamp(22px, calc(36vw / 14), 36px);
  line-height: calc(68 / 36);
  padding-bottom: 1.5rem;
}

.info-title::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: clamp(215px,calc(350vw / 14),350px);
  height: 27px;
  background-image: url(../img/common_title_deco.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.common-item-title {
  position: relative;
  z-index: 1;
  font-size: clamp(24px,calc(33vw / 14),33px);
  color: #fff;
  line-height: calc(55 / 24);
  font-weight: 500;
  white-space: nowrap;
}
.story-color-reverse .common-item-title {
  color: #0A2666;
}
@media screen and (max-width: 767px) {
  .common-item-title {
    margin-top: calc(35vw / 3.75);
  }
}

.common-item-title span {
  background-color: #0A2666;
  padding: 0.1rem 1rem 0.25rem;
}
.story-color-reverse .common-item-title span {
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .common-item-title span {
    padding: 0.1rem 0.25rem 0.25rem;
  }
}

.common-item-dis {
  font-size: clamp(14px,calc(15vw / 14),15px);
  font-weight: 400;
  font-family: 'Noto sans JP';
  line-height: 2;
  padding: 1rem 0;
  text-align: justify;
}
.story-color-reverse .common-item-dis {
  color: #fff;
}

.common-item-dis--note {
  position: relative;
  padding-left: 1.25rem;
  font-size: clamp(12.6px,calc(14vw / 14),14px);
}

.common-item-dis--note::after {
  content: "";
  position: absolute;
  top: 1.4rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #A40223;
}

.info-link {
  width: clamp(225px,calc(250vw / 14),250px);
  height: 60px;
  padding-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #BF983A;
  font-size: clamp(13px,calc(14vw / 14),14px);
  font-weight: 700;
  line-height: calc(15 / 13);
  color: #fff;
  font-family: 'Noto sans JP';
}

.common-link-arrow {
  position: relative;
}
@media screen and (max-width: 767px) {
  .common-link-arrow {
    margin: 20px 0;
  }
}

.common-link-arrow::after {
  content: "";
  position: absolute;
  width: calc(24.3% / 2.5);
  height: min(calc(6% / 0.6), 6px);
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  clip-path: polygon(0 calc(100% - 2px), 60% calc(100% - 1px), 60% 0, 100% 100%, 0 100%);
  background-color: #fff;
}

.enc {
  background-image: url(../img/enc_bg_title.svg);
  background-size: calc(431vw / 14) calc(110.5577vw / 14);
  background-repeat: no-repeat;
  background-color: #A40223;
  background-position: calc(40vw / 14) top;
  padding-top: calc(15vw / 14);
}
@media screen and (max-width: 900px) {
  .enc {
    padding: calc(70vw / 9) 0 calc(20vw / 9);
  }
}
@media screen and (max-width: 767px) {
  .enc {
    background-size: calc(215vw / 3.75) calc(55.2764vw / 3.75);
    background-position: calc(9vw / 3.75) top;
    padding: calc(85vw / 3.75) 0 calc(30vw / 3.75);
  }
}

.story-title {
  position: relative;
  width: 327px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .story-title {
    width: 216px;
  }
}

.story-title h2 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: clamp(12px, calc(15vw / 10) ,15px);
  font-weight: 500;
}

.pc-m-left50px {
  margin-left: 50px;
}
.pc-m-right50px {
  margin-right: 50px;
}
@media screen and (max-width: 900px) {
  .pc-m-left50px {
    margin-left: auto;
  }
  .pc-m-right50px {
    margin-right: auto;
  }
}

.pc-p-left50px {
  padding-left: 50px;
}
.pc-p-right50px {
  padding-right: 50px;
}
@media screen and (max-width: 900px) {
  .pc-p-left50px {
    padding-left: 0;
  }
  .pc-p-right50px {
    padding-right: 0;
  }
}

.wave-mask {
  overflow: hidden;
  position: relative;
  z-index: 10;
  width: 100%;
  height: calc(586.8318vw / 14);
  background-image: linear-gradient(#A40223,#A40223 50%,transparent 50%,transparent);
}
.future .wave-mask {
  background-image: linear-gradient(#BF983A ,#BF983A 50%,transparent 50%,transparent);
}
@media screen and (max-width: 767px) {
  .wave-mask {
    height: calc(207.187vw / 3.75);
  }
}
.pattern-B .wave-mask {
      position: absolute;
      top: calc(-293.4159vw / 14);
      left: 0;
  }
@media screen and (max-width: 767px) {
  .pattern-B .wave-mask {
      top: calc(-103.5935vw / 3.75);
  }
}
  .wave-relative {
    width: 100%;
    height: 100%;
    position: relative;
  }

.wave-mask.sp-none { clip-path: url(#svg-wave-r);}
.wave-mask.pc-none { clip-path: url(#svg-wave-r-sp);}

.prlx {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}
.ios-device .prlx {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-attachment: unset;
}
.prlx--1 {
  background-image: url(../img/prlx1@2x.jpg);
}
.prlx--2 {
  background-image: url(../img/prlx2@2x.jpg);
}
@media screen and (max-width: 1400px) {
  .prlx--1 {
    background-image: url(../img/prlx1.jpg);
  }
  .prlx--2 {
    background-image: url(../img/prlx2.jpg);
  }
}

.cty,.future {
  padding-bottom: calc(280vw / 14);
}

.cty.wave ,.future.wave {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .cty.wave ,.future.wave {
    padding-top: 3px;
  }
}

.cty .bg .bg-img {
  background-image: url(../img/cty_bg.jpg);
  background-size: 50vw;
}
@media screen and (max-width: 767px) {
  .cty .bg .bg-img {
    background-size: calc(490vw / 3.75);
  }
}

.pattern-B .cty .container {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .cty .container ,.future .container  {
    margin-top: calc(50vw / 3.75);
  } 
}

.cty-wrapper {
  position: relative;
}

body, html {
  margin: 0;
  padding: 0;
}

.cty-map-container {
  width: 100%;
  position: relative;
}

.cty-map-elevation {
  position: absolute;
  top:0;
  left:0;
  height: 100%;
  pointer-events: none;
}

.cty-map-elevation img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .cty-map-container {
    position: relative;
    width:100vw;
    margin-bottom: 10vw;
    clip-path: polygon(9px 0%, 100% 0, 100% 100%, 9px 100%);
  }
}
@media screen and (max-width: 767px) {
  .cty-map {
    position: absolute;
    top:0;
    left:0;
    padding: 0 70px 0 10px;
    width:auto;
    height:65svh;
    max-height:450px;
  }
  .cty-map img {
    width: auto;
    height: 100%;
  }
  .cty-map-elevation {
    left:10px;
  }
}

.focus {
  background-color: #BF983A;
}

.common-item-container--pd0 .common-item-dis {
  padding-top: 0;
  margin-top: -1rem;
}
@media screen and (max-width: 900px) {
  .common-item-container--pd0 .common-item-dis {
    padding-top: 1rem;
    margin-top: 0;
  }
}

.purchase-link {
  z-index: 2;
  position: relative;
  width: 100%;
  height: min(calc(200vw / 10),200px);
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .purchase-link {
    height: calc(230vw / 3.75);
    max-width: calc(670vw / 7.67);
    max-height: calc(460vw / 7.67);
    margin: 0 auto;
  }
}

.info .purchase-link {
  margin-top: 30px;
  margin-bottom: 50px;
}

.purchase-link::before ,.purchase-link::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.purchase-link::before {
  background-color: #6B3307;
}
.rama .purchase-link::before ,.info .purchase-link::before {
  background-color: #BF983A;
}
.purchase-link::after {
  -webkit-mask-image: url(../img/link_deco.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url(../img/link_deco.png);
  mask-size: 100% 100%;
  mask-position: center;
  mask-repeat: no-repeat;
  background-color: #BF983A;
}
.rama .purchase-link::after ,.info .purchase-link::after {
  background-color: #6B3307;
}
@media screen and (max-width: 767px) {
  .purchase-link::after {
    -webkit-mask-image: url(../img/link_deco_sp.png);
    mask-image: url(../img/link_deco_sp.png);
  }
}

.purchase-link a {
  z-index: 3;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-image: url(../img/link_deco_img.png);
  background-size: auto 100%;
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: min(calc(430vw / 10), 430px);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .purchase-link a {
    background-size: 90% auto;
    padding: calc(128vw / 3.75) 0 calc(50vw / 3.75);
    align-items: center;
    background-position: top center;
  }
}

.purchase-link a span {
  pointer-events: none;
}

.purchase-link-text {
  display: block;
  font-size: min(calc(30vw / 14),30px);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .purchase-link-text {
    font-size: calc(19vw / 3.75);
  }
}

.purchase-link-note {
  font-size: clamp(11px,calc(15vw / 14),15px);
  font-family: 'Noto Sans JP';
  font-weight: 400;
  padding-top: 1rem;
}
@media screen and (max-width: 767px) {
  .purchase-link-note {
    font-size: calc(11vw / 3.75);
    padding-top: 0.5rem;
  }
}

.purchase-link .common-link-arrow::after {
  width: calc(53vw / 14);
  height: min(calc(13vw / 14), 13px);
  right: calc(46vw / 14);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .purchase-link .common-link-arrow::after {
    width: calc(30vw / 3.75);
    height: calc(7vw / 3.75);
    right: 50%;
    transform: translateX(50%);
    top: auto;
    bottom: calc(30vw / 3.75);
  }
}

.region .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.rama {
  background-color: #A40223;
}

.rambua .container {
  padding-top: 50px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .rambua .container {
    padding-bottom: 30px;
  }
}

.scenery {
  background-color: #BF983A;
}

@media screen and (max-width: 767px) {
  .scenery {
    padding-top: 20vw;
  }
}

.common-item-img-position-text {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: column;
  padding: 1.5rem 0;
  pointer-events: none;
}

.common-item-img-position-text-num {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}

.common-item-img-position-text p {
  color: #fff;
  letter-spacing: 0.05rem;
}

.common-item-img-position-text-small p {
  font-weight: 500;
  font-size: clamp(10px , calc(13vw / 10) , 13px);
  font-family: "Noto Sans JP";
  line-height: 1.4;
}

.common-item-img-position-text-num p:nth-of-type(1) {
  font-weight: 500;
  font-size: clamp(40px,calc(65vw / 10),65px);
  line-height: 1;
  margin-top: -0.5rem;
}
.common-item-img-position-text-num p:nth-of-type(2) {
  font-weight: 500;
  font-size: clamp(14px,calc(22vw / 10),22px);
}

.products {
  background-color: #A40223;
}

.products-detail ,.contact-link {
  padding: 20px 0;
}

.others-link {
  background-color: #fff;
  padding: 20px;
  margin-top: 30px;
}

.others-link h4 {
  color: #0A2666;
  font-size: clamp(16px,calc(20vw / 10),20px);
  font-weight: 700;
  padding: 20px 0 30px;
  border-bottom: 1px solid #eff2f3;
  font-family: "Noto Sans JP";
  text-align: center;
}

.others-link ul li {
  border-bottom: 1px solid #eff2f3;
  padding: 10px 0;
  text-align: left;
}

.others-link ul li:last-of-type {
  border-bottom: none;
  padding: 10px 0 0;
}

.others-link ul li div:first-of-type {
  color: #607d8b;
  font-size: clamp(13px,calc(16vw / 10),16px);
  font-weight: 700;
  padding-bottom: 0.25rem;
  font-family: "Noto Sans JP";
}

.others-link ul li div:last-of-type {
  font-size: clamp(11px,calc(13vw / 10),14px);
  font-weight: 400;
  color: #3e515a;
  line-height: 1.45;
  font-family: "Noto Sans JP";
}

.products-detail h3 ,.products-detail p ,.products-detail a {
  display: block;
  font-size: clamp(13px ,calc(15vw / 10),15px);
  font-family: "Noto Sans JP";
  font-weight: 400;
  line-height: 2;
  color: #000;
}
.products-detail a:hover {
  text-decoration: underline;
}

.products-detail h3 {
  font-weight: 700;
  color: #A40223;
  margin-top: 20px;
}

.nepal-coffee {
  padding-bottom: 30px;
}

.nepal-coffee-item {
  position: relative;
  width: 100%;
  display: flex;
  margin: clamp(30px,calc(70vw / 10),70px) auto clamp(20px,calc(50vw / 10),50px);
}
@media screen and (max-width: 767px) {
  .nepal-coffee-item {
    flex-direction: column;
  }
}

.nepal-coffee-item::after {
  content: "3,900円以上お買い上げで送料無料！";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  font-size: clamp(17px,calc(22vw / 10),22px);
  font-weight: 700;
  font-family: 'Noto sans JP';
  color: #A40223;
}
@media screen and (max-width: 767px) {
  .nepal-coffee-item::after {
    max-width: none;
    width: auto;
    white-space: nowrap;
  }
}

.cartjs_cart_in input {
  background-image: url(../img/menu_cart.svg),linear-gradient(#BF983A,#BF983A);
  background-repeat: no-repeat,repeat;
  background-size: auto 80% ,cover;
  background-position: calc(100% + 5px) center ,center;
}
@media screen and (max-width: 767px) {
  .cartjs_cart_in input {
    background-size: auto 65% ,cover;
    background-position: calc(100% + 7px) center ,center;
  }
}

.contact-link a {
  display: flex;
  align-items: center;
  text-decoration: underline;
}
.contact-link a::before {
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 12px;
  height: 14px;
  background-color: #A40223;
  transition: .8s;
}
.contact-link a:hover::before {
  transform: rotate3d(1, 0, 0, 180deg);;
}

.souryou {
  font-weight: 700;
  font-size: clamp(17px,calc(22vw / 10),22px);
  color: #A40223;
  text-align: center;
  font-family: 'Noto sans JP';
}

.review {
  position: relative;
}

.info .review {
  margin: 20px auto clamp(40px,calc(50vw / 10),50px);
}

.review * {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: clamp(13px,calc(15vw / 10),15px);
  font-weight: 400;
  line-height: 2;
}

.review h3 {
  position: absolute;
  top: 0;
  left: -10px;
  transform: translateY(-15%);
  width: clamp(140px,calc(177vw / 10),177px);
}

.review-list {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(clamp(250px,calc(350vw / 10),350px),1fr));
  grid-auto-rows: auto;
  gap: 30px 60px;
  padding: 60px 0 clamp(40px,calc(60vw / 10),60px);
  background-image: url(../img/follow_link_deco.svg) ,url(../img/follow_link_deco.svg);
  background-repeat: repeat-x;
  background-size: auto 30px;
  background-position: top , bottom;
}

.review-title {
  position: relative;
  width: 100%;
  background-image: linear-gradient(#18727D,#18727D);
  background-repeat: no-repeat;
  background-position: right;
  background-size: calc(100% - 20px) 100%;
  font-family: "Noto Serif JP";
  line-height: 1.25;
  padding: 10px 10px 10px clamp(45px,calc(65vw / 10),65px);
}

.review-title span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: clamp(40px,calc(60vw / 10),60px);
  height: clamp(40px,calc(60vw / 10),60px);
  pointer-events: none;
}

.review-comment {
  margin-top: clamp(15px,calc(20vw / 10),20px);
  padding-left: clamp(30px,calc(50vw / 10),50px);
}

.review-comment p {
  position: relative;
}

.review-comment p::before {
  content: "●";
  position: absolute;
  top: 0;
  right: 100%;
  color: #18727D;
  display: inline-block;
  margin-right: 5px;
}

.review-comment--black p {
  color: #000;
}

footer {
  background-color: #A40223;
  text-align: center;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  footer {
    padding-bottom: calc(calc(100vw / 3.75) + 10px);
  }
}

footer p {
  color: #fff;
  font-size: clamp(11px,calc(13vw / 10),13px);
  font-family: "Noto Sans JP";
  font-weight: 400;
}

