@charset "utf-8";

/*base-----------------*/
/*
html {
  font-size: 62.5%;
}
*/
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  overflow: auto;
  background: #fff;
  box-sizing: border-box;
  font-family: 'Klee One', serif;
  color: #333;
  line-height: initial;
}

main {
  width: 100%;
  /*overflow:hidden;*/
  margin: auto;
  display: block;
  /*padding:0 0 100px;*/
  /*padding: 0 0 30px;*/
  /*margin-top: 50px;*/
  display: flex;
  flex-direction: column;
  row-gap: 5rem;
}

.container {
  max-width: 1920px;
  margin: auto;
  width: 96%;
}

.wrapper {
  display: grid;
  column-gap: 10px;
  row-gap: 1em;
}

#top {
  margin-top: 0;
}

input {
  font-family: 'Klee One', serif;
  color: #333;
  cursor: text;
  width: 100%;
  border: 1px solid #878787;
  border-radius: 8px;
  padding: 10px;
  display: block;
}

#donation_use,
#simulator_sec {
  position: relative;
}

#newslink:before,
#municipality_intro:before,
#donation_use:before,
#simulator_sec:before {
  content: '';
  display: block;
  height: 100px;
  margin-top: -70px;
}

::placeholder {
  color: #878787;
}

a {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

a:hover {
  opacity: 0.7;
}

a:hover {
  color: #333;
}

img {
  width: 100%;
}

button {
  transition: all 0.2s ease-in-out;
}

button img {
  vertical-align: middle;
}

@font-face {
  font-family: 'fontawesome';
  src: url('../font/fa-solid-900.ttf') format('truetype');
}

i {
  font-family: 'fontawesome', sans-serif;
  font-style: normal;
}

.fi {
  font-size: 1.5rem;
}

a.outlink {
  text-decoration: underline;
  text-decoration-color: #0dab65;
  font-weight: bold;
}

.bi-box-arrow-up-right {
  color: #0d6efd;
  font-size: 1rem;
}

.indentlist li.indent{
  padding-left: 1em;
  text-indent: -1em;
}

.textatte{
  text-decoration: underline;
  font-weight: 700;
  color: #DE5D50;
}

@media screen and (max-width: 768px) {
  .fi.ti-close {
    font-size: 1rem;
  }
}

button.favorite {
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  font-size: calc(10px + 2 * ((100vw - 320px) / 670));
  color: #333;
}

button.favorite.red i {
  color: #FF004E;
}

.btn {
  color: #fff;
  border: 1px solid #333;
  background: #333;
  border-radius: 28px;
  padding: 12px 0;
  text-align: center;
  max-width: 230px;
  display: block;
  font-size: 1.4rem;
  margin: auto;
}

.btn:hover {
  background: #fff;
  color: #333;
}

.btn-re {
  color: #333;
  border: 1px solid #333;
  background: #fff;
  border-radius: 28px;
  padding: 12px 0;
  text-align: center;
  max-width: 230px;
  display: block;
  font-size: 1.4rem;
  margin: 3rem auto 0;
}

.btn-re:hover {
  background: #333;
  color: #fff;
}

.ac-btn {
  border-color: #c8c8c8;
  background: #fff;
  position: relative;
  color: #333;
}

.ac-btn::after,
.selectwrap::after {
  content: "";
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -5.5px;
  transition: all 0.2s ease-in-out;
}

.ac-btn.active {
  background: #F6F6F6;
  border-color: #F6F6F6;
}

.ac-btn.active::after {
  transform: rotate(-45deg);
  margin-top: -2.5px;
}


/*************************************************************/


/*parts-----------------*/

.sec-my {
  margin-top: calc(10px + 10 * ((100vw - 320px) / 670));
  margin-bottom: calc(40px + 10 * ((100vw - 320px) / 670));
}

.sec-my-s {
  margin-top: calc(10px + 10 * ((100vw - 320px) / 670));
  margin-bottom: calc(10px + 10 * ((100vw - 320px) / 670));
}

.container-in {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: calc(14px + 4 * ((100vw - 320px) / 670));
  margin-bottom: 2rem;
}

.ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: calc(14px + 4 * ((100vw - 320px) / 670));
  margin-bottom: 2rem;
}

.ttls {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
}

.ttll {
  display: flex;
  font-weight: bold;
  align-items: center;
  font-size: calc(14px + 4 * ((100vw - 320px) / 670));
  margin-bottom: 2rem;
}

.ttl:before,
.ttll:before {
  content: "";
  background: url(../img/misaki.png) no-repeat;
  width: 34px;
  height: 26px;
  background-size: cover;
  margin-right: 1rem;
}

.ttls:before {
  content: "";
  background: url(../img/misaki.png) no-repeat;
  width: 26px;
  height: 20px;
  background-size: cover;
  margin-right: .5rem;
}

.img-r {
  border-radius: 1rem;
}

.ptxt {
  font-size: calc(10px + 2 * ((100vw - 320px) / 670));
}

.title-header,
.title-header-s {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .title-header-s {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-bottom: 2rem;
  }
}

.title-header .ttl,
.title-header-s .ttl {
  margin-bottom: 0;
}

.title-header-s .btn-all {
  position: absolute;
  right: 0;
  z-index: 2;
  text-align: right;
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
  /*border: 1px solid #777;*/
  border-radius: 2.5rem;
  padding: .5rem 1rem;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  background-color: #0dab65;
  color: #fff;
}

.title-header-s .btn-all:hover {
  background-color: rgb(0, 184, 76, .6);
  color: #333 !important;
}

.txt-diagonal {
  position: relative;
  display: inline-block;
  margin: .5em 0;
  padding: .5rem 1rem;
  color: #fff;
  font-size: 16px;
  background: #0dab65;
  left: 52%;
  text-align: center;
  border-radius: 1.5rem;
  transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
}

.txt-diagonal:before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -10px;
  border: 6px solid transparent;
  border-top: 10px solid #0dab65;
}

.txt-diagonal span {
  margin: 0;
  padding: 0;
  font-weight: 700;
}

.bg-gl {
  background-color: #fafffc;
}


/*************************************************************
top
*************************************************************/


/*header-----------------*/

header {
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
}

header {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid #c8c8c8;
  height: 57px;
}
/*
@media screen and (max-width: 767px) {
header {
  height: 90px!important;
}
}*/
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  width: 98%;
}

@media screen and (max-width: 768px) {
  header .logo {
    padding-left: 1rem;
  }
}

