@charset "UTF-8";

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

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

body {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  overflow: hidden;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

img.fade {
  opacity: 0;
  transition: all 0.5s 0.25s;
}

.bold{
  font-weight: 600;
}

ul {
  list-style: none;
}

img.fade.lazyloaded {
  opacity: 1;
}

.flex{
  display: flex;
}
.flex.column{
  flex-flow: column;
}
.flex-align-start{
  align-items: flex-start;
}
.flex-align-center{
  align-items: center;
}
.flex-justify-center{
  justify-content: center;
}

nav.local {
  padding: 1.5rem 1rem;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  z-index: 10;
}

.nav-menu-btn {
  display: flex;
  flex-flow: column;
  width: 2.75rem;
  height: 1rem;
  margin-left: auto;
  z-index: 1;
  position: relative;
  cursor: pointer;
}

.nav-menu-btn .bar {
  border-bottom: 1px solid;
  margin: 0.3rem 0;
  transition: transform 0.5s;
}

.nav-menu-btn .bar:first-child {
  width: 100%;
}

.nav-menu-btn .bar:last-child {
  width: 80%;
}

.nav-menu-btn.off .bar:first-child {
  transform: rotate(20deg);
}

.nav-menu-btn.off .bar:last-child {
  transform: rotate(-20deg);
}

.nav-menu-btn.off .bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.nav-local-menu {
  width: 72.5%;
  height: 100dvh;
  position: absolute;
  right: -74vw;
  top: 0;
  background: rgb(255 255 255 / 60%);
  backdrop-filter: saturate(100%) blur(40px);
  -webkit-backdrop-filter: saturate(100%) blur(40px);
  transition: all 0.5s cubic-bezier(0.01, 1.1, 1, 0.99);
}

.nav-local-menu.on {
  right: 0;
}

.nav-local-menu ul {
  display: flex;
  flex-flow: column;
  padding: 3.2rem 1.6rem 1.6rem 1.6rem;
  gap: 1.5rem;
}

.nav-local-menu ul li {
  border-bottom: 1px solid;
  padding-bottom: 1.25rem;
}

.nav-local-menu ul li a {
  text-decoration: none;
  width: 100%;
  color: #000;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.nav-local-menu ul li span {
  font-size: clamp(10px, 4vw, 24px);
}

.nav-local-menu ul li span.b {
  font-weight: 600;
}

.nav-local-menu ul li span.material-symbols-outlined {
  position: absolute;
  right: 0;
  font-size: 1.5rem;
  font-weight: 200;
}

.nav-local-menu ul li span.top {
  font-size: clamp(12px, 6vw, 30px);
}

.nav-local-menu ul li .cont-title {
  /*height: 1.45rem;*/
  width: 35%;
  margin-bottom: 0.5rem;
}

.twrap {
  padding: 8% 8%;
}

.twrap p {
  font-size: clamp(12px, 3.82vw, 21px);
}

.twrap.center,
p.center {
  text-align: center;
}
.right{
  text-align: right;
}

a.btn,p.btn {
  display: flex;
  align-items: center;
  border: 1px solid;
  color: #000;
  padding: 0.5rem 1rem;
  max-width: 240px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.075rem;
  transition: opacity 0.2s;
}

a.btn:hover {
  opacity: 0.5;
}

a {
  text-decoration: none;
}

a.btn .material-symbols-outlined,p.btn .material-symbols-outlined {
  font-weight: 200;
  margin-left: auto;
}

#links .products{
  border: none;
    gap: 1.6rem;
}

#links .products a.btn{
  max-width: 100%;
  min-height: 5em;
  position: relative;
}

#links .products a.btn .shoulder{
    position: absolute;
    top: -0.5em;
    left: 0.65em;
    font-weight: 700;
    line-height: 1;
    background: #ffffff;
    padding: 0 0.5em;
}

section.gry,
.bg.gry {
  background: #f2f2ed;
}

