@charset "utf-8";

/*!
 * Bootstrap Reboot v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*, ::after, ::before {
  box-sizing: border-box;
}

/* :root {
  --border-width-pc: 730px;
} */

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  min-width: 320px;
  margin: 0;
  /* font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
  line-height: 1.5; */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + .9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem; 
  }
}
h3 {
  font-size: calc(1.3rem + .6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + .3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-bs-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol, ul {
  padding-left: 2rem;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--color-font);
  text-decoration: none;
}

a:where(:hover, :focus) {
  text-decoration: underline;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

code, kbd, pre, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img, svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

tbody, td, tfoot, th, thead, tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}


/*-----------------------------
*
* base
*
-----------------------------*/
:root {
  --main-contents-width: 500px;
  --main-contents-width-large: 750px;
  --font-size-16: clamp(16px,4.1vw,24px);
  --font-size-12: clamp(12px,3.3vw,19px);
  --font-size-10: clamp(10px,2.6vw,16px);
  --top-bgcolor: #FFE64E;
  --top-bgcolor2: #F7F8C1;
  /* --top-checkcolor: rgba(165, 146, 113, 0.3); */
  --accent-color: #EA9103;
  --border-color: #FFE54A;
  --color-font: #73453A;
  --color-border: #4F392E;
  --color-bg: #f7f8c1;
  --color-bg2: #FFE64E;
  --width-pc2: 1600px;
  --width-pc: 1100px;
  --width-tablet: 769px;
}


html,
body {
  width: 100%;
}

html {
  background: #f7f8c1;
  background-image: url(../img/pc_bg_foods.svg),url(../img/pc_bg_grass.svg),linear-gradient(to bottom, var(--color-bg) 0px, var(--color-bg) 800px, var(--color-bg2) 800px, var(--color-bg2) 100%);
  background-repeat: no-repeat,repeat-x,no-repeat;
  background-attachment: fixed;
  background-position: left top 485px,left top 712px,center top;
}
/*草の高さは88px*/

@media (max-width:500px) {
  html {
    background: #fff;
  }
}

body.is-fixed {
  position: fixed;
}

html {
  font-size: 10px;
  scroll-padding-top: 40px;
}

body {
  min-width: 320px;
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  -webkit-tap-highlight-color: inherit;
  color: var(--color-font);
}

h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 0;
}


p {
  margin: 0;
}

p + p {
  margin-top: 1.6rem;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  padding: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
  backface-visibility: hidden;
}

/* a {
  color: #6d93e3;
} */