header .logo img {
  max-width: calc(240px - 72px);
  max-width: -webkit-calc(240px - 72px);
  max-width: -moz-calc(240px - 72px);
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

header .logo:hover,
header nav ul li a:hover {
  opacity: .5;
}

header nav ul {
  display: flex;
  align-items: center;
}

header nav ul li a {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  position: relative;
}

header nav ul li a img {
  max-width: 24px;
}

header nav ul li a p {
  line-height: 1em;
  margin-top: 4px;
  font-size: calc(10px + 0*((100vw - 320px) / 670));
}

header nav ul li a .cart_number {
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  background: #ff004e;
  color: #fff;
  border-radius: 50%;
  top: -6px;
  left: 3px;
  line-height: 16px;
  font-size: calc(10px + 0*((100vw - 320px) / 670));
  font-weight: bold;
  text-align: center;
}

.burger-btn {
  position: relative;
  width: 48px;
  height: 40px;
  margin-right: 1.5rem;
}

.burger-btn a {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.burger-btn a:hover {
  opacity: 1;
}

.burger-btn div {
  position: relative;
  width: 24px;
  height: 24px;
  margin: auto;
}

.burger-btn div span {
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333;
  transform: translateX(-50%);
  z-index: 101;
  transition: transform .3s;
}

.burger-btn div span:nth-of-type(1) {
  top: 5px;
}

.burger-btn div span:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}

.burger-btn div span:nth-of-type(3) {
  bottom: 5px;
}

.burger-btn.close div span:nth-of-type(1) {
  transform: translate(-50%, 5px) rotate(45deg);
}

.burger-btn.close div span:nth-of-type(2) {
  opacity: 0;
}

.burger-btn.close span:nth-of-type(3) {
  transform: translate(-50%, -7px) rotate(-45deg);
}

.burger-btn.close p {
  display: none;
}
/*
header nav ul li .searchform{
  display: flex;
  align-items: center;
}

header nav ul li .search-name {
  position: relative;
  height: 38px;
  width: 200px;
}

button.ec-headerSearch__keywordBtn {
  position: absolute;
  left: 170px;
}
*/
/*
.headersearchsp .search-name {
  position: relative;
  height: 30px;
  width: 200px;
}*/

@media screen and (max-width: 766px) {
.searchformsp input {
 min-width: 300px!important;
}
}
@media screen and (min-width: 767px) {
li.headersearch .searchformsp {
  margin-left: -13rem!important;
}
.searchformsp input {
 width: 180px!important;
}
}

.searchformsp {
display: flex;
align-items: center;
overflow: hidden;
border: 1px solid #808080;
border-radius: 25px;
height: 38px;
}

.searchformsp input {
height: 38px;
padding-left: 0;
border: none;
box-sizing: border-box;
font-size: 1em;
outline: none;
}

.searchformsp input::placeholder {
color: #808080;
}

.searchformsp button {
display: flex;
justify-content: center;
align-items: center;
width: 45px;
height: 45px;
border: none;
background-color: transparent;
cursor: pointer;
}

.searchformsp button::before {
width: 24px;
height: 24px;
background-image: url(../img/icon_search.svg);
background-repeat: no-repeat;
content: '';
}

.headersearchsp{
  margin: 1rem 0
}

/*************************************************************/


/*.burger-menu-----------------*/

.burger-menu {
  visibility: hidden;
  left: max(0px, calc((100% - 1920px) / 2));
  top: 0;
  position: absolute;
  width: 390px;
  height: auto;
  background-color: #fbfbfb;
  border-radius: 0 0 1.5rem 1.5rem;
  border: 1px solid #C8C8C8;
  border-top: none;
  opacity: 0;
  transition: opacity .5s;
  z-index: 98;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
}

.burger-btn.close {
  transition: opacity .5s;
  opacity: 1;
  visibility: visible;
}

.burger-btn.close~body {
  filter: blur(3px) !important;
}

@media screen and (max-width: 979px) {
  .burger-menu {
    width: 100%;
    left: 0;
  }
}

.burger-menu.fade {
  opacity: 1;
  visibility: visible;
}

.burger-menu.fade .inner {
  opacity: 1;
}

.burger-menu .inner {
  padding: 2rem 1rem;
  opacity: 0;
}

.burger-menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5rem 0;
  flex-direction: column;
  row-gap: .5rem;
}

.burger-menu-btn-n {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: .5rem;
}

.btn-common {
  border: #0dab65 2px solid;
  border-radius: 2.5rem;
  background: #0dab65;
  width: 90%;
  text-align: center;
  padding: .5rem 0;
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
  color: #fff;
  font-weight: bold;
}

.btn-common-n {
  border: #c4c4c4 2px solid;
  border-radius: 2.5rem;
  background: #fff;
  width: 90%;
  text-align: center;
  padding: .5rem 0;
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
  font-weight: bold;
  color: #525263;
}

.btn-area {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-color: rgba(0, 0, 0, .03);
}

.btn-commons {
  border: #c8c8c8 2px solid;
  border-radius: 2.5rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
}

.navi-1st {
  margin: 0;
  border: #c8c8c8 1px solid;
  border-radius: 1rem;
  background-color: #fff;
}

.navi-1st li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1rem;
  border-bottom: 1px solid #c8c8c8;
}

.navi-1st li a::after {
  content: "\e649";
  transition: all 0.2s ease-in-out;
  font-family: 'themify';
  position: absolute;
  right: 1.5rem;
  color: #c8c8c8;
  font-size: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.navi-1st li a {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
}

@media screen and (max-width: 768px) {
  .navi-1st li a {
    font-size: calc(14px + 2 * ((100vw - 320px) / 670)) !important;
  }
}

.navi-1st li a:hover::after {
  right: 0;
}

.navi-1st li a:hover,
.navi-2nd li a:hover {
  text-decoration: underline #0dab65;
}

.navi-1st li:last-child,
.navi-2nd li:last-child {
  border-bottom: none;
}

.navi-2nd {
  margin-top: .5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.navi-2nd li {
  padding: .3rem;
  align-items: center;
  width: 50%;
}

.navi-2nd li a {
  font-size: calc(10px + 2 * ((100vw - 320px) / 670));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/*************************************************************/


/*.top-view-area-----------------*/
/*
@media screen and (max-width: 767px) {
.container-fuild.spmt{
  margin-top: 28px
}
}
*/
.top-view-area {
  position: relative;
  padding-top: 56px;
  /*overflow: hidden;*/
}

.top-view {
  position: relative;
  min-height: 320px;
}

.top-img-wrapper {
  position: absolute;
  z-index: 2;
  height: 100%;
  border-radius: 0 0 16px 16px/0 0 16px 16px;
  top: 1rem;
  left: 50%;
  margin-left: -480px;
  width: 960px;
  overflow: hidden;
  transform: scale(1.1);
  box-shadow: 0 2px 6px 0px rgba(0, 0, 0, .2), 0 3px 7px 1px rgba(0, 0, 0, .1);
}

.top-img-bg {
  height: 100%;
  width: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  transform-origin: top center;
}

.top-img-bg-blur {
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  background-blend-mode: lighten;
  background-attachment: fixed;
}

.top-img-bg-blur:before {
  content: '';
  background: inherit;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  z-index: -1;
}

.top-img-bgw {
  width: 100%;
  background: #fff;
  position: relative;
  padding: 32px;
}

.top-img-on {
  display: flex;
  flex-direction: row;
  max-width: 960px;
  width: 100%;
  justify-content: center;
  z-index: 3;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  margin-left: -480px;
}

.top-img-tarea {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 0;
  position: relative;
  margin-bottom: .5rem;
}

.top-img-title {
  color: #fafafa;
  font-size: calc(14px + 8 * ((100vw - 320px) / 670));
  font-weight: 700;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

.top-img-read {
  color: #fafafa;
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  overflow-wrap: break-word;
  line-height: 2rem;
}

@media screen and (max-width: 979px) {
  .top-view {
    min-height: auto;
    top: -10px;
    /*margin-bottom: 2rem;*/
  }

  .top-img-wrapper {
    left: 0;
    margin: 0;
    width: 100%;
    height: 33.33333vw;
    transform: scale(1.1);
    box-shadow: none;
    border-radius: 0;
    position: relative;
  }

  .top-img-on {
    bottom: 0;
    left: 0;
    margin-left: 0;
    padding-left: 1rem;
  }

  .top-img-title,
  .top-img-read {
    line-height: 1.5rem;
  }

  .top-img-bg-blur,
  .top-img-bgw {
    display: none;
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.swiper-slide-active .top-img-bg,
.swiper-slide-duplicate-active .top-img-bg,
.swiper-slide-prev .top-img-bg {
  animation: zoomUp 10s linear 0s 1 normal both;
}

.top-img-bg img {
  display: block;
}

@keyframes moveLeft {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
  }
}

.swiper-slide-active .top-img-bg-blur,
.swiper-slide-duplicate-active .top-img-bg-blur,
.swiper-slide-prev .top-img-bg-blur {
  animation: moveLeft 10s linear 0s 1 normal both;
}

.top-img-bg-blur img {
  display: block;
}


/*************************************************************/


/*.catebar-----------------*/

.catebarWrap {
  margin-top: 7rem;
}

.catebar {
  margin-left: auto;
  margin-right: auto;
  background: #e7e7e7 0% 0% no-repeat padding-box;
  max-width: 1900px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
}

@media (max-width: 1440px) {

  .catebar,
  .catebar .sw_catelist {
    border-radius: 0 !important;
  }
}

.catesearch {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: .5rem;
}

.searchbox {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.iconline {
  border: 2px solid #ccc;
  background-color: #fff;
  border-radius: 7px;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.catealltxt {
  font-size: calc(10px + 2 * ((100vw - 320px) / 670));
  white-space: nowrap;
}

.catebar .sw_catelist {
  background: #eeeeee 0% 0% no-repeat padding-box;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}

.catebar .swiper-slide {
  width: auto;
  text-align: center;
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 7rem;
  flex-shrink: 0;
  padding: 0 0.5rem;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .catebar .swiper-slide {
    min-width: 9rem;
  }
}

@media (min-width: 1020px) {
  .catebar .swiper-slide {
    min-width: 11rem;
  }
}

.catebar .swiper-scrollbar {
  height: 3px;
  bottom: 2px;
  background: rgba(0, 0, 0, 0.08);
}

.catebar .swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.25);
}

.catebar .swiper-slide:after {
  content: "";
  width: 2px;
  height: 50%;
  background-color: #c8c8c8;
  position: absolute;
  left: 100%;
}

.catebar .swiper-slide:last-child:after {
  content: none;
}


/*************************************************************/


/*.product-----------------*/


/*.col-15-----------------*/

.col-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .col-15 {
    width: 20%;
    flex: 0 0 50%;
  }
}

@media (min-width: 768px) {
  .col-15 {
    width: 20%;
    flex: 0 0 33.33333%;
  }
}

@media (min-width: 992px) {
  .col-15 {
    width: 20%;
    flex: 0 0 33.33333%;
  }
}

@media (min-width: 1200px) {
  .col-15 {
    width: 20%;
    flex: 0 0 20%;
  }
}


/*************************************************************/


/*.card-pro----------------*/

.card-pro .card {
  border-radius: 1rem;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  height: 100% !important;
  background: #fff;
  display: block;
  position: relative;
}

.card-pro .card-body {
  border-top: 1px solid #dee2e6 !important;
  padding: .5rem !important;
}

.card-pro .card-body .detail-price-reco {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 .5rem;
}

.card-pro .card-body .detail-price-reco p {
  font-weight: bold;
  font-size: calc(14px + 2 * ((100vw - 320px) / 670));
  color: #ed1c24;
}

.card-pro .card-body .detail-price-reco .favorite {
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  font-size: calc(16px + 2 * ((100vw - 320px) / 670));
  color: #888888;
}

.card-pro .card-body .detail-price-reco .red i {
  color: #ed1c24;
}

.card-pro .card-body .detail-product-name {
  padding: .5rem;
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
}

.card-pro .detail-product-img {
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  width: 100%;
}

.card-pro .detail-product-img .card-img-top {
  border-radius: 1rem 1rem 0 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}


/*************************************************************/


/*.card-howto-step----------------*/

.howto {
  padding: 0 1.5rem;
}

.card-howto-step .card {
  border-radius: 1rem;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  flex-direction: column;
  position: relative;
}

.card-howto-step .card .card-header {
  text-align: center;
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
  font-weight: bold;
  color: #0dab65;
}

.card-howto-step .card .detail-howto-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1vh;
}

.card-howto-step .card .detail-howto-img img {
  padding: 1.5vh;
  max-width: 170px;
}

.card-howto-step .card .card-title {
  padding: .2rem;
  font-size: calc(10px + 2 * ((100vw - 320px) / 670));
  text-align: center;
  margin-bottom: 1rem;
}


/*************************************************************/


/*.sec-simulator----------------*/

#sec-simulator {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}

#sec-simulator .bg-simulator {
  margin-top: 3rem;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  background: #fff;
  border-radius: 1rem;
  position: relative;
  border: 1px solid rgba(0, 0, 0, .125);
}

#sec-simulator .bg-simulator-header {
  padding: 0.5rem 1rem;
  text-align: center;
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
  font-weight: bold;
  border-radius: 1rem 1rem 0 0;
  background: #00B84C;
  color: #fff;
}

#sec-simulator .bg-simulator-readaera {
  padding: 1rem;
  text-align: center;
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
}

#sec-simulator .bg-simulator-read {
  padding: 1rem;
  font-size: calc(10px + 2 * ((100vw - 320px) / 670));
}

