@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@400&display=swap";
@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200";

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-optical-sizing: auto;
  font-style: normal
}

*:before,
*:after {
  pointer-events: none
}

html {
  font-size: 62.5%;
  text-align: center
}

input,
select,
textarea,
body {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  font-feature-settings: "palt"
}

table {
  border-collapse: collapse
}

picture {
  display: inline-block;
  vertical-align: bottom
}

img {
  vertical-align: bottom;
  max-width: 100%;
  display: block
}

sup {
  font-size: 50%
}

a {
  transition: .5s
}

a:hover {
  color: #ffc862
}

ul,
ol {
  margin-left: 0
}

ul li,
ol li {
  list-style: none
}

.pc,
.sp {
  display: none
}

@media screen and (min-width: 790.4736842105px) {
  .pc {
    display: inline-block
  }
}

@media screen and (min-width: 751px)and (max-width: 833.3333333333px) {
  .pc {
    display: inline-block
  }
}

@media screen and (max-width: 750px) {
  .sp {
    display: inline-block
  }
}

.maincolor {
  color: #f15a24
}

.redtext {
  color: #920012
}

.letterspacing {
  letter-spacing: .1em
}

@media screen and (max-width: 750px) {
  .letterspacing {
    letter-spacing: 0
  }
}

.initbox {
  width: 90%;
  max-width: 750px;
  margin: 0 auto
}

.pt0 {
  padding-top: 0 !important
}

.mt0 {
  margin-top: 0 !important
}

.mt05 {
  margin-top: .5em
}

.mt1 {
  margin-top: 1em
}

.mt2 {
  margin-top: 2em
}

.pb0 {
  padding-bottom: 0 !important
}

.mb0 {
  margin-bottom: 0 !important
}

.mb05 {
  margin-bottom: .5em
}

.mb1 {
  margin-bottom: 1em
}

.mb2 {
  margin-bottom: 2em
}

.hideContent {
  display: none !important
}

.mtL {
  margin-top: 8rem !important
}

@media screen and (max-width: 750px) {
  .mtL {
    margin-top: 6rem !important
  }
}

.mbL {
  margin-bottom: 8rem !important
}

@media screen and (max-width: 750px) {
  .mbL {
    margin-bottom: 6rem !important
  }
}

.mtM {
  margin-top: 4.5rem !important
}

@media screen and (max-width: 750px) {
  .mtM {
    margin-top: 3rem !important
  }
}

.mbM {
  margin-bottom: 4.5rem !important
}

@media screen and (max-width: 750px) {
  .mbM {
    margin-bottom: 3rem !important
  }
}

.mtS {
  margin-top: 2rem !important
}

@media screen and (max-width: 750px) {
  .mtS {
    margin-top: 1rem !important
  }
}

.mbS {
  margin-bottom: 2rem !important
}

@media screen and (max-width: 750px) {
  .mbS {
    margin-bottom: 1rem !important
  }
}

.cautionUl li {
  text-align: left;
  list-style: none;
  margin-left: 1em;
  text-indent: -1em
}

#page-skip {
  position: relative
}

#page-skip a {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px 1px 1px 1px)
}

#headcontent {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  z-index: 5;
  background: #fff
}

@media screen and (min-width: 751px) {
  #headcontent {
    min-height: 7.4rem
  }
}

#headcontent .initbox {
  position: relative
}

#headcontent .initbox h1 {
  font-size: clamp(18px, 22/750*100vw, 22px);
  text-align: center;
  position: relative
}

#headcontent .initbox h1 a {
  color: #f15a24;
  text-decoration: none
}

#headcontent .initbox h1 a img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: clamp(90px, 119/750*100vw, 119px)
}

#headcontent .initbox #fixednav {
  display: none
}

#headcontent .initbox #fixednav label {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%)
}

#headcontent .initbox #fixednav label::after {
  font-family: "Material Symbols Outlined";
  content: "";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  font-size: 6rem;
  transition: .5s
}

#headcontent .initbox #fixednav #globalnav_items {
  display: none;
  background: rgba(255, 255, 255, .9);
  width: 100%;
  position: fixed;
  top: 7.2rem;
  left: 0;
  height: calc(100vh - 7.2rem)
}

#headcontent .initbox #fixednav #globalnav_items li:not(:last-child) {
  border-bottom: 1px dotted #000
}

