@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;700&display=swap');

html {
  font-family: var(--ff02);
  line-height: 1.8;
  letter-spacing: 2px;
  color: #444444
}

.txt {
  line-height: 2.5;
  font-family: var(--ff02);
  letter-spacing: 0;
}

.up-ofi-220:after {
    content: "";
    display: block;
    padding-top: 220%;
}

.up-ofi-220 img {
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width:1024px) {
  .txt {
    line-height: 2;
  }
}

@media(max-width:599px) {
  .txt {
    font-size: 14px;
  }
}

:root {
  --color01: #bbab89;
  --color02: #23bbae;
  --color03: #def2f0;
  --color04: #c2e4e5;
  --color05: #edf7f8;
  --color06: #87a09c;
  --color07: #a0b3af;
  --color08: linear-gradient(138deg, #d7c470 0%, #c1ae63 50%, #e9d99a 70%, #d3c076 80%, #c3ae5c 90% 100%);
  --ff01: 'Noto Serif JP', serif;
  --ff02: 'Noto Sans JP', sans-serif;
  --ff03: 'Cormorant Garamond', serif;
  --ff99: "font awesome 5 free";
}

body.overlay {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}


/*===================================
  基本設定
===================================*/
.color-cmn-01 {
  color: var(--color02);
}

.color-cmn-02 {
  color: var(--color03);
}

.color-cmn-red {
  color: #ff6464;
}

.bgc-cmn-01 {
  background: var(--color01);
}

/* font-family */
.ff-cmn-01 {
  font-family: var(--ff01);
}

.ff-cmn-02 {
  font-family: var(--ff02);
}

.ff-cmn-03 {
  font-family: var(--ff03);
}

/* ttl-cmn */
.ttl-cmn-01 {
  display: flex;
  flex-direction: column;
  width: fit-content;
  align-items: center;
}

.ttl-cmn-01.left {
  align-items: flex-start;
}

.ttl-cmn-01 .en {
  color: var(--color02);
  font-family: var(--ff03);
  opacity: .15;
  font-size: 150px;
  line-height: 1;
}

.ttl-cmn-01.min .en {
  font-size: 110px;
}

.ttl-cmn-01.other .en {
  font-size: 100px;
}

.ttl-cmn-01.white .en {
  color: #fff;
  opacity: 1;
}

.ttl-cmn-01.type02 .en {
  color: var(--color04);
  opacity: 1;
}

.ttl-cmn-01 .ja {
  font-family: var(--ff01);
  font-size: 30px;
  text-align: center;
  margin-top: -65px;
  z-index: 2;
  position: relative;
}

.ttl-cmn-01.other .ja {
  margin-top: -50px;
}

.ttl-cmn-01.min .ja {
  font-size: 26px;
  margin-top: -50px;
}

.ttl-cmn-01.left .ja {
  padding-left: 0.5em;
  text-align: left;
}

[data-element-id] .ttl-cmn-01 .ja.add-before{
  border: 2px solid #333;
  display: flex;
  position: relative;
  padding: 5px;
}

[data-element-id] .ttl-cmn-01 .ja.add-before::before {
    content: "※件数は自動で反映されます";
    display: block;
    background: #333;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: -2px;
    width: calc(100% + 4px);
    font-size: 12px;
}

@media(max-width:1024px) {
  .ttl-cmn-01 .en {
    font-size: 110px;
  }

  .ttl-cmn-01.min .en {
    font-size: 80px;
  }
  
  .ttl-cmn-01.min .ja {
    margin-top: -35px;
    font-size: 22px;
}

  .ttl-cmn-01 .ja {
    font-size: 24px;
    margin-top: -45px;
  }
}

@media (max-width: 599px) {
  .ttl-cmn-01.left.sp-center {
    align-items: center;
    margin: 0 auto;
  }
  
  .ttl-cmn-01.left.sp-center .ja{
    margin-left: 0;
    text-align: center;
  }

  .ttl-cmn-01.sp-left {
    align-items: flex-start;
  }

  .ttl-cmn-01 .en {
    font-size: 60px;
    letter-spacing: -3px;
    font-weight: 500;
  }

  .ttl-cmn-01.min .en {
    font-size: 54px;
  }

  .ttl-cmn-01.other .en {
    font-size: 54px;
    letter-spacing: -2px;
  }

  .ttl-cmn-01 .ja {
    font-size: 22px;
    margin-top: -35px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .ttl-cmn-01.sp-left .ja {
    font-size: 22px;
    margin-top: -35px;
    align-items: flex-start;
  }

  .ttl-cmn-01.min .ja {
    margin-top: -30px;
    font-size: 22px;
  }

  .ttl-cmn-01.other .ja {
    margin-top: -30px;
  }
}

.ttl-cmn-02 span {
  font-size: 74px;
  line-height: 1;
  font-family: var(--ff03);
  font-weight: 500;
  color: #fff;
}

@media(max-width:1024px) {
  .ttl-cmn-02 span {
    font-size: 50px;
  }
}

@media(max-width:599px) {
  .ttl-cmn-02 span {
    font-size: 42px;
  }
}

.ttl-cmn-03 {
  font-size: 22px;
  font-family: var(--ff01);
  border-bottom: 2px solid var(--color02);
  padding-bottom: 10px;
  font-weight: 500;
}

@media(max-width:599px) {
  .ttl-cmn-03 {
    font-size: 18px;
  }
}

.ttl-cmn-04 {
  font-family: var(--ff01);
  display: flex;
  border-bottom: 1px solid #333;
  margin-bottom: 20px;
  flex-direction: column;
}

.ttl-cmn-04 .en {
  color: var(--color03);
  font-size: 50px;
  font-family: 'Cormorant Garamond';
  line-height: 1;
  text-align: center;
}

.ttl-cmn-04 .ja {
  margin-top: -25px;
  text-align: center;
}

.ttl-cmn-05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.ttl-cmn-05::before,
.ttl-cmn-05::after {
  content: "";
  width: 10px;
  height: 1px;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 10px;
  background-color: var(--color02);
}

.ttl-cmn-05 img {
  max-height: 50px;
}

/* border-cmn */
.border-cmn-01 {
  content: "";
  width: 100%;
  height: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0px;
}

.border-cmn-01::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color02);
}

.border-cmn-01::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #ccc;
}

/* 共通ボタン１ */
.btn-type-01.back.left {
  margin-left: 100px;
}

.btn-type-01 a,
.btn-type-01 button {
  background: var(--color01);
  color: #fff;
  padding: 15px 30px;
  min-width: 280px;
  display: block;
  width: fit-content;
  text-align: center;
  font-size: 14px;
  position: relative;
  border: none;
  transition: .5s;
}

.btn-type-01.back a,
.btn-type-01.back button {
  background: #c3bcaa;
}

.btn-type-01.type02 a {
  background: var(--color02);
}

.btn-type-01 a::before,
.btn-type-01 button::before {
  content: "";
  background-image: url('/import/tenant_1/153.121.40.73/html/images/common/icon/direction01.png');
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 81/10;
  display: block;
  width: 100px;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: -80px;
  transition: .5s;
}

.btn-type-01.back a::before,
.btn-type-01.back button::before {
  background-image: url('/import/tenant_1/153.121.40.73/html/images/common/icon/direction01.png');
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 81/10;
  display: block;
  width: 100px;
  position: absolute;
  top: 45%;
  transform: translateY(-50%) scale(-1, 1);
  right: auto;
  left: -80px;
  transition: .5s;
}

.btn-type-01.type02 a::before {
  background-image: url('/import/tenant_1/153.121.40.73/html/images/common/icon/direction03.png');
}

.btn-type-01 a:hover,
.btn-type-01 button:hover {
  background: var(--color02);
  opacity: 1;
}

.btn-type-01.type02 a:hover {
  background: var(--color01);
}

.btn-type-01 a:hover::before,
.btn-type-01 button:hover::before {
  right: -100px;
}

.btn-type-01.back a:hover::before,
.btn-type-01.back button:hover::before {
  left: -100px;
}

@media(max-width:599px) {
  .btn-type-01.back.left {
    margin-left: 50px;
  }
  
  .btn-type-01.left.sp-center {
    margin-left:auto;
     margin-right:auto;
  }

  .btn-type-01 a,
  .btn-type-01 button {
    padding: 12px 20px;
    min-width: 220px;
    font-size: 12px;
  }

  .btn-type-01 a::before,
  .btn-type-01 button::before {
    width: 50px;
    right: -40px;
  }

  .btn-type-01.back a::before,
  .btn-type-01.back button::before {
    left: -40px;
    width: 50px;
  }

  .btn-type-01 a:hover::before,
  .btn-type-01 button:hover::before {
    right: -50px;
  }

  .btn-type-01.back a:hover::before,
  .btn-type-01.back button:hover::before {
    left: -50px;
  }
}

.direction {
  width: fit-content;
  margin-left: auto;
}

.direction a {
  display: flex;
  align-items: flex-end;
  padding: 10px;
}

.direction a:hover {
  opacity: 1;
  transform: translateX(20px);
}

.direction a img {
  width: 80px;
}