button {
  border: none;
  box-shadow: none;
  appearance: none;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

input,textarea {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (min-width: 769px), print {

  html {
    scroll-padding-top: 90px;
  }

  body {
  }

  /* p + p {
    margin-top: 2.8rem;
  } */
}

/*-----------------------------
*
* layout
*
-----------------------------*/

.l-wrapper {
  width: 100%;
}

.l-main {
  width: 100%;
  max-width: var(--main-contents-width);
  padding-top: 50px;
  margin: 0 auto;
  font-weight: bold;
  /* background:url(../img/main_bg.png),#fff;
  background-size: 100% auto;
  background-position: left top; */
  position:relative;
  container-type: inline-size;
  container-name: lmain;
}

.l-section-inner {
  /* width: 93.75%; */
  /* max-width: var(--main-contents-width); */
  margin: 0 auto;
}

@media (min-width: 1100px) {
  .l-main {
    width: 50%;
    max-width: 500px;
    font-size: 1rem;
  }
}

@media (min-width: 1600px) {
  .l-main {
    width: 50%;
    max-width: var(--main-contents-width-large);
  }
}


@media screen and (min-width: 769px),print {
  .l-main {
    padding-top: 70px;
  }
}/*media*/

/*
* header
*/

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 10;
  transform: translate3d(-50%,0, 0);
  background: #fff;
  z-index: 10;
}

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

.top-header {
  width: 100%;
  height: 50px;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
  background: #fff;
}

.top-header.is-show {
  background: var(--top-bgcolor2);
}

.header-logo {
  width: 30%;
  padding: 5px;
  background: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.header-logo img {
  width: 80%;
}

.menu-btn-wrap {
  width: 15%;
  height: 100%;
  padding: 0 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}
.menu-btn-wrap button {
  height: 100%;
  background:none;
}

.menu-btn-wrap img {
  width: 100%;
}

.top-header .menu-btn-wrap img[src*="open"]{
  display: block;
}

.top-header .menu-btn-wrap img[src*="close"]{
  display: none;
}

.top-header.is-show .menu-btn-wrap img[src*="open"]{
  display: none;
}

.top-header.is-show .menu-btn-wrap img[src*="close"]{
  display: block;
}

.l-menu .top-sec-ttl-anim--sale-menu {
  width: 40%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 500px) {
  .l-header {
    width: var(--main-contents-width);
  }
}

@media (min-width: 769px) {
  .top-header {
    height: 70px;
  }
  .header-logo {
    width: 176px;
    height: 54px;
    border-radius: 27px;
  }
  .header-logo img {
    width: 130px;
  }

  .top-header .menu-btn-wrap img {
    width: 55px;
  }
  .top-header.is-show {
  background: #fff;
  }
}/*media*/

@media (min-width: 1100px) {
  .l-header {
    width: var(--main-contents-width);
  }
  .menu-btn-wrap {
    display: none;
  }
}

@media (min-width: 1600px) {
  .l-header {
    width: var(--main-contents-width-large);
  }
}


/*
*menu
 */

.l-menu {
  display: none;
  position: fixed;
  top: 50px;
  left: 50%;
  z-index: 100;
  transform: translateX(-50%);
  width: 100%;
  max-width: var(--main-contents-width);
  height: calc(100% - 40px);
  /* background: url(../img/menu_bg.png) center bottom / 80% auto no-repeat; */
  background-color: var(--top-bgcolor2);
  text-align: center;
}

.l-menu-inner {
  padding-top: 1.5rem;
  padding-bottom: 30%;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.l-menu a,.l-menu button {
  display: block;
  width: 100%;
  background: none;
  padding: 10px 10px;
  font-size: 1.5rem;
  line-height: 100%;
  text-decoration: none;
  color: var(--color-font);
  font-weight: bold;
}

.naviSNS span {
  display: inline-block;
  height: 2rem;
  line-height: 2.1rem;
  overflow: hidden;
}

.naviSNS .tw {
  background: url(../img/icon_twitter.png) no-repeat left center;
}

.naviSNS .sh {
  background: url(../img/icon_share.png) no-repeat left center;
}

.naviSNS .insta {
  background: url(../img/sns_insta.png) no-repeat left center;
}

.naviSNS .tw,
.naviSNS .sh,
.naviSNS .insta {
  padding-left: 2.6rem;
  background-size: 2rem auto;
}

@media (min-width: 769px) {
  .l-menu {
    top: 70px;
    padding-bottom: 190px;
    height: calc(100% - 70px);
  }

  .l-menu a,.l-menu button {
    padding: 15px 15px;
    font-size: 26px;
  }

  .l-menu-inner {
    height: 100%;
    padding-bottom: 0;
  }
  .naviSNS li a,.naviSNS li button{
    height: 62px;
  }

  .naviSNS .tw,
  .naviSNS .sh,
  .naviSNS .insta {
    height: 32px;
    padding-left: 40px;
    background-size: 32px auto;
    vertical-align:middle;
    line-height: 1.1;
  }
}

@media (min-width: 1600px) {
    .l-menu {
      max-width: none;
      width: var(--main-contents-width-large);
    }
}

/*
* footer
*/

.footer-to-top-wrap {
  padding-top: 14%;
  padding-bottom: 5%;
  position: relative;
  z-index: 2;
  background: url(../img/grass.webp) center top / 100% auto;
}


.footer-to-top {
  display: block;
  width: 100%;
}

.footer-to-top img {
  width: 63%;
  max-width: 380px;
  margin: 0 auto;
}

.footer-logo {
  width: 40%;
  max-width: 361px;
  margin: 0 auto 3rem;
  display: block;
}

.l-footer {
  width: 100%;
  padding: 4rem 0 4rem;
  text-align: center;
  font-size: 0;
  background-color: #fff;
  position: relative;
  z-index: 6;
}

.l-footer li{
  color: var(--color-font);
}


.l-footer li,
.l-footer p {
  display: inline-block;
  font-size: min(2.4rem,3.33cqw);
  line-height: 1.5;
}


.l-footer a {
  color: #1091e3;
}

.l-footer a:hover {
  color: #1091e3;
}

.footer-link > li{
  width: 100%;
  margin-top: 4px;
}

.l-footer .short-text {
  width: auto;
  margin-top: 0;
}

.l-footer .inquiry-campaign {
  display: block;
  text-align: center;
  margin: 20px auto;
  font-size: min(2.4rem,3.33cqw);
}

.copy-mark {
  font-family: Verdana, Roboto , "Droid Sans" ,sans-serif;
}

.footerSNS li {
  padding: 1.25rem 0.5rem;
}

.footerSNS span {
  display: inline-block;
  width: 2.66rem;
  height: 0;
  padding-top: 2.66rem;
  line-height: 2rem;
  overflow: hidden;
}

.footerSNS .tw {
  background: url(img/sns_tw.png) no-repeat center center;
}

.footerSNS .fb {
  background: url(img/sns_fb.png) no-repeat center center;
}

.footerSNS .insta {
  background: url(img/sns_insta.png) no-repeat center center;
}

.footerSNS .tw,
.footerSNS .fb,
.footerSNS .insta {
  background-size: 2.66rem;
}

.l-footer small{
  color: var(--color-font);
  font-size: min(2.4rem,3.33cqw);
  text-align: center;
}

.fixed-to-top-wrap {
  width: 47px;
  position: fixed;
  right: 10px;
  z-index: 7;
  animation-name: totop;
  animation-delay: 2s;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

@keyframes totop {
  0% {
    opacity: 0;
    bottom: -100px;
  }
  100% {
    opacity: 1;
    bottom: 10px;
  }
}


/*h1タイトル部分*/
.sec-h1 {
  background: #fff;
}

.top-h1 img {
    width: 84%;
    margin: 0 auto;
}

.sec-h1 .button-9th {
  width: 58%;
  max-width: 430px;
}

.top-bg {
  position: relative;
}

/*h1アニメ部分*/
.top-sec-ttl-anim {
  width: 67%;
  max-width: 300px;
  aspect-ratio: 232 / 178;
  position: absolute;
  bottom: 24%;
  left: 50%;
  transform: translateX(-50%);
}

.top-sec-ttl-anim--campaign {
  background: url(../img/pota_anim_campaign.webp) top left / auto 100% no-repeat;
  animation: pota_anim_sec_ttl 2s linear infinite;
  animation-timing-function: steps(16,jump-none);
}
.top-sec-ttl-anim--no1 {
  background: url(../img/pota_anim_no1.webp) top left / auto 100% no-repeat;
  animation: pota_anim_sec_ttl 2s linear infinite;
  animation-timing-function: steps(16,jump-none);
}
.top-sec-ttl-anim--sale {
  background: url(../img/pota_anim_sale.webp) top left / auto 100% no-repeat;
  animation: pota_anim_sec_ttl 2s linear infinite;
  animation-timing-function: steps(16,jump-none);
}
.top-sec-ttl-anim--login {
  background: url(../img/pota_anim_login.webp) top left / auto 100% no-repeat;
  animation: pota_anim_sec_ttl 2s linear infinite;
  animation-timing-function: steps(12,jump-none);
  bottom: 31%;
}
.top-sec-ttl-anim--goods {
  background: url(../img/pota_anim_goods.webp) top left / auto 100% no-repeat;
  animation: pota_anim_sec_ttl 2s linear infinite;
  animation-timing-function: steps(16,jump-none);
  bottom: 36%;
}
.top-sec-ttl-anim--service {
  background: url(../img/pota_anim_service.webp) top left / auto 100% no-repeat;
  animation: pota_anim_sec_ttl 2s linear infinite;
  animation-timing-function: steps(12,jump-none);
  bottom: 33%;
}
.top-sec-ttl-anim--invitation {
  background: url(../img/pota_anim_invitation.webp) top left / auto 100% no-repeat;
  animation: pota_anim_sec_ttl 2s linear infinite;
  animation-timing-function: steps(12,jump-none);
  bottom: 40%;
}

@keyframes pota_anim_sec_ttl {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left 100%;
  }
}

/*--------------------
aruku&とは
--------------------*/

.sec-about,.sec-notice {
  margin-top: -1px;
  background: url(../img/common_grass_body.webp) center center/ 100% auto;
}

.sec-about .l-section-inner {
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
.sec-about .top-sec-group {
  padding: 13% 0 12%;
}

.sec-about section:nth-child(2) .top-sec-group {
  padding-bottom: 2%;
}

.sec-about_arukuto {
  width: 81%;
  margin: 0 auto;
  padding: 5% 5.5% 0;
  background: #F7F8C1;
  border: 5px solid #A7714F;
  border-radius: min(1.6vw,16px);
  position: relative;
  container-name: sec-about_arukuto;
  container-type: inline-size;
}

.sec-about-head {
  width: 36.1%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-75%);;
}

.sec-about-ttl {
  margin-bottom: 5%;
  text-align: center;
}

.sec-about-ttl img {
  width: 41.1%;
  margin: 0 auto;
  display: inline-block;
}

.sec-about-ttl span {
  vertical-align: bottom;
  margin-left: 0.5em;
  font-size: 1.2rem;
}

.sec-about-ttl--sub {
  width: 80%;
  margin: 5% auto 2%;
}

.sec-about .border-box.border-box__none {
  width: 100%;
  margin-top: 8%;
  padding: 16px;
  border-color: #A7714F;
}

.sec-about .border-box.border-box__none::after {
  content: none;
}

.sec-about .btn-wrap {
  width: 85%;
  margin: 0 auto;
}

.sec-about .button-9th {
  flex: 1 1 40%;
}
.sec-about .button-9th__inner {
  min-height: 22cqw;
  padding-left: 0;
  padding-right: 0;
}

.sec-about-ttl--sub2 {
  margin-bottom: 5%;
  text-align: center;
}

.sec-about-ttl--sub2 .text {
  line-height: 1.3;
}

.lets-share-text {
  width: 42%;
  margin-left: 0.5em;
  display: inline-block;
  vertical-align: top;
}

.text .lets-share-text {
  position: relative;
  filter: brightness(0) saturate(100%) invert(30%) sepia(8%) saturate(2476%) hue-rotate(324deg) brightness(95%) contrast(92%);
}

.sec-about-bottom {
  width: 50%;
  margin: 8% auto 0;
}


.sec-about-notice-ttl {
  width: 81%;
  padding: 8px;
  margin: 0 auto 4%;
  border-radius: 100px;
  background: #4f392ed1;
}

.sec-about-notice-ttl img {
  width: 32.2%;
  margin: 0 auto;
}

.top-sec-group .sec-about-notice-ttl + .border-box{
  margin-top: 0;
  padding: 30px 20px;
}

.button-9th--download {
  display: block;
}

.about-qrcode {
  display: none;
}

@media  (min-width: 1100px) {

  .l-main .sec-about {
    position: fixed;
    top: 0;
    right: 0;
    width: calc((100% - 500px) / 2);
    background: none;
  }

  .sec-about .l-section-inner {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
  }
  .sec-about .top-sec-group {
    padding-top: 50px;
  }
  .sec-about_arukuto {
    width: 80%;
    min-width: 260px;
    max-width: 400px;
    margin: 0 auto;
  }
  .sec-about-notice-ttl {
    margin-bottom: 5%;
  }
  .sec-about-wrap {
    position: relative;
  }

  .sec-about-text.border-box {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .sec-about .l-section-inner {
    padding-top: 12px;
  }
  .sec-about .top-sec-ttl img{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec-about-text.border-box {
    padding:34px 10px;
    position: relative;
  }
  .sec-about-text .ttl {
    margin-bottom: 20px;
  }
  .sec-about-text .text{
    line-height: 1.7;
  }
  .sec-about .btn-wrap {
    align-items: center;
  }
  .button-9th__inner {
    min-height: 70px;
  }
  .button-9th--download {
    display: none;
  }
  .about-qrcode {
    width: 40%;
    display: block;
    border: 3px solid #11be5e;
    background: #fff;
    padding: 6px;
    border-radius: 4px;
  }

}/*media*/


@media screen and (min-width: 1600px) {
  .l-main .sec-about {
    width: calc((100% - var(--main-contents-width-large)) / 2);
  }
}
/*SNS*/
.sec-share-wrap.border-box {
  width: 94%;
  padding: 20px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  /* border: 3px solid #fff; */
  margin: 0 auto;
}

.sns-list {
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  gap: 8px;
}
.sec-share .sns-list {
  z-index: 1;
}
.sns-list .sns-item {
  width: calc((100% - 16px) / 3);
  overflow: hidden;
  border-radius: 10px;
}

.sns-list .sns-item > *{
  overflow: hidden;
  border-radius: 10px;
}
.sns-list .sns-item-fb a {
  background: #295396;
}

.sns-list .sns-item-line a {
  background: #07b815;
}
.sns-list .sns-item-share button {
  width: 100%;
  background: #fff;
  display: block;
}
.btn-share-view {
  padding: 0;
}
.sns-list a {
  display: block;
  width: 100%;
  position: relative;
}
.sns-list a img {
  width: 100%;
}

/*--------------------
注意事項
--------------------*/

.l-section.sec-notice .top-sec-group{
  z-index: 2;
}

.sec-notice .border-box {
  width: 81%;
}

@media (min-width: 1100px) {
  .sec-notice .l-section-inner{
    padding-top: 12%;
  }
}


/*-----------------------------
*
* parts
*
-----------------------------*/
/*見出し*/
/* .ttl {
  font-size: 1.6rem;
  font-size: clamp(1.6rem,4.2vw,3rem);
  font-weight: bold;
  margin-bottom: 1.8rem;
  text-align: center;
}
.ttl > span {
  color: #fff;
  position: relative;
}

.icon-foot{
  display: inline-block;
  padding-left: 24px;
  text-align:left;
}
.icon-foot::before {
  content: '';
  width: 18px;
  height: 24px;
  margin-right: 10px;
  display: block;
  background: url(../img/icon_foot.png) left center / 100% auto no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.icon-bee{
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
  text-align:left;
}
.icon-bee::before,.icon-bee::after {
  content: '';
  width: 34px;
  height: 23px;
  display: block;
  background: url(../img/common_icon_hachi.png) left center / 100% auto no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.icon-bee::before {
  margin-right: 10px;
  left: 0;
}
.icon-bee::after {
  margin-left: 10px;
  right: 0;
  transform:  translateY(-50%) scale(-1,1);
}
.icon-bee.one-side{
  padding-right :0;
}
.icon-bee.one-side::after {
  content: none;
} */

/*ボタン*/
.btn-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  gap: 16px;
}

.border-box--bottom .btn-wrap {
  margin-top: 4%;
}
/* .btn-saw-wrap {
  width:100%;
  max-width: 320px;
  margin: 3.6% auto;
  position: relative;
}
.btn-saw {
  width:100%;
  padding: 0 15px;
  border: 5px solid #4e3e35;
  border-width: 2px 3px 5px;
  height: 52px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  background: #f35887;
  text-decoration: none;
  font-size: 1.6rem;
}

.btn-saw span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  color: #fff;
  font-weight: bold;
}

.btn-saw span[class*="arrow"]::after{
  content: '';
  display: inline-block;
  margin-left: 10px;
  margin-right: -22px;
  width: 0;
  height: 0;
  border: 9px transparent solid;
  border-width: 9px 12px;
  border-left-color: #fff;
}

.btn-saw:hover {
  text-decoration: none;
}

.btn-saw:focus {
  outline: none;
  box-shadow: 0 0 10px #fff;
}


.btn-saw-simple span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  color: #fff;
}

.btn-saw-simple span::after{
  content: '';
  display: inline-block;
  margin-left: 10px;
  width: 0;
  height: 0;
  border: 9px transparent solid;
  border-width: 9px 12px;
  border-left-color: #fff;
}

.btn-saw-wrap_small {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.btn-saw-wrap_small .btn-saw {
  min-height: 16px;
  font-size: clamp(14px,4.1vw,18px);
  border-radius: 100px;
}

.btn-saw-wrap_very_small {
  margin: 1em auto;
  width: 100%;
}

.btn-saw-wrap_very_small::after {
  content: none;
}

.btn-saw-wrap_very_small .btn-saw {
  height: 36px;
  font-size: 1.3rem;
  border-radius: 18px;
} */

/**/
/* .btn-normal {
  padding: 0;
    border-width: 1px;
    border-color: rgb(78, 56, 43);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(249, 237, 43);
    width: 60px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.1;
}
 */
/**/
/* .btn-wrap .btn-saw-wrap {
  margin-top: 1em;
  margin-bottom: 1em;
}

.btn-saw-wrap {
  width: 92%;
  margin: 4.3% auto 0;
} */

/**/

.button-9th {
  margin-top: 3%;
  min-width: 40%;
  height: auto;
  max-width: 310px;
}
.button-9th__inner {
  width: 100%;
  min-height: min(116px, 18cqw);
  padding-left: 25px;
  padding-right: 25px;
  height: 100%;
  border-radius: min(1.8em, 70px) min(0.5em, 16px);
  background: #FF5900;
  color: #fff;
  font-size: min(2.6rem, 4.2cqw);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  border: clamp(3px, 1vw, 5px) solid #fff;
  position: relative;
  box-shadow: 0 4px 0 #65320B;
  transition: ease-in-out 0.3s;
}
.border-box--bottom .button-9th__inner {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}
.button-9th__inner.bggreen {
    box-shadow: 0 4px 0 #094234;
}
.button-9th__inner.bgpink {
    box-shadow: 0 4px 0 #90052C;
}
.button-9th__inner-term {
  background: #fff;
  color: #5c5c5c;
  border-color: #5c5c5c;
  box-shadow: 0 4px 0 #303030;
}

.anim-pota-detail-btn {
  width: 25.5%;
  position: absolute;
  right: 6%;
  top: 0;
  margin-top: -7%;
  z-index: 0;
  aspect-ratio: 69 / 50;
  background: url(../img/anim_pota_detail_btn.webp) no-repeat;
  background-size: 100% auto;
  animation: anim-pota-detail-btn 1s infinite linear;
  animation-timing-function: steps(3);
  background-position: center top;
}

@keyframes anim-pota-detail-btn {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center top 150%;
  }
}
@keyframes anim-pota-follow-btn {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center bottom;
  }
}

/* (コンテナーの高さ - 画像の高さ) * (position y%) = (y オフセット値) */

.anim-pota-use-btn {
  width: 48%;
  position: absolute;
  right: -17%;
  top: 0;
  margin-top: -9.2%;
  z-index: 0;
  aspect-ratio: 91 / 52;
  background: url(../img/anim_pota_use_btn.webp) center top / 100% auto no-repeat;
  animation: anim-pota-detail-btn 1s infinite;
  animation-timing-function: steps(3);
}

.anim-pota-dl-btn {
  width: 25.5%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -7%;
  transform: translate(-48% ,0);
  aspect-ratio: 69 / 50;
  background: url(../img/anim_pota_dl_btn.webp) center top / 100% auto no-repeat;
  animation: anim-pota-detail-btn 1s infinite;
  animation-timing-function: steps(3);
}
.anim-pota-join-btn {
  width: 25.5%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -7%;
  transform: translate(-48% ,0);
  aspect-ratio: 69 / 50;
  background: url(../img/anim_pota_join_btn.webp) center top / 100% auto no-repeat;
  animation: anim-pota-detail-btn 1s infinite;
  animation-timing-function: steps(3);
}
.anim-pota-follow-btn {
  width: 25.5%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -9.4%;
  transform: translate(-48% ,0);
  aspect-ratio: 116 / 64;
  background: url(../img/anim_pota_follow_btn.webp) center top / 100% auto no-repeat;
  animation: anim-pota-follow-btn 1s infinite;
  animation-timing-function: steps(4, jump-none);
}
.anim-pota-plane-btn {
  width: 72%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -11.2%;
  transform: translate(-48% ,0);
  aspect-ratio: 311 / 70;
  background: url(../img/anim_pota_plane_btn.webp) left top / 100% auto no-repeat;
  animation: anim-pota-follow-btn 1s infinite;
  animation-timing-function: steps(8, jump-none);
}
.anim-pota-read-btn {
  width: 20%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -6.5%;
  transform: translate(-48% ,0);
  aspect-ratio: 84 / 45;
  background: url(../img/anim_pota_read_btn.webp) left top / 100% auto no-repeat;
  animation: anim-pota-follow-btn 1s infinite;
  animation-timing-function: steps(3, jump-none);
}


.button-9th-text {
  position: relative;
  z-index: 1;
  text-align: center;
}

.anim-pota-term-btn {
  width: 17%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -5%;
  transform: translate(-48% ,0);
  aspect-ratio: 69 / 50;
  background: url(../img/anim_pota_term_btn.webp) center top / 100% auto no-repeat;
  animation: anim-pota-follow-btn 1s infinite;
  animation-timing-function: steps(3, jump-none);
}

/*角丸のbox*/
/* .border-box-honey {
  padding: 7% 4.8% 7%;
  border: 3px solid var(--accent-color);
  border-radius: 10px;
  box-shadow: inset 0 0 0 3px var(--border-color);
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: url(../img/common_waku_bg.png) center top / 100% auto#4f1a1a;
}

.border-box-honey::after {
  content: '';
  width: 69px;
  height: 56px;
  background: url(../img/common_mitsu.png) center center / 100% auto no-repeat;
  position:absolute;
  top: -2px;
  right: 10px;
} */


.border-box {
  padding: 0;
  border: min(5px,1cqw) solid var(--color-border);;
  /* box-shadow: inset 0 0 0 3px #FFE54A; */
  border-radius: min(30px,3cqw);
  background: #FDFF96;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}

.top-sec-group .border-box::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 3px solid #FFE54A;
  position:  absolute;
  top: 0;
  left: 0;
  border-radius: min(25px,calc(3cqw - 5px));
}

.border-box__inner {
  border: 3px solid #FFE54A;
}

.border-box__inner-ttl {
  margin: -3px;
}

.border-box--body {
  padding: 5% 0.5%;
}

.border-box--body a {
  color: #1091e3;
  text-decoration: underline;
}

.border-box--bottom {
  background: #fff;
  padding: 7% 0;
  font-size:clamp(12px, 3.6vw, 20px);
}

.border-box__none {
  padding-bottom: 4%;
  background: #F7F8C1;
  border-color: var(--color-border);
  box-shadow:none;
}

.border-box__none::after {
  content: none;
}

.border-box--baloon {
  position: relative;
  overflow: inherit;
}

.border-box.border-box--baloon::after {
  content: '' !important;
  width: 30px;
  height: 30px;
  display: block;
  transform: scaleX(0.5) rotate(45deg) translate(-50%,50%);
  border: min(5px, 1cqw) solid #A7714F;
  background: #F7F8C1;
  position: absolute;
  top: 91%;
  left: 50%;
  z-index: 0;
}

.border-box.border-box--baloon::before {
  content: '';
  width: 90%;
  height: 100%;
  display: block;
  background: #F7F8C1;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  border: none;
  transform: translate(-50%,-50%);
}

.border-box--baloon * {
  position: relative;
  z-index: 1;
}
/* .border-box_white {
  border-color: #fff;
}

.border-box_paleblue {
  border-color: #c4f4ff;
}

.term-box {
  margin: 2em auto 1em;
  font-size: clamp(16px,4.1vw,24px);
  padding-top: 5px;
  padding-bottom: 5px;
  border-color: #55392b;
  background: #fee53f;
} */

.content-sec-group {
    width: 81%;
    padding: 0 0 0;
    margin: 0 auto 0;
    position: relative;
    z-index: 0;
}

.section-ttl {
  border-radius: 100px;
  background: rgba(79, 57, 46,0.8);
  margin-bottom: 5%;
}

.section-ttl img {
  width: 100%;
}


@media screen and (min-width: 769px), print {
  /* .border-box-honey {
    box-shadow: inset 0 0 0 10px var(--border-color);
  }
  .border-box-honey::after {
    width: 138px;
    height: 112px;
    top: -6px;
    right: 40px;
  } */
} 
/*media*/

@media screen and (max-width: 768px) {
  /* .l-section-inner {
    padding-bottom: 4%;
  } */
}
/*※のリスト*/

.list-notice {
  color: var(--color-font);
}
.list-notice li {
  margin-left: 1em;
  font-size: 1rem;
  font-size: var(--font-size-12);
  line-height: 2;
}
.list-notice li + li {
  margin-top: 0.5rem;
}
.list-notice li ul {
  margin-top: 0.5rem;
  margin-left: -1em;
}
.list-notice li ul > li::before {
  content: "・";
  width: 1em;
  display: inline-block;
  margin-left: -1em;
}
.list-notice > li::before {
  content: "※";
  margin-left: -1em;
}

.list-notice.dl-text {
  max-width: 374px;
  margin: 1.2rem auto 0;
  color: #fff;
}
.list-notice.dl-text li {
  font-size: 1rem;
}

.list-notice.list-notice_circle {
  margin-top: 1.5em;
  padding-left: 0;
  padding-right: 0;
}

.list-notice.list-notice_circle > li::before {
  content: "・";
  margin-left: -1em;
}

.dl-text.list-notice li + li {
  margin-top: 0;
}
/**/


/*本文中にでてくるダウンロードしよう*/
/* 
.content-download {
  margin-top: 20px
}

.content-download .text {
  margin-bottom: 14px;
}

.content-apli {
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
}

.content-apli .btn-download-googleplay {
  position: static;
}

.content-apli .btn-download-appstore {
  position: static;
}
 */


@media screen and (min-width: 769px), print {
  /*見出し*/
  /* .ttl {
    font-size: 3.3rem;
    margin-bottom: 40px;
  }

  .icon-foot {
    padding-left: 43px;
  }

  .icon-foot::before {
    content: '';
    width: 35px;
    height: 47px;
    margin-right: 10px;
  }

  .icon-bee {
    padding-left: 80px;
    padding-right: 80px;
  }
  .icon-bee::before, .icon-bee::after {
    content: '';
    width: 69px;
    height: 46px;
  } */


  /*ボタン*/
  /* .btn-saw-wrap {
    width: 420px;
    max-width: none;
    position: relative;
    z-index: 1;
  }
  .btn-saw-wrap::after {
    content: '';
    display: block;
    width: 100%;
    height: 90px;
    border-width: 5px 8px 9px;
    border-radius: 100vw;
    background: #4e3e35;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .btn-saw {
    width: 420px;
    max-width: none;
    height: 87px;
    border-width: 5px 8px 6px;
    border-radius: 45px;
    font-size: 30px;
    position: relative;
    z-index: 1;
  }

  .btn-saw-wrap_small {
    width: 330px;
  }
  
  .btn-saw-wrap_small .btn-saw {
    width: 100%;
    height: 70px;
    font-size: 26px;
    border-radius: 35px;
  }

  .btn-saw-wrap_small::after {
    content: '';
    display: block;
    width: 330px;
    height: 70px;
    border-width: 5px 8px 9px;
  }


  .btn-saw-wrap .btn-saw:hover {
    text-decoration: none;
  }
  .btn-saw-wrap:hover::after {
    top: 3px;
    height: 87px;
}
  .btn-saw-wrap:hover .btn-saw {
    top: 3px;
  }

  .btn-saw-wrap_small:hover::after {
    top: 3px;
    height: 67px;
}

  .btn-saw span[class*="arrow"]::after{
    margin-top: -3px;
    margin-left: 10px;
    margin-right: -22px;
    border-width: 13px 17px;
  }

.btn-normal {
  border-width: 3px;
    border-radius: 10px;
    width: 120px;
    height: 32px;
    font-size: 1.8rem;
}

.btn-normal:hover,
.btn-saw-wrap_small:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.2s opacity 0s linear;
  text-decoration: none;
}

.btn-saw-wrap_very_small {
  width: calc(33% - 8px);
}

.btn-saw-wrap_very_small .btn-saw {
  width: 100%;
  border-width: 3px;
  font-size: 16px;
}

.btn-saw-wrap_very_small::after {
  content: none;
}

.btn-saw-wrap_very_small .btn-saw:hover {
  top: 0;
  opacity: 0.7;
  transition: 0.2s opacity 0s linear;
  cursor: pointer;
} */

/*ボーターのbox*/
/* 
  .border-box {
    padding: 46px 20px 0;
    border-radius: 15px;
    border-width: 6px;
  }
  .border-box_pb {
    padding-bottom: 46px;
  }
  .border-box__double {
    box-shadow: inset 0 0 0 5px #2f2c0d, inset 0 0 0 7px #fff;
  } */

  /*・のリスト*/
.list-notice li {
  font-size: 1.2rem;
}
.list-notice li + li {
  margin-top: 0.5rem;
}
.list-notice ul {
  margin-top: 1rem;
}

/**/

/*本文中にでてくるダウンロードしよう*/

/* .content-download {
  margin-top: 40px
} */

}

/*pickup*/
.section-top-pickup {
  width: 100%;
  padding-top: 6%;
}
.section-top-pickup .l-section-inner{
  padding-bottom:0;
}
.top-ttl-pickup {
  width: 100%;
  position: relative;
}

/* .top-ttl-pickup::after {
  content: '';
  width: 100%;
  height: 20px;
  background: #fd5284;
  border: none;
  border-bottom: 3px solid #a1163f;
  display: block;
} */

.top-ttl-pickup img {
  width: 35%;
  margin: 0 auto 0;
}

.top-pickup {
  min-height: 100px;
  padding: 15px 0 15px;
  /* border-radius: 0 0 6px 6px;
  border: 3px solid #4f1a1a;
  border-top: none;
  background: #f3ee68;
  background: linear-gradient(to bottom, #aaa40f 0%, #aaa40f 5px, #f3ee68 5px,#f3ee68 100%); */
}

.top-pickup-slider {
  width: 80%;
  margin: 0 auto;
}

.top-pickup-slider-item img{
  width: 90%;
  margin: 0 auto;
}

.top-pickup-slider-text {
  background: #4f392ed1;
  width: 90%;
  margin: 12px auto 0;
  padding: 7px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  border-radius: 100px;
  position: relative;
}

.slick-arrow {
  width: 40px;
  height: 50px;
  top: 28%;
}

.slick-next {
  right: -10%;
}

.slick-prev {
  left: -10%;
}

.slick-next:before {
  content: '';
  width:100%;
  height: 100%;
  display:block;
  background: url(../img/slider_arrow.svg) center center no-repeat;
  background-size: 20px auto;
  transform: scale(-1);
}
.slick-prev:before {
  content: '';
  width:100%;
  height: 100%;
  display:block;
  background: url(../img/slider_arrow.svg) center center no-repeat;
  background-size: 20px auto;
}

/**/


@media (min-width: 1100px) {
  body .l-section.section-top-pickup {
    width: calc((100% - var(--main-contents-width)) / 2);
    position:fixed;
    top: 0;
    left: 0;
    padding-top: 30px;
  }

  .section-top-pickup {
    bottom: 0;
    margin-bottom: 0;
  }
  .section-top-pickup .l-section-inner{
    width: 200px;
    margin: 0 auto;
    padding: 0;
  }
  .top-pickup {
    padding-top: 10px;
    padding-bottom: 25px;
    border-width: 5px;
    border-radius: 0 0 12px 12px;
  }
  .top-ttl-pickup img {
    width: 66.66%;
  }
  .top-pickup-slider-item {
    margin-bottom: 10px;
  }
  .top-pickup-slider-item img {
    width: 100%;
  }
  .top-pickup-slider-text {
    margin-top: 0;
    background: none;
    color: var(--color-font);
    font-size: 1.4rem;
  }
  .top-pickup-slider {
    width: 100%;
  }
  .top-pickup .slick-list {
    margin: 0 auto;
  }
  .slick-next {
    right: -6%;
  }
  .slick-prev {
    left: -6%;
  }
}/*media*/

@media (min-width: 1600px) {
  body .l-section.section-top-pickup {
    width: calc((100% - var(--main-contents-width-large)) / 2);
  }
  .section-top-pickup .l-section-inner{
  width: 240px;
  }
}/*media*/


@media (hover:hover) {
  a:where(:hover,:focus-visible),button:where(:hover,:focus-visible) {
    text-decoration: none;
  }

  .top-header .header-logo:where(:hover,:focus-visible),
  .top-header .menu-btn-wrap:where(:hover,:focus-visible) {
    opacity: 0.7;
    transition: 0.2s opacity 0s linear;
  }
  .button-9th__inner:where(:hover,:focus-visible) {
   filter: brightness(0.5);
   color: #fff;
   text-decoration: none;
  }
  .button-9th__inner.button-9th__inner-term:where(:hover,:focus-visible) {
   color: #5c5c5c;
  }
  .border-box--body a:where(:hover,:focus-visible) {
    text-decoration: none;
  }
  .l-menu a:where(:hover,:focus-visible),.l-menu button:where(:hover,:focus-visible){
    text-decoration: underline;
    color: var(--accent-color);
  }
  .l-menu button:where(:hover,:focus-visible) .sh {
    text-decoration: underline;
    font-weight: bold;
  }
  .sns-list li:where(:hover,:focus-visible) {
    opacity: 0.7;
    transition: 0.2s opacity 0s linear;
  }
  .footer-link a:where(:hover,:focus-visible),
  .inquiry-campaign:where(:hover,:focus-visible) {
    text-decoration: underline;
  }
}/*media*/


/*ぱんくず*/
.breadcrumbs {
  padding: 5px 1em;
  position: absolute;
  top: 1px;
  left: 10px;
  border: 1px solid #EAD9C6;
  border-radius: 100px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row nowrap;
}

.breadcrumbs li::after {
  content: '>';
  margin: 0 5px;
}

.breadcrumbs li:last-child::after {
  content: none;
}

.breadcrumbs a:where(:hover,:focus-visible) {
  text-decoration: underline;
}
/*
* utility
-----------------------------*/

.text {
  font-size: clamp(12px,2.5cqw,20px);
  line-height: 1.8;
  color: var(--color-font);
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.text_small {
  font-size: 1.1rem;
}

.end-text {
  text-align: center;
}

.break-sp {
  display: block !important;
}

.break-pc {
  display: inline !important;
}

.text-emphasis {
  color: #1b1a14;
}

.text-bold {
  font-weight: bold !important;
}

.is-pc,.is-pc-flex {
  display: none;
}

.is-medium-pc {
  display: none;
}

.is-sp {
  display: block;
}

.is-sp-flex {
  display: flex;
}

.inlineblock {
  display: inline-block !important;
}

.block {
  display: block;
}

.line-through {
  text-decoration: line-through;
}

.align-center {
  text-align: center;
}

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

.mt0 {
  margin-top: 0 !important;
}
.mt05em {
  margin-top: 0.5em !important;
}

.mb05em {
  margin-bottom: 0.5em !important;
}

.mt1em {
  margin-top: 1em !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mt15em {
  margin-top: 1.5em !important;
}

.mb15em {
  margin-bottom: 1.5em !important;
}

.mt2em {
  margin-top: 2em !important;
}
.mt3em {
  margin-top: 3em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}
.pt0 {
  padding-top: 0 !important;
}
/*背景色*/
.bgpink {
  background: #ff4479;
}

.bgpink02 {
  background: #F13870;
}

.bggreen {
  background: #11be5e;
}

.bgdeepgreen {
  background: #00863c;
}

.bgcyan {
  background: #48e8ff;
}

.bgyellow {
  background: #ffe13a;
  }

.bgwhite {
  background: #fff !important;
}

.bgorange {
  background: #ff4c06 !important;
}

.bgbrownorange {
  background: #da5e2d !important;
}

.bgbrown {
  background-color: #4e3e35 !important;
}

.bgcheck {
  /* background-image: -webkit-linear-gradient(transparent 80%, #2d3f4d 80%, #2d3f4d 100%),
  -webkit-linear-gradient(0deg, transparent 80%,#2d3f4d 80%, #2d3f4d 100%); */
  background-image: linear-gradient(transparent 85%, #2d3f4d 85%, #2d3f4d 100%),
  linear-gradient(90deg, transparent 85%, #2d3f4d 85%, #2d3f4d 100%);
  /* background-color: ; */
  background-size: 40px 40px;
}

/*色*/
.clyellow {
color: #ffe13a !important;
}

.clpink {
  color: #f35887 !important;
}
.clpink02 {
color: #f28bba !important;
}

.clbrown {
  color: #4e3e35 !important;
}

.clnavy {
  color: #223342 !important;
}

.clwhite {
  color: #fff !important;
}

.clbody {
  color: #333 !important;
}

.arrow-brown {
  color: #4e3e35 !important;
}
.arrow-brown::after {
  border-left-color: #4e3e35 !important;
}


.bor-paleorange {
  border-color: #f9d984;
}

.bor-orange {
  border-color: #f98115;
}

.bor-melon {
  border-color: #b0f984;
}

.bor-brown {
  border-color: #4e3e35
}

/*wbrで改行できる枠*/
.text-keepall {
  word-break: keep-all;
}

@media screen and (min-width: 769px),print {
  /* .text {
    font-size: 2.2rem;
    line-height: 1.6;
  }

  .text-small {
    font-size: 1.4rem;
  } */

  .align-center-pc {
    text-align: center;
  }

  .w-80per-pc {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .break-sp {
    display: inline !important;
  }

  .break-pc {
    display: block !important;
  }

  .is-pc {
    display: block;
  }

  .is-pc-flex {
    display: flex;
  }

  .is-sp {
    display: none;
  }
}/*media*/

@media (min-width: 1100px) {

  .is-medium-pc {
    display: block;
  }
}

@container lmain (min-width: 450px) {
  .l-section {
    font-size: 1.3rem;
  }
  .text,.list-notice li {
    font-size: clamp(14px,3.2cqw,20px);
  }
  .border-box--bottom {
    font-size: clamp(12px,3.5cqw,18px);
  }
}

@container lmain (min-width: 750px) {
  .l-section {
    font-size: 1.4rem;
  }
  .text {
    font-size: 25px;
  }
  .border-box--bottom {
    font-size: 23px;
  }
  .list-notice li {
    font-size: 25px;
  }
}