.bg.red {
  background: #e1393e;
}

.bg.grn {
  background: #33a25b;
  color: #fff;
  position: relative;
  margin-top: 10vw;
  padding-top: 10vw;
}

.bg.grn.light{
  background: #e8efe9;
  color: #000;
}

section#special.tbox {
  padding-bottom: 10rem;
}

section#special picture {
  position: relative;
  display: block;
}

section#special picture.tbox {
  padding-bottom: 45%;
}

section#special picture#cont03.tbox {
  padding-bottom: 0;
  margin-bottom: 15%;
}

section#special picture#cont01 {
  padding-bottom: 0;
  margin-bottom: 30%;
}

section#special picture#cont02 {
  padding-bottom: 0;
  margin-bottom: 30%;
}
picture#cont02 .twrap p.btn{
    margin-bottom: 0;
}
.index #special {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
}

#fv picture {
  display: flex;
  position: relative;
}

#fv picture .twrap {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  height: max-content;
  padding-left: 10%;
}

#c03 #fv picture .twrap{
  top: 0;
}

#fv .contTitle {
  width: 28%;
    margin-left: 8%;
    padding-top: 8%;
    padding-bottom: 0.5rem;
}

.index #fv picture .twrap {
    bottom: 24%;
  font-weight: 500;
}

.index #intro .twrap {
  padding: 8% 6%;
}

.index #fv picture .twrap h2 [data-ruby]::before{
    font-size: 0.6em;
    width: max-content;
    left: -1.8em;
}

#fv picture .twrap p {
  color: #fff;
  font-size: clamp(22px, 6.5vw, 48px);
  margin: 0;
  font-weight: 500;
}

.h1 h1 {
  font-size: clamp(22px, 6.5vw, 48px);
  margin: 0;
  color: #fff;
}

.h1 h1 span {
  display: block;
}

.h2 h2 img {
  width: 62.5%;
  max-width: 21.5rem;
  margin: 0 auto;
}

.twrap.h1 p {
  margin: 0;
}

.tbox .twrap {
  position: absolute;
  right: 0;
  width: calc(50% + 8%);
  bottom: 0;
  background: #f2f2ed;
  padding: 6%;
}

.tbox .twrap h3 {
  font-size: clamp(18px, 4vw, 30px);
  font-weight: 500;
}

.tbox .twrap p {
  line-height: 1.75;
}

.tbox .twrap a.btn,
.tbox .twrap p.btn {
  margin-top: 20%;
}

#cont02 .logo {
    width: 35%;
    height: auto;
    position: absolute;
    left: 6%;
    margin-top: 0;
}
#cont02.tbox .twrap h3{
  margin-top: 15%;
}
.contents #fv {
  margin-top: 4rem;
  position: relative;
}

#fv picture .twrap h1 {
  font-size: clamp(22px, 8.5vw, 42px);
  margin: 0;
  font-weight: 600;
    color: #ffffff;
}
.index #fv picture .twrap h1{
  filter: drop-shadow(1px 2px 4px rgb(95, 95, 95));
}
#fv picture .twrap h1.under{
  font-size: clamp(22px, 7.5vw, 42px);
}
#fv picture .twrap h2{
  color: #ffffff;
  font-size: clamp(18px, 5.1vw, 30px);
    margin-bottom: 0;
    margin-top: 2em;
}

#c03 #fv picture .twrap h1{
  filter: drop-shadow(1px 2px 4px rgb(95, 95, 95));
      margin-top: -0.25em;
}

#fv picture .twrap span.bg {
  width: max-content;
  background: #fff;
  color: #000;
  padding: 0.05em 0.5em;
  margin-left: -0.65em;
  display: block;
}

.index #intro .twrap.h2 p {
  text-indent: 0.75em;
}

.contents .twrap p {
  font-weight: 500;
}

.contents .twrap p.bold{
  font-weight: 600;
}