#sec-simulator .bg-simulator-read p {
  font-size: calc(10px + 2 * ((100vw - 320px) / 670));
}

#sec-simulator .bg-simulator-body {
  padding: 1rem;
  border-radius: 0 0 12px 12px;
  display: flex;
  flex-flow: column;
  gap: 1rem;
  background-color: rgba(0, 0, 0, .03);
}

#sec-simulator .bg-simulator-row {
  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;
}

#sec-simulator .bg-simulator-req {
  padding: .5rem 1rem;
  background: #FF004E;
  color: #fff;
  font-weight: bold;
  font-size: calc(10px + 2 * ((100vw - 320px) / 670));
  line-height: 1;
  text-align: center;
  border-radius: 0.5rem;
  word-break: keep-all;
}

#sec-simulator .bg-simulator-tq {
  width: calc(165px + 2 * ((100vw - 320px) / 670));
  font-weight: bold;
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
  text-align: initial;
}

@media screen and (max-width: 768px) {
  #sec-simulator .bg-simulator-req {
    font-size: calc(10px + 0 * ((100vw - 320px) / 670));
  }

  #sec-simulator .bg-simulator-tq {
    width: calc(145px + 2 * ((100vw - 320px) / 670));
    font-weight: bold;
    font-size: calc(12px + 2 * ((100vw - 320px) / 670));
    text-align: initial;
  }
}

#sec-simulator .bg-simulator-ta {
  color: #000 !important;
  font-size: calc(12px + 2 * ((100vw - 320px) / 670)) !important;
  letter-spacing: 0 !important;
  position: absolute;
}

#sec-simulator .bg-simulator-select {
  position: relative;
  width: calc(200px + 2 * ((100vw - 320px) / 670));
}

#sec-simulator .bg-simulator-select select {
  width: 100%;
  padding: 1rem;
  background: #fff;
  font-size: calc(10px + 2 * ((100vw - 320px) / 670));
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: initial;
  border-radius: 1rem;
}

#sec-simulator .bg-simulator-select,
textarea {
  background-color: hwb(0 100% 0%);
  border: 1px solid #d0d5db;
  border-radius: 1rem;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
}

#sec-simulator .bg-simulator-select:after {
  position: absolute;
  right: 1.5rem;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #b1b1b1;
  border-bottom: 2px solid #b1b1b1;
  content: "";
  pointer-events: none;
}

#sec-simulator .bg-simulator-row {
  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: .5rem;
}

#sec-simulator .bg-simulator-result {
  background: #fff;
  text-align: center;
  border: 1px solid #d0d5db;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1rem 0;
}

#sec-simulator .bg-simulator-result.is-over p,
#sec-simulator .bg-simulator-result.is-over .caution-txt {
  visibility: visible;
}

#sec-simulator .bg-simulator-result p:nth-of-type(1) {
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
  font-weight: bold;
}

#sec-simulator .bg-simulator-result p {
  visibility: hidden;
}

#sec-simulator .bg-simulator-result .caution-txt {
  visibility: hidden;
  font-size: calc(8px + 2 * ((100vw - 320px) / 670));
}

#sec-simulator .bg-simulator-result input {
  width: 100%;
  /*height: 72px;
  line-height: 3rem;*/
  padding: 0;
  border: 0;
  color: #00B84C;
  font-weight: bold;
  font-size: calc(20px + 2 * ((100vw - 320px) / 670));
  letter-spacing: 4px;
  text-align: center;
}

#sec-simulator .simulator-exc p {
  font-size: calc(12px + 0 * ((100vw - 320px) / 670));
  word-break: auto-phrase;
}

#sec-simulator .simulator-exc {
  display: flex;
  align-items: center;
  position: relative;
  padding: 2rem;
  background-color: #fafffc;
}

#sec-simulator .simulator-exc::before {
  position: absolute;
  bottom: -5px;
  right: 7px;
  z-index: -1;
  transform: rotate(5deg);
  width: 70%;
  height: 50%;
  background-color: #ccc;
  content: "";
  filter: blur(4px);
}


/*************************************************************/


/*.sec-howto-product----------------*/

#sec-howto-product {
  margin-top: 3rem;
  position: relative;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, .125);
}

#sec-howto-product .howto-product-header {
  padding: 0.5rem 1rem;
  text-align: center;
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
  font-weight: bold;
  border-radius: 1rem 1rem 0 0;
  background: #00B84C;
  color: #fff;
}