#headcontent .initbox #fixednav #globalnav_items li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1em 0;
  font-size: clamp(22px, 30/750*100vw, 30px);
  text-decoration: none;
  color: #333
}

#headcontent .initbox #fixednav #globalnav {
  display: none
}

#headcontent .initbox #fixednav #globalnav:checked~label::after {
  content: "";
  transform: rotate(360deg)
}

#headcontent .initbox #fixednav #globalnav:checked~#globalnav_items {
  display: block
}

#contents {
  font-size: clamp(12px, 16/750*100vw, 16px)
}

#contents #lead {
  font-family: "Zen Old Mincho", serif;
  display: flex;
  justify-content: right;
  align-items: center;
  position: relative;
  background: url(../img/bg_summer25.jpg) no-repeat 50% 100%;
  background-size: cover;
  padding: 2rem 0 4rem;
  padding-right: 2em;
  letter-spacing: -0.1em;
  position: relative
}

@media screen and (min-width: 790.4736842105px) {
  #contents #lead {
    padding-right: calc((100% - 750px)/2)
  }
}

#contents #lead::after {
  content: "";
  display: block;
  width: 100%;
  height: 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(142, 207, 245, 0), #8ecff5)
}

#contents #lead p {
  line-height: 1.8;
  font-size: clamp(12px, 20/750*100vw, 20px);
  text-align: center
}

#contents #lead p span {
  display: inline-block;
  border-bottom: 2px dotted #fff;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(63, 118, 129, .4), 0 0 8px rgba(63, 118, 129, .6), 0 0 8px rgba(63, 118, 129, .8)
}

#contents h2 {
  margin: 3rem 0 2rem;
  text-align: center
}

#contents h2 img {
  margin: 0 auto;
  width: 100%;
  max-width: 800px
}

#contents #subranking {
  position: relative;
  padding-top: clamp(1rem, 4vw, 6rem)
}

#contents #subranking h2 {
  margin-top: clamp(1rem, 4vw, 6rem);
  margin-bottom: 4rem;
}

#contents #subranking::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 150vh;
  background: linear-gradient(to bottom, #8ecff5, rgba(142, 207, 245, 0))
}

#contents #subranking ol.top3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: min(250/750*100vw, 293px) 1fr;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 1rem
}

#contents #subranking ol.top3 li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center
}

#contents #subranking ol.top3 li::before {
  content: "";
  aspect-ratio: 147/103;
  height: clamp(35px, 55/750*100vw, 55px);
  display: block;
  position: absolute;
  top: -1.5em;
  left: -0.5em;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: .3s;
  z-index: 2;
  transform-style: preserve-3d;
  animation: rotate-z 4s ease-in-out infinite;
  transform-origin: center 0 0
}

#contents #subranking ol.top3 li:hover::before {
  transform: translateY(-5px) rotate(-5deg)
}

#contents #subranking ol.top3 li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  padding: 0 1em;
  border-radius: 8px;
  background: #fff
}

#contents #subranking ol.top3 li a::after {
  content: "詳細はこちら";
  width: 50%;
  background: #8c6239;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 1em;
  left: 1em;
  padding: .5em 0;
  border-radius: 1em;
  transition: .5s;
  font-size: clamp(10px, 16/750*100vw, 16px);
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, .5)
}

#contents #subranking ol.top3 li a:hover {
  border-color: rgba(255, 200, 98, .5);
  box-shadow: 0 0 8px rgba(255, 200, 98, .5)
}

#contents #subranking ol.top3 li a:hover::after {
  color: #fff !important;
  background: #f15a24 !important
}

#contents #subranking ol.top3 li:first-child {
  grid-column: 1/2;
  grid-row: 1/3
}

#contents #subranking ol.top3 li:first-child::before {
  height: clamp(40px, 70/750*100vw, 70px);
  background-image: url(../img/icon_ranking01.png)
}

#contents #subranking ol.top3 li:first-child a {
  padding: clamp(40px, 80/750*100vw, 80px) 0 1em
}

#contents #subranking ol.top3 li:first-child a::after {
  content: "おトクなキャンペーンはこちら";
  background: linear-gradient(45deg, #f7b91c, #fff591, #f7b91c);
  width: calc(100% - 2em);
  color: #8c6239
}

#contents #subranking ol.top3 li:nth-child(2)::before {
  background-image: url(../img/icon_ranking02.png)
}