.contents #intro .twrap {
  padding: 8% 6% 16% 6%;
}
.contents #intro .twrap h2{
  font-size: clamp(20px, 4.85vw, 26px);
}
.contents #intro .twrap p {
  font-size: clamp(12px, 3.82vw, 23px);
  text-align: justify;
  margin: 0;
  line-height: 2.25em;
}
.twrap.regular p{
  font-size: clamp(12px, 4.25vw, 24px);
  text-align: justify;
}
.twrap.regular p.center{
  text-align: center;
}

.twrap.flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding-top: 0;
}

.anchor .twrap.titles{
    gap: 0.5rem;
    justify-content: flex-start;
    flex-flow: row wrap;
}

.anchor .twrap.titles a{
    width: calc(50% - 0.25rem);
}
.anchor .twrap.titles a:last-of-type{
  width: 100%;
}
.anchor .twrap.titles a .material-symbols-outlined{
  color: #000000;
  transform: rotate(90deg);
  font-weight: 300;
  transform-origin: 28% 37%;
}

.cont-title {
  width: 60%;
}

.anchor h2 {
  font-size: clamp(12px, 3.82vw, 24px);
}

.anchor .twrap.flex a img {
  width: 100%;
  height: auto;
}

.anchor .twrap.flex a img.w{
  height: 3rem;
}

.products {
  /*border-top: 1px solid #33a25b;*/
  width: calc(100% - 3.2rem);
  margin: auto;
  margin-top: 2rem;
  padding-bottom: 1rem;
}

.products .swiper-slide{
  margin-bottom: 2.4rem;
}
.products .logo {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  /*padding-top: 4rem;*/
  padding-bottom: 2rem;
}
.products .logo.s{
      padding-top: 1.6rem;
    padding-bottom: 1rem;
}
.products .logo img {
  max-width: 15%;
}
.products .logo.title img{
    max-width: inherit;
    height: 3.5rem;
    width: auto;
}
.products .logo.title.w img{
  height: 4.75rem;
}
.products .logo.s img{
  max-width: fit-content;
  height: 3.5rem;
  width: auto;
}

.products .logo.s img.vege{
  height: 2.5rem;
}
.products .logo.s img.kobe{
    height: 3.9rem;
}
.products .logo.s img.yugo{
  height: 3.8rem;
}

.products .logo::after,
.contents .logo::after {
  content: '';
  display: block;
  width: 3rem;
  border-bottom: 1.5px solid #33a25b;
  margin-top: 1rem;
}
.contents .logo::after{
      margin-left: auto;
    margin-right: auto;
    border-color: #000;
}

.products .logo.s::after{
  display: none;
}

/*.swiper-wrapper .inner {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}*/

.swiper-wrapper .inner .twrap {
  padding-left: 0;
  padding-right: 0;
  padding-top: 3.5%;
  padding-bottom: 3.5%;
}

.swiper-wrapper .inner .twrap p,
.contents .twrap.tbody p {
  text-align: justify;
  margin-top: 0;
  font-size: clamp(12px, 4.25vw, 24px);
  line-height: 1.75;
}

.twrap.h3 h3,
.twrap.h4 h4 {
  margin: 0;
  font-size: clamp(12px, 5vw, 24px);
  line-height: 1.75;
}

.red {
  color: #e1393e;
}

.grn {
  /*color: #33a25b;*/
  color: #008043;
}

.bg.red .twrap {
  color: #fff;
}

.bubble {
  width: 30%;
}

#c01 .bubble {
  margin-bottom: 1rem;
}

.spec {
  text-align: right;
  display: flex;
  flex-flow: column;
  gap: 0.5rem;
}

.spec .price {
  border-bottom: 1px solid #33a25b;
  padding-bottom: 0.5rem;
  letter-spacing: 0.085rem;
  font-weight: 500;
}

#pickup .spec .price{
border-bottom: 1px solid #e1393e;
}