#sec-howto-product .howto-product-body {
  padding: 1rem;
  border-radius: 0 0 12px 12px;
  background: #fff;
}

#sec-howto-product .btn-area {
  border-radius: 0 0 12px 12px;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0%);
  }
}

.ani-pro {
  display: -ms-grid;
  overflow: hidden;
}

.ani-pro-wrap {
  display: flex;
  overflow: hidden;
}

.ani-pro-list {
  display: flex;
  list-style: none;
}

.ani-pro-list_left {
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}

.ani-pro-list_right {
  animation: infinity-scroll-right 60s infinite linear 0.5s both;
}

.ani-pro-item {
  /*width: calc(100vw / 10);*/
  width: calc(8vw + 60px);
}

.ani-pro-item>img {
  width: 100%;
}

.ani-pro-wrap:hover .ani-pro-list_left,
.ani-pro-wrap:hover .ani-pro-list_right {
  animation-play-state: paused;
}


/*************************************************************/


/*.sec-howto-app----------------*/

#sec-howto-app {
  margin-top: 3rem;
  position: relative;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, .125);
}

#sec-howto-app .sec-howto-app-header {
  padding: 0.5rem 1rem;
  text-align: center;
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
  font-weight: bold;
  border-radius: 1rem 1rem 0 0;
  background: #00B84C;
  color: #fff;
}

#sec-howto-app .sec-howto-app-body {
  padding: 1rem;
  background-color: rgba(0, 0, 0, .03);
  position: relative;
  border-radius: 0 0 12px 12px;
}

#sec-howto-app table {
  margin: 0;
  background: #fff;
}

#sec-howto-app .table-radius {
  border: 1px solid #c8c8c8;
  border-radius: 1rem;
  border-spacing: 0;
  border-collapse: separate;
}

#sec-howto-app .table-radius tr th,
#sec-howto-app .table-radius tr td {
  border: none;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
}

#sec-howto-app .table-radius thead tr:first-child th {
  border-bottom: 1px solid #c8c8c8;
}

#sec-howto-app .table-radius tr:first-child td {
  border-top: none;
}

#sec-howto-app .table-radius tr th:last-child,
#sec-howto-app .table-radius tr td:last-child {
  border-right: none;
}

#sec-howto-app .table-radius tr th:first-child,
#sec-howto-app .table-radius tr td:first-child {
  border-left: none;
}

#sec-howto-app .table-radius tr:last-child th,
#sec-howto-app .table-radius tr:last-child td {
  border-bottom: none;
}

#sec-howto-app .sec-howto-app-body table th,
#sec-howto-app .sec-howto-app-body table td {
  padding: 1rem;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

#sec-howto-app .sec-howto-app-body table th:first-child,
#sec-howto-app .sec-howto-app-body table thead th {
  text-align: center;
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
  font-weight: bold;
}

#sec-howto-app .sec-howto-app-body table td {
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
}

#sec-howto-app .sec-howto-app-body table th:nth-child(2),
#sec-howto-app .sec-howto-app-body table th:nth-child(3) {
  width: 40%;
}

#sec-howto-app .sec-howto-bnr {
  margin: .5rem 0;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  align-items: center;
}

#sec-howto-app .sec-howto-bnr p {
  word-break: break-all
}

#sec-howto-app .sec-howto-bnr img {
  width: 300px;
}

/*************************************************************/


/*.card-use----------------*/

.card-use .card {
  border-radius: 1rem;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  height: 100% !important;
  display: block;
  position: relative;
}

.card-use .detail-use-img {
  position: relative;
  width: 100%;
}

.card-use .detail-use-img .card-img-w {
  border-radius: 1rem 1rem 0 0;
  object-fit: cover;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.card-use .card-body {
  border-top: 1px solid #dee2e6 !important;
  padding: .5rem !important;
}

.card-use .card-body .detail-use-ttl {
  color: #333;
  padding: 0 .5rem;
  font-weight: bold;
  font-size: calc(14px + 2 * ((100vw - 320px) / 670));
  border-left: solid 4px #0dab65;
  margin-left: .5rem;
}

.card-use .card-body .detail-use-read {
  padding: .5rem;
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
}

.card-use-dstatus .card {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
  border-radius: 1rem;
}

.card-use-dstatus .card-body {
  padding: .5rem 1rem;
  border-radius: 1rem;
}

.card-use-dstatus .card-header {
  padding: .5rem 1rem;
  border-radius: 1rem 1rem 0 0;
  margin-bottom: 0;
  background: #00B84C;
  border-bottom: inherit;
  color: #fff;
  font-weight: bold;
  font-size: calc(12px + 2*((100vw - 320px) / 670));
}

.use-dstatus-read {
  word-break: break-all;
}

.use-dstatus-read,
.use-dstatus-list,
.use-dstatus-file {
  padding: .3rem;
}

.icon-pdf {
  position: relative;
  padding-left: 20px;
  font-size: 1rem;
  text-decoration: underline;
  text-decoration-color: #0dab65;
}

.icon-pdf:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/PDF_32.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

/*************************************************************/


/*.mayor----------------*/

.mayor-bg {
  /*margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;*/
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  display: flex;
  position: relative;
  background-image: url(../img/mayor-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  background-attachment: fixed;
}

.mayor-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.mayor-img {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  border: 3px solid rgb(0, 184, 76, .6);
}

.mayor-img .item-wrapper {
  width: 200px;
  height: 200px;
  position: relative !important;
}

.mayor-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.mayor-detail .mayor-name {
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
  text-align: center;
  padding: 1rem;
}

.mayor-detail .mayor-txt {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  /*background-color: rgb(0, 184, 76, .3);*/
  background-color: rgb(255, 255, 255, .6);
  border: 3px solid rgb(0, 184, 76, .6);
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
}


/*************************************************************/


/*.misaki-news----------------*/
.toplatestnews {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .toplatestnews {
    display: flex;
    justify-content: flex-start;
  }
}

.toplatestnews a p {
  font-weight: bold;
}


.misaki-news {
  margin: 0;
  border: #c8c8c8 1px solid;
  border-radius: 1.5rem;
  background-color: #fff;
}

.misaki-news li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1.3rem;
  border-bottom: 1px solid #c8c8c8;
}

.misaki-news li:last-child {
  border-bottom: none;
}

.misaki-news li a,
.toplatestnews a p {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
}

.misaki-news li a::after {
  content: "\e649";
  transition: all 0.2s ease-in-out;
  font-family: 'themify';
  position: absolute;
  right: 1rem;
  color: #c8c8c8;
  font-size: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.misaki-news li a:hover::after {
  right: 0;
}

.misaki-news li a .date {
  width: 8%;
  margin-right: 2%;
  font-weight: bold;
  font-size: calc(10px + 2 * ((100vw - 320px) / 670));
}

.misaki-news li a .text {
  width: 96%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
}

.misaki-news li a:hover .text,
.toplatestnews a:hover {
  text-decoration: underline #0dab65;
}


/*************************************************************/

/*.topgallery----------------*/
.swiper-slide {
  position: relative;
}

.swiper-catch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 3rem;
  display: flex;
  align-items: center;
}

.swiper-catch * {
  flex-shrink: 0;
}

.swiper-catch h1 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .6);
}

@media screen and (max-width: 768px) {
  .swiper-catch {
    left: -3rem;
  }

  .swiper-catch h1 {
    font-size: 1.2rem;
    padding-left: 1rem;
  }
}