#contents #subranking ol.top3 li:nth-child(2) a::after {
  top: min(144/750*100vw, 168px);
  bottom: initial;
  background: linear-gradient(45deg, #c0c6ca, #f2f2f3, #c0c6ca);
  color: #8c6239
}

#contents #subranking ol.top3 li:nth-child(3)::before {
  background-image: url(../img/icon_ranking03.png)
}

#contents #subranking ol.top3 li:nth-child(3) a::after {
  top: min(108/750*100vw, 108px);
  bottom: initial;
  background: linear-gradient(45deg, #a56936, #dcbb8e, #a56936)
}

#contents #subranking ol.other {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  row-gap: 1rem
}

#contents #subranking ol.other li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center
}

#contents #subranking ol.other li.wide {
  grid-column: 1/4
}

#contents #subranking ol.other li.wide a {
  width: 100%;
  padding-bottom: 0
}

#contents #subranking ol.other li.wide a::after {
  width: 30%;
  right: auto;
  left: 50%;
  transform: translateX(-50%)
}

#contents #subranking ol.other li::before {
  content: "";
  width: clamp(30px, 60/750*100vw, 60px);
  aspect-ratio: 122/86;
  display: block;
  position: absolute;
  top: 0;
  left: 1em;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: .3s
}

#contents #subranking ol.other li a {
  display: block;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  padding: 25px 0 3em;
  border-radius: 8px;
  background: #fff
}

@media screen and (max-width: 750px) {
  #contents #subranking ol.other li a {
    padding-top: calc(40/750*100vw);
  }
}

#contents #subranking ol.other li a::after {
  content: "詳細はこちら";
  width: calc(100% - 3em);
  background: #8c6239;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 1em;
  right: 1.5em;
  padding: .5em 0;
  border-radius: 1em;
  transition: .5s;
  font-size: clamp(10px, 16/750*100vw, 16px);
  line-height: 1
}

#contents #subranking ol.other li a:hover {
  border-color: rgba(255, 200, 98, .5);
  box-shadow: 0 0 8px rgba(255, 200, 98, .5)
}

#contents #subranking ol.other li a:hover::after {
  color: #fff !important;
  background: #f15a24 !important
}

#contents #subranking ol.other li:nth-child(1)::before {
  background-image: url(../img/icon_ranking04.png)
}

#contents #subranking ol.other li:nth-child(2)::before {
  background-image: url(../img/icon_ranking05.png)
}

#contents #subranking ol.other li:nth-child(3)::before {
  background-image: url(../img/icon_ranking06.png)
}

#contents #subranking ol.other li:nth-child(4)::before {
  background-image: url(../img/icon_ranking07.png)
}

#contents #subranking ol .icons {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1
}

#contents #subranking ol .icons span {
  position: relative;
  display: block;
  z-index: 1;
  height: 100%
}

#contents #subranking ol .icons span::before {
  position: absolute;
  left: auto
}

#contents #subranking ol .icons span.icon_tvcm::before,
#contents #subranking ol .icons span.icon_plus8::before {
  width: clamp(40px, 75/750*100vw, 75px)
}

#contents #subranking ol .icons span.icon_tvcm::before {
  top: -1em;
  right: -0.5em;
  transform: rotate(10deg)
}

#contents #subranking ol .icons span.icon_plus8::before {
  top: 0;
  right: 0
}

#contents #subranking ol .subranking_middle .icons span.icon_plus8::before {
  right: auto;
  left: 0
}

#contents #subranking ol .subranking .icons span.icon_tvcm::before,
#contents #subranking ol .subranking .icons span.icon_plus8::before,
#contents #subranking ol .subranking_middle .icons span.icon_tvcm::before,
#contents #subranking ol .subranking_middle .icons span.icon_plus8::before {
  width: clamp(30px, 55/750*100vw, 55px)
}

#contents #tvcm h2 {
  width: min(84%, 676px);
  margin: min(5vw, 5rem) auto -4rem;
}

@media screen and (max-width: 750px) {
  #contents #tvcm h2 {
    margin-bottom: calc(-40/750*100vw);
  }
}

#contents #tvcm ul li {
  background: url(../img/bg_green.jpg);
  border-radius: 16px
}

#contents #tvcm ul li a {
  padding: 4em 2em 2.5em;
  position: relative;
  display: block
}

@media screen and (max-width: 750px) {
  #contents #tvcm ul li a {
    padding-block: calc(60/750*100vw) calc((14px + 2em) + 1em);
  }
}