.spec .price .shoulder {
  font-size: 0.75rem;
  margin-right: 0.5em;
}

.spec .price .num {
  font-size: clamp(16px, 8.5vw, 32px);
}

.spec .price .en {
  font-size: 1rem;
  margin-right: 0.25em;
}

.spec .price .tax {
  font-size: 0.85rem;
}

.spec .info {
  font-size: 0.8rem;
}

.caution {
  font-size: 0.8rem;
}

.products .swiper-horizontal .swiper-pagination-bullet {
  width: auto;
  height: auto;
  margin: 0 0.75em;
  background: none;
  font-size: 1.2rem;
  color: #33a25b;
  font-weight: 600;
}

.swiper-pagination-bullet-active {
  background: none;
}

.secTitle04 {
  width: 28vw;
  position: absolute;
  top: -15vw;
    left: 0;
    right: 0;
    margin: auto;
}

#challenge #sec02 .bg.grn {
  padding-bottom: 20vw;
}

#challenge .contents {
  margin-top: 4rem;
}

#challenge #sec03.contents {
  margin-top: 0;
  padding-top: 4rem;
}

#challenge a.btn {
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 3rem;
}

#challenge #links .products,
#challenge #links .products a.btn{
  margin-top: 0;
}
#challenge #links .products{
  margin-bottom: 24%;
}
#challenge #links .products a.btn{
  margin-right: 0;
      width: 80vw;
}
#challenge #links .products a.btn span.bold{
  font-size: clamp(11px, 4.8vw, 20px);
}

.contents .twrap.h3 p.lspc{
  letter-spacing: -0.036em;
}

#challenge .contents .twrap.tbody p.shoulder{
  text-align: center;
  font-size: 105%;
  color: #eb993d;
  gap: 1rem;
}
#challenge .contents .twrap.tbody p.shoulder::before,
#challenge .contents .twrap.tbody p.shoulder::after{
    content: '';
    border-left: 2px solid;
      transform: rotate(-16.5deg);
}
#challenge .contents .twrap.tbody p.shoulder::after{
    transform: rotate(16.5deg);
}

#challenge #sec03.contents .twrap.th{
    margin-bottom: 1rem;
}

#point a.btn {
  margin-left: auto;
  font-size: 0.875rem;
  margin-top: 2rem;
}

#point .title.h2 h4{
  font-size: clamp(24px, 6.5vw, 48px);
    margin-bottom: 0.75em;
    margin-top: 1rem;
}

#point .title.h2 h4 span{
    font-size: 70%;
}

.btnWrap{
  padding: 0 6%;
  gap: 4rem;
}

.btnWrap a.btn{
  margin: 0;
  max-width: 100%;
  padding: 1rem 0.5rem 1rem 1.5rem;
  justify-content: flex-end;
    font-size: clamp(11px, 4.5vw, 20px);
}
.btnWrap a.btn img{
  position: absolute;
    height: 7rem;
    width: auto;
    left: -1rem;
    top: 0;
    bottom: 0;
    margin: auto;
}
#c01 #point a.btn{
  margin-left: 0;
}
.btnWrap a.btn img.c03{
  left: 1.5rem;
    margin-top: -2.2rem;
}
.btnWrap a.btn img.c02{
  left: 0;
}
.btnWrap a.btn img.c01{
  left: 1rem;
    margin-top: -1rem;
}
.btnWrap a.btn .material-symbols-outlined{
  margin-left: 0;
}

.btnWrap a.btn .txt{
  font-size: 0.875rem;
}

#links .btnWrap a.btn:first-of-type .material-symbols-outlined,
#c02 .btnWrap a.btn:first-of-type .material-symbols-outlined{
  margin-left: 10%;
}

#c01 #point .btnWrap{
  gap: 2rem;
}
.vwrap {
  padding: 0 1.6rem;
}

.twrap.h2 {
  padding: 8% 6%;
}