.swiper-button-next,
.swiper-button-prev {
  color: #0dab65 !important;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 15px;
  background-image: url(../img/misaki_op.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border-radius: unset;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-image: url(../img/misaki.png);
  width: 26px;
  height: 20px;
}

/* Animations */
@keyframes swiperCatchAnimation {
  0% {
    opacity: 0;
    transform: translateX(0);
  }

  100% {
    opacity: 1;
    transform: translateX(50px);
  }
}

.swiper-slide .swiper-catch {
  opacity: 0;
}

.swiper-slide-active .swiper-catch {
  animation-name: swiperCatchAnimation;
  animation-duration: 0.4s;
  animation-delay: 0.6s;
  animation-fill-mode: both;
}

@media screen and (min-width: 769px) {
  .topgallery {
    border-radius: 0 2rem 2rem 0;
  }
}

.ga-l-wrap {
  padding: 0;
}

img.ga-map {}

.ga-r-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ga-r-readtop {
  padding-right: 1rem;
  margin-bottom: -3rem;
  z-index: 1;
  word-break: break-word;
  background-color: rgba(255, 255, 255, 0.6);
}

.ga-r-readbottom {
  padding-right: 1rem;
  margin-top: -3rem;
  word-break: break-word;
  font-size: .8rem;
  background-color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 768px) {

  .ga-r-readtop,
  .ga-r-readbottom {
    padding-right: 0rem;
  }
}

.ga-r-readtopttl {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  padding: .5rem 0;
}



/*************************************************************/

/*.link-misaki----------------*/

.link-misaki {
  margin-bottom: 2rem;
}

.link-misaki .bnrnav {
  display: flex;
  justify-content: space-between;
  column-gap: .5rem;
}


@media (max-width: 767px) {
  .link-misaki .bnrnav {
    flex-direction: column;
    row-gap: .5rem;
  }
.link-misaki {
  margin-bottom: .5rem;
}
}

.youtubewrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtubewrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*************************************************************/


/*.map-misaki----------------*/

.map-misaki {
  height: 600px;
  border-radius: 2rem;
}


/*************************************************************/


/*.totopfade-----------------*/

.totopfade {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 80;
  width: 52px;
  height: 52px;
  box-sizing: border-box;
}

.totopfade:hover {
  opacity: .6;
}


/*************************************************************/


/*footer-----------------*/

footer {
  border-top: 1px solid #fbfbfb;
  background-color: #fafffc;
}

footer .inner {
  padding: 3rem 0;
}

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

footer .subnav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}

footer .subnav li a {
  font-size: calc(10px + 2 * ((100vw - 320px) / 670));
  display: inline-block;
}

footer .subnav li {
  flex-grow: 1;
  text-align: center;
}

footer .subnav li+li {
  border-left: 1px solid #c8c8c8;
}

@media (max-width: 767px) {
  footer .inner {
    padding: 1.5rem;
  }

  footer .subnav {
    margin: 0;
    border: #c8c8c8 1px solid;
    border-radius: 1.5rem;
    background-color: #fff;
  }

  footer .subnav li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 1rem;
    border-bottom: 1px solid #c8c8c8;
    text-align: left;
  }

  footer .subnav li:last-child {
    border-bottom: none;
  }

  footer .subnav li a {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: calc(14px + 2 * ((100vw - 320px) / 670));
  }

  footer .subnav li+li {
    width: 100%;
    border-left: none;
  }

  footer .subnav li a::after {
    content: "\e649";
    transition: all 0.2s ease-in-out;
    font-family: 'themify';
    position: absolute;
    right: 1.5rem;
    color: #c8c8c8;
    font-size: 1rem;
    top: 50%;
    transform: translateY(-50%);
  }

  footer .subnav li a:hover::after {
    right: 0;
  }

  footer .subnav li a:hover {
    text-decoration: underline #0dab65;
  }
}

footer .copyright a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 1rem;
}

footer .cr-txt {
  font-size: calc(10px + 2 * ((100vw - 320px) / 670));
}

footer .copyright img {
  margin: 1rem;
  width: 36px;
}


/*************************************************************
end top
*************************************************************/


/*************************************************************/


/*.detail-pro-----------------*/

.detail-pro {
  margin-top: 4rem;
}

.area-pro {
  flex-direction: column !important;
  height: 100% !important;
  display: flex !important;
  row-gap: 2rem;
  padding: 1rem;
}

.area-pro:nth-of-type(2)+.sticky-bt {
  position: static;
}

.area-pro:first-child {
  row-gap: 0rem !important;
  padding: 0;
}

.area-pro .swiper {
  width: 100%;
  height: 100%;
}

/*
.detail-pro .swiper-button-next:after,
.detail-pro .swiper-button-prev:after {
  display: none;
}*/


/*pic-m*/

.pd_main {
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, .125);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
  height: auto !important;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pd_main .swiper-slide {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pd_main .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}


/*pic-t*/

.pd_thumb {
  box-sizing: border-box;
  padding: 6px 0;
}

.pd_thumb .swiper-slide {
  width: 25%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .5rem;
  border: 1px solid rgba(0, 0, 0, .125);
  cursor: pointer;
  box-sizing: border-box;
}

.pd_thumb .swiper-slide img {
  border-radius: .3rem;
  box-sizing: border-box;
}

.pd_thumb .swiper-slide-thumb-active {
  opacity: 1;
  border-radius: .5rem;
  border: 3px solid #0dab65;
  box-sizing: border-box;
}


/*area-pro-txt*/

.pro-ttl {
  font-size: calc(20px + 2 * ((100vw - 320px) / 670));
  font-weight: bold;
}

.pro-sub {
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
}


/*area-pro-rec*/

.area-pro .area-pro-rec {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}


/*btn-fav*/

.btn-fav.fav-off {
  border: #808080 1px solid;
  border-radius: 3rem;
  padding: .5rem 1rem;
  display: flex;
}

.btn-fav.fav-on {
  border: #FF004E 1px solid;
  border-radius: 3rem;
  padding: .2rem 1rem .5rem;
  display: flex;
}

@media screen and (max-width: 768px) {
  .btn-fav.fav-on {
    padding: 0rem 1rem .4rem !important;
  }
}

.btn-fav.fa-sharp {
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
}


/*area-pro-features  area-pro-tbl*/

.area-pro-features {
  margin-top: calc(40px + 10 * ((100vw - 320px) / 670));
  margin-bottom: calc(40px + 10 * ((100vw - 320px) / 670));
  padding: 0;
}

/*area-pro-tbl*/

.area-pro-tbl {
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
}

.area-pro-tbl:first-child {
  margin-bottom: 3rem;
}


/*product detail */

.area-tbl .area-pro-tbl {
  column-count: 1;
  gap: 1rem;
}

@media (max-width: 767px) {
  .area-pro-tbl {
    padding: 0;
  }
}

.glink {
  text-decoration: underline;
}

.area-pro-tbl .part {
  border-top: solid 1px #c4c4c4;
}

.area-pro-tbl .part dl {
  display: flex;
  border-bottom: solid 1px #c4c4c4;
  margin: 0;
}

.area-pro-tbl .part dl dt {
  min-width: 34%;
  background-color: #f5f5f5;
  flex-grow: 0;
  flex-shrink: 0;
  font-weight: bold;
  margin: 0;
  padding: .5rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .area-pro-tbl .part dl dt {
    min-width: 25%;
  }
}

.area-pro-tbl .part dl dd {
  flex-grow: 1;
  margin: 0;
  padding: .5rem;
  overflow-wrap: break-word;
}

/*marks*/
.marks {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: visible;
}

.icons {
  position: relative;
  background: #333;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.share {
  font-size: 1.2rem;
  color: #fff;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.share i {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  display: block;
}

.balloon1 {
  display: none;
}

.balloon {
  position: absolute;
  left: 3rem;
  bottom: -0.5rem;
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  z-index: 10;
}

#share-list.balloon .arrow_box {
  opacity: 1;
  transform: none;
  animation: none;
}

.balloon i,
.balloon button {
  font-size: 2rem;
  transition: 0.3s;
  display: inline;
}

.balloon a:hover {
  opacity: 0.6;
}

.balloon a {
  color: #333;
}

.balloon a svg {
  width: 18px;
  height: 18px;
}

.arrow_box {
  position: relative;
  display: flex;
  align-items: center;
  padding: .5rem;
  bottom: -.2rem;
  column-gap: .5rem;
  background: #FFFFFF;
  border: 1px solid #c8c8c8;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.15);
  border-radius: 2rem;
}

@media screen and (max-width: 768px) {
  .arrow_box {
    position: relative;
    width: 200px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #c8c8c8;
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.15);
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    display: flex;
    align-items: center;
    padding: .5rem;
    left: -.5rem;
    bottom: -.2rem;
  }
}