#contents #tvcm ul li a::after {
  content: "おトクなキャンペーンはこちら";
  width: calc(100% - 2em);
  background: #8c6239;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 2em;
  left: 1em;
  display: block;
  padding: 1em 0;
  border-radius: 1.25em;
  transition: .5s;
  font-size: clamp(14px, 16/750*100vw, 16px);
  line-height: 1
}

#contents #tvcm ul li a:hover::after {
  background: #f15a24
}

#contents #tvcm ul li+li {
  margin-top: 1.5rem
}

#contents #tvcm ul li .icons .icon_tvcm2 {
  position: absolute;
  top: 2.5em;
  right: -1em;
  animation: shake-up 2s infinite ease-in-out;
  display: inherit
}

#contents #tvcm ul li .icons .icon_tvcm2::before {
  position: relative;
  width: clamp(80px, 150/750*100vw, 150px);
  top: auto;
  right: auto;
  transform: rotate(10deg)
}

#contents #product {
  margin-top: 4rem;
}

#contents #product ul li:not(:first-child) {
  margin-top: min(2vw, 2rem);
}

#contents #product ul li a {
  position: relative;
  display: block;
}

#contents #product ul li a::after {
  position: absolute;
  right: min(10/750*100vw,1em);
  bottom: min(10/750*100vw,1em);
  background: url(../img/arrow.png) no-repeat center center / contain;
  width: min(34/750*100vw, 34px);
  height: min(34/750*100vw, 34px);
  content: "";
  display: block;
  animation: shake-horizontal 2s infinite ease-in-out;
}

#contents #banner {
  margin: 4rem 0
}

#contents #banner li a {
  display: block
}

#contents #banner li a img {
  width: 100%
}

#contents a:hover {
  opacity: 1
}

#footcontent .p-footer-tel .p-footer-tel__txt,
#footcontent .p-footer-did__txt {
  font-size: 1.4rem
}

#footcontent .p-footer-tel .p-footer-tel__title {
  font-size: 1.75rem
}

#footcontent .p-footer-did__txt .p-footer-did__number {
  font-size: 2.1rem
}

#footcontent .l-footer-contact-wrapper .p-footer-mark {
  width: 100%;
  max-width: 350px
}

#footcontent .l-footer-contact-wrapper .p-footer-mark .p-mark-text {
  font-size: .7rem
}

#footcontent .l-footer-copyright-wrapper a {
  font-size: 1.225rem
}

#footcontent .l-footer-copyright-wrapper .copyright {
  font-size: 1.05rem
}

.icons {
  position: relative;
  pointer-events: none
}

.icons span {
  position: relative
}

.icons span::before {
  content: "";
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2
}

.icons span.icon_tvcm::before {
  aspect-ratio: 317/383;
  background-image: url(../img/icon_tvcm.png)
}

.icons span.icon_plus8::before {
  aspect-ratio: 124/124;
  background-image: url(../img/icon_plus8.png)
}

.icons span.icon_tvcm2::before {
  aspect-ratio: 300/252;
  background-image: url(../img/icon_tvcm2.png)
}

.icons span.text_tvcm,
.icons span.text_plus8 {
  display: block
}

.icons span.text_tvcm::before,
.icons span.text_plus8::before {
  font-weight: bold;
  color: #f15a24;
  line-height: 1;
  text-shadow: 0 0 5px rgba(255, 255, 255, .8), 0 0 5px rgba(255, 255, 255, .8), 0 0 5px rgba(255, 255, 255, .8), 0 0 5px rgba(255, 255, 255, .8)
}

.icons span.text_tvcm::before {
  content: "TVCM中"
}

.icons span.text_plus8::before {
  content: "8日分増量中"
}

@keyframes shake-up {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(15px)
  }
}

@keyframes shake-horizontal {

  0%,
  100% {
    transform: translateX(0)
  }

  50% {
    transform: translateX(-15%)
  }
}

.reflection {
  position: relative;
  overflow: hidden
}

.reflection::before {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflection 4s ease-in-out infinite
}

@keyframes reflection {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0
  }

  80% {
    transform: scale(0) rotate(45deg);
    opacity: .5
  }

  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1
  }

  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0
  }
}

@keyframes rotate-z {
  0% {
    transform: rotateY(0)
  }

  90% {
    transform: rotateY(0)
  }

  100% {
    transform: rotateY(360deg)
  }
}

/*# sourceMappingURL=style.css.map */