.twrap.h2 h2 {
  font-size: clamp(20px, 6.25vw, 48px);
}

.twrap.th p {
  font-weight: 300;
}

.contents .twrap {
  padding: 8% 6%;
}

.contents .twrap.bottom{
  padding-top: 0;
}

.contents .products .twrap{
    padding: 4% 0;
}

.contents .twrap.lede{
  padding: 0;
}

.contents .twrap p.caution {
  font-size: 0.7rem;
}

.contents .twrap.h3 h3 {
  font-size: clamp(12px, 4.75vw, 24px);
  margin-bottom: 1em;
}

.contents .twrap.h3 h3 span.s{
  color: #000;
  font-size: 82%;
  font-weight: 400;
}

.contents .twrap.h4 h4,
.contents .twrap.h5 h5 {
  font-size: clamp(12px, 4.25vw, 26px);
  margin-bottom: 1em;
}

.contents .twrap.h2 h2 {
  margin-bottom: 0;
}

.contents .twrap.h3 p,
.contents .twrap.h4 p,
.contents .twrap.h5 p {
  font-size: clamp(11px, 3.8vw, 20px);
}

#sec03.contents .twrap.h2 {
  padding-bottom: 0;
}

.contents .twrap.h3 p.pop {
  position: relative;
  margin-bottom: 1.25rem;
}

.contents .twrap.h3 p.pop::before,
.contents .twrap.h3 p.pop::after {
  content: '';
  display: block;
  height: 2rem;
  position: absolute;
  top: 0;
  border-left: 2px solid;
  bottom: 0;
  margin: auto;
  width: 2px;
}

.contents .twrap.h3 p.pop::before {
  left: 14%;
  transform: rotate(-18deg);
}

.contents .twrap.h3 p.pop::after {
  right: 14%;
  transform: rotate(18deg);
}

h5.grn {
  color: #009d57;
}

#challenge #sec03.contents .twrap.h4 p {
  margin-bottom: 0;
}

.contents .twrap.h5 h5 {
  margin-top: 0;
}

.contents .twrap.h5 h5.center{
  text-align: center;
}

#point {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#c01 #point {
  padding-top: 0;
}
#c03 #point{
  padding-bottom: 0;
}
#caution ul {
  font-size: 0.8rem;
}

#caution ul li {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.75;
  margin-bottom: 0.25em;
}
#c02 #fv{
  padding-bottom: 3.2rem;
}
#c02 #fv .twrap{
    padding: 0 6%;
    position: absolute;
    bottom: 6%;
    left: 0;
}
#c02 #fv picture{
  padding-bottom: 16%;
}
#c02 #fv .catchTitle{
    position: absolute;
    bottom: 19%;
    left: 0;
    width: 71%;
}
#c02 #fv .twrap h1{
  font-size: clamp(22px, 7.65vw, 42px);
    display: flex;
  flex-flow: column;
}
#c02 #fv .twrap h1 span{
      text-indent: -0.5em;
}
#c02 #fv .twrap h1 .small{
  font-size: 60%;
  text-indent: 0;
}

#c02 #intro .twrap.h2 h2 {
  font-size: clamp(24px, 6.5vw, 48px);
  margin-bottom: 1em
}

#c02 #intro .twrap.h2 h2 .small{
      font-size: clamp(16px, 4.75vw, 28px);
}

#c02 #intro .twrap .logo {
  max-width: 35rem;
  margin-bottom: 1.5rem;
}

#c02 #intro .coupon.anchor{
      margin: 3.2rem 0 0;
    display: block;
}

#c02 #point .twrap.h2 span {
  display: block;
  font-size: 85%;
}

#c02 .twrap.h2 h2 {
  font-size: clamp(20px, 5.85vw, 32px);
}

#c02 #intro .p01 .twrap p{
  letter-spacing: -0.01299999em;
}
#c02 #intro .point .twrap{
padding: 8% 6%;
}

