@charset "utf-8";

/*--調整--*/
html {
	background-color: transparent !important;
}

.h_bar, 
#beltbnr {
	display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

#specialty {
  text-align: center;
}

#specialty a {
  text-decoration: none;
}

#specialty figure {
  margin: 0;
}

#specialty a:hover img {
  opacity: 1 !important;
}

/*--sticky用--*/
html, body, div.wrapper_ {
  overflow: visible !important;
}

/*--SPのみ表示用--*/
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

/*--PCのみ表示用--*/
@media only screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: block;
  }
}


/*----------
FONT
----------*/
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}

.fontJp400NotoSans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.fontJp700NotoSans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.fontEn400Aptly {
font-family: "aptly", sans-serif;
font-weight: 400;
font-style: normal;
}

.fontEn700Aptly {
font-family: "aptly", sans-serif;
font-weight: 700;
font-style: normal;
}


/*----------
BG
----------*/
#specialty {
  background: #002F51;
}

.content {
  width: 100%;
  margin: 0 auto;
  background: #ffffff;
}

@media only screen and (min-width: 768px) {
  .content {
    width: 900px;
  }
}


/*----------
KV
----------*/
.kv__inner {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .kv__inner {
    width: 900px;
  }
}


/*----------
LEAD
----------*/
.lead__inner {
  width: calc(100% - 40px * 2);
  margin: 60px auto 0;
}

.lead__text {
  font-size: min(3.2558139534vw, 14px);
  line-height: 2;
  color: #000000;
  text-align: justify;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .lead__inner {
    width: 900px;
  }

  .lead__text {
    text-align: center;
  }
}


/*----------
MENU
----------*/
.menu__inner {
  width: 100%;
  margin: 60px auto 0;
}

.menu__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.menu__list li:nth-of-type(1) {
  border-bottom: 1px solid #149178;
  padding-bottom: 5px;
}

.menu__list li:nth-of-type(2) {
  border-bottom: 1px solid #0796BB;
  padding-bottom: 5px;
}

.menu__list li:nth-of-type(1) a {
  color: #149178;
}

.menu__list li:nth-of-type(2) a {
  color: #0796BB;
}

.menu__list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.menu__list li a span:nth-of-type(1) {
  font-size: min(4.6511627906vw, 20px);
  line-height: 2;
  margin-block: var(--leading-trim);
}

.menu__inner li a span:nth-of-type(2) {
  font-size: min(3.4883720930vw, 15px);
  line-height: 2;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .menu__inner {
    width: 900px;
  }
}


/*----------
TITLE
----------*/
.category__title .title__inner {
  width: 100%;
  margin: 100px auto 0;
}

.category__title .title__main.green {
  width: 110px;
  margin: 0 auto;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: 3px solid #149178;
  border-radius: 10px;
  color: #149178;
}

.category__title .title__main.blue {
  width: 150px;
  margin: 0 auto;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: 3px solid #0796BB;
  border-radius: 10px;
  color: #0796BB;
}

.category__title .title__main span:nth-of-type(1) {
  font-size: min(5.8139534883vw, 25px);
  line-height: 2;
  margin-block: var(--leading-trim);
}

.category__title .title__main span:nth-of-type(2) {
  font-size: min(4.6511627906vw, 20px);
  line-height: 2;
  margin-block: var(--leading-trim);
}

.category__title .title__sub {
  padding-top: 30px;
  font-size: min(3.7209302325vw, 16px);
  line-height: 2;
  color: #000000;
  margin-block: var(--leading-trim);
}

@media only screen and (min-width: 768px) {
  .category__title .title__inner {
    width: 900px;
  }
}


/*----------
PRODUCT
----------*/
.product__inner {
  width: 100%;
  margin: 60px auto 0;
}

.product__img {
  width: 100%;
  position: relative;
}

.product__img-main {
  width: 76.74%;
}

.product__img.right .product__img-main {
  margin-left: auto;
}

.product__number {
  position: absolute;
  top: 0;
  z-index: 2;
}

.product__number.num01 {
  right: 6.27%;
}

.product__number.num02 {
  left: 5.11%;
}

.product__number.num03 {
  right: 5.11%;
}

.product__number.num04 {
  left: 5.11%;
}

.product__number.num05 {
  right: 5.11%;
}

.product__number.num06 {
  left: 5.11%;
}

.product__number.num07 {
  right: 5.81%;
}

.product__number.num08 {
  left: 5.11%;
}

.product__number.num09 {
  right: 5.11%;
}

.product__number.num10 {
  left: 6.04%;
}

.product__number p:nth-of-type(1) {
  display: block;
  margin-left: 3px;
  font-size: min(4.6511627906vw, 20px);
  line-height: 1;
  color: #002F51;
  text-align: left;
  margin-block: var(--leading-trim);
}

.product__number p:nth-of-type(2) {
  display: block;
  font-size: min(13.9534883720vw, 60px);
  line-height: 1;
  color: #002F51;
  text-align: left;
  margin-block: var(--leading-trim);
}

.product__img-sub {
  width: 46.51%;
  position: absolute;
  top: 120px;
  z-index: 3;
}

.product__img.left .product__img-sub {
  right: 0;
}

.product__img.right .product__img-sub {
  left: 0;
}

.product__txt {
  width: calc(100% - 30px * 2);
}

.product__txt.mt50 {
  margin: 50px auto 0;
}

.product__txt.mt70 {
  margin: 70px auto 0;
}