/* bgimage */
.bgi-cmn-01 {
  background-image: url('/import/tenant_1/153.121.40.73/html/images/common/bgi/bgi01.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.bgi-cmn-02 {
  background-image: url('/import/tenant_1/153.121.40.73/html/images/common/bgi/bgi02.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.bgi-cmn-03 {
  background-image: url('/import/tenant_1/153.121.40.73/html/images/common/bgi/bgi03.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

/* other-cmn */
.up-minh-500{
  min-height: 500px;
}

.up-ls-0{
  letter-spacing: 0;
}

.img-deco-01 {
  position: relative;
  padding-bottom: 50px;
}

.img-deco-01::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50px;
  background: var(--color04);
  width: 50vw;
  height: 20vh;
  clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

[data-element-id] .img-deco-01::before{
  opacity: 0;
}

@media(max-width:599px) {
  .img-deco-01 {
    padding-bottom: 30px;
  }

  .img-deco-01::before {
    left: auto;
    right: -10px;
    width: 80vw;
    height: 10vh;
  }
}

.hover-zoom {
  overflow: hidden;
}

.hover-zoom a img {
  transition: .5s;
}

.hover-zoom a:hover {
  opacity: 1;
}

.hover-zoom a:hover img {
  scale: 1.2;
}

.hover-zoom02-c {
  overflow: hidden;
}

.hover-zoom02 a img {
  transition: .5s;
}

.hover-zoom02 a:hover {
  opacity: 1;
}

.hover-zoom02 a:hover img {
  scale: 1.2;
}

.anime-cmn-01 a{
  overflow: hidden;
}

.anime-cmn-01 a .reflection {
    height: 100%;
    width: 20px;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #ffffff;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflection 4s ease-in-out infinite;
}
 
@keyframes reflection {
    0% { transform: scale(0) rotate(45deg); opacity: 0; }
    80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { transform: scale(4) rotate(45deg); opacity: 1; }
    100% { transform: scale(50) rotate(45deg); opacity: 0; }
}

.ttl-lines-1{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ttl-lines-2{
 overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


/* 共通コンテンツ間隔 */

[class*="section-m"],
[class*="section-p"] {
  --section-xlarge: 150px;
  --section-large: 120px;
  --section-medium: 100px;
  --section-small: 80px;
  --section-xsmall: 60px;
}

.section-my-xlarge {
  margin-top: var(--section-xlarge);
  margin-bottom: var(--section-xlarge);
}

.section-mt-xlarge {
  margin-top: var(--section-xlarge);
}

.section-mb-xlarge {
  margin-bottom: var(--section-xlarge);
}

.section-my-large {
  margin-top: var(--section-large);
  margin-bottom: var(--section-large);
}

.section-mt-large {
  margin-top: var(--section-large);
}

.section-mb-large {
  margin-bottom: var(--section-large);
}

.section-my-medium {
  margin-top: var(--section-medium);
  margin-bottom: var(--section-medium);
}

.section-mt-medium {
  margin-top: var(--section-medium);
}

.section-mb-medium {
  margin-bottom: var(--section-medium);
}

.section-my-small {
  margin-top: var(--section-small);
  margin-bottom: var(--section-small);
}

.section-mt-small {
  margin-top: var(--section-small);
}

.section-mb-small {
  margin-bottom: var(--section-small);
}

.section-my-xsmall {
  margin-top: var(--section-xsmall);
  margin-bottom: var(--section-xsmall);
}

.section-mt-xsmall {
  margin-top: var(--section-xsmall);
}

.section-mb-xsmall {
  margin-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
  .section-my-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.8);
    margin-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-mt-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.8);
  }

  .section-mb-xlarge {
    margin-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-my-large {
    margin-top: calc(var(--section-large) * 0.8);
    margin-bottom: calc(var(--section-large) * 0.8);
  }

  .section-mt-large {
    margin-top: calc(var(--section-large) * 0.8);
  }

  .section-mb-large {
    margin-bottom: calc(var(--section-large) * 0.8);
  }

  .section-my-medium {
    margin-top: calc(var(--section-medium) * 0.8);
    margin-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-mt-medium {
    margin-top: calc(var(--section-medium) * 0.8);
  }

  .section-mb-medium {
    margin-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-my-small {
    margin-top: calc(var(--section-small) * 0.8);
    margin-bottom: calc(var(--section-small) * 0.8);
  }

  .section-mt-small {
    margin-top: calc(var(--section-small) * 0.8);
  }

  .section-mb-small {
    margin-bottom: calc(var(--section-small) * 0.8);
  }

  .section-my-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.8);
    margin-bottom: calc(var(--section-xsmall) * 0.8);
  }

  .section-mt-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.8);
  }

  .section-mb-xsmall {
    margin-bottom: calc(var(--section-xsmall) * 0.8);
  }
}

@media (max-width: 599px) {
  .section-my-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.6);
    margin-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-mt-xlarge {
    margin-top: calc(var(--section-xlarge) * 0.6);
  }

  .section-mb-xlarge {
    margin-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-my-large {
    margin-top: calc(var(--section-large) * 0.6);
    margin-bottom: calc(var(--section-large) * 0.6);
  }

  .section-mt-large {
    margin-top: calc(var(--section-large) * 0.6);
  }

  .section-mb-large {
    margin-bottom: calc(var(--section-large) * 0.6);
  }

  .section-my-medium {
    margin-top: calc(var(--section-medium) * 0.6);
    margin-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-mt-medium {
    margin-top: calc(var(--section-medium) * 0.6);
  }

  .section-mb-medium {
    margin-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-my-small {
    margin-top: calc(var(--section-small) * 0.6);
    margin-bottom: calc(var(--section-small) * 0.6);
  }

  .section-mt-small {
    margin-top: calc(var(--section-small) * 0.6);
  }

  .section-mb-small {
    margin-bottom: calc(var(--section-small) * 0.6);
  }

  .section-my-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.6);
    margin-bottom: calc(var(--section-xsmall) * 0.6);
  }

  .section-mt-xsmall {
    margin-top: calc(var(--section-xsmall) * 0.6);
  }

  .section-mb-xsmall {
    margin-bottom: calc(var(--section-xsmall) * 0.6);
  }
}

.section-py-xlarge {
  padding-top: var(--section-xlarge);
  padding-bottom: var(--section-xlarge);
}

.section-pt-xlarge {
  padding-top: var(--section-xlarge);
}

.section-pb-xlarge {
  padding-bottom: var(--section-xlarge);
}

.section-py-large {
  padding-top: var(--section-large);
  padding-bottom: var(--section-large);
}

.section-pt-large {
  padding-top: var(--section-large);
}

.section-pb-large {
  padding-bottom: var(--section-large);
}

.section-py-medium {
  padding-top: var(--section-medium);
  padding-bottom: var(--section-medium);
}

.section-pt-medium {
  padding-top: var(--section-medium);
}

.section-pb-medium {
  padding-bottom: var(--section-medium);
}

.section-py-small {
  padding-top: var(--section-small);
  padding-bottom: var(--section-small);
}

.section-pt-small {
  padding-top: var(--section-small);
}

.section-pb-small {
  padding-bottom: var(--section-small);
}

.section-py-xsmall {
  padding-top: var(--section-xsmall);
  padding-bottom: var(--section-xsmall);
}

.section-pt-xsmall {
  padding-top: var(--section-xsmall);
}

.section-pb-xsmall {
  padding-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
  .section-py-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.8);
    padding-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-pt-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.8);
  }

  .section-pb-xlarge {
    padding-bottom: calc(var(--section-xlarge) * 0.8);
  }

  .section-py-large {
    padding-top: calc(var(--section-large) * 0.8);
    padding-bottom: calc(var(--section-large) * 0.8);
  }

  .section-pt-large {
    padding-top: calc(var(--section-large) * 0.8);
  }

  .section-pb-large {
    padding-bottom: calc(var(--section-large) * 0.8);
  }

  .section-py-medium {
    padding-top: calc(var(--section-medium) * 0.8);
    padding-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-pt-medium {
    padding-top: calc(var(--section-medium) * 0.8);
  }

  .section-pb-medium {
    padding-bottom: calc(var(--section-medium) * 0.8);
  }

  .section-py-small {
    padding-top: calc(var(--section-small) * 0.8);
    padding-bottom: calc(var(--section-small) * 0.8);
  }

  .section-pt-small {
    padding-top: calc(var(--section-small) * 0.8);
  }

  .section-pb-small {
    padding-bottom: calc(var(--section-small) * 0.8);
  }

  .section-py-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.8);
    padding-bottom: calc(var(--section-xsmall) * 0.8);
  }

  .section-pt-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.8);
  }

  .section-pb-xsmall {
    padding-bottom: calc(var(--section-xsmall) * 0.8);
  }
}

@media (max-width: 599px) {
  .section-py-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.6);
    padding-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-pt-xlarge {
    padding-top: calc(var(--section-xlarge) * 0.6);
  }

  .section-pb-xlarge {
    padding-bottom: calc(var(--section-xlarge) * 0.6);
  }

  .section-py-large {
    padding-top: calc(var(--section-large) * 0.6);
    padding-bottom: calc(var(--section-large) * 0.6);
  }

  .section-pt-large {
    padding-top: calc(var(--section-large) * 0.6);
  }

  .section-pb-large {
    padding-bottom: calc(var(--section-large) * 0.6);
  }

  .section-py-medium {
    padding-top: calc(var(--section-medium) * 0.6);
    padding-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-pt-medium {
    padding-top: calc(var(--section-medium) * 0.6);
  }

  .section-pb-medium {
    padding-bottom: calc(var(--section-medium) * 0.6);
  }

  .section-py-small {
    padding-top: calc(var(--section-small) * 0.6);
    padding-bottom: calc(var(--section-small) * 0.6);
  }

  .section-pt-small {
    padding-top: calc(var(--section-small) * 0.6);
  }

  .section-pb-small {
    padding-bottom: calc(var(--section-small) * 0.6);
  }

  .section-py-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.6);
    padding-bottom: calc(var(--section-xsmall) * 0.6);
  }

  .section-pt-xsmall {
    padding-top: calc(var(--section-xsmall) * 0.6);
  }

  .section-pb-xsmall {
    padding-bottom: calc(var(--section-xsmall) * 0.6);
  }
}

/* fead */