#c02 #intro .p01 .graph{
padding: 0 6%;
align-items: center;
}

#c02 #intro .p01 .graph img{
  width: 45%;
}
#c02 #intro .p01 .graph .twrap{
  padding-left: 0;
}
#c02 #intro .p01 .graph .twrap h3,
#c02 #intro .p01 .twrap h5{
  margin-bottom: 0;
}
#c02 #intro .p01 .twrap h5{
  font-size: clamp(16px, 5vw, 26px);
}
#c02 #intro .p01 .twrap h5 [data-ruby]::before{
    letter-spacing: 0;
    left: -1.2em;
}

#c02 #intro .p01 .graph .twrap .marker{
  display: inline-block;
  position: relative;
}
#c02 #intro .p01 .graph .twrap .marker::before{
content: '';
    display: block;
    position: absolute;
    height: 55%;
    background: #fcef54;
    width: 95%;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: skewY(-2.5deg);
}

#c02 #intro .p01 .speech {
  border-left: 1.5px solid;
  border-bottom: 1.5px solid;
  border-radius: 0 0 0 1.2rem;
  position: relative;
      width: 95%;
      margin-bottom: 3rem;
}
#c02 #intro .p01 .speech::before{
display: block;
    content: '';
    width: 30px;
    height: 30px;
    background: #ffffff;
    position: absolute;
    right: 0px;
    bottom: -15px;
}
#c02 #intro .p01 .speech::after{
content: '';
    display: block;
    width: 26px;
    height: 18px;
    margin: 0 10px;
    border-bottom: 1.5px solid #000;
    border-right: 1.5px solid #000;
    transform: rotate(29deg) skew(30deg, 15deg);
    position: absolute;
    right: -14px;
    bottom: -8px;
    background: #ffffff;
}

#c02 #intro .p01 .speech p {
  padding: 0 0 0 2em;
  position: relative;
  top: -1em;
  line-height: 1.75;
  width: 96%;
  font-size: clamp(12px, 3.5vw, 20px);
}

#c02 #sec03.contents .twrap.h2 {
  padding-bottom: 8%;
}

#c02 #sec03.contents a.btn.b {
  color: #e1393e;
  margin-right: auto;
  max-width: fit-content;
  margin-top: 1rem;
}

.bg.red .spec .price {
  border-color: #fff;
}

#c02 #sec03.contents .spec a.btn {
  color: #fff;
  margin-top: 1rem;
}
#c02 #sec03.contents .twrap h2{
    font-size: clamp(20px, 6.5vw, 36px);
}

#c02 #sec03.contents .twrap h2 [data-ruby]::before{
      letter-spacing: 0;
    left: -1.2em;
}

#c02 #sec03.contents .twrap h2 .small{
    font-size: 0.65em;
    font-weight: 500;
}

#c02 #sec01 .twrap.h2 {
  padding-top: 0;
}

#c02 #point .twrap.h2.tbody{
  padding-top: 4%;
}

#c02 #point #sec02 .twrap.h2.tbody p{
  letter-spacing: -0.01397em;
}

#c02 #sec03 .bg.red {
  padding-bottom: 2rem;
  padding-top: 2rem;
}

#c02 #sec03.contents .spec .twrap.right {
  padding: 0;
  margin-top: 2rem;
}

#c02 #sec03.contents .spec .twrap.right p {
  text-align: center;
  font-size: 0.7rem;
  line-height: 1.5;
}

#c02 #sec03.contents .spec .twrap.right p.caution {
  margin-bottom: 0.5em;
}

#c02 #sec03.contents .spec .twrap p.bg.w {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 1.5rem 1rem;
  gap: 1rem;
  border-radius: 1rem;
}

#c02 #sec03.contents .spec .twrap p.bg.w .logo {
  width: 5rem;
  height: auto;
}

#c02 #sec03.contents .spec .twrap p.bg.w .logo.rf1 {
  width: 2.5rem;
}