.fadeInLeft {
  opacity: 0;
  transform: translateX(-100px);
  animation-name: fadeIn;
  animation-duration: .3s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  0% {}

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

/*.sticky-bt */

#df_cart {
  display: none
}

.sticky-bt {
  position: -webkit-sticky;
  position: sticky;
  top: 68px;
  z-index: 99;
}

#sec_bt_cart {
  box-sizing: border-box;
  z-index: 81;
  right: 19%;
  bottom: 25px;
  height: auto;
  background: #fff;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.15);
  padding: 15px;
}

#sec_bt_cart .default {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#sec_bt_cart .default .price span {
  font-weight: bold;
  font-size: 1.2rem;
  padding: 0 4px 0 8px;
}

#sec_bt_cart {
  text-align: center;
  border-radius: 8px;
  border: 1px solid #C8C8C8;
}

#sec_bt_cart .default .go-cart {
  background: #FF004E;
  color: #fff;
  width: 50%;
  border: 1px solid #FF004E;
  padding: 1rem;
  font-weight: bold;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {

  #sec_bt_cart .default .go-cart,
  #sec_bt_cart .btns button.gocart {
    width: 50% !important;
    padding: .8rem !important;
    font-size: .8rem !important;
  }

  #sec_bt_cart .default p.price {
    font-size: .8rem;
  }

  #sec_bt_cart .default .price span {
    font-size: 1rem;
  }
}

@media screen and (min-width: 769px) {
  .sec_bt_cart_under {
    width: 100%;
    position: relative;
  }

  .sec_bt_cart_under #sec_bt_cart {
    width: 100%;
  }
}

#sec_bt_cart .default .go-cart:hover {
  background: #fff;
  color: #FF004E;
  border: 1px solid #FF004E;
}

#sec_bt_cart .default .go-cart.disabled,
#sec_bt_cart .default .go-cart.disabled:hover {
  background: gray;
  color: white;
  border: 1px solid gray;
}

#sec_bt_cart button {
  border-radius: 8px;
  font-size: 1.4rem;
  text-align: center;
  padding: 6px;
}

#sec_bt_cart .btns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: .5rem;
}

#sec_bt_cart .btns button.gocart {
  display: block;
  width: 50%;
  border: 1px solid #F6F6F6;
  background: #F6F6F6;
  padding: 1rem;
  font-weight: bold;
  font-size: 1rem;
}

#sec_bt_cart .btns button.gocart:hover {
  background: #fff;
  border-color: #c8c8c8;
}

.addition {
  display: none;
}

#kifu_bnrs {
  margin: 5rem auto;
}

#kifu_bnrs .kifu_bnrs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: .5rem;
  padding-left: 1.3rem;
}

#kifu_bnrs .kifu_bnrs li {
  flex-basis: calc(24% - 0px);
}

@media screen and (max-width: 768px) {
  #kifu_bnrs {
    margin: 3rem auto;
  }

  #kifu_bnrs .kifu_bnrs {
    justify-content: center;
    padding-left: 0rem;
  }

  #kifu_bnrs .kifu_bnrs li {
    flex-basis: calc(48% - 0px);
  }
}

#kifu_bnrs .kifu_bnrs a {
  display: block;
  overflow: hidden;
  border: 1px solid #C8C8C8;
  border-radius: 8px;
}

#kifu_bnrs .kifu_bnrs a:hover {
  opacity: .5;
}

/*products-list*/

.pro-list-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2rem;
}

.pro-list-header-read {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .pro-list-header {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 2rem;
  }

  .pro-list-header-read {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .pro-list-header .ttl {
    margin-left: 0rem;
  }

  .pro-list-counttxt {
    margin-left: 0rem !important;
    padding-top: 1rem;
  }
}

.pro-list-header .ttl {
  margin-bottom: 0rem;
}

.pro-list-counttxt {
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
  font-weight: bold;
  margin-left: 3rem;
}

.pro-list-header .pro-list-pluginWrap {
  margin-left: auto;
}

.pro-list-header .selectWrap {
  position: relative;
  margin-left: 10px;
  cursor: pointer;
}

.pro-list-header .selectWrap .filter,
.pro-list-header .selectWrap select {
  font-size: .9rem;
  font-weight: bold;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 7px 15px;
  width: 140px;
  line-height: 24px;
}

.pro-list-header .selectWrap::after {
  right: 15px;
  margin-top: -6px;
}

.pro-list-header .selectWrap::after {
  content: "";
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5.5px;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
}

/* .selectWrap::after の▼と Bootstrap .form-select の▼が二重になるのを防ぐ */
.pro-list-header .selectWrap select.form-select {
  --bs-form-select-bg-img: none;
  background-image: none !important;
  padding-right: 2rem;
}


/*END products-list*/


/*news*/

.newsWrap {
  margin: 0 auto;
  max-width: calc(1130px + (1rem * 2));
  width: 100%;
}

.news-list-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.news-detail-Wrap {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-bottom: 3rem;
}

.news-header-Wrap {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.news-date {
  font-size: calc(14px + 2 * ((100vw - 320px) / 670));
}

.news-title {
  font-size: calc(16px + 2 * ((100vw - 320px) / 670));
}

.news-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}

.news-image img {
  border-radius: 2.5rem;
  width: 100%;
}

.news-txt {
  font-size: calc(14px + 2 * ((100vw - 320px) / 670));
}

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

/*END news*/


/*my-menu */

.mymenu-wrap {
  margin: 2rem auto;
  max-width: calc(1130px + (1rem * 2));
  width: 100%;
}

.c-area>:not(.c-area-s):first-child {
  margin-top: 0;
}

.c-area:not(:first-child)>.mymenu-wrap>:not(.c-area-s):first-child {
  margin-top: 0;
}

.mymenu-sec {
  display: flex;
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  .mymenu-sec {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }

  .mymenu-sec .mm-sec-left {
    width: 100% !important;
  }
}

.mymenu-sec .mm-sec-left {
  width: 50%;
}

.mm-sec-member {
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  background: #fff;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, .125);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
}

.mm-sec-mem-ttl {
  font-size: calc(16px + 2 * ((100vw - 320px) / 670));
  font-weight: bold;
  background-color: #0dab65;
  color: #fff;
  border-radius: 1rem 1rem 0 0;
  padding: 1rem;
}

.mm-sec-mem-body {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  padding: 1rem;
}

.mm-sec-mem-name {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 2rem;
}

.mm-sec-mem-name .mem-name {
  font-size: calc(18px + 2 * ((100vw - 320px) / 670));
  font-weight: bold;
}

.mm-sec-mem-name span {
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
}

.mm-sec-btn {
  width: 100%;
  padding: 0 1rem;
}

.mm-sec-btn--logout {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 2.5rem;
  background-color: #fff;
  padding: 1.5rem;
  font-size: calc(12px + 2 * ((100vw - 320px) / 670));
  color: #525263;
  font-weight: bold;
  touch-action: manipulation;
  cursor: pointer;
  border: 1px solid #c4c4c4;
  white-space: nowrap;
  text-decoration: none;
  height: 0;
  line-height: 0;
}

.mm-sec-btn--logout:hover {
  color: #fff;
  background: #c4c4c4;
  border: 1px solid #c4c4c4;
}

.mm-sec-menu-body {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .mm-sec-menu-body {
    gap: 1rem;
  }

  .mm-sec-menu-body li {
    width: 100% !important;
  }
}

.mm-sec-menu-body li {
  width: calc((100% - (20px)) * 1 / 2);
  background-color: #fff;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, .125);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
  padding: 1rem 0;
}

.mm-sec-menu-body>li>a {
  display: flex;
}

.mm-sec-menuicon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: auto .3rem 0;
}

.mm-sec-menuicon span {
  font-size: calc(28px + 4 * ((100vw - 320px) / 670));
  color: #0dab65;
}

.mm-sec-menu-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.mm-sec-menu-secttl {
  font-size: calc(14px + 2 * ((100vw - 320px) / 670));
  font-weight: bold;
  word-break: break-all;
}

.mm-sec-menu-sectxt {
  font-size: calc(8px + 2 * ((100vw - 320px) / 670));
  margin-bottom: 0;
  font-weight: normal;
}