.product__title {
  font-size: min(4.6511627906vw, 20px);
  line-height: 1.5;
  color: #002F51;
  margin-block: var(--leading-trim);
}

.product__txt.left .product__title {
  text-align: left;
}

.product__txt.right .product__title {
  text-align: right;
}

.product__caption {
  padding-top: 20px;
  font-size: min(3.2558139534vw, 14px);
  line-height: 2;
  color: #000000;
  text-align: justify;
  margin-block: var(--leading-trim);
}

.product__reference-price {
  padding-top: 20px;
  font-size: min(3.2558139534vw, 14px);
  line-height: 2;
  color: #000000;
  text-align: right;
  margin-block: var(--leading-trim);
}

.product__credit {
  padding-top: 5px;
  font-size: min(3.7209302325vw, 16px);
  line-height: 2;
  color: #000000;
  text-align: right;
  margin-block: var(--leading-trim);
}

.product__price {
  margin-right: 20px;
}

.product__btn {
  text-decoration: underline;
}

.product__btn:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .product__inner {
    width: 600px;
    margin: 120px auto 0;
  }

  .product__number {
    top: -50px;
  }

  .product__number p:nth-of-type(1) {
    margin-left: 3px;
    font-size: min(5vw, 30px);
  }

  .product__number p:nth-of-type(2) {
    font-size: min(11.6666666666vw, 70px);
  }

  .product__img-sub {
    top: 170px;
  }

  .product__txt {
    width: 500px;
  }

  .product__txt.mt50 {
    margin: 100px auto 0;
  }

  .product__txt.mt70 {
    margin: 100px auto 0;
  }
}


/*----------
RELATED ITEM
----------*/
.item__inner {
  width: calc(100% - 20px * 2);
  margin: 80px auto 0;
}

.item__title-main {
  font-size: min(6.9767441860vw, 30px);
  line-height: 2;
  color: #002F51;
  margin-block: var(--leading-trim);
}

.item__title-sub {
  padding-top: 10px;
  font-size: min(3.7209302325vw, 16px);
  line-height: 2;
  color: #000000;
  margin-block: var(--leading-trim);
}

.item__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.item__price {
  padding-top: 10px;
  padding-right: 10px;
  font-size: min(3.2558139534vw, 14px);
  line-height: 2;
  color: #000000;
  text-align: right;
  margin-block: var(--leading-trim);
}

.item__btn {
  width: calc(100% - 80px * 2);
  margin: 40px auto 0;
}

.item__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #002F51;
  border: 1px solid #002F51;
  border-radius: 10px;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  font-size: min(3.7209302325vw, 16px);
  color: #ffffff;
  text-align: center;
}

.item__btn a:hover {
  background: #ffffff;
  border: 1px solid #002F51;
  color: #002F51;
}

@media only screen and (min-width: 768px) {
  .item__inner {
    width: 820px;
    margin: 100px auto 0;
  }

  .item__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }

  .item__btn {
    width: 430px;
  }
}


/*----------
BANNER
----------*/
.banner__innner {
  width: calc(100% - 40px * 2);
  margin: 0 auto;
  padding: 120px 0;
}

.banner__title {
  font-size: min(4.6511627906vw, 20px);
  line-height: 2;
  color: #002F51;
  text-align: center;
  margin-block: var(--leading-trim);
}

.banner__txt {
  padding-top: 20px;
  font-size: min(3.7209302325vw, 16px);
  line-height: 2;
  color: #000000;
  text-align: center;
  margin-block: var(--leading-trim);
}

.banner__btn {
  width: 100%;
  margin: 40px auto 0;
}

@media only screen and (min-width: 768px) {
  .banner__innner {
    width: 430px;
  }
}


/*----------
ANIMATION
----------*/
/*--フェードイン--*/
.fadeIn {
  opacity: 0;
  transform: translate(0, 40px);
  transition: 2s;
}

.fadeIn.active {
  opacity: 1;
  transform: translate(0, 0);
}

/*--マーカー--*/
.marker {
  background: linear-gradient(transparent 65%, #F7E68A 65%);
  display: inline;
  background-repeat: no-repeat;
  background-size: 0% 100%;
  transition: background-size 1.5s;
}

.marker.on {
  background-size: 100% 100%;
}

/*--ツールチップ--*/
[tooltip] {
  position: relative;
}

[tooltip]::before,
[tooltip]::after {
  text-transform: none;
  font-size: .9em;
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

[tooltip]::before {
  content: '';
  border: 5px solid transparent;
  z-index: 1001;
}
[tooltip]::after {
  content: attr(tooltip);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #002F51;
  color: #fff;
  z-index: 1000;
}

[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

[tooltip='']::before,
[tooltip='']::after {
  display: none !important;
}

[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #002F51;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -.5em);
}

[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #002F51;
}

[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, .5em);
}

[tooltip][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #002F51;
  left: calc(0em - 5px);
  transform: translate(-.5em, -50%);
}

[tooltip][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-.5em, -50%);
}

[tooltip][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #002F51;
  right: calc(0em - 5px);
  transform: translate(.5em, -50%);
}

[tooltip][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(.5em, -50%);
}

@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}

@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}

[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^="up"]:hover::before,
[tooltip][flow^="up"]:hover::after,
[tooltip][flow^="down"]:hover::before,
[tooltip][flow^="down"]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after,
[tooltip][flow^="right"]:hover::before,
[tooltip][flow^="right"]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}