#c02 #sec03 .vwrap{
  position: relative;
  padding-top: 8%;
}

#c02 #sec03 .vwrap .catchTitle{
    position: absolute;
    left: 3%;
    width: 50%;
    top: 0;
}

.contents .logo.title{
  gap: 1rem;
}

.contents .logo.title .icon{
      width: auto;
    height: 3rem;
}

#sec03.contents .logo.title .icon{
  height: 4rem;
}

.contents .logo.title.h3 .section-title,
.contents .logo.title.h4 .section-title {
    font-size: clamp(32px, 9vw, 54px);
    margin: 0;
    line-height: 1;
}
.contents .logo.title.h4 .section-title {
    font-size: clamp(24px, 6.5vw, 48px);
}
.contents .logo.title.h3 .twrap p,
.contents .logo.title.h4 .twrap p{
  margin: 0;
  font-size: clamp(16px, 4.75vw, 28px);
}
.contents .logo.title.h3 .twrap p{
  line-height: 1;
}
.contents .logo.title.h3 .twrap p .bubble{
font-size: clamp(24px, 8vw, 36px);
line-height: 0.5;
}

.twrap.bubble.txt .inner {
  background: #fff;
  padding: 2em;
  border-radius: 1rem;
}

.twrap.bubble.txt {
  width: 100%;
  padding-top: 0;
  position: relative;
}

.twrap.bubble.txt::after {
  content: '';
  display: inline-block;
  border-top: 0.75rem solid #fff;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  position: absolute;
  left: 20%;
  bottom: auto;
}

.twrap.bubble.txt p {
  width: 100%;
  line-height: 2;
  font-weight: 600;
  margin: 0;
  text-align: justify;
}

.twrap.bubble.txt p.star{
  font-size: 1.3rem;
}

.twrap.bubble.txt p .underline{
  text-decoration: underline;
}

#c02 #point .twrap.bubble.txt .inner a.btn {
  margin-right: auto;
  margin-top: 1rem;
  max-width: max-content;
  color: #e1393e;
}

#point a.btn.s {
  font-size: 0.75rem;
}

#pickup a.btn.modal {
  margin-left: auto;
  margin-top: 2rem;
}

.index #special .tbox .twrap h3 {
  font-size: clamp(18px, 5.1vw, 30px);
  color: #000000;
}

.modaal-container {
  border: 1px solid red;
  border-radius: 1rem;
  background: transparent;
  margin: 0 auto;
}

#c01 .modaal-container {
  border: 1px solid #33a25b;
}

.modaal-content-container {
  padding: 0;
}

.modaal-wrapper ul {
  padding-left: 0;
  text-align: left;
  font-size: clamp(12px, 3.6vw, 22px);
  line-height: 2;
  margin-bottom: 0;
}

.modaal-wrapper ul li span {
  margin-right: 0.5em;
  min-width: 4.5em;
  display: inline-block;
}

.modaal-wrapper ul li.divide {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 0.5em 0;
  margin: 0.5em 0;
}

.modaal-wrapper ul li.mb {
  margin-bottom: 0.5em;
}

.modaal-wrapper .modaal-close {
  background: none;
  width: 3rem;
  height: 3rem;
  position: absolute;
}

.modaal-close:before,
.modaal-close:after {
  background: #000;
}

a.modaal-close.bottom {
  position: static;
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 1rem;
  margin-top: 2rem;
  border-top: 1px solid red;
  padding-top: 1.5rem;
}

a.modaal-close.bottom.grn {
  border-color: #33a25b;
}

a.modaal-close.bottom:before,
a.modaal-close.bottom:after {
  display: none;
}

a.modaal-close.bottom .material-symbols-outlined {
  line-height: 1;
  font-size: 1.25rem;
  font-weight: 300;
  margin-top: 0.2em;
}