@media screen and (max-width: 768px) {

  .mm-sec-menu-sectxt,
  .mgc-read,
  .mm-sec-mem-name span {
    font-size: calc(14px + 2 * ((100vw - 320px) / 670)) !important;
  }
}

.mm-sec-bnr {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1rem;
  margin: 1rem 0;
}

.mm-sec-bnrbottom {
  display: flex;
  column-gap: 1rem;
}

.mm-sec-bnr a.bnr {
  width: 100%;
}

@media screen and (max-width: 768px) {

  .mm-sec-bnr,
  .mm-sec-bnr a.bnr {
    width: 100% !important;
  }

  .mm-sec-bnrbottom {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
  }

  .mm-sec-bnr {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .mm-sec-bnrbottom {
    display: none !important;
  }
}

.mg-contents-Wrap {
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  margin: 1rem 0;
  border: 2px solid #0dab65;
  border-radius: 1rem;
  row-gap: 1rem;
}

.mg-c-sec {}

.mg-c-sec .ttls {
  font-size: calc(14px + 2 * ((100vw - 320px) / 670));
  font-weight: bold;
  justify-content: flex-start;
}

.mgc-read {
  padding: .51rem;
  font-size: calc(10px + 2 * ((100vw - 320px) / 670));
}


/*END my-menu */


/**** help *****************************/
.BaseWrap {
  margin: 5rem auto 0;
  max-width: calc(1130px + (1rem * 2));
  width: 100%;
  min-height: 100vh;
}

@media screen and (max-width: 768px) {
  .BaseWrap {
    min-height: initial;
  }
}

.BaseWrap-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 2px solid #c4c4c4;
  border-bottom: 2px solid #c4c4c4;
  background-color: #f6f6f6;
  margin-bottom: 2rem;
  padding: 1rem 0;
}

.Bttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: calc(14px + 4 * ((100vw - 320px) / 670));
  padding-left: 1rem;
  word-break: keep-all;
}

.Bsttl {
  font-size: calc(10px + 2 * ((100vw - 320px) / 670));
  padding-left: 1rem;
}

.BaseWrap-detail-Wrap {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  margin-bottom: 3rem;
}

.BaseWrap-detail-txt p {
  font-size: calc(14px + 2 * ((100vw - 320px) / 670));
}

/*tradelaw*/
.BaseWrap-tb {
  margin: 2rem 0;
  font-size: calc(14px + 2 * ((100vw - 320px) / 670));
}

.BaseWrap-tb dl {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 2px dotted #ccc;
  padding: 2rem 0;
}

.BaseWrap-tb dt {
  width: 200px;
}

.BaseWrap-tb dt label {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .BaseWrap-tb {
    margin: 1rem 0;
  }

  .BaseWrap-tb dl {
    display: block;
    padding: 1rem 0;
  }

  .BaseWrap-tb dt label {
    margin-bottom: .5rem;
  }
}

/*privacy*/
.BaseWrap-detail-txt p.dtxtb {
  font-weight: bold;
  margin: .5rem 0;
  font-size: calc(14px + 2*((100vw - 320px) / 670));
}

.indent {
  text-indent: -1rem;
  padding-left: 1rem;
}

/*faq-----------------*/

#faq .accordion {
  margin: 3em auto;
  /*max-width:60vw;*/
}

#faq .toggle {
  display: none;
}

#faq .option {
  position: relative;
  margin-bottom: 1em;
  font-size: calc(14px + 2*((100vw - 320px) / 670));
}

#faq .title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

#faq .title {
  border-radius: 12px;
  border: solid 1px #ccc;
  padding: 1em;
  display: block;
  font-weight: bold;
  box-shadow: 0px 0px 15px -7px rgb(0 0 0 / 60%);
}

#faq .title p {
  padding: 0 1rem;
  border-left: 4px solid #00B84C;
}

#faq .title::after,
.title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 40%;
  width: 2px;
  height: 0.75em;
  background-color: #00B84C;
  transition: all 0.3s;
}

#faq .title::after {
  transform: rotate(90deg);
}

#faq .content {
  max-height: 0;
  overflow: hidden;
}

#faq .content p,.indentlist {
  margin: 0;
  padding: 1rem;
}

#faq .toggle:checked+.title+.content {
  max-height: 1000px;
  transition: all 1.5s;
}

#faq .toggle:checked+.title::before {
  transform: rotate(90deg) !important;
  /*transform:rotate(45deg)!important;*/
}


/*#faq .toggle:checked + .title::after{transform:rotate(135deg)!important;}*/

#faq .textt {
  font-size: 1.5rem;
  font-weight: bold;
  color: #6d9c00;
  text-decoration: underline;
}

#faq .textm {
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: underline;
}


#faq .faq-mttl {
  margin: 2rem 0 1rem;
  font-weight: bold;
  font-size: 1.2rem;
}


/*guide-----------------*/

#guide .container {
  padding-top: 80px;
}

#guide .lead .container {
  width: 470px;
  margin: 0 auto 0;
}

#guide .lead h3 {
  text-align: center;
}

#guide .lead .text {
  font-size: 2rem;
  text-align: center;
  line-height: 2em;
}

#guide .lead img {
  width: 30px;
}

#guide .lead .bracket2 {
  text-align: right;
}

#guide .point {
  padding-top: 80px;
}

#guide .point h3 {
  text-align: center;
  font-size: 2rem;
}

#guide .point h3 span {
  font-size: 4rem;
  color: #00B84C;
}

#guide .point .bg-gr {
  background: #F6F6F6;
  padding: 45px 0 80px;
}

#guide .point .box {
  display: flex;
  justify-content: space-between;
}

#guide .point .box li {
  width: 31%;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  position: relative;
  box-shadow: 0px 0px 15px -7px rgb(0 0 0 / 60%);
}

#guide .point .box li h4 {
  padding-top: 3.5vw;
  font-size: 2rem;
  color: #00B84C;
  font-weight: bold;
}

#guide .point .box li img {
  height: 150px;
  margin-top: 4vw;
}

#guide .point .box li .text {
  padding-bottom: 3.5vw;
  font-size: 2.8rem;
  font-weight: bold;
  padding-top: 3vw;
}

#guide .outline .tax {
  display: flex;
  justify-content: space-between;
}

#guide .outline .tax .Lside {
  width: 65%;
}

#guide .outline .tax .Rside {
  width: 31%;
}

#guide .outline .tax .Rside .text {
  line-height: 2em;
}

#guide .outline .flow {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  align-items: flex-end;
}

#guide .outline .flow li:nth-child(1) {
  width: 32%;
}

#guide .outline .flow li:nth-child(2) {
  width: 17%;
}

#guide .outline .flow li:nth-child(3) {
  width: 40%;
}

@media screen and (max-width:768px) {
  #guide .container {
    padding-top: 8vw;
  }

  #guide .lead .container {
    width: 90%;
  }

  #guide .lead .text {
    font-size: 1.6rem;
  }

  #guide .point .box li h4 {
    margin-top: 8vw;
    font-size: 1.2rem;
  }

  #guide .point .box li img {
    height: 72px;
  }

  #guide .point .box li .text {
    margin-bottom: 8vw;
    font-size: 1.6rem;
  }

  #guide .outline .tax {
    display: block;
  }

  #guide .outline .tax .Lside {
    width: 100%;
  }

  #guide .outline .tax .Rside {
    width: 100%;
    margin-top: 8vw;
  }

  #guide .outline .flow {
    display: block;
  }

  #guide .outline .flow li:nth-child(1) {
    width: 53%;
    margin: 0 auto 0;
    margin-bottom: 8.5vw;
  }

  #guide .outline .flow li:nth-child(2) {
    width: 43%;
    margin: 0 auto 0;
    margin-bottom: 8.5vw;
  }

  #guide .outline .flow li:nth-child(3) {
    width: 75%;
    margin: 0 auto 0;
  }
}


/*guide-----------------*/


/*howto-----------------*/

#howto .container {
  padding-top: 80px;
}

#howto .outline h3 {
  text-align: center;
  font-size: 2.8rem;
}

#howto .outline .lead {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 4vw;
  line-height: 1.6em;
}

