@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Karla:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Caveat&display=swap");
@import url("https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Prompt:wght@600;800&family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@900&display=swap");
@import url("https://api.fontshare.com/v2/css?f[]=satoshi@900&display=swa");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  width: initial;
  height: initial;
  font-size: 100%;
  font: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: baseline;
  background: initial;
  border: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: inherit;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*:not(table), *:not(tbody), *:not(thead), *:not(tfoot), *:not(tr), *:not(th), *:not(td) {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Extend
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 769px) {
  .life-detail__cont, .markerh2, .artkv__txt__cont, .artkv, .artdetail__fuji, .artdetail__cont, .artdetail__h2 {
    margin: auto;
    width: 1140px;
  }
}

@media screen and (min-width: 769px) {
  .action-spcolumn__ul, .action-baton__lead, .action-baton__block, .action-background__slider, .join-cont, .relay-detail, .life-detail__h2, .life-new, .life-rank__inner, .shop-detail, .shop-nav, .shop-list, .spot-join__inner, .spot-search__inner, .spot-step, .spot-lead__inner, .howto-select, .howto-nav, .howto-qa, .merit-shikumi, .top-spot__container, .archive__pickup--inner, .archive, .linkbox {
    margin: auto;
    padding: 0 20px;
    width: 1240px;
  }
}

/* ----------------------common---------------------------- */
.js-fadein,
.js-fadein-top {
  opacity: 0;
}

.js-fadein.on {
  -webkit-animation: fadeIn 2s ease forwards;
          animation: fadeIn 2s ease forwards;
}

.js-fadein-top.on {
  -webkit-animation: fadeIn-top 2s ease forwards;
          animation: fadeIn-top 2s ease forwards;
}

.js-fadein.on.js-delay01 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.js-fadein.on.js-delay02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.js-fadein.on.js-delay03 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.js-fadein.on.js-delay04 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.js-fadein.on.js-delay05 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.js-fadein.on.js-delay06 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.js-delay-mv01,
.js-delay-mv02,
.js-delay-mv03,
.js-delay-mv04 {
  opacity: 0;
}

.js-delay-mv.on .js-delay-mv01,
.js-delay-mv.on .js-delay-mv02,
.js-delay-mv.on .js-delay-mv03,
.js-delay-mv.on .js-delay-mv04 {
  -webkit-animation: fadeIn 2s ease forwards;
          animation: fadeIn 2s ease forwards;
}
.js-delay-mv.on .js-delay-mv01 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.js-delay-mv.on .js-delay-mv02 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
.js-delay-mv.on .js-delay-mv03 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
.js-delay-mv.on .js-delay-mv04 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

@-webkit-keyframes fadeIn-top {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn-top {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (min-width: 769px) {
  .g-button * {
    position: relative;
    z-index: 10;
  }
  .g-button::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    content: "";
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #aaaaaa;
    z-index: 0;
  }
  .g-button:hover::after {
    width: 100%;
  }
  .mybottle__inner .g-button:hover {
    color: #ffffff;
  }
  .mybottle__inner .g-button:hover .g-arrow {
    border-color: #ffffff;
  }
  .mybottle__inner .g-button:hover .g-arrow::after {
    background-color: #ffffff;
  }
}
/* ----------------------top---------------------------- */
.mv.on .mv__ph {
  opacity: 1;
  -webkit-transition: all 2.4s;
  transition: all 2.4s;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0);
          filter: blur(0);
}

/* ----------------------action---------------------------- */
@-webkit-keyframes petbottle {
  0% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  33.33333% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  66.66667% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}
@keyframes petbottle {
  0% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  33.33333% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  66.66667% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}