.modaal-inner-wrapper {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.swiper-wrapper {
  margin-bottom: 2rem;
}

.swiper-pagination {
  position: static;
}

.swiper-button-next,
.swiper-button-prev {
  height: 1.5rem;
  top: 23.5%;
  position: absolute;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1.5rem;
  color: #000;
}
ruby > rt {
  text-align: center;
}
#info .title.h4 h5{
  font-size: clamp(32px, 9vw, 48px);
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 1px black;
    letter-spacing: 0.1em;
}
#info .logo.title{
  flex-direction: column;
  padding-top: 3.2rem;
}
[data-ruby] {
	position: relative;
}
[data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	top: -1em;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 0.5em;
letter-spacing: 0.25em;
}
.curn{
      letter-spacing: -0.04em;
}
#coupon{
    margin-bottom: 4rem;
}

#c02 #pickup .twrap.bottom .spec{
    padding-bottom: 14%;
}

.catch{
  position: relative;
}
.catch::before,
.catch::after{
    content: '';
    width: 1.5px;
    display: block;
    height: 1.2em;
    background: white;
    position: absolute;
    bottom: 0;
}
.catch::before{
  left: -0.5em;
transform: rotate(-22deg);
}

.catch::after{
  right: -0.5em;
transform: rotate(22deg);
}

@media (768px <=width) {
  #challenge a.btn {
    max-width: 55%;
  }

  section#special picture.tbox {
    padding-bottom: 45%;
  }

  section#special picture#cont03.tbox {
    padding-bottom: 4rem;
  }

  section#special picture#cont01 {
    padding-bottom: 0;
    margin-bottom: 14rem;
  }

  section#special picture#cont02 {
    padding-bottom: 0;
    margin-bottom: 19rem;
  }

  .index #special {
    padding-bottom: 30%;
  }
  .btnWrap a.btn br{
    display: none;
  }
  #point .btnWrap a.btn, #links .btnWrap a.btn,.btnWrap a.btn{
    justify-content: space-between;
  }
  #point .btnWrap a.btn .txt,
  #links .btnWrap a.btn .txt,
  #c02 .btnWrap a.btn .txt{
    margin-left: auto;
    text-indent: 4vw;
  }
    #point .btnWrap a.btn .material-symbols-outlined,
    #links .btnWrap a.btn .material-symbols-outlined,
    #links .btnWrap a.btn:first-of-type .material-symbols-outlined,
    #point .btnWrap a.btn:last-of-type .material-symbols-outlined,
    .btnWrap a.btn .material-symbols-outlined,
    #c02 .btnWrap a.btn:first-of-type .material-symbols-outlined{
    margin-left: auto;
  }
}

@media (820px <=width) {

  .wrapper,
  nav.local {
    max-width: 560px;
  }

  .modaal-container {
    max-width: calc(560px - 2rem);
  }

  section#special picture.tbox {
    padding-bottom: 45%;
  }

  section#special picture#cont03.tbox {
    padding-bottom: 4rem;
    margin-bottom: 6rem;
  }

  section#special picture#cont01 {
    padding-bottom: 0;
    margin-bottom: 10rem;
  }

  section#special picture#cont02 {
    padding-bottom: 0;
    margin-bottom: 10rem;
  }

  .index #special {
        padding-bottom: 1rem;
  }

  .secTitle04 {
    max-width: 10rem;
    width: 18vw;
    top: -5rem;
  }

  #challenge #sec02 .bg.grn {
    margin-top: 4rem;
    padding-top: 5rem;
  }

  #challenge #sec02 .bg.grn {
    padding-bottom: 5rem;
  }

  .twrap.h2 h2 {
    font-size: clamp(20px, 6.25vw, 42px);
  }

  #fv .contTitle {
    width: 28%;
  }

  .tbox .twrap a.btn {
    margin-top: 2rem;
  }

  .index #special .tbox .twrap h3{
    font-size: 28px;
  }
  .anchor .twrap a.flex{
            gap: 0.5rem;
  }

}