#howto .outline .lead span {
  color: #00B84C;
}

#howto .outline .bg-gr {
  background: #F6F6F6;
  padding: 3.5vw 0 7vw;
}

#howto .outline .box {
  display: flex;
  justify-content: space-between;
}

#howto .outline .box li a {
  display: block;
}

#howto .outline .box li {
  width: 31%;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  position: relative;
  box-shadow: 0px 0px 15px -7px rgb(0 0 0 / 60%);
}

#howto .outline .box li h4 {
  padding-top: 3.5vw;
  font-size: 2rem;
  color: #00B84C;
  font-weight: bold;
}

#howto .outline .box li figure {
  height: 160px;
}

#howto .outline .box li img {
  padding-top: 2vw;
}

#howto .outline .box li:nth-child(1) img {
  width: 168px;
  margin-top: 26px;
}

#howto .outline .box li:nth-child(2) img {
  width: 172px;
}

#howto .outline .box li:nth-child(3) img {
  width: 118px;
  margin-top: 16px;
}

#howto .outline .box li .text {
  padding-bottom: 3.5vw;
  font-size: 2rem;
  font-weight: bold;
  padding-top: 5vw;
}

#howto .outline .box li::after {
  content: '';
  background-image: url(../img/guide/howto-arrow.svg);
  width: 57px;
  height: 57px;
  background-size: contain;
  position: absolute;
  bottom: -40px;
  transform: translateX(-50%);
}

#howto .contents {
  padding-top: 12vw;
}

#howto .contents .bg-gr {
  background: #F6F6F6;
  padding: 0 0 80px;
}

#howto .step01,
#howto .step02,
#howto .step03 {
  text-align: center;
}

#howto .step01 .title,
#howto .step02 .title,
#howto .step03 .title {
  color: #00B84C;
  font-weight: bold;
  padding-bottom: 1vw;
}


/*#howto .step01 .text, */

#howto .step02 .text,
#howto .step03 .text {
  padding-bottom: 3vw;
}

#howto .step01 .btn {
  margin-bottom: 1vw;
}

#howto .step01 .attention {
  font-size: 1.2rem;
  line-height: 1.5em;
}

#howto .step03 .box {
  display: flex;
  justify-content: space-between;
}

#howto .step03 .box .Lside,
#howto .step03 .box .Rside {
  width: 48%;
}

#howto .step03 .box li .inner {
  text-align: center;
  background: #fff;
  border-radius: 12px;
  position: relative;
  box-shadow: 0px 0px 15px -7px rgb(0 0 0 / 60%);
  padding-bottom: 3vw;
  margin-bottom: 3vw;
}

#howto .step03 .box .head {
  background: #00B84C;
  border-radius: 12px 12px 0 0 / 12px 12px 0 0;
}

#howto .step03 .box h4 {
  font-size: 2rem;
  color: #FFF;
  padding: 1.5vw 0;
}

#howto .step03 .box .lead {
  font-size: 1.8rem;
  padding: 1.5vw 0;
  font-weight: bold;
}

#howto .step03 .box .lead span {
  color: #FF004E;
}

#howto .step03 .box .list {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5em;
  text-align: left;
  padding-left: 10%;
}

#howto .step03 .box .list::before {
  content: url(../img/guide/howto-check.svg);
  padding-right: 5px;
  vertical-align: middle;
}

#howto .step03 .box .text {
  padding-top: 1vw;
}

#howto .step03 .box .ac-open {
  padding: 3vw;
}

#howto .step03 .box dl {
  border-top: 1px solid #C8C8C8;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

#howto .step03 .box dt {
  width: 25%;
  font-size: 1.4rem;
  padding: 1vw 0;
}

#howto .step03 .box dd {
  width: 75%;
  font-size: 1.6rem;
  padding: 1vw 0;
}

#howto .step03 .box .attention {
  font-size: 1.2rem;
  line-height: 1.5em;
}

#howto .step03 .box .ac-btn {
  background: #00B84C;
  position: relative;
  color: #FFF;
}

#howto .step03 .box .ac-btn::after {
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
}

#howto .step03 .box .ac-btn.active {
  background: #00B84C;
}

#howto .step03 .box .ac-btn.active::after {
  transform: rotate(-45deg);
  margin-top: -2.5px;
}

#howto .step03 .box .btn {
  margin-bottom: 1vw;
}

#howto .onestop .container.small {
  max-width: 850px;
}

#howto .onestop h3 {
  text-align: center;
}

#howto .onestop .inner {
  background: #FFF;
  border-radius: 12px;
  padding: 50px;
}

#howto .onestop h4 {
  font-weight: bold;
  padding-top: 3vw;
  padding-bottom: 1vw;
  font-size: 1.8rem;
}

@media screen and (max-width:768px) {
  #howto .container {
    padding-top: 8vw;
  }

  #howto .outline h3 {
    font-size: 2.2rem;
  }

  #howto .outline .lead {
    font-size: 1.4rem;
    padding-bottom: 8vw;
  }

  #howto .outline .box li h4 {
    padding-top: 8vw;
    font-size: 1.2rem;
  }

  #howto .outline .box li figure {
    height: 80px;
  }

  #howto .outline .box li img {
    height: 72px;
  }

  #howto .outline .box li .text {
    padding-bottom: 8vw;
    font-size: 1.6rem;
  }

  #howto .outline .box li:nth-child(1) img {
    width: 68px;
    margin-top: 10px;
  }

  #howto .outline .box li:nth-child(2) img {
    width: 76px;
  }

  #howto .outline .box li:nth-child(3) img {
    width: 54px;
    margin-top: 0;
  }

  #howto .outline .box li .text {
    font-size: 1.2rem;
    padding-top: 0.5vw;
    line-height: 1.5em;
  }

  #howto .outline .box li::after {
    width: 26px;
    height: 26px;
    bottom: -20px;
  }

  /*#howto .step01, */
  #howto .step02,
  #howto .step03,
  #howto .apply {
    padding-top: 10vw
  }

  #howto .step01 h3,
  #howto .step02 h3,
  #howto .step03 h3 {
    font-size: 1.6rem;
  }

  #howto .step01 .text,
  #howto .step02 .text,
  #howto .step03 .text {
    font-size: 1.2rem;
    /*padding-bottom:6vw;*/
  }

  #howto .step01 .attention {
    font-size: 1.0rem;
  }

  #howto .step03 .box {
    display: block;
  }

  #howto .step03 .box .Lside,
  #howto .step03 .box .Rside {
    width: 100%;
  }

  #howto .step03 .box .Rside {
    padding-top: 10vw;
  }

  #howto .step03 .box li .inner {
    padding-bottom: 10vw;
    margin-bottom: 6vw;
  }

  #howto .step03 .box h4 {
    font-size: 1.6rem;
    padding: 3vw 0;
  }

  #howto .step03 .box .lead {
    font-size: 1.8rem;
    padding: 3vw 0;
  }

  #howto .step03 .box .list {
    font-size: 1.2rem;
    line-height: 1.5em;
  }

  #howto .step03 .box .list::before {
    content: url(../img/guide/howto-check_sp.svg);
    padding-right: 5px;
    vertical-align: middle;
  }

  #howto .step03 .box dt {
    width: 30%;
    font-size: 1.2rem;
    padding: 2vw 0;
  }

  #howto .step03 .box dd {
    width: 70%;
    font-size: 1.2rem;
    padding: 2vw 0;
  }

  #howto .step03 .box .attention {
    font-size: 1.0rem;
  }

  #howto .onestop .inner {
    padding: 30px 20px;
  }

  #howto .onestop h4 {
    font-size: 1.4rem;
    padding-top: 6vw;
  }
}


/*howto-----------------*/

/* VeriTrans4G: 決済処理中ローディング（vt4g_payment.twig 等） */
#page_shopping #vt4g-placement {
  margin-top: 2.5rem;
}
.vt4g_payment_credit {
  position: relative;
  padding: 0 0 2rem 1rem;
}
#payment_form_loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.95);
  z-index: 9999;
}
#payment_form_loading img {
  width: 80px !important;
  height: 80px !important;
  max-width: 80px !important;
  object-fit: contain;
}