.fead-mv.mv {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fead-up.mv.mv.later2 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.fead-mv.mv.later3 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.fead-up.mv.mv.later4 {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.fead-up.mv {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.fead-order>* {
  opacity: 0;
}

.fead-order>.mv {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.fead-text>* {
  opacity: 0;
}

.fead-text .mv {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* show hide */

.show\@pc {
  display: block;
}

.hide\@pc {
  display: none;
}

[data-element-id] .show\@tb {
  display: block;
  border: solid 4px green;
  position: relative;
}

[data-element-id] .show\@tb:after {
  display: block;
  content: "モバイル用";
  color: #fff;
  font-weight: 700;
  background: green;
  padding: 5px;
  text-align: center;
  text-shadow: none;
}

[data-element-id] .show\@tb.indention:after {
  content: "モバイル用はここで改行";
}

[data-element-id] .show\@pc.indention:after {
  content: "PC用はここで改行";
  display: block;
  color: #fff;
  font-weight: 700;
  background: blue;
  padding: 5px;
  text-align: center;
  text-shadow: none;
  font-size: 12px;
}

[data-element-id] .show\@sp {
  display: block;
  border: solid 4px green;
  position: relative;
  max-width:370px;
}

[data-element-id] .show\@sp:after {
  display: block;
  content: "モバイル用";
  color: #fff;
  font-weight: 700;
  background: green;
  padding: 5px;
  text-align: center;
  text-shadow: none;
}

[data-element-id] .show\@sp.indention:after {
  content: "モバイル用はここで改行";
}

@media (max-width: 1024px) {
  .show\@tb {
    display: block;
  }

  .hide\@tb {
    display: none;
  }
}

@media (max-width: 599px) {
  .show\@sp {
    display: block;
  }

  .hide\@sp {
    display: none;
  }
}

/* ##### フロート float ##### */
.up-fl-left {
  float: left;
}

.up-fl-right {
  float: right;
}

.up-fl-none {
  float: none;
}

.up-flc-left {
  clear: left;
}

.up-flc-rigjt {
  clear: right;
}

.up-flc-both {
  clear: both;
}

.float-box {
  display: block;
}

.float-box-img {
  float: right;
}

.float-box-title {
  float: left;
}

.float-box-content {
  float: left;
}

.float-box-wrap.-noinner .float-box:nth-child(odd) .noinner {
  margin-left: auto;
}

.float-box-wrap.-noinner .float-box:nth-child(odd) [class*=btn] {
  margin-right: 0;
}

.float-box-wrap.-noinner .float-box:nth-child(even) .noinner {
  margin-right: auto;
}

.float-box-wrap.-noinner .float-box:nth-child(even) [class*=btn] {
  margin-left: 0;
}

.float-box-wrap.-rowr .float-box:nth-of-type(odd) .float-box-img {
  float: left;
}

.float-box-wrap.-rowr .float-box:nth-of-type(odd) .float-box-title {
  float: right;
}

.float-box-wrap.-rowr .float-box:nth-of-type(odd) .float-box-content {
  float: right;
}

.float-box-wrap.-rowr .float-box:nth-of-type(even) .float-box-img {
  float: left;
}

.float-box-wrap.-rowr .float-box:nth-of-type(even) .float-box-title {
  float: right;
}

.float-box-wrap.-rowr .float-box:nth-of-type(even) .float-box-content {
  float: right;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(odd) .noinner {
  margin-left: 0;
  margin-right: auto;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(odd) [class*=btn] {
  margin-left: 0;
  margin-right: 0;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(even) .noinner {
  margin-left: auto;
  margin-right: 0;
}

.float-box-wrap.-rowr.-noinner .float-box:nth-child(even) [class*=btn] {
  margin-left: 0;
  margin-right: 0;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-img {
  float: right;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-title {
  float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(odd) .float-box-content {
  float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-img {
  float: left;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-title {
  float: right;
}

.float-box-wrap.-alternate .float-box:nth-of-type(even) .float-box-content {
  float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-img {
  float: left;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-title {
  float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-content {
  float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-img {
  float: right;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-title {
  float: left;
}

.float-box-wrap.-alternate.-rowr .float-box:nth-of-type(even) .float-box-content {
  float: left;
}

@media (max-width: 1024px) {
  .up-fl-left\@tb {
    float: left;
  }

  .up-fl-right\@tb {
    float: right;
  }

  .up-fl-none\@tb {
    float: none;
  }

  .up-flc-left\@tb {
    clear: left;
  }

  .up-flc-rigjt\@tb {
    clear: right;
  }

  .up-flc-both\@tb {
    clear: both;
  }
}

@media (max-width: 599px) {
  .up-fl-left\@sp {
    float: left;
  }

  .up-fl-right\@sp {
    float: right;
  }

  .up-fl-none\@sp {
    float: none;
  }

  .up-flc-left\@sp {
    clear: left;
  }

  .up-flc-rigjt\@sp {
    clear: right;
  }

  .up-flc-both\@sp {
    clear: both;
  }

  .float-box-wrap.-alternate.-rowr .float-box:nth-of-type(odd) .float-box-title {
    float: right;
    width: 100%;
  }
}

/* loading */
#loading {
    width: 100vw;
    height: 100vh;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--color04);
    -webkit-transition: all 3s;
    transition: all 3s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.loading-img {
    width: 300px;
    max-width: 40%;
    opacity: 0;
    -webkit-transition: 3s linear;
    transition: 3s linear;
}

.loading-img img {
    width: 100%;
    height: auto;
}

.loading-img.loaded2 {
    opacity: 1;
}

.loading-img.loaded3 {
    opacity: 0;
}

.loaded {
    opacity: 0;
    visibility: hidden;
}

.visited {
    display: none !important;
    height: 0 !important;
    visibility: hidden !important;
}


[data-element-id] #loading {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #286ad7;
    width: 500px;
    height: 283px;
    position: absolute;
    top: 300px;
    left: 50px;
    right: 100px;
}

[data-element-id] #loading::before {
    content: 'ローディング画面（1920×1080の25%サイズ）';
    display: block;
    width: calc(100% + 2px);
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    background-color: #286ad7;
    position: absolute;
    top: 0;
    left: -1px;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

[data-element-id] .loading-img {
    width: 130px;
    opacity: 1;
}

/* loading end */

/*YouTubeの高さをpadding-topで決める*/
.youtube {
  overflow: hidden;
  position: relative;
}

.youtube:after {
  content: "";
  display: block;
  /* padding-top: 56.25%; */
}

.youtube iframe {
  width: 100%;
  max-width: initial;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/*===================================
  共通要素
===================================*/
/*h1ページタイトル */
.logobox {
  position: absolute;
  top: 20px;
  left: 30px;
  display: flex;
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 50%;
}

.pagettl {
  font-size: 12px;
  padding: 0 5px;
  letter-spacing: 0;
}

.pagettl.type02 {
  color: #fff;
}

.logobox .logo img {
  width: 130px;
}

.logobox.type02 .logo img {
  filter: brightness(4);
}

[data-element-id] .logobox {
    position: relative;
    background: #8a8a8a;
    padding: 10px;
}

@media(max-width:599px) {
  .logobox {
    top: 10px;
    left: 10px;
    width: 96%;
  }
}


/**
ヘッダー
header
*/
.header {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}

.header .contents {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.header .contents .icon {
  font-size: 24px;
  margin-right: 5px;
}

.header .contents a {
  padding: 20px;
  font-weight: 500;
  height: 64px;
  display: flex;
  align-items: center;
}

.header .mypage a,
.header .cart a {
  background: var(--color01);
  color: #fff;
}

.header .cart a {
  padding: 20px 30px 20px 50px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
  margin-right: -1px;
}

.header .online a {
  background: #fff;
  color: var(--color02);
  position: relative;
}

.header.fixed {
  flex-direction: column-reverse;
  align-items: flex-end;
  box-shadow: -1px 1px 5px #ccc;
}

.header.fixed .contents {
  flex-direction: column;
  align-items: flex-end;
}

.header.fixed .contents a {
  padding: 20px;
  font-weight: 500;
  height: 64px;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #fff;
}

.header.fixed .contents .cart a {
  padding: 20px;
  clip-path: none;
  margin-right: 0;
}


.header.fixed .contents .icon {
  margin-right: 0;
}

.header.fixed .contents .font {
  display: none;
}

[data-element-id] .header {
    align-items: flex-start;
    column-gap: 10px;
    position: relative;
}

@media (max-width: 1024px) {
  .header {
    width: 100%;
    top: auto;
    bottom: 0;
  }

  .header .contents {
    width: 75%;
  }

  .header .contents>* {
    width: calc(100% / 3);
  }

  .header>* a {
    padding: 15px;
    height: 50px;
    font-size: 14px;
    justify-content: center;
  }

  .header .cart a {
    padding: 20px 20px 20px 35px;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
  }

  .header .contents .icon {
    font-size: 20px;
  }

  .header .contents a {
    width: 100%;
    height: 50px;
  }

}

@media(max-width:599px) {
  .header .contents {
    width: calc(100% - 50px);
    padding-bottom: env(safe-area-inset-bottom);
}

.header .contents::before{
  content: "";
  display: block;
  background: #fff;
  width: 100vw;
  height: 50px;
  bottom: 0;
  left: 0;
  z-index: -1;
  position: absolute;
}

  .header .contents a {
    font-size: 10px;
    letter-spacing: -1px;
    padding: 10px;
  }

  .header .cart a {
    padding: 10px 10px 10px 10px;
    clip-path: none;
    border-right: 1px solid #fff;
  }
}

/**
グローバルナビ
gnav
*/

.gnav {
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: scroll;
  width: 50%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: -webkit-transform ease 0.5s;
  transition: -webkit-transform ease 0.5s;
  transition: transform ease 0.5s;
  transition: transform ease 0.5s, -webkit-transform ease 0.5s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-overflow-scrolling: touch;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.gnav.action {
  z-index: 250;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.gnav .wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
}

.gnav .navlogo {
  display: none;
}

.gnav .navlogo img {
  max-height: 40px;
}

.gnav .list01 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;padding-top: 100px;
}

.gnav .item01 {
  text-align: center;
  font-size: 16px;
  font-family: var(--ff01);
}

.gnav .item01>a,
.gnav .item01 .itemin {
  display: block;
  cursor: pointer;
  padding: 5px;
}

.gnav .item01.-parent {
  position: relative;
}

.gnav .item01.-parent:hover .list02 {
  visibility: visible;
  opacity: 1;
}

.gnav .list02 {
  position: absolute;
  top: 100%;
  left: 50%;
  visibility: hidden;
  padding-top: 10px;
  width: 200px;
  background: rgba(255, 255, 255, 0.8) content-box;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gnav .item02 a {
  display: block;
  padding: 5px;
}

[data-element-id] .gnav {
    position: relative;
    top: auto;
    right: auto;
    overflow-y: visible;
    width: auto;
    height: auto;
    transform: none;
    padding-top: 0px;
    border: 3px solid #23bbae;
    padding: 30px;
}

[data-element-id] .gnav .wrap{
  padding-bottom: 0;
}

@media (max-width: 1024px) {
  .gnav .wrap {
    padding-top: 100px;
    padding-bottom: 100px;height: auto;
  }

  .gnav .navlogo {
    display: block;
    margin-bottom: 20px;
    padding-right: 40px;
    width: 100%;
    font-weight: bold;
    font-size: 20px;
  }

  .gnav .item01 {
    margin: 0 0 10px 0;
    min-height: 40px;
    width: 100%;
    text-align: left;
  }
  
  .gnav .list01{
    row-gap: 0;
  }

  .gnav .list02 {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    padding-left: 20px;
    padding-top: 0;
    background: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  .gnav .list02 a {
    position: relative;
    padding: 2px 0 2px 20px;
  }

  .gnav .list02 a:before {
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    width: 10px;
    height: 1px;
    background: #000;
    content: '';
  }
}

@media(max-width:599px){
  .gnav{
    width: 90%;
  }
}

[data-element-id] .gnav.fixed {
  position: relative;
}

/* ハンバーガーメニュー  */
.toggle {
  position: relative;
  top: 0px;
  right: 0px;
  z-index: 251;
  width: 64px;
  height: 64px;
  background: var(--color02);
  cursor: pointer;
  display: block !important;
}

[data-element-id] .toggle{
  display: none !important;
}

.toggle .bar {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translateY(-50%);
  display: block;
  padding: 0;
  width: 30px;
  height: 3px;
  border-radius: 5px;
  background: #fff;
  text-indent: 9999px;
  transition: ease 0.4s;
  -webkit-transition: ease 0.4s;
}

.toggle .bar:nth-of-type(1) {
  top: 35%;
}

.toggle .bar:nth-of-type(2) {
  width: 20px;
}

.toggle .bar:nth-of-type(3) {
  top: 65%;
}

.toggle.active .bar:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.toggle.active .bar:nth-of-type(2) {
  width: 0;
  left: 50%;
}

.toggle.active .bar:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 1024px) {
  .toggle {
    width: 50px;
    height: 50px;
  }

  .toggle .bar {
    width: 28px;
    height: 2px;
    left: 20%;
  }

  .toggle .bar:nth-of-type(1) {
    top: 33%;
  }

  .toggle .bar:nth-of-type(3) {
    top: 66%;
  }
}

.overlay:after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
  background: #000;
  content: '';
  opacity: 0.3;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
}

/*トップへ戻る*/
.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  width: 40px;
  height: 40px;
  background: #bbab89;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
}

.totop:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-135deg);
  position: absolute;
  top: 60%;
  left: 50%;
}

@media (max-width: 1024px) {
  .totop {
    right: 6px;
    bottom: 56px;
  }
}

@media (max-width: 599px) {
  .totop {
    bottom: calc(56px + env(safe-area-inset-bottom));
  }
}

/**
フッター
footer
*/
.footer {
  background: var(--color06);
}

.footer .copy {
  color: #fff;
}

@media (max-width: 1024px) {
  .footer .copy {
    padding-bottom: 50px;
    text-align: center;
  }
}

.fnav .wrap {
  display: -webkit-box;
  display: flex;
}

.fnav .list01 {
  width: 100%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.fnav .item {
  margin-bottom: 20px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

.fnav .item a {
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  color: #fff;
}

.fnav .f-logobox .logo img {
  filter: brightness(10);
  max-height: 40px;
}

.fnav .f-logobox .sns {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.fnav .f-logobox .sns img {
  max-height: 40px;
}

@media (max-width: 1024px) {
  .fnav .wrap {
    flex-wrap: wrap;
  }

  .fnav .list01 {
    margin-bottom: 10px;
    width: 100%;
  }

  .fnav .list02 {
    width: 100%;
  }
}

@media (max-width: 599px) {}

.footer .banner-box .item .en {
  font-size: 120px;
  line-height: 0.6;
  font-family: var(--ff03);
  font-weight: 500;
  color: var(--color07);
  text-align: center;
  margin-bottom: -10px;
}

.footer .banner-box .item:nth-of-type(2) .en {
  margin-bottom: 0;
  margin-top: -10px;
}

.footer .banner-box .item .box {
  background: var(--color07);
  color: #fff;
  padding: 30px;
}

.footer .banner-box .item .box .tit {
  display: flex;
  justify-content: space-between;
  letter-spacing: 0;
}

.footer .banner-box .item .box .tit .icon {
  position: relative;
  padding-left: 20px;
}

.footer .banner-box .item .box .tit .icon::before {
  content: "";
  width: 1px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
}

.footer .banner-box .item .box .txt {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
}

@media(max-width:1024px) {
  .footer .banner-box .item:nth-of-type(2) {
    flex-direction: column-reverse;
    display: flex;
    justify-content: flex-end;
  }

  .footer .banner-box .item .en {
    font-size: 80px;
  }

  .footer .banner-box .item:nth-of-type(2) .en {
    margin-top: 0;
    margin-bottom: -10px;
  }

  .footer .banner-box .item .box .tit {
    margin-bottom: 20px;
  }

  .footer .banner-box .item .box .tit .icon {
    padding-left: 10px;
  }

  .footer .banner-box .item .box-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .fnav .list01 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

@media(max-width:599px) {
  .footer .banner-box .item .en {
    font-size: 60px;
  }

  .footer .banner-box .item .box {
    padding: 20px;
  }

  .fnav .list01 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  .fnav .item {
    margin-bottom: 10px;
  }

  .fnav .item a {
    font-size: 12px;
    letter-spacing: -0.5px;
  }
}

/**
2カラムページ
*/
.column2 .inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.column2 .side {
  width: 200px;
}

.column2 .mainwrap {
  width: calc(100% - 250px);
}

@media (max-width: 1024px) {
  .column2 .inner {
    flex-wrap: wrap;
  }

  .column2 .side {
    -webkit-box-ordinal-group: 4;
    order: 3;
    width: 100%;
  }

  .column2 .mainwrap {
    -webkit-box-ordinal-group: 3;
    order: 2;
    margin-bottom: 50px;
    width: 100%;
  }
}

/* サイドメニュー */
.side .list {
  margin-bottom: 30px;
}

.side .list:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .side {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .side .list {
    width: 48%;
  }
}

@media (max-width: 599px) {
  .side .list {
    width: 100%;
  }
}

.list-side .datattl {
  position: relative;
  margin-bottom: 10px;
  padding: 15px;
  background: var(--color08);
  color: #fff;
  text-align: center;
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 1;
  font-family: var(--ff03);
}

.list-side.other .datattl {
  font-size: 18px;
}

.list-side .data {
  margin-bottom: 5px;
  background: #fff;
  box-shadow: 1px 1px 3px #ccc;
}

.list-side a {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  /* text-align: center; */
  display: block;
  font-family: 'Noto Serif JP';
  font-size: 14px;
  letter-spacing: 3px;
}

@media (max-width: 1024px) {
  .list-side.type-archive .datawrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .list-side.type-archive .datawrap .datattl {
    width: 100%;
  }

  .list-side.type-archive .datawrap .data {
    width: 48%;
  }

  .list-side .datattl {
    padding: 10px;
    font-size: 20px;
  }
}

/*===================================
  各個別コンテンツ
===================================*/
/**
index
*/
/*homevisual*/
.homevisual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.homevisual .homevisualist {
  display: flex;
  align-items: center;
  justify-content: center;
}

.homevisual .homevisualist .productbox img {
  height: 70vh;
}

.homevisual .homevisualist .catch {
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}

.homevisual .homevisualist .catch::before {
  content: "";
  background: #fff;
  width: 0;
  height: 1px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: -50%;
  transition: 2s;
}

.homevisual .homevisualist .catch.mv::before {
  width: 100vw;
}

.homevisual.type02 .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.homevisual.type02 .bg-img img {
  /* opacity: 0.8; */
  filter: brightness(.7);
}

@media(max-width:1024px) {
  .homevisual .homevisualist .productbox img {
    height: 60vh;
  }
}

@media(max-width:599px) {

  .homevisual .homevisualist {
    align-items: flex-start;
    height: 70vh;
  }

  .homevisual.type02 .homevisualist {
    align-items: center;
  }

  .homevisual .homevisualist .productbox {
    margin-left: -25%;
    align-self: flex-end;
  }

  .homevisual .homevisualist .catch {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .homevisual.type02 .homevisualist .catch.mv::before {
    width: 110%;
    right: -10%;
  }

  .homevisual.type02 .homevisualist .catch {
    letter-spacing: 0;
  }

  .homevisual .homevisualist .productbox img {
    object-fit: contain;
    object-position: bottom;
  }
}

/* index-trouble-area */
.index-trouble-area .txtbox {
  margin-right: -20%;
  padding-left: 5%;
  z-index: 3;
}

.index-trouble-area .txtbox .listbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}

.index-trouble-area .txtbox .listbox .item {
  position: relative;
  padding-left: 40px;
}

.index-trouble-area .txtbox .listbox .item:nth-last-of-type(even) {
  width: 42%;
}

.index-trouble-area .txtbox .listbox .item:nth-last-of-type(odd) {
  width: 53%;
}

.index-trouble-area .txtbox .listbox .item::before {
  content: "";
  background-image: url('/import/tenant_1/153.121.40.73/html/images/common/icon/check.png');
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 29/27;
  width: 30px;
  height: auto;
  flex-shrink: 0;
  position: absolute;
  top: 0.1em;
  left: 0px;
}

.index-trouble-area .txtbox .listbox .item>* {
  display: inline;
  background: #fff;
}

@media(max-width:1024px) {
  .index-trouble-area .txtbox {
    margin-right: -30%;
  }

  .index-trouble-area .txtbox .listbox {
    gap: 20px;
  }

  .index-trouble-area .txtbox .listbox .item {
    padding-left: 35px;
    font-size: 14px;
    letter-spacing: 1px;
  }

  .index-trouble-area .txtbox .listbox .item::before {
    width: 25px;
  }

  .index-trouble-area.type02 .txtbox .listbox .item:nth-last-of-type(even) {
    width: 48%;
  }

  .index-trouble-area.type02 .txtbox .listbox .item:nth-last-of-type(odd) {
    width: 48%;
  }
}

@media(max-width:599px) {

  .index-trouble-area .txtbox .listbox .item:nth-last-of-type(even),
  .index-trouble-area .txtbox .listbox .item:nth-last-of-type(odd) {
    width: 100%;
  }

  .index-trouble-area.type02 .txtbox .listbox .item:nth-last-of-type(even),
  .index-trouble-area.type02 .txtbox .listbox .item:nth-last-of-type(odd) {
    width: 100%;
  }

  .index-trouble-area .txtbox {
    margin-right: 0;
  }

  .index-trouble-area .imgbox {
    margin-top: -125%;
    width: 98%;
    margin-left: auto;
  }

  .index-trouble-area.type02 .imgbox {
    margin-top: -45%;
    width: 60%;
  }

  .index-trouble-area .imgbox img {
    opacity: 0.8;
  }
}

/* index-answer-area */
.index-answer-area .troublelist .txtbox {
  margin-right: -5%;
}

.index-answer-area .troublelist .imgbox>* {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.index-answer-area .troublelist .imgbox .stamp {
  margin-right: -10%;
  margin-bottom: 10%;
  width: 50%;
}

.index-answer-area .troublelist .imgbox .product {
  width: 50%;
}

@media(max-width:1024px) {
  .index-answer-area .troublelist .imgbox>* {
    justify-content: flex-start;
  }
}

@media(max-width:599px) {
  .index-answer-area .troublelist .imgbox>* {
    position: absolute;
    right: 0%;
    width: 60%;
    bottom: 10%;
    opacity: 0.5;
    justify-content: flex-end;
  }
  .index-answer-area .troublelist .imgbox .product{
    transform: rotate(-5deg);
  }

  .index-answer-area.type02 .troublelist .imgbox>* {
    right: 0%;
    width: 50%;
    bottom: -10%;
    opacity: 1;
    justify-content: flex-end;
  }

  .index-answer-area .troublelist .imgbox .stamp {
    margin-right: -20%;
  }
}

/* index-efficacy-area */
.index-efficacy-area .efficacylist .item {
  width: 45%;
  margin-bottom: 30px;
}

.index-efficacy-area .efficacylist .item:last-child {
  margin-bottom: 0;
}

.index-efficacy-area .efficacylist .item .imgbox {
  position: relative;
  padding-top: 80px;
}

.index-efficacy-area .efficacylist .item .imgbox .img::before {
  content: "";
  width: 100vw;
  height: 60%;
  display: block;
  background: var(--color05);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.index-efficacy-area .efficacylist .item:nth-of-type(4n+1) .imgbox .img::before,
.index-efficacy-area .efficacylist .item:nth-of-type(4n+2) .imgbox .img::before {
  right: -18%;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
}

.index-efficacy-area .efficacylist .item:nth-of-type(4n+3) .imgbox .img::before,
.index-efficacy-area .efficacylist .item:nth-of-type(4n+4) .imgbox .img::before {
  left: -18%;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
}

.index-efficacy-area .efficacylist .item .imgbox .img img {
  z-index: 1;
}

.index-efficacy-area .efficacylist .item .imgbox .num {
  position: absolute;
  top: 0px;
  left: 10px;
  font-size: 110px;
  line-height: 1;
  color: var(--color02);
  font-family: var(--ff01);
  font-style: italic;
  z-index: 2;
}

.index-efficacy-area .efficacylist .item .txtbox {
  padding: 20px 10px 10px;
}

.index-efficacy-area .efficacylist .item .txtbox .tit {
  font-size: 23px;
  font-family: var(--ff01);
}

@media(max-width:1024px) {
  .index-efficacy-area .efficacylist .item {
    width: 48%;
  }

  .index-efficacy-area .efficacylist .item .imgbox {
    padding-top: 50px;
  }

  .index-efficacy-area .efficacylist .item .imgbox .num {
    font-size: 80px;
  }

  .index-efficacy-area .efficacylist .item .txtbox .tit {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .index-efficacy-area .efficacylist .item .txtbox .txt {
    line-height: 2;
  }
}

@media(max-width:599px) {
  .index-efficacy-area .efficacylist .item {
    width: 100%;
  }

  .index-efficacy-area .efficacylist .item .imgbox {
    padding-top: 40px;
  }

  .index-efficacy-area .efficacylist .item .imgbox .num {
    font-size: 70px;
  }
}

/* index-story-area */
.index-story-area .storieslist .txtbox {
  margin-top: -30px;
}

.index-story-area .storieslist .imgbox {
  transform: translateY(25px);
}

[data-element-id] .index-story-area .storieslist .imgbox{
  padding-bottom: 0;
}

.index-story-area .ttl .en {
  margin-right: -1.1em;
}

.index-story-area .ttl .ja {
  margin-left: 1em;
}

@media(max-width:1024px) {}

@media(max-width:599px) {
  .index-story-area .storieslist .txtbox {
    margin-top: 0;
  }

  .index-story-area .ttl .en {
    margin-right: 0;
  }
}

/* index-voice-area */
.index-voice-area .voicelist .item {
  margin-bottom: 80px;
}

.index-voice-area .voicelist .item:last-child {
  margin-bottom: 0;
}

.index-voice-area .voicelist .item .titbox {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.index-voice-area .voicelist .item .titbox .name,
.voice .list-article .txtbox .name {
  position: relative;
  padding-left: 25px;
}

.index-voice-area .voicelist .item .titbox .name::before,
.voice .list-article .txtbox .name::before {
  content: "\f2bd";
  font-family: var(--ff99);
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: var(--color02);
}

.index-voice-area .voicelist .item .titbox .cate,
.voice .list-article .txtbox .cate {
  position: relative;
  padding-left: 25px;
}

.voice .list-article .txtbox .cate span {
  background: none;
  color: #000;
  font-family: var(--ff02);
  font-size: 14px;
  padding: 0;
  letter-spacing: 0;
}

.index-voice-area .voicelist .item .titbox .cate::before,
.voice .list-article .txtbox .cate::before {
  content: "";
  background-image: url('/import/tenant_1/153.121.40.73/html/images/common/icon/toothbrush.png');
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  aspect-ratio: 40/40;
  width: 20px;
  fill: var(--color02);
  position: absolute;
  top: 0.5em;
  left: 0;
  color: var(--color02);
}

@media(max-width:1024px) {
  .index-voice-area .voicelist .item {
    margin-bottom: 50px;
  }

  .index-voice-area .voicelist .item .txt {
    font-size: 14px;
  }
}

@media(max-width:599px) {
  .index-voice-area .voicelist .item {
    width: 90%;
    margin: 50px auto;
  }

  .index-voice-area .voicelist .item .txt {
    margin-top: 10px;
  }
}

/* index-products-area */
.index-products-area .productslist{
  gap:4%;
}

.index-products-area .productslist .item {
  width: 46%;
}

.index-products-area.type02 .productslist .item {
  width: 32%;
}

.index-products-area .productslist .item .txtbox {
  font-size: 20px;
  font-family: var(--ff01);
  margin-top: 20px;
}

.index-products-area.type02 .productslist .item .txtbox{
  font-size: 20px;
}

@media(max-width:1024px) {
  .index-products-area .productslist .item {
    width: 48%;
  }

  .index-products-area .productslist .item .txtbox {
    font-size: 18px;
  }
}

@media(max-width:599px) {
  .index-products-area .productslist .item:first-child {
    margin-top: 0;
  }

  .index-products-area .productslist .item,
  .index-products-area.type02 .productslist .item {
    width: 80%;
    margin: 30px auto 0;
  }

  .index-products-area .productslist .item:first-child,
  .index-products-area.type02 .productslist .item:first-child {
    margin-top: 0;
  }
}

/* index-youtube-area */
.index-youtube-area .youtubelist .item .titbox>* {
  margin-bottom: -50px;
}

@media(max-width:1024px) {
  .index-youtube-area .youtubelist .item .titbox>* {
    margin-bottom: -20px;
  }
}

@media(max-width:599px) {
  .index-youtube-area .youtubelist .item .titbox>* {
    margin-bottom: 20px;
  }
}

/* index-article-area */
.index-article-area .articlelist {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.index-article-area .articlelist .item a {
  display: flex;
  padding: 30px 60px;
  background: var(--color05);
}

.index-article-area .articlelist .item a .date {
  flex-shrink: 0;
  margin-right: 30px;
}

.index-article-area .articlelist .item a .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media(max-width:1024px) {
  .index-article-area .articlelist .item a {
    padding: 20px 40px;
  }
}

@media(max-width:599px) {
  .index-article-area .articlelist .item a {
    padding: 15px;
  }

  .index-article-area .articlelist .item a .date {
    margin-right: 10px;
    font-size: 14px;
  }

  .index-article-area .articlelist .item a .tit {
    font-size: 14px;
    font-weight: 500;
  }
}

/* index-recommend-area */
.index-recommend-area .recommendlist .attachment {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 10px;
}

.index-recommend-area .recommendlist .attachment .item {
  position: relative;
}

.index-recommend-area .recommendlist .attachment .item::before {
  content: "+";
  display: block;
  font-size: 22px;
  color: var(--color02);
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
}

.index-recommend-area .recommendlist .attachment .item:last-child:before {
  content: none;
}

.index-recommend-area .recommendlist .attachment .item>* {
  background: #fff;
  padding: 15px;
  font-weight: 600;
  color: var(--color02);
  width: 180px;
  text-align: center;
}

.index-recommend-area .btnbox a {
  background: var(--color02);
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  padding: 10px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0px 5px 5px rgb(57 57 57 / 20%);
}

.index-recommend-area .btnbox a:hover {
  opacity: 1;
  box-shadow: none;
}

.index-recommend-area .btnbox a::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.index-recommend-area .btnbox a:hover::before {
  left: 100%;
}

.index-recommend-area .btnbox a .direction {
  width: 80px;
  display: flex;
  padding-bottom: 10px;
  flex-shrink: 0;
  margin-left: 30px;
}

.index-recommend-area .main-product-img {
  position: absolute;
  top: 60%;
  right: -50px;
  transform: translateY(-50%);
  width: 220px;
  z-index: 2;
  transition: .8s;
}

.index-recommend-area .main-product-img.active {
  transform: translateY(-50%) scale(1.1) rotate(-5deg);
}

@media(max-width:1024px) {
  .index-recommend-area .recommendlist .attachment .item>* {
    padding: 10px;
    font-weight: 500;
    width: 130px;
    font-size: 13px;
    letter-spacing: 0;
  }

  .index-recommend-area .main-product-img {
    right: 0px;
    width: 180px;
  }

  .index-recommend-area .btnbox a {
    font-size: 16px;
    justify-content: flex-start;
    padding: 10px 10px 10px 30px;
  }

  .index-recommend-area .btnbox a .direction {
    width: 60px;
    padding-bottom: 5px;
    margin-left: 20px;
  }
}

@media(max-width:599px) {
  .index-recommend-area .main-product-img {
    right: -20px;
    top: auto;
    bottom: -5%;
    transform: rotate(-5deg);
    width: 140px;
  }
  
  .index-recommend-area .main-product-img.active{
    transform: translateY(-10%) scale(1.05) rotate(-10deg);
  }

  .index-recommend-area .recommendlist .attachment .item>* {
    padding: 5px 5px;
    width: 120px;
    font-size: 12px;
  }

  .index-recommend-area .btnbox a {
    font-size: 12px;
    padding: 10px 10px 10px 10px;
    justify-content: center;
  }

  .index-recommend-area .btnbox a .direction {
    width: 50px;
    padding-bottom: 0px;
    margin-left: 10px;
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
}

/* スリックスライダー（トップ） */
.slick01 {
  padding: 0 20px;
}

.slick01.slick-dotted {
  margin-bottom: 50px;
}

.slick01 .btn-slick {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  cursor: pointer;
}

.slick01 .btn-slick.btn-next,
.slick01 .btn-slick.btn-back {
  background: var(--color01);
  width: 30px;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.slick01 .btn-slick.btn-next {
  right: 0;
}

.slick01 .btn-slick.btn-back {
  left: 0;
}

.slick01 .btn-slick.fa-chevron-left:before,
.slick01 .btn-slick.fa-chevron-right:before {
  color: #fff;
  font-size: 14px;
  padding-left: 5px;
}

.slick01 .btn-slick.fa-chevron-left:before {
  padding-right: 5px;
}

.slick01 .slick-dots {
  bottom: -40px;
  left: 0;
}

@media (max-width: 599px) {
  .slick01 {
    padding: 0 10px;
  }

  .slick01 .btn-slick {
    font-size: 20px;
  }
}

/**
下層共通
*/
/* トップビジュアル（下層共通） */
.topvisual {
  position: relative;
}

.topvisual .img {
  position: relative;
  min-height: 200px;
  max-height: 400px;
}

.topvisual .img:before {
  position: relative;
  z-index: -1;
  display: block;
  padding-top: 30%;
  content: '';
}

.topvisual .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  opacity: 0.2;
}

.topvisual .head {
  position: absolute !important;
  width: 96%;
  max-width: 1000px;
  text-align: center;
  top: 50%;
  left: 50%;
  font-size: 34px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.topvisual .head .en {
  padding-bottom: 20px;
  margin-bottom: 10px;
  position: relative;
  font-size: 60px;
  line-height: 1;
  color: #fff;
  font-family: 'Cormorant Garamond';
  text-shadow:1px 1px 3px #b2b2b2;
  text-align: left;
}

.topvisual .head .en::before {
  content: "";
  background: #fff;
  width: 0;
  height: 1px;
  display: flex;
  position: absolute;
  bottom: 0;
  right: -50%;
  transition: 2s;
}

.topvisual .head .en.mv::before {
  width: 200vw;
}

.topvisual .head .ja {
  text-align: left;
}

@media(max-width:1024px) {
  .topvisual .img {
    min-height: 300px;
  }

  .topvisual .head .en {
    font-size: 50px;
  }

  .topvisual .head {
    width: 90%;
    top: 65%;
    font-size: 28px;
  }
}

@media (max-width: 599px) {
  .topvisual .head {
    font-size: 24px;
  }
}

/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
  padding: 30px 0 0;
}

.breadcrumbs-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
}

.breadcrumbs-list li {
  display: inline;
  font-size: 14px;
  letter-spacing: 1px;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
  font-weight: 500;
  color: var(--color02);
}

.breadcrumbs-list li+li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1024px) {
  .breadcrumbs {
    padding: 20px 0 0;
    font-size: 14px;
  }

  .breadcrumbs-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .breadcrumbs-list {
    width: 90%;
    margin-top: 1em;
  }

  .breadcrumbs li {
    font-size: 12px;
  }

  .breadcrumbs li+li::before {
    width: 8px;
    height: 8px;
    margin: 0 5px 1px;
  }
}

@media (max-width: 599px) {
  .breadcrumbs {
    padding: 15px 0 0;
    font-size: 12px;
  }

  .breadcrumbs li+li::before {
    width: 6px;
    height: 6px;
  }
}

/* ##### パンくずリスト breadcrumbs ここまで ##### */

/* ページネーション */
.pagenation {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-family: var(--ff01);
}

.pagenation .item {
  margin: 0 10px;
}

.pagenation .prev {
  position: relative;
  margin-right: 20px;
}

.pagenation .prev a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(135deg);
}

.pagenation .next {
  position: relative;
  margin-left: 20px;
}

.pagenation .next a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
}

.pagenation a,
.pagenation .now {
  font-weight: 500;
}

.pagenation a,
.pagenation .now {
  display: flex;
  padding: 5px 5px 5px;
  width: 30px;
  height: 30px;
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  align-items: center;
  justify-content: center;
}

.pagenation a:hover,
.pagenation .now {
  background: var(--color08);
  color: #fff;
  opacity: 1;
}

@media (max-width: 599px) {
  .pagenation .item {
    margin: 0 5px;
  }

  .pagenation .prev {
    margin-right: 10px;
  }

  .pagenation .next {
    margin-left: 10px;
  }
}

/**
各下層ページ
*/
/* 03.開発者 */
.developer-about-area .developerlist {
  border: 1px solid var(--color01);
  background: #fff;
}

.developer-about-area .developerlist th {
  padding: 15px 20px;
  background: var(--color01);
  border-bottom: 1px solid #fff;
  color: #fff;
  width: 20%;
  font-family: var(--ff01);
}

.developer-about-area .developerlist tr:last-child th {
  border-bottom: 1px solid var(--color01);
}

.developer-about-area .developerlist td {
  padding: 15px 20px;
  width: 80%;
  border-bottom: 1px solid var(--color01);
}

.developer-about-area .developerlist .history td>* {
  display: flex;
}

.developer-about-area .developerlist .history td .year {
  width: 15%;
  flex-shrink: 0;
}

.developer-public-area .imgbox {
  position: relative;
}

.developer-public-area .imgbox::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -15px;
  right: -15px;
  background: var(--color08);
}

.developer-public-area .imgbox a {
  display: block;
  overflow: hidden;
}

.developer-public-area .imgbox a:hover {
  opacity: 1;
}

.developer-public-area .imgbox a img {
  transition: .5s;
}

.developer-public-area .imgbox a:hover img {
  scale: 1.2;
}

.developer-public-area .txtbox dl {
  display: flex;
  border-bottom: 1px solid var(--color02);
}

.developer-public-area .txtbox dl:last-child {
  border: none;
}

.developer-public-area .txtbox dl dt {
  width: 20%;
  flex-shrink: 0;
  padding: 10px;
  color: var(--color02);
  font-family: var(--ff01);
}

.developer-public-area .txtbox dl dd {
  width: 80%;
  padding: 10px;
}

.clinic-banner-area a {
  position: relative;
  display: block;
  color: #fff;
}

.clinic-banner-area a:hover {
  opacity: 1;
}

.clinic-banner-area a .bg-img {
  position: absolute;
  top: 0;
  background: var(--color02);
}


.clinic-banner-area a .bg-img.item01 {
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
  width: 50%;
  z-index: 1;
}

.clinic-banner-area a .bg-img.item02 {
  left: 0;
  width: 55%;
}

.clinic-banner-area a .bg-img.item01 img {
  transition: .5s;
}

.clinic-banner-area a:hover .bg-img.item01 img {
  scale: 1.2;
}

.clinic-banner-area a .bg-img.item02 img {
  opacity: 0.3;
  transition: .5s;
}

.clinic-banner-area a:hover .bg-img.item02 img {
  opacity: 0;
}

[data-element-id] .clinic-banner-area a:hover .bg-img.item02 img {
  opacity: 0.3;
}

.clinic-banner-area a .bg-img.item02::before {
  content: ">>";
  position: absolute;
  bottom: 10px;
  right: 5%;
  z-index: 3;
  font-family: system-ui;
  font-size: 24px;
  letter-spacing: -5px;
  transition: .5s;
}

.clinic-banner-area a:hover .bg-img.item02::before {
  right: 3%;
}

.clinic-banner-area a .content {
  z-index: 2;
  position: relative;
  font-family: var(--ff01);
  padding: 30px;
}

[data-element-id] .clinic-banner-area a .content{
  width: 60%;
  margin: 30px;
}

.clinic-banner-area a .content .ttl {
  font-size: 30px;
  margin-bottom: 10px;
  border-bottom: 1px solid;
  width: 53%;
}

[data-element-id] .clinic-banner-area a .content .ttl{
  width: 100%;
}

@media(max-width:1024px) {
  .developer-public-area .txtbox dl dt {
    width: 25%;
  }

  .developer-public-area .txtbox dl dd {
    font-size: 14px;
  }

  .clinic-banner-area a .bg-img.item01 {
    width: 35%;
  }

  .clinic-banner-area a .bg-img.item02 {
    width: 70%;
  }

  .clinic-banner-area a .content .ttl {
    font-size: 22px;
  }
}

@media(max-width:599px) {
  .developer-about-area .developerlist th {
    padding: 10px 5px;
    font-size: 14px;
    width: 27%;
  }

  .developer-about-area .developerlist td {
    padding: 10px 10px;
    font-size: 14px;
    width: 73%;
  }

  .developer-about-area .developerlist .history td .year {
    width: 25%;
  }

  .developer-public-area .txtbox dl dt {
    width: 28%;
    font-size: 14px;
  }

  .clinic-banner-area a .content {
    font-size: 14px;
    padding: 30px 30px;
  }

  .clinic-banner-area a .bg-img.item01 {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  .clinic-banner-area a .bg-img.item02 {
    width: 100%;
  }

  .clinic-banner-area a .bg-img.item01 img {
    opacity: 0.3;
  }

  .clinic-banner-area a .bg-img.item02 img {
    opacity: 1;
  }

  .clinic-banner-area a .content .ttl {
    width: 100%;
    font-size: 20px;
    letter-spacing: 0;
  }
}

/* 続きを見るここから */
.developer-public-area p {
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 2.5;
  margin: 0;
}

.developer-public-area #text-wrap {
  height: 100%;
  display: block;
  margin: 0 auto;
}

.developer-public-area .hide-text {
  display: none;
}

[data-element-id] .developer-public-area .hide-text {
    display: block;
    border: 2px solid #FFC107;
    display: flex;
    flex-direction: column;
}

[data-element-id] .developer-public-area .hide-text::before {
    content: "こちらは「続きを読む」ボタンを押すと表示される箇所です";
    background: #ffc107;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    text-align: center;
}

.developer-public-area button.readmore {
  position: relative;
  height: 80px;
  width: 90px;
  margin: 0 auto;
  display: block;
  background-color: transparent;
  color: var(--color02);
  font-size: 14px;
  padding-bottom: 40px;
  border: none;
  outline: 0;
  transition: .5s;
  -erbkit-transition: .5s;
}

.developer-public-area button.readmore::before{
  content: "続きを読む";
}

.developer-public-area button.readmore.on-click::before {
    content: "閉じる";
    position: absolute;
    bottom: 10px;
    left: 52%;
    transform: translateX(-50%);
}

.developer-public-area button.readmore::after {
  content: " ";
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: solid 2px var(--color02);
  border-right: solid 2px var(--color02);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  font-size: 14px;
  right: 34px;
  top: 28px;
  transition: .5s;
  -erbkit-transition: .5s;
}

.developer-public-area button.readmore:hover::after {
  top: 40px;
}

.developer-public-area button.readmore.on-click:hover::after {
top: 20px;
}

.developer-public-area button.readmore.on-click::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* 続きを見るここまで */

/* 06.マハロ歯つぼスティックについて_LP */
.lp-bite-area .bitelist .item:nth-of-type(2) {
  margin-top: -40%;
  position: relative;
}

.lp-bite-area.type02 .bitelist .item:nth-of-type(2) {
  margin-top: -10%;
}

.lp-bite-area.type02 .bitelist .item:nth-of-type(4) {
  margin-top: -25%;
}

.lp-bite-area .bitelist .item:nth-of-type(2)::before {
  content: "";
  background: var(--color04);
  width: 80vw;
  height: 80vh;
  display: block;
  position: absolute;
  top: 25%;
  right: -30vw;
  z-index: -1;
}

.lp-bite-area .bitelist .item:nth-of-type(3) {
  margin-top: -25%;
}

.lp-bite-area .bitelist .item:nth-of-type(5) {
  margin-top: -25%;
}

.lp-bite-area .bitelist .item .txtbox {
  margin-top: 10px;
}

.lp-bite-area .bitelist .item .txtbox .tit {
  font-size: 28px;
  font-family: var(--ff01);
}

.lp-bite-area .bitelist .item .txtbox .txt {
  margin-top: 20px;
}

.lp-content02-area .content02list .item {
  border: 1px solid #fff;
  padding: 10px;
  margin-bottom: 30px;
}

.lp-content02-area .content02list .item>* {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 20px;
}

.lp-content02-area .content02list .item .imgbox {
  width: 20%;
}

.lp-content02-area .content02list .item .txtbox {
  width: 77%;
  align-self: center;
}

.lp-content02-area .content02list .item .txtbox.type02{
  width: 100%;
}

.lp-content02-area .content02list .item .txtbox .tit {
  font-size: 22px;
  font-family: var(--ff01);
  display: flex;
  align-items: baseline;
  color: var(--color02);
  margin-top: -20px;
}

.lp-content02-area .content02list .item .txtbox .tit .num {
  padding-left: 20px;
  font-family: var(--ff03);
  font-size: 250%;
  line-height: 1;
  margin-right: 10px;
  flex-shrink: 0;
}

.lp-content02-area .content02list .item .txtbox .txt {
  line-height: 1.8;
  font-size: 15px;
}

.lp-content03-area .content03list .item>* {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  position: relative;
}

.lp-content03-area .content03list .item>*::before {
  content: "";
  width: 2px;
  height: 0%;
  background: var(--color02);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 1s;
  transition-delay: .5s;
}

[data-element-id] .lp-content03-area .content03list .item>*::before{
  height: 100%;
}

.lp-content03-area .content03list .item.mv>*::before {
  height: 100%;
}

.lp-content03-area .content03list .item:last-child>*::before {
  content: none;
}

.lp-content03-area .content03list .item:nth-of-type(even)>* {
  flex-direction: row-reverse;
}

.lp-content03-area .content03list .item .num {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--ff03);
  font-size: 80px;
  background: var(--color02);
  color: #fff;
  width: 100px;
  height: 100px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  border-radius: 50%;
}

.lp-content03-area .content03list .item .imgbox {
  width: 35%;
}

.lp-content03-area .content03list .item .txtbox {
  width: 35%;
}

.lp-content03-area .content03list .item .txtbox .tit {
  font-size: 110%;
  font-family: var(--ff01);
}

.lp-content03-area .content03list .item .txtbox .txt {
  line-height: 1.8;
}

.lp-content04-area .content04list .item {
  margin-bottom: 80px;
}

.lp-content04-area .content04list .item:last-child {
  margin-bottom: 0px;
}

.lp-content04-area .content04list .item .tit {
  font-size: 22px;
}

.faq-area .faqlist .item>* {
  overflow: hidden;
}

.faq-area .faqlist .item .datattl {
  background: #fff;
  padding: 20px 60px 20px 30px;
  position: relative;
  border-bottom: 1px solid #000;
  transition: .8s;
}

.faq-area .faqlist .item .datattl.is-parent {
  border-bottom: 1px solid var(--color01);
}

.faq-area .faqlist .item .datattl::before,
.faq-area .faqlist .item .datattl::after {
  content: "";
  display: block;
  background: var(--color01);
  width: 1.2em;
  height: 2px;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.faq-area .faqlist .item .datattl::after {
  transform: translate(0, -50%) rotate(-90deg);
  transition: .5s;
}

.faq-area .faqlist .item .datattl.is-parent::after {
  transform: translate(0, -50%) rotate(0deg);
}

.faq-area .faqlist .item .datattl .txt {
  font-size: 18px;
  display: flex;
  align-items: baseline;
  font-family: var(--ff01);
}

.faq-area .faqlist .item .datattl .q {
  position: relative;
  margin-right: 30px;
  flex-shrink: 0;
  font-size: 34px;
  line-height: 1;
}

.faq-area .faqlist .item .datattl .q>* {
  position: relative;
  z-index: 2;
  color: var(--color01);
  font-family: var(--ff03);
}

.faq-area .faqlist .item .datattl .q::before {
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 81/132;
  width: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-area .faqlist .item .data {
  background: var(--color01);
  color: #fff;
  padding: 15px 30px;
}

.faq-area .faqlist .item .data .txt {
  display: flex;
  align-items: baseline;
  font-family: var(--ff01);
}

.faq-area .faqlist .item .data .a {
  margin-right: 30px;
  flex-shrink: 0;
  font-size: 34px;
  line-height: 1;
  font-weight: 600;
  font-family: var(--ff03);
}

@media(max-width:1024px) {
  .lp-bite-area .bitelist .item .txtbox .tit {
    font-size: 22px;
  }

  .lp-bite-area .bitelist .item .txtbox .txt {
    font-size: 14px;
  }

  .lp-bite-area .bitelist .item:nth-of-type(2)::before {
    top: 15%;
    right: -10vw;
  }

  .lp-content02-area .content02list .item .txtbox .tit {
    font-size: 18px;
    margin-top: -10px;
  }

  .lp-content02-area .content02list .item .txtbox .txt {
    font-size: 14px;
  }

  .lp-content03-area .content03list .item .imgbox {
    width: 42%;
  }

  .lp-content03-area .content03list .item>*::before {
    top: 110%;
  }

  .lp-content03-area .content03list .item .txtbox {
    width: 42%;
  }


  .lp-content03-area .content03list .item .txtbox .tit {
    letter-spacing: 0;
  }

  .lp-content03-area .content03list .item .txtbox .txt {
    font-size: 14px;
  }

  .lp-content03-area .content03list .item .num {
    width: 60px;
    height: 60px;
    font-size: 40px;
    padding-bottom: 5px;
  }

  .lp-content04-area .content04list .item .tit {
    font-size: 20px;
  }

  .lp-content04-area .content04list .item .txtbox .text {
    font-size: 14px;
  }
}

@media(max-width:599px) {
  .lp-bite-area .bitelist .item .txtbox .tit {
    font-size: 20px;
  }

  .lp-bite-area .bitelist .item:nth-of-type(2),
  .lp-bite-area.type02 .bitelist .item:nth-of-type(2),
  .lp-bite-area .bitelist .item:nth-of-type(3),
  .lp-bite-area.type02 .bitelist .item:nth-of-type(4),
  .lp-bite-area .bitelist .item:nth-of-type(5) {
    margin-top: 0;
  }

  .lp-bite-area .bitelist .item {
    margin-bottom: 50px;
  }

  .lp-bite-area .bitelist .item:last-child {
    margin-bottom: 0;
  }

  .lp-bite-area.type02 .bitelist .item:nth-of-type(2)::before {
    width: 100vw;
  }

  .lp-content02-area .content02list .item>* {
    padding: 0;
    flex-direction: column;
  }

  .lp-content02-area .content02list .item .imgbox {
    width: 100%;
  }

  .lp-content02-area .content02list .item .txtbox {
    width: 100%;
    padding: 20px;
    display: contents;
  }

  .lp-content02-area .content02list .item .txtbox .tit {
    letter-spacing: 0;
    font-size: 16px;
    padding: 20px 10px 0;
    order: 1;
  }
  
  .lp-content02-area .content02list .item .txtbox .border-cmn-01{
    order: 2;
    padding: 0 10px;
  }
  
  .lp-content02-area .content02list .item .imgbox{
    order: 3;
  }
  
  .lp-content02-area .content02list .item .txtbox .txt {
    order: 4;
    padding: 10px;
}

  .lp-content02-area .content02list .item .txtbox .tit .num {
    font-size: 220%;
    padding-left: 10px;
  }

  .lp-content03-area .content03list .item>* {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .lp-content03-area .content03list .item:nth-of-type(even)>* {
    flex-direction: row;
  }

  .lp-content03-area .content03list .item>*::before {
    left: 10%;
    top: 15%;
    transform: none;
  }

  .lp-content03-area .content03list .item .imgbox {
    width: 80%;
  }

  .lp-content03-area .content03list .item .txtbox {
    width: 80%;
  }
  
  .lp-content03-area .content03list .item .txtbox .tit{
    margin-top: 10px;
  }

  .lp-content03-area .content03list .item .num {
    top: 10%;
    left: 10%;
  }

  .faq-area .faqlist .item .datattl {
    padding: 10px 40px 10px 10px;
  }

  .faq-area .faqlist .item .datattl .q {
    font-size: 20px;
    margin-right: 10px;
  }

  .faq-area .faqlist .item .datattl .txt {
    font-size: 16px;
  }

  .faq-area .faqlist .item .datattl::before,
  .faq-area .faqlist .item .datattl::after {
    width: 1em;
    right: 10px;
  }

  .faq-area .faqlist .item .data {
    padding: 10px 10px;
  }

  .faq-area .faqlist .item .data .a {
    font-size: 20px;
    margin-right: 10px;
  }

}

/* 07.利用規約 */
.rule-area .list-03 {
  padding: 30px 10px;
}

.rule-area .list-03+.list-03 {
  border-top: 1px solid #ccc;
}

.rule-area .list-03 dt {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 110%;
  font-family: var(--ff01);
}

.rule-area .list-03 dd .list-rule {
  margin: 15px 0;
  padding-left: 1em;
}

.rule-area .list-rule li {
  padding-left: 1.5em;
  position: relative;
}

.rule-area .list-rule li .num {
  position: absolute !important;
  top: 0;
  left: 0;
}


/* 08.プライバシーポリシー */
.privacy-area .intro {
  margin-left: -999rem;
  margin-right: -999rem;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 999rem;
  padding-right: 999rem;
  background-color: var(--color03);
}

.privacy-area .box-01 .text {
  width: 90%;
  margin: 50px auto;
}

.privacy-area .bd-bottom-01 {
  border-bottom: 1px solid var(--color02);
}

.privacy-area .list-01 {
  padding: 30px 10px;
}

.privacy-area .list-01 dt {
  margin-bottom: 15px;
  padding-left: 10px;
  font-weight: 600;
  border-left: 5px solid var(--color01);
  font-size: 110%;
  font-family: var(--ff01);
}

.list-01 dd {
  padding-left: 1em;
}

/* 09.特定商取引法 */
.commerce-area .commercelist tr {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 20px 10px;
  border-bottom: 1px solid var(--color01);
}

.commerce-area .commercelist tr th {
  font-weight: 600;
  font-size: 110%;
  font-family: var(--ff01);
}

.commerce-area .commercelist tr td {
  padding-left: 1em;
}

/* 記事一覧ページ */
.list-article .cate span,
.articledtl01 .cate span {
  display: inline-block;
  background: var(--color02);
  color: #fff;
  padding: 0 5px;
  margin: 0 5px 2px 0px;
  font-family: var(--ff01);
  font-size: 12px;
}

.list-article .item .head {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--ff01);
}

.list-article .item .time,
.articledtl01 .item .time {
  font-size: 14px;
}

@media(max-width:599px) {
  .list-article .item .head {
    font-size: 16px;
  }
}

/* news */
.news .list-article .item>* {
  /* background: var(--color03); */
  border-bottom: 1px solid #333;
  width: 100%;
  padding-bottom: 20px;
}

.news .list-article .item .head {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* blog */
.blog .list-article .item>* {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 1px 1px 3px #ccc;
  display: flex;
  justify-content: space-between;
}

.blog .list-article.slick01 .item>* {
  display: block;
  width: 95%;
  padding: 10px;
  margin: 0 auto;
}

.blog .list-article .item .head {
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.blog .list-article .item .time {
  font-size: 14px;
  margin-top: 5px;
}

@media(max-width:599px) {
  .blog .list-article .item>* {
    padding: 15px;
  }
}

/* product */
.product .list-article{
  column-gap: 2%;
}

.product .list-article .item {
  width: 32%;
}

.product .list-article.recommend-products .item:nth-of-type(4){
  display: none;
}

.product .list-article .item a {
  display: block;
}

.product .list-article .item .img {
  border: 1px solid #ccc;
  overflow: hidden;
}

.product .list-article .item .img img {
  transition: .5s;
}

.product .list-article .item a:hover .img img {
  scale: 1.2;
}

.product .list-article .item .head {
  font-size: 16px;
}

.product .list-article .item .txtbox {
  margin-top: 10px;
}

.search-box {
  position: relative;
  width: 100%;
}

/* .search-box::before {
  content: "\f002";
  font-family: var(--ff99);
  font-weight: bold;
  font-size: 15px;
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  z-index: 2;
  color: #7c7c7c;
}
 */
.search-box form {
    height: 38px;
    display: flex;
    column-gap: 5px;
}

.search-box input[type="text"] {
  width: 100%;
  padding: 10px 5px;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 3px #ccc;
  font-size: 14px;
  font-family: var(--ff01);
}

.search-box button{
    flex-shrink: 0;
    border-radius: 0;
    background: var(--color01);
    color: #fff;
    border: none;
    box-shadow: 1px 1px 3px #ccc;
}

.search-box button .icon-search img {
    display: none;
}

.search-box button .icon-search::before {
    content: "検索";
    display: block;
    padding: 0px 8px 2px;
    font-size: 12px;
    letter-spacing: 1px;
}

.imgbox.js-thumb .js-mainimg {
  border: 1px solid #ccc;
}

.imgbox.js-thumb .sub-img {
  display: flex;
  column-gap: 10px;
  margin-top: 10px;
}

.imgbox.js-thumb .sub-img>* {
  width:calc((100% - 20px) / 3);
  border: 1px solid #ccc;
}

.cartjs_product_table table {
    width: 100% !important;
}

.cartjs_cart_in{
  display: flex;
}

.cartjs_cart_in input{
    background-color: var(--color02) !important;
    border-radius: 0 !important;
    height: 50px !important;
    width: 60% !important;
    font-size: 14px !important;
    font-family: var(--ff02);
    position: relative;
    border: 1px solid var(-color02) !important;
    transition: .5s;
}

.cartjs_cart_in input:hover{
   background-color:var(--color01) !important;
}

@media(max-width:599px) {
  .product .list-article .item {
    width: 48%;
  }
  
  .product .list-article.recommend-products .item:nth-of-type(4){
    display: block;
  }
}

/* voice */
.voice.recommend .list-article .item a {
  width: 85%;
  margin: 0 auto;
  display: block;
}

.voice .list-article .txtbox {
  margin-top: 5px;
  transition: .8s;
}

.voice .list-article .item a:hover .txtbox {
  opacity: 0.5;
}

.voice .list-article .item .head {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.voice.detail .list-article .txtbox .name,
.voice.detail .list-article .txtbox .cate span {
  font-size: 26px;
  font-family: var(--ff01);
}

.voice.detail .list-article .txtbox .name,
.voice.detail .list-article .txtbox .cate {
  padding-left: 35px;
}

.voice.detail .list-article .txtbox .cate {
  border-bottom: 2px solid var(--color02);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.voice.detail .list-article .txtbox .name::before {
  font-size: 30px;
}

.voice.detail .list-article .txtbox .cate::before {
  width: 28px;
}

.voice.detail .list-article .txtbox .txt {
  border: 1px solid var(--color02);
  padding: 20px;
}

@media(max-width:1024px) {
  .voice.recommend .item:nth-of-type(4) {
    display: none;
  }
}

@media(max-width:599px) {
  .voice.recommend .item:nth-of-type(4) {
    display: block;
  }
  
  .voice.detail .list-article .txtbox .name, .voice.detail .list-article .txtbox .cate span{
    font-size: 22px;
  }
}

/* 記事詳細ページ */
.articledtl01 {
  box-shadow: 1px 1px 3px #ccc;
  padding: 30px;
}

.articledtl01.type02 {
  box-shadow: none;
  padding: 0;
}

.articledtl01 .txt h2 {
  margin: 1em 0;
  padding: 0.5em 0;
  font-size: 22px;
  line-height: 1;
  font-family: var(--ff01);
  border-bottom: 2px solid var(--color02);
  padding-bottom: 10px;
  font-weight: 600;
  letter-spacing: 3px;
}

.articledtl01 .txt h2::first-letter {
  color: var(--color02);
}

.articledtl01 .txt h3 {
  margin: 1em 0;
  padding: 0.5em;
  font-weight: 600;
  font-family: var(--ff01);
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1;
  border-left: solid 5px var(--color02);
}

.articledtl01 .txt h4 {
  margin: 1em 0;
  font-weight: 600;
  font-size: 18px;
  border-bottom: dotted 2px var(--color02);
  font-family: var(--ff01);
}

.articledtl01 .txt ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
}

.articledtl01 .txt ul li::before {
  content: "■";
  color: var(--color01);
}

.articledtl01 .txt ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  -ms-flex-align: baseline;
  list-style-type: none;
  counter-increment: cnt;
}

.articledtl01 .txt ol li::before {
  content: ""counter(cnt)".";
  margin-right: 10px;
  font-weight: 600;
  font-size: 180%;
  line-height: 1;
  color: var(--color02);
  font-family: 'Cormorant Garamond';
}

@media(max-width:599px) {
  .articledtl01 {
    padding: 20px;
  }

  .articledtl01 .txt h2 {
    font-size: 20px;
  }

  .articledtl01 .txt h3 {
    font-size: 18px;
  }

  .articledtl01 .txt h4 {
    font-size: 17px;
  }
}

/* フォーム */
.form .box {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  padding: 20px 0;
  align-items: flex-start;
}

.form .datattl {
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  width: 200px;
  color: #000;
  font-weight: 500;
  font-family: var(--ff01);
}

.form .require {
  display: inline-block;
  margin-left: 10px;
  padding: 0 4px;
  background: var(--color08);
  color: #fff;
  font-size: 14px;
  line-height: 1.6em;
}

.form .require.non {
  background: #ccc;
}

.form .data {
  padding-left: 50px;
  width: 100%;
}

.form .data.w50 input{
  width: 50%;
}

.form .data input {
  box-sizing: border-box;
  margin-bottom: 5px;
  padding: 5px;
  width: 100%;
  border: 1px solid #999;
}

.form .data input[type='radio'] {
  display: none;
}

.form .data input[type='radio']+label {
  position: relative;
  box-sizing: border-box;
  margin-right: 20px;
  padding-left: 30px;
  line-height: 200%;
}

.form .data input[type='radio']+label::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #7c7c7c;
  background: #fff;
  content: '';
}

.form .data input[type='radio']:checked+label::after {
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  display: block;
  content: '✓';
  font-weight: bold;
  font-size: 22px;
  font-family: 'Noto Sans JP';
}

.form .data input[type='radio']:checked+label {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.form .data input[type='number'] {
  margin-right: 10px;
  width: 70px;
}

.form .data select {
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #999;
  color: inherit;
}

.form .data textarea {
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 170px;
  border: 1px solid #999;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}

.form .data01 div {
  display: inline-block;
}

.form .btn {
  margin-top: 30px;
}

@media (max-width: 1024px) {
  .form .item {
    flex-wrap: wrap;
  }

  .form .datattl {
    display: block;
    margin-bottom: 10px;
  }

  .form .data {
    padding-left: 0;
  }
}

@media (max-width: 599px) {
  .form .box {
    flex-wrap: wrap;
  }

  .form .btnbox.type02 .btn-type-01 button {
    min-width: 120px;
  }
}

/* num-box */
.num-box {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
    font-family: serif;
    font-size: 14px;
}

.num-box .item {
    display: flex;
    align-items: center;
    border: 1px solid var(--color02);
    overflow: hidden;
}

.num-box .item .tit {
    background: var(--color02);
    color: #fff;
    padding: 5px 0px 5px 10px;
    position: relative;
}

.num-box .item .tit::after {
    content: "";
    width: 20px;
    height: 20px;
    border-right: 20px solid var(--color02);
    border-left: 20px solid transparent;
    border-top: 20px solid transparent;
    border-bottom: 20px solid var(--color02);
    transform: translateY(-50%) rotate(-45deg);
    position: absolute;
    top: 50%;
    right: -15px;
}

.num-box .item .num {
    padding: 5px 10px 5px 30px;
}

@media(max-width:599px){
  .num-box{
    font-size: 12px;
  }
}

[data-element-id] .test-a{
  border: 2px solid #333;
  display: flex;
  flex-direction: column;
}

[data-element-id] .test-a::before {
    content: "Aパターン";
    text-align: center;
    background: #ff93a6;
    font-size: 12px;
    color: #fff;
    font-family: 'Noto Serif JP';
}

[data-element-id] .test-b{
  border: 2px solid #333;
  display: flex;
  flex-direction: column;
}

[data-element-id] .test-b::before {
    content: "Bパターン";
    text-align: center;
    background: #93beff;
    font-size: 12px;
    color: #fff;
    font-family: 'Noto Serif JP';
}

[data-ab-test-block] [data-ab-test-contents]+[data-ab-test-contents] {display: none;}

#loading.preview-only{
  background: none;
    visibility: hidden;
    opacity: 0;
}

/*# sourceMappingURL=style.css.map */

/* 2023/12/21 追記 */

.index-answer-area .troublelist .imgbox .product.imgsize-100{
  width: 100%;
}

.pc-none{
  display: none;
}

.onpa-01{
  justify-content: space-between !important;
}

.w75{
  width: 75% ;
}

.w25{
  width: 25%;
}

.onpa-h2{
  -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #3d3d3d;
    font-weight: bold;
}



@media (max-width: 599px) {
  .pc-none{
  display:block;
  width: 28% !important;
 margin: -30px auto 0 !important;
}


.sp-none{
  display: none;
  
}

.onpa-sec{
  padding-bottom: 339px !important;
}

.w75 {
    width: 100%;
}

.onpa-01{
  margin-top: -90px;
}
}