@-webkit-keyframes loading {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
@keyframes loading {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
@-webkit-keyframes loadinglogo {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes loadinglogo {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-motion-ph,
.js-motion-ph--green {
  position: relative;
  display: block;
  overflow: hidden;
}
.js-motion-ph::after,
.js-motion-ph--green::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: 0;
  left: 0;
  position: absolute;
}

.js-motion-ph--green::after {
  background-color: #50c8cd;
}

.on .js-motion-ph::after,
.on .js-motion-ph--green::after {
  -webkit-animation: ph_screen 0.4s ease-in-out forwards;
          animation: ph_screen 0.4s ease-in-out forwards;
}

@-webkit-keyframes ph_screen {
  0% {
    top: 0;
    left: 0;
  }
  100% {
    top: 0;
    left: 100%;
  }
}

@keyframes ph_screen {
  0% {
    top: 0;
    left: 0;
  }
  100% {
    top: 0;
    left: 100%;
  }
}
.js-motion-txt,
.js-motion-txt--green,
.js-motion-txt--white,
.js-motion-txt--yellow {
  position: relative;
  display: block;
}
.js-motion-txt span,
.js-motion-txt--green span,
.js-motion-txt--white span,
.js-motion-txt--yellow span {
  overflow: hidden;
}
.js-motion-txt span::after,
.js-motion-txt--green span::after,
.js-motion-txt--white span::after,
.js-motion-txt--yellow span::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #ffea00;
  top: 0;
  left: -100%;
  position: absolute;
}
.js-motion-txt span i,
.js-motion-txt--green span i,
.js-motion-txt--white span i,
.js-motion-txt--yellow span i {
  z-index: 1;
  opacity: 0;
}

.js-motion-txt--yellow span::after {
  background-color: rgba(255, 234, 0, 0.8);
}

.js-motion-txt--green span::after {
  background-color: #50c8cd;
}

.js-motion-txt--white span::after {
  background-color: #ffffff;
}

.on .js-motion-txt span::after,
.on .js-motion-txt--yellow span::after,
.on .js-motion-txt--white span::after,
.on .js-motion-txt--green span::after {
  -webkit-animation: txt_screen 0.3s ease-in-out forwards;
          animation: txt_screen 0.3s ease-in-out forwards;
}
.on .js-motion-txt span i,
.on .js-motion-txt--yellow span i,
.on .js-motion-txt--white span i,
.on .js-motion-txt--green span i {
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

@-webkit-keyframes txt_screen {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}

@keyframes txt_screen {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
.on .js-delay01::after,
.on .js-delay01 span::after {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.on .js-delay02::after,
.on .js-delay02 span::after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.on .js-delay03::after,
.on .js-delay03 span::after {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.on .js-delay04::after,
.on .js-delay04 span::after {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.action-mv__inner__li {
  position: relative;
  display: block;
  overflow: hidden;
}
.action-mv__inner__li::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: #50c8cd;
  top: 0;
  left: -100%;
  position: absolute;
  z-index: 10000;
  opacity: 1;
}
.action-mv__inner__li [class*=action-mv__txt--] {
  opacity: 0;
}

.action-mv__inner__li.slick-active::before {
  -webkit-animation: mvscreen 1s ease-in-out forwards;
          animation: mvscreen 1s ease-in-out forwards;
}
.action-mv__inner__li.slick-active [class*=action-mv__txt--] {
  -webkit-animation: fadeIn 0.6s ease-in-out forwards;
          animation: fadeIn 0.6s ease-in-out forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  opacity: 0;
}

@-webkit-keyframes mvscreen {
  0% {
    left: -100%;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@keyframes mvscreen {
  0% {
    left: -100%;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.artdetail__cont img {
  opacity: 0;
}
.artdetail__cont img.on {
  -webkit-animation: artfade 2s ease forwards;
          animation: artfade 2s ease forwards;
}

@-webkit-keyframes artfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes artfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-character img {
  z-index: -1;
  opacity: 0;
}
.js-character img.on {
  opacity: 1;
  -webkit-animation: character 0.4s ease-out forwards;
          animation: character 0.4s ease-out forwards;
}

@-webkit-keyframes character {
  0% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes character {
  0% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
_001 GlobalBase
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
html,
body {
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 400;
  color: #000000;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

body.js-active {
  height: 100%;
  overflow: hidden;
}

img,
svg {
  vertical-align: bottom;
}

svg {
  width: 100%;
  height: auto;
}

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=submit],
input[type=reset],
textarea,
button,
select {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 300;
  border: none;
  outline: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=submit],
input[type=reset],
a,
button {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
@media screen and (min-width: 769px) {
  input[type=submit]:hover, input[type=submit]:hover *,
  input[type=reset]:hover,
  input[type=reset]:hover *,
  a:hover,
  a:hover *,
  button:hover,
  button:hover * {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    opacity: 0.7;
  }
}

[data-hidden] {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  opacity: 0;
}

@media screen and (min-width: 769px) {
  body {
    min-width: 1240px;
  }
  [data-device=sp] {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  [data-device=pc] {
    display: none !important;
  }
}
@media print {
  .g-header {
    position: static !important;
  }
  .g-footer__logo {
    display: none !important;
  }
  .g-header__a {
    display: inline-block !important;
    width: 12% !important;
    margin: 0 !important;
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g-header
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.g-header {
  width: 100%;
  position: fixed;
  z-index: 10;
  top: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 9px -8px rgb(0, 0, 0);
          box-shadow: 0px 5px 9px -8px rgb(0, 0, 0);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.g-header__a {
  display: block;
  font-size: 1.2857142857rem;
  font-weight: bold;
  margin-right: 26px;
  font-family: "Karla", sans-serif;
}
.g-header__ja {
  font-size: 0.7142857143rem;
  letter-spacing: 0;
  color: #666666;
}
@media screen and (min-width: 769px) {
  .g-header {
    min-width: 1240px;
  }
  .g-header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .g-header__menu.js-active .g-header__ttl,
  .g-header__menu.js-active .g-header__spot,
  .g-header__menu.js-active .g-header__spot--icon,
  .g-header__menu.js-active .g-header__spot--jp,
  .g-header__menu.js-active .g-header__logo--link--copy {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .g-header__menu.js-active .g-header__ttl {
    padding: 10px 0 10px 40px;
  }
  .g-header__menu.js-active .g-header__spot {
    height: 70px;
  }
  .g-header__menu.js-active .g-header__spot--icon {
    margin: 10px auto 0;
    max-width: 25px;
  }
  .g-header__menu.js-active .g-header__spot--jp {
    font-size: 0.7142857143rem;
    margin-top: 5px;
  }
  .g-header__menu.js-active .g-header__logo--link--copy {
    margin-top: 6px;
  }
  .g-header__logo {
    width: 64px;
    height: 48px;
  }
  .g-header__logo--link--copy {
    width: 212px;
    height: 20px;
    margin: 14px;
    margin-left: 20px;
  }
  .g-header__ttl {
    padding: 20px 0 20px 40px;
  }
  .g-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .g-header__list a:hover, .g-header__list span:hover {
    opacity: 0.5;
  }
  .g-header__spot {
    display: block;
    width: 110px;
    height: 90px;
    text-align: center;
    background-color: #000000;
  }
  .g-header__spot--icon {
    display: inline-block;
    background: url("../img/common/h_spot.svg") no-repeat center center/contain;
    display: block;
    max-width: 30px;
    margin: 15px auto 0;
  }
  .g-header__spot--icon::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 126.6666666667%;
  }
  .g-header__spot--jp {
    font-weight: bold;
    font-size: 0.7857142857rem;
    color: #ffffff;
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .g-header__logo {
    width: 43px;
    height: 32px;
  }
  .g-header__logo--link--copy {
    width: 178px;
    height: 17px;
    margin: 7px;
  }
  .g-header__ttl {
    padding: 14px 20px;
  }
  .g-header__ja {
    font-size: 0.8571428571rem;
  }
  .g-header__toggle {
    position: absolute;
    right: 20px;
    top: 18px;
    width: 30px;
    height: 30px;
    z-index: 10;
  }
  .g-header__toggle span {
    width: 100%;
    height: 3px;
    border-radius: 2px;
    left: 0;
    display: block;
    background: #333333;
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .g-header__toggle span:nth-child(1) {
    top: 0;
  }
  .g-header__toggle span:nth-child(2) {
    top: 11px;
  }
  .g-header__toggle span:nth-child(3) {
    top: 22px;
  }
  .g-header__list {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 300ms linear;
    transition: -webkit-transform 300ms linear;
    transition: transform 300ms linear;
    transition: transform 300ms linear, -webkit-transform 300ms linear;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    z-index: 9;
    padding: 60px 25px;
  }
  .g-header__a {
    margin-right: 0;
    padding: 20px 0;
    position: relative;
  }
  .g-header__a::before {
    position: absolute;
    content: "";
    right: 15px;
    top: 30px;
    width: 15px;
    height: 15px;
    border-top: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .g-header__a + .g-header__a::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 60px;
    height: 1px;
    background-color: #aaaaaa;
  }
  .g-header.js-active .g-header__list {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: -webkit-transform 300ms linear;
    transition: -webkit-transform 300ms linear;
    transition: transform 300ms linear;
    transition: transform 300ms linear, -webkit-transform 300ms linear;
  }
  .g-header.js-active .g-header__toggle span:nth-child(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
            transform: translateY(11px) rotate(-45deg);
  }
  .g-header.js-active .g-header__toggle span:nth-child(2) {
    top: 11px;
    width: 0;
    left: 50%;
    opacity: 0;
  }
  .g-header.js-active .g-header__toggle span:nth-child(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
            transform: translateY(-11px) rotate(45deg);
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g-footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.g-footer__a {
  font-size: 1.2857142857rem;
  font-weight: bold;
  font-family: "Karla", sans-serif;
}
.g-footer__ja {
  font-size: 0.9285714286rem;
  letter-spacing: 0;
  color: #666666;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.g-footer__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.g-footer__bottom {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.g-footer__logo--link {
  display: block;
}
.g-footer__logo--link:first-child {
  width: 100px;
  height: 21px;
  margin-bottom: 13px;
}
.g-footer__logo--link:last-child {
  width: 206px;
  height: 20px;
}
.g-footer__logo--link--pic {
  width: 100%;
  height: auto;
}
.g-footer__sns {
  margin-left: auto;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 102px;
}
.g-footer__sns--logo-inst {
  width: 23px;
}
.g-footer__sns--logo-face {
  width: 12px;
}
.g-footer__sns--logo-tw {
  width: 27px;
}
.g-footer__sns--logo-x {
  width: 22px;
}
.g-footer__copy--txt {
  margin-top: 25px;
  font-size: 0.7142857143rem;
  font-family: "Karla", sans-serif;
}
@media screen and (min-width: 769px) {
  .g-footer {
    width: 1240px;
    margin: auto;
    padding: 0 20px;
    padding-bottom: 40px;
  }
  .g-footer__li {
    margin-top: 20px;
    margin-right: 45px;
  }
}
@media screen and (max-width: 768px) {
  .g-footer {
    padding: 0 20px 30px;
  }
  .g-footer__ja {
    font-weight: 400;
  }
  .g-footer__li {
    margin-top: 20px;
    width: 50%;
  }
  .g-footer__bottom {
    margin-top: 50px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g-main
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.g-main {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .g-main {
    margin-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .g-main {
    margin-top: 60px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g-pagetop
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.g-pagetop {
  display: block;
  position: absolute;
  background-color: #333333;
  border-radius: 50%;
  z-index: 9;
  -webkit-transform: none !important;
          transform: none !important;
}
.g-pagetop::after {
  display: block;
  position: absolute;
  content: "";
}
@media screen and (min-width: 769px) {
  .g-pagetop {
    bottom: 218px;
    right: 30px;
    width: 80px;
    height: 80px;
  }
  .g-pagetop::after {
    right: 32px;
    top: 22px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .g-pagetop img {
    width: 32px;
    margin: 42px 24px 0;
  }
}
@media screen and (max-width: 768px) {
  .g-pagetop {
    bottom: 120px;
    right: 10px;
    width: 60px;
    height: 60px;
  }
  .g-pagetop::after {
    right: 24px;
    top: 13px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .g-pagetop img {
    width: 30px;
    margin: 26px 14px 0;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g-arrow
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.g-arrow {
  width: 30px;
  height: 6px;
  border-bottom: 1px solid #ffffff;
  display: block;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.g-arrow::after {
  content: "";
  background-color: #ffffff;
  height: 1px;
  width: 8px;
  position: absolute;
  right: 0;
  top: 2px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
@media screen and (max-width: 768px) {
  .g-arrow {
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g-button
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.g-button {
  display: block;
  background-color: #333333;
  color: #ffffff;
  text-align: center;
  padding: 18px;
  position: relative;
  margin: 0 auto;
}
.g-button.is-disable {
  background-color: #aaaaaa;
  pointer-events: none;
}
.g-button--small {
  background-color: inherit;
  color: #000000;
  display: inline-block;
  text-decoration: underline;
  padding-right: 25px;
  margin-top: 30px;
  width: auto;
  font-weight: bold;
}
.g-button--small::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 6px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.g-button--more {
  background-color: inherit;
  color: #50c8cd;
  display: inline-block;
  padding-right: 25px;
  margin-top: 15px;
  width: auto;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
  text-align: right;
}
.g-button--more::after {
  position: absolute;
  content: "";
  right: 10px;
  top: 5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #50c8cd;
  border-right: 2px solid #50c8cd;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 769px) {
  .g-button {
    font-size: 1.1428571429rem;
    margin-top: 35px;
    width: 320px;
  }
  .g-button:hover, .g-button:hover * {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .g-button {
    font-size: 1.0714285714rem;
    margin-top: 20px;
    width: 75%;
  }
  .g-button--small {
    margin-top: 10px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g-slider
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.g-slider.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.g-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.g-slider .slick-list:focus {
  outline: none;
}
.g-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.g-slider.slick-slider .slick-track, .g-slider.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.g-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.g-slider .slick-track:before,
.g-slider .slick-track:after {
  display: table;
  content: "";
}
.g-slider .slick-track:after {
  clear: both;
}
.g-slider .slick-loading .slick-track {
  visibility: hidden;
}
.g-slider .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
.g-slider [dir=rtl] .slick-slide {
  float: right;
}
.g-slider .slick-slide img {
  display: block;
}
.g-slider .slick-slide.slick-loading img {
  display: none;
}
.g-slider .slick-slide.dragging img {
  pointer-events: none;
}
.g-slider .slick-loading .slick-slide {
  visibility: hidden;
}
.g-slider .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.g-slider .slick-arrow.slick-hidden {
  display: none;
}

.g-slider__arrowarea {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 100%;
}
.g-slider__arrowarea .slick-arrow {
  position: absolute;
  top: -25px;
  width: 50px;
  height: 50px;
  background-color: #333333;
  border-radius: 50%;
  z-index: 2;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.g-slider__arrowarea .slick-arrow::after {
  position: absolute;
  content: "";
  left: 18px;
  top: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.g-slider__arrowarea .slick-arrow.slick-prev {
  left: 15px;
}
.g-slider__arrowarea .slick-arrow.slick-prev::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: 18px;
  left: auto;
}
.g-slider__arrowarea .slick-arrow.slick-next {
  right: 15px;
}
@media screen and (max-width: 768px) {
  .g-slider__arrowarea .slick-arrow {
    width: 42px;
    height: 42px;
  }
  .g-slider__arrowarea .slick-arrow::after {
    right: 18px;
    left: auto;
    top: 16px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .g-slider__arrowarea .slick-arrow.slick-prev {
    left: 10px;
  }
  .g-slider__arrowarea .slick-arrow.slick-prev::after {
    left: 18px;
    right: auto;
    top: 16px;
  }
  .g-slider__arrowarea .slick-arrow.slick-next {
    right: 10px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g-h2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media all and (-ms-high-contrast: none) {
  .g-h2__ttl {
    height: 460px;
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .g-h2__ttl {
    height: 260px;
  }
  .g-h2--life .g-h2__ttl {
    height: auto;
  }
}
.g-h2 {
  text-align: center;
  color: #ffffff;
  background-size: cover;
  background-position: center;
}
.g-h2__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-h2__ttl__main {
  font-weight: bold;
  font-family: "Karla", sans-serif;
  letter-spacing: 0.2em;
}
.g-h2__ttl__sub {
  display: block;
  margin-top: 10px;
}
.g-h2__ttl__txt {
  margin-top: 10px;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .g-h2__ttl {
    min-height: 460px;
  }
  .g-h2__ttl__main {
    font-size: 2.8571428571rem;
  }
  .g-h2__ttl__sub {
    font-size: 2.5714285714rem;
  }
  .g-h2__ttl__txt {
    font-size: 1.2857142857rem;
  }
  .g-h2--about {
    background-image: url(../img/about/merit.jpg);
  }
  .g-h2--about .g-h2__ttl {
    min-height: 480px;
  }
  .g-h2--merit {
    background-image: url(../img/merit/mv.jpg);
  }
  .g-h2--howto {
    background-image: url(../img/howto/mv.jpg);
  }
  .g-h2--spot {
    background-image: url(../img/spot/mv.jpg);
  }
  .g-h2--life {
    background-image: url(../img/life/mv.jpg);
  }
}
@media screen and (max-width: 768px) {
  .g-h2__ttl {
    min-height: 295px;
    padding: 10px;
  }
  .g-h2__ttl__main {
    font-size: 1.7142857143rem;
  }
  .g-h2__ttl__sub {
    font-size: 1.2857142857rem;
  }
  .g-h2__ttl__txt {
    font-size: 0.8571428571rem;
  }
  .g-h2--about {
    background-image: url(../img/about/merit_sp.jpg);
    background-position: left;
  }
  .g-h2--about .g-h2__ttl {
    min-height: 201px;
  }
  .g-h2--merit {
    background-image: url(../img/merit/mv_sp.jpg);
    background-position: bottom;
  }
  .g-h2--howto {
    background-image: url(../img/howto/mv_sp.jpg);
  }
  .g-h2--spot {
    background-image: url(../img/spot/mv_sp.jpg);
  }
  .g-h2--life {
    background-image: url(../img/life/mv_sp.jpg);
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g-h3
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.g-h3 {
  text-align: center;
}
.g-h3__ttl__sub {
  display: block;
  font-size: 1.2857142857rem;
  font-weight: bold;
  padding-bottom: 30px;
  position: relative;
  font-family: "Karla", sans-serif;
}
.g-h3__ttl__sub::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #000000;
}
.g-h3__ttl__copy {
  font-size: 2rem;
  margin-top: 20px;
}
.g-h3__ttl__txt {
  font-size: 1.1428571429rem;
  margin-top: 10px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .g-h3__ttl__copy {
    font-size: 1.4285714286rem;
  }
  .g-h3__ttl__txt {
    font-size: 1rem;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g-more
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.g-more {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  width: 80px;
  text-align: center;
  padding-bottom: 80px;
  font-weight: bold;
  display: none;
}
.g-more::after, .g-more::before {
  display: block;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.g-more::before {
  background-color: #ffea00;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.g-more::after {
  bottom: 32px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (max-width: 768px) {
  .g-more {
    padding-bottom: 55px;
  }
  .g-more::before {
    width: 50px;
    height: 50px;
  }
  .g-more::after {
    bottom: 22px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g-gallery ギャラリー
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.rl-gallery {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.rl-gallery br {
  display: none;
}

.rl-gallery-item {
  float: left;
  margin-bottom: 0;
}

.rl-gallery-icon {
  text-align: center;
}

.rl-gallery-item img {
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.rl-gallery-container .rl-gallery-item { /** 4カラム **/
  width: 23%;
  margin: 0 1%;
}

@media screen and (max-width: 768px) {
  .rl-gallery-container .rl-gallery-item {
    width: 48%;
    margin: 0 1%;
  }
  .rl-gallery-container .rl-gallery-item img {
    margin-bottom: 0;
    width: 100%;
    height: 120px;
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
g-mybottle マイボトルを持って、万博へ行こう！バナー
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.g-mybottle, .g-mybottle--2 {
  position: fixed;
  display: block;
  z-index: 99;
}
@media screen and (min-width: 769px) {
  .g-mybottle, .g-mybottle--2 {
    right: 10px;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) and (hover: hover) {
  .g-mybottle:hover, .g-mybottle--2:hover {
    opacity: 1;
  }
  .g-mybottle:hover img, .g-mybottle--2:hover img {
    opacity: 0;
  }
}
@media screen and (min-width: 769px) {
  .g-mybottle {
    bottom: 10px;
    background: url("../img//common/mybottle-bnr_hover.png") no-repeat center center/contain;
  }
  .g-mybottle--2 {
    bottom: 148px;
    background: url("../img//common/mybottle-bnr2_hover.png") no-repeat center center/contain;
  }
  .g-mybottle__bnr {
    width: 222px;
  }
}
@media screen and (max-width: 768px) {
  .g-mybottle, .g-mybottle--2 {
    right: 0;
  }
  .g-mybottle {
    bottom: 0;
  }
  .g-mybottle--2 {
    bottom: 68px;
  }
  .g-mybottle__bnr {
    width: 175px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mv
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.mv {
  overflow: hidden;
  position: relative;
}
.mv__inner {
  color: #ffffff;
  position: absolute;
  left: 100px;
  bottom: 100px;
  z-index: 9999;
}
.mv__slider__li {
  width: 100vw;
  height: 100vh;
}
.mv__ph {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  opacity: 0;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
.mv__txt {
  margin-top: 25px;
  font-size: 1.4285714286rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.mv__img--logo, .mv__img--txt {
  display: block;
}
.mv__img--logo {
  width: 150px;
}
.mv__img--txt {
  margin-top: 25px;
  width: 308px;
}
.mv__button {
  margin-top: 25px;
  font-weight: bold;
  font-size: 0.9285714286rem;
  display: block;
  color: #ffffff;
  position: relative;
  width: 130px;
}
.mv__button .g-arrow {
  right: 0;
  top: 4px;
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  .mv__inner {
    bottom: 40px;
  }
  .mv__slider__li {
    height: 95vw;
  }
}
@media screen and (max-width: 768px) {
  .mv__slider__li {
    height: 70vh;
  }
  .mv__ph {
    -o-object-position: bottom left;
       object-position: bottom left;
  }
  .mv__img--txt {
    width: 180px;
  }
  .mv__txt {
    margin-top: 15px;
    font-size: 1rem;
    font-weight: bold;
  }
  .mv__inner {
    left: 25px;
    bottom: 25px;
    width: 100%;
  }
  .mv__button {
    position: absolute;
    right: 60px;
    bottom: 0;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
grayblock
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.grayblock {
  background-color: #e6e8ed;
}
.grayblock__ph img {
  z-index: 1;
}
.grayblock__ph--note {
  font-size: 12px;
  text-indent: -0.7em;
  padding-left: 1em;
  margin-top: 10px;
}
.grayblock__text__ttl--sub {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
  font-family: "Karla", sans-serif;
}
.grayblock__text__ttl--sub::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000000;
}
.grayblock__text__txt {
  font-size: 1.1428571429rem;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .grayblock {
    margin-top: 130px;
  }
  .grayblock--left {
    margin-right: calc((100% - 1240px) / 2 - 60px);
    padding: 100px 60px 100px 0;
  }
  .grayblock--left .grayblock__inner {
    margin-right: 0;
  }
  .grayblock--right {
    margin-left: calc((100% - 1240px) / 2 - 60px);
    padding: 100px 0 100px 60px;
  }
  .grayblock--right .grayblock__inner {
    margin-left: 0;
  }
  .grayblock__inner {
    width: 1240px;
    margin: auto;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .grayblock__inner--center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .grayblock__inner--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .grayblock__inner + .grayblock__inner {
    margin-top: 70px;
  }
  .grayblock__ph {
    width: 720px;
  }
  .grayblock__text {
    width: 420px;
  }
  .grayblock__text__ttl--copy {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .grayblock__text__txt + .grayblock__text__txt {
    margin-top: 30px;
  }
  .grayblock .g-button {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .grayblock {
    padding: 30px 20px;
  }
  .grayblock--left {
    margin-right: 20px;
  }
  .grayblock--right {
    margin-left: 20px;
  }
  .grayblock__ph img {
    width: 100%;
  }
  .grayblock__ph--note {
    font-size: 11px;
    text-indent: 0;
    padding-left: 0;
    margin-top: 0;
  }
  .grayblock__text__ttl--copy {
    font-size: 1.4285714286rem;
    margin-top: 30px;
  }
  .grayblock__text__ttl--sub {
    font-size: 1.2857142857rem;
    padding-bottom: 20px;
  }
  .grayblock__text__ttl--sub::after {
    left: 0;
    right: auto;
  }
  .grayblock__text__txt {
    font-size: 1rem;
    margin-top: 20px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
whitebox
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.whitebox {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.whitebox__ttl__sub {
  display: block;
  font-size: 1.2857142857rem;
  font-weight: bold;
  padding-bottom: 30px;
  position: relative;
  font-family: "Karla", sans-serif;
}
.whitebox__ttl__sub::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000000;
}
.whitebox .g-button {
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  .whitebox {
    padding: 60px;
  }
  .whitebox__ttl__copy {
    font-size: 2rem;
    margin-top: 20px;
  }
  .whitebox__ttl__txt {
    font-size: 1rem;
    margin-top: 10px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  .whitebox {
    padding: 50px;
  }
}
@media screen and (max-width: 768px) {
  .whitebox {
    text-align: center;
    padding: 30px;
    margin: -40px 5% 40px;
  }
  .whitebox__ttl__copy {
    font-size: 1.4285714286rem;
    margin-top: 20px;
  }
  .whitebox__ttl__sub {
    padding-bottom: 20px;
  }
  .whitebox__ttl__txt {
    margin-top: 10px;
  }
  .whitebox__ttl__sub::after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .whitebox .g-button {
    width: 100%;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
yellowshadow
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.yellowshadow {
  position: relative;
  z-index: 0;
  display: block;
}
.yellowshadow::before {
  position: absolute;
  content: "";
  right: -10px;
  top: 10px;
  background-image: url(../img/common/yellow_shadow.jpg);
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .yellowshadow {
    margin-bottom: 20px;
  }
  .yellowshadow__top::before {
    top: -7px;
  }
}
@media screen and (max-width: 768px) {
  .yellowshadow {
    margin: 30px 10px 30px 0px;
  }
  .yellowshadow__top::before {
    top: -17px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
linkbox
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.linkbox__text {
  background-image: url(../img/common/link_bg.jpg);
  position: relative;
  z-index: 1;
}
.linkbox__text::after {
  background-image: url(../img/common/link_shadow.jpg);
  position: absolute;
  content: "";
  z-index: 0;
}
.linkbox__ttl__sub {
  display: block;
  font-size: 1.2857142857rem;
  font-weight: bold;
  padding-bottom: 30px;
  position: relative;
  font-family: "Karla", sans-serif;
}
.linkbox__ttl__sub::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000000;
}
.linkbox .g-button {
  margin-left: 0;
}
@media screen and (min-width: 769px) {
  .linkbox {
    padding: 120px 20px 120px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .linkbox__text {
    padding: 60px 50px;
    position: relative;
    z-index: 1;
  }
  .linkbox__text::after {
    left: -10px;
    top: 0;
    width: 10px;
    height: 100%;
  }
  .linkbox__ttl__copy {
    font-size: 2rem;
    margin-top: 20px;
  }
  .linkbox__ttl__txt {
    font-size: 1.1428571429rem;
    margin-top: 10px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .linkbox {
    margin: 0 auto;
    padding: 40px 20px 60px;
  }
  .linkbox img {
    width: 100%;
  }
  .linkbox__text {
    padding: 30px;
  }
  .linkbox__text::after {
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 10px;
  }
  .linkbox__ttl {
    text-align: center;
  }
  .linkbox__ttl__copy {
    font-size: 1.4285714286rem;
    margin-top: 20px;
  }
  .linkbox__ttl__sub {
    padding-bottom: 20px;
  }
  .linkbox__ttl__txt {
    text-align: center;
    margin-top: 10px;
  }
  .linkbox__ttl__sub::after {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .linkbox .g-button {
    width: 100%;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
product
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.product {
  background-color: #DCE9EE;
}
.product__ttl--sub {
  font-weight: bold;
  font-family: "Karla", sans-serif;
  display: block;
}
.product__text {
  background-color: #fff;
  position: relative;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
}
.product__text:after {
  position: absolute;
  content: "";
  background-image: url(../img/common/product_bg.jpg);
}
.product__button {
  font-size: 1.1428571429rem;
  display: block;
  position: relative;
  width: 135px;
  margin: 25px 0 0 auto;
}
.product__button .g-arrow {
  right: 0;
  top: 0;
  border-color: #000000;
}
.product__button .g-arrow::after {
  background-color: #000000;
}
@media screen and (min-width: 769px) {
  .product {
    padding: 120px 0;
  }
  .product__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product__img {
    width: 490px;
  }
  .product__text {
    width: 490px;
    padding: 100px 45px 0 120px;
  }
  .product__text:after {
    width: 10px;
    height: 100%;
    top: 0;
    right: 0;
  }
  .product__ttl--sub {
    font-size: 2.8571428571rem;
    padding-bottom: 20px;
    position: relative;
  }
  .product__ttl--sub:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: #707070;
    bottom: 0;
    left: 0;
  }
  .product__ttl--copy {
    font-size: 2rem;
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .product {
    padding: 40px 20px;
  }
  .product__img {
    width: 100%;
  }
  .product__img img {
    width: 100%;
  }
  .product__text {
    width: 100%;
    padding: 30px 0;
  }
  .product__text:after {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
  }
  .product__ttl {
    text-align: center;
  }
  .product__ttl--sub {
    font-size: 1.2857142857rem;
    padding-bottom: 15px;
  }
  .product__ttl--sub:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: #707070;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .product__ttl--copy {
    font-size: 1.3571428571rem;
    margin-top: 15px;
  }
  .product__button {
    font-size: 1.0714285714rem;
    width: 125px;
    margin: 15px auto 0;
  }
  .product__button .g-arrow {
    right: 0;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
lifemv
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.lifemv {
  padding: 156px 20px 155px;
  background: url(../img/howto/life_bg.jpg) no-repeat center center/cover;
}
.lifemv__ttl {
  margin-bottom: 20px;
  display: block;
  color: #ffffff;
  font-size: 2.5714285714rem;
  font-weight: bold;
  font-family: "Karla", sans-serif;
}
.lifemv__copy {
  margin-bottom: 10px;
}
.lifemv__copy span {
  padding: 0 20px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 2.2857142857rem;
  background: #ffea00;
  color: #000000;
}
.lifemv__lead {
  font-size: 1.1428571429rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 2.2;
}
.lifemv .g-button {
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .lifemv .g-button {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .lifemv {
    padding: 85px 20px;
    background-image: url(../img/howto/life_bg_sp.jpg);
  }
  .lifemv__ttl {
    margin-bottom: 10px;
    font-size: 1.8571428571rem;
  }
  .lifemv__copy {
    margin-bottom: 5px;
  }
  .lifemv__copy span {
    padding: 0 10px;
    font-size: 1.5714285714rem;
  }
  .lifemv__lead {
    font-size: 0.8571428571rem;
  }
  .lifemv .g-button {
    min-width: 270px;
    margin-top: 15px;
  }
}

@media all and (-ms-high-contrast: none) {
  .lifemv__copy span {
    padding-top: 0.2em;
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .lifemv__copy span {
    padding-top: 0.2em;
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
related
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.related {
  border-top: 1px solid #eeeeee;
  padding: 75px 20px 0;
}
.related__list {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.related__list a {
  margin: 0 20px;
}
.related__list a:nth-child(3) img {
  height: 60px;
  width: auto;
}
.related__list img {
  height: 39px;
  width: auto;
}
.related + .product {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .related {
    padding: 40px 20px 0;
  }
  .related__list {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .related__list a {
    margin: 10px 3px;
    width: 30%;
    text-align: center;
  }
  .related__list a:nth-child(3) {
    width: 18%;
  }
  .related__list a:nth-child(5) {
    width: 60%;
  }
  .related__list a:nth-child(5) img {
    width: 100%;
    max-width: 250px;
    height: auto;
  }
  .related__list img {
    width: auto;
    height: 24px;
  }
  .related + .product {
    margin-top: 50px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
articlebtns
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.articlebtns {
  padding: 0 20px;
}
.articlebtns__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 60px 0 80px;
  text-align: center;
}
.articlebtns__pager li {
  display: inline-block;
  margin: 0 4px;
}
.articlebtns__pager__btn {
  font-family: "Karla", sans-serif;
}
.articlebtns__pager__btn span,
.articlebtns__pager__btn a {
  display: block;
  width: 39px;
  border: 1px solid #333333;
  color: #ffffff;
  background: #333333;
  line-height: 39px;
  font-size: 1.1428571429rem;
  font-weight: bold;
}
.articlebtns__pager__btn--now span,
.articlebtns__pager__btn--now a {
  color: #333333;
  background: #ffffff;
  pointer-events: none;
}
.articlebtns .g-arrow {
  right: auto;
  left: 30px;
}
.articlebtns .g-arrow::after {
  -webkit-transform: rotate(-36deg);
          transform: rotate(-36deg);
  left: 0;
  right: auto;
}
.articlebtns__neighbor {
  text-align: center;
}
.articlebtns__neighbor-inner {
  display: inline-block;
  text-align: center;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  font-size: 0;
  position: relative;
}
.articlebtns__neighbor__nav {
  display: inline-block;
  width: 400px;
  padding: 30px 30px 25px;
  vertical-align: top;
  font-size: 1rem;
}
.articlebtns__neighbor__nav:nth-child(2) {
  border-left: 1px solid #cccccc;
}
.articlebtns__neighbor__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.articlebtns__neighbor__ttl figure {
  width: 180px;
  height: 120px;
  margin-right: 20px;
}
.articlebtns__neighbor__ttl figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.articlebtns__neighbor__ttl p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  width: 139px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.articlebtns__neighbor__btm {
  display: block;
  font-weight: 700;
  text-decoration: underline;
}
.articlebtns__neighbor__btm--prev {
  text-align: left;
}
.articlebtns__neighbor__btm--prev::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 0.7em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
}
.articlebtns__neighbor__btm--next {
  text-align: right;
}
.articlebtns__neighbor__btm--next::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 0.7em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.articlebtns__neighbor + .g-button {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .articlebtns {
    padding: 0 20px;
  }
  .articlebtns__pager {
    margin: 40px 0 50px;
  }
  .articlebtns .g-arrow {
    left: 20px;
  }
  .articlebtns__neighbor {
    width: 100%;
    display: block;
    font-size: 0.9285714286rem;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .articlebtns__neighbor-inner {
    width: 100%;
    display: block;
  }
  .articlebtns__neighbor__nav {
    display: block;
    width: 100%;
    padding: 20px 20px 15px;
    font-size: 0.8571428571rem;
  }
  .articlebtns__neighbor__nav:nth-child(2) {
    border-left: 0;
    border-top: 1px solid #cccccc;
  }
  .articlebtns__neighbor__ttl {
    margin-bottom: 10px;
  }
  .articlebtns__neighbor__ttl figure {
    width: 110px;
    height: 73px;
    margin-right: 15px;
  }
  .articlebtns__neighbor p {
    font-size: 0.9285714286rem;
    width: calc(100% - 125px);
  }
  .articlebtns__neighbor + .g-button {
    width: 85%;
    padding: 14px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .articlebtns__neighbor__btm {
    font-size: 0.9285714286rem;
  }
}

.articlebanner {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .articlebanner {
    padding: 0 20px;
    margin-top: 40px;
  }
  .articlebanner img {
    width: 100%;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
archive
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.archive {
  padding: 60px 20px 100px;
}
.archive__ttl {
  padding: 75px 20px 60px;
}
.archive__ttl .g-h2 {
  color: #000000;
}
.archive__ttl .g-h3__ttl__txt {
  margin-top: 20px;
}
.archive__subttl {
  text-align: center;
  font-size: 1.5714285714rem;
  font-weight: bold;
}
.archive__pickup {
  background-image: url(../img/top/life_bg.jpg);
}
.archive__pickup--inner {
  padding: 30px 25px 35px;
}
.archive__pickup--ttl {
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  position: relative;
  font-size: 1.5714285714rem;
  font-weight: bold;
  text-align: center;
}
.archive__pickup--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.archive__pickup--list a {
  display: block;
}
.archive__pickup--list__blc {
  width: 208px;
  position: relative;
  counter-increment: section;
}
.archive__pickup--list__blc:nth-child(1) .life-rank__list__num, .archive__pickup--list__blc:nth-child(2) .life-rank__list__num, .archive__pickup--list__blc:nth-child(3) .life-rank__list__num {
  background: url(../img/life/icon_rank.svg) no-repeat center center/contain;
  color: #333333;
  padding-top: 0.4em;
  border-radius: 0;
}
.archive__pickup--list__ph {
  width: 208px;
  height: 129px;
  margin-bottom: 13px;
  position: relative;
}
.archive__pickup--list__ph::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.archive__pickup--list__ph img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.archive__pickup--list__ttl {
  font-size: 1rem;
}
.archive__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
  font-family: "Karla", sans-serif;
}
.archive__nav__btn {
  border-right: 1px solid #ffffff;
}
.archive__nav__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 130px;
  height: 40px;
  font-weight: bold;
  color: #666666;
  background: #f8f8f8;
}
.archive__nav__btn a .newstag--column {
  display: inline-block;
  background: url("../img/news/icon_column_gray.svg") no-repeat center center/contain;
}
.archive__nav__btn a .newstag--column::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 115.3846153846%;
}
.archive__nav__btn a .newstag--life {
  display: inline-block;
  background: url("../img/news/icon_life_gray.svg") no-repeat center center/contain;
}
.archive__nav__btn a .newstag--life::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 115.3846153846%;
}
.archive__nav__btn a .newstag--event {
  display: inline-block;
  background: url("../img/news/icon_event_gray.svg") no-repeat center center/contain;
}
.archive__nav__btn a .newstag--event::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 115.3846153846%;
}
.archive__nav__btn a .newstag--spot {
  display: inline-block;
  background: url("../img/news/icon_spot_gray.svg") no-repeat center center/contain;
}
.archive__nav__btn a .newstag--spot::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 115.3846153846%;
}
.archive__nav__btn a .newstag--news {
  display: inline-block;
  background: url("../img/news/icon_news_gray.svg") no-repeat center center/contain;
}
.archive__nav__btn a .newstag--news::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 115.3846153846%;
}
.archive__nav__btn--now a {
  pointer-events: none;
  color: #000000;
  background: rgba(255, 234, 0, 0.4);
}
.archive__nav__btn--now a .newstag--column {
  display: inline-block;
  background: url("../img/news/icon_column.svg") no-repeat center center/contain;
}
.archive__nav__btn--now a .newstag--column::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 115.3846153846%;
}
.archive__nav__btn--now a .newstag--life {
  display: inline-block;
  background: url("../img/news/icon_life.svg") no-repeat center center/contain;
}
.archive__nav__btn--now a .newstag--life::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 115.3846153846%;
}
.archive__nav__btn--now a .newstag--event {
  display: inline-block;
  background: url("../img/news/icon_event.svg") no-repeat center center/contain;
}
.archive__nav__btn--now a .newstag--event::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 115.3846153846%;
}
.archive__nav__btn--now a .newstag--spot {
  display: inline-block;
  background: url("../img/news/icon_spot.svg") no-repeat center center/contain;
}
.archive__nav__btn--now a .newstag--spot::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 115.3846153846%;
}
.archive__nav__btn--now a .newstag--news {
  display: inline-block;
  background: url("../img/news/icon_news.svg") no-repeat center center/contain;
}
.archive__nav__btn--now a .newstag--news::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 115.3846153846%;
}
.archive__nav + .archive__list {
  margin-top: 40px;
}
.archive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 44px;
}
.archive__list__blc {
  display: block;
  width: 370px;
  margin-right: 45px;
  margin-bottom: 60px;
}
.archive__list__blc:nth-child(3n) {
  margin-right: 0;
}
.archive__list__blc-ph {
  margin-bottom: 16px;
  position: relative;
  width: 100%;
  height: auto;
}
.archive__list__blc-ph::before {
  content: "";
  display: block;
  padding-top: 61.93%;
}
.archive__list__blc-ph img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.archive__list__date {
  margin-bottom: 14px;
  font-size: 12px;
}
.archive__list__ttl {
  font-weight: bold;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  padding-top: 3px;
}
.archive__list__ttl span {
  display: block;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.archive__list__lead {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1em;
}
.archive__list__more {
  text-align: right;
  font-weight: bold;
  font-size: 0.8571428571rem;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.archive__list__more::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  margin-left: 1em;
}
.archive .articlebtns__pager {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .archive__pickup--list__blc {
    margin-right: 40px;
  }
  .archive__pickup--list__blc:nth-child(5) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .archive {
    padding: 35px 20px 40px;
  }
  .archive__ttl {
    padding: 40px 20px 35px;
  }
  .archive__ttl .g-h2__ttl__main {
    font-size: 1.4285714286rem;
  }
  .archive__ttl .g-h3__ttl__txt {
    margin-top: 10px;
  }
  .archive__subttl {
    font-size: 1.1428571429rem;
  }
  .archive__pickup--inner {
    padding: 40px 5px;
  }
  .archive__pickup--ttl {
    height: 38px;
    line-height: 38px;
    font-size: 1.1428571429rem;
  }
  .archive__pickup--wrap {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .archive__pickup--list {
    width: 185%;
    margin-top: 20px;
    padding-bottom: 10px;
  }
  .archive__pickup--list__blc {
    width: 18%;
    margin: 0 10px;
  }
  .archive__pickup--list__blc:nth-child(1) .life-rank__list__num, .archive__pickup--list__blc:nth-child(2) .life-rank__list__num, .archive__pickup--list__blc:nth-child(3) .life-rank__list__num {
    background: url(../img/life/icon_rank.svg) no-repeat center center/contain;
    color: #333333;
    padding-top: 0.4em;
    border-radius: 0;
  }
  .archive__pickup--list__ph {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    position: relative;
  }
  .archive__pickup--list__ph::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .archive__pickup--list__ph img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .archive__pickup--list__ttl {
    font-size: 0.8571428571rem;
    line-height: 1.25;
  }
  .archive__nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 25px;
  }
  .archive__nav__btn {
    width: 33.33%;
    border-bottom: 1px solid #ffffff;
  }
  .archive__nav__btn a {
    width: 100%;
    min-height: 35px;
    font-size: 13px;
  }
  .archive__nav + .archive__list {
    margin-top: 30px;
  }
  .archive__list {
    margin-top: 25px;
  }
  .archive__list__blc {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }
  .archive__list__blc-ph {
    margin-bottom: 1em;
  }
  .archive__list__blc:nth-last-of-type(-n+1) {
    margin-bottom: 10px;
  }
  .archive__list__date, .archive__list__ttl, .archive__list__lead {
    margin-bottom: 0.5em;
  }
  .archive__list__more {
    text-align: right;
    font-weight: bold;
    font-size: 0.8571428571rem;
  }
  .archive__list__more::after {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    display: inline-block;
    margin-left: 1em;
  }
  .archive .articlebtns {
    margin-top: 30px;
    padding: 0;
  }
  .archive .articlebtns__pager {
    margin-top: 30px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
newstag
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.newstag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 26px;
  font-size: 0.8571428571rem;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffea00;
  padding: 0px 13px;
  text-align: center;
  font-family: "Karla", sans-serif;
  font-weight: bold;
}
.newstag--column, .newstag--life, .newstag--event, .newstag--spot, .newstag--news {
  margin: 0 8px 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.newstag--column {
  display: inline-block;
  background: url("../img/news/icon_column.svg") no-repeat center center/contain;
  width: 13px;
  height: 15px;
}
.newstag--column::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 115.3846153846%;
}
.newstag--life {
  display: inline-block;
  background: url("../img/news/icon_life.svg") no-repeat center center/contain;
  width: 14px;
  height: 13px;
}
.newstag--life::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 115.3846153846%;
}
.newstag--event {
  display: inline-block;
  background: url("../img/news/icon_event.svg") no-repeat center center/contain;
  width: 14px;
  height: 12px;
}
.newstag--event::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 115.3846153846%;
}
.newstag--spot {
  display: inline-block;
  background: url("../img/news/icon_spot.svg") no-repeat center center/contain;
  width: 11px;
  height: 14px;
}
.newstag--spot::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 115.3846153846%;
}
.newstag--news {
  display: inline-block;
  background: url("../img/news/icon_news.svg") no-repeat center center/contain;
  width: 14px;
  height: 15px;
}
.newstag--news::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 115.3846153846%;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
artdetail
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.artdetail {
  padding: 70px 0 100px;
  color: #333333;
}
.artdetail__h2 {
  padding: 0 80px;
  font-weight: bold;
}
.artdetail__h2__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.artdetail__h2__data--cate {
  display: inline-block;
  height: 26px;
}
.artdetail__h2__data--cate .tag {
  left: 0;
  right: auto;
  padding: 0 9px;
  position: static;
}
.artdetail__h2__data--day {
  padding-left: 20px;
  font-size: 1rem;
}
.artdetail__h2__data a {
  text-decoration: underline;
}
.artdetail__h2__column {
  margin-bottom: 30px;
  text-align: left;
}
.artdetail__h2__column-cate {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 5px;
  font-size: 1.4285714286rem;
}
.artdetail__h2__column-cate::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background-color: #ffea00;
}
.artdetail__h2__column-cate i {
  display: inline-block;
  margin-right: 0.5em;
  font-family: "Caveat", cursive;
  font-weight: 400;
}
.artdetail__h2__column-cate span {
  font-family: "Karla", sans-serif;
}
.artdetail__h2__column-ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.5714285714rem;
  font-weight: 600;
}
.artdetail__h2__ttl {
  margin-bottom: 10px;
  font-size: 2rem;
}
.artdetail__h2__lead {
  font-size: 1.1428571429rem;
  line-height: 2.25;
}
.artdetail__cont {
  padding: 0 170px;
  margin-bottom: 65px;
  color: #333333;
}
.artdetail__cont p {
  font-size: 1.1428571429rem;
  line-height: 2.2;
}
.artdetail__cont p b, .artdetail__cont p strong {
  font-weight: bold;
}
.artdetail__cont p + p {
  margin-top: 5px;
}
.artdetail__cont > p:last-child img {
  margin-bottom: 0;
}
.artdetail__cont a {
  text-decoration: underline;
}
.artdetail__cont img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-top: 5px;
  margin-bottom: 45px;
}
.artdetail__cont h3 {
  padding-top: 20px;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  font-size: 1.4285714286rem;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}
.artdetail__cont .artdetail__process {
  margin-top: 50px;
}
.artdetail__cont .artdetail__process__inner img {
  margin-top: 10px;
  max-width: 100%;
}
.artdetail__cont .artdetail__process__txts--ttl {
  font-weight: bold;
  margin-bottom: 5px;
}
.artdetail__cont .artdetail__process__txts--txt {
  margin-bottom: 0;
}
.artdetail__fuji {
  padding: 0 170px;
  margin-bottom: 65px;
  color: #333333;
}
.artdetail__fuji__inner {
  padding: 30px 30px 35px;
  background-image: url(../img/top/life_bg.jpg);
}
.artdetail__fuji__inner > p {
  font-size: 1.1428571429rem;
  line-height: 2.3;
}
.artdetail__fuji__ttl {
  font-weight: 700;
}
.artdetail__fuji__tea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.artdetail__fuji__desc {
  padding-top: 1.5em;
  line-height: 2;
}
.artdetail__fuji__desc p:last-of-type {
  margin-bottom: 1em;
}
.artdetail__fuji__desc em {
  font-weight: 700;
}
.artdetail__fuji__desc span {
  font-size: 0.8571428571rem;
}
.artdetail__fuji__desc a {
  font-weight: bold;
  text-decoration: underline;
}
.artdetail__fuji__desc a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 0.3em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
}
.artdetail__fuji figure {
  width: 175px;
}
.artdetail__fuji + .articlebtns {
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  .artdetail {
    padding: 50px 0 10px;
  }
  .artdetail__h2 {
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .artdetail__h2__data {
    margin-bottom: 15px;
  }
  .artdetail__h2__data--cate {
    height: 23px;
  }
  .artdetail__h2__data--cate .tag {
    left: 0;
    right: auto;
    padding: 0 6px;
    height: 23px;
  }
  .artdetail__h2__data--cate .tag i {
    width: 10px;
    height: auto;
  }
  .artdetail__h2__data--day {
    padding-left: 15px;
  }
  .artdetail__h2__column {
    margin-bottom: 20px;
    margin-top: -5px;
  }
  .artdetail__h2__column-cate {
    font-size: 1.2857142857rem;
  }
  .artdetail__h2__column-cate::before {
    height: 3px;
  }
  .artdetail__h2__column-ttl {
    font-size: 1.1428571429rem;
  }
  .artdetail__h2__ttl {
    font-size: 1.2857142857rem;
  }
  .artdetail__h2__lead {
    font-size: 1rem;
  }
  .artdetail__cont {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .artdetail__cont p {
    font-size: 0.9285714286rem;
    line-height: 1.61;
  }
  .artdetail__cont p b {
    font-size: 1.0714285714rem;
  }
  .artdetail__cont p + p {
    margin-top: 0;
  }
  .artdetail__cont > span {
    display: block;
    margin-bottom: 30px;
    margin-top: -40px;
  }
  .artdetail__cont img {
    width: auto;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .artdetail__cont h3 {
    padding-top: 10px;
    margin-bottom: 1em;
    font-size: 1.2142857143rem;
  }
  .artdetail__cont .artdetail__process {
    margin-top: 40px;
    padding: 0;
  }
  .artdetail__cont .artdetail__process__inner img {
    width: 100%;
    margin-bottom: 0;
  }
  .artdetail__cont .artdetail__process__txts--ttl {
    font-size: 15px;
    margin-bottom: 0;
  }
  .artdetail__cont .artdetail__process__txts--txt {
    font-size: 13px;
    line-height: 1.61;
  }
  .artdetail__fuji {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .artdetail__fuji__inner {
    padding: 30px 20px 35px;
  }
  .artdetail__fuji__inner > p {
    font-size: 1rem;
  }
  .artdetail__fuji__tea {
    display: block;
  }
  .artdetail__fuji__desc {
    font-size: 0.9285714286rem;
    line-height: 1.7;
  }
  .artdetail__fuji__desc p:last-of-type {
    margin-bottom: 30px;
  }
  .artdetail__fuji__desc span {
    font-size: 0.8571428571rem;
  }
  .artdetail__fuji figure {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  .artdetail__fuji figure img {
    width: 80px;
  }
  .artdetail__fuji + .articlebtns {
    margin-top: 0;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
artkv
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.artkv {
  padding: 0 80px;
  position: relative;
  z-index: 1;
}
.artkv__ph {
  width: 100%;
  height: auto;
  position: relative;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.artkv__ph::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 61.83%;
}
.artkv__ph img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.artkv__ph__column-tag {
  display: inline-block;
  position: absolute;
  bottom: 40px;
  left: 70px;
  padding: 4px 10px;
  font-weight: bold;
  font-family: "Karla", sans-serif;
  letter-spacing: 0.2em;
  background-color: #ffea00;
}
.artkv__txt {
  min-height: 383px;
  margin-top: -300px;
  margin-bottom: 70px;
  background-image: url(../img/top/life_bg.jpg);
}
.artkv__txt--column {
  margin-top: -15%;
  padding-top: calc(15% + 20px);
  padding-bottom: 77px;
}
.artkv__txt__cont {
  padding: 0 80px;
}
.artkv__txt__cont h3 {
  margin-bottom: 0.7em;
  font-weight: bold;
  font-size: 1.7142857143rem;
}
.artkv__txt__cont p > * {
  display: block;
}
.artkv__txt__cont p em {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .artkv {
    padding: 0 20px;
    position: relative;
    z-index: 1;
  }
  .artkv__ph {
    border: 5px solid #fff;
  }
  .artkv__ph img {
    width: 100%;
  }
  .artkv__ph__column-tag {
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 10px;
    padding: 4px 5px;
    font-size: 0.8571428571rem;
  }
  .artkv__txt {
    min-height: auto;
    margin-top: -26%;
    margin-bottom: 40px;
    padding-top: calc(29% + 20px);
    padding-bottom: 20px;
    background-image: url(../img/top/life_bg.jpg);
  }
  .artkv__txt--column {
    padding-bottom: 50px;
  }
  .artkv__txt__cont {
    padding: 0 20px;
  }
  .artkv__txt__cont h3 {
    font-size: 1.3571428571rem;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
whitecont
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.whitecont {
  padding: 55px 80px 45px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.whitecont__ttl {
  margin-bottom: 40px;
  text-align: center;
}
.whitecont__ttl span {
  display: inline-block;
  padding-bottom: 0.1em;
  font-size: 1.8571428571rem;
  line-height: 1.3;
  letter-spacing: 0.2em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #f0f3f8));
  background: linear-gradient(transparent 70%, #f0f3f8 70%);
}
.whitecont__ttl--join {
  display: block;
  margin-bottom: 1.3em;
  padding-top: 15px;
  font-family: "Karla", sans-serif;
  font-size: 1.1428571429rem;
  letter-spacing: 0.2em;
  font-weight: bold;
}
.whitecont__ttl--join img {
  display: inline-block;
  height: 38px;
  width: auto;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .whitecont {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 40px 20px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  .whitecont__ttl {
    margin-bottom: 30px;
  }
  .whitecont__ttl span {
    font-size: 1.4285714286rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  .whitecont__ttl--join {
    padding-top: 0;
    font-size: 0.9285714286rem;
  }
  .whitecont__ttl--join img {
    display: inline-block;
    height: 32px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
markerh2
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.markerh2 {
  padding-top: 55px;
  margin-bottom: 52px;
}
.markerh2__ttl {
  margin-bottom: 30px;
  text-align: center;
}
.markerh2__ttl em {
  display: block;
  margin-bottom: 0.65em;
  padding-top: 0.35em;
  font-size: 2.8571428571rem;
  font-family: "Karla", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.markerh2__ttl span {
  display: inline-block;
  font-size: 2.4285714286rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(255, 234, 0, 0.6)));
  background: linear-gradient(transparent 70%, rgba(255, 234, 0, 0.6) 70%);
}
.markerh2__lead {
  padding: 0 20px;
  font-size: 1.2857142857rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .markerh2 {
    padding-top: 35px;
    margin-bottom: 30px;
  }
  .markerh2__ttl {
    margin-bottom: 15px;
  }
  .markerh2__ttl em {
    font-size: 1.2857142857rem;
  }
  .markerh2__ttl em + span {
    font-size: 1.4285714286rem;
  }
  .markerh2__ttl span {
    font-size: 1.7142857143rem;
  }
  .markerh2__lead {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
snsbtn
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.snsbtn {
  text-align: right;
  margin-top: 15px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.snsbtn .fb-like {
  margin-top: -1px;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .snsbtn {
    margin-top: 20px;
    height: 20px;
  }
}
.snsbtn .fb-like {
  width: 85px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
grayblock
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.grayblock {
  background-image: url(../img/top/life_bg.jpg);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
myshop
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.myshop {
  border-top: 1px solid #eeeeee;
  padding: 50px 20px 90px;
}
.myshop .g-h3__ttl__copy {
  margin-bottom: 20px;
}
.myshop__list {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.myshop__list div {
  margin: 0 45px;
}
.myshop__list img {
  width: auto;
}
.myshop__list a {
  min-height: 120px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.myshop__list span {
  text-align: center;
  display: block;
  font-size: 0.8571428571rem;
}
.myshop__apps {
  margin-top: 50px;
}
.myshop__apps__ttl {
  font-size: 1.2857142857rem;
  text-align: center;
  position: relative;
  display: block;
  margin: 0 auto;
  width: 250px;
}
.myshop__apps__ttl::before, .myshop__apps__ttl::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #000000;
  content: "";
}
.myshop__apps__ttl::after {
  right: 0;
  left: auto;
}
.myshop__apps__list {
  width: 600px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.myshop__apps__list a {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.myshop__apps__list a p {
  margin-left: 15px;
  font-size: 0.8571428571rem;
}
.myshop__apps__list a span {
  display: block;
  font-size: 1rem;
  font-weight: bold;
}
.myshop__apps__list a span i {
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .myshop {
    padding: 20px 20px 30px;
  }
  .myshop__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  .myshop__list div {
    margin: 10px 0;
    width: 49%;
  }
  .myshop__apps {
    margin-top: 30px;
  }
  .myshop__apps__ttl {
    width: 230px;
    font-size: 1.1428571429rem;
  }
  .myshop__apps__ttl::before, .myshop__apps__ttl::after {
    width: 15px;
  }
  .myshop__apps__list {
    width: auto;
    margin: 30px auto 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .myshop__apps__list a {
    width: 40%;
    margin: 0 10px;
    display: block;
    text-align: center;
  }
  .myshop__apps__list a p {
    margin-left: 0;
    margin-top: 10px;
  }
  .myshop__apps__list a span {
    margin-top: 10px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
notfound / maintenance
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.notfound,
.maintenance {
  text-align: center;
}
.notfound__ttl,
.maintenance__ttl {
  font-size: 2.4285714286rem;
  font-weight: bold;
  font-family: "Karla", sans-serif;
  letter-spacing: 0.2em;
}
.notfound__ttl span,
.maintenance__ttl span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, rgba(255, 234, 0, 0.6)));
  background: linear-gradient(transparent 65%, rgba(255, 234, 0, 0.6) 65%);
}
.notfound__lead,
.maintenance__lead {
  margin-top: 40px;
  font-size: 1.2857142857rem;
  line-height: 2;
}
.notfound__btn,
.maintenance__btn {
  margin-top: 80px;
}
.notfound__btn .g-arrow,
.maintenance__btn .g-arrow {
  right: auto;
  left: 30px;
}
.notfound__btn .g-arrow::after,
.maintenance__btn .g-arrow::after {
  -webkit-transform: rotate(-36deg);
          transform: rotate(-36deg);
  left: 0;
  right: auto;
}
.notfound section img,
.maintenance section img {
  margin-top: 50px;
  width: 60px;
}
@media screen and (min-width: 769px) {
  .notfound section,
  .maintenance section {
    margin: 100px auto;
  }
}
@media screen and (max-width: 768px) {
  .notfound section,
  .maintenance section {
    margin: 80px auto;
  }
  .notfound__ttl,
  .maintenance__ttl {
    font-size: 1.7142857143rem;
  }
  .notfound__lead,
  .maintenance__lead {
    margin-top: 20px;
    font-size: 1.1428571429rem;
  }
}
.notfound header,
.maintenance header {
  text-align: center;
  margin-top: 20px;
}
.notfound header h1 img,
.maintenance header h1 img {
  height: 20px;
  margin-top: 10px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
top
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 769px) {
  .top .g-header {
    top: -150px;
  }
  .top .g-pagetop {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
  .top-main {
    z-index: 9;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .top .g-header {
    top: -65px;
  }
  .top .g-pagetop {
    -webkit-transform: translateY(150px);
            transform: translateY(150px);
  }
  .top-main {
    z-index: 9;
    margin-top: 0;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
top-news
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.top-news__ttl {
  font-weight: bold;
  position: absolute;
  top: 15px;
  left: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-family: "Karla", sans-serif;
}
.top-news__slider__li {
  max-width: 372px;
  margin: 0 18px;
}
.top-news__slider__ph img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.top-news__slider__ph::before {
  content: "";
  display: block;
  padding-top: 61.93%;
}
.top-news__slider__day {
  font-size: 0.8571428571rem;
  margin-top: 20px;
}
.top-news__slider__ttl {
  margin-top: 15px;
}
.top-news .g-slider__arrowarea .slick-arrow {
  width: 42px;
  height: 42px;
}
.top-news .g-slider__arrowarea .slick-arrow.slick-prev::after {
  left: 18px;
  right: auto;
  top: 16px;
}
.top-news .g-slider__arrowarea .slick-arrow.slick-next::after {
  left: auto;
  right: 18px;
  top: 16px;
}
@media screen and (min-width: 769px) {
  .top-news__slider {
    width: calc(100% - 160px);
    margin: 40px auto 0;
    overflow: hidden;
  }
  .top-news__slider__ph {
    position: relative;
    width: 372px;
    height: 230px;
  }
  .top-news__slider__arrowarea {
    margin-top: -45px;
  }
}
@media screen and (max-width: 768px) {
  .top-news__slider {
    width: calc(100% - 60px);
    margin: 40px 0 0 60px;
    overflow: hidden;
  }
  .top-news__slider__li {
    max-width: 240px;
    margin: 0 10px;
  }
  .top-news__slider__ph {
    position: relative;
    width: 240px;
    height: 150px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
top-about
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.top-about {
  z-index: 1;
  position: relative;
}
.top-about:after {
  position: absolute;
  content: "";
  background-color: #DCE9EE;
  width: calc(50% + 600px);
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.top-about__text--ttl {
  line-height: 1.8;
  letter-spacing: 0.5rem;
}
.top-about__text--ttl span {
  font-family: "Karla", sans-serif;
  font-weight: bold;
}
.top-about__text .whitebox__ttl__copy {
  line-height: 1.5;
}
.top-about__text .g-button {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .top-about__inner {
    padding-top: 120px;
    padding-bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: calc((100% - 1300px) / 2);
  }
  .top-about__inner:nth-child(2) {
    margin-right: calc((100% - 1300px) / 2);
    margin-left: 0;
  }
  .top-about__text {
    line-height: 2.3;
    padding-right: 100px;
    margin-top: 40px;
  }
  .top-about__text--ttl {
    font-size: 2.4285714286rem;
    margin-bottom: 55px;
  }
  .top-about__text--ttl span {
    font-size: 2.8571428571rem;
  }
  .top-about__text--txt + .top-about__text--txt {
    margin-top: 35px;
  }
  .top-about__ph {
    width: 100%;
  }
  .top-about__ph img {
    width: 100%;
  }
  .top-about .whitebox {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  .top-about__inner {
    margin-left: calc((100% - 1240px) / 2);
  }
  .top-about__inner:nth-child(2) {
    margin-right: calc((100% - 1240px) / 2);
  }
  .top-about__text {
    width: auto;
    font-size: 1rem;
    line-height: 2;
    padding: 20px;
  }
  .top-about__text--txt + .top-about__text--txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-about__text--ttl {
    line-height: 1.8;
    letter-spacing: 0.2rem;
  }
  .top-about__inner {
    margin-top: 40px;
    padding-bottom: 1px;
  }
  .top-about__inner img {
    width: 100%;
  }
  .top-about__text {
    font-size: 1rem;
    line-height: 1.8;
  }
  .top-about__text--ttl {
    font-size: 1.2142857143rem;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
top-twocolumn
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.top-twocolumn__ph {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .top-twocolumn .whitebox {
    background-color: rgba(255, 255, 255, 0.75);
  }
  .top-twocolumn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-twocolumn__sec {
    width: 50%;
    display: inline-block;
    background: url("../img/top/howto.jpg") no-repeat center center/contain;
    background-size: cover;
    min-height: 594px;
  }
  .top-twocolumn__sec::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 61.875%;
  }
  .top-twocolumn__sec:last-child {
    display: inline-block;
    background: url("../img/top/action.jpg") no-repeat center center/contain;
    background-size: cover;
  }
  .top-twocolumn__sec:last-child::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 61.875%;
  }
  .top-twocolumn__box {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  .top-twocolumn__sec {
    background-size: 100%;
    background-position: top;
    min-height: 350px;
    padding-bottom: 440px;
    margin-bottom: 10px;
  }
  .top-twocolumn__sec:last-child {
    background-size: 100%;
    background-position: top;
  }
  .top-twocolumn__box {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
top-spot
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media screen and (min-width: 769px) {
  .top-spot {
    background-image: url(../img/top/spot_bg.jpg);
    padding: 120px 0;
  }
  .top-spot__ph {
    width: 1140px;
    display: block;
    margin: 0 0 0 auto;
  }
  .top-spot__box {
    position: absolute;
    bottom: 0;
    left: 20px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  .top-spot__box {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-spot {
    background-image: url(../img/top/spot_bg_sp.jpg);
    padding: 0 0 10px;
    margin-top: 40px;
    background-position: top;
  }
  .top-spot__ph {
    width: 100%;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
top-topics
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.top-topics {
  background-image: url(../img/top/life_bg.jpg);
}
.top-topics__slider__ph {
  border: 5px solid #ffffff;
  width: 263px;
  height: 263px;
  position: relative;
}
.top-topics__slider__ph::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.top-topics__slider__ph img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.top-topics__slider__ph .newstag {
  top: -5px;
  right: -5px;
}
.top-topics__slider__ttl {
  font-weight: bold;
  font-size: 1.1428571429rem;
  margin-top: 15px;
}
.top-topics__slider__txt {
  margin-top: 10px;
}
.top-topics__slider__point {
  font-size: 0.7142857143rem;
  background-color: #ffea00;
  padding: 4px 10px 4px;
  margin-top: 10px;
  text-align: center;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
}
.top-topics__slider__point--01, .top-topics__slider__point--02, .top-topics__slider__point--03 {
  margin: 0 0 -2px 10px;
}
.top-topics__slider__point--01 {
  display: inline-block;
  background: url("../img/top/life_icon01.svg") no-repeat center center/contain;
  width: 5px;
  height: 12px;
}
.top-topics__slider__point--01::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 240%;
}
.top-topics__slider__point--02 {
  display: inline-block;
  background: url("../img/top/life_icon02.svg") no-repeat center center/contain;
  width: 12px;
  height: 12px;
}
.top-topics__slider__point--02::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.top-topics__slider__point--03 {
  display: inline-block;
  background: url("../img/top/life_icon03.svg") no-repeat center center/contain;
  width: 20px;
  height: 12px;
}
.top-topics__slider__point--03::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 60%;
}
.top-topics__slider__prof {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-topics__slider__prof--name {
  font-size: 0.7142857143rem;
}
.top-topics .g-button {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .top-topics {
    padding: 120px 0;
  }
  .top-topics__slider {
    margin-top: 60px;
  }
  .top-topics__slider__li {
    max-width: 263px;
    margin: 0 18px;
  }
  .top-topics__slider__arrowarea {
    margin: -45px auto 0;
    width: 1240px;
    left: 0;
    right: 0;
  }
  .top-topics__slider__arrowarea .slick-arrow.slick-prev {
    left: -40px;
  }
  .top-topics__slider__arrowarea .slick-arrow.slick-next {
    right: -40px;
  }
  .top-topics .g-button {
    padding-left: 37px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  .top-topics__slider__arrowarea .slick-arrow.slick-prev {
    left: 20px;
  }
  .top-topics__slider__arrowarea .slick-arrow.slick-next {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-topics {
    padding: 40px 0 70px;
  }
  .top-topics__slider {
    margin-top: 40px;
  }
  .top-topics__slider__li {
    max-width: 263px;
    margin: 0 18px;
  }
  .top-topics__slider__arrowarea {
    margin: -45px auto 0;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
top-expo
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.top-expo {
  position: relative;
  z-index: 1;
  color: #333333;
}
.top-expo__ph {
  width: 100%;
}
.top-expo__caption {
  font-weight: 700;
  font-family: "Karla", sans-serif;
  letter-spacing: 0.1em;
}
.top-expo__caption::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #707070;
}
.top-expo__lead {
  font-weight: 700;
}
.top-expo__ttl {
  letter-spacing: 0.1em;
}
.top-expo__txt, .top-expo__note {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .top-expo:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50% + 600px);
    height: 100%;
    background: url("../img/top/expo-bg.png") no-repeat center center/cover;
    z-index: -1;
  }
  .top-expo__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 120px;
    padding-bottom: 120px;
    margin-right: calc((100% - 1300px) / 2);
  }
  .top-expo__item {
    margin-top: -6px;
    padding: 0 64px 0 100px;
    width: 484px;
  }
  .top-expo__caption {
    font-size: 18px;
    line-height: 1.5555555556em;
  }
  .top-expo__caption::after {
    margin-top: 22px;
    width: 60px;
  }
  .top-expo__lead {
    margin-top: 24px;
    font-size: 20px;
    line-height: 1.6em;
  }
  .top-expo__ttl {
    margin-top: 20px;
    font-size: 28px;
    line-height: 1.5em;
  }
  .top-expo__txt {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.75em;
  }
  .top-expo__note {
    margin-top: 24px;
    font-size: 12px;
    line-height: 2.3333333333em;
  }
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  .top-expo__wrap {
    margin-right: calc((100% - 1240px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .top-expo {
    margin-top: 40px;
    padding-bottom: 50px;
    background: url("../img/top/expo-bg.png") no-repeat center bottom/100% calc(100% - 61.8666666667vw);
  }
  .top-expo__item {
    margin: -20px 18px 0;
    padding: 24px 30px;
    background-color: #ffffff;
    text-align: center;
  }
  .top-expo__caption {
    font-size: 18px;
    line-height: 1.5555555556em;
  }
  .top-expo__caption::after {
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
  }
  .top-expo__lead {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.5714285714em;
  }
  .top-expo__ttl {
    margin-top: 8px;
    font-size: 19px;
    line-height: 1.3684210526em;
  }
  .top-expo__txt {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.6428571429em;
    letter-spacing: 0.1em;
  }
  .top-expo__note {
    margin-top: 10px;
    font-size: 10px;
    line-height: 2.3em;
  }
  .top-expo__btn {
    padding: 15px;
    width: 280px;
    height: 50px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
top-future
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.top-future {
  position: relative;
  z-index: 1;
  color: #333333;
  background: url("../img/top/future-bg.png") center center/300px;
}
.top-future__ph {
  width: 100%;
}
.top-future__caption, .top-future__ttl, .top-future__lead, .top-future__note, .top-future__entry {
  text-align: center;
}
.top-future__caption {
  font-weight: 700;
  font-family: "Karla", sans-serif;
  letter-spacing: 0.1em;
}
.top-future__caption::after {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: #707070;
}
.top-future__ttl {
  letter-spacing: 0.1em;
}
.top-future__note, .top-future__entry {
  letter-spacing: 0.03em;
}
.top-future__entry {
  font-weight: 700;
}
.top-future__txt {
  letter-spacing: 0;
}
.top-future__box {
  background-color: #fff;
  text-align: center;
}
.top-future__contact {
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .top-future__wrap {
    padding-top: 112px;
    padding-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
  }
  .top-future__caption {
    font-size: 18px;
    line-height: 1.5555555556em;
  }
  .top-future__caption::after {
    margin-top: 22px;
    width: 60px;
  }
  .top-future__lead {
    margin-top: 16px;
    font-size: 14px;
    line-height: 2em;
  }
  .top-future__ttl {
    margin-top: 24px;
    font-size: 28px;
    line-height: 1.5em;
  }
  .top-future__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
  }
  .top-future__li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 373px;
  }
  .top-future__note {
    margin-top: 16px;
    font-size: 14px;
    line-height: 2em;
  }
  .top-future__entry {
    margin-top: 4px;
    font-size: 18px;
    line-height: 1.5555555556em;
  }
  .top-future__entry small {
    display: block;
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.75em;
  }
  .top-future__txt {
    margin-top: 12px;
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 1.8571428571em;
  }
  .top-future__btn {
    margin-top: auto;
  }
  .top-future__box {
    margin-top: 80px;
    padding: 64px 0;
  }
  .top-future__contact {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 2em;
  }
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  .top-future__wrap {
    width: 1100px;
  }
  .top-future__li {
    width: 340px;
  }
}
@media screen and (max-width: 768px) {
  .top-future__wrap {
    padding: 42px 22px 50px;
  }
  .top-future__caption {
    font-size: 18px;
    line-height: 1.5555555556em;
  }
  .top-future__caption::after {
    margin-top: 12px;
    width: 60px;
  }
  .top-future__lead {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.6428571429em;
  }
  .top-future__ttl {
    margin-top: 16px;
    font-size: 19px;
    line-height: 1.3684210526em;
  }
  .top-future__list {
    margin-top: 36px;
  }
  .top-future__li:not(:first-child) {
    margin-top: 40px;
  }
  .top-future__note {
    margin-top: 24px;
    font-size: 13px;
    line-height: 1.0769230769em;
  }
  .top-future__entry {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5625em;
  }
  .top-future__entry:has(small) {
    margin-top: 20px;
  }
  .top-future__txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6428571429em;
  }
  .top-future__btn {
    padding: 15px;
    width: 280px;
    height: 50px;
  }
  .top-future__box {
    margin-top: 40px;
    padding: 40px 0;
  }
  .top-future__contact {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 2em;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
meritblock
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.merit-detail:nth-of-type(1) {
  margin-top: 105px;
}
.merit-detail:not(:nth-of-type(1)) {
  margin-top: 80px;
}
.merit-detail.linkbox:nth-of-type(1) {
  margin-top: 0;
}
.merit-detail .grayblock__text__txt {
  line-height: 2.2;
}
.merit-detail__ttl__num {
  display: block;
  margin-bottom: 15px;
  padding-top: 5px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  font-family: "Karla", sans-serif;
}
.merit-detail__ttl__num img {
  margin-left: 1em;
  display: inline-block;
}
.merit-detail__ttl__txt {
  display: block;
  margin-bottom: 30px;
  font-size: 2.8571428571rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-family: "Karla", sans-serif;
}
.merit-detail__ttl__copy {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.merit-detail__ttl__copy span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffffff));
  background: linear-gradient(transparent 70%, #ffffff 70%);
  padding-left: 0.5em;
}
.merit-detail__box {
  width: 558px;
  padding: 50px 50px 60px;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.merit-detail__box__ttl {
  line-height: 2;
  font-size: 1.5714285714rem;
  font-weight: 500;
}
.merit-detail__box .g-button {
  font-size: 1.2857142857rem;
}
.merit-detail__box .g-button--left {
  width: auto;
  min-width: 320px;
  display: inline-block;
  padding: 18px 80px 18px 30px;
  text-align: left;
}
.merit-detail__ph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.merit-detail__ph .grayblock__ph--note02 {
  width: 320px;
}
.merit-detail__ph__img:first-child {
  margin-bottom: 85px;
}
.merit-detail .merit__movie {
  width: 760px;
  margin-right: 240px;
}
.merit-detail .merit__movie .yellowshadow {
  margin-bottom: 0;
}
.merit-detail .merit__movie .yellowshadow::before {
  top: 5px;
}
.merit-detail .merit__movie video {
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .merit-detail {
    padding-top: 100px;
  }
  .merit-detail .grayblock__inner:nth-of-type(1) {
    margin-top: -30px;
  }
  .merit-detail:nth-of-type(1) {
    margin-top: 50px;
  }
  .merit-detail:not(:nth-of-type(1)) {
    margin-top: 60px;
  }
  .merit-detail.linkbox:nth-of-type(1) {
    padding-bottom: 10px;
    margin-bottom: 50px;
  }
  .merit-detail__ttl__num {
    padding-top: 0;
    font-size: 1.2857142857rem;
  }
  .merit-detail__ttl__num img {
    width: auto;
    height: 1.5em;
  }
  .merit-detail__ttl__txt {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .merit-detail__ttl__copy {
    margin-bottom: 20px;
    font-size: 1.4285714286rem;
  }
  .merit-detail__box {
    width: 90%;
    padding: 30px;
    margin: -50px 0 40px 10%;
    position: relative;
    text-align: left;
  }
  .merit-detail__box__ttl {
    font-size: 1.1428571429rem;
    line-height: 1.5;
  }
  .merit-detail__box .g-button {
    width: 100%;
    font-size: 1rem;
    text-align: left;
    padding: 18px 55px 18px 15px;
  }
  .merit-detail__box .g-button--left {
    width: 100%;
    min-width: auto;
    padding: 18px 55px 18px 15px;
  }
  .merit-detail__ph {
    display: block;
  }
  .merit-detail__ph__img {
    width: 70%;
  }
  .merit-detail__ph__img:first-child {
    margin-bottom: 50px;
  }
  .merit-detail__ph__img:last-child {
    margin-left: 30%;
  }
  .merit-detail__ph .grayblock__ph--note02 {
    width: auto;
  }
  .merit-detail .merit__movie {
    width: auto;
    margin-right: 0;
  }
  .merit-detail .merit__movie .yellowshadow {
    margin-bottom: 20px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
merit-nav
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.merit-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1800px;
  margin: 0 auto;
  padding-top: 75px;
}
.merit-nav__btn {
  width: 26.1%;
}
.merit-nav__btn img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .merit-nav {
    display: block;
    padding: 30px 20px 0;
  }
  .merit-nav__btn {
    width: 100%;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
merit-shikumi
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.merit-shikumi {
  padding: 0 20px 120px;
}
.merit-shikumi__box-const {
  margin-bottom: 65px;
}
.merit-shikumi__box-const__blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.merit-shikumi__box-const__blc:last-of-type {
  margin-bottom: 0;
}
.merit-shikumi__box-const__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.merit-shikumi__box-const__txt p {
  font-size: 1.1428571429rem;
  line-height: 2.2;
}
.merit-shikumi__box-const__ttl {
  margin-bottom: 20px;
  vertical-align: bottom;
}
.merit-shikumi__box-const__ttl * {
  vertical-align: bottom;
}
.merit-shikumi__box-const__ttl i {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 1.1428571429rem;
  font-weight: bold;
}
.merit-shikumi__box-const__ttl em {
  display: inline-block;
  margin-right: 1.5em;
}
.merit-shikumi__box-const__ttl em img {
  width: auto;
  height: 37px;
}
.merit-shikumi__box-const__ttl span {
  padding: 0 5px 0.3em;
  font-size: 1.5714285714rem;
  letter-spacing: 0.2em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 234, 0, 0.4)));
  background: linear-gradient(transparent 60%, rgba(255, 234, 0, 0.4) 60%);
}
.merit-shikumi__box-const__ph {
  width: 410px;
  margin-left: 55px;
  text-align: center;
}
.merit-shikumi__box-const__ph--01 {
  width: 408px;
}
.merit-shikumi__box-const__ph--02 {
  width: 280px;
  padding-top: 20px;
  padding-left: 20px;
}
.merit-shikumi__box-effect__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.merit-shikumi__box-effect__blc {
  width: 500px;
}
.merit-shikumi__box-effect__ttl {
  margin-bottom: 1em;
}
.merit-shikumi__box-effect__ttl span {
  padding: 0 5px 0.3em;
  line-height: 1.8;
  font-size: 1.5714285714rem;
  letter-spacing: 0.2em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 234, 0, 0.4)));
  background: linear-gradient(transparent 60%, rgba(255, 234, 0, 0.4) 60%);
}
.merit-shikumi__box-effect__txt {
  margin-bottom: 2em;
  font-size: 1.1428571429rem;
  line-height: 2.2;
}
.merit-shikumi__box-effect__ph {
  margin-bottom: 1.7em;
  padding-right: 2em;
  text-align: center;
}
.merit-shikumi__box-effect__ph--01 {
  width: 350px;
  padding-top: 10px;
}
.merit-shikumi__box-effect__ph--02 {
  width: 340px;
}
.merit-shikumi__box-effect__at {
  margin-bottom: 1em;
  font-size: 0.8571428571rem;
  letter-spacing: 0.1em;
}
.merit-shikumi .g-button {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .merit-shikumi {
    background-image: url(../img/top/life_bg.jpg);
    padding: 0 0 60px;
  }
  .merit-shikumi__box-const__blc {
    display: block;
    margin-bottom: 30px;
  }
  .merit-shikumi__box-const__txt {
    margin-bottom: 20px;
  }
  .merit-shikumi__box-const__txt p {
    font-size: 1rem;
  }
  .merit-shikumi__box-const__ttl i {
    margin-bottom: 10px;
    font-size: 0.9285714286rem;
  }
  .merit-shikumi__box-const__ttl em {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .merit-shikumi__box-const__ttl em img {
    height: 30px;
  }
  .merit-shikumi__box-const__ttl span {
    padding: 0 0 0.3em;
    font-size: 1.0714285714rem;
    letter-spacing: 0.1em;
  }
  .merit-shikumi__box-const__ph {
    width: 100%;
    margin-left: 0;
  }
  .merit-shikumi__box-const__ph--01 {
    width: 100%;
    max-width: 408px;
  }
  .merit-shikumi__box-const__ph--02 {
    width: 100%;
    max-width: 280px;
    padding-top: 0;
  }
  .merit-shikumi__box-effect__wrap {
    display: block;
  }
  .merit-shikumi__box-effect__blc {
    width: 100%;
  }
  .merit-shikumi__box-effect__blc:not(:last-child) {
    margin-bottom: 30px;
  }
  .merit-shikumi__box-effect__ttl span {
    padding: 0 0 0.3em;
    font-size: 1.0714285714rem;
    letter-spacing: 0.1em;
  }
  .merit-shikumi__box-effect__txt {
    font-size: 1rem;
  }
  .merit-shikumi__box-effect__ph {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
  }
  .merit-shikumi__box-effect__ph--01 {
    width: 280px;
    padding-top: 0;
  }
  .merit-shikumi__box-effect__ph--02 {
    width: 280px;
  }
  .merit-shikumi__box-effect__at {
    font-size: 0.7857142857rem;
  }
  .merit-shikumi .g-button {
    margin-top: 40px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
howto-ttl
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.howto-ttl {
  padding: 30px;
  margin: 0 auto;
  display: block;
  background: #dcf5ff;
  text-align: center;
  width: 530px;
  font-size: 1.8571428571rem;
  border-radius: 50px;
  position: relative;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}
.howto-ttl::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #dcf5ff;
  -webkit-transform: rotate(45deg) skew(20deg, 20deg);
          transform: rotate(45deg) skew(20deg, 20deg);
  display: inline-block;
  position: absolute;
  bottom: -8px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
}
.howto-ttl::after {
  content: "";
  display: block;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .howto-ttl {
    padding: 20px 15px;
    max-width: 530px;
    width: calc(100% - 40px);
    font-size: 1.2857142857rem;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
howto-qa
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.howto-qa {
  color: #333333;
}
.howto-qa + .howto-qa {
  margin-top: 120px;
}
.howto-qa:last-of-type {
  margin-bottom: 120px;
}
.howto-qa__inner {
  padding: 70px 0 0;
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  text-align: center;
}
.howto-qa__ttl {
  margin-bottom: 50px;
}
.howto-qa__copy {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2rem;
}
.howto-qa__copy span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, rgba(255, 234, 0, 0.6)));
  background: linear-gradient(transparent 65%, rgba(255, 234, 0, 0.6) 65%);
}
.howto-qa__txt:last-child, .howto-qa__list:last-child {
  padding-bottom: 80px;
}
.howto-qa__txt {
  font-size: 1.1428571429rem;
  line-height: 2.2;
}
.howto-qa__txt:not(:last-child) {
  margin-bottom: 40px;
}
.howto-qa__txt span {
  font-size: 0.8571428571rem;
}
.howto-qa__ok-blc__ttl, .howto-qa__ng-blc__ttl {
  display: block;
  position: relative;
  max-width: 460px;
  width: 100%;
  margin: 0 auto 30px;
  padding: 15px;
  border-radius: 30px;
  color: #ffffff;
  font-size: 1.4285714286rem;
}
.howto-qa__ok-blc__ttl::before, .howto-qa__ng-blc__ttl::before {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.howto-qa__ok-blc__cont, .howto-qa__ng-blc__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 46px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333333;
  font-size: 0.9285714286rem;
}
.howto-qa__ok-blc__cont dl, .howto-qa__ng-blc__cont dl {
  width: 175px;
  margin: 0 15px;
}
.howto-qa__ok-blc__cont dt, .howto-qa__ng-blc__cont dt {
  height: 175px;
  position: relative;
}
.howto-qa__ok-blc__cont img, .howto-qa__ng-blc__cont img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.howto-qa__ok-blc__cont em, .howto-qa__ng-blc__cont em {
  font-weight: bold;
  font-size: 1.1428571429rem;
}
.howto-qa__ok-blc__ttl {
  background: #ec5050;
}
.howto-qa__ok-blc__ttl::before {
  background: url(../img/howto/icon_ok.svg) no-repeat center center/contain;
}
.howto-qa__ng-blc__ttl {
  margin-bottom: 18px;
  background: #666666;
}
.howto-qa__ng-blc__ttl::before {
  background: url(../img/howto/icon_ng.svg) no-repeat center center/contain;
}
.howto-qa__ng-blc__cont {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 33px;
}
.howto-qa__ng-blc__cont dd {
  padding-top: 26px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.howto-qa__ng-blc__cont dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin: 0;
}
.howto-qa__ng-blc__cont dl:nth-last-of-type(-n+2) dd {
  padding-top: 12px;
}
.howto-qa__ng-blc__cont dt {
  width: 150px;
  height: 142px;
}
.howto-qa__ng-blc__cont p + p {
  padding-top: 0.8em;
}
.howto-qa__ng-blc__cont em {
  font-size: 1rem;
}
.howto-qa__bnrarea {
  overflow: hidden;
}
.howto-qa__bnr {
  display: block;
  margin: 0 auto 80px;
  width: 511px;
}
.howto-qa__bnr img {
  width: 100%;
}
.howto-qa__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 60px;
}
.howto-qa__list__blc {
  width: 520px;
  margin-bottom: 50px;
  text-align: left;
}
.howto-qa__list__blc:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}
.howto-qa__list__blc img {
  margin-bottom: 18px;
}
.howto-qa__list__ttl {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2857142857rem;
  font-weight: bold;
}
.howto-qa__list__link {
  display: inline-block;
  margin-top: 1em;
  margin-right: 1.8em;
  text-decoration: underline;
  font-weight: bold;
}
.howto-qa__list__link::after {
  content: "";
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: #333333;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
}
.howto-qa__list__wide-blc {
  width: 100%;
  font-size: 0;
}
.howto-qa__list__wide-blc--ph {
  display: inline-block;
}
.howto-qa__list__wide-blc--ph:first-of-type {
  position: relative;
  margin-right: 38px;
}
.howto-qa__list__wide-blc--ph:first-of-type::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #666666;
  border-width: 14px 14px;
  display: inline-block;
  position: absolute;
  right: -42px;
  top: -55px;
  bottom: 0;
  margin: auto;
}
.howto-qa__list__wide-blc .howto-qa__list__txt {
  font-size: 1rem;
}
.howto-qa__list__prd {
  position: absolute;
  right: 15px;
  top: -90px;
  z-index: 1;
}
.howto-qa__list__spe {
  position: relative;
  padding: 5px 30px 28px;
}
.howto-qa__list__spe-blc {
  background: #f0f3f8;
}
.howto-qa__list__spe-ttl {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(255, 234, 0, 0.6)));
  background: linear-gradient(transparent 70%, rgba(255, 234, 0, 0.6) 70%);
  display: inline-block;
  margin-bottom: 15px;
}
.howto-qa__myblock {
  margin-top: 80px;
  padding: 53px 20px;
  background: url(../img/howto/yellow_stripe.jpg) repeat center center;
}
.howto-qa__myblock__ttl {
  font-size: 2rem;
  margin-bottom: 12px;
  display: block;
}
.howto-qa__myblock__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -10px;
}
.howto-qa__myblock__list li {
  width: 250px;
  margin: 0 25px;
}
.howto-qa__myblock__list li em {
  display: inline-block;
  margin: 1.2em 0 0.7em;
  font-size: 1.1428571429rem;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(255, 234, 0, 0.6)));
  background: linear-gradient(transparent 70%, rgba(255, 234, 0, 0.6) 70%);
}
.howto-qa__myblock__list li p {
  line-height: 2;
  text-align: left;
}
.howto-qa__hrz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 60px 0;
}
.howto-qa__hrz__txt {
  text-align: left;
}
.howto-qa__hrz__ph {
  margin-left: 60px;
  padding-top: 12px;
}
.howto-qa .linkbox {
  text-align: left;
}
.howto-qa .linkbox__text--reverse {
  background-image: url(../img/top/life_bg.jpg);
}
.howto-qa .linkbox__text--reverse::after {
  background-image: url(../img/common/gray_shadow.jpg);
}
.howto-qa.linkbox {
  padding-top: 0;
}
.howto-qa:not(.linkbox) .linkbox__ttl {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .howto-qa {
    padding-top: 30px;
    margin-top: -30px;
  }
  .howto-qa .linkbox {
    padding: 120px 40px 0 10px;
  }
  .howto-qa .linkbox__text {
    padding-right: 60px;
  }
  .howto-qa .linkbox__text .g-button {
    width: 300px;
  }
  .howto-qa .linkbox__text--reverse {
    padding-right: 40px;
    padding-left: 50px;
  }
  .howto-qa .linkbox__text--reverse::after {
    left: auto;
    right: -10px;
  }
  .howto-qa .linkbox__text--reverse .g-button {
    width: 320px;
  }
  .howto-qa .linkbox--reverse {
    padding: 75px 50px 0 0;
    margin-bottom: 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .howto-qa {
    padding: 0 20px;
    padding-top: 50px;
    margin-top: -50px;
  }
  .howto-qa + .howto-qa {
    margin: 50px 0;
  }
  .howto-qa__inner {
    padding: 30px 0 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .howto-qa__ttl {
    margin-bottom: 40px;
  }
  .howto-qa__copy {
    margin-bottom: 15px;
    padding: 0 20px;
    font-size: 1.4285714286rem;
  }
  .howto-qa__txt {
    padding: 0 20px;
    margin-bottom: 20px;
    font-size: 1rem;
  }
  .howto-qa__txt--left {
    text-align: left;
  }
  .howto-qa__ok-blc, .howto-qa__ng-blc {
    padding: 0 20px;
  }
  .howto-qa__ok-blc__ttl, .howto-qa__ng-blc__ttl {
    max-width: 100%;
    margin: 0 auto 25px;
    padding: 15px 15px 15px 35px;
    font-size: 1.1428571429rem;
    border-radius: 60px;
  }
  .howto-qa__ok-blc__ttl::before, .howto-qa__ng-blc__ttl::before {
    width: 20px;
    height: 20px;
    left: 15px;
  }
  .howto-qa__ok-blc__cont, .howto-qa__ng-blc__cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .howto-qa__ok-blc__cont dl, .howto-qa__ng-blc__cont dl {
    width: 175px;
    margin: 0 15px;
  }
  .howto-qa__ok-blc__cont img, .howto-qa__ng-blc__cont img {
    width: 100%;
  }
  .howto-qa__ok-blc__cont dt, .howto-qa__ng-blc__cont dt {
    height: auto;
    position: relative;
  }
  .howto-qa__ok-blc__cont em, .howto-qa__ng-blc__cont em {
    font-size: 1rem;
  }
  .howto-qa__ok-blc__cont {
    display: block;
    max-width: 320px;
    margin: 0 auto 40px;
  }
  .howto-qa__ok-blc__cont dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0;
  }
  .howto-qa__ok-blc__cont dl + dl {
    margin-top: 25px;
  }
  .howto-qa__ok-blc__cont dt {
    width: 40%;
    max-width: 175px;
    margin-right: 20px;
  }
  .howto-qa__ok-blc__cont img {
    position: static;
  }
  .howto-qa__ok-blc__cont dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
  }
  .howto-qa__ng-blc__ttl {
    margin-bottom: 0;
  }
  .howto-qa__ng-blc__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding-top: 10px;
  }
  .howto-qa__ng-blc__cont dl {
    width: 100%;
    min-width: 140px;
    margin: 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .howto-qa__ng-blc__cont dt {
    width: 110px;
    height: 100px;
  }
  .howto-qa__ng-blc__cont dd {
    padding-top: 10px;
  }
  .howto-qa__ng-blc__cont img {
    width: auto;
    max-width: 100%;
    bottom: auto;
  }
  .howto-qa__ng-blc p {
    text-align: left;
  }
  .howto-qa__ng-blc em {
    text-align: left;
    height: auto;
    margin-bottom: 0.8em;
  }
  .howto-qa__bnr {
    margin-bottom: 50px;
    width: 309px;
  }
  .howto-qa__bnr img {
    width: 100%;
  }
  .howto-qa__list {
    display: block;
    padding: 0 20px;
  }
  .howto-qa__list__blc {
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
  }
  .howto-qa__list__blc:nth-last-of-type(-n+2) {
    margin-bottom: 30px;
  }
  .howto-qa__list__blc:last-of-type {
    margin-bottom: 0;
  }
  .howto-qa__list__blc img {
    width: 100%;
    margin-bottom: 15px;
  }
  .howto-qa__list__ttl {
    font-size: 1.0714285714rem;
  }
  .howto-qa__list__link {
    margin-top: 0.5em;
  }
  .howto-qa__list__wide-blc {
    width: 100%;
  }
  .howto-qa__list__wide-blc--ph {
    width: 100%;
  }
  .howto-qa__list__wide-blc--ph:first-of-type {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .howto-qa__list__wide-blc--ph:first-of-type::after {
    border-color: #666666 transparent transparent transparent;
    display: inline-block;
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    bottom: -30px;
    margin: auto;
  }
  .howto-qa__list__prd {
    top: -80px;
  }
  .howto-qa__list__prd img {
    width: 90px;
  }
  .howto-qa__list__spe {
    padding: 5px 20px 25px;
  }
  .howto-qa__list__spe-ttl {
    margin-bottom: 10px;
  }
  .howto-qa__myblock {
    margin-top: 50px;
    padding: 40px 20px;
  }
  .howto-qa__myblock__ttl {
    font-size: 1.4285714286rem;
  }
  .howto-qa__myblock__list {
    display: block;
    margin-top: 0;
  }
  .howto-qa__myblock__list li {
    width: 75%;
    margin: 0 auto 15px;
  }
  .howto-qa__myblock__list li em {
    font-size: 1.0714285714rem;
  }
  .howto-qa__myblock__list li p {
    font-size: 1rem;
    line-height: 1.8;
  }
  .howto-qa__myblock__list li img {
    display: block;
    margin: 0 auto;
    width: 180px;
  }
  .howto-qa__hrz {
    display: block;
    padding: 5px 0 0;
  }
  .howto-qa__hrz__ph {
    margin-left: 0;
    padding: 0 20px;
  }
  .howto-qa__hrz__ph img {
    width: 100%;
  }
  .howto-qa .linkbox__text--reverse {
    padding-top: 20px;
  }
  .howto-qa .linkbox__ttl__txt--reverse {
    text-align: left;
  }
  .howto-qa:not(.linkbox) .linkbox {
    padding: 40px 0 0;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
howto-nav
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.howto-nav {
  padding: 120px 20px 145px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.howto-nav li {
  width: 570px;
  margin-bottom: 52px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.howto-nav li:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}
.howto-nav a {
  display: block;
  padding: 40px 30px 55px;
  height: 100%;
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.howto-nav a::before {
  z-index: -1;
  position: absolute;
  content: "";
  right: -10px;
  top: 10px;
  background-image: url(../img/common/gray_shadow.jpg);
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.howto-nav__arw {
  width: 50px;
  height: 50px;
  display: block;
  background: #ffea00;
  position: absolute;
  bottom: -25px;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 50%;
}
.howto-nav__arw::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-width: 0 1px 1px 0;
  border-color: #333333;
  border-style: solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 0;
  left: 0;
  bottom: 22px;
  margin: auto;
}
.howto-nav .howto-ttl {
  width: 470px;
  margin-bottom: 37px;
  padding: 34px 30px;
  font-size: 1.5714285714rem;
}
.howto-nav .howto-ttl::before {
  width: 16px;
  height: 16px;
}
.howto-nav__ph {
  height: 275px;
}
.howto-nav__txt {
  line-height: 2.2;
}
.howto-nav__txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(255, 234, 0, 0.4)));
  background: linear-gradient(transparent 70%, rgba(255, 234, 0, 0.4) 70%);
  font-size: 1.5714285714rem;
}
@media screen and (min-width: 769px) {
  .howto-nav a:hover::before {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .howto-nav {
    padding: 40px 20px;
    display: block;
  }
  .howto-nav li {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 10px;
  }
  .howto-nav li:nth-last-of-type(-n+2) {
    margin-bottom: 40px;
  }
  .howto-nav a {
    display: block;
    padding: 30px 20px 40px;
    height: 100%;
  }
  .howto-nav .howto-ttl {
    max-width: 470px;
    max-width: 100%;
    margin-bottom: 40px;
    padding: 20px;
    font-size: 1.1428571429rem;
  }
  .howto-nav__ph {
    height: auto;
    margin-bottom: 20px;
  }
  .howto-nav__ph img {
    width: auto;
    max-width: 100%;
  }
  .howto-nav__txt span {
    font-size: 1.2857142857rem;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
howto-select
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.howto-select {
  padding: 0 20px 120px;
}
.howto-select .g-button {
  margin-top: 80px;
}
.howto-select__box-lead {
  margin-bottom: 40px;
  margin-top: -12px;
  text-align: center;
  font-size: 1.1428571429rem;
  line-height: 2.2;
}
.howto-select__box-shape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
  padding: 0 20px;
}
.howto-select__box-shape__blc--both {
  width: 580px;
}
.howto-select__box-shape__blc--cold {
  width: 340px;
}
.howto-select__box-shape__ttl {
  margin-bottom: 35px;
  position: relative;
  text-align: center;
  font-size: 1.2857142857rem;
  line-height: 40px;
  background-image: url(../img/howto/select/gray_shadow.jpg);
}
.howto-select__box-shape__ttl-icons {
  height: 60px;
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 0;
}
.howto-select__box-shape__ttl-icon {
  display: inline-block;
  width: 60px;
  margin-right: 3px;
  font-size: 1.1428571429rem;
  text-align: center;
  line-height: 60px;
  font-family: "Karla", sans-serif;
  border-radius: 50%;
}
.howto-select__box-shape__ttl-icon--hot {
  background: #ffea00;
}
.howto-select__box-shape__ttl-icon--cold {
  color: #ffffff;
  background: #50c8cd;
}
.howto-select__box-shape__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.howto-select__box-shape__type {
  text-align: center;
}
.howto-select__box-shape__type h5 {
  margin-bottom: 27px;
  padding: 0 3px;
}
.howto-select__box-shape__type h5 span {
  display: inline-block;
  font-size: 1.1428571429rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 234, 0, 0.6)));
  background: linear-gradient(transparent 60%, rgba(255, 234, 0, 0.6) 60%);
}
.howto-select__box-shape__type h5 span:nth-child(2) {
  margin-left: -6px;
}
.howto-select__box-shape__type figure {
  margin-bottom: 20px;
}
.howto-select__box-shape__type-at {
  font-size: 0.9285714286rem;
  text-align: left;
}
.howto-select__box-shape__type:nth-of-type(2) {
  margin-left: 28px;
}
.howto-select__box-scene {
  margin-top: -10px;
}
.howto-select__box-scene__blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.howto-select__box-scene__blc:not(:last-of-type) {
  margin-bottom: 43px;
}
.howto-select__box-scene__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.howto-select__box-scene__txt p {
  font-size: 1.1428571429rem;
  line-height: 2.3;
}
.howto-select__box-scene__txt p + p {
  margin-top: 1.1em;
}
.howto-select__box-scene__txt a {
  display: inline-block;
  margin-top: 2em;
}
.howto-select__box-scene__ttl {
  position: relative;
  margin-bottom: 20px;
  padding-left: 43px;
}
.howto-select__box-scene__ttl span {
  display: inline-block;
  padding: 0 5px;
  font-size: 1.5714285714rem;
  letter-spacing: 0.2em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 234, 0, 0.6)));
  background: linear-gradient(transparent 60%, rgba(255, 234, 0, 0.6) 60%);
}
.howto-select__box-scene__ttl span:last-of-type {
  margin-left: -10px;
}
.howto-select__box-scene__ttl::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.howto-select__box-scene__ttl--office::before {
  background: url(../img/howto/select/office.svg) no-repeat center center/contain;
}
.howto-select__box-scene__ttl--sports::before {
  width: 27px;
  height: 25px;
  background: url(../img/howto/select/sports.svg) no-repeat center center/contain;
}
.howto-select__box-scene__ttl--reisure::before {
  width: 36px;
  height: 25px;
  background: url(../img/howto/select/reisure.svg) no-repeat center center/contain;
}
.howto-select__box-scene__ph {
  width: 245px;
  margin-left: 60px;
  text-align: center;
}
.howto-select__box-scene__ph .g-button {
  width: 100%;
  margin-top: 40px;
  padding: 15px;
  font-size: 1rem;
}
.howto-select__box-scene__ph .g-button i {
  padding-right: 60px;
}
.howto-select__box-scene__ph--office {
  padding-top: 6%;
}
.howto-select__box-scene__ph--sports {
  padding-top: 2%;
}
.howto-select__box-scene__ph--reisure {
  padding-top: 7.5%;
}
@media screen and (max-width: 768px) {
  .howto-select {
    background-image: url(../img/top/life_bg.jpg);
    padding: 0 0 60px;
  }
  .howto-select .g-button {
    margin-top: 40px;
  }
  .howto-select__box-lead {
    margin-bottom: 30px;
    text-align: left;
    font-size: 1rem;
  }
  .howto-select__box-shape {
    display: block;
    margin-bottom: 50px;
    padding: 0;
  }
  .howto-select__box-shape__blc:not(:last-child) {
    margin-bottom: 40px;
  }
  .howto-select__box-shape__blc--both {
    width: 100%;
  }
  .howto-select__box-shape__blc--cold {
    width: 100%;
  }
  .howto-select__box-shape__ttl {
    margin-bottom: 30px;
    font-size: 1rem;
    line-height: 35px;
  }
  .howto-select__box-shape__ttl-pd {
    padding-left: 60px;
  }
  .howto-select__box-shape__ttl-icons {
    height: 50px;
    left: 10px;
  }
  .howto-select__box-shape__ttl-icon {
    width: 50px;
    font-size: 0.8571428571rem;
    line-height: 50px;
  }
  .howto-select__box-shape__cont {
    display: block;
  }
  .howto-select__box-shape__type:not(:last-child) {
    margin-bottom: 30px;
  }
  .howto-select__box-shape__type h5 span {
    letter-spacing: 0.2em;
  }
  .howto-select__box-shape__type h5 span:nth-child(2) {
    margin-left: 0;
  }
  .howto-select__box-shape__type figure img {
    width: 95%;
  }
  .howto-select__box-shape__type:nth-of-type(2) {
    margin-left: 0;
  }
  .howto-select__box-scene {
    margin-top: 0;
  }
  .howto-select__box-scene__blc {
    display: block;
  }
  .howto-select__box-scene__blc:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .howto-select__box-scene__txt {
    margin-bottom: 25px;
  }
  .howto-select__box-scene__txt p {
    font-size: 1rem;
  }
  .howto-select__box-scene__ttl span {
    font-size: 1.1428571429rem;
  }
  .howto-select__box-scene__ttl span:last-of-type {
    margin-left: 0;
  }
  .howto-select__box-scene__ttl::before {
    bottom: -3px;
  }
  .howto-select__box-scene__ttl--reisure::before {
    bottom: auto;
    top: 3px;
  }
  .howto-select__box-scene__ph {
    width: 100%;
    margin-left: 0;
  }
  .howto-select__box-scene__ph img {
    width: 65%;
  }
  .howto-select__box-scene__ph .g-button {
    width: 90%;
    margin-top: 30px;
    padding: 18px;
  }
  .howto-select__box-scene__ph .g-button i {
    padding-right: 0;
  }
  .howto-select__box-scene__ph--office {
    padding-top: 0;
  }
  .howto-select__box-scene__ph--sports {
    padding-top: 0;
  }
  .howto-select__box-scene__ph--reisure {
    padding-top: 0;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spot-lead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.spot-lead {
  background: url(../img/spot/lead_bg.jpg) no-repeat center center/cover;
}
.spot-lead__inner {
  padding: 120px 20px 110px;
  text-align: center;
}
.spot-lead i {
  display: block;
  margin-bottom: 25px;
}
.spot-lead img {
  width: 170px;
}
.spot-lead__txt {
  font-size: 1.1428571429rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .spot-lead {
    background: url(../img/spot/lead_bg_sp.jpg) no-repeat center center/cover;
  }
  .spot-lead__inner {
    padding: 55px 20px 30px;
  }
  .spot-lead img {
    width: 100px;
  }
  .spot-lead__txt {
    font-size: 1rem;
    line-height: 2;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spot-step
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.spot-step {
  padding: 115px 25px 125px;
  text-align: center;
}
.spot-step__exam {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.spot-step__exam__blc {
  width: 350px;
  position: relative;
}
.spot-step__exam__blc::before {
  z-index: -1;
  position: absolute;
  content: "";
  right: -10px;
  top: 10px;
  background-image: url(../img/common/gray_shadow.jpg);
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.spot-step__exam__blc-inner {
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  border-radius: 8px;
  background: #e9ecf0;
  border: 3px solid #ffffff;
}
.spot-step__exam__blc:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 15px 20px;
  border-style: solid;
  border-color: transparent transparent transparent #666666;
  display: block;
  position: absolute;
  right: -72px;
  top: 15px;
  bottom: 0;
  margin: auto;
}
.spot-step__exam__ttl {
  margin-bottom: 17px;
  font-weight: bold;
  font-family: "Karla", sans-serif;
  font-size: 1.4285714286rem;
}
.spot-step__exam__num {
  margin-bottom: 25px;
}
.spot-step__exam__num img {
  height: 31px;
  width: auto;
}
.spot-step__exam__ph {
  margin-bottom: 25px;
}
.spot-step__exam__ph img {
  width: 100%;
}
.spot-step__exam__txt {
  font-size: 1.2857142857rem;
}
.spot-step__exam__txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(255, 234, 0, 0.4)));
  background: linear-gradient(transparent 70%, rgba(255, 234, 0, 0.4) 70%);
}
.spot-step__movie {
  max-width: 960px;
  width: 100%;
  margin: 130px auto 0;
}
.spot-step__movie::before {
  z-index: -1;
  position: absolute;
  content: "";
  right: -8px;
  top: 7px;
  background-image: url(../img/common/gray_shadow.jpg);
  width: 100%;
  height: 100%;
}
.spot-step__movie video {
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .spot-step {
    padding: 50px 25px 60px 20px;
  }
  .spot-step__exam {
    margin-top: 25px;
    display: block;
  }
  .spot-step__exam__blc {
    width: 100%;
  }
  .spot-step__exam__blc:not(:last-child) {
    margin-bottom: 60px;
  }
  .spot-step__exam__blc:not(:last-child)::after {
    border-width: 20px 15px;
    border-color: #666666 transparent transparent transparent;
    right: 0;
    left: 0;
    top: auto;
    bottom: -70px;
  }
  .spot-step__exam__blc-inner {
    padding-bottom: 30px;
    border-radius: 8px;
  }
  .spot-step__exam__ttl {
    margin-bottom: 12px;
    font-size: 1.1428571429rem;
  }
  .spot-step__exam__ph {
    margin-bottom: 20px;
  }
  .spot-step__exam__ph img {
    width: 100%;
  }
  .spot-step__exam__txt {
    font-size: 1.1428571429rem;
  }
  .spot-step__movie {
    margin: 50px auto 0;
    font-size: 0;
  }
  .spot-step__movie__wrap {
    display: block;
    width: 100%;
    height: 49.6vw;
    background: url(../img/spot/movie_thum_sp.jpg) no-repeat;
    background-size: 100%;
  }
  .spot-step__movie__wrap video {
    width: 100%;
    /*display: none;*/
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spot-search
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media all and (-ms-high-contrast: none) {
  .spot-search__condition__checks label {
    padding-top: 0.1em;
  }
}
.spot-search {
  padding-bottom: 80px;
  text-align: center;
  background: url(../img/spot/search_bg.jpg) no-repeat center center/cover;
}
.spot-search__ttl {
  padding: 24px;
  margin-bottom: 80px;
  background: #111111;
  color: #ffffff;
  font-size: 2rem;
}
.spot-search__inner {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  max-width: 1200px;
  padding: 60px 50px;
  background: #ffffff;
}
.spot-search__inner > div:not(:last-of-type) {
  padding-bottom: 40px;
  margin-bottom: 25px;
  border-bottom: 1px solid #cccccc;
}
.spot-search__sub-ttl {
  margin-bottom: 29px;
  font-size: 1.5714285714rem;
}
.spot-search__sub-ttl h4 {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(255, 234, 0, 0.4)));
  background: linear-gradient(transparent 70%, rgba(255, 234, 0, 0.4) 70%);
}
.spot-search__btn {
  font-size: 1.4285714286rem;
  width: 480px;
  margin: 0 auto;
}
.spot-search__btn input {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 14px;
  padding: 20px;
  background: none;
  font-size: 1.4285714286rem;
  color: #ffffff;
  background-color: #333333;
}
.spot-search__btn--now {
  width: 820px;
  margin: 0 auto 35px;
  padding: 20px;
}
.spot-search__btn--now i {
  display: inline-block;
  margin-right: 1em;
}
.spot-search__btn--now i::before {
  content: "";
  width: 18px;
  height: 25px;
  display: inline-block;
  background: url(../img/common/icon_pin.svg) no-repeat center center/contain;
  vertical-align: middle;
  margin: 0 1em 0 0;
}
.spot-search__btn--now img {
  width: 18px;
  height: auto;
}
.spot-search__notice {
  margin-top: 25px;
  font-size: 0.8571428571rem;
}
.spot-search__condition {
  background: url(../img/common/map_jp.png) no-repeat right center;
}
.spot-search__condition__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 860px;
  margin: 0 auto;
}
.spot-search__condition__list em {
  margin-left: 88px;
  margin-right: 10px;
  font-weight: bold;
  font-size: 1.0714285714rem;
}
.spot-search__condition__checks {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.spot-search__condition__checks label {
  display: block;
  position: relative;
  width: 160px;
  padding-left: 30px;
  margin-bottom: 15px;
  text-align: left;
}
.spot-search__condition__checks label::before {
  width: 18px;
  height: 18px;
  border: 1px solid #cccccc;
  background: #ffffff;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.spot-search__condition__checks input[type=checkbox]:checked + label::after {
  content: "";
  width: 10px;
  height: 6px;
  border-width: 0 0 3px 3px;
  border-color: #666666;
  border-style: solid;
  display: block;
  -webkit-transform: rotate(-43deg);
          transform: rotate(-43deg);
  position: absolute;
  left: 3px;
  top: 3px;
}
.spot-search input[type=text] {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  background: none;
}
.spot-search input[type=radio],
.spot-search input[type=checkbox] {
  display: none;
}
.spot-search__place__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.spot-search__place__select {
  width: 260px;
  height: 50px;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.spot-search__place__select:not(:nth-child(4n)) {
  margin-right: 20px;
}
.spot-search__place__select:nth-last-child(-n+3) {
  margin-bottom: 0;
  z-index: 1;
}
.spot-search__place__select a {
  padding: 0 20px;
  display: block;
  line-height: 50px;
  font-size: 1.1428571429rem;
  display: block;
  cursor: pointer;
  text-align: center;
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  border: 1px solid #999999;
}
.spot-search__place__select a::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-right: 1px solid #666666;
  border-bottom: 1px solid #666666;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 20px;
  margin: auto;
  pointer-events: none;
}
.spot-search__keyword__input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spot-search__keyword__input input[type=text] {
  border: 1px solid #cccccc;
  border-right: 0;
  font-size: 1.1428571429rem;
  padding: 22px 24px;
  width: 750px;
  height: 70px;
  vertical-align: middle;
}
.spot-search__keyword__input-btn {
  width: 70px;
  height: 70px;
  background: url(../img/spot/icon_loupe.svg) no-repeat center center/20px 20px, #333333;
  text-indent: -9999px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .spot-search {
    background: url(../img/spot/search_bg_sp.jpg) no-repeat center center/cover;
    padding-bottom: 50px;
  }
  .spot-search input[type=submit],
  .spot-search input[type=button] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .spot-search input[type=submit]::-webkit-search-decoration,
  .spot-search input[type=button]::-webkit-search-decoration {
    display: none;
  }
  .spot-search input[type=submit]::focus,
  .spot-search input[type=button]::focus {
    outline-offset: -2px;
  }
  .spot-search__ttl {
    padding: 15px;
    margin-bottom: 40px;
    font-size: 1.4285714286rem;
  }
  .spot-search__inner {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 40px 20px;
  }
  .spot-search__inner > div:not(:last-of-type) {
    padding-bottom: 30px;
  }
  .spot-search__sub-ttl {
    margin-bottom: 24px;
    font-size: 1.4285714286rem;
    font-weight: bold;
  }
  .spot-search__btn {
    font-size: 1.1428571429rem;
    font-weight: bold;
    width: 100%;
  }
  .spot-search__btn input {
    padding: 16px;
    font-size: 1.1428571429rem;
  }
  .spot-search__btn--now {
    margin: 0 auto 20px;
  }
  .spot-search__notice {
    margin-top: 20px;
    font-size: 0.7857142857rem;
    text-align: left;
    line-height: 1.63;
  }
  .spot-search__condition {
    background-size: 100px;
    background-position: right 50px;
  }
  .spot-search__condition__list {
    display: block;
  }
  .spot-search__condition__list em {
    margin: 0 0 15px;
    display: block;
    font-weight: bold;
    font-size: 1.0714285714rem;
    text-align: left;
  }
  .spot-search__condition__checks li {
    width: 50%;
  }
  .spot-search__condition__checks label {
    width: 100%;
    padding-left: 25px;
  }
  .spot-search__place__select {
    width: 49%;
    margin-bottom: 2vw;
    z-index: 4;
  }
  .spot-search__place__select:not(:nth-child(4n)) {
    margin-right: 2%;
  }
  .spot-search__place__select:nth-child(2n) {
    margin-right: 0;
  }
  .spot-search__place__select:nth-last-child(-n+3) {
    margin-bottom: 2vw;
  }
  .spot-search__place__select:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .spot-search__place__select:nth-child(3), .spot-search__place__select:nth-child(4) {
    z-index: 3;
  }
  .spot-search__place__select:nth-child(5), .spot-search__place__select:nth-child(6) {
    z-index: 2;
  }
  .spot-search__place__select:nth-child(7) {
    z-index: 1;
  }
  .spot-search__place__select a {
    font-size: 1rem;
    padding: 0 10px;
    text-align: left;
  }
  .spot-search__place__select a::after {
    width: 8px;
    height: 8px;
    right: 10px;
  }
  .spot-search__keyword__input input[type=text] {
    padding: 18px;
    width: calc(100% - 50px);
    height: 50px;
  }
  .spot-search__keyword__input-btn {
    width: 50px;
    height: 50px;
    background: url(../img/spot/icon_loupe.svg) no-repeat center center/20px 20px, #333333;
    text-indent: -9999px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spot-join
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.spot-join {
  margin-top: 90px;
  padding: 120px 20px 110px;
  overflow: hidden;
  background-color: #DCE9EE;
}
.spot-join__inner {
  max-width: 1200px;
  padding: 0;
}
.spot-join__blc {
  padding: 72px 0 75px;
  background: url(../img/top/life_bg.jpg);
  border: 4px solid #ffffff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .spot-join {
    margin-top: 30px;
    padding: 40px 30px 50px 20px;
  }
  .spot-join .yellowshadow {
    margin: 0;
  }
  .spot-join__blc {
    padding: 40px 20px;
    border: 2px solid #ffffff;
  }
  .spot-join__blc .g-button {
    width: 90%;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
shop-list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.shop-list__result {
  margin-bottom: 34px;
  font-size: 1.2857142857rem;
}
.shop-list__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 17px;
  border-bottom: 1px solid #cccccc;
  font-size: 0.8571428571rem;
}
.shop-list__note__icon li {
  display: inline-block;
  margin-right: 2em;
}
.shop-list__note__icon * {
  vertical-align: middle;
}
.shop-list__note__icon img {
  width: 24px;
  height: 24px;
  margin-right: 0.5em;
}
.shop-list__list__blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px 20px 35px;
  border-bottom: 1px solid #cccccc;
}
.shop-list__list__blc a {
  display: block;
  width: 100%;
}
.shop-list__list__blc--cmp .shop-list__list__ph {
  display: none;
}
.shop-list__list__blc--cmp .shop-list__list__icon {
  background: url(../img/shop/icon_pot_wh.svg) no-repeat center center/contain;
}
.shop-list__list__ph {
  width: 255px;
  margin-right: 40px;
  position: relative;
}
.shop-list__list__ph::before {
  content: "";
  display: block;
  padding-top: 61.9%;
}
.shop-list__list__ph img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.shop-list__list__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: -4px;
}
.shop-list__list__ttl {
  font-size: 1.2857142857rem;
  font-weight: bold;
  margin-bottom: 7px;
}
.shop-list__list__detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
}
.shop-list__list__detail dl:last-child {
  margin-bottom: 7px;
}
.shop-list__list__detail dt {
  width: 8em;
}
.shop-list__list__detail dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.shop-list__list__detail dd a {
  display: inline-block;
  width: auto;
  color: #333333;
}
.shop-list__list__btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.shop-list__list__btm .g-button {
  margin: 0;
  padding: 15px 23px 15px 10px;
  width: 245px;
  font-size: 1rem;
}
.shop-list__list__tags {
  margin-bottom: 10px;
}
.shop-list__list__tag {
  display: inline-block;
  padding: 1px 8px;
  margin-right: 5px;
  border-style: solid;
  border-width: 1px;
  font-size: 10px;
}
.shop-list__list__tag--coffee {
  border-color: #554628;
  color: #554628;
}
.shop-list__list__tag--tea {
  border-color: #d7ae82;
  color: #d7ae82;
}
.shop-list__list__tag--jp-tea {
  border-color: #5aa564;
  color: #5aa564;
}
.shop-list__list__tag--ch-tea {
  border-color: #915a37;
  color: #915a37;
}
.shop-list__list__tag--herb {
  border-color: #78af9b;
  color: #78af9b;
}
.shop-list__list__tag--other {
  border-color: #6991a5;
  color: #6991a5;
}
.shop-list__list__icon {
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/shop/icon_pot_lb.svg) no-repeat center center/contain;
}
.shop-list__list__map-link {
  font-weight: bold;
  text-decoration: underline;
}
.shop-list__list__map-link::before, .shop-list__list__map-link::after {
  content: "";
  display: inline-block;
}
.shop-list__list__map-link::before {
  width: 12px;
  height: 16px;
  margin-right: 0.5em;
  background: url(../img/shop/icon_pin_bl.svg) no-repeat center center/contain;
  vertical-align: -2px;
}
.shop-list__list__map-link::after {
  width: 7px;
  height: 7px;
  margin-left: 0.5em;
  border-width: 1px 1px 0 0;
  border-color: #000000;
  border-style: solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.shop-list__list__img {
  width: 100%;
}
.shop-list__not-found {
  padding: 0 20px;
  margin-top: 36px;
  margin-bottom: 175px;
}
.shop-list + .articlebtns {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .shop-list__result {
    margin-bottom: 30px;
    padding: 0 20px;
    font-size: 1.1428571429rem;
  }
  .shop-list__note {
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .shop-list__note__icon li {
    margin-right: 1em;
    padding-top: 5px;
  }
  .shop-list__note__num {
    text-align: right;
  }
  .shop-list__list {
    padding: 0 20px;
  }
  .shop-list__list__blc {
    display: block;
    padding: 30px 0;
  }
  .shop-list__list__ph {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .shop-list__list__ph img {
    width: 100%;
  }
  .shop-list__list__txt {
    margin-top: 0;
  }
  .shop-list__list__ttl {
    font-size: 1rem;
  }
  .shop-list__list__btm {
    display: block;
  }
  .shop-list__list__btm .g-button {
    padding: 15px;
    margin: 0 auto;
    width: 75%;
  }
  .shop-list__list__other {
    margin-bottom: 20px;
  }
  .shop-list__list__tags {
    margin-bottom: 5px;
  }
  .shop-list__list__tag {
    display: inline-block;
    padding: 1px 8px;
    margin-right: 5px;
    margin-bottom: 5px;
    border-style: solid;
    border-width: 1px;
    font-size: 10px;
  }
  .shop-list__list__tag--coffee {
    border-color: #554628;
    color: #554628;
  }
  .shop-list__list__tag--tea {
    border-color: #d7ae82;
    color: #d7ae82;
  }
  .shop-list__list__tag--jp-tea {
    border-color: #5aa564;
    color: #5aa564;
  }
  .shop-list__list__tag--ch-tea {
    border-color: #915a37;
    color: #915a37;
  }
  .shop-list__list__tag--herb {
    border-color: #78af9b;
    color: #78af9b;
  }
  .shop-list__list__tag--other {
    border-color: #6991a5;
    color: #6991a5;
  }
  .shop-list__list__icon {
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/shop/icon_pot_lb.svg) no-repeat center center/contain;
  }
  .shop-list__list__map-link {
    font-weight: bold;
    text-decoration: underline;
  }
  .shop-list__list__map-link::before, .shop-list__list__map-link::after {
    content: "";
    display: inline-block;
  }
  .shop-list__list__map-link::before {
    width: 12px;
    height: 16px;
    margin-right: 0.5em;
    background: url(../img/shop/icon_pin_bl.svg) no-repeat center center/contain;
    vertical-align: -2px;
  }
  .shop-list__list__map-link::after {
    width: 7px;
    height: 7px;
    margin-left: 0.5em;
    border-width: 1px 1px 0 0;
    border-color: #000000;
    border-style: solid;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .shop-list__not-found {
    width: calc(100% - 40px);
    margin: 30px auto 50px;
    padding: 0 0 60px;
    border-bottom: 1px solid #cccccc;
  }
  .shop-list + .articlebtns {
    margin-bottom: 40px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
shop-nav
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.shop-nav {
  padding: 0 20px;
}
.shop-nav__tabs input[type=radio] {
  display: none;
}
.shop-nav__tabs__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 39px;
}
.shop-nav__tabs__btns input:checked + .shop-nav__tabs__btn {
  color: #000000;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(255, 234, 0, 0.4)));
  background: linear-gradient(transparent 70%, rgba(255, 234, 0, 0.4) 70%);
  pointer-events: none;
}
.shop-nav__tabs__btns #tab_hokkai:checked ~ #cont_hokkai,
.shop-nav__tabs__btns #tab_hokuriku:checked ~ #cont_hokuriku,
.shop-nav__tabs__btns #tab_kanto:checked ~ #cont_kanto,
.shop-nav__tabs__btns #tab_kinki:checked ~ #cont_kinki,
.shop-nav__tabs__btns #tab_chugoku:checked ~ #cont_chugoku,
.shop-nav__tabs__btns #tab_shikoku:checked ~ #cont_shikoku,
.shop-nav__tabs__btns #tab_kyusyu:checked ~ #cont_kyusyu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop-nav__tabs__btn {
  margin: 0 20px;
  font-size: 1.2857142857rem;
  color: #666666;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
.shop-nav__tabs__btn:hover {
  opacity: 0.6;
  cursor: pointer;
}
.shop-nav__tabs__cont {
  display: none;
  margin-top: 23px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop-nav__tabs__place {
  display: block;
  width: 90px;
  margin-right: 1px;
}
.shop-nav__tabs__place a {
  display: block;
  padding: 10px 0;
  background: #f8f8f8;
  color: #666666;
  text-align: center;
}
.shop-nav__tabs__place--none a {
  color: #cccccc;
  pointer-events: none;
}
.shop-nav__tabs__place--now a {
  background: rgba(255, 234, 0, 0.4);
  color: #000000;
  font-weight: bold;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .shop-nav {
    margin-bottom: 35px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
shop-ttl
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.shop-ttl {
  text-align: center;
  background: url(../img/common/map_jp.png) no-repeat calc(50% + 145px) 60%/100px auto;
  padding: 76px 20px 38px;
}
@media screen and (max-width: 768px) {
  .shop-ttl {
    background-position: calc(50% + 100px) 50%;
    padding: 40px 20px 30px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
shop-detail
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.shop-detail {
  margin-top: 7px;
}
.shop-detail__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 33px 20px 35px;
}
.shop-detail__cont--cmp .shop-detail__ph {
  display: none;
}
.shop-detail__cont--cmp .shop-detail__icon {
  background: url(../img/shop/icon_pot_wh.svg) no-repeat center center/contain;
}
.shop-detail__ttl {
  font-size: 1.4285714286rem;
  font-weight: bold;
  padding-bottom: 25px;
  border-bottom: 1px solid #cccccc;
}
.shop-detail__ph {
  width: 420px;
  height: auto;
  position: relative;
  margin-left: 40px;
}
.shop-detail__ph::before {
  content: "";
  display: block;
  padding-top: 61.9%;
}
.shop-detail__ph img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.shop-detail__txt-blc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.shop-detail__lead {
  font-size: 1.2857142857rem;
  font-weight: bold;
  line-height: 1.9;
}
.shop-detail__txt {
  padding-bottom: 25px;
  margin-bottom: 26px;
  font-size: 1.1428571429rem;
  border-bottom: 1px solid #cccccc;
  line-height: 1.9;
}
.shop-detail__detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
}
.shop-detail__detail dl:last-child {
  margin-bottom: 7px;
}
.shop-detail__detail dt {
  width: 8em;
}
.shop-detail__detail dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.shop-detail__detail a {
  color: #999999;
}
.shop-detail__tags {
  margin-bottom: 10px;
}
.shop-detail__tag {
  display: inline-block;
  padding: 1px 8px;
  margin-right: 5px;
  border-style: solid;
  border-width: 1px;
  font-size: 10px;
}
.shop-detail__tag--coffee {
  border-color: #554628;
  color: #554628;
}
.shop-detail__tag--tea {
  border-color: #d7ae82;
  color: #d7ae82;
}
.shop-detail__tag--jp-tea {
  border-color: #5aa564;
  color: #5aa564;
}
.shop-detail__tag--ch-tea {
  border-color: #915a37;
  color: #915a37;
}
.shop-detail__tag--herb {
  border-color: #78af9b;
  color: #78af9b;
}
.shop-detail__tag--other {
  border-color: #6991a5;
  color: #6991a5;
}
.shop-detail__icon {
  vertical-align: middle;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/shop/icon_pot_lb.svg) no-repeat center center/contain;
}
.shop-detail__map-link {
  font-weight: bold;
  text-decoration: underline;
}
.shop-detail__map-link::before, .shop-detail__map-link::after {
  content: "";
  display: inline-block;
}
.shop-detail__map-link::before {
  width: 12px;
  height: 16px;
  margin-right: 0.5em;
  background: url(../img/shop/icon_pin_bl.svg) no-repeat center center/contain;
  vertical-align: -2px;
}
.shop-detail__map-link::after {
  width: 7px;
  height: 7px;
  margin-left: 0.5em;
  border-width: 1px 1px 0 0;
  border-color: #000000;
  border-style: solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.shop-detail__map {
  padding: 0 20px 35px;
  margin-bottom: 80px;
  height: 400px;
  border-bottom: 1px solid #cccccc;
}
.shop-detail__map iframe {
  width: 100%;
  height: 400px;
  filter: saturate(30%) hue-rotate(-20deg) grayscale(50%);
  -webkit-filter: saturate(30%) hue-rotate(-20deg) grayscale(50%);
}
.shop-detail + .articlebtns {
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .shop-detail__cont {
    display: block;
    padding: 20px 20px 30px;
  }
  .shop-detail__ttl {
    width: calc(100% - 40px);
    font-size: 1.2857142857rem;
    margin: 0 auto;
    padding-bottom: 15px;
  }
  .shop-detail__ph {
    width: 100%;
    margin-left: 0;
  }
  .shop-detail__detail {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #cccccc;
  }
  .shop-detail__lead {
    font-size: 1.1428571429rem;
  }
  .shop-detail__txt {
    padding-bottom: 0;
    margin-bottom: 20px;
    font-size: 1.1428571429rem;
    border-bottom: 0;
  }
  .shop-detail__map {
    width: calc(100% - 40px);
    padding: 0 0 30px;
    margin: 0 auto 40px;
    height: 200px;
  }
  .shop-detail__map iframe {
    height: 200px;
  }
  .shop-detail + .articlebtns {
    margin-bottom: 40px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
shop-map
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.shop-map {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: calc(100vh - 90px);
}
.shop-map__not-found {
  padding: 25px 50px;
}
.shop-map__cont {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.shop-map__cont__map {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}
.shop-map .shop-list {
  width: 360px;
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: scroll;
}
.shop-map .shop-list__list {
  padding: 0 40px;
}
.shop-map .shop-list__list__blc {
  padding: 20px 0;
}
.shop-map .shop-list__list__ttl {
  font-size: 1rem;
  margin-bottom: 3px;
}
.shop-map .shop-list__list__detail {
  margin-bottom: 5px;
}
.shop-map .shop-list__list__tags {
  margin-bottom: 15px;
}
.shop-map .shop-list__list__tag {
  margin-bottom: 5px;
}
.shop-map .shop-list__map {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
  width: 320px;
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
}
.shop-map .shop-list__map .g-button {
  width: 100%;
  margin-top: 30px;
  padding: 15px;
  font-size: 1rem;
}
.shop-map .shop-list__map__close {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.shop-map .shop-list__map__close::before, .shop-map .shop-list__map__close::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #000000;
}
.shop-map .shop-list__map__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.shop-map .shop-list__map__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.shop-map .shop-list__check {
  background: #f0f3f8;
  padding: 27px 0px 20px 50px;
  display: block;
}
.shop-map .shop-list__check input[type=checkbox] {
  display: none;
}
.shop-map .shop-list__check em {
  display: block;
  margin-left: 0;
  margin-bottom: 12px;
  font-size: 1rem;
}
.shop-map .shop-list__check-boxs label {
  margin-bottom: 9px;
  width: 140px;
}
.shop-map .shop-list__check__notice {
  letter-spacing: 0;
  font-size: 0.8571428571rem;
  margin-top: 10px;
  margin-bottom: 5px;
  width: 260px;
}
.shop-map .shop-list__check--area {
  border-top: 1px solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  .shop-map {
    height: calc(100vh - 60px);
  }
  .shop-map .gm-style-iw {
    min-width: 292px !important;
  }
  .shop-map .gm-style-iw-d {
    min-width: 280px !important;
  }
  .shop-map__cont {
    width: 100%;
  }
  .shop-map__cont > .g-button {
    position: absolute;
    width: 260px;
    left: 20px;
    bottom: 30px;
    text-align: left;
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
  }
  .shop-map .shop-list {
    display: none;
  }
  .shop-map .shop-list__map {
    width: 260px;
    padding: 15px;
  }
  .shop-map .shop-list__map .g-button {
    padding-right: 30px;
    margin-top: 15px;
  }
  .shop-map .shop-list__list__tags {
    margin-bottom: 10px;
  }
  .shop-map .shop-list__list__img {
    width: 100%;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
life-ttl
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.life-ttl {
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  position: relative;
  font-size: 1.5714285714rem;
  font-weight: bold;
  text-align: center;
}
.life-ttl span {
  padding: 0 43px;
}
.life-ttl span::before, .life-ttl span::after {
  content: "";
  width: 17px;
  height: 44px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.life-ttl span::before {
  background: url(../img/life/icon_ttl_l.svg) no-repeat center center/contain;
  left: 0;
}
.life-ttl span::after {
  background: url(../img/life/icon_ttl_r.svg) no-repeat center center/contain;
  right: 0;
}
@media screen and (max-width: 768px) {
  .life-ttl {
    height: 38px;
    line-height: 38px;
    font-size: 1.2857142857rem;
  }
  .life-ttl span::before, .life-ttl span::after {
    height: 38px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
life-rank
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.life-rank {
  background-image: url(../img/top/life_bg.jpg);
}
.life-rank__inner {
  padding: 83px 25px 80px;
}
.life-rank__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
}
.life-rank__list a {
  display: block;
}
.life-rank__list__blc {
  width: 208px;
  position: relative;
  counter-increment: section;
}
.life-rank__list__blc:nth-child(1) .life-rank__list__num, .life-rank__list__blc:nth-child(2) .life-rank__list__num, .life-rank__list__blc:nth-child(3) .life-rank__list__num {
  background: url(../img/life/icon_rank.svg) no-repeat center center/contain;
  color: #333333;
  padding-top: 0.4em;
  border-radius: 0;
}
.life-rank__list__num {
  position: absolute;
  top: -18px;
  left: 10px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  color: #ffffff;
  display: block;
  width: 36px;
  height: 36px;
  background: #333333;
  z-index: 1;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
}
.life-rank__list__num::before {
  content: counter(section);
  letter-spacing: 0;
}
.life-rank__list__ph {
  width: 200px;
  height: 200px;
  margin-bottom: 17px;
  border: 4px solid #ffffff;
  position: relative;
}
.life-rank__list__ph::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.life-rank__list__ph img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.life-rank__list__ttl {
  font-size: 1.0714285714rem;
}
@media screen and (min-width: 769px) {
  .life-rank__list__blc {
    margin-right: 40px;
  }
  .life-rank__list__blc:nth-child(5) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .life-rank__inner {
    padding: 40px 0 40px 0;
  }
  .life-rank__wrap {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .life-rank__list {
    width: 185%;
    margin-top: 45px;
    padding-bottom: 10px;
  }
  .life-rank__list__blc {
    width: 18%;
    margin: 0 10px;
  }
  .life-rank__list__blc:nth-child(1) .life-rank__list__num, .life-rank__list__blc:nth-child(2) .life-rank__list__num, .life-rank__list__blc:nth-child(3) .life-rank__list__num {
    background: url(../img/life/icon_rank.svg) no-repeat center center/contain;
    color: #333333;
    padding-top: 0.4em;
    border-radius: 0;
  }
  .life-rank__list__num {
    position: absolute;
    top: -18px;
    left: 10px;
    font-size: 1.2857142857rem;
    font-weight: bold;
    color: #ffffff;
    display: block;
    width: 36px;
    height: 36px;
    background: #333333;
    z-index: 1;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
  }
  .life-rank__list__ph {
    width: 100%;
    height: auto;
    margin-bottom: 17px;
    border: 4px solid #ffffff;
    position: relative;
  }
  .life-rank__list__ph::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  .life-rank__list__ph img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .life-rank__list__ttl {
    font-size: 1rem;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
life-new
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
@media all and (-ms-high-contrast: none) {
  _:-ms-lang(x)::-ms-backdrop, .life-new__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  _:-ms-lang(x)::-ms-backdrop, .life-new__list-blc {
    width: calc(33.33% - 20px);
    margin-bottom: 30px;
  }
  _:-ms-lang(x)::-ms-backdrop, .life-new__list-blc:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  _:-ms-lang(x)::-ms-backdrop, .life-new__list {
    display: block;
  }
  _:-ms-lang(x)::-ms-backdrop, .life-new__list-blc {
    width: 100%;
    margin-bottom: 20px;
  }
  _:-ms-lang(x)::-ms-backdrop, .life-new__list-blc:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
.life-new {
  padding: 120px 20px 0;
}
.life-new__list {
  margin-top: 50px;
  margin-bottom: 85px;
  display: grid;
  grid-gap: 30px;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto auto auto auto;
}
.life-new__list.is-open {
  margin-bottom: 145px;
}
.life-new__list-blc a {
  display: block;
  height: 100%;
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.life-new__list-blc__ph {
  margin-bottom: 12px;
  position: relative;
  width: 100%;
  height: auto;
}
.life-new__list-blc__ph::before {
  content: "";
  display: block;
  padding-top: 61.87%;
}
.life-new__list-blc__ph img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.life-new__list-blc__ph--new::after {
  content: "";
  width: 79px;
  height: 66px;
  display: inline-block;
  background: url(../img/life/icon_new.png) no-repeat left top/contain;
  position: absolute;
  top: 0;
  left: 0;
}
.life-new__list-blc__ttl {
  margin-bottom: 12px;
  border-bottom: 1px dashed #999999;
  padding-bottom: 12px;
  font-size: 1.1428571429rem;
}
.life-new__list-blc__txt {
  margin-bottom: 3px;
}
.life-new .g-more {
  bottom: -178px;
  z-index: 1;
  grid-column: 1/4;
}
.life-new .g-more.link1 {
  bottom: -115px;
}
.life-new.product {
  width: 100%;
  padding: 120px 0;
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .life-new__list {
    margin-bottom: 130px;
  }
  .life-new__list-blc:first-child {
    grid-row: 1/3;
    grid-column: 1/3;
  }
  .life-new__list-blc:first-child a {
    padding: 50px;
  }
  .life-new__list-blc:first-child .life-new__list-blc__ph {
    margin-bottom: 25px;
  }
  .life-new__list-blc:first-child .life-new__list-blc__ph--new::after {
    width: 87px;
    height: 73px;
  }
  .life-new__list-blc:first-child .life-new__list-blc__ttl {
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: 0;
    font-size: 1.2857142857rem;
  }
  .life-new__list-blc:first-child .life-new__list-blc__txt {
    margin-bottom: 10px;
    font-size: 1.1428571429rem;
  }
}
@media screen and (max-width: 768px) {
  .life-new {
    padding: 50px 5px 0;
  }
  .life-new__list {
    margin-top: 30px;
    margin-bottom: 150px;
    display: block;
  }
  .life-new__list.is-open {
    margin-bottom: 150px;
  }
  .life-new__list-blc:not(:last-child) {
    margin-bottom: 20px;
  }
  .life-new__list-blc a {
    padding: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .life-new__list-blc__ttl {
    margin-bottom: 12px;
    border-bottom: 1px dashed #999999;
    padding-bottom: 12px;
    font-size: 1.1428571429rem;
  }
  .life-new__list-blc__txt {
    margin-bottom: 3px;
  }
  .life-new .g-more {
    bottom: -115px;
    z-index: 1;
    grid-column: 1/4;
  }
  .life-new .g-more.link1 {
    bottom: -115px;
  }
  .life-new.product {
    padding: 40px 0;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
life-sns
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.life-sns__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0 60px;
}
.life-sns__icon-fa, .life-sns__icon-tw, .life-sns__icon-li {
  margin: 0 20px;
}
.life-sns__icon-fa img, .life-sns__icon-tw img, .life-sns__icon-li img {
  width: 31px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .life-sns__icon {
    margin: 30px 0 40px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
life-detail
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.life-detail .product {
  margin-top: 0;
}
.life-detail .artkv__txt__cont {
  padding: 0 170px;
}
.life-detail .artkv__txt__cont h3 {
  font-weight: bold;
  font-size: 1.1428571429rem;
  padding-top: 20px;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #cccccc;
}
.life-detail .artkv__txt__cont p {
  line-height: 1.8;
}
.life-detail__h2__ttl {
  font-size: 1.5714285714rem;
  font-weight: bold;
}
.life-detail__h2__lead {
  font-size: 1.1428571429rem;
  line-height: 2.2;
  margin-top: 15px;
  margin-bottom: 10px;
}
.life-detail__cont {
  margin-bottom: 60px;
}
.life-detail__cont h3 {
  font-size: 1.2857142857rem;
  font-weight: bold;
  margin-top: 20px;
}
.life-detail__cont p {
  font-size: 1.1428571429rem;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .life-detail {
    margin-top: 75px;
  }
  .life-detail__h2 {
    padding: 0 130px;
  }
  .life-detail .life-rank {
    margin-top: 120px;
  }
  .life-detail__column01 {
    margin-top: 60px;
    padding: 0 170px;
  }
  .life-detail__column01__inner img {
    margin-top: 20px;
    max-width: 100%;
  }
  .life-detail__column02 {
    padding: 0 170px;
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .life-detail__column02__inner {
    width: 380px;
  }
  .life-detail__column02__inner img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .life-detail .life-rank {
    margin-top: 40px;
  }
  .life-detail .artkv__txt__cont {
    padding: 0 20px;
  }
  .life-detail .artkv__txt__cont h3 {
    padding-top: 0;
  }
  .life-detail .artkv__txt--column {
    padding-bottom: 30px;
  }
  .life-detail__h2 {
    padding: 30px 20px 0;
  }
  .life-detail__h2__ttl {
    font-size: 1.1428571429rem;
  }
  .life-detail__h2__lead {
    font-size: 1rem;
  }
  .life-detail__column01, .life-detail__column02 {
    margin-top: 40px;
    padding: 0 20px;
  }
  .life-detail__column01 img, .life-detail__column02 img {
    width: 100%;
  }
  .life-detail__column01__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .life-detail__column02__inner {
    margin-top: 40px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
about-lead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.about-lead {
  z-index: 1;
}
.about-lead__text--ttl {
  line-height: 1.8;
  letter-spacing: 0.5rem;
}
.about-lead__text--ttl span {
  font-family: "Karla", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .about-lead__inner {
    margin-top: 120px;
    margin-bottom: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: calc((100% - 1300px) / 2);
  }
  .about-lead__inner:nth-child(2) {
    margin-right: calc((100% - 1300px) / 2);
    margin-left: 0;
  }
  .about-lead__text {
    min-width: 540px;
    font-size: 1.1428571429rem;
    line-height: 2.3;
    padding-left: 45px;
    margin-top: -1.8rem;
  }
  .about-lead__text--ttl {
    font-size: 2.4285714286rem;
    margin-bottom: 55px;
  }
  .about-lead__text--ttl span {
    font-size: 2.8571428571rem;
  }
  .about-lead__text--txt + .about-lead__text--txt {
    margin-top: 35px;
  }
  .about-lead__ph {
    width: 100%;
  }
  .about-lead__ph img {
    width: 100%;
  }
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  .about-lead__inner {
    margin-left: calc((100% - 1240px) / 2);
  }
  .about-lead__inner:nth-child(2) {
    margin-right: calc((100% - 1240px) / 2);
  }
  .about-lead__text {
    width: auto;
    font-size: 1rem;
    line-height: 2;
    padding: 20px;
  }
  .about-lead__text--txt + .about-lead__text--txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about-lead__text--ttl {
    line-height: 1.8;
    letter-spacing: 0.2rem;
  }
  .about-lead__inner {
    margin: 40px 20px 45px;
  }
  .about-lead__inner img {
    width: 100%;
  }
  .about-lead__text {
    font-size: 1rem;
    line-height: 1.8;
  }
  .about-lead__text--ttl {
    font-size: 1.2142857143rem;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .about-lead__text--txt {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
about-merit
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.about-merit {
  margin-bottom: 120px;
}
.about-merit .merit-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1800px;
  margin: 0 auto;
  padding-top: 75px;
}
.about-merit .merit-nav__btn {
  width: 26.1%;
}
.about-merit .merit-nav__btn img {
  width: 100%;
}
.about-merit .merit-detail:nth-of-type(1) {
  margin-top: 105px;
}
.about-merit .merit-detail:not(:nth-of-type(1)) {
  margin-top: 80px;
}
.about-merit .merit-detail.linkbox:nth-of-type(1) {
  margin-top: 0;
}
.about-merit .merit-detail .grayblock__text__txt {
  line-height: 2.2;
  letter-spacing: 0.11em;
}
.about-merit .merit-detail__ttl__num {
  display: block;
  margin-bottom: 15px;
  padding-top: 5px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  font-family: "Karla", sans-serif;
}
.about-merit .merit-detail__ttl__num img {
  margin-left: 1em;
  display: inline-block;
}
.about-merit .merit-detail__ttl__txt {
  display: block;
  margin-bottom: 30px;
  font-size: 2.8571428571rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-family: "Karla", sans-serif;
}
.about-merit .merit-detail__ttl__copy {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.about-merit .merit-detail__ttl__copy span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffffff));
  background: linear-gradient(transparent 70%, #ffffff 70%);
  padding-left: 0.5em;
}
.about-merit .merit-detail__box {
  width: 558px;
  padding: 50px 50px 60px;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.about-merit .merit-detail__box__ttl {
  font-size: 1.5714285714rem;
  font-weight: 500;
}
.about-merit .merit-detail__box .g-button {
  font-size: 1.2857142857rem;
}
.about-merit .merit-detail__box .g-button--left {
  width: auto;
  min-width: 320px;
  display: inline-block;
  padding: 18px 80px 18px 30px;
  text-align: left;
}
.about-merit .merit-detail__ph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-merit .merit-detail__ph .grayblock__ph--note02 {
  width: 320px;
}
.about-merit .merit-detail .merit__movie {
  width: 760px;
  margin-right: 240px;
}
.about-merit .merit-detail .merit__movie .yellowshadow {
  margin-bottom: 0;
}
.about-merit .merit-detail .merit__movie .yellowshadow::before {
  top: 5px;
}
.about-merit .merit-detail .merit__movie video {
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .about-merit {
    margin-bottom: 0;
  }
  .about-merit .merit-nav {
    display: block;
    padding: 30px 20px 0;
  }
  .about-merit .merit-nav__btn {
    width: 100%;
  }
  .about-merit .merit-detail {
    padding-top: 100px;
    margin-bottom: 48px;
  }
  .about-merit .merit-detail .grayblock__inner:nth-of-type(1) {
    margin-top: -30px;
  }
  .about-merit .merit-detail:nth-of-type(1) {
    margin-top: 50px;
  }
  .about-merit .merit-detail:not(:nth-of-type(1)) {
    margin-top: 60px;
  }
  .about-merit .merit-detail.linkbox:nth-of-type(1) {
    padding-bottom: 10px;
    margin-bottom: 50px;
  }
  .about-merit .merit-detail__ttl__num {
    padding-top: 0;
    font-size: 1.2857142857rem;
  }
  .about-merit .merit-detail__ttl__num img {
    width: auto;
    height: 1.5em;
  }
  .about-merit .merit-detail__ttl__txt {
    margin-bottom: 10px;
    font-size: 2rem;
  }
  .about-merit .merit-detail__ttl__copy {
    margin-bottom: 20px;
    font-size: 1.4285714286rem;
  }
  .about-merit .merit-detail__box {
    width: 90%;
    padding: 30px;
    margin: -50px 0 0 10%;
    position: relative;
    text-align: left;
  }
  .about-merit .merit-detail__box__ttl {
    font-size: 1.1428571429rem;
  }
  .about-merit .merit-detail__box .g-button {
    width: 100%;
    font-size: 1rem;
    text-align: left;
    padding: 14px 55px 14px 15px;
  }
  .about-merit .merit-detail__box .g-button--left {
    width: 100%;
    min-width: auto;
    padding: 14px 55px 14px 15px;
  }
  .about-merit .merit-detail__ph {
    display: block;
  }
  .about-merit .merit-detail__ph__img {
    width: 70%;
  }
  .about-merit .merit-detail__ph__img:first-child {
    margin-bottom: 50px;
  }
  .about-merit .merit-detail__ph__img:last-child {
    margin-left: 30%;
  }
  .about-merit .merit-detail__ph--left .merit-detail__ph__img {
    margin-left: 0;
  }
  .about-merit .merit-detail__ph .grayblock__ph--note02 {
    width: auto;
  }
  .about-merit .merit-detail .merit__movie {
    width: auto;
    margin-right: 0;
  }
  .about-merit .merit-detail .merit__movie .yellowshadow {
    margin-bottom: 20px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
relay-detail
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.relay-detail .articlebtns {
  margin-top: 60px;
}
.relay-detail__lead {
  margin: 45px auto 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #cccccc;
}
.relay-detail__lead--ttl {
  font-size: 1.4285714286rem;
  font-weight: bold;
}
.relay-detail__lead--txt {
  margin-top: 15px;
  font-size: 1.2857142857rem;
}
.relay-detail__bloc {
  font-size: 1.1428571429rem;
}
.relay-detail__bloc__inner {
  border-bottom: 1px solid #cccccc;
}
.relay-detail__bloc__box h5, .relay-detail__bloc__menu h5 {
  font-weight: bold;
  margin-bottom: 10px;
}
.relay-detail__bloc__box p, .relay-detail__bloc__menu p {
  line-height: 1.9;
}
.relay-detail__bloc__box--txt dl, .relay-detail__bloc__menu--txt dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.8;
}
.relay-detail__bloc__box--txt dt, .relay-detail__bloc__menu--txt dt {
  width: 60%;
}
.relay-detail__bloc__box--txt dd, .relay-detail__bloc__menu--txt dd {
  width: 35%;
  margin-left: 10px;
  text-align: right;
}
.relay-detail__bloc__box--txt dd span, .relay-detail__bloc__menu--txt dd span {
  font-size: 0.9285714286rem;
}
.relay-detail__bloc__box--ph p, .relay-detail__bloc__menu--ph p {
  margin-top: 10px;
  font-size: 0.9285714286rem;
}
.relay-detail__bloc__menu {
  background-image: url(../img/common/spcolumn_bg.jpg);
  padding: 40px;
}
.relay-detail__bloc__menu--note {
  font-size: 1rem;
}
@media screen and (min-width: 769px) {
  .relay-detail {
    margin: 75px auto 100px;
  }
  .relay-detail__bloc {
    padding: 0 20px;
  }
  .relay-detail__bloc__inner {
    padding-bottom: 60px;
  }
  .relay-detail__bloc__box, .relay-detail__bloc__menu {
    margin: 40px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .relay-detail__bloc__box--txt dl, .relay-detail__bloc__menu--txt dl {
    width: 540px;
  }
  .relay-detail__bloc__box--ph, .relay-detail__bloc__menu--ph {
    margin-left: 60px;
    width: 420px;
  }
  .relay-detail__bloc__box--ph figure, .relay-detail__bloc__menu--ph figure {
    width: 420px;
    height: 260px;
    overflow: hidden;
  }
  .relay-detail__bloc__box--ph img, .relay-detail__bloc__menu--ph img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
  }
  .relay-detail__bloc__menu--ph {
    width: 320px;
  }
  .relay-detail__bloc__menu--ph figure {
    width: 320px;
    height: 198px;
  }
}
@media screen and (max-width: 768px) {
  .relay-detail {
    padding: 40px 20px 20px;
  }
  .relay-detail__bloc__inner {
    padding-bottom: 30px;
  }
  .relay-detail__bloc__box, .relay-detail__bloc__menu {
    margin-top: 30px;
    display: block;
  }
  .relay-detail__bloc__box--ph, .relay-detail__bloc__menu--ph {
    margin-top: 30px;
  }
  .relay-detail__bloc__box--ph img, .relay-detail__bloc__menu--ph img {
    width: 100%;
  }
  .relay-detail__bloc__menu {
    padding: 30px 20px 20px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
join-cont
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.join-cont {
  padding: 0 20px 100px;
}
.join-cont .g-button {
  width: 380px;
  margin-top: 80px;
}
.join-cont__box {
  position: relative;
  padding-bottom: 70px;
}
.join-cont__box + .join-cont__box {
  margin-top: 100px;
}
.join-cont__box__chara {
  position: absolute;
  right: 20px;
  top: -46px;
}
.join-cont__box__chara img {
  width: 78px;
  height: auto;
}
.join-cont__ttl {
  margin-bottom: 30px;
  text-align: center;
}
.join-cont__ttl span {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 0 3px 3px;
  font-size: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(63%, transparent), color-stop(63%, rgba(255, 234, 0, 0.4)));
  background: linear-gradient(transparent 63%, rgba(255, 234, 0, 0.4) 63%);
}
.join-cont__ttl span:not(:first-of-type) {
  margin-left: -6px;
}
.join-cont__lead {
  margin-bottom: 45px;
  line-height: 1.8;
  text-align: center;
  font-size: 1.2857142857rem;
}
.join-cont__lead a {
  text-decoration: underline;
}
.join-cont__subttl {
  margin-bottom: 32px;
  text-align: center;
}
.join-cont__subttl span {
  display: inline-block;
  position: relative;
  padding: 0 2.9em;
  font-size: 1.7142857143rem;
}
.join-cont__subttl span::before, .join-cont__subttl span::after {
  content: "";
  display: block;
  width: 1.7em;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #000000;
}
.join-cont__subttl span::before {
  left: 0;
}
.join-cont__subttl span::after {
  right: 0;
}
.join-cont__flow {
  margin-bottom: 35px;
}
.join-cont__flow__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.join-cont__flow__blc {
  position: relative;
  width: 300px;
  letter-spacing: 0.05em;
}
.join-cont__flow__blc:not(:nth-of-type(3n)):not(:last-of-type) {
  margin-right: 70px;
}
.join-cont__flow__blc:not(:nth-of-type(3n)):not(:last-of-type)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 165px;
  right: -65px;
  border-style: solid;
  border-color: transparent transparent transparent #666;
  border-width: 15px 20px;
}
.join-cont__flow__blc:not(:nth-last-of-type(-n+2)) {
  margin-bottom: 47px;
}
.join-cont__flow__blc figure {
  margin-bottom: 15px;
}
.join-cont__flow__blc figure img {
  width: 100%;
}
.join-cont__flow__step {
  margin-bottom: 26px;
  text-align: center;
}
.join-cont__flow__step span {
  display: block;
  margin-bottom: 15px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  font-family: "Karla", sans-serif;
  letter-spacing: 0.2em;
}
.join-cont__flow__ttl {
  text-align: center;
  margin-bottom: 10px;
}
.join-cont__flow__ttl span {
  display: inline-block;
  padding: 0 3px 1px;
  font-size: 1.2857142857rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 234, 0, 0.4)));
  background: linear-gradient(transparent 60%, rgba(255, 234, 0, 0.4) 60%);
}
.join-cont__flow__lead {
  margin-bottom: 8px;
  text-align: center;
  line-height: 1.8;
}
.join-cont__flow__txt {
  font-size: 0.9285714286rem;
}
.join-cont__flow__txt a {
  text-decoration: underline;
}
.join-cont__flow__desc {
  font-size: 0.9285714286rem;
}
.join-cont__flow__circle {
  width: 205px;
  height: 205px;
  margin: 0 auto 15px;
  padding: 30px 0;
  text-align: center;
  background: rgba(255, 234, 0, 0.4);
  border-radius: 50%;
}
.join-cont__flow__circle-ttl {
  margin-top: -13px;
}
.join-cont__flow__circle-ttl span {
  display: inline-block;
  padding: 0 3px;
  height: 1.4em;
  font-size: 1.2857142857rem;
  letter-spacing: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ffffff));
  background: linear-gradient(transparent 80%, #ffffff 80%);
}
.join-cont__flow__circle-ttl span:first-of-type {
  margin-bottom: 5px;
}
.join-cont__ng {
  margin-bottom: 67px;
}
.join-cont__ng__ttl {
  letter-spacing: 0;
  display: block;
  position: relative;
  max-width: 740px;
  width: 100%;
  margin: 0 auto 25px;
  padding: 15px;
  padding-left: 70px;
  border-radius: 30px;
  color: #ffffff;
  font-size: 1.4285714286rem;
  background: #666666;
}
.join-cont__ng__ttl::before {
  content: "";
  width: 29px;
  height: 29px;
  display: block;
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/howto/icon_ng.svg) no-repeat center center/contain;
}
.join-cont__ng__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 46px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333333;
  text-align: center;
  letter-spacing: 0;
}
.join-cont__ng__wrap dl {
  width: 160px;
  margin: 0 8px;
}
.join-cont__ng__wrap dt {
  height: 141px;
  position: relative;
}
.join-cont__ng__wrap p {
  padding: 0 10px;
  font-size: 0.8571428571rem;
}
.join-cont__ng__wrap img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.join-cont__ng__wrap em {
  display: block;
  min-height: 3.5em;
  font-weight: bold;
  font-size: 1rem;
}
.join-cont__btm-box {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  padding: 2px;
  background-image: url(../img/join/bg_frame.jpg);
}
.join-cont__btm-box--no-bdr {
  background-image: none;
}
.join-cont__btm-box__inner {
  padding: 38px;
  background: #ffffff;
}
.join-cont__btm-box__inner--eco {
  padding: 30px;
}
.join-cont__btm-box__inner--promise {
  padding: 30px 45px;
}
.join-cont__btm-box__ttl {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  top: -15px;
}
.join-cont__btm-box__ttl span {
  display: inline-block;
  padding: 0 1.2em;
  font-size: 1.5714285714rem;
  background: #ffffff;
}
.join-cont__btm-box__txt {
  font-size: 1.1428571429rem;
  line-height: 2;
}
.join-cont__btm-box__point {
  margin-top: 1em;
}
.join-cont__btm-box__point em {
  display: inline-block;
  padding: 2px 0.5em;
  margin-bottom: 0.6em;
  background: rgba(255, 234, 0, 0.4);
}
.join-cont__btm-box__hrz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.join-cont__btm-box__hrz-ph {
  margin-right: 60px;
}
.join-cont__btm-box__hrz-ph img {
  margin-left: 12%;
}
.join-cont__btm-box__hrz-ph--eco {
  margin-left: 34px;
}
.join-cont__btm-box__hrz-ph--eco img {
  width: 80px;
}
.join-cont__btm-box__hrz-txt {
  letter-spacing: 0.05em;
  max-width: 580px;
}
.join-cont__btm-box__list {
  margin: 1.3em 0 0 17%;
  font-size: 1.1428571429rem;
  line-height: 2;
}
.join-cont__btm-box__list li {
  padding-left: 1em;
  text-indent: -1.5em;
}
.join-cont__btm-box__list-at {
  margin: 1.4em 0 0 18%;
  font-size: 0.9285714286rem;
}
.join-cont__btm-box__list-at li {
  text-indent: -1em;
}
.join-cont__btm-box .g-button {
  margin-top: 2.4em;
  width: 465px;
  margin-bottom: 10px;
}
.join-cont__btm-box .g-button + .g-button {
  margin-top: 20px;
}
.join-cont__btm-box .g-button:first-of-type {
  padding-right: 90px;
}
.join-cont__thum {
  margin-bottom: 54px;
  margin-top: -10px;
  text-align: center;
}
.join-cont__other {
  margin-bottom: 60px;
}
.join-cont__other__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 860px;
  margin: -5px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.join-cont__other__blc {
  width: 410px;
}
.join-cont__other__ttl {
  margin-bottom: 13px;
}
.join-cont__other__ttl span {
  display: inline-block;
  padding: 0 3px 1px;
  font-size: 1.2857142857rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 234, 0, 0.4)));
  background: linear-gradient(transparent 60%, rgba(255, 234, 0, 0.4) 60%);
}
.join-cont__other__ttl span:not(:first-of-type) {
  margin-left: -6px;
}
.join-cont__other__txt {
  margin-bottom: 0.8em;
  line-height: 1.75;
}
.join-cont__other__txt li {
  padding-left: 1em;
  text-indent: -1em;
}
.join-cont__other__txt a {
  text-decoration: underline;
}
.join-cont__other__at {
  font-size: 0.8571428571rem;
}
.join-cont__join {
  margin-bottom: 44px;
}
.join-cont__join__wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.join-cont__join__blc {
  width: 245px;
}
.join-cont__join__blc:not(:nth-of-type(3n)):not(:last-of-type) {
  margin-right: 95px;
}
.join-cont__join__blc:not(:nth-of-type(3n)):not(:last-of-type)::after {
  top: 85px;
  right: -75px;
}
.join-cont__join__step span {
  margin-bottom: 10px;
}
.join-cont .howto-qa__ng-blc__cont em {
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .join-cont__btm-box__hrz {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .join-cont__btm-box--no-bdr .join-cont__btm-box__txt {
    width: 540px;
  }
  .join-cont__btm-box--no-bdr .join-cont__btm-box__hrz {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .join-cont__thum img {
    width: 860px;
  }
  .join-cont__other__blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
  .join-cont__other__blc img {
    width: 410px;
    margin-right: 35px;
  }
  .join-cont__other__blc__txts {
    width: 410px;
  }
  .join-cont .howto-qa__ng-blc__cont dl {
    width: 150px;
    margin: 0 20px;
    display: block;
  }
  .join-cont .howto-qa__ng-blc__cont dd {
    padding-top: 12px;
  }
  .join-cont .howto-qa__ng-blc__cont p {
    font-size: 0.8571428571rem;
    text-align: center;
  }
  .join-cont .howto-qa__ng-blc__cont em {
    text-align: center;
    display: block;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .join-cont {
    padding: 0 0 60px;
  }
  .join-cont .g-button {
    width: 75%;
    margin-top: 40px;
  }
  .join-cont .markerh2 {
    padding-top: 35px;
    margin-bottom: 50px;
  }
  .join-cont__box {
    padding: 25px 15px 40px;
  }
  .join-cont__box + .join-cont__box {
    margin-top: 50px;
  }
  .join-cont__ttl {
    margin-bottom: 25px;
  }
  .join-cont__ttl span {
    font-size: 1.3571428571rem;
  }
  .join-cont__ttl span:not(:first-of-type) {
    margin-left: 0;
    margin-top: 3px;
  }
  .join-cont__lead {
    margin-bottom: 35px;
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
  .join-cont__subttl {
    margin-bottom: 32px;
    text-align: center;
  }
  .join-cont__subttl span {
    padding: 0 2.5em;
    font-size: 1.2142857143rem;
  }
  .join-cont__subttl span::before, .join-cont__subttl span::after {
    width: 1.5em;
  }
  .join-cont__flow {
    margin-bottom: 35px;
  }
  .join-cont__flow__wrap {
    display: block;
  }
  .join-cont__flow__blc {
    width: 100%;
  }
  .join-cont__flow__blc:not(:nth-of-type(3n)):not(:last-of-type) {
    margin-right: 0;
  }
  .join-cont__flow__blc:not(:nth-of-type(3n)):not(:last-of-type)::after {
    display: none;
  }
  .join-cont__flow__blc:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 80px;
  }
  .join-cont__flow__blc:not(:last-of-type) {
    margin-bottom: 90px;
  }
  .join-cont__flow__blc:not(:last-of-type)::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -75px;
    left: 0;
    right: 0;
    margin: auto;
    border-style: solid;
    border-color: #666 transparent transparent transparent;
    border-width: 20px 15px;
  }
  .join-cont__flow__lead {
    letter-spacing: 0;
  }
  .join-cont__ng {
    margin-bottom: 60px;
  }
  .join-cont__ng__ttl {
    margin-bottom: 0;
    padding-left: 60px;
    font-size: 1.0714285714rem;
    border-radius: 25px;
  }
  .join-cont__ng__ttl::before {
    width: 22px;
    height: 22px;
    left: 22px;
  }
  .join-cont__ng__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .join-cont__ng__wrap dl {
    width: 50%;
    margin: 0;
  }
  .join-cont__btm-box__inner {
    padding: 50px 15px 35px;
    background: #ffffff;
  }
  .join-cont__btm-box__inner--eco {
    padding: 50px 15px 30px;
  }
  .join-cont__btm-box__inner--promise {
    padding: 50px 15px 30px;
  }
  .join-cont__btm-box__ttl {
    top: -1.5em;
  }
  .join-cont__btm-box__ttl span {
    font-size: 1.1428571429rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .join-cont__btm-box__txt {
    font-size: 1rem;
  }
  .join-cont__btm-box__point {
    font-size: 0.9285714286rem;
  }
  .join-cont__btm-box__hrz {
    display: block;
  }
  .join-cont__btm-box__hrz-ph {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .join-cont__btm-box__hrz-ph img {
    width: 140px;
    margin-left: 0;
  }
  .join-cont__btm-box__hrz-ph--eco {
    margin-left: 0;
  }
  .join-cont__btm-box__hrz-ph--eco img {
    width: 80px;
  }
  .join-cont__btm-box__list {
    margin: 1.3em 0 0 0;
    font-size: 1rem;
  }
  .join-cont__btm-box__list li {
    padding-left: 1.5em;
  }
  .join-cont__btm-box__list-at {
    margin: 1.4em 0 0 0;
  }
  .join-cont__btm-box__list-at li {
    padding-left: 1em;
  }
  .join-cont__btm-box .g-button {
    margin-top: 2em;
    padding: 15px 18px;
    width: 100%;
    text-align: left;
  }
  .join-cont__btm-box .g-button:first-of-type {
    padding-right: 50px;
  }
  .join-cont__thum {
    margin-bottom: 40px;
    margin-top: 0;
  }
  .join-cont__thum img {
    max-width: 450px;
    width: 100%;
  }
  .join-cont__other {
    margin-bottom: 50px;
  }
  .join-cont__other__wrap {
    display: block;
  }
  .join-cont__other__blc {
    width: 100%;
  }
  .join-cont__other__blc img {
    width: 100%;
    margin-bottom: 10px;
  }
  .join-cont__other__blc:not(:last-of-type) {
    margin-bottom: 35px;
  }
  .join-cont__other__ttl {
    margin-bottom: 8px;
  }
  .join-cont__other__ttl span {
    font-size: 1rem;
    padding: 0 0 1px;
  }
  .join-cont__other__ttl span:not(:first-of-type) {
    margin-left: 0;
  }
  .join-cont__other__txt {
    margin-bottom: 0.6em;
  }
  .join-cont__join {
    margin-bottom: 50px;
  }
  .join-cont__join__blc {
    margin: 0 auto;
    width: 100%;
  }
  .join-cont__join__blc:not(:nth-of-type(3n)):not(:last-of-type) {
    margin-right: 0;
  }
  .join-cont__join__blc:not(:nth-of-type(3n)):not(:last-of-type)::after {
    top: auto;
    right: 0;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
action-loading
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.action-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #50c8cd;
  z-index: 999;
  top: 0;
  left: 0;
}
.action-loading__logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 280px;
  height: 152px;
}
.action-loading__logo::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #50c8cd;
  left: 0;
  top: 0;
  -webkit-animation: loading 0.8s cubic-bezier(0.38, 1.16, 0.95, 1.01) forwards 0.5s;
          animation: loading 0.8s cubic-bezier(0.38, 1.16, 0.95, 1.01) forwards 0.5s;
}
.action-loading__logo img {
  width: 100%;
}
.action-loading.js-loaded {
  -webkit-animation: loading 0.6s cubic-bezier(0.38, 1.16, 0.95, 1.01) forwards 1s;
          animation: loading 0.6s cubic-bezier(0.38, 1.16, 0.95, 1.01) forwards 1s;
}
@media screen and (max-width: 768px) {
  .action-loading__logo {
    width: 200px;
    height: 110px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
action-lead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.action-lead {
  background-color: #50c8cd;
  color: #ffffff;
  z-index: 1;
}
.action-lead__ttl {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1;
}
.action-lead__goals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .action-lead__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 1200px;
    margin: 0 auto;
    height: 100svh;
  }
  .action-lead__text {
    width: 620px;
    margin-left: 120px;
  }
  .action-lead__ttl {
    font-size: 72px;
  }
  .action-lead__ph {
    margin-top: 75px;
    width: 400px;
  }
  .action-lead__ph img {
    width: 100%;
  }
  .action-lead__goals {
    margin-top: 40px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .action-lead__goals img {
    width: 80px;
  }
  .action-lead__goals img + img {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  .action-lead__inner {
    margin-left: calc((100% - 1240px) / 2);
  }
  .action-lead__inner:nth-child(2) {
    margin-right: calc((100% - 1240px) / 2);
  }
  .action-lead__text {
    width: auto;
    padding: 60px 20px;
  }
}
@media screen and (max-width: 768px) {
  .action-lead {
    padding: 56px 0 60px;
  }
  .action-lead .action-ttl {
    text-align: center;
  }
  .action-lead .action-ttl__txt {
    margin-top: 14px;
  }
  .action-lead__inner {
    padding: 0 15px;
  }
  .action-lead__ttl {
    margin-bottom: 20px;
    font-size: 40px;
    text-align: center;
  }
  .action-lead__ph {
    width: 220px;
    margin: 0 auto 12px;
  }
  .action-lead__ph img {
    width: 100%;
  }
  .action-lead__goals {
    margin-top: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .action-lead__goals img {
    width: 50px;
  }
  .action-lead__goals img + img {
    margin-left: 20px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
action-ttl
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.action-ttl [class*=__h3] {
  font-size: 5.1428571429rem;
  font-weight: 600;
  line-height: 1;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.action-ttl__h3--white {
  color: #ffffff;
}
.action-ttl__h3--green {
  color: #50c8cd;
}
.action-ttl__h3--caveat {
  display: inline-block;
  position: relative;
}
.action-ttl__h3--caveat::before {
  position: absolute;
  width: 97%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  content: "";
  height: 6px;
  background-color: #ffea00;
}
.action-ttl__h3--caveat span {
  font-family: "Karla", sans-serif;
}
.action-ttl__h3--caveat i {
  font-family: "Caveat", cursive;
  font-weight: 400;
}
.action-ttl [class*=__sub] {
  margin-top: 40px;
}
.action-ttl [class*=__sub] p span {
  font-size: 2.5714285714rem;
  padding: 4px 20px;
  display: inline-block;
}
.action-ttl [class*=__sub] p + p span {
  margin-top: 10px;
}
.action-ttl__sub--yellow p span {
  color: #000000;
  font-weight: 700;
}
.action-ttl__sub--white p span {
  color: #50c8cd;
}
.action-ttl__sub--green p span {
  font-size: 2rem;
  padding: 4px 20px;
  color: #000000;
  display: inline-block;
}
.action-ttl__sub--green p span::after {
  background-color: rgba(80, 200, 205, 0.5);
}
.action-ttl__sub--green p + p span {
  margin-top: 6px;
}
.action-ttl__sub--lightyellow p span {
  font-size: 2rem;
  padding: 4px 20px;
  color: #000000;
  display: inline-block;
}
.action-ttl__sub--lightyellow p + p span {
  margin-top: 10px;
}
.action-ttl__sub--mintyou {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.action-ttl__txt {
  font-size: 1.1428571429rem;
  font-weight: bold;
  margin-top: 30px;
  line-height: 2;
}
.action-ttl__txt--attention {
  margin-top: 20px;
  font-size: 0.9285714286rem;
}
.action-ttl__txt--attention-indent {
  margin-top: 20px;
  font-size: 0.9285714286rem;
  text-indent: -1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  .action-ttl [class*=__h3] {
    font-size: 2.8571428571rem;
  }
  .action-ttl [class*=__sub] {
    margin-top: 20px;
  }
  .action-ttl [class*=__sub] p span {
    padding: 2px 6px;
    font-size: 1.4285714286rem;
  }
  .action-ttl__sub--green p span {
    font-size: 1.2857142857rem;
  }
  .action-ttl__sub--lightyellow p span {
    font-size: 1.2857142857rem;
  }
  .action-ttl__txt {
    font-size: 1rem;
    margin-top: 20px;
    line-height: 1.8;
  }
  .action-ttl__txt--attention {
    margin-top: 10px;
    font-size: 0.7142857143rem;
  }
  .action-ttl__txt--attention-indent {
    margin-top: 10px;
    font-size: 0.7142857143rem;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
action-future
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.action-future {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
.action-future::after {
  content: "";
  position: absolute;
  top: 0;
  width: 3px;
  background: url(../img/action/history/ptn_bdr.svg) center top/3px auto repeat-y;
}
.action-future__box {
  background-color: #ffffff;
  color: #333333;
  z-index: 1;
}
.action-future__year, .action-future__ttl, .action-future__txt {
  margin-block: calc((1em - 1lh) / 2);
}
.action-future__year {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
.action-future__year::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  aspect-ratio: 1/1;
  background-color: #333333;
  border-radius: 50%;
  translate: 0 -50%;
}
.action-future__ttl, .action-future__txt {
  letter-spacing: 0.05em;
  font-weight: 700;
}
.action-future__fig::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid #F0F3F8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.action-future__fig img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .action-future {
    margin-top: 64px;
    margin-bottom: 120px;
  }
  .action-future::after {
    left: 50%;
    translate: -50% 0;
    height: calc(100% + 52px);
  }
  .action-future__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 40px;
    padding: 64px;
    border-radius: 12px;
  }
  .action-future__item {
    padding-left: 56px;
    width: 377px;
  }
  .action-future__year {
    margin-top: -8px;
    font-size: 56px;
  }
  .action-future__year::before {
    left: -56px;
    width: 20px;
  }
  .action-future__ttl {
    margin-top: 24px;
    font-size: 24px;
    line-height: 1.5em;
  }
  .action-future__txt {
    margin-top: 24px;
    font-size: 18px;
    line-height: 1.8888888889em;
  }
  .action-future__fig {
    width: 632px;
  }
  .action-future__fig::after {
    border-width: 8px;
  }
}
@media screen and (max-width: 768px) {
  .action-future {
    padding: 0 22px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .action-future::after {
    left: 30px;
    height: calc(100% + 270px);
  }
  .action-future + .action-ttl .action-ttl__sub--yellow {
    padding-left: 56px;
    text-align: left;
  }
  .action-future__box {
    margin-top: 40px;
    padding: 28px;
    border-radius: 6px;
  }
  .action-future__item {
    margin-left: auto;
    width: calc(100% - 28px);
  }
  .action-future__year {
    margin-top: -4px;
    font-size: 28px;
  }
  .action-future__year::before {
    left: -26px;
    width: 10px;
  }
  .action-future__ttl {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.75em;
  }
  .action-future__txt {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.6428571429em;
  }
  .action-future__fig {
    margin-top: 16px;
  }
  .action-future__fig::after {
    border-width: 4px;
  }
  .action-future__link {
    width: 100%;
    padding-top: 10px;
    height: 40px;
    font-size: 14px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
action-history
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.action-history {
  position: relative;
  width: 100%;
  /*========= バー表示のためのCSS ===============*/
  /*タイムライン全体の設定*/
}
.action-history.show:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../img/action/history/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
.action-history__ttl {
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.action-history .action-ttl__sub--yellow {
  text-align: center;
}
.action-history .timeline {
  /*絶対配置で線を設定*/
}
.action-history .timeline__item {
  /*線の起点とするためrelativeを設定*/
  position: relative;
  list-style: none;
  color: #fff;
  opacity: 0;
  /*タイムラインの見出し横の丸の位置と形状*/
}
.action-history .timeline__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
}
.action-history .timeline__item:last-child::after {
  top: 0;
  left: calc(50% - 16px);
  width: 32px;
  height: 32px;
}
.action-history .timeline__item.js-show + .timeline__item {
  -webkit-animation: fadeIn 2s ease forwards;
  animation: fadeIn 2s ease forwards;
}
.action-history .timeline__item--now p {
  font-weight: 800;
  line-height: 2.1;
}
.action-history .timeline .scene__year {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
}
.action-history .timeline .scene__outline p {
  line-height: 2.2;
  letter-spacing: -0.02rem;
}
.action-history .timeline .scene__outline a {
  text-decoration: underline;
}
.action-history .timeline .border-line {
  /*線の位置*/
  position: absolute;
  left: calc(50% - 2px);
  top: 0;
  width: 3px;
  height: 0;
  background: url(../img/action/history/ptn_bdr.svg) center top/3px auto repeat-y;
}
@media screen and (min-width: 769px) {
  .action-history {
    padding-top: 80px;
  }
  .action-history__ttl {
    margin-top: 24px;
    font-size: 22px;
    line-height: 2.0909090909em;
  }
  .action-history .timeline {
    width: 1200px;
    margin: 0 auto;
    padding: 44px 0 100px;
  }
  .action-history .timeline__item {
    position: relative;
  }
  .action-history .timeline__item-inner {
    width: 520px;
    position: absolute;
    top: -27px;
  }
  .action-history .timeline__item--right .timeline__item-inner {
    right: 30px;
  }
  .action-history .timeline__item--left .timeline__item-inner {
    left: 30px;
  }
  .action-history .timeline__item--left .scene__year {
    text-align: right;
  }
  .action-history .timeline__item--left .scene__outline {
    text-align: right;
  }
  .action-history .timeline__item--now {
    margin-top: 20px;
  }
  .action-history .timeline__item--now p {
    text-align: center;
    font-size: 1.5714285714rem;
  }
  .action-history .timeline__item:nth-child(8) {
    height: 450px;
  }
  .action-history .timeline__item:nth-child(8) .timeline__item-inner {
    top: -20px;
  }
  .action-history .timeline__item:nth-child(7) {
    height: 345px;
  }
  .action-history .timeline__item:nth-child(6) {
    height: 935px;
  }
  .action-history .timeline__item:nth-child(6)::after {
    display: none;
  }
  .action-history .timeline__item:nth-child(6) .scene__year {
    margin-top: 64px;
    margin-bottom: 12px;
  }
  .action-history .timeline__item:nth-child(5) {
    height: 200px;
  }
  .action-history .timeline__item:nth-child(4) {
    height: 490px;
  }
  .action-history .timeline__item:nth-child(3) {
    height: 490px;
  }
  .action-history .timeline__item:nth-child(2) {
    height: 485px;
  }
  .action-history .timeline__item:nth-child(1) {
    height: 150px;
  }
  .action-history .timeline__item:nth-child(1)::after {
    display: none;
  }
  .action-history .timeline__item:nth-child(1) .timeline__item-inner {
    top: 0;
  }
  .action-history .timeline .scene__year {
    font-size: 4rem;
    margin-bottom: 20px;
  }
  .action-history .timeline .scene__outline p {
    width: 520px;
    font-size: 1.2857142857rem;
    font-weight: 800;
    margin-bottom: 18px;
  }
  .action-history .timeline .scene__outline img {
    width: 400px;
  }
  .action-history .timeline .scene__outline + .scene__outline {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .action-history {
    padding-top: 40px;
  }
  .action-history__ttl {
    padding: 0 22px 0 56px;
    font-size: 15px;
    line-height: 1.8666666667em;
    text-align: left;
  }
  .action-history.show:after {
    background-image: url(../img/action/history/bg-sp.jpg);
  }
  .action-history .timeline {
    padding: 40px 25px 75px 15px;
  }
  .action-history .timeline__item {
    padding-bottom: 55px;
    padding-top: 50px;
  }
  .action-history .timeline__item:nth-child(2)::after {
    display: none;
  }
  .action-history .timeline__item-inner {
    padding-left: 40px;
    margin-top: -70px;
  }
  .action-history .timeline__item--now {
    margin-top: 15px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .action-history .timeline__item--now p {
    line-height: 1.7;
    font-size: 0.9285714286rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .action-history .timeline__item::after {
    top: -3px;
    left: 10px;
    width: 12px;
    height: 12px;
  }
  .action-history .timeline__item:last-child::after {
    top: -1px;
    left: 6px;
    width: 20px;
    height: 20px;
  }
  .action-history .timeline__item:last-child .timeline__item-inner {
    margin-top: -65px;
  }
  .action-history .timeline .scene__year {
    font-size: 2.5714285714rem;
    margin-bottom: 15px;
  }
  .action-history .timeline .scene__outline p {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.7;
  }
  .action-history .timeline .scene__outline img {
    width: 100%;
  }
  .action-history .timeline .scene__outline + .scene__outline {
    padding-top: 35px;
  }
  .action-history .timeline .border-line {
    left: 15px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
action-background
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.action-background .action-ttl {
  text-align: center;
}
.action-background__note {
  font-weight: 500;
  color: #333;
  letter-spacing: 0;
}
.action-background__note span,
.action-background__note i {
  display: block;
}
.action-background__note a {
  text-decoration: underline;
}
@media (hover: hover) {
  .action-background__note a:hover {
    text-decoration: none;
    opacity: 1;
  }
}
.action-background .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.action-background .slick-dots li button {
  background-color: #aaaaaa;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0px 20px;
}
.action-background .slick-dots li.slick-active button {
  background-color: #50c8cd;
}
.action-background__slider {
  padding: 0;
}
.action-background__slider__inner {
  margin: 50px auto 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 24px 5px rgba(80, 200, 205, 0.2);
          box-shadow: 0px 0px 24px 5px rgba(80, 200, 205, 0.2);
  overflow: hidden;
}
.action-background__slider__arrowarea .slick-arrow {
  background-color: #50c8cd;
}
@media screen and (min-width: 769px) {
  .action-background {
    padding-top: 100px;
  }
  .action-background__note {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.6666666667em;
  }
  .action-background__slider__inner {
    width: 1200px;
  }
  .action-background__slider__inner--li {
    width: 1200px;
    padding: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .action-background__slider__inner--li01 .action-ttl__txt--attention {
    width: 435px;
    display: block;
    margin: 10px auto 0;
    margin-right: 15px;
  }
  .action-background__slider__inner--li01 .action-ttl__txt--right {
    text-align: right;
  }
  .action-background__slider__txt {
    width: 540px;
  }
  .action-background__slider__ph {
    width: 485px;
  }
  .action-background__slider__ph img {
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-right: 0;
  }
  .action-background__slider__arrowarea .slick-arrow {
    scale: 1.36;
  }
  .action-background__slider__arrowarea .slick-arrow.slick-prev {
    left: -8px;
  }
  .action-background__slider__arrowarea .slick-arrow.slick-next {
    right: -8px;
  }
}
@media screen and (max-width: 768px) {
  .action-background {
    padding-top: 40px;
  }
  .action-background .action-ttl {
    padding: 20px;
  }
  .action-background .action-ttl__sub--green {
    margin-left: -10%;
    margin-right: -10%;
    width: 120%;
    text-align: center;
  }
  .action-background .action-ttl__sub--green span {
    padding: 4px 8px;
    font-size: 17px;
  }
  .action-background__slider__inner {
    margin: 40px 20px 0;
  }
  .action-background__slider__inner--li {
    padding: 20px 30px 80px;
  }
  .action-background__slider__ph {
    margin-top: 20px;
  }
  .action-background__slider__ph img {
    width: 100%;
    display: block;
    margin: 0 auto;
    margin-right: 0;
  }
  .action-background__slider .slick-dots {
    bottom: 30px;
  }
  .action-background__slider .slick-dots li button {
    margin: 0 15px;
  }
  .action-background__slider__arrowarea .slick-arrow.slick-prev {
    left: 5px;
  }
  .action-background__slider__arrowarea .slick-arrow.slick-next {
    right: 5px;
  }
  .action-background__note {
    margin-top: 16px;
    font-size: 10px;
    line-height: 1.5em;
  }
  .action-background__note span,
  .action-background__note i {
    padding-left: 2em;
    text-indent: -2em;
    margin-top: 8px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
action-baton
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.action-baton .action-ttl {
  text-align: center;
}
.action-baton {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 200, 205, 0)), color-stop(10%, rgba(80, 200, 205, 0.05)), to(rgba(80, 200, 205, 0.3)));
  background: linear-gradient(to bottom, rgba(80, 200, 205, 0) 0%, rgba(80, 200, 205, 0.05) 10%, rgba(80, 200, 205, 0.3) 100%);
}
.action-baton__lead__box, .action-baton__block__box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 24px 5px rgba(80, 200, 205, 0.2);
          box-shadow: 0px 0px 24px 5px rgba(80, 200, 205, 0.2);
}
.action-baton__block__box {
  counter-increment: number;
}
.action-baton__block__box::after, .action-baton__block__box::before {
  font-size: 5.1428571429rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #50c8cd;
  font-weight: 600;
  line-height: 1;
  position: absolute;
}
.action-baton__block__box::after {
  content: counter(number, decimal-leading-zero);
  top: -40px;
  left: 20px;
}
.action-baton__block__box::before {
  font-size: 1.7142857143rem;
  content: "BATON";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 22px;
  left: -55px;
}
.action-baton__block .articlebanner p {
  font-weight: 800;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.07em;
}
.action-baton__button {
  margin-left: 0;
  padding: 12px 23px 24px 7px;
  background-image: url(../img/common/btn_shadow.jpg);
  z-index: 1;
}
.action-baton__button .g-arrow {
  top: -10px;
}
.action-baton__button--shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background-color: #50c8cd;
  right: 6px;
  top: -6px;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .action-baton {
    margin-top: 100px;
    padding-bottom: 120px;
  }
  .action-baton__block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .action-baton__block__box--txt {
    width: 470px;
  }
  .action-baton__block__box--ph {
    width: 560px;
  }
  .action-baton__block__box:nth-child(even) .action-baton__block__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .action-baton__block .articlebanner {
    margin-top: 115px;
  }
  .action-baton__block .articlebanner p {
    font-size: 1.4285714286rem;
    margin-bottom: 35px;
  }
  .action-baton__lead__box, .action-baton__block__box {
    margin-top: 85px;
    padding: 60px;
  }
  .action-baton__lead__box {
    margin-top: 50px;
    padding: 80px 60px;
  }
  .action-baton__lead__ph {
    margin-bottom: 40px;
    text-align: center;
  }
  .action-baton__button::after {
    top: -6px;
    bottom: 6px;
    left: -6px;
  }
}
@media screen and (max-width: 768px) {
  .action-baton {
    margin-top: 40px;
    padding-bottom: 80px;
  }
  .action-baton .action-ttl {
    padding: 20px;
  }
  .action-baton__lead__box, .action-baton__block__box {
    margin: 60px 20px 0;
  }
  .action-baton__lead__box {
    margin-top: 20px;
    padding: 30px 20px;
  }
  .action-baton__lead__ph img {
    width: 100%;
  }
  .action-baton__block__box {
    padding: 40px 20px;
  }
  .action-baton__block__box::after {
    font-size: 4.2857142857rem;
    top: -35px;
    left: 10px;
  }
  .action-baton__block__box::before {
    font-size: 1rem;
    top: 15px;
    left: -32px;
  }
  .action-baton__block__box img {
    width: 100%;
  }
  .action-baton__block__box--ph {
    margin-top: 20px;
  }
  .action-baton__block .articlebanner p {
    font-size: 1.0714285714rem;
    margin-bottom: 28px;
  }
  .action-baton__button {
    width: 100%;
    margin: 20px auto 0;
  }
  .action-baton__button .g-arrow {
    top: -10px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
action-news
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.action-news__ttl {
  font-size: 1.2857142857rem;
  color: #50c8cd;
  font-weight: bold;
  border-bottom: 3px solid #50c8cd;
  display: inline-block;
  padding-bottom: 4px;
}
.action-news__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.action-news__li--day {
  font-size: 0.8571428571rem;
  margin-top: 20px;
}
.action-news__li--ttl {
  min-height: 4.5em;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
.action-news__li--a {
  text-align: right;
}
@media screen and (min-width: 769px) {
  .action-news {
    margin-top: 60px;
  }
  .action-news__li {
    width: 250px;
    margin-right: 30px;
  }
  .action-news__li--ph {
    position: relative;
    width: 246px;
    height: 153px;
  }
  .action-news__li--ph img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .action-news__li--ph img::before {
    content: "";
    display: block;
    padding-top: 61.93%;
  }
}
@media screen and (max-width: 768px) {
  .action-news {
    margin-top: 30px;
  }
  .action-news__ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  .action-news__li {
    width: 48%;
    margin-bottom: 20px;
  }
  .action-news__li--ph {
    width: 100%;
    height: 120px;
  }
  .action-news__li--ph img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .action-news__li--ph img::before {
    content: "";
    display: block;
    padding-top: 61.93%;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
action-spcolumn
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.action-spcolumn + .product {
  margin-top: 0;
}
.action-spcolumn {
  background-image: url(../img/common/spcolumn_bg.jpg);
}
.action-spcolumn .action-ttl {
  text-align: center;
}
.action-spcolumn__li--ph img {
  border: 4px solid #ffffff;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.action-spcolumn__li--num {
  margin-top: 20px;
  padding: 3px 10px;
  background-color: #ffea00;
  display: inline-block;
  font-weight: bold;
  font-family: "Karla", sans-serif;
}
.action-spcolumn__li--ttl {
  margin-top: 15px;
  font-weight: bold;
  min-height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.action-spcolumn__li--name {
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .action-spcolumn {
    padding: 100px 0 60px;
  }
  .action-spcolumn__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 140px;
  }
  .action-spcolumn__li {
    width: 370px;
    margin-top: 50px;
    margin-right: 45px;
  }
  .action-spcolumn__li--ph img {
    width: 370px;
    height: 230px;
  }
  .action-spcolumn__li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .action-spcolumn {
    padding: 40px 0;
  }
  .action-spcolumn .action-ttl {
    padding: 20px;
  }
  .action-spcolumn__ul {
    padding-bottom: 90px;
  }
  .action-spcolumn__li {
    padding: 0 20px;
    width: 100%;
    margin-top: 30px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
action-pet
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.action-pet {
  background-image: url(../img/common/pet_bg.jpg);
  position: relative;
  overflow: hidden;
}
.action-pet [class*=__img] {
  position: absolute;
  -webkit-transition: all 5s ease;
  transition: all 5s ease;
  opacity: 1;
}
.action-pet__img--01 {
  -webkit-animation: petbottle 3s linear 0s infinite;
          animation: petbottle 3s linear 0s infinite;
  top: 400px;
  left: 5%;
}
.action-pet__img--02 {
  -webkit-animation: petbottle 2.8s linear 0s infinite;
          animation: petbottle 2.8s linear 0s infinite;
  top: 300px;
  left: 15%;
}
.action-pet__img--03 {
  -webkit-animation: petbottle 2.9s linear 0s infinite;
          animation: petbottle 2.9s linear 0s infinite;
  top: 290px;
  right: 30%;
}
.action-pet__img--04 {
  -webkit-animation: petbottle 3.1s linear 0s infinite;
          animation: petbottle 3.1s linear 0s infinite;
  top: 340px;
  right: 15%;
}
.action-pet__img--05 {
  -webkit-animation: petbottle 3.2s linear 0s infinite;
          animation: petbottle 3.2s linear 0s infinite;
  top: 460px;
  right: 3%;
}
.action-pet.js-move [class*=__img] {
  top: -50px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .action-pet__img--01 {
    top: 420px;
    left: 1%;
  }
  .action-pet__img--02 {
    top: 260px;
    left: -6%;
  }
  .action-pet__img--03 {
    top: 320px;
    right: 10%;
  }
  .action-pet__img--04 {
    top: 500px;
    right: -6%;
  }
  .action-pet.js-move [class*=__img] {
    top: -50px;
    opacity: 0;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
action-canvas
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.action-canvas {
  position: absolute;
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  -webkit-animation: petbottle 3s linear 0s infinite;
          animation: petbottle 3s linear 0s infinite;
  top: 0;
  width: 100%;
  z-index: 0;
  height: 320px;
}
.action-canvas.js-move {
  top: -200px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sharing
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sharing-terms__ttl, .sharing-privacy__ttl, .sharing-shoplist__ttl, .sharing-faq__ttl, .sharing-partners__ttl, .sharing-shop__ttl, .sharing-feature__ttl, .sharing-flow__ttl, .sharing-overview__ttl, .sharing-about__ttl,
.sharing-terms__caption,
.sharing-privacy__caption,
.sharing-shoplist__caption,
.sharing-faq__caption,
.sharing-partners__caption,
.sharing-shop__caption,
.sharing-feature__caption,
.sharing-flow__caption,
.sharing-overview__caption,
.sharing-about__caption,
.sharing-shop__txt,
.sharing-flow__txt,
.sharing-overview__txt,
.sharing-about__txt {
  margin-block: calc((1em - 1lh) / 2);
  color: #364548;
}

.sharing-terms__ttl, .sharing-privacy__ttl, .sharing-shoplist__ttl, .sharing-faq__ttl, .sharing-partners__ttl, .sharing-shop__ttl, .sharing-feature__ttl, .sharing-flow__ttl, .sharing-overview__ttl, .sharing-about__ttl,
.sharing-shop__txt,
.sharing-flow__txt,
.sharing-overview__txt,
.sharing-about__txt {
  font-family: "Noto Sans JP", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  .sharing-terms__ttl, .sharing-privacy__ttl, .sharing-shoplist__ttl, .sharing-faq__ttl, .sharing-partners__ttl, .sharing-shop__ttl, .sharing-feature__ttl, .sharing-flow__ttl, .sharing-overview__ttl, .sharing-about__ttl,
  .sharing-terms__caption,
  .sharing-privacy__caption,
  .sharing-shoplist__caption,
  .sharing-faq__caption,
  .sharing-partners__caption,
  .sharing-shop__caption,
  .sharing-feature__caption,
  .sharing-flow__caption,
  .sharing-overview__caption,
  .sharing-about__caption {
    text-align: center;
  }
}

.sharing-terms__ttl, .sharing-privacy__ttl, .sharing-shoplist__ttl, .sharing-faq__ttl, .sharing-partners__ttl, .sharing-shop__ttl, .sharing-feature__ttl, .sharing-flow__ttl, .sharing-overview__ttl, .sharing-about__ttl {
  font-weight: 700;
  background-image: repeating-linear-gradient(90deg, #364548, #364548 3px, transparent 3px, transparent 6px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
@media screen and (min-width: 769px) {
  .sharing-terms__ttl, .sharing-privacy__ttl, .sharing-shoplist__ttl, .sharing-faq__ttl, .sharing-partners__ttl, .sharing-shop__ttl, .sharing-feature__ttl, .sharing-flow__ttl, .sharing-overview__ttl, .sharing-about__ttl {
    padding-bottom: 40px;
    margin-bottom: 64px;
    font-size: 2.5714285714rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .sharing-terms__ttl, .sharing-privacy__ttl, .sharing-shoplist__ttl, .sharing-faq__ttl, .sharing-partners__ttl, .sharing-shop__ttl, .sharing-feature__ttl, .sharing-flow__ttl, .sharing-overview__ttl, .sharing-about__ttl {
    padding-bottom: 32px;
    margin-bottom: 40px;
    font-size: 1.7142857143rem;
    line-height: 1.33;
  }
}

.sharing-terms__caption, .sharing-privacy__caption, .sharing-shoplist__caption, .sharing-faq__caption, .sharing-partners__caption, .sharing-shop__caption, .sharing-feature__caption, .sharing-flow__caption, .sharing-overview__caption, .sharing-about__caption {
  font-family: "Prompt", serif;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .sharing-terms__caption, .sharing-privacy__caption, .sharing-shoplist__caption, .sharing-faq__caption, .sharing-partners__caption, .sharing-shop__caption, .sharing-feature__caption, .sharing-flow__caption, .sharing-overview__caption, .sharing-about__caption {
    margin-bottom: 32px;
    font-size: 1.4285714286rem;
  }
}
@media screen and (max-width: 768px) {
  .sharing-terms__caption, .sharing-privacy__caption, .sharing-shoplist__caption, .sharing-faq__caption, .sharing-partners__caption, .sharing-shop__caption, .sharing-feature__caption, .sharing-flow__caption, .sharing-overview__caption, .sharing-about__caption {
    margin-bottom: 16px;
    font-size: 1.1428571429rem;
  }
}

.sharing-shop__txt, .sharing-flow__txt, .sharing-overview__txt, .sharing-about__txt {
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .sharing-shop__txt, .sharing-flow__txt, .sharing-overview__txt, .sharing-about__txt {
    font-size: 1.0714285714rem;
    line-height: 2.4;
  }
}
@media screen and (max-width: 768px) {
  .sharing-shop__txt, .sharing-flow__txt, .sharing-overview__txt, .sharing-about__txt {
    font-size: 1.0714285714rem;
    line-height: 1.73;
  }
}

@-webkit-keyframes MarqueeScroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes MarqueeScroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes MarqueeScroll2 {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes MarqueeScroll2 {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes ScrollRotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes ScrollRotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sharing-kv
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sharing-kv {
  overflow: hidden;
}
main:has(.sharing-kv) + .g-pagetop {
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
}

.sharing-kv__line {
  background-color: #F8DC9A;
}
.sharing-kv__down {
  position: absolute;
  z-index: 9;
}
.sharing-kv__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sharing-kv__ttl, .sharing-kv__txt {
  margin-block: calc((1em - 1lh) / 2);
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.sharing-kv__icon--txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: ScrollRotation 40s linear infinite;
          animation: ScrollRotation 40s linear infinite;
}
@media screen and (min-width: 769px) {
  .sharing-kv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100svh - 90px);
    color: #fff;
  }
  .sharing-kv__line {
    width: 93px;
  }
  .sharing-kv__loop {
    rotate: 90deg;
  }
  .sharing-kv__box {
    width: calc(100% - 93px);
  }
  .sharing-kv__item, .sharing-kv__down {
    bottom: 64px;
  }
  .sharing-kv__item {
    position: absolute;
    z-index: 9;
    left: 64px;
    gap: 32px;
  }
  .sharing-kv__logo {
    width: 140px;
  }
  .sharing-kv__ttl {
    font-size: 2.4285714286rem;
    line-height: 1.35;
  }
  .sharing-kv__txt {
    font-size: 0.9285714286rem;
    line-height: 1.84;
  }
  .sharing-kv__down {
    right: 64px;
  }
  .sharing-kv__icon {
    width: 100px;
  }
  .sharing-kv__icon--txt {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .sharing-kv {
    color: #364548;
    background-color: #F8DC9A;
  }
  .sharing-kv__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 68px;
  }
  .sharing-kv__logo {
    width: 102px;
    -webkit-filter: invert(100%);
            filter: invert(100%);
  }
  .sharing-kv__item {
    gap: 24px;
    padding: 32px 25px 48px;
  }
  .sharing-kv__ttl {
    font-size: 1.8571428571rem;
    line-height: 1.26;
  }
  .sharing-kv__txt {
    font-size: 0.9285714286rem;
    font-weight: 400;
    line-height: 1.54;
  }
  .sharing-kv__down {
    bottom: 204px;
    right: 25px;
  }
  .sharing-kv__icon {
    width: 64px;
  }
  .sharing-kv__icon--txt {
    width: 52px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sharing-loop
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sharing-loop, .sharing-loop__box, .sharing-loop__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sharing-loop__box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: MarqueeScroll 120s linear infinite;
          animation: MarqueeScroll 120s linear infinite;
}
.sharing-loop__txt {
  font-family: "Prompt", serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  color: #fff;
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .sharing-loop, .sharing-loop__box, .sharing-loop__line {
    gap: 24px;
  }
  .sharing-loop__txt {
    font-size: 1.4285714286rem;
  }
  .sharing-loop__cup {
    width: 16px;
  }
  .sharing-loop__tumbler {
    width: 14.5px;
  }
}
@media screen and (max-width: 768px) {
  .sharing-loop, .sharing-loop__box, .sharing-loop__line {
    gap: 24px;
  }
  .sharing-loop__txt {
    font-size: 1.1428571429rem;
  }
  .sharing-loop__cup {
    width: 16px;
  }
  .sharing-loop__tumbler {
    width: 14.5px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sharing-slider
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sharing-slider {
  width: 100%;
  height: 100%;
}
.sharing-slider__list {
  pointer-events: none;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1) !important;
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1) !important;
}
.sharing-slider__item {
  overflow: hidden;
}
.sharing-slider__ph {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  scale: 1.01;
}
.swiper-slide.swiper-slide-prev .sharing-slider__ph, .swiper-slide.swiper-slide-active .sharing-slider__ph, .swiper-slide.swiper-slide-duplicate-active .sharing-slider__ph {
  -webkit-animation: scaleDown 5s linear both;
          animation: scaleDown 5s linear both;
}
.sharing-slider .swiper-pagination {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sharing-slider .swiper-pagination-bullet {
  margin: 0 !important;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 1;
}
.sharing-slider .swiper-pagination-bullet-active {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .sharing-slider .swiper-pagination {
    top: 0 !important;
    right: 64px;
    left: auto !important;
    bottom: auto !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    height: 100%;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .sharing-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
@media screen and (max-width: 768px) {
  .sharing-slider .swiper-pagination {
    gap: 16px;
    bottom: 20px !important;
  }
  .sharing-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

@-webkit-keyframes scaleDown {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaleDown {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sharing-about
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sharing-about {
  background-color: #F2F4F3;
  overflow: hidden;
}
.sharing-about__wrap {
  margin: auto;
  max-width: 1230px;
  padding: 0 25px;
}
.sharing-about__side, .sharing-about__fig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sharing-about__fig {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .sharing-about__wrap {
    padding-top: 120px;
    padding-bottom: 220px;
  }
  .sharing-about__box {
    width: 566px;
  }
  .sharing-about__side, .sharing-about__fig {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
  }
  .sharing-about__side {
    position: absolute;
    top: 0;
    right: 25px;
  }
  .sharing-about__fig {
    -webkit-animation: MarqueeScroll2 40s linear infinite;
            animation: MarqueeScroll2 40s linear infinite;
  }
  .sharing-about__ph {
    width: 460px;
    border-radius: 40px;
  }
  .sharing-about__ph:nth-of-type(odd) {
    margin-left: 112px;
  }
}
@media screen and (max-width: 768px) {
  .sharing-about__wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sharing-about__box {
    margin-bottom: 48px;
  }
  .sharing-about__side, .sharing-about__fig {
    gap: 24px;
  }
  .sharing-about__fig {
    -webkit-animation: MarqueeScroll 120s linear infinite;
            animation: MarqueeScroll 120s linear infinite;
  }
  .sharing-about__ph {
    width: 240px;
    border-radius: 32px;
  }
  .sharing-about__ph:nth-of-type(even) {
    margin-top: 24px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sharing-overview
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sharing-overview {
  padding: 0 16px;
  background-color: #A0D8DD;
}
.sharing-overview__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  max-width: 1180px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .sharing-overview {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .sharing-overview__wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 56px;
    padding: 80px 120px;
    border-radius: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sharing-overview {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sharing-overview__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 48px 24px;
    border-radius: 32px;
  }
  .sharing-overview__box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .sharing-overview__fig {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
  .sharing-overview__pic {
    width: 263px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sharing-flow
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sharing-flow {
  padding: 0 25px;
  background-color: #F0E9DB;
}
.sharing-flow__wrap {
  margin: auto;
  max-width: 1180px;
}
.sharing-flow__list {
  position: relative;
}
.sharing-flow__list::after {
  content: "";
  display: block;
  clear: both;
}
.sharing-flow__list.slick-slider .slick-slide {
  float: left;
}
.sharing-flow__item {
  color: #364548;
}
.sharing-flow__inner {
  position: static;
}
.sharing-flow__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Reddit Sans", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  background: #a0d8dd;
  border-radius: 999px;
  z-index: 1;
}
.sharing-flow__txt, .sharing-flow__note {
  margin-block: calc((1em - 1lh) / 2);
  font-family: "Noto Sans JP", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.sharing-flow__txt {
  font-weight: 700;
  line-height: 1;
}
.sharing-flow__note {
  font-weight: 400;
}
.sharing-flow__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sharing-flow__arrows .slick-arrow {
  font-size: 0;
  color: transparent;
  aspect-ratio: 1/1;
}
.sharing-flow__arrows .slick-prev {
  background: url("../img/sharing/icon-prev.svg") no-repeat center center/contain;
}
.sharing-flow__arrows .slick-next {
  background: url("../img/sharing/icon-next.svg") no-repeat center center/contain;
}
@media screen and (min-width: 769px) {
  .sharing-flow {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .sharing-flow__step {
    position: absolute;
    top: -18px;
    left: -8px;
    width: 84px;
    height: 37px;
    font-size: 1.1428571429rem;
  }
  .sharing-flow__item, .sharing-flow__ph, .sharing-flow__pic {
    width: 265px;
    border-radius: 40px;
  }
  .sharing-flow__item {
    text-align: center;
  }
  .sharing-flow__item:not(:first-of-type) {
    margin-left: 48px;
  }
  .sharing-flow__txt {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.57;
  }
  .sharing-flow__note {
    margin-top: 16px;
    font-size: 0.7142857143rem;
    line-height: 1.6;
  }
  .sharing-flow__arrows {
    gap: 16px;
    margin-top: 40px;
  }
  .sharing-flow__arrows .slick-arrow {
    width: 56px;
  }
}
@media screen and (max-width: 768px) {
  .sharing-flow {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sharing-flow__step {
    margin-bottom: 12px;
    width: 73px;
    height: 29px;
    font-size: 1.1428571429rem;
  }
  .sharing-flow__ph, .sharing-flow__pic {
    width: 140px;
    border-radius: 20px;
  }
  .sharing-flow__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 23px;
  }
  .sharing-flow__item:not(:first-of-type) {
    margin-top: 24px;
  }
  .sharing-flow__txt {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 1rem;
    line-height: 1.57;
  }
  .sharing-flow__note {
    margin-top: 12px;
    font-size: 0.7142857143rem;
    line-height: 1.6;
  }
  .sharing-flow__arrows {
    display: none;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sharing-feature
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sharing-feature {
  padding: 0 25px;
  background-color: #90AEDE;
}
.sharing-feature__wrap {
  margin: auto;
  max-width: 1180px;
}
.sharing-feature__container {
  color: #364548;
  background-color: #fff;
}
.sharing-feature__ttl, .sharing-feature__caption {
  text-align: center;
}
.sharing-feature__item {
  background-image: repeating-linear-gradient(90deg, rgba(54, 69, 72, 0.4), rgba(54, 69, 72, 0.4) 3px, transparent 3px, transparent 6px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
.sharing-feature__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Reddit Sans", serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  background-color: #364548;
  border-radius: 999px;
}
.sharing-feature__box {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.sharing-feature__dt, .sharing-feature__dd {
  margin-block: calc((1em - 1lh) / 2);
}
.sharing-feature__sup {
  font-size: 0.6em;
  vertical-align: super;
}
.sharing-feature__note {
  font-family: "Noto Sans JP", serif;
  font-size: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 769px) {
  .sharing-feature {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .sharing-feature__container {
    padding: 120px 170px 80px;
    border-radius: 40px;
  }
  .sharing-feature__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 32px;
  }
  .sharing-feature__item:not(:first-of-type) {
    padding-top: 32px;
  }
  .sharing-feature__point {
    width: 118px;
    height: 37px;
    font-size: 1.1428571429rem;
  }
  .sharing-feature__dt {
    margin-bottom: 16px;
    font-size: 1.4285714286rem;
  }
  .sharing-feature__dd {
    font-size: 1.0714285714rem;
  }
  .sharing-feature__note {
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 0.7142857143rem;
  }
  .sharing-feature__example {
    margin-top: 64px;
  }
}
@media screen and (max-width: 768px) {
  .sharing-feature {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sharing-feature__container {
    padding: 48px 24px;
    border-radius: 24px;
  }
  .sharing-feature__item {
    padding-bottom: 32px;
  }
  .sharing-feature__item:not(:first-of-type) {
    padding-top: 32px;
  }
  .sharing-feature__point {
    margin: 0 auto 24px;
    width: 102px;
    height: 32px;
    font-size: 1rem;
  }
  .sharing-feature__box {
    text-align: center;
  }
  .sharing-feature__dt {
    margin: 0 -10% 16px;
    width: 120%;
    font-size: 1.2857142857rem;
    line-height: 1.44;
  }
  .sharing-feature__dd {
    margin-block: calc((1em - 1lh) / 2);
    font-size: 1rem;
    line-height: 1.57;
  }
  .sharing-feature__note {
    margin-top: 24px;
    font-size: 0.7142857143rem;
    line-height: 1.6;
    text-align: center;
  }
  .sharing-feature__example {
    margin-top: 48px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sharing-example
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sharing-example__fig {
  text-align: center;
}
.sharing-example__ttl, .sharing-example__inline, .sharing-example__link {
  font-family: "Noto Sans JP", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.sharing-example__ttl {
  font-weight: 700;
}
.sharing-example__txt {
  margin-block: calc((1em - 1lh) / 2);
}
.sharing-example__inline {
  display: inline;
  font-weight: 500;
  border-bottom: 3px solid #A0D8DD;
}
.sharing-example__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
  margin: auto;
  padding-bottom: 0.08em;
  font-weight: 500;
  text-align: center;
  border-radius: 999px;
  border: 1px solid #364548;
  -webkit-transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out !important;
  transition: opacity 0.2s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out !important;
}
.sharing-example__link::after {
  content: "";
  top: 0.4em;
  width: 1em;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-image: url("../img/sharing/icon-arrow.svg");
          mask-image: url("../img/sharing/icon-arrow.svg");
  background-color: #364548;
  aspect-ratio: 1/1;
  rotate: -45deg;
  -webkit-transition: background-color 0.2s ease-in-out !important;
  transition: background-color 0.2s ease-in-out !important;
}
@media (hover: hover) {
  .sharing-example__link:hover {
    color: #fff;
    background-color: #364548;
    opacity: 0.8;
  }
  .sharing-example__link:hover::after {
    background-color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .sharing-example {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sharing-example__fig, .sharing-example__ph {
    width: 360px;
  }
  .sharing-example__ttl {
    margin-bottom: 32px;
    font-size: 1.2857142857rem;
  }
  .sharing-example__txt {
    margin-top: 32px;
    font-size: 1rem;
    line-height: 2.7;
  }
  .sharing-example__inline {
    padding-bottom: 6px;
  }
  .sharing-example__link {
    margin-top: 34px;
    width: 165px;
    height: 36px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .sharing-example__fig {
    margin-top: 48px;
  }
  .sharing-example__ph {
    width: 277px;
  }
  .sharing-example__ttl {
    margin-bottom: 24px;
    font-size: 1.1428571429rem;
  }
  .sharing-example__txt {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 2.28;
  }
  .sharing-example__inline {
    padding-bottom: 4px;
  }
  .sharing-example__link {
    margin-top: 32px;
    width: 165px;
    height: 36px;
    font-size: 1rem;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sharing-shop
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sharing-shop {
  padding: 0 25px;
  text-align: center;
  background-color: #F2F4F3;
}
.sharing-shop__wrap {
  margin: auto;
  max-width: 1180px;
}
.sharing-shop__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #fff;
  border-radius: 999px;
  background-color: #364548;
}
.sharing-shop__link::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  background: url("../img/sharing/icon-arrow.svg") no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 17.71/9;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sharing-shop {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .sharing-shop__link {
    margin-top: 40px;
    width: 340px;
    height: 70px;
    font-size: 1.1428571429rem;
  }
  .sharing-shop__link::after {
    right: 32px;
    width: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sharing-shop {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sharing-shop__link {
    margin-top: 32px;
    width: 270px;
    height: 64px;
    font-size: 1rem;
  }
  .sharing-shop__link::after {
    right: 32px;
    width: 18px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sharing-partners
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sharing-partners {
  padding: 0 25px;
  background-color: #4E8089;
}
.sharing-partners__wrap {
  margin: auto;
  max-width: 1180px;
}
.sharing-partners__ttl, .sharing-partners__caption {
  color: #F2F4F3;
  text-align: center;
}
.sharing-partners__ttl {
  background-image: repeating-linear-gradient(90deg, #F2F4F3, #F2F4F3 3px, transparent 3px, transparent 6px);
}
.sharing-partners__box {
  background-color: #F2F4F3;
  overflow: hidden;
}
.sharing-partners__txt {
  margin-block: calc((1em - 1lh) / 2);
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #364548;
}
.sharing-partners__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #F2F4F3;
  border-radius: 999px;
  background-color: #364548;
}
.sharing-partners__link::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  background: url("../img/sharing/icon-arrow.svg") no-repeat center center/contain;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  aspect-ratio: 17.71/9;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sharing-partners {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .sharing-partners__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 40px;
  }
  .sharing-partners__ph {
    width: 590px;
  }
  .sharing-partners__item {
    padding: 80px;
  }
  .sharing-partners__txt {
    font-size: 1.0714285714rem;
    line-height: 2;
  }
  .sharing-partners__txt:not(:first-child) {
    margin-top: 24px;
  }
  .sharing-partners__link {
    margin-top: 40px;
    width: 340px;
    height: 70px;
    font-size: 1.1428571429rem;
  }
  .sharing-partners__link::after {
    right: 32px;
    width: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sharing-partners {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sharing-partners__box {
    border-radius: 24px;
  }
  .sharing-partners__ph {
    width: 100%;
  }
  .sharing-partners__item {
    padding: 40px 24px;
  }
  .sharing-partners__txt {
    font-size: 1rem;
    line-height: 1.57;
    text-align: center;
  }
  .sharing-partners__txt:not(:first-child) {
    margin-top: 20px;
  }
  .sharing-partners__link {
    margin-top: 32px;
    width: 270px;
    height: 64px;
    font-size: 1rem;
  }
  .sharing-partners__link::after {
    right: 32px;
    width: 18px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sharing-faq
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sharing-faq {
  padding: 0 25px;
  background-color: #F0E9DB;
}
.sharing-faq__wrap {
  margin: auto;
  max-width: 1180px;
}
.sharing-faq__ttl, .sharing-faq__caption {
  text-align: center;
}
.sharing-faq__item {
  color: #364548;
  background-color: #fff;
}
.sharing-faq__item:not(.is-current) dt::after {
  rotate: 90deg;
}
.sharing-faq__dt, .sharing-faq__dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.sharing-faq__q, .sharing-faq__a {
  font-family: "Reddit Sans", serif;
  font-weight: 800;
  line-height: 1;
}
.sharing-faq__a {
  opacity: 0.55;
}
.sharing-faq__dt {
  cursor: pointer;
}
.sharing-faq__dt::before, .sharing-faq__dt::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #364548;
  -webkit-transition: rotate 0.3s ease-out;
  transition: rotate 0.3s ease-out;
  translate: 0 -50%;
}
@media screen and (min-width: 769px) {
  .sharing-faq {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .sharing-faq__item {
    margin-top: 24px;
    border-radius: 20px;
  }
  .sharing-faq__dt, .sharing-faq__dd {
    gap: 16px;
    font-size: 1.0714285714rem;
    line-height: 2.5;
  }
  .sharing-faq__q, .sharing-faq__a {
    top: 0.22em;
    font-size: 1.8571428571rem;
  }
  .sharing-faq__dt {
    padding: 24px 88px 24px 40px;
  }
  .sharing-faq__dt::before, .sharing-faq__dt::after {
    right: 40px;
    width: 24px;
    height: 2px;
  }
  .sharing-faq__dd {
    padding: 0 88px 24px 40px;
  }
}
@media screen and (max-width: 768px) {
  .sharing-faq {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sharing-faq__item {
    margin-top: 16px;
    padding-bottom: 4px;
    border-radius: 16px;
  }
  .sharing-faq__dt, .sharing-faq__dd {
    gap: 10px;
    font-size: 1rem;
    line-height: 1.57;
  }
  .sharing-faq__q, .sharing-faq__a {
    font-size: 1.8571428571rem;
  }
  .sharing-faq__a {
    top: 0.04em;
  }
  .sharing-faq__dt {
    padding: 20px 56px 16px 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sharing-faq__dt::before, .sharing-faq__dt::after {
    right: 24px;
    width: 16px;
    height: 2px;
  }
  .sharing-faq__dd {
    padding: 0 56px 20px 24px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sharing-footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sharing-footer {
  color: #fff;
  background-color: #364548;
}
.sharing-footer__item {
  margin-block: calc((1em - 1lh) / 2);
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.sharing-footer__loop span {
  opacity: 0.5;
}
@media screen and (min-width: 769px) {
  .sharing-footer {
    padding-top: 80px;
    padding-bottom: 48px;
  }
  .sharing-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
    margin-bottom: 56px;
  }
  .sharing-footer__item {
    font-size: 1rem;
    line-height: 1.4;
  }
  .sharing-footer__item:not(:first-of-type) {
    padding-left: 32px;
    background-image: repeating-linear-gradient(180deg, #fff, #fff 2px, transparent 2px, transparent 4px);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 1px 100%;
  }
}
@media screen and (max-width: 768px) {
  .sharing-footer {
    padding: 64px 25px 40px;
  }
  .sharing-footer__list {
    margin-bottom: 40px;
  }
  .sharing-footer__item {
    font-size: 1rem;
  }
  .sharing-footer__item:not(:first-of-type) {
    margin-top: 20px;
    padding-top: 20px;
    background-image: repeating-linear-gradient(90deg, #fff, #fff 2px, transparent 2px, transparent 4px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 100% 1px;
  }
  .sharing-footer__loop span {
    font-size: 1.4285714286rem;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sharing-shoplist
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sharing-shoplist {
  padding: 0 25px;
  background-color: #F0E9DB;
}
.sharing-shoplist__wrap {
  margin: auto;
  max-width: 1180px;
  color: #364548;
}
.sharing-shoplist__ttl, .sharing-shoplist__caption {
  text-align: center;
}
.sharing-shoplist__item {
  background-color: #fff;
}
.sharing-shoplist__name {
  margin-block: calc((1em - 1lh) / 2);
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.sharing-shoplist__dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Reddit Sans", serif;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #fff;
  background-color: #364548;
}
.sharing-shoplist__dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-block: calc((1em - 1lh) / 2);
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.sharing-shoplist__note {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
}
.sharing-shoplist__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #fff;
  border-radius: 999px;
  background-color: #364548;
}
.sharing-shoplist__link::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  background: url("../img/sharing/icon-arrow.svg") no-repeat center center/contain;
  translate: 0 -50%;
  rotate: 180deg;
  aspect-ratio: 17.71/9;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sharing-shoplist {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .sharing-shoplist__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
  .sharing-shoplist__item {
    padding: 32px;
    width: 578px;
    border-radius: 20px;
  }
  .sharing-shoplist__name {
    margin-bottom: 24px;
    font-size: 1.1428571429rem;
    line-height: 1.62;
  }
  .sharing-shoplist__name br {
    display: none;
  }
  .sharing-shoplist__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    margin-top: 16px;
  }
  .sharing-shoplist__dt {
    width: 53px;
    height: 21px;
    font-size: 0.7142857143rem;
    border-radius: 4px;
  }
  .sharing-shoplist__dd {
    font-size: 1.0714285714rem;
    line-height: 1.46;
  }
  .sharing-shoplist__note {
    margin-top: 24px;
    font-size: 0.7142857143rem;
  }
  .sharing-shoplist__link {
    margin-top: 64px;
    width: 340px;
    height: 70px;
    font-size: 1.1428571429rem;
  }
  .sharing-shoplist__link::after {
    left: 32px;
    width: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sharing-shoplist {
    padding-top: 64px;
    padding-bottom: 80px;
  }
  .sharing-shoplist__item {
    margin-top: 24px;
    padding: 28px 24px;
    border-radius: 16px;
  }
  .sharing-shoplist__name {
    font-size: 1.1428571429rem;
    line-height: 1.66;
  }
  .sharing-shoplist__info {
    margin-top: 24px;
  }
  .sharing-shoplist__dt {
    margin-bottom: 14px;
    width: 53px;
    height: 21px;
    font-size: 0.7142857143rem;
    border-radius: 4px;
  }
  .sharing-shoplist__dd {
    font-size: 1.0714285714rem;
    line-height: 1.46;
  }
  .sharing-shoplist__note {
    margin-top: 24px;
    font-size: 0.7142857143rem;
  }
  .sharing-shoplist__link {
    margin-top: 40px;
    width: 270px;
    height: 64px;
    font-size: 1rem;
  }
  .sharing-shoplist__link::after {
    left: 32px;
    width: 18px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sharing-privacy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sharing-privacy {
  padding: 0 25px;
  background-color: #F0E9DB;
}
.sharing-privacy__wrap {
  margin: auto;
  max-width: 1180px;
  color: #364548;
}
.sharing-privacy__ttl, .sharing-privacy__caption {
  text-align: center;
}
.sharing-privacy__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #fff;
  border-radius: 999px;
  background-color: #364548;
}
.sharing-privacy__link::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  background: url("../img/sharing/icon-arrow.svg") no-repeat center center/contain;
  translate: 0 -50%;
  rotate: 180deg;
  aspect-ratio: 17.71/9;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sharing-privacy {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .sharing-privacy__link {
    margin-top: 64px;
    width: 340px;
    height: 70px;
    font-size: 1.1428571429rem;
  }
  .sharing-privacy__link::after {
    left: 32px;
    width: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sharing-privacy {
    padding-top: 64px;
    padding-bottom: 80px;
  }
  .sharing-privacy__link {
    margin-top: 40px;
    width: 270px;
    height: 64px;
    font-size: 1rem;
  }
  .sharing-privacy__link::after {
    left: 32px;
    width: 18px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sharing-article
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sharing-article {
  font-family: "Noto Sans JP", serif;
  letter-spacing: 0;
  color: #364548;
}
.sharing-article p {
  font-weight: 400;
}
.sharing-article p small {
  display: block;
}
.sharing-article p strong {
  font-weight: 500;
}
.sharing-article p i {
  display: block;
  text-align: right;
}
.sharing-article sup {
  font-size: 0.7em;
  vertical-align: super;
}
.sharing-article h2,
.sharing-article h3 {
  font-weight: 700;
}
.sharing-article h2 span,
.sharing-article h3 span {
  font-weight: 400;
}
.sharing-article h2 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.sharing-article a {
  word-break: break-all;
  overflow-wrap: break-word;
  text-decoration: underline;
}
.sharing-article a[href*=mail] {
  display: inline-block;
}
.sharing-article a[target=_blank]:not([href*=pdf])::after {
  content: "";
  position: relative;
  display: inline-block;
  top: -0.1em;
  margin-left: 0.3em;
  width: 0.54em;
  background: url("../img/sharing/icon-blank.svg") no-repeat center center/contain;
  aspect-ratio: 1/1;
}
@media (hover: hover) {
  .sharing-article a:hover {
    text-decoration: none;
    opacity: 1;
  }
}
.sharing-article table th {
  font-weight: 500;
}
.sharing-article__list--decimal {
  counter-reset: decimal;
}
.sharing-article__list--decimal > li::before {
  display: inline-block;
  counter-increment: decimal;
  font-weight: 700;
}
.sharing-article__list--decimal2 {
  counter-reset: decimal2;
}
.sharing-article__list--decimal2 > li::before {
  display: inline-block;
  counter-increment: decimal2;
  content: "" counter(decimal2) "）";
}
.sharing-article__list--disc {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
@media screen and (min-width: 769px) {
  .sharing-article p,
  .sharing-article li,
  .sharing-article h3 {
    font-size: 1.0714285714rem;
    line-height: 2;
  }
  .sharing-article p + p, .sharing-article p + ul, .sharing-article p + ol {
    margin-top: 32px;
  }
  .sharing-article p small {
    margin-top: 12px;
    font-size: 0.7142857143rem;
    line-height: 1.6;
  }
  .sharing-article ul p:not(:first-child),
  .sharing-article ul ul:not(:first-child),
  .sharing-article ul ol:not(:first-child),
  .sharing-article ol p:not(:first-child),
  .sharing-article ol ul:not(:first-child),
  .sharing-article ol ol:not(:first-child) {
    margin-top: 0;
  }
  .sharing-article h2 {
    margin-top: 40px;
    font-size: 1.2857142857rem;
    line-height: 2;
  }
  .sharing-article h2 + p, .sharing-article h2 + ol {
    margin-top: 12px;
  }
  .sharing-article h3 + p:not(:first-child) {
    margin-top: 12px;
  }
  .sharing-article h3 + ol {
    margin-top: 16px;
  }
  .sharing-article h3:not(:first-child) {
    margin-top: 28px;
  }
  .sharing-article h4 {
    margin-bottom: 8px;
  }
  .sharing-article a {
    margin-bottom: 8px;
  }
  .sharing-article table {
    margin-top: 32px;
    letter-spacing: -0.02em;
  }
  .sharing-article table th,
  .sharing-article table td {
    border-top: 1px solid #364548;
    border-bottom: 1px solid #364548;
  }
  .sharing-article table th {
    border-right: 1px solid #364548;
    padding: 20px;
    width: 290px;
  }
  .sharing-article table td {
    padding: 20px 20px 20px 24px;
  }
  .sharing-article__list--decimal {
    padding-left: 32px;
  }
  .sharing-article__list--decimal > li::before {
    content: "(" counter(decimal) ")";
    position: absolute;
    left: -32px;
  }
  .sharing-article__list--decimal > li + li {
    margin-top: 32px;
  }
  .sharing-article__list--decimal2 {
    padding-left: 24px;
  }
  .sharing-article__list--decimal2 > li::before {
    position: absolute;
    left: -24px;
  }
  .sharing-article__list--decimal2 > li + li {
    margin-top: 32px;
  }
  .sharing-article__list--disc {
    margin-top: 16px !important;
    margin-bottom: 24px !important;
  }
}
@media screen and (max-width: 768px) {
  .sharing-article {
    padding-top: 8px;
  }
  .sharing-article p,
  .sharing-article li {
    font-size: 1rem;
    line-height: 1.71;
  }
  .sharing-article p + p, .sharing-article p + ul, .sharing-article p + ol {
    margin-top: 20px;
  }
  .sharing-article p small {
    margin-top: 12px;
    font-size: 0.7142857143rem;
    line-height: 1.6;
  }
  .sharing-article p em {
    font-weight: 500;
  }
  .sharing-article p i {
    margin-top: 40px;
  }
  .sharing-article ul p:not(:first-child),
  .sharing-article ul ul:not(:first-child),
  .sharing-article ul ol:not(:first-child),
  .sharing-article ol p:not(:first-child),
  .sharing-article ol ul:not(:first-child),
  .sharing-article ol ol:not(:first-child) {
    margin-top: 0;
  }
  .sharing-article h2 {
    margin-top: 40px;
    font-size: 1.1428571429rem;
    line-height: 1.75;
  }
  .sharing-article h2 + p, .sharing-article h2 + ol {
    margin-top: 16px;
  }
  .sharing-article h3 {
    font-size: 1.0714285714rem;
    line-height: 1.46;
  }
  .sharing-article h3 + p:not(:first-child) {
    margin-top: 12px;
  }
  .sharing-article h3 + h3 {
    margin-top: 16px !important;
  }
  .sharing-article h3 + ol {
    margin-top: 16px;
  }
  .sharing-article h3:not(:first-child) {
    margin-top: 36px;
  }
  .sharing-article h4 {
    margin-bottom: 8px;
  }
  .sharing-article a {
    margin-bottom: 12px;
  }
  .sharing-article table {
    margin-top: 36px;
    margin-left: -40px;
    margin-bottom: 36px;
    width: calc(100% + 40px);
    letter-spacing: -0.02em;
    border-bottom: 1px solid #364548;
  }
  .sharing-article table,
  .sharing-article table tbody,
  .sharing-article table tr,
  .sharing-article table th,
  .sharing-article table td {
    display: block;
  }
  .sharing-article table th,
  .sharing-article table td {
    padding: 20px 0;
    border-top: 1px solid #364548;
  }
  .sharing-article__list > li {
    margin-top: 20px;
  }
  .sharing-article__list--decimal {
    padding-left: 40px;
  }
  .sharing-article__list--decimal > li::before {
    content: "（" counter(decimal) "）";
    position: absolute;
    left: -40px;
  }
  .sharing-article__list--decimal > li + li {
    margin-top: 20px;
  }
  .sharing-article__list--decimal2 {
    padding-left: 24px;
  }
  .sharing-article__list--decimal2 > li::before {
    position: absolute;
    left: -24px;
  }
  .sharing-article__list--decimal2 > li + li {
    margin-top: 36px;
  }
  .sharing-article__list--disc {
    margin-top: 16px !important;
    margin-bottom: 24px !important;
  }
  .sharing-article__list--disc > li {
    margin-top: 12px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sharing-terms
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sharing-terms {
  padding: 0 25px;
  background-color: #F0E9DB;
}
.sharing-terms__wrap {
  margin: auto;
  max-width: 1180px;
  color: #364548;
}
.sharing-terms__ttl, .sharing-terms__caption {
  text-align: center;
}
.sharing-terms__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #fff;
  border-radius: 999px;
  background-color: #364548;
}
.sharing-terms__link::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  background: url("../img/sharing/icon-arrow.svg") no-repeat center center/contain;
  translate: 0 -50%;
  rotate: 180deg;
  aspect-ratio: 17.71/9;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sharing-terms {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .sharing-terms__link {
    margin-top: 64px;
    width: 340px;
    height: 70px;
    font-size: 1.1428571429rem;
  }
  .sharing-terms__link::after {
    left: 32px;
    width: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sharing-terms {
    padding-top: 64px;
    padding-bottom: 80px;
  }
  .sharing-terms__link {
    margin-top: 40px;
    width: 270px;
    height: 64px;
    font-size: 1rem;
  }
  .sharing-terms__link::after {
    left: 32px;
    width: 18px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
sharing-content
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.sharing-content {
  font-family: "Noto Sans JP", serif;
  letter-spacing: 0;
  color: #364548;
}
.sharing-content p,
.sharing-content li {
  margin-block: calc((1em - 1lh) / 2);
}
.sharing-content h2 {
  font-weight: 700;
}
.sharing-content a {
  word-break: break-all;
  overflow-wrap: break-word;
  text-decoration: underline;
}
.sharing-content a[target=_blank]:not([href*=pdf])::after {
  content: "";
  position: relative;
  display: inline-block;
  top: -0.1em;
  margin-left: 0.3em;
  width: 0.54em;
  background: url("../img/sharing/icon-blank.svg") no-repeat center center/contain;
  aspect-ratio: 1/1;
}
@media (hover: hover) {
  .sharing-content a:hover {
    text-decoration: none;
    opacity: 1;
  }
}
.sharing-content__list--decimal > li::before, .sharing-content__list--decimal2 > li::before, .sharing-content__list--decimal3 > li::before, .sharing-content__list--decimal4 > li::before {
  display: inline-block;
  text-indent: 0;
}
.sharing-content__list--decimal > li::before, .sharing-content__list--decimal2 > li::before {
  font-weight: 700;
}
.sharing-content__list--decimal {
  counter-reset: decimal;
}
.sharing-content__list--decimal > li::before {
  counter-increment: decimal;
  content: "" counter(decimal) "";
}
.sharing-content__list--decimal2 {
  counter-reset: decimal2;
}
.sharing-content__list--decimal2 > li::before {
  counter-increment: decimal2;
  content: "(" counter(decimal2) ")";
}
.sharing-content__list--decimal3 {
  counter-reset: decimal3;
}
.sharing-content__list--decimal3 > li::before {
  counter-increment: decimal3;
  content: "（" counter(decimal3) "）";
}
@media screen and (min-width: 769px) {
  .sharing-content p,
  .sharing-content li {
    font-size: 1.0714285714rem;
    line-height: 2;
  }
  .sharing-content h2 {
    margin-bottom: 24px;
    font-size: 1.2857142857rem;
  }
  .sharing-content section {
    margin: 48px 0;
  }
  .sharing-content footer {
    text-align: right;
  }
  .sharing-content footer p:not(:first-of-type) {
    margin-top: 64px;
  }
  .sharing-content__list--decimal > li:not(:last-child), .sharing-content__list--decimal2 > li:not(:last-child) {
    margin-bottom: 40px;
  }
  .sharing-content__list--decimal {
    padding-left: 20px;
  }
  .sharing-content__list--decimal > li {
    text-indent: -20px;
  }
  .sharing-content__list--decimal > li::before {
    width: 20px;
  }
  .sharing-content__list--decimal > li ul {
    margin-left: -20px;
  }
  .sharing-content__list--decimal2 {
    margin-top: 40px;
    padding-left: 32px;
  }
  .sharing-content__list--decimal2 > li {
    text-indent: -32px;
  }
  .sharing-content__list--decimal2 > li::before {
    width: 32px;
  }
  .sharing-content__list--decimal3 {
    margin-top: 24px;
    padding-left: 40px;
  }
  .sharing-content__list--decimal3 > li {
    text-indent: -40px;
  }
  .sharing-content__list--decimal3 > li::before {
    width: 40px;
  }
  .sharing-content__list--decimal3 > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .sharing-content__list--decimal4 {
    margin-top: 24px;
    padding-left: 1em;
  }
  .sharing-content__list--decimal4 > li {
    text-indent: -1em;
  }
  .sharing-content__list--decimal4 > li:not(:first-child) {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .sharing-content p,
  .sharing-content li {
    font-size: 1rem;
    line-height: 1.71;
  }
  .sharing-content h2 {
    margin-bottom: 24px;
    font-size: 1.1428571429rem;
  }
  .sharing-content section {
    margin: 48px 0 24px;
  }
  .sharing-content footer {
    text-align: right;
  }
  .sharing-content footer p:not(:first-of-type) {
    margin-top: 24px;
  }
  .sharing-content__list--decimal > li:not(:last-child), .sharing-content__list--decimal2 > li:not(:last-child) {
    margin-bottom: 24px;
  }
  .sharing-content__list--decimal {
    padding-left: 20px;
  }
  .sharing-content__list--decimal > li {
    text-indent: -20px;
  }
  .sharing-content__list--decimal > li::before {
    width: 20px;
  }
  .sharing-content__list--decimal > li ul {
    margin-left: -20px;
  }
  .sharing-content__list--decimal2 {
    margin-top: 24px;
    padding-left: 36px;
  }
  .sharing-content__list--decimal2 > li {
    text-indent: -36px;
  }
  .sharing-content__list--decimal2 > li::before {
    width: 36px;
    text-align: center;
  }
  .sharing-content__list--decimal3 {
    margin-top: 24px;
    padding-left: 40px;
  }
  .sharing-content__list--decimal3 > li {
    text-indent: -40px;
  }
  .sharing-content__list--decimal3 > li::before {
    width: 40px;
  }
  .sharing-content__list--decimal3 > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .sharing-content__list--decimal4 {
    margin-top: 24px;
  }
  .sharing-content__list--decimal4 > li {
    text-indent: 0;
  }
  .sharing-content__list--decimal4 > li:not(:first-child) {
    margin-top: 16px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mybottle
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.mybottle-bottom, .mybottle-footer, .mybottle-progress, .mybottle-product, .mybottle-map, .mybottle-check, .mybottle-modal, .mybottle-feature, .mybottle-about, .mybottle-article, .mybottle-what, .mybottle-kv {
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: #141517;
}

.mybottle-bottom__wrap, .mybottle-footer__wrap, .mybottle-progress__wrap, .mybottle-article__wrap {
  margin: auto;
  max-width: 1080px;
}

.mybottle-progress__ttl, .mybottle-product__ttl, .mybottle-map__ttl, .mybottle-check__ttl, .mybottle-about__ttl, .mybottle-what__ttl,
.mybottle-progress__lead,
.mybottle-product__lead,
.mybottle-map__lead,
.mybottle-check__lead,
.mybottle-about__lead,
.mybottle-what__lead {
  margin-block: calc((1em - 1lh) / 2);
}

.mybottle-progress__ttl, .mybottle-product__ttl, .mybottle-map__ttl, .mybottle-check__ttl, .mybottle-about__ttl, .mybottle-what__ttl {
  font-family: "M PLUS 1p", serif;
  font-weight: 900;
  color: #4C6D9B;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mybottle-progress__ttl, .mybottle-product__ttl, .mybottle-map__ttl, .mybottle-check__ttl, .mybottle-about__ttl, .mybottle-what__ttl {
    font-size: 40px;
    line-height: 1.3em;
  }
}
@media screen and (max-width: 768px) {
  .mybottle-progress__ttl, .mybottle-product__ttl, .mybottle-map__ttl, .mybottle-check__ttl, .mybottle-about__ttl, .mybottle-what__ttl {
    font-size: 22px;
  }
  .mybottle-progress__ttl small, .mybottle-product__ttl small, .mybottle-map__ttl small, .mybottle-check__ttl small, .mybottle-about__ttl small, .mybottle-what__ttl small {
    display: block;
    font-size: 20px;
    line-height: 1.4em;
  }
}

.mybottle-progress__lead, .mybottle-product__lead, .mybottle-map__lead, .mybottle-check__lead, .mybottle-about__lead, .mybottle-what__lead {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mybottle-progress__lead, .mybottle-product__lead, .mybottle-map__lead, .mybottle-check__lead, .mybottle-about__lead, .mybottle-what__lead {
    font-size: 16px;
    line-height: 1.875em;
  }
}
@media screen and (max-width: 768px) {
  .mybottle-progress__lead, .mybottle-product__lead, .mybottle-map__lead, .mybottle-check__lead, .mybottle-about__lead, .mybottle-what__lead {
    font-size: 15px;
    line-height: 1.8666666667em;
  }
  .mybottle-progress__lead small, .mybottle-product__lead small, .mybottle-map__lead small, .mybottle-check__lead small, .mybottle-about__lead small, .mybottle-what__lead small {
    display: block;
    font-size: 14px;
    line-height: 1.7142857143em;
  }
}

@-webkit-keyframes eye1 {
  0%, 90% {
    background-color: #ffffff;
  }
  95% {
    background-color: transparent;
  }
  100% {
    background-color: #ffffff;
  }
}

@keyframes eye1 {
  0%, 90% {
    background-color: #ffffff;
  }
  95% {
    background-color: transparent;
  }
  100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes eye2 {
  0%, 90% {
    background-color: #000000;
  }
  95% {
    background-color: transparent;
  }
  100% {
    background-color: #000000;
  }
}
@keyframes eye2 {
  0%, 90% {
    background-color: #000000;
  }
  95% {
    background-color: transparent;
  }
  100% {
    background-color: #000000;
  }
}
@-webkit-keyframes eye3 {
  0%, 90% {
    background-color: transparent;
  }
  95% {
    background-color: #ffffff;
  }
}
@keyframes eye3 {
  0%, 90% {
    background-color: transparent;
  }
  95% {
    background-color: #ffffff;
  }
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mybottle-kv
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.mybottle-kv {
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}
.mybottle-kv:not(:hover) i {
  -webkit-transition: translate 0.2s linear;
  transition: translate 0.2s linear;
}
.g-main:has(.mybottle-kv) {
  margin-top: 0;
}

body:has(.mybottle-kv) .g-mybottle, body:has(.mybottle-kv) .g-mybottle--2 {
  display: none;
}

.mybottle-kv__logo {
  max-width: 100%;
}
.mybottle-kv__fig {
  z-index: 1;
}
.mybottle-kv__pic {
  aspect-ratio: 128/85;
}
.mybottle-kv__eyes {
  position: absolute;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  translate: -50% 0;
}
@media (hover: hover) {
  .mybottle-kv__eyes:hover p,
  .mybottle-kv__eyes:hover i {
    background-color: transparent;
  }
  .mybottle-kv__eyes:hover span {
    background-color: #ffffff;
  }
}
.mybottle-kv__eye,
.mybottle-kv__eye i,
.mybottle-kv__eye span {
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
.mybottle-kv__eye,
.mybottle-kv__eye i {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.mybottle-kv__eye {
  background-color: #ffffff;
}
.mybottle-kv__eye i,
.mybottle-kv__eye span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.mybottle-kv__eye i {
  background-color: #000000;
}
.mybottle-kv__txt {
  font-weight: 700;
}
.mybottle-kv__line {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Satoshi", sans-serif;
  font-weight: 900;
  opacity: 0.3;
}
.mybottle-kv__line span {
  word-break: keep-all;
  white-space: nowrap;
}
.mybottle-kv__link, .mybottle-kv__link--2 {
  position: fixed;
  display: block;
  z-index: 99;
}
.mybottle-kv__link::after, .mybottle-kv__link--2::after {
  content: "";
  position: absolute;
  display: block;
}
.mybottle-kv__link::after {
  background: url("../img/mybottle/icon-bottle.png") no-repeat center center/contain;
  aspect-ratio: 112/156;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (hover: hover) {
  .mybottle-kv__link:hover::after {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  .mybottle-kv__link:hover,
  .mybottle-kv__link:hover img {
    opacity: 1;
  }
}
.mybottle-kv__btn {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .mybottle-kv {
    background: url("../img/mybottle/bg-kv.jpg") no-repeat center center/cover;
  }
  .mybottle-kv__wrap {
    padding: 17.96875svh 40px 0;
    height: 100svh;
  }
  .mybottle-kv__logo {
    height: 17.1875svh;
  }
  .mybottle-kv__txt {
    margin-top: -1.5625svh;
    font-size: 2.0833333333svh;
    line-height: 1.75em;
  }
  .mybottle-kv__fig {
    position: absolute;
    left: 50%;
    bottom: 0;
    translate: -50% 0;
  }
  .mybottle-kv__pic {
    height: 55.3385416667svh;
  }
  .mybottle-kv__eyes {
    top: 6.25svh;
    width: calc(100% - 22.65625svh);
  }
  .mybottle-kv__eye {
    height: 17.0572916667svh;
  }
  .mybottle-kv__eye i {
    height: 10.9375svh;
  }
  .mybottle-kv__eye span {
    height: 1.5625svh;
  }
  .mybottle-kv__line {
    bottom: 20.5729166667svh;
    font-size: 15.625svh;
  }
  .mybottle-kv__line span {
    -webkit-animation: MarqueeScroll 120s linear infinite;
            animation: MarqueeScroll 120s linear infinite;
  }
  .mybottle-kv__link, .mybottle-kv__link--2 {
    right: 12px;
    width: 200px;
  }
  .mybottle-kv__link {
    bottom: 16px;
  }
  .mybottle-kv__link::after {
    right: 4px;
    bottom: -20px;
    width: 56px;
  }
  .mybottle-kv__link--2 {
    bottom: 114px;
    background: url("../img/mybottle/btn-kv2_hover.png") no-repeat center center/contain;
  }
}
@media screen and (min-width: 769px) and (hover: hover) {
  .mybottle-kv__link--2:hover {
    opacity: 1;
  }
  .mybottle-kv__link--2:hover img {
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .mybottle-kv {
    background: url("../img/mybottle/bg-kv_sp.jpg") no-repeat center center/cover;
  }
  .mybottle-kv__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 138px 20px 0;
    height: 660px;
  }
  .mybottle-kv__logo {
    width: 335px;
  }
  .mybottle-kv__txt {
    margin-top: 32px;
    font-size: 14px;
    line-height: 1.8571428571em;
  }
  .mybottle-kv__fig {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 104px;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    background: url("../img/mybottle/pic-kv_sp.png") no-repeat center top/100%;
  }
  .mybottle-kv__pic {
    display: none;
  }
  .mybottle-kv__eyes {
    top: 25px;
    width: 234px;
  }
  .mybottle-kv__eye {
    height: 65px;
    -webkit-animation: eye1 4s linear infinite;
            animation: eye1 4s linear infinite;
  }
  .mybottle-kv__eye i {
    height: 42px;
    -webkit-animation: eye2 4s linear infinite;
            animation: eye2 4s linear infinite;
  }
  .mybottle-kv__eye span {
    height: 8px;
    -webkit-animation: eye3 4s linear infinite;
            animation: eye3 4s linear infinite;
  }
  .mybottle-kv__line {
    top: 388px;
    font-size: 90px;
  }
  .mybottle-kv__line span {
    -webkit-animation: MarqueeScroll 80s linear infinite;
            animation: MarqueeScroll 80s linear infinite;
  }
  .mybottle-kv__link {
    right: 8px;
    bottom: 0;
    width: 181px;
  }
  .mybottle-kv__link--2 {
    right: 10px;
    bottom: 80px;
    width: 175px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mybottle-what
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.mybottle-what {
  background-color: #EFF6FF;
}
@media screen and (min-width: 769px) {
  .mybottle-what__wrap {
    padding: 120px 0;
  }
  .mybottle-what__lead {
    margin-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .mybottle-what__wrap {
    padding: 72px 0;
  }
  .mybottle-what__lead {
    margin-top: 20px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mybottle-article
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.mybottle-article {
  background: #82B1D9 url("../img/mybottle/pic.png") no-repeat;
  -webkit-transition: background-position-y 0.6s ease-in-out;
  transition: background-position-y 0.6s ease-in-out;
}
.mybottle-article__box {
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .mybottle-article {
    background-size: 146px;
    background-position: left calc(50% - 496px - 73px) top 102%;
  }
  .mybottle-article__wrap {
    padding: 100px 0;
  }
  .mybottle-article__box {
    padding: 80px 60px;
    border-radius: 40px;
  }
  .mybottle-article__box:not(:first-of-type) {
    margin-top: 48px;
  }
}
@media screen and (max-width: 768px) {
  .mybottle-article {
    background-size: 118px;
    background-position: left 20px top 102%;
  }
  .mybottle-article__wrap {
    padding: 72px 16px 115px;
  }
  .mybottle-article__box {
    padding: 56px 28px;
    border-radius: 24px;
  }
  .mybottle-article__box:not(:first-of-type) {
    margin-top: 24px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mybottle-about
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.mybottle-about__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mybottle-about__ttl::before, .mybottle-about__ttl::after {
  content: "";
  display: block;
}
.mybottle-about__ttl::before {
  aspect-ratio: 130/68;
  background: url("../img/mybottle/logo-expo.png") no-repeat center center/contain;
}
.mybottle-about__ttl::after {
  aspect-ratio: 120/66;
  background: url("../img/mybottle/logo-cdc.png") no-repeat center center/contain;
}
.mybottle-about__caption {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "M PLUS 1p", serif;
  font-weight: 800;
  color: #ffffff;
  background-color: #4C6D9B;
}
.mybottle-about__txt {
  margin-block: calc((1em - 1lh) / 2);
  font-weight: 700;
  text-align: center;
}
.mybottle-about__list {
  font-family: "M PLUS 1p", serif;
  font-weight: 900;
  color: #4C6D9B;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .g-main:has(.mybottle-about) {
    overflow: visible;
  }
  .mybottle-about__ttl {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mybottle-about__ttl::before {
    width: 130px;
  }
  .mybottle-about__ttl::after {
    width: 120px;
  }
  .mybottle-about__copy {
    margin-top: 12px;
    font-size: 10px;
  }
  .mybottle-about__lead {
    margin-top: 12px;
  }
  .mybottle-about__caption {
    margin-top: 56px;
    padding: 12px 16px;
    font-size: 26px;
    border-radius: 4px;
  }
  .mybottle-about__txt {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.7333333333em;
  }
  .mybottle-about__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 48px;
    padding: 0 50px 0 20px;
  }
  .mybottle-about__item {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 540px;
  }
  .mybottle-about__fig {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: sticky;
    top: 120px;
    right: 0;
  }
  .mybottle-about__ph {
    width: 240px;
  }
  .mybottle-about__list {
    margin: 32px 0 22px;
    font-size: 20px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .mybottle-about__ttl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px 48px;
  }
  .mybottle-about__ttl small {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .mybottle-about__ttl::before {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 91px;
  }
  .mybottle-about__ttl::after {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 85px;
  }
  .mybottle-about__copy {
    margin-top: 24px;
    margin-bottom: 32px;
    font-size: 10px;
    text-align: right;
  }
  .mybottle-about__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
    margin-bottom: 24px;
    height: 60px;
    width: 100%;
    font-size: 16px;
    line-height: 1.375em;
    text-align: center;
    border-radius: 4px;
  }
  .mybottle-about__txt {
    font-size: 14px;
    line-height: 1.7142857143em;
  }
  .mybottle-about__box {
    margin-top: 48px;
  }
  .mybottle-about__fig {
    text-align: center;
  }
  .mybottle-about__ph {
    width: 170px;
  }
  .mybottle-about__item {
    margin-top: 48px;
  }
  .mybottle-about__list {
    margin: 24px 0 22px;
    font-size: 18px;
    line-height: 1.5555555556em;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mybottle-feature
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.mybottle-feature__ttl {
  font-family: "M PLUS 1p", serif;
  font-weight: 900;
  color: #4C6D9B;
}
.mybottle-feature__txt {
  margin-block: calc((1em - 1lh) / 2);
}
.mybottle-feature__caption {
  font-family: "M PLUS 1p", serif;
  font-weight: 700;
  color: #4C6D9B;
  text-align: center;
  aspect-ratio: 108/37;
  background: url("../img/mybottle/bg-balloon.svg") no-repeat center center/contain;
}
.mybottle-feature__fig {
  text-align: center;
}
.mybottle-feature__ph {
  width: 100%;
}
.mybottle-feature__label {
  display: block;
  overflow: hidden;
}
.mybottle-feature__label::before, .mybottle-feature__label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.mybottle-feature__label::before {
  width: 100%;
  height: 100%;
  background-color: rgba(21, 22, 23, 0.14);
  z-index: 1;
}
.mybottle-feature__label::after {
  aspect-ratio: 1/1;
  background: url("../img/mybottle/icon-play.svg") no-repeat center center/contain;
  z-index: 2;
}
@media (hover: hover) {
  .mybottle-feature__label {
    cursor: pointer;
  }
  .mybottle-feature__label::before {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  .mybottle-feature__label img {
    -webkit-transition: scale 0.2s ease-in-out;
    transition: scale 0.2s ease-in-out;
  }
  .mybottle-feature__label:hover::before {
    opacity: 0;
  }
  .mybottle-feature__label:hover img {
    scale: 1.04;
  }
}
@media screen and (min-width: 769px) {
  .mybottle-feature__ttl {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .mybottle-feature__ttl:not(:first-child) {
    margin-top: 32px;
  }
  .mybottle-feature__txt {
    font-size: 14px;
    line-height: 1.7142857143em;
  }
  .mybottle-feature__label {
    border-radius: 12px;
  }
  .mybottle-feature__label::after {
    width: 48px;
  }
  .mybottle-feature__fig {
    margin-top: 48px;
    width: 280px;
  }
  .mybottle-feature__ph {
    border-radius: 12px;
  }
  .mybottle-feature__ph--small {
    width: 208px;
  }
  .mybottle-feature__caption {
    margin-bottom: 8px;
    padding-top: 8px;
    width: 108px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .mybottle-feature__ttl {
    font-size: 16px;
    margin-bottom: 16px;
    text-align: center;
  }
  .mybottle-feature__ttl:not(:first-child) {
    margin-top: 24px;
  }
  .mybottle-feature__txt {
    font-size: 14px;
    line-height: 1.7142857143em;
  }
  .mybottle-feature__label::after {
    width: 50px;
  }
  .mybottle-feature__fig {
    margin-top: 40px;
    width: 100%;
  }
  .mybottle-feature__ph {
    width: 100%;
    border-radius: 12px;
  }
  .mybottle-feature__ph--small {
    width: calc(100% - 80px);
  }
  .mybottle-feature__caption {
    margin-bottom: 8px;
    padding-top: 8px;
    width: 108px;
    font-size: 12px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mybottle-modal
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.mybottle-modal__check {
  display: none;
}
.mybottle-modal__box {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}
input:not(:checked) + .mybottle-modal__box {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
input:not(:checked) + .mybottle-modal__box video {
  display: none;
}
.mybottle-modal__inner {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mybottle-modal__video, .mybottle-modal__close {
  pointer-events: all;
}
.mybottle-modal__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #ffffff;
}
.mybottle-modal__close::after {
  content: "";
  position: relative;
  top: 0.04em;
  aspect-ratio: 1/1;
  background: url("../img/mybottle/icon-close.svg") no-repeat center center/contain;
}
@media (hover: hover) {
  .mybottle-modal__close {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  .mybottle-modal__close:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
@media screen and (min-width: 769px) {
  .mybottle-modal__inner {
    gap: 24px;
  }
  .mybottle-modal__video {
    width: 700px;
  }
  .mybottle-modal__close {
    gap: 12px;
    font-size: 14px;
  }
  .mybottle-modal__close::after {
    width: 12px;
  }
}
@media screen and (max-width: 768px) {
  .mybottle-modal__inner {
    gap: 24px;
  }
  .mybottle-modal__video, .mybottle-modal__map {
    width: 100%;
  }
  .mybottle-modal__close {
    gap: 12px;
    font-size: 14px;
  }
  .mybottle-modal__close::after {
    width: 12px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mybottle-check
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.mybottle-check__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Satoshi", sans-serif;
  font-weight: 900;
  color: #4C6D9B;
  border: 2px solid #4C6D9B;
  border-radius: 999px;
}
.mybottle-check__caption {
  font-weight: 700;
}
.mybottle-check__txt, .mybottle-check__note {
  margin-block: calc((1em - 1lh) / 2);
}
.mybottle-check__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 769px) {
  .mybottle-check__lead {
    margin-top: 32px;
  }
  .mybottle-check__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 56px 0 24px;
    padding: 0 20px;
  }
  .mybottle-check__li, .mybottle-check__ph {
    width: 280px;
  }
  .mybottle-check__step {
    margin: 24px 0 16px;
    width: 87px;
    height: 30px;
    font-size: 16px;
  }
  .mybottle-check__caption {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .mybottle-check__txt {
    font-size: 15px;
    line-height: 1.6em;
  }
  .mybottle-check__note {
    font-size: 10px;
    line-height: 1.8em;
  }
}
@media screen and (max-width: 768px) {
  .mybottle-check__lead {
    margin-top: 24px;
  }
  .mybottle-check__list {
    margin: 0 0 24px;
  }
  .mybottle-check__li {
    margin-top: 40px;
  }
  .mybottle-check__li, .mybottle-check__ph {
    width: 100%;
  }
  .mybottle-check__step {
    margin: 24px 0 16px;
    width: 83px;
    height: 28px;
    font-size: 14px;
  }
  .mybottle-check__caption {
    margin-bottom: 16px;
    font-size: 18px;
  }
  .mybottle-check__txt {
    font-size: 14px;
    line-height: 1.7142857143em;
  }
  .mybottle-check__note {
    gap: 10px;
    font-size: 10px;
    line-height: 1.4em;
    text-indent: -1em;
    padding-left: 1em;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mybottle-map
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.mybottle-map > span {
  position: absolute;
  height: 0;
  width: 0;
}
.mybottle-map__map {
  width: 100%;
}
.mybottle-map__soon {
  font-weight: 900;
  font-family: "Satoshi", sans-serif;
  color: #4C6D9B;
  text-align: center;
  opacity: 0.3;
}
@media screen and (min-width: 769px) {
  .mybottle-map > span {
    top: -100px;
  }
  .mybottle-map__lead {
    margin-top: 32px;
  }
  .mybottle-map__fig {
    margin-top: 56px;
    margin-left: auto;
    margin-right: auto;
    width: 920px;
  }
  .mybottle-map__label {
    pointer-events: none;
  }
  .mybottle-map__map {
    border-radius: 24px;
  }
  .mybottle-map__soon {
    margin-top: 54px;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .mybottle-map > span {
    top: -80px;
  }
  .mybottle-map__lead {
    margin-top: 16px;
  }
  .mybottle-map__fig {
    margin-top: 40px;
  }
  .mybottle-map__label::after {
    content: "";
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 32px;
    background: url("../img/mybottle/icon-map.svg") no-repeat center center/cover;
    aspect-ratio: 1/1;
  }
  .mybottle-map__map {
    border-radius: 16px;
  }
  .mybottle-map__soon {
    margin-top: 36px;
    font-size: 18px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mybottle-product
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.mybottle-product__fig {
  text-align: center;
}
.mybottle-product__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: auto;
  padding-bottom: 0.1em;
  font-weight: 700;
  color: #ffffff;
  background-color: #4C6D9B;
  border-radius: 999px;
}
.mybottle-product__btn::after {
  content: "";
  position: relative;
  top: 0.04em;
  aspect-ratio: 1/1;
  background: url("../img/mybottle/icon-blank.svg") no-repeat center center/contain;
}
@media (hover: hover) {
  .mybottle-product__btn {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  .mybottle-product__btn:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
@media screen and (min-width: 769px) {
  .mybottle-product__lead {
    margin-top: 32px;
  }
  .mybottle-product__fig {
    margin: 56px 0 40px;
  }
  .mybottle-product__ph {
    width: 400px;
  }
  .mybottle-product__btn {
    gap: 8px;
    width: 128px;
    height: 34px;
    font-size: 12px;
  }
  .mybottle-product__btn::after {
    width: 8px;
  }
}
@media screen and (max-width: 768px) {
  .mybottle-product__lead {
    margin-top: 16px;
  }
  .mybottle-product__fig {
    margin: 40px 0 32px;
  }
  .mybottle-product__ph {
    width: 234px;
  }
  .mybottle-product__btn {
    gap: 8px;
    width: 119px;
    height: 30px;
    font-size: 12px;
  }
  .mybottle-product__btn::after {
    width: 8px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mybottle-progress
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.mybottle-progress {
  background-color: #F2F9FF;
  overflow: hidden;
}
.mybottle-progress__list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mybottle-progress__list::after {
  content: "";
  display: block;
  clear: both;
}
.mybottle-progress__list.slick-slider .slick-slide {
  float: left;
  height: auto !important;
}
.mybottle-progress__li, .mybottle-progress__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.mybottle-progress__link:hover,
.mybottle-progress__link:hover figure,
.mybottle-progress__link:hover img {
  opacity: 1;
}
@media (hover: hover) {
  .mybottle-progress__link img {
    -webkit-transition: scale 0.2s ease-in-out;
    transition: scale 0.2s ease-in-out;
  }
  .mybottle-progress__link:hover img {
    scale: 1.04;
  }
}
.mybottle-progress__fig {
  overflow: hidden;
}
.mybottle-progress__date {
  font-weight: 700;
}
.mybottle-progress__txt {
  margin-block: calc((1em - 1lh) / 2);
}
.mybottle-progress__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: auto;
  margin-left: auto;
  font-weight: 700;
}
.mybottle-progress__more::after {
  content: "";
  aspect-ratio: 1/1;
  background: #4C6D9B url("../img/mybottle/icon-blank.svg") no-repeat center center/contain;
  border-radius: 99px;
}
.mybottle-progress__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mybottle-progress__arrows .slick-arrow {
  color: transparent;
  font-size: 0;
  aspect-ratio: 1/1;
  background: #4C6D9B url("../img/mybottle/icon-arrow.svg") no-repeat center center/contain;
  border-radius: 50%;
}
@media (hover: hover) {
  .mybottle-progress__arrows .slick-arrow {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
  .mybottle-progress__arrows .slick-arrow:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
.mybottle-progress__arrows .slick-prev {
  rotate: 180deg;
}
.mybottle-progress__arrows .slick-disabled {
  pointer-events: none;
  background-color: rgba(76, 109, 155, 0.6);
}
@media screen and (min-width: 769px) {
  .mybottle-progress__wrap {
    padding: 120px 0;
  }
  .mybottle-progress__lead {
    margin-top: 32px;
  }
  .mybottle-progress__box {
    margin-top: 56px;
    margin-left: -19px;
    margin-right: -19px;
  }
  .mybottle-progress__li {
    padding: 0 19px;
  }
  .mybottle-progress__fig {
    border-radius: 16px;
  }
  .mybottle-progress__ph {
    width: 240px;
  }
  .mybottle-progress__date {
    margin: 24px 0 16px;
    font-size: 18px;
  }
  .mybottle-progress__txt {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 1.6em;
  }
  .mybottle-progress__more {
    gap: 10px;
    font-size: 12px;
  }
  .mybottle-progress__more::after {
    width: 28px;
    background-size: 8px;
  }
  .mybottle-progress__arrows {
    margin-top: 40px;
    gap: 16px;
  }
  .mybottle-progress__arrows .slick-arrow {
    width: 56px;
    background-size: 8px;
  }
}
@media screen and (max-width: 768px) {
  .mybottle-progress__wrap {
    padding: 72px 20px;
  }
  .mybottle-progress__lead {
    margin-top: 16px;
  }
  .mybottle-progress__box {
    margin-top: 40px;
    margin-left: -12px;
    margin-right: -12px;
  }
  .mybottle-progress__list {
    width: 204px;
  }
  .mybottle-progress__li {
    padding: 0 12px;
  }
  .mybottle-progress__fig {
    border-radius: 16px;
  }
  .mybottle-progress__ph {
    width: 180px;
  }
  .mybottle-progress__date {
    margin: 20px 0 16px;
    font-size: 16px;
  }
  .mybottle-progress__txt {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.7142857143em;
  }
  .mybottle-progress__more {
    gap: 10px;
    font-size: 12px;
  }
  .mybottle-progress__more::after {
    width: 28px;
    background-size: 8px;
  }
  .mybottle-progress__arrows {
    margin-top: 32px;
    gap: 10px;
  }
  .mybottle-progress__arrows .slick-arrow {
    width: 48px;
    background-size: 8px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mybottle-footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.mybottle-footer__wrap {
  position: static;
}
.mybottle-footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.mybottle-footer__fig {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.mybottle-footer__caption {
  margin-block: calc((1em - 1lh) / 2);
}
.mybottle-footer__lead {
  margin-block: calc((1em - 1lh) / 2);
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}
.mybottle-footer__link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.mybottle-footer__copy {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mybottle-footer__wrap {
    padding: 64px 0;
  }
  .mybottle-footer__box {
    gap: 48px;
  }
  .mybottle-footer__fig {
    height: 210px;
  }
  .mybottle-footer__myaku {
    margin-bottom: 16px;
    width: 110px;
  }
  .mybottle-footer__bottle {
    margin-bottom: 24px;
    width: 70px;
  }
  .mybottle-footer__caption {
    font-size: 10px;
    line-height: 1.4em;
  }
  .mybottle-footer__ttl {
    margin-bottom: 24px;
  }
  .mybottle-footer__logo {
    width: 457px;
  }
  .mybottle-footer__lead {
    width: 380px;
    font-size: 13px;
    line-height: 1.6923076923em;
  }
  .mybottle-footer__link {
    margin-top: 40px;
  }
  .mybottle-footer__bnr {
    width: 370px;
  }
  .mybottle-footer__copy {
    margin-top: 8px;
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .mybottle-footer__wrap {
    padding: 56px 20px;
  }
  .mybottle-footer__box {
    gap: 8px;
  }
  .mybottle-footer__fig {
    position: absolute;
    top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 154px;
  }
  .mybottle-footer__fig:first-of-type {
    left: 50%;
    -webkit-transform: translateX(-126px);
            transform: translateX(-126px);
  }
  .mybottle-footer__fig:last-of-type {
    right: 50%;
    -webkit-transform: translateX(126px);
            transform: translateX(126px);
  }
  .mybottle-footer__myaku {
    margin-bottom: 10px;
    width: 75px;
  }
  .mybottle-footer__bottle {
    margin-bottom: 20px;
    width: 50px;
  }
  .mybottle-footer__caption {
    font-size: 10px;
    line-height: 1.4em;
  }
  .mybottle-footer__ttl {
    margin-top: 40px;
  }
  .mybottle-footer__logo {
    width: 164px;
  }
  .mybottle-footer__lead {
    margin-top: 174px;
    font-size: 14px;
    line-height: 1.7142857143em;
  }
  .mybottle-footer__link {
    margin-top: 40px;
  }
  .mybottle-footer__bnr {
    width: 320px;
  }
  .mybottle-footer__copy {
    margin-top: 8px;
    font-size: 10px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
mybottle-bottom
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.mybottle-bottom {
  background-color: #EEEEEE;
}
@media screen and (min-width: 769px) {
  .mybottle-bottom__wrap {
    padding: 80px 0;
  }
  .mybottle-bottom__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mybottle-bottom__bnr {
    width: 333px;
  }
}
@media screen and (max-width: 768px) {
  .mybottle-bottom__wrap {
    padding: 56px 0;
  }
  .mybottle-bottom__list {
    margin: auto;
    overflow: hidden;
  }
  .mybottle-bottom__list, .mybottle-bottom__li, .mybottle-bottom__bnr {
    width: 287px;
  }
  .mybottle-bottom__li {
    float: left;
  }
  .mybottle-bottom__arrows {
    margin-top: 16px;
    font-size: 0;
    color: transparent;
  }
  .mybottle-bottom__arrows .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
  }
  .mybottle-bottom__arrows .slick-dots li {
    background-color: #ffffff;
  }
  .mybottle-bottom__arrows .slick-dots li,
  .mybottle-bottom__arrows .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }
  .mybottle-bottom__arrows .slick-dots li.slick-active button {
    background-color: #128BE5;
  }
}