@charset "UTF-8";
/************************************************
/*
/* All Element
/*
/***********************************************/
/************************************************
/*
/* Document
/*
/***********************************************/
/*
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/************************************************
/*
/* Sections
/*
/***********************************************/
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/************************************************
/*
/* Grouping Content
/*
/***********************************************/
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

figure {
  margin: 0;
  padding: 0;
}

/************************************************
/*
/* Text Content
/*
/***********************************************/
h1, h2, h3, h4, h5, h6, strong {
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  line-height: 1.3;
  font-family: inherit;
  margin: 0;
}

p, li, dt, dd, th, td, pre {
  line-break: strict;
  word-break: break-strict;
  margin: 0;
}

br {
  letter-spacing: 0;
}

/**
 * 1. Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  /* 1 */
}

a:focus {
  outline: none;
}

a:hover, a:active {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: none;
  /* 2 */
}

b, strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: normal;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

em {
  font-style: normal;
}

small {
  font-size: inherit;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

q {
  quotes: "“" "”" "‘" "’";
}

/************************************************
/*
/* Embedded Content
/*
/***********************************************/
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * 1. Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  /* 1 */
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  width: auto;
  height: auto;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/************************************************
/*
/* Scripting Content
/*
/***********************************************/
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/************************************************
/*
/* Form Content
/*
/***********************************************/
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

button, input {
  line-height: normal;
}

button {
  background-color: transparent;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button:focus {
  outline: none;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: normal;
     -moz-appearance: normal;
          appearance: normal;
  cursor: pointer;
  border: none;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

textarea {
  overflow: auto;
  vertical-align: middle;
  resize: none;
}

/************************************************
/*
/* Interactive Content
/*
/***********************************************/
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/************************************************
/*
/* Table Content
/*
/***********************************************/
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th {
  font-weight: normal;
}

/************************************************
/*
/* List Content
/*
/***********************************************/
ul, ol, dl {
  list-style: none;
  padding: 0;
  margin: 0;
}

dd {
  margin-left: 0px;
}

/************************************************
/*
/* Hidden
/*
/***********************************************/
[hidden] {
  display: none;
}

/*************************************************************
*
* Variables
*
*************************************************************/
/*************************************************************
* Page Container
*************************************************************/
/*************************************************************
* Media Query
*************************************************************/
/*************************************************************
* Gutters Margin
*************************************************************/
/*************************************************************
* Typography
*************************************************************/
/*************************************************************
* Color
*************************************************************/
/*************************************************************
* Margin
*************************************************************/
/*************************************************************
* Header Height
*************************************************************/
/*************************************************************
* Z Index
*************************************************************/
/*************************************************************
* Animation
*************************************************************/
/**************************************************************
* Media Query
**************************************************************/
/**************************************************************
* Media Query Image Ratio
**************************************************************/
/**************************************************************
* Transition
**************************************************************/
/**************************************************************
* Object Fit
**************************************************************/
/*************************************************************
*
* Function
*
*************************************************************/
/**
 * Line heightの余白を除いたマージンの取得
 *
 * @param px $baseMargin 本来の余白
 * @param px $fontSize フォントサイズ
 * @param float $lineHeight 行間
 **/
/**
 * Fontの上下余白を取得
 *
 * @param float $lineHeight 行間
 * @param float $capitalLetter フォントの上下余白
 * @param float $ratio 取得する余白割合
 **/
/**
 * Pixel => rem変換
 * @param px $pixel
 * @oaram px $fontSize
 * @return rem
 **/
/**
 * Pixel => em変換
 * @param px $pixel
 * @oaram px $fontSize
 * @return rem
 **/
/**
 * Pixel => vw変換
 * @param px $pixel
 * @oaram px $fontSize
 * @return rem
 **/
/**
 * Pixel => √平方根
 * @param px $root
 * @return px
 **/
/**************************************************************
* Font-Style
**************************************************************/
/**************************************************************
* Crop Line height
**************************************************************/
/*************************************************************
*
* Aura Custom Normalize
*
*************************************************************/
* {
  box-sizing: border-box;
  word-break: normal;
  word-wrap: break-word;
  white-space: normal;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
*:before, *:after {
  box-sizing: border-box;
}

/* Retinaモニタの際にfont-smoothingを適用 */
/************************************************
/* Document
/***********************************************/
html {
  overflow: auto;
  /* iOS用*/
  height: 100%;
  /* iOS用*/
}

/************************************************
/* Grouping Content
/***********************************************/
address {
  font-style: normal;
}

/************************************************
/* Text Content
/***********************************************/
a {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline-width: 0;
}

strong {
  font-weight: normal;
}

button {
  text-align: left;
  padding: 0;
  border-radius: 0;
  border: none;
}

/*************************************************************
*
* Attribute
*
*************************************************************/
[disabled] {
  cursor: not-allowed;
}

/*************************************************************
*
* Status
*
*************************************************************/
:focus:not(:focus-visible) {
  outline: none;
}

/*************************************************************
*
* Typography
*
*************************************************************/
html {
  font-family: "";
  color: #333;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: normal;
}

body {
  font-size: inherit;
}

/* テキスト反転色 */
::-moz-selection {
  background: #333;
  /*背景色*/
  color: #fff;
  /*文字色*/
}
::selection {
  background: #333;
  /*背景色*/
  color: #fff;
  /*文字色*/
}

hr {
  margin: 0;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

* {
  word-break: normal !important;
  word-wrap: break-word;
  box-sizing: border-box;
}

a {
  color: #333;
}

img {
  vertical-align: bottom;
}

picture {
  display: block;
}

main {
  display: block;
  overflow: hidden;
}

/*========================================
Content Switching
========================================*/
.sp-content_hidden {
  display: none !important;
}

.tab-content_hidden {
  display: block !important;
}

.sptab-content_hidden {
  display: none !important;
}

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

div::-webkit-scrollbar {
  width: 12px;
}

div::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 0px;
  box-shadow: inset 0 0 2px #fff;
}

div::-webkit-scrollbar-thumb {
  background: #c6c6c6;
  border-radius: 8px;
  box-shadow: none;
}

/*************************************************************
*
* Content
*
*************************************************************/
/*************************************************************
* Page Container
*************************************************************/
/**************************************************************
* Hover
**************************************************************/
/**************************************************************
* Animation Line
**************************************************************/
/*************************************************************
* Opacity
*************************************************************/
.u-txt--bold {
  font-weight: bold;
}

.u-txt--20 {
  font-size: 2rem;
}

.u-mt--1em {
  margin-top: 1em;
}

.u-mb--40 {
  margin-bottom: 50px;
}

.u-mb--50 {
  margin-bottom: 50px;
}

.l-inner {
  box-sizing: content-box;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 30px;
}

/**************************************************************
*
* Header
*
**************************************************************/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 10000;
}
.l-header__inner {
  position: relative;
  z-index: inherit;
  display: flex;
  padding: 0 30px 0 0;
  align-items: center;
  height: inherit;
  background-color: inherit;
}
.l-header__logo {
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0 45px 45px 0;
}
.l-header__logo a {
  display: block;
  padding: 18px 50px 18px 30px;
}
.l-header__logo a img {
  width: auto;
  height: 35px;
}
.l-header__navi {
  margin-left: auto;
}
.l-headerNavi {
  height: inherit;
}
.l-headerNavi__items {
  display: flex;
  height: inherit;
  line-height: inherit;
  align-items: center;
}
.l-headerNavi__item {
  line-height: inherit;
}
.l-headerNavi__item:last-child {
  margin-left: 2rem;
}
.l-headerNavi__item--btn a {
  padding: 9px 30px 8px;
  border-radius: 25px;
  border: 2px solid #009EBC;
  color: #009EBC;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition: color 0.3s, background-color 0.3s;
}
.l-headerNavi__item--btn a:hover {
  background-color: #009EBC;
  color: #fff;
}
.l-headerNaviItem {
  position: relative;
  padding: 3rem 2rem;
  cursor: pointer;
  display: block;
}
.l-headerNaviItem:hover, .l-headerNaviItem.is-hover {
  color: #009EBC;
}
.l-headerNaviItem:hover .l-headerNaviItem__box, .l-headerNaviItem.is-hover .l-headerNaviItem__box {
  opacity: 1;
}
.l-headerNaviItem:hover .l-headerNaviItem__box > ul, .l-headerNaviItem.is-hover .l-headerNaviItem__box > ul {
  -webkit-animation: viewUpDown 0.5s forwards;
  animation: viewUpDown 0.5s forwards;
  z-index: 2;
  opacity: 1;
  transform: translate(-50%, 26px);
  pointer-events: painted;
}
.l-headerNaviItem__category {
  font-family: granville, serif;
  font-weight: bold;
}
.l-headerNaviItem__category img {
  height: 20px;
  width: auto;
}
.l-headerNaviItem__category:hover {
  color: #009EBC;
}
.l-headerNaviItem__box {
  position: absolute;
  top: 70%;
  left: 50%;
  display: block;
  display: block;
  transform: translate(-50%, 26px);
  width: 300px;
  height: 300px;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}
.l-headerNaviItem__box > ul {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  transform: translateX(-50%);
  width: 222px;
  padding: 25px 20px 20px;
  box-sizing: content-box;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
  z-index: -100;
  pointer-events: none;
}
.l-headerNaviItem__box > ul > li {
  position: relative;
}
.l-headerNaviItem__box > ul > li:not(:last-child) {
  margin-bottom: 25px;
}
.l-headerNaviItem__box > ul > li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #009EBC;
}
.l-headerNaviItem__box > ul > li::after {
  content: "";
  position: absolute;
  top: calc(50% - 7.5px);
  right: 3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #009EBC;
  border-right: 1px solid #009EBC;
  transform: rotate(45deg);
}
.l-headerNaviItem__box > ul > li:hover:after {
  -webkit-animation: arrowRight 0.3s cubic-bezier(0.1, -0.6, 0.2, 0) forwards;
  animation: arrowRight 0.3s cubic-bezier(0.1, -0.6, 0.2, 0) forwards;
}
.l-headerNaviItem__box > ul > li a {
  position: relative;
  display: block;
  padding-bottom: 7.5px;
  font-size: 1.2rem;
  color: #009EBC;
  letter-spacing: 0.1em;
  line-height: 1;
}
.l-headerNaviItem__box > ul > li a:hover {
  opacity: 0.6;
}
.l-headerNaviItem:nth-child(3) .l-headerNaviItem__box > ul {
  width: 118px;
}
.l-headerNaviItem:nth-child(4) .l-headerNaviItem__box > ul {
  width: 144px;
}
.l-headerBergerBtn {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 30px;
  height: 25px;
  z-index: 10000;
}
.l-headerBergerBtn > span {
  position: absolute;
  z-index: 1;
  display: inline-block;
  left: 0;
  display: block;
  height: 1px;
  width: 100%;
  background: #727171;
  transition: 0.3s;
}
.l-headerBergerBtn > span:nth-child(1) {
  top: 0;
}
.l-headerBergerBtn > span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.l-headerBergerBtn > span:nth-child(3) {
  bottom: 0;
}
.l-header__drawer {
  display: none;
  position: absolute;
  top: 0;
  z-index: 5000;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: #E7E6EB;
  transform: translateX(200%);
  transition: all 0.4s;
  box-sizing: content-box;
}
.l-header__drawer::-webkit-scrollbar {
  display: none;
}
.l-header__drawer::after {
  content: "";
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 70px);
  background: linear-gradient(to bottom, #014795, #58BFD5, #58BFD5);
  z-index: -1;
  opacity: 0.7;
}
.l-header__drawer::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/drawer_bg.png.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -2;
}
.no-webp .l-header__drawer::before {
  background-image: url(../images/drawer_bg.png);
}
.l-headerDrawer__inner {
  position: relative;
  padding: 150px 40px;
  z-index: 1;
}
.l-headerDrawerNaviItems {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}
.l-headerDrawerNaviItem {
  display: flex;
  flex-direction: column;
}
.l-headerDrawerNaviItem:not(:last-child) {
  margin-bottom: 40px;
}
.l-headerDrawerNaviItem > a, .l-headerDrawerNaviItem__category, .l-headerDrawerNaviItem__page > a {
  color: #fff;
  font-family: granville, serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
}
.l-headerDrawerNaviItem > a {
  font-size: 2.4rem;
}
.l-headerDrawerNaviItem img {
  height: 30px;
  width: auto;
}
.l-headerDrawerNaviItem__category {
  position: relative;
  font-size: 2.4rem;
  font-family: granville, serif;
}
.l-headerDrawerNaviItem__category::before, .l-headerDrawerNaviItem__category::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 38px;
  transform: translateY(-50%);
  background-color: #fff;
  width: 13px;
  height: 1px;
}
.l-headerDrawerNaviItem__category::before {
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s ease-in-out;
}
.l-headerDrawerNaviItem__category.is-open::before {
  transform: translateY(-50%) rotate(0);
}
.l-headerDrawerNaviItem__category.is-open .l-headerDrawerNaviItem__pages {
  display: block;
}
.l-headerDrawerNaviItem__pages {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  display: none;
  opacity: 0;
  transition: display 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.l-headerDrawerNaviItem__page:not(:last-child) {
  margin-bottom: 20px;
}
.l-headerDrawerNaviItem--btn {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 25px;
  text-align: center;
}
.l-headerDrawerNaviItem--btn a {
  color: #fff;
}
.l-headerDrawerNaviItem--btn_anchor {
  padding: 8px 0 10px;
  display: block;
  width: 100%;
  height: 100%;
}

.is-open .l-header__drawer {
  transform: translateX(0);
}
.is-open .l-headerBergerBtn > span:nth-child(1) {
  top: 50%;
  left: 0%;
  transform: rotate(-45deg);
}
.is-open .l-headerBergerBtn > span:nth-child(2) {
  display: none;
}
.is-open .l-headerBergerBtn > span:nth-child(3) {
  top: 50%;
  left: 0;
  transform: rotate(45deg);
}
.is-open.l-headerDrawerNaviItem__category::before {
  transform: translateY(-50%) rotate(0);
}
.is-open + .l-headerDrawerNaviItem__pages {
  display: flex;
  opacity: 1;
}

.l-header.js-headerScroll {
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.l-header.js-headerScroll .l-header__logo {
  background-color: transparent;
}

.l-headerNaviList__pages.js-headerScroll {
  box-shadow: 10px 10px 10px -5px rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes viewUpDown {
  from {
    transform: translate(-50%, -100%);
    opacity: 0;
  }
  to {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}

@keyframes viewUpDown {
  from {
    transform: translate(-50%, -100%);
    opacity: 0;
  }
  to {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}
@-webkit-keyframes arrowRight {
  from {
    right: 3px;
  }
  to {
    right: -5px;
  }
}
@keyframes arrowRight {
  from {
    right: 3px;
  }
  to {
    right: -5px;
  }
}
.l-footer {
  position: relative;
  margin-top: -220px;
  padding-top: 280px;
  z-index: 5;
}
.l-footer::after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to right, #014795, #58BFD5);
  background-position: bottom;
}
.l-footer__inner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1200px;
  padding: 0 80px 80px 30px;
  z-index: 2;
}
.l-footer__col1 {
  position: relative;
  display: flex;
  padding-right: 5.6666666667%;
}
.l-footer__col1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.l-footerCompany__name {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.l-footerCompany span {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.l-footerLogo {
  width: 95px;
  height: 80px;
  margin-right: 2rem;
}
.l-footer__navi {
  display: flex;
  margin-left: auto;
  white-space: nowrap;
  padding-left: 20px;
}
.l-footerNaviItems:first-child {
  margin-right: 30px;
}
.l-footerNaviItems:not(:last-child) {
  margin-right: 5rem;
}
.l-footerNaviItemLinks__page a {
  position: relative;
  margin-bottom: 1.5rem;
  padding: 5px 0 10px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff;
  white-space: nowrap;
  letter-spacing: 0.1em;
  transition: opacity 0.3s;
}
.l-footerNaviItemLinks__page a:hover {
  opacity: 0.6;
}
.l-footerNaviItemLinks__category, .l-footerNaviItemLinks__category a {
  margin-bottom: 0;
  font-family: granville, serif;
  font-size: 1.7rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
}
.l-footerNaviItemLinks--btn > a {
  display: block;
  padding: 8px 24px 7px;
  border-radius: 25px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.05em;
  transition: opacity 0.3s ease;
}
.l-footerNaviItemLinks--btn > a:hover {
  opacity: 0.6;
}
.l-footerNaviItemLinks--btn:first-child {
  margin-bottom: 2rem;
}
.l-footerNaviItem:not(:last-child) {
  margin-bottom: 3rem;
}
.l-footerNaviItem__pageTitle--privacy {
  display: block;
  margin-top: 2rem;
  text-align: center;
}
.l-footerNaviItem--sp {
  display: none;
}
.l-footer__copyRight {
  position: relative;
  padding: 10px 0;
  background-color: #fff;
  font-size: 1.2rem;
  color: #A0A0A0;
  letter-spacing: 0;
  text-align: center;
  z-index: 3;
}
.l-footer__pageTop {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: rotate(-90deg);
  transform-origin: right;
  transition: opacity 0.2s ease;
  z-index: 5;
}
.l-footer__pageTop:hover {
  opacity: 0.6;
}
.l-footer__pageTop a {
  position: relative;
  font-family: granville, serif;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
}
.l-footer__pageTop a::before {
  content: "";
  position: absolute;
  background-image: url(../images/common-parts/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 53px;
  height: 11px;
  top: 5px;
  left: 120%;
}
.l-footer__wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.l-main {
  overflow: hidden;
}

.l-section {
  padding: 60px 0 100px;
  background-color: #fff;
}
.l-section__ttlWrapper {
  margin-bottom: 6rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.l-section__ttlJa {
  font-family: "Noto Serif JP", serif;
  color: #009EBC;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.l-section__ttlEn {
  display: block;
  font-family: granville, serif;
  font-size: 1.6rem;
  color: #A0A0A0;
  line-height: 1.5;
  font-weight: bold;
}
.l-section__lead {
  margin-bottom: 40px;
  text-align: center;
  line-height: 2.1875;
}

.js-movetext span {
  opacity: 0;
}

.js-movetext.appeartext span {
  -webkit-animation: text_anime_on 1s ease-out forwards;
          animation: text_anime_on 1s ease-out forwards;
}

@-webkit-keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.visuallyHidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.js-s-text span {
  display: inline-block;
  filter: blur(5px);
  opacity: 0;
  transform: translateY(0.3em);
  transition-duration: 0.6s;
  transition-property: filter, transform, opacity;
}

.js-s-text.is-active span {
  filter: blur(0);
  opacity: 1;
  transform: translateY(0);
}

svg {
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
}

svg.a-waveTop01 {
  height: calc(100% + 200px);
  margin-top: -200px;
}

svg.a-waveTop02 {
  height: calc(100% + 100px);
  margin-top: -100px;
}

svg.a-waveTranslucent {
  fill-opacity: 0.6;
}

svg.a-waveHead {
  z-index: 1;
  width: 110%;
  height: 1500px;
  transform: translate(-500px, -1000px) rotate(162deg) scaleX(1.4);
}

path#wave-head {
  height: 1500px;
}

svg.a-waveBottom {
  bottom: 0;
  top: unset;
  height: 200px;
  transform: translateY(100%) rotate(180deg) scale(1);
  z-index: 2;
}

.wave-container {
  position: relative;
  width: 100vw;
  height: 700px;
}

.waves-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.wavewavewave path {
  -webkit-animation: 2s ease-in-out forwards;
  animation: 2s ease-in-out forwards;
  transform: translate(-15%, -100px);
}

@-webkit-keyframes kirari {
  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;
  }
}

@keyframes kirari {
  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;
  }
}
@-webkit-keyframes poyopoyo01 {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}
@keyframes poyopoyo01 {
  0% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
  25% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  50% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
  }
  75% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
}
@-webkit-keyframes poyopoyo02 {
  0% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  20% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
  60% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
  80% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
  }
}
@keyframes poyopoyo02 {
  0% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  20% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
  60% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
  80% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
  }
}
@-webkit-keyframes poyopoyo03 {
  0% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
  25% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
  }
  50% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  75% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
}
@keyframes poyopoyo03 {
  0% {
    border-radius: 33% 67% 58% 42%/63% 68% 32% 37%;
  }
  25% {
    border-radius: 50% 50% 33% 67%/55% 27% 73% 45%;
  }
  50% {
    border-radius: 58% 42% 75% 25%/76% 46% 54% 24%;
  }
  75% {
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  }
}
@-webkit-keyframes scroll {
  0% {
    height: 40px;
  }
  100% {
    height: 0;
  }
}
@keyframes scroll {
  0% {
    height: 40px;
  }
  100% {
    height: 0;
  }
}
html:not(.no-js) [data-aos=fade-up] {
  transform: translate3d(0, 20px, 0) !important;
}

html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
  transform: none !important;
}

html:not(.no-js) [data-aos^=fade].p-topProduct__btn {
  transform: translate(-50%, calc(50% + 20px)) !important;
}

html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate.p-topProduct__btn {
  transform: translate(-50%, 50%) !important;
}

/**************************************************************
*
* Box01
*
**************************************************************/
.c-box01 {
  padding: 1.6875rem 2.5rem 2.625rem;
  border: 2px solid #009EBC;
  -o-border-image: linear-gradient(to right, #014795, #83DDE5);
     border-image: linear-gradient(to right, #014795, #83DDE5);
  border-image-slice: 1;
}
.c-box01__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 2px #009EBC;
  -o-border-image: linear-gradient(to right, #014795, #83DDE5);
     border-image: linear-gradient(to right, #014795, #83DDE5);
  border-image-slice: 1;
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
}
.c-box01__head-text {
  font-size: 2.4rem;
  font-weight: 600;
}
.c-box01__head-tag {
  display: flex;
}
.c-box01__head-tag:not(:last-child) {
  margin-right: 0.625rem;
}
.c-box01__body {
  display: flex;
  align-items: center;
}
.c-box01__body-image {
  width: 420px;
}
.c-box01__body-text {
  width: calc(100% - 420px);
  margin-left: 2.5rem;
  font-weight: 600;
}

/**************************************************************
*
* Box02
*
**************************************************************/
.c-box02 {
  padding: 46px 55px;
  color: #fff;
  background: linear-gradient(to right, #014795, #83DDE5);
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-box02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 40px;
  background: #4393be;
  transform: rotate(-45deg) translateX(-50%);
  z-index: -1;
}
/**************************************************************
*
* Button Agent
*
**************************************************************/
.c-button-agent {
  position: fixed;
  z-index: 10000;
  top: 170px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.2em;
  width: 45px;
  height: 170px;
  background: linear-gradient(to bottom, #014795, #83DDE5);
  border-radius: 10px 0 0 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  color: #fff;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  overflow: hidden;
}
.c-button-agent:hover {
  background: #fff;
  color: #009EBC;
  box-shadow: none;
}
.c-button-agent:hover::after {
  border-color: transparent transparent #fff transparent;
}
.c-button-agent::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -150px;
  display: block;
  width: 200px;
  height: 20px;
  -webkit-animation: move-y 3s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
  animation: move-y 3s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
  transform: rotate(-45deg);
  background-color: #fff;
  opacity: 0.6;
}

@-webkit-keyframes move-y {
  from {
    transform: rotate(-45deg) translateY(0);
  }
  to {
    transform: rotate(-45deg) translateY(200px);
  }
}

@keyframes move-y {
  from {
    transform: rotate(-45deg) translateY(0);
  }
  to {
    transform: rotate(-45deg) translateY(200px);
  }
}
/**************************************************************
*
* Button01
*
**************************************************************/
.c-button {
  display: block;
  width: 300px;
  margin: 0 auto;
  background-color: #009EBC;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  padding: 23px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  transition: 0.3s ease;
  cursor: pointer;
}
.c-button:hover {
  box-shadow: none;
  background: linear-gradient(to right, #fff, #12A5C1);
}
.c-button--arrow span {
  display: inline-block;
  position: relative;
  padding-right: 60.5px;
}
.c-button--arrow span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 10px;
  background-image: url(../images/common-parts/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  transition: all 0.3s;
}
.c-button--arrow:hover span::after {
  right: -17px;
}
.c-button--light {
  background: linear-gradient(to right, #fff, #009EBC);
}
.c-button--light:hover {
  background: #009EBC;
}
.c-button--tel {
  padding: 0;
}

.c-buttonTel__num {
  display: inline-block;
  position: relative;
  padding: 14px 0 20px 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  color: #fff;
  font-weight: bold;
  transition: 0.3s ease-out;
}
.c-buttonTel__num::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../images/common-parts/icon-tel.svg);
  background-size: contain;
}
.c-buttonTel__time {
  display: block;
  padding: 6px 0 10px;
  background-color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  color: #009EBC;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.c-buttonTel:hover .c-buttonTel__num {
  background: linear-gradient(to right, #fff, #009EBC);
}

/**************************************************************
*
* Button02
*
**************************************************************/
.c-button02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc((100% - 81px) / 4);
  height: 60px;
  background: #EFEFEF;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}
.c-button02:hover {
  color: #fff;
  background: linear-gradient(to right, #014795, #83DDE5);
}
.c-button02__container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

/**************************************************************
*
* Button03
*
**************************************************************/
.c-button03 {
  padding: 0.1875rem 0.9375rem 0.1875rem 0.8125rem;
  color: #fff;
  background: linear-gradient(to right, #68E0CF, #209CFF);
  border-radius: 30px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
}
.c-button03__container {
  display: flex;
}
.c-button03:not(:last-child) {
  margin-right: 0.625rem;
}

/**************************************************************
*
* Button04
*
**************************************************************/
.c-button04 {
  border-radius: 20px;
  max-height: 200px;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.c-button04__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 140px;
}
.c-button04__container .c-button04 {
  width: calc((100% - 40px) / 2);
}
.c-button04__container .c-button04:last-child {
  margin-left: 40px;
}
.c-button04__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.c-button04__text-main {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.c-button04__text-sub {
  font-size: 1.6rem;
  font-family: granville, serif;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.c-button04__filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(to right, #014695, #83DDE5);
  opacity: 0.5;
  pointer-events: none;
}
.c-button04::before {
  content: "";
  position: absolute;
  top: calc(50% - 8.2px);
  right: 60px;
  width: 20px;
  height: 2px;
  transform: rotate(45deg) translateY(-50%);
  background-color: #fff;
  border-radius: 20px;
  z-index: 2;
  pointer-events: none;
}
.c-button04::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 60px;
  width: 40px;
  height: 2px;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 20px;
  z-index: 2;
  pointer-events: none;
}
.c-button04:hover .c-button04__image {
  -webkit-animation: scale-image 0.5s forwards;
          animation: scale-image 0.5s forwards;
  transform: scale(1.5);
}
.c-button04:hover::before {
  -webkit-animation: move-right 0.5s forwards;
          animation: move-right 0.5s forwards;
  right: 20px;
}
.c-button04:hover::after {
  -webkit-animation: move-right 0.5s forwards;
          animation: move-right 0.5s forwards;
  right: 20px;
}
@-webkit-keyframes scale-image {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}
@keyframes scale-image {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}
@-webkit-keyframes move-right {
  from {
    right: 60px;
  }
  to {
    right: 20px;
  }
}
@keyframes move-right {
  from {
    right: 60px;
  }
  to {
    right: 20px;
  }
}

.c-breadcrumbs {
  padding: 60px 0 10px;
  z-index: 3;
}
.c-breadcrumbsItems {
  display: flex;
  flex-wrap: wrap;
}
.c-breadcrumbsItem {
  list-style: none;
  padding: 0 0.75em;
  z-index: 2;
}
.c-breadcrumbsItem:not(:last-child) a {
  position: relative;
  color: #A0A0A0;
}
.c-breadcrumbsItem:not(:last-child) a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.7em;
  transform: translate(100%, -50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #A0A0A0;
}
.c-breadcrumbsItem__link {
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
  transition: 0.3s;
}
.c-breadcrumbsItem__link:hover {
  color: #009EBC;
}
.c-breadcrumbsCurrent {
  pointer-events: none;
  color: #333333;
}

.c-otherPageLink {
  padding: 100px 0;
  background-color: #F8F7F9;
}
.c-otherPageLink__inner {
  padding: 0;
}
.c-otherPageLink__item:not(:last-child) {
  margin-bottom: 50px;
}
.c-otherPageLinkItem {
  position: relative;
  transition: 0.3s ease-in;
}
.c-otherPageLinkItem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0%;
  bottom: 0;
  background: linear-gradient(to right, #fff, #343434);
  background-size: cover;
  opacity: 0.4;
  z-index: 1;
  transition: 0.3s ease;
}
.c-otherPageLinkItem::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  width: 42px;
  height: 17px;
  background-image: url(../images/arrow-white-bold.svg);
  background-repeat: no-repeat;
  z-index: 1;
}
.c-otherPageLinkItem a {
  position: relative;
}
.c-otherPageLinkItem a::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  transition: 0.5s ease;
}
.c-otherPageLinkItem a:hover::after {
  opacity: 0.4;
}
.c-otherPageLinkItem__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  overflow: hidden;
}
.c-otherPageLinkItem__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.c-otherPageLinkItem__inner {
  position: relative;
  z-index: 2;
  padding: 63px 0 53px;
  position: relative;
  text-align: center;
}
.c-otherPageLinkItem__ttl {
  position: relative;
  font-family: granville, serif;
  margin-bottom: 15px;
  font-size: 3.9rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1.8;
}
.c-otherPageLinkItem__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 31px;
  height: 3px;
  background-color: #009EBC;
}
.c-otherPageLinkItem__subTtl {
  font-family: "Noto Serif JP", serif;
  color: #333;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-weight: bold;
}

/**************************************************************
*
* Headline01
*
**************************************************************/
.c-head {
  position: relative;
  height: 430px;
  padding-top: 160px;
}
.c-head__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

.c-headTtl__ttlEn {
  position: relative;
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: granville, serif;
  font-size: 5rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
.c-headTtl__ttlEn img {
  width: auto;
  height: 100%;
}
.c-headTtl__ttlEn.__reverse {
  color: #009EBC;
}
.c-headTtl__ttl {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-weight: 2rem;
}
.c-headTtl__ttl.__reverse {
  color: #009EBC;
}

.c-tab__selectItems {
  position: relative;
  transform: translateY(2px);
  display: flex;
  width: 100%;
  z-index: 1;
}
.c-tab__selectItem {
  width: 25%;
  padding: 1.35rem 0 1.25rem;
  border-radius: 10px 10px 0 0;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  background: #EFEFEF;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
}
.c-tab__selectItem:hover {
  background: linear-gradient(to right, #014795, #83DDE5);
  color: #fff;
}
.c-tab__contentsWrapper {
  position: relative;
  z-index: 5;
}
.c-tab__content {
  display: none;
}

.is-active.c-tab__selectItem {
  background: linear-gradient(to right, #014795, #83DDE5);
  color: #fff;
}
.is-active.c-tab__content {
  display: block;
}

/* Pager */
.c-pager01 {
  width: 100%;
  margin: 0 0 80px;
}
.c-pager01__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.c-pager01__item {
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pager01__item a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0 0 1rem;
  color: #474747;
  background: #fff;
  transition: opacity 0.3s ease;
}
.c-pager01__item a:hover {
  opacity: 0.6;
}
.c-pager01__item.--num a {
  position: relative;
}
.c-pager01__item.--num a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #009EBC;
}
.c-pager01__item.--prev a::after, .c-pager01__item.--next a::after {
  content: "";
  position: absolute;
  content: "";
  top: 35%;
  left: 50%;
}
.c-pager01__item.--prev a::after {
  width: 6px;
  height: 6px;
  border-bottom: 3px solid #009EBC;
  border-left: 3px solid #009EBC;
  transform: rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-pager01__item.--next a::after {
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 3px solid #009EBC;
  border-right: 3px solid #009EBC;
  transform: rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-pager01__item:not(:last-child) {
  margin-right: 15px;
}
.c-pager01__item.--num a.pager-active::before {
  width: 100%;
}

/**************************************************************
*
* Pager 02
*
**************************************************************/
.c-pager02 {
  width: calc(100% - 40px);
  margin: 0 20px 60px;
}
.c-pager02__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
}
.c-pager02__item {
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pager02__all {
  margin: 0 auto;
}
.c-pager02__item a {
  position: relative;
  display: block;
  transition: opacity 0.3s ease;
}
.c-pager02__item a::after {
  content: "";
  position: absolute;
  content: "";
  top: 50%;
}
.c-pager02__item a:hover {
  opacity: 0.6;
}
.c-pager02__item.--prev a {
  padding-left: 20px;
}
.c-pager02__item.--prev a::after {
  left: 0;
  width: 4px;
  height: 4px;
  border-bottom: 2px solid #009EBC;
  border-left: 2px solid #009EBC;
  transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.c-pager02__item.--next a {
  padding-right: 20px;
}
.c-pager02__item.--next a::after {
  right: 0;
  width: 4px;
  height: 4px;
  border-top: 2px solid #009EBC;
  border-right: 2px solid #009EBC;
  transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.c-pager02 p {
  font-size: 0.7rem;
  line-height: 1.5;
  text-align: center;
}
.c-pager02 span {
  font-size: 1rem;
}

button, input, select, textarea {
  background: 0 0;
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text], input[type=date], input[type=mail], input[type=email], input[type=tel], input[type=number], textarea, select {
  font-size: 1.6rem;
  line-height: 1.8;
  background-color: #EFEFEF;
}

input[type=text], input[type=date], input[type=mail], input[type=email], input[type=tel], input[type=number], select {
  width: 100%;
  padding: 6px 10px;
  box-sizing: border-box;
}
input[type=text].error-bg, input[type=date].error-bg, input[type=mail].error-bg, input[type=email].error-bg, input[type=tel].error-bg, input[type=number].error-bg, select.error-bg {
  border: 1px solid red !important;
}

input[type=date] {
  width: 200px;
  height: 42px;
  color: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
input[type=date]::after {
  font-family: FontAwesome;
  content: "\f073";
  color: inherit;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
}

textarea {
  width: 100%;
  height: 200px;
  margin: 0 0 0 0;
  padding: 12px 12px;
  box-sizing: border-box;
}

select {
  color: #404040;
}

select {
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
}

::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}

.radio_ar {
  padding: 16px 0;
}

.radio01-input {
  display: none;
}

.radio01-parts {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
}

.radio01-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #999;
  border-radius: 50%;
}

.radio01-input:checked + .radio01-parts {
  color: #474747;
}

.radio01-input:checked + .radio01-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 4px;
  width: 11px;
  height: 11px;
  background: #474747;
  border-radius: 50%;
}

/* submit botton setting */
.contact-form_btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.form-btn-submit {
  width: 40%;
  margin: 0 auto 0 30%;
  padding: 12px 0;
  font-size: 1.4rem;
  color: #cb5428;
  border: 2px solid #cb5428;
  border-radius: 50px;
  background: #fff;
  transition: 0.4s;
}

.form-btn-submit:hover, .form-btn-submit:focus {
  color: #fff;
  background: #cb5428;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.4s;
}

.form-btn-submit-off {
  width: 40%;
  margin: 0 auto 0 30%;
  padding: 12px 0;
  font-size: 1.4rem;
  color: #AAAAAA;
  border: 1px solid #AAAAAA;
  border-radius: 50px;
  background: #fff;
}

.form-btn-submit-back {
  width: auto;
  margin: 0 10px;
  padding: 12px 0;
  font-size: 1.4rem;
  border: 1px solid #fff;
  position: absolute;
  top: 30px;
  left: 16%;
}

.form-btn-submit-back:hover {
  color: #fff;
  background: #999;
  cursor: pointer;
}

.form-btn_wide, .form-btn_half {
  width: 30%;
}

.form-btn_error {
  background: #ffe8e8 !important;
  border: 2px solid #f00 !important;
}

/* chack box setting */
input[type=checkbox] {
  display: none;
}

.ck-box {
  position: relative;
  display: inline-block;
  padding: 3px 13px 3px 22px;
  cursor: pointer;
  transition: all 0.2s;
}

.ck-box::before, .ck-box::after {
  position: absolute;
  content: "";
  transition: all 0.2s;
}

.ck-box::before {
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #f4f4f4;
  border: 1px solid #787878;
  border-radius: 3px;
}

.ck-box::after {
  opacity: 0;
  top: 50%;
  left: 3px;
  width: 8px;
  height: 4px;
  margin-top: -4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg) scale(0.5);
}

.ck-box:hover::before {
  background: #cb5428;
}

input[type=checkbox]:checked + .ck-box::before {
  background: #cb5428;
  border: 1px solid #cb5428;
}

input[type=checkbox]:checked + .ck-box::after {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}

/* Chrome */
::-webkit-input-placeholder {
  color: #AAAAAA;
}

/* Firefox */
::-moz-placeholder {
  color: #AAAAAA;
}

/* IE */
:-ms-input-placeholder {
  color: #AAAAAA;
}

/* Edge */
::-ms-input-placeholder {
  color: #AAAAAA;
}

.p-form__items {
  max-width: 980px;
}
.p-form__item {
  position: relative;
}
.p-form__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E7E6EB;
}
.p-form__item:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E7E6EB;
}
.p-formItem {
  display: flex;
  padding: 25px 20px 25px 43px;
}
.p-formItem__name {
  position: relative;
  width: 237px;
  letter-spacing: 0.1em;
  line-height: 40px;
}
.p-formItem__annotation {
  font-size: 13px;
  line-height: 1em;
  opacity: 0.6;
}
.p-formItem__box {
  width: calc(100% - 237px);
}
.p-formItem__box-text {
  font-size: 14px;
  font-weight: bold;
}
.p-formItemZipBox__input {
  display: inline-block;
  width: 200px;
  margin-right: 10px;
}
.p-formItemZipBox__search {
  position: relative;
  display: inline-block;
  padding: 6px 30px 6px 10px;
  background-color: #fff;
  border: 1px solid #009EBC;
  color: #009EBC;
  vertical-align: top;
  cursor: pointer;
}
.p-formItemZipBox__search::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #009EBC;
  border-right: 2px solid #009EBC;
  transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.p-formItemSelectBox {
  position: relative;
}
.p-formItemSelectBox::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #404040;
  border-right: 2px solid #404040;
  transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.p-formItemCheck__label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.p-formItemCheck__label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #EFEFEF;
  width: 25px;
  height: 25px;
}
.p-formItemCheck__label::after {
  content: "";
  position: absolute;
  display: none;
  height: 7px;
  width: 14px;
  top: 4px;
  left: 4px;
  border-bottom: 3px solid #009EBC;
  border-left: 3px solid #009EBC;
  transform: rotate(-45deg);
  transition: 0.2s ease;
}
.p-formItemCheck__link {
  width: 400pxsinish;
  margin-top: 30px;
  margin-bottom: 5px;
  padding-left: 25px;
}
.p-formItemCheck__link a {
  position: relative;
  display: inline-block;
  padding: 6px 35px 6px 16px;
  background-color: #fff;
  border: 1px solid #009EBC;
  color: #009EBC;
  cursor: pointer;
}
.p-formItemCheck__link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #009EBC;
  border-right: 2px solid #009EBC;
  transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.p-formItem input[type=checkbox]:checked + .p-formItemCheck__label::after {
  display: block;
}
.p-formItem__error {
  font-size: 1.4rem;
  color: #FF0000;
}
.p-form__requireLabel {
  font-size: 12px;
  color: #fff;
  line-height: 1;
  padding: 2px 7px;
  background-color: #009EBC;
  margin-left: 20px;
}

.p-formItemAdress__box input:first-child {
  margin-bottom: 10px;
}
.p-formItemAdress__box > .p-formItemAdress__input01 {
  margin-bottom: 10px;
  width: 200px;
}
.p-formItemAdress__box > .p-formItemAdress__input02 {
  margin-bottom: 10px;
  width: 300px;
}

.p-formItem__shopSelect,
.p-formItem__familySelect {
  width: 300px;
}

.p-formItemDatepicker__input {
  position: relative;
  width: 300px;
}
.p-formItemDatepicker__input::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 15px;
  height: 17px;
  background-image: url(../images/icon_calender.svg);
  pointer-events: none;
}
.p-formItemDatepicker__input > input::-moz-placeholder {
  color: #333;
}
.p-formItemDatepicker__input > input:-ms-input-placeholder {
  color: #333;
}
.p-formItemDatepicker__input > input::placeholder {
  color: #333;
}

.p-formRadio__item {
  display: inline-block;
}
.p-formRadio__item:not(:last-child) {
  margin-right: 22px;
}
.p-formRadioItem__label {
  position: relative;
  padding-left: 30px;
}
.p-formRadioItem__label::before, .p-formRadioItem__label::after {
  position: absolute;
  content: "";
  display: block;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.p-formRadioItem__label::before {
  background: #EFEFEF;
  left: 0;
  width: 20px;
  height: 20px;
}
.p-formRadioItem__label::after {
  display: none;
  left: 5.5px;
  width: 10px;
  height: 10px;
  background: linear-gradient(to right, #014795, #83DDE5);
  transition: 0.2s;
}
input[type=radio]:checked + .p-formRadioItem__label::after {
  display: block;
}

.p-top {
  font-family: "Noto Serif JP", serif;
}

.p-topMv {
  position: relative;
  height: 100vh;
}
.p-topMv__movie {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-topMv__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.1);
}
.p-topMv::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #000);
}
.p-topMv__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: inherit;
}
.p-topMv__txt {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  font-family: granville, serif;
  font-size: 6rem;
  letter-spacing: 0.01em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 2.5;
  z-index: 10;
}
.p-topMv__txt span {
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
  letter-spacing: 0.1em;
}

.p-topSectionTtl {
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.p-topSectionTtlEn {
  height: auto;
  width: auto;
  margin-bottom: 2rem;
  font-family: granville, serif;
  font-size: 5rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  font-weight: bold;
}
.p-topSectionTtlEn img {
  height: 100%;
  width: auto;
}
.p-topSectionTtl span {
  font-size: 4rem;
}

.p-topAbout {
  position: relative;
  padding: 80px 0 145px;
  background-color: #fff;
}
.p-topAbout__deco01, .p-topAbout__deco02 {
  position: absolute;
  width: 640px;
  height: 1470px;
  top: 110px;
  right: 90px;
  z-index: 5;
}
.p-topAbout__deco02 {
  z-index: 3;
  opacity: 0.6;
  mix-blend-mode: screen;
}
.p-topAbout__inner {
  position: relative;
  z-index: 5;
}
.p-topAbout__ttlEn {
  color: #009EBC;
  font-weight: bold;
}
.p-topAbout__ttl {
  color: #333;
}
.p-topAbout__txt {
  margin-bottom: 8rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2.5;
  font-weight: bold;
  line-height: 2.5;
}
.p-topAbout__btn {
  padding: 22px;
  font-size: 1.4rem;
}

.p-topHO {
  position: relative;
  padding: 200px 0 162px;
  background-size: bottom 50%;
}
.p-topHO::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 75%;
  background: linear-gradient(to right, #014795, #58BFD5);
  background-position: bottom;
  z-index: -1;
}
.p-topHO__wave {
  top: 2%;
}
.p-topHO__productImg {
  position: absolute;
  bottom: -65px;
  right: 63px;
  width: 800px;
  height: 253px;
}
.p-topHO__productImg img {
  transform: rotate(-6deg);
}
.p-topHO__inner {
  position: relative;
  max-width: 1420px;
  z-index: 5;
}
.p-topHO__head {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  z-index: 5;
}
.p-topHO__img {
  position: relative;
  width: 50%;
  margin-top: -380px;
  z-index: 3;
}
.p-topHO__img01 {
  width: 73.6111111111%;
}
.p-topHO__img02 {
  position: absolute;
  width: 52.0833333333%;
  right: 0;
  top: 40%;
}
.p-topHO__ttlWrapper {
  padding-left: 10%;
  padding-top: 150px;
}
.p-topHO__ttlEn {
  text-align: left;
  height: 92px;
  margin-bottom: 2.3rem;
}
.p-topHO__ttl {
  text-align: left;
  -moz-columns: #fff;
       columns: #fff;
}
.p-topHO__lead {
  margin-bottom: 5rem;
  line-height: 1.75;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
}
.p-topHO__txt {
  margin-bottom: 6rem;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 2.5714285714;
  line-height: 2.5;
}
.p-topHO__btn {
  width: 400px;
  font-size: 1.4rem;
  margin-left: unset;
  background-color: #fff;
  color: #009EBC;
  padding: 22px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.p-topHO__btn span::after {
  background-image: url(../images/common-parts/arrow-right-blue.svg);
}
.p-topHO__btn:hover {
  background: #009EBC;
  color: #fff;
}
.p-topHO__btn:hover span::after {
  background-image: url(../images/common-parts/arrow-right-white.svg);
}

.p-topProduct {
  position: relative;
  padding: 200px 0 140px;
}
.p-topProduct::before, .p-topProduct::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-topProduct::before {
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}
.p-topProduct::after {
  background-image: url(../images/top/bg-product.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.no-webp .p-topProduct::after {
  background-image: url(../images/top/bg-product.png);
}
.p-topProduct__inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
}
.p-topProduct__frame {
  position: relative;
  margin: 0 auto;
  padding: 80px 30px 100px 220px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.p-topProduct__frame::after {
  content: "";
  position: absolute;
  bottom: 47px;
  width: 1px;
  height: 40px;
  background-color: #A0A0A0;
  left: 50%;
  transform: translateY(-100%);
  position: 0;
  -webkit-animation: scroll 2s linear infinite;
          animation: scroll 2s linear infinite;
}
.p-topProduct__ttlWrapper {
  top: 0;
  left: 0;
}
.p-topProduct__ttlEn {
  height: 531px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  font-size: 110px;
  color: #A0A0A0;
}
.p-topProduct__ttl {
  position: absolute;
  top: 20px;
  left: 130px;
  padding-top: 265px;
  color: #A0A0A0;
  letter-spacing: 0.3em;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}
.p-topProduct__ttl::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0.5em;
  width: 1px;
  height: 250px;
  background-color: #A0A0A0;
}
.p-topProduct__lead {
  margin-bottom: 3rem;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  color: #009EBC;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.p-topProduct__txt {
  margin-bottom: 6rem;
  font-size: 1.4rem;
  line-height: 2.5714285714;
  font-weight: bold;
  letter-spacing: 0.01em;
}
.p-topProduct__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 300px;
  font-size: 1.4rem;
  margin-left: unset;
  padding: 22px;
}

.p-topUse {
  position: relative;
  padding-bottom: 100px;
}
.p-topUse__ttlWrapper {
  padding-top: 98px;
  grid-area: title;
}
.p-topUse__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  max-height: 550px;
  padding-top: 60px;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-areas: "image title" "image body" "image button";
}
.p-topUse__inner .c-button {
  grid-area: button;
}
.p-topUse__ttl {
  margin-bottom: 6rem;
  color: #009EBC;
}
.p-topUse__ttlEn {
  color: #009EBC;
}
.p-topUse__imganime {
  grid-area: image;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  width: 90%;
  background-color: #fff;
  background-position: center;
  background-size: cover;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  overflow: hidden;
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
  -webkit-animation: poyopoyo01 10s infinite;
  animation: poyopoyo01 10s infinite;
  z-index: 1;
}
.p-topUse__imganime:not(:last-child) {
  margin-right: 4.375%;
}
.p-topUse__imganime .slick-list {
  height: 100%;
}
.p-topUse__imganime .slick-list .slick-track {
  height: 100%;
}
.p-topUse__imganime figure {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-topUse__imganime figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-topUse__txt {
  grid-area: body;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.5714285714;
}
.p-topUse__pcSlide {
  width: 100%;
  height: 100%;
}

.p-topNews {
  position: relative;
  padding-top: 113px;
  padding-bottom: 100px;
}
.p-topNews::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 70%;
  background: #EFEFEF;
  background-position: bottom;
  z-index: -1;
}
.p-topNews__inner {
  position: relative;
  max-width: 1200px;
  z-index: 3;
}
.p-topNews__ttlEn {
  color: #009EBC;
}
.p-topNews__ttl {
  color: #333;
}
.p-topNews__txt {
  margin-bottom: 8rem;
  text-align: center;
  font-weight: bold;
  line-height: 2.5;
}
.p-topNews__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.p-topNewsItem {
  width: 29.1333333333%;
}
.p-topNewsItem:not(:last-child) {
  margin-right: 6.25%;
  margin-bottom: 30px;
}
.p-topNewsItem a {
  display: flex;
  flex-direction: column;
}
.p-topNewsItem a:hover .p-topNewsItem__date {
  color: #009EBC;
}
.p-topNewsItem a:hover .p-topNewsItem__txt {
  color: #009EBC;
}
.p-topNewsItem a:hover .p-topNewsItem__img img {
  transform: scale(1.2);
}
.p-topNewsItem__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.p-topNewsItem__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  padding: 10px 4px 6px;
  border: 2px solid #009EBC;
  font-family: granville, serif;
  font-size: 1.4rem;
  font-weight: bold;
  color: #009EBC;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-topNewsItem__date {
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: color 0.3s ease;
}
.p-topNewsItem__img {
  overflow: hidden;
  margin-bottom: 2rem;
}
.p-topNewsItem__img img {
  width: 100%;
  height: 220px;
  transition: transform 1s ease;
}
.p-topNewsItem__txt {
  letter-spacing: 0.01em;
  font-weight: bold;
  line-height: 2.18;
  transition: color 0.3s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p-topNews__more {
  position: relative;
  font-family: granville, serif;
  font-size: 1.6rem;
  color: #009EBC;
  padding-right: 50px;
  padding-bottom: 1rem;
}
.p-topNews__moreWrapper {
  text-align: right;
}
.p-topNews__more::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #009EBC;
  transition: width 0.3s ease-in;
}
.p-topNews__more::after {
  content: "";
  position: absolute;
  top: 34%;
  right: 0;
  width: 30px;
  height: 5px;
  transform: translateY(-50%);
  background-image: url(../images/common-parts/arrow-right-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.3s ease-in;
}
.p-topNews__more:hover::before {
  width: calc(100% - 50px);
}
.p-topNews__more:hover::after {
  transform: translate(6px, -50%);
}

.p-topStructure {
  background-color: #F8F7F9;
  padding: 84px 0 98px;
}
.p-topStructure__imgWrapper {
  display: flex;
  margin-bottom: 30px;
}
.p-topStructure__img img {
  vertical-align: bottom;
}
.p-topStructure__text {
  margin-bottom: 53px;
  text-align: center;
  line-height: 2.1875;
}

.p-topImgSection {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 3;
}
.p-topImgSection__wrapper {
  display: flex;
  width: 120%;
  transform: translateX(-10%);
  overflow: hidden;
}
.p-topImgSection__img {
  width: 400px;
}
.p-topImgSection__img img {
  vertical-align: bottom;
}

.p-topAboutUs {
  position: relative;
  padding: 60px 0 109px;
  background-image: url(../images/top/bg-aboutus.png);
  background-size: cover;
}
.p-topAboutUs__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.p-topAboutUs__inner {
  position: relative;
  z-index: 1;
}
.p-topAboutUs__ttlEn {
  color: #333;
}
.p-topAboutUs__ttl {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 57px;
  color: #fff;
}
.p-topAboutUs__ttl::after {
  content: "∞";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  font-size: 4rem;
  color: #009EBC;
  line-height: 1.5;
}
.p-topAboutUsItems {
  display: flex;
  justify-content: space-between;
}
.p-topAboutUsItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(50% - 50.5px);
  height: 150px;
  border-radius: 20px;
  background-color: #333;
}
.p-topAboutUsItem__link {
  display: block;
  width: 100%;
  padding: 44px 31px;
  color: #fff;
  text-align: center;
  transition: all 0.3s;
}
.p-topAboutUsItem__link:hover {
  opacity: 0.6;
}
.p-topAboutUsItem__ttlEn {
  position: relative;
  display: block;
  margin-bottom: 10.5px;
  padding-bottom: 11.5px;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.2em;
}
.p-topAboutUsItem__ttlEn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background-color: #009EBC;
}
.p-topAboutUsItem__ttl {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

.p-top .p-leadContact__wave {
  display: none;
}

.p-structureAbout {
  padding-top: 30px;
}
.p-structureAbout__ttl {
  margin-bottom: 20px;
}
.p-structureAbout__items {
  margin-bottom: 20px;
}
.p-structureAbout__item {
  display: flex;
  align-items: center;
}
.p-structureAbout__item:not(:last-child) {
  margin-bottom: 80px;
}
.p-structureAboutItem__img {
  width: 56.1224489796%;
  margin-right: 40px;
}
.p-structureAboutItem__img figcaption {
  background-color: #E7E6EB;
  margin-top: 20px;
  padding: 10px 0;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-structureAboutItem__txt {
  width: 39.7959183673%;
  line-height: 2.1875;
}
.p-structureAboutItem__txt span {
  font-weight: bold;
}
.p-structureAbout__txt {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 80px;
}

.p-structureFunction {
  background-color: #F8F7F9;
}
.p-structureFunction__ttl {
  margin-bottom: 70px;
}
.p-structureFunction__item:not(:last-child) {
  margin-bottom: 90px;
}
.p-structureFunctionItem {
  display: flex;
  counter-increment: count;
}
.p-structureFunctionItem__img {
  position: relative;
  width: 50%;
  margin-right: 4.0816326531%;
  padding-left: 40px;
}
.p-structureFunctionItem__img::before {
  position: absolute;
  content: "0" counter(count);
  font-family: "Noto Serif JP", serif;
  font-size: 7.5rem;
  color: #009EBC;
  font-weight: bold;
  letter-spacing: 0.1em;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}
.p-structureFunctionItem__contents {
  width: 45.9183673469%;
}
.p-structureFunctionItemContents__ttl {
  margin-bottom: 2rem;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  color: #009EBC;
  letter-spacing: 0.1em;
}
.p-structureFunctionItemContents__txt {
  font-size: 1.6rem;
  line-height: 2.1875;
}

.p-structurePractice__ttl {
  margin-bottom: 10px;
}
.p-structurePractice__txt {
  margin-bottom: 50px;
}
.p-structurePractice__items {
  display: flex;
  flex-wrap: wrap;
}
.p-structurePractice__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 45.9693877551%;
}
.p-structurePractice__item:nth-child(odd) {
  margin-right: 8.0612244898%;
}
.p-structurePractice__item:nth-child(n+3) {
  margin-top: 80px;
}
.p-structurePracticeItem {
  border: 2px solid #009EBC;
  border-radius: 20px;
  padding: 20px 0 50px;
}
.p-structurePracticeItem__num {
  position: relative;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 5rem;
  color: #009EBC;
  font-weight: bold;
}
.p-structurePracticeItem__num::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background-color: #009EBC;
}
.p-structurePracticeItem__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  color: #009EBC;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
.p-structurePracticeItem__icon {
  width: 200px;
  margin-bottom: 50px;
}
.p-structurePracticeItem__content {
  text-align: center;
  line-height: 2.1875;
}
.p-structurePracticeItem__content:not(:last-child) {
  margin-bottom: 30px;
}

.p-installaction__headTtl::before {
  background-image: url(../images/headttl_construction.png);
  background-position: center;
}

.p-installactionProcess {
  padding: 0 0 6rem;
}
.p-installactionProcess__items {
  margin-bottom: 10rem;
  padding-top: 40px;
}
.p-installactionProcessItem {
  display: flex;
}
.p-installactionProcessItem:not(:last-child) {
  margin-bottom: 80px;
}
.p-installactionProcessItem__img {
  width: 50%;
}
.p-installactionProcessItemContents {
  width: 50%;
  padding-left: 4.1rem;
  transition-delay: 0.7s;
}
.p-installactionProcessItemContents__num {
  margin-bottom: 2rem;
  font-family: granville, serif;
  font-size: 2rem;
  color: #009EBC;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
}
.p-installactionProcessItemContents__num span {
  display: inline-block;
  padding-left: 16px;
  font-size: 4rem;
}
.p-installactionProcessItemContents__num--sp {
  display: none;
}
.p-installactionProcessItemContents__ttl {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.p-installactionProcessItemContents__txt {
  letter-spacing: 0.1em;
  line-height: 2.1875;
}

.p-aboutBubble__ttlWrapper {
  margin-bottom: 4rem;
}
.p-aboutBubble__fukidashi {
  position: relative;
  width: 550px;
  padding: 3rem;
  background: linear-gradient(to right, #014795, #83DDE5);
  border-radius: 20px;
}
.p-aboutBubble__fukidashi::after {
  content: "";
  position: absolute;
  bottom: -21px;
}
.p-aboutBubble__fukidashi p {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-aboutBubble__fukidashi p span {
  display: block;
  margin-bottom: 1rem;
  font-size: 2.4rem;
}
.p-aboutBubble__fukidashi.--01 {
  margin-bottom: 22px;
}
.p-aboutBubble__fukidashi.--01::after {
  width: 0;
  height: 0;
  border-width: 22px 18.5px 0 18.5px;
  border-color: #89CADA transparent transparent transparent;
  border-style: solid;
  right: 40px;
}
.p-aboutBubble__fukidashi.--02 {
  margin-bottom: 37px;
}
.p-aboutBubble__fukidashi.--02::after {
  width: 0;
  height: 0;
  border-width: 22px 18.5px 0 18.5px;
  border-color: #265698 transparent transparent transparent;
  border-style: solid;
  left: 40px;
}
.p-aboutBubble01 {
  max-width: 550px;
  margin: 0 auto 100px;
}
.p-aboutBubble02 {
  display: flex;
  margin-bottom: 96px;
}
.p-aboutBubble02__figure {
  width: 550px;
  margin-right: 40px;
}
.p-aboutBubble02__txt {
  width: calc(100% - 550px);
}
.p-aboutBubble02__lead {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
.p-aboutBubble02__desc {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2.1875;
}
.p-aboutBubble02__desc span {
  font-weight: bold;
}
.p-aboutBubble03__img {
  max-width: 100%;
  text-align: center;
}

.p-aboutStrength {
  position: relative;
  padding: 110px 0 150px;
  background-color: #EFEFEF;
}
.p-aboutStrength::before, .p-aboutStrength::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 12.5vw;
  background-size: cover;
}
.p-aboutStrength::before {
  top: 0;
  background-image: url(../images/about/kunekune_t.png);
}
.p-aboutStrength::after {
  bottom: 0;
  background-image: url(../images/about/kunekune_b.png);
}
.p-aboutStrength__inner {
  position: relative;
}
.p-aboutStrength__ttlWrapper {
  margin-bottom: 6rem;
}
.p-aboutStrength__items {
  margin-bottom: 80px;
}
.p-aboutStrength__item {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.p-aboutStrength__item:not(:last-child) {
  margin-bottom: 70px;
}
.p-aboutStrengthItem {
  position: relative;
}
.p-aboutStrengthItem__img {
  width: 50%;
  margin-right: 40px;
}
.p-aboutStrengthItem__contents {
  width: calc(50% - 40px);
}
.p-aboutStrengthItemContentsHead {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  color: #009EBC;
  font-weight: bold;
}
.p-aboutStrengthItemContentsHead__ttl {
  margin-right: 15px;
  font-family: granville, serif;
  font-size: 2rem;
  color: #009EBC;
}
.p-aboutStrengthItemContentsHead__num {
  font-family: granville, serif;
  font-size: 4rem;
  color: #009EBC;
  line-height: 1;
}
.p-aboutStrengthItemContents__ttl {
  position: relative;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: normal;
}
.p-aboutStrengthItemContents__txt--big {
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
}
.p-aboutStrengthItemContents__txt--small {
  line-height: 2.1875;
}

.p-aboutUse__ttlWrapper {
  margin-bottom: 6rem;
}
.p-aboutUse__items {
  display: flex;
  flex-wrap: wrap;
}
.p-aboutUse__item {
  width: 28.9795918367%;
  margin-bottom: 60px;
  margin-right: 4.0816326531%;
}
.p-aboutUse__item:nth-child(3n) {
  margin-right: 0;
}
.p-aboutUseItem__img {
  margin-bottom: 25px;
}
.p-aboutUseItem__ttl {
  margin-bottom: 20px;
  padding: 5px;
  background: linear-gradient(to right, #014795, #83DDE5);
  border-radius: 25px;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.p-aboutUseItem__contents {
  display: flex;
  flex-direction: column;
  height: 180px;
}
.p-aboutUseItem__contents:nth-of-type(1) {
  margin-bottom: 20px;
}
.p-aboutUseItem__contents dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 20px;
  background-color: #E1F5F8;
  border-radius: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.p-aboutUseItem__contents dd {
  text-align: center;
}

.p-aboutProduct__ttl {
  margin-bottom: 20px;
}
.p-aboutProduct__txt {
  margin-bottom: 30px;
  text-align: center;
  line-height: 2.1875;
}
.p-aboutProductIntro {
  display: flex;
  justify-content: space-between;
}
.p-aboutProductIntroProduct {
  flex: 0 0 555px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-aboutProductIntroProduct__name {
  background-color: #009EBC;
}
.p-aboutProductIntroProduct__image {
  width: 385px;
}
.p-aboutProductIntroProduct__text {
  margin-bottom: 50px;
  line-height: 2.185;
}
.p-aboutProductIntro__place {
  flex: 1 1 580px;
  margin-left: -150px;
}
.p-aboutProductName {
  position: relative;
  flex-direction: column;
  width: 385px;
  margin-bottom: 40px;
  border-radius: 20px;
  padding: 20px 0;
  text-align: center;
}
.p-aboutProductName__text {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}
.p-aboutProductName__text--small {
  font-size: 1.8rem;
  color: #fff;
}
.p-aboutProductName figure {
  width: 300px;
  height: 30px;
  margin: 0 auto;
  padding: 18px 0;
  box-sizing: content-box;
}
.p-aboutProductName::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-width: 20px 15px 0 15px;
  border-color: #009EBC transparent transparent transparent;
  border-style: solid;
}

.p-aboutPoint {
  background-color: #F8F7F9;
}
.p-aboutPoint__ttl {
  margin-bottom: 10px;
}
.p-aboutPoint__txt {
  margin-bottom: 50px;
  text-align: center;
  line-height: 2.1875;
}
.p-aboutPoint__item {
  display: flex;
  justify-content: space-between;
}
.p-aboutPoint__item:not(:last-child) {
  margin-bottom: 50px;
}
.p-aboutPointItem {
  height: 300px;
  border: 2px solid #009EBC;
  border-radius: 20px;
  padding: 32px 52px 50px;
}
.p-aboutPointItem__num {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "Noto Serif JP", serif;
  font-size: 5rem;
  color: #009EBC;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 16px;
  margin-right: 17px;
}
.p-aboutPointItem__num::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background-color: #009EBC;
}
.p-aboutPointItem__ttl {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 14px;
  font-size: 2.5rem;
  color: #009EBC;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.p-aboutPointItem__icon {
  width: 270px;
  margin-right: 34.5px;
}
.p-aboutPointItem__icon--04 {
  width: 150px;
  margin-right: 90px;
}
.p-aboutPointItem__icon--05 {
  width: 200px;
  margin-right: 70px;
}
.p-aboutPointItem__contentsWrapper {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
.p-aboutPointItem__content {
  width: 500px;
  line-height: 2.1875;
}
.p-aboutPointItem__content:not(:last-child) {
  margin-bottom: 30px;
}

.p-aboutStructureDetail {
  margin-bottom: 50px;
  position: relative;
}
.p-aboutStructureDetail__mainBody {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
}
.p-aboutStructureDetail__fukidashiiWrapper01 {
  display: flex;
  justify-content: space-between;
}
.p-aboutStructureDetail__fukidashiTopRight, .p-aboutStructureDetail__fukidashiTopLeft {
  position: relative;
  width: 250px;
}
.p-aboutStructureDetail__mechanism {
  width: 100%;
  margin-bottom: 10px;
}
.p-aboutStructureDetail__fukidashiWrapper02 {
  display: flex;
  justify-content: space-between;
}
.p-aboutStructureDetail__fukidashiBottomLeft, .p-aboutStructureDetail__fukidashiBottomRight, .p-aboutStructureDetail__fukidashiBottomCenter {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 120px;
  padding-top: 34px;
}
.p-aboutStructureDetail__fukidashiBottomLeft span, .p-aboutStructureDetail__fukidashiBottomRight span, .p-aboutStructureDetail__fukidashiBottomCenter span {
  position: relative;
  z-index: 2;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.75;
}
.p-aboutStructureDetail__fukidashiBottomLeft::after, .p-aboutStructureDetail__fukidashiBottomRight::after, .p-aboutStructureDetail__fukidashiBottomCenter::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.p-aboutStructureDetail__fukidashiBottomLeft::after {
  background-image: url(../images/about/fukidashi_bottom_left.png);
}
.p-aboutStructureDetail__fukidashiBottomRight::after {
  background-image: url(../images/about/fukidashi_bottom_right.png);
}
.p-aboutStructureDetail__fukidashiBottomCenter::after {
  background-image: url(../images/about/fukidashi_bottom_center.png);
}
.p-aboutStructureDetail__fukidashiImg {
  max-width: 450px;
  margin: 0 auto;
}
.p-aboutStructure__txt {
  line-height: 2.1875;
  text-align: center;
}
.p-aboutStructure__button {
  background-color: #fff;
  border: 1px solid #009EBC;
  color: #009EBC;
}
.p-aboutStructure__button span::after {
  background-image: url(../images/arrow-orange.svg);
}

.p-aboutLife__txt {
  margin-bottom: 55px;
}
.p-aboutLife__items {
  display: flex;
  margin-bottom: 80px;
}
.p-aboutLife__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.3% - 32px);
}
.p-aboutLife__item:not(:last-child) {
  margin-right: 50px;
}
.p-aboutLifeItem {
  text-align: center;
}
.p-aboutLifeItem__ttl {
  position: relative;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  color: #009EBC;
  letter-spacing: 0.1em;
}
.p-aboutLifeItem__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 63px;
  height: 2px;
  background-color: #009EBC;
  font-size: 2.2rem;
}
.p-aboutLifeItem__img {
  width: 300px;
  margin-bottom: 30px;
}
.p-aboutLifeItem__txt {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
.p-aboutLifeWashing {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  border: 2px solid #009EBC;
  padding: 40px 90px 50px;
}
.p-aboutLifeWashing__ttl {
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  letter-spacing: 0.01em;
}
.p-aboutLifeWashing__img {
  max-width: 460px;
}

.p-productList {
  position: relative;
}
.p-productList__inner {
  max-width: 1530px;
  padding: 0;
}
.p-productList__items {
  display: flex;
  padding-bottom: 130px;
  overflow: hidden;
}
.p-productList__item {
  margin: 0 35px;
}
.p-productListItem {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  border-radius: 50px;
  padding: 50px 0 62px;
}
.p-productListItem--coming {
  background-color: #EFEFEF;
}
.p-productListItem__hook {
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.3rem;
  color: #009EBC;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
}
.p-productListItem__img {
  width: 320px;
  margin: 0 auto 50px;
}
.p-productListItem__ttl {
  width: 254px;
  margin: 0 auto;
  font-size: 4rem;
  text-align: center;
  line-height: 1.2;
  font-family: granville, serif;
  color: #009EBC;
}
.p-productListItem__ttl--coming {
  color: #A0A0A0;
}
.p-productListItem__ttl span {
  display: block;
  padding-top: 0.5rem;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
}
.p-productListItem__buttonWrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 100%;
}
.p-productListItem__button {
  width: 320px;
  background-color: #009EBC;
  padding: 20px 30px;
}
.p-productListItem__button > span {
  line-height: 1.5;
  letter-spacing: 0.09em;
}
.p-productList .slick-track {
  padding: 10px 0 100px;
}
.p-productList .slick-initialized .slick-slide {
  display: flex;
  height: 520px;
}
.p-productList .slick-list {
  position: relative;
}
.p-productList .slide-arrow {
  position: absolute;
  bottom: 115px;
  width: 32px;
  height: 10px;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1em 0;
}
.p-productList .prev-arrow {
  left: 50%;
  transform: translateX(-250%);
  background-image: url(../images/product/arrow-prev.svg);
  z-index: 1;
}
.p-productList .next-arrow {
  right: 50%;
  transform: translateX(250%);
  background-image: url(../images/product/arrow-next.svg);
}
.p-productList .slick-counter {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-productList .slick-counter span {
  padding: 0 0.3em;
}
.p-productList .slider-dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  list-style: none;
}
.p-productList .slider-dots li {
  display: inline-block;
  width: 25%;
  /* プログレスバーの横幅はスライドの枚数に合わせて調整してください */
  margin: 0;
}
.p-productList .slider-dots li:first-child button {
  border-radius: 3px 0 0 3px;
}
.p-productList .slider-dots li:last-child button {
  border-radius: 0 3px 3px 0;
}
.p-productList .slider-dots button {
  position: relative;
  width: 100%;
  height: 6px;
  border: 0;
  background-color: #EFEFEF;
  font-size: 0;
}
.p-productList .slider-dots button:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: background-color 0.3s;
}
.p-productList .slider-dots .slick-active button::after {
  border-radius: 3px;
  background-color: #009EBC;
}

.p-productDetailHeadTtl__En {
  height: 86px;
}

.p-productDetailListItem {
  position: relative;
  display: flex;
  padding: 20px 50px;
  line-height: 2.1875;
}
.p-productDetailListItem::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E7E6EB;
}
.p-productDetailListItem:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E7E6EB;
}
.p-productDetailListItem__ttl {
  width: 200px;
  font-weight: bold;
}
.p-productDetailListItem__detail {
  width: calc(100% - 200px);
}
.p-productDetailListItemDetail__item:not(:last-child) {
  margin-bottom: 2em;
}
.p-productDetailList__comment {
  padding-top: 20px;
  font-size: 1.4rem;
  line-height: 2.5;
}

.p-productDetailAbout__lead {
  margin-bottom: 6rem;
}
.p-productDetailAboutInfoWrapper {
  background-color: #fff;
  padding: 80px 114px 80px 85px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.p-productDetailAboutInfo__name {
  width: 254px;
  margin: 0 auto 4rem;
  font-family: granville, serif;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
}
.p-productDetailAboutInfo__inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 40px;
}
.p-productDetailAboutInfo__img {
  width: 400px;
  margin-right: 43px;
}
.p-productDetailAboutInfo__contents {
  width: calc(100% - 400px);
}
.p-productDetailAboutInfoContents {
  line-height: 2.1875;
}
.p-productDetailAboutInfo__txt {
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 2.1875;
}
.p-productDetailAboutInfo__other {
  font-size: 1.4rem;
  margin-bottom: 5rem;
  letter-spacing: 0.1em;
}
.p-productDetailAboutInfo__other span {
  display: inline-block;
  margin-right: 20px;
  padding: 0.6rem 3.2rem;
  border: 1px solid #707070;
  border-radius: 10px;
  letter-spacing: 0.1em;
}

.p-productDetailCertificate {
  background-color: #F8F7F9;
}
.p-productDetailCertificate__items {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 2em;
  font-size: 2rem;
}
.p-productDetailCertificate__item {
  width: 33%;
}
.p-productDetailCertificate__item:not(:last-child) {
  margin-bottom: 30px;
}
.p-productDetailCertificate span {
  position: absolute;
  top: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: bold;
  color: #009EBC;
  transform: translateX(-50%);
}
.p-productDetailCertificate span:first-of-type {
  left: 16%;
}
.p-productDetailCertificate span:nth-of-type(2) {
  left: 66%;
}

.p-productDetailStructureDetail {
  margin-bottom: 50px;
  position: relative;
}
.p-productDetailStructureDetail__mainBody {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
}
.p-productDetailStructureDetail__fukidashiiWrapper01 {
  display: flex;
  justify-content: space-between;
}
.p-productDetailStructureDetail__fukidashiTopRight, .p-productDetailStructureDetail__fukidashiTopLeft {
  position: relative;
  width: 250px;
}
.p-productDetailStructureDetail__mechanism {
  width: 100%;
  margin-bottom: 10px;
}
.p-productDetailStructureDetail__fukidashiWrapper02 {
  display: flex;
  justify-content: space-between;
}
.p-productDetailStructureDetail__fukidashiBottomLeft, .p-productDetailStructureDetail__fukidashiBottomRight, .p-productDetailStructureDetail__fukidashiBottomCenter {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 120px;
  padding-top: 34px;
}
.p-productDetailStructureDetail__fukidashiBottomLeft span, .p-productDetailStructureDetail__fukidashiBottomRight span, .p-productDetailStructureDetail__fukidashiBottomCenter span {
  position: relative;
  z-index: 2;
  font-size: 2rem;
  color: #009EBC;
  font-weight: bold;
  line-height: 1.5;
}
.p-productDetailStructureDetail__fukidashiBottomLeft::after, .p-productDetailStructureDetail__fukidashiBottomRight::after, .p-productDetailStructureDetail__fukidashiBottomCenter::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
}
.p-productDetailStructureDetail__fukidashiBottomLeft::after {
  background-image: url(../images/product/bubblelab_homeone/fukidashi_bottom_left.png);
}
.p-productDetailStructureDetail__fukidashiBottomRight::after {
  background-image: url(../images/product/bubblelab_homeone/fukidashi_bottom_right.png);
}
.p-productDetailStructureDetail__fukidashiBottomCenter::after {
  background-image: url(../images/product/bubblelab_homeone/fukidashi_bottom_center.png);
}
.p-productDetailStructureDetail__fukidashiImg {
  max-width: 450px;
  margin: 0 auto;
}
.p-productDetailStructure__txt {
  line-height: 2.1875;
  text-align: center;
}
.p-productDetailStructure__button {
  background-color: #fff;
  border: 1px solid #009EBC;
  color: #009EBC;
}
.p-productDetailStructure__button span::after {
  background-image: url(../images/arrow-orange.svg);
}

.p-productDetailEffect__items {
  padding-top: 40px;
}
.p-productDetailEffectItem {
  display: flex;
}
.p-productDetailEffectItem:not(:last-child) {
  margin-bottom: 80px;
}
.p-productDetailEffectItem__img {
  width: 50%;
}
.p-productDetailEffectItemContents {
  width: 50%;
  padding-left: 4.1rem;
  transition-delay: 0.7s;
}
.p-productDetailEffectItemContents__num {
  margin-bottom: 2rem;
  font-family: granville, serif;
  font-size: 2rem;
  color: #009EBC;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 40px;
}
.p-productDetailEffectItemContents__num span {
  display: inline-block;
  padding-left: 16px;
  font-size: 4rem;
}
.p-productDetailEffectItemContents__num--sp {
  display: none;
}
.p-productDetailEffectItemContents__ttl {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.p-productDetailEffectItemContents__txt {
  letter-spacing: 0.1em;
  line-height: 2.1875;
}
.p-productDetailEvidence__ttl {
  margin-bottom: 6rem;
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-productDetailEvidenceMecha {
  display: flex;
  align-items: center;
  margin-bottom: 6rem;
}
.p-productDetailEvidenceMecha__imgWrapper {
  width: 50%;
}
.p-productDetailEvidenceMecha__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 326px;
  margin: 0 auto;
}
.p-productDetailEvidenceMecha__imgAbout {
  padding-top: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-productDetailEvidenceMecha__imgAbout span {
  display: inline-block;
  margin-right: 2rem;
  padding: 5px 42px;
  border: 1px solid #707070;
  border-radius: 10px;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.p-productDetailEvidenceMecha__desc {
  width: 50%;
  letter-spacing: 0.1em;
  line-height: 2.1875;
}
.p-productDetailEvidenceInspection:not(:last-of-type) {
  margin-bottom: 6rem;
}
.p-productDetailEvidenceInspectionHead {
  margin-bottom: 2rem;
  text-align: center;
}
.p-productDetailEvidenceInspectionHead__ttl {
  font-family: granville, serif;
  font-size: 2rem;
  color: #009EBC;
  letter-spacing: 0;
  font-weight: bold;
}
.p-productDetailEvidenceInspectionHead__num {
  font-family: granville, serif;
  font-size: 4rem;
  color: #009EBC;
  letter-spacing: 0;
  font-weight: bold;
}
.p-productDetailEvidenceInspectionHead__txt {
  letter-spacing: 0.1em;
  line-height: 2.1875;
}
.p-productDetailEvidenceInspection__table {
  margin-bottom: 2rem;
}
.p-productDetailEvidenceInspection__txt {
  text-align: center;
  line-height: 2.1875;
}
.p-productDetailEvidenceInspection__attention {
  padding-top: 2rem;
  color: #009EBC;
  font-weight: bold;
  text-align: center;
}

.p-productDetailComp__table {
  margin-bottom: 60px;
  max-width: 100%;
  text-align: center;
}
.p-productDetailCompContents {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-bottom: 35px;
}
.p-productDetailCompContents__fukidashi {
  position: relative;
  width: 450px;
  margin-right: 40px;
  padding: 35.5px 0;
  border-radius: 20px;
  background: linear-gradient(to right, #014795, #83DDE5);
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
.p-productDetailCompContents__fukidashi::after {
  position: absolute;
  content: "";
  bottom: 1px;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 20px 15px 0 15px;
  border-color: #4292BD transparent transparent transparent;
  border-style: solid;
  transform: translate(-50%, 100%);
}
.p-productDetailCompContents__txt {
  width: calc(100% - 450px - 40px);
  line-height: 2.1875;
}

.p-productDetailQuantity__lead {
  background-color: #009EBC;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 22px;
  color: #fff;
}
.p-productDetailQuantity__lead span {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 1.5;
}
.p-productDetailQuantity__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.p-productDetailQuantity__item {
  width: calc(33.33% - 16.6666666667px);
}

.p-productDetailPerformance__figure {
  width: 100%;
  max-width: 100%;
  margin-bottom: 40px;
}

.p-productDetailResult__figure {
  max-width: 100%;
  margin-bottom: 30px;
}
.p-productDetailResult__figure figcaption {
  padding-top: 20px;
  font-size: 1.4rem;
}

.p-faq__headTtl::before {
  background-image: url(../images/headttl_faq.png);
  background-position: center;
}

.p-faqList__items {
  position: relative;
  margin-top: 20px;
}
.p-faqList__items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #009EBC;
}
.p-faqList__item {
  position: relative;
}
.p-faqList__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #009EBC;
}
.p-faqListItem__question, .p-faqListItem__answer {
  position: relative;
}
.p-faqListItem__question::before, .p-faqListItem__answer::before {
  position: absolute;
  top: 36px;
  left: 20px;
  transform: translate(0%, 15%);
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  line-height: 1em;
  letter-spacing: 0.1em;
}
.p-faqListItem__question {
  padding: 36px 20px 36px 60px;
}
.p-faqListItem__question::before {
  content: "Q.";
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  top: 32px;
}
.p-faqListItem__answer {
  position: relative;
  padding: 36px 20px 36px 60px;
  color: #009EBC;
  line-height: 2.1875;
}
.p-faqListItem__answer::before {
  content: "A.";
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
}
.p-faqListItem__answer::after {
  content: "";
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #009EBC;
  background-color: #EFEFEF;
}
.p-faqListItem__answer span {
  display: inline-block;
  padding-left: 1em;
}

.is-open.p-faqListItem__question::after {
  top: 48%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #009EBC;
  border-left: 2px solid #009EBC;
  transform: rotate(45deg);
  border-right: none;
  border-bottom: none;
  border-top: 2px solid #009EBC;
  border-left: 2px solid #009EBC;
}
.is-open + .p-faqListItem__answer {
  display: block;
}

/**************************************************************
*
* Voice
*
**************************************************************/
.p-voice__item {
  padding-top: 5rem;
  margin-bottom: 6.25rem;
}

.p-companyAboutItem {
  position: relative;
  display: flex;
}
.p-companyAboutItem:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E7E6EB;
}
.p-companyAboutItem__ttl {
  position: relative;
  width: 230px;
  padding: 30px 40px 30px 50px;
  color: #009EBC;
  letter-spacing: 0.1em;
}
.p-companyAboutItem__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #009EBC;
}
.p-companyAboutItem__detail {
  position: relative;
  width: calc(100% - 230px);
  padding: 30px 50px 30px 20px;
  line-height: 2.1875;
}
.p-companyAboutItem__detail::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E7E6EB;
}
.p-companyAboutItem__detail--group p {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.p-companyAboutItemDetail__item:not(:last-child) {
  margin-bottom: 2em;
}

.p-privacy {
  line-height: 2.0625;
}
.p-privacy__section {
  padding-bottom: 40px;
}
.p-privacy__txt, .p-privacy__item {
  margin-bottom: 1.5em;
}

.p-contact__lead {
  margin-bottom: 60px;
  line-height: 2.1875;
  text-align: center;
  letter-spacing: 0.1em;
}
.p-contact__formWrapper {
  padding-bottom: 180px;
}
.p-contact__items {
  margin-bottom: 40px;
}
.p-contactItemPrivacy__txt span {
  color: #009EBC;
  line-height: 1.875;
}

.p-contact__btn {
  background-color: #009EBC;
  color: #fff;
}
.p-contact__btn span::after {
  background-image: url(../images/common-parts/arrow-right-white.svg);
}

.p-contactFinish {
  padding-bottom: 350px;
}
.p-contactFinish:nth-of-type(1) {
  padding-top: 80px;
}
.p-contactFinish__lead {
  margin-bottom: 60px;
  text-align: center;
  line-height: 2.1875;
  letter-spacing: 0.01em;
}

.p-registration__ttl {
  margin-bottom: 32px;
}
.p-registration__lead {
  text-align: left;
}
.p-registration__items {
  margin-bottom: 50px;
}
.p-registration__form-title {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 10px;
}
.p-registrationItemPrivacy__txt span {
  color: #009EBC;
  line-height: 1.875;
}

.p-registration__requireLabel {
  background-color: #009EBC;
}

.p-registrationFormItemCheck__label::after {
  border-color: #009EBC;
}

.p-registrationFinish:nth-of-type(1) {
  padding-top: 80px;
}
.p-registrationFinish__lead {
  margin-bottom: 60px;
  text-align: center;
  line-height: 2.1875;
}

.p-leadContact {
  position: relative;
  padding: 69px 0 220px;
}
.p-leadContact::before, .p-leadContact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-leadContact::before {
  background: linear-gradient(to top, #fff, #009EBC);
  opacity: 0.7;
  z-index: 2;
}
.p-leadContact::after {
  background-image: url(../images/common-parts/bg-lead-contact.png.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  z-index: 1;
}
.no-webp .p-leadContact::after {
  background-image: url(../images/common-parts/bg-lead-contact.png);
}
.p-leadContact__wave {
  position: relative;
  width: 100%;
  height: 8.375vw;
}
.p-leadContact__wave::before {
  content: "";
  position: absolute;
  top: -72px;
  left: 0;
  width: 100%;
  height: 8.375vw;
  background-image: url(../images/top/white.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 2;
}
.p-leadContact__inner {
  position: relative;
  z-index: 2;
}
.p-leadContact__text {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  margin-bottom: 50px;
  color: #fff;
  font-weight: bold;
  line-height: 2.5714285714;
  text-align: center;
  letter-spacing: 0.01em;
}
.p-leadContact__button {
  width: 400px;
}
.p-leadContactBtn__wrapper {
  display: flex;
  justify-content: space-between;
}
.p-leadContactBtn__form {
  width: 400px;
  height: 100px;
  margin-bottom: 3rem;
}
.p-leadContactBtn__form a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: inherit;
}
.p-leadContactBtn__form span {
  position: relative;
  padding-left: 32px;
}
.p-leadContactBtn__form span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 12px;
  background-image: url(../images/common-parts/icon-mail.png);
  background-size: contain;
}
.p-leadContactBtn__tel {
  width: 400px;
}
.p-leadContactBtn__tel a {
  pointer-events: none;
}

.p-agentsHeadTtl__ttlEn {
  height: 114px;
}
.p-agents__formWrapper {
  padding: 0;
}

.p-useHeadWrapper {
  position: relative;
  height: 80vh;
}

.p-useHead {
  position: relative;
  padding-top: 50px;
  height: 20vh;
}
.p-useHead__inner {
  display: flex;
  justify-content: space-between;
}

.p-useSlide {
  position: absolute;
  top: 0;
  left: 1;
  width: 100%;
  height: 80vh;
  opacity: 0;
}
.p-useSlide.is-active {
  opacity: 1;
}
.p-useSlide__items {
  height: inherit;
  width: inherit;
}
.p-useSlide video {
  height: inherit;
  width: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-useSlide .slick-list {
  height: inherit;
  width: inherit;
}
.p-useSlide .slick-track {
  height: inherit;
  width: inherit;
}
.p-useSlide .slider_sample {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.p-useSlide .slider_sample.slick-initialized {
  opacity: 1;
}
.p-useSlide .slider-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  list-style: none;
}
.p-useSlide .slider-dots li {
  position: relative;
  width: 8px;
  height: 8px;
}
.p-useSlide .slider-dots li:not(:last-child) {
  margin-right: 10px;
}
.p-useSlide .slider-dots button {
  position: absolute;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
  width: 8px;
  height: 8px;
  border: 0;
  background-color: #EFEFEF;
  font-size: 0;
  cursor: pointer;
}
.p-useSlide .slider-dots .slick-active button {
  background-color: #009EBC;
}

.p-use__breadcrumbs {
  padding: 0;
}

.p-useScene {
  position: relative;
  z-index: 2;
}
.p-useScene__imgWrapper {
  position: relative;
  cursor: pointer;
}
.p-useScene__img {
  margin-bottom: 100px;
}
.p-useSceneImg__name {
  position: absolute;
  top: 110px;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  max-width: 350px;
  height: 178px;
  padding: 3.5rem 4.8rem 3rem;
  background: linear-gradient(to right, #014795, #83DDE5);
  border-radius: 20px;
}
.p-useSceneImg__name::after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 22px 18.5px 0 18.5px;
  border-color: #4393BE transparent transparent transparent;
  border-style: solid;
}
.p-useSceneImg__name > figure {
  margin-bottom: 5px;
}
.p-useSceneImg__name span {
  color: #fff;
  letter-spacing: 0.1em;
}
.p-useScene__index {
  margin-top: 150px;
}
.p-useScene__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
.p-useSceneItem {
  margin-bottom: 60px;
  width: 310px;
}
.p-useSceneItem__imgWrapper {
  position: relative;
  float: left;
  cursor: pointer;
  overflow: hidden;
}
.p-useSceneItem__img {
  position: relative;
  width: 280px;
  height: 280px;
  overflow: hidden;
  margin: 0 auto;
}
.p-useSceneItem__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-useSceneItemHead {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  display: none;
}
.p-useSceneItemHead::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 400px;
  background: linear-gradient(to right, #014795, #83DDE5);
  mix-blend-mode: screen;
}
.p-useSceneItemHead__scene, .p-useSceneItemHead__num, .p-useSceneItemHead__ttl {
  z-index: 2;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 5px #009EBC;
}
.p-useSceneItemHead__scene {
  font-size: 2rem;
  font-family: granville, serif;
}
.p-useSceneItemHead__num {
  font-size: 3rem;
  font-family: granville, serif;
  line-height: 1;
}
.p-useSceneItemHead__ttl {
  font-size: 3.5rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
}
.p-useSceneItem__vertical {
  width: 30px;
  font-size: 2.4rem;
  font-family: granville, serif;
  font-weight: bold;
  color: #009EBC;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.p-useSceneItem__txt {
  width: 280px;
  padding-top: 20px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  clear: both;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
}
.p-useScene__btn {
  width: 400px;
  padding: 23px;
  font-size: 1.4rem;
}

.p-useScene__pcSlides01 {
  margin-bottom: 50px;
}
.p-useScene__pcSlideWrapper {
  display: block;
}
.p-useScene__pcSlide {
  margin: 0 22px;
  border-radius: 30px;
  overflow: hidden;
  height: 12.8125vw;
}
.p-useScene__pcSlide a {
  position: relative;
  transition: 0.15s ease-out;
  display: block;
  border-radius: 30px;
  overflow: hidden;
  z-index: 1;
  will-change: transform;
}
.p-useScene__pcSlide a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: 600px;
  background: linear-gradient(to right, #014695, #83DDE5);
  opacity: 0.3;
  filter: brightness(110%);
  border-radius: 30px;
  transform: rotate(45deg) translateX(-800px);
}
.p-useScene__pcSlide a img {
  width: 100%;
  height: 12.8125vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-useScene__pcSlide a:hover::after {
  -webkit-animation: fadeInScreenSlide 0.5s forwards;
          animation: fadeInScreenSlide 0.5s forwards;
  transform: rotate(45deg) translateX(-120px);
}
.p-useScene__pcSlide a:hover img {
  -webkit-animation: imgScaleSlide 0.5s forwards;
          animation: imgScaleSlide 0.5s forwards;
  transform: scale(1.5);
}
.p-useScene__pcSlide a:hover .p-useScene__pcSlideName {
  opacity: 1;
  z-index: 2;
}
@-webkit-keyframes fadeInScreenSlide {
  from {
    transform: rotate(45deg) translateX(-800px);
  }
  to {
    transform: rotate(45deg) translateX(-120px);
  }
}
@keyframes fadeInScreenSlide {
  from {
    transform: rotate(45deg) translateX(-800px);
  }
  to {
    transform: rotate(45deg) translateX(-120px);
  }
}
@-webkit-keyframes imgScaleSlide {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}
@keyframes imgScaleSlide {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.5);
  }
}
.p-useScene__pcSlideName {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 30px;
}
.p-useScene__pcSlideName span {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 5px #009EBC;
}
.p-useScene__pcSlideName span:nth-child(1) {
  font-family: granville, serif;
  font-size: 2rem;
}
.p-useScene__pcSlideName span:nth-child(2) {
  font-family: granville, serif;
  font-size: 4.5rem;
  line-height: 1;
  margin-bottom: 1rem;
}
.p-useScene__pcSlideName span:nth-child(3) {
  font-size: 3rem;
  letter-spacing: 0.1em;
}
.p-useScene__spSlideWrapper {
  display: none;
}
.p-useScene__spSlides .slick-track {
  padding: 10px 0 60px;
}
.p-useScene__spSlides .slick-initialized .slick-slide {
  display: flex;
  height: 520px;
}
.p-useScene__spSlides .slick-list {
  position: relative;
}
.p-useScene__spSlides .slide-arrow {
  position: absolute;
  bottom: 13px;
  width: 32px;
  height: 10px;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1em 0;
}
.p-useScene__spSlides .prev-arrow {
  left: 50%;
  transform: translateX(-250%);
  background-image: url(../images/product/arrow-prev.svg);
  z-index: 1;
}
.p-useScene__spSlides .next-arrow {
  right: 50%;
  transform: translateX(250%);
  background-image: url(../images/product/arrow-next.svg);
}
.p-useScene__spSlides .slick-counter {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-useScene__spSlides .slick-counter span {
  padding: 0 0.3em;
}
.p-useSceneSpSlideHead {
  display: flex;
  align-items: center;
}
.p-useSceneSpSlideHead__num {
  font-family: granville, serif;
  display: inline-block;
  font-size: 2rem;
  padding-left: 1rem;
  color: #009EBC;
  font-weight: bold;
}
.p-useSceneSpSlideHead__num span {
  font-size: 3.4rem;
  font-weight: bold;
  padding: 0 2rem 0 1rem;
}
.p-useSceneSpSlideHead__ttl {
  font-size: 2.4rem;
  color: #009EBC;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.p-useSceneSpSlideImg {
  width: 100%;
  border-radius: 30px;
}
.p-useSceneSpSlideImg img {
  border-radius: 30px;
}

.p-useScene__comparison {
  display: flex;
  align-items: center;
  margin-bottom: 42px;
}
.p-useScene__comparison-box {
  width: 450px;
}
.p-useScene__comparison-text {
  width: calc(100% - 450px - 43px);
  margin-left: 43px;
}
.p-useScene__comparison-text .em {
  font-weight: bold;
}

/**************************************************************
*
* News
*
**************************************************************/
.p-news {
  position: relative;
  padding-bottom: 4rem;
}
.p-news__inner {
  position: relative;
  z-index: 50;
}
.p-news__tabWrapper {
  margin-bottom: 6rem;
}
.p-news__tabs {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 2;
}
.p-news__tab {
  width: calc(20% - 16px);
  padding: 0.95rem 0 0.85rem;
  border: 2px solid #009EBC;
  font-family: granville, serif;
  color: #009EBC;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  cursor: pointer;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  position: relative;
}
.p-news__tab-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: inherit;
  background-color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-news__tab.hover:hover, .p-news__tab.is-hover {
  background-color: #009EBC;
  color: #fff;
}
.p-news__tab.hover:hover-anchor, .p-news__tab.is-hover-anchor {
  color: #fff;
}
.p-news__tab:not(:last-child) {
  margin-right: 2rem;
}
.p-news__tab.--select {
  position: relative;
  display: none;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-news__tab.--select::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-60%);
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #009EBC;
  border-right: 2px solid #009EBC;
  transform: rotate(45deg);
  transform: translateY(-60%) rotate(45deg);
  transition: transform 0.3s ease-in, color 0.3s ease-in;
}
.p-news__items {
  margin-bottom: 10rem;
}
.p-newsItem {
  position: relative;
  padding: 4rem 0;
}
.p-newsItem::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #EFEFEF;
}
.p-newsItem:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #EFEFEF;
}
.p-newsItem__link {
  display: flex;
}
.p-newsItem__img {
  margin-right: 5rem;
  overflow: hidden;
  width: 350px;
  height: 220px;
}
.p-newsItem__img img {
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 1s ease;
}
.p-newsItemContents {
  width: calc(100% - 350px - 50px);
}
.p-newsItemContents__head {
  display: flex;
  margin-bottom: 2rem;
}
.p-newsItemContents__tag {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  margin-right: 2rem;
  padding: 7px 4px 5px;
  background-color: #fff;
  border: 2px solid #009EBC;
  font-family: granville, serif;
  font-weight: bold;
  font-size: 1.6rem;
  color: #009EBC;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  z-index: 2;
}
.p-newsItemContents__date {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.p-newsItemContents__ttl {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p-newsItemContents__txt {
  letter-spacing: 0.1em;
  line-height: 2.18;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p-newsItem:hover .p-newsItem__img img {
  transform: scale(1.2);
}

.is-active.p-news__tab {
  background-color: #009EBC;
  color: #fff;
}

.p-newsDetail__inner {
  position: relative;
  z-index: 5;
}
.p-newsDetailHead__tag {
  display: inline-block;
}
.p-newsDetailHead__ttl {
  font-family: "Noto Serif JP", serif;
  padding: 4rem 0 2.5rem;
  font-size: 2.3rem;
  color: #009EBC;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.p-newsDetail__breadcrumbs .c-breadcrumbsItem:nth-of-type(3) {
  width: 300px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p-newsDetail__breadcrumbs .c-breadcrumbsItem:nth-of-type(3) a {
  display: block;
  white-space: break-spaces;
}
.p-newsDetailImage {
  max-width: 50rem;
  width: 100%;
}
.p-newsDetailMain {
  margin: 0 0 8.4rem;
}
.p-newsDetailMain h1 {
  font-size: 3.2rem;
}
.p-newsDetailMain h2 {
  font-size: 2.4rem;
}
.p-newsDetailMain h3 {
  font-size: 1.8rem;
}
.p-newsDetailMain h4 {
  font-size: 1.8rem;
}
.p-newsDetailMain h1,
.p-newsDetailMain h2 {
  position: relative;
  margin: 0.5em 0;
  padding: 0.5em 0 1.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.875;
}
.p-newsDetailMain h1::after,
.p-newsDetailMain h2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #009EBC;
}
.p-newsDetailMain h3 {
  position: relative;
  margin: 1.5em 0 0.5em;
  padding-left: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.p-newsDetailMain h3::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #009EBC;
}
.p-newsDetailMain h4, .p-newsDetailMain h5, .p-newsDetailMain h6 {
  font-weight: bold;
}
.p-newsDetailMain p {
  padding: 0.95em 0;
  line-height: 2.1875;
  letter-spacing: 0.1em;
}
.p-newsDetailMain a {
  padding: 0.95em 0;
  line-height: 2.1875;
  letter-spacing: 0.1em;
  color: #009EBC;
  font-weight: bold;
  transition: opacity 0.3s ease;
}
.p-newsDetailMain a:hover {
  opacity: 0.6;
}
.p-newsDetailMain figure {
  padding: 2.5rem 0 2rem;
  margin-bottom: 1.6rem;
}
.p-newsDetailMain table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}
.p-newsDetailMain th {
  font-weight: normal;
}
.p-newsDetailMain ul {
  list-style: disc;
  margin-block: 1.6rem;
  -webkit-padding-start: 4rem;
          padding-inline-start: 4rem;
}
.p-newsDetailMain ol {
  list-style: decimal;
  margin-block: 1.6rem;
  -webkit-padding-start: 4rem;
          padding-inline-start: 4rem;
}
.p-newsDetailMain strong {
  font-weight: bold;
}
.p-newsDetailMain small {
  font-size: smaller;
}

/************************************************
* Foundation
***********************************************/
/************************************************
* Adjustment
***********************************************/
/************************************************
* Library
***********************************************/
/************************************************
* Utility
***********************************************/
/************************************************
* Layout
***********************************************/
/************************************************
* Animation
***********************************************/
/************************************************
* Component
***********************************************/
/************************************************
* Project
***********************************************/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html, body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
@media screen and (max-width: 834px) {
  body {
    font-size: 2.0833333333vw;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .sp-content_hidden {
    display: block !important;
  }
  .tab-content_hidden {
    display: none !important;
  }
  .l-inner {
    padding: 0 36px;
  }
  .c-box01 {
    padding: 1.25rem 1.125rem 2.625rem;
  }
  .c-box01__head {
    display: block;
  }
  .c-box01__head-text {
    font-size: 16px;
  }
  .c-box01__body {
    display: block;
  }
  .c-box01__body-image {
    width: 100%;
  }
  .c-box01__body-text {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    font-size: 14px;
  }
  .c-button02 {
    width: calc((100% - 20px) / 2);
    height: 40px;
    margin-bottom: 1.25rem;
    font-size: 14px;
  }
  .c-button02__container {
    flex-wrap: wrap;
    margin-bottom: 1.875rem;
  }
  .c-button03 {
    padding: 0.1875rem 0.625rem 0.1875rem 0.5625rem;
    font-size: 12px;
  }
  .c-button03__container {
    justify-content: right;
    padding: 10px;
  }
  .c-button04 {
    display: block;
    max-width: 470px;
  }
  .c-button04__container {
    display: block;
    margin: 0 auto;
  }
  .c-button04__container .c-button04 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .c-button04__container .c-button04:last-child {
    margin-left: auto;
    margin-top: 40px;
  }
  .c-button04__text {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
  }
  .c-button04__text-main {
    font-size: 2rem;
  }
  .c-button04__text-img {
    width: 140px;
  }
  .c-button04::before {
    content: "";
    position: absolute;
    top: unset;
    bottom: 20px;
    right: 45%;
    width: 10px;
    height: 3px;
    transform: rotate(45deg) translate(-50%, 0);
  }
  .c-button04::after {
    content: "";
    position: absolute;
    top: unset;
    bottom: 20px;
    right: 45%;
    width: 20px;
    height: 3px;
    transform: translate(-30%, 0);
  }
  .c-button04:hover::before {
    -webkit-animation: move-right-sp 0.5s forwards;
            animation: move-right-sp 0.5s forwards;
    right: 35%;
  }
  .c-button04:hover::after {
    -webkit-animation: move-right-sp 0.5s forwards;
            animation: move-right-sp 0.5s forwards;
    right: 35%;
  }
  @-webkit-keyframes move-right-sp {
    from {
      right: 45%;
    }
    to {
      right: 35%;
    }
  }
  @keyframes move-right-sp {
    from {
      right: 45%;
    }
    to {
      right: 35%;
    }
  }
  .p-formItem__shopSelect select,
.p-formItem__familySelect select {
    font-size: 1.4rem;
  }
  .p-formItemDatepicker__input input::-moz-placeholder {
    font-size: 1.4rem;
  }
  .p-formItemDatepicker__input input:-ms-input-placeholder {
    font-size: 1.4rem;
  }
  .p-formItemDatepicker__input input::placeholder {
    font-size: 1.4rem;
  }
  .p-topUse {
    padding-bottom: 66px;
  }
  .p-topUse__ttlWrapper {
    padding-top: 0;
  }
  .p-topUse__inner {
    display: block;
    max-height: unset;
  }
  .p-topUse__imganime {
    height: 280px;
    width: 100%;
    margin-bottom: 50px;
  }
  .p-productList__inner {
    padding: 0;
  }
  .p-voice__item {
    padding-top: 2.5rem;
    margin-bottom: 3.125rem;
  }
  .p-leadContact__wave::before {
    background-image: url(../images/top/white_sp.png);
  }
  .p-leadContactBtn__form a {
    width: 100%;
  }
  .p-useScene__index {
    margin-top: 50px;
  }
  .p-useScene__items {
    display: block;
    margin-top: 10px;
  }
  .p-useScene__item {
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }
  .p-useSceneItem {
    width: auto;
    padding-top: 60px;
  }
  .p-useSceneItem__imgWrapper {
    width: calc(100% - 30px);
  }
  .p-useSceneItem__img {
    width: 100%;
    height: 50.6666666667vw;
  }
  .p-useSceneItemHead {
    opacity: 1;
    display: flex;
    justify-content: left;
    flex-direction: row;
    position: unset;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .p-useSceneItemHead::before {
    content: none;
  }
  .p-useSceneItemHead__scene, .p-useSceneItemHead__num, .p-useSceneItemHead__ttl {
    color: #009EBC;
    text-shadow: unset;
  }
  .p-useSceneItemHead__scene {
    font-size: 2rem;
    margin-right: 10px;
  }
  .p-useSceneItemHead__num {
    font-size: 3.4rem;
    margin-right: 20px;
  }
  .p-useSceneItemHead__ttl {
    font-size: 2.4rem;
  }
  .p-useSceneItem__txt {
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    margin-bottom: 0;
    padding: 0;
    font-size: 1.4rem;
    max-height: unset;
    opacity: 1;
  }
  .p-useScene__comparison-box {
    width: 300px;
    padding: 30px;
  }
  .p-useScene__comparison-text {
    width: calc(100% - 300px - 43px);
    margin-left: 23px;
  }
  .p-useScene__comparison-image {
    overflow-x: scroll;
  }
  .p-useScene__comparison-image img {
    min-width: 505px;
  }
}
@media screen and (max-width: 549px) {
  body {
    font-size: 4.2666666667vw;
  }
  .p-useScene__comparison {
    flex-direction: column-reverse;
    gap: 45px;
  }
  .p-useScene__comparison-box {
    width: 100%;
    padding: 20px;
  }
  .p-useScene__comparison-text {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 979px) {
  body {
    font-size: 1.4rem;
  }
  .sptab-content_hidden {
    display: block !important;
  }
  .pc-content_hidden {
    display: none !important;
  }
  .l-header {
    height: 70px;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .l-header__inner {
    padding: 0 20px 0 0;
  }
  .l-header__logo {
    background-color: transparent;
  }
  .l-header__logo a img {
    height: 45px;
    width: auto;
  }
  .l-header__navi {
    display: none;
  }
  .l-headerBergerBtn {
    display: block;
  }
  .l-header__drawer {
    display: block;
  }
  .l-footer::after {
    height: 80%;
  }
  .l-footer {
    margin-top: -200px;
    padding-top: 60px;
  }
  .l-footer__inner {
    flex-direction: column-reverse;
    padding: 180px 0 40px;
    background-repeat: no-repeat;
    background-size: 100% 80%;
    background-position: bottom;
  }
  .l-footer__col1 {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .l-footer__col1::after {
    display: none;
  }
  .l-footerCompany__name {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 1rem;
  }
  .l-footerCompany span {
    text-align: center;
  }
  .l-footerLogo {
    margin-bottom: 1.5rem;
  }
  .l-footer__navi {
    display: block;
    margin: 0 auto 30px;
    padding-left: 0;
  }
  .l-footerNaviItems:first-child {
    margin-right: 0;
  }
  .l-footerNaviItems:not(:last-child) {
    margin-right: 0;
  }
  .l-footerNaviItem {
    margin-bottom: 2.6rem;
  }
  .l-footerNaviItemLinks__page {
    margin-bottom: 1rem;
    text-align: center;
  }
  .l-footerNaviItemLinks__category, .l-footerNaviItemLinks__category a {
    font-size: 1.8rem;
    text-align: center;
  }
  .l-footerNaviItem:not(:last-child) {
    margin-right: 0;
    margin-bottom: 2.6rem;
  }
  .l-footerNaviItem--sp {
    display: block;
    margin-right: 70px;
  }
  .l-footer__copyRight {
    font-size: 1rem;
  }
  .l-footer__pageTop {
    display: none;
  }
  .l-section {
    padding: 40px 0 60px;
  }
  .l-section__ttlWrapper {
    margin-bottom: 3rem;
  }
  .l-section__ttlJa {
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .l-section__ttlEn {
    font-size: 1.4rem;
  }
  .l-section__lead {
    margin-bottom: 30px;
    text-align: left;
  }
  svg.a-waveHead {
    width: 100vw;
    height: 130%;
    transform: translate(0) rotate(180deg) scale(1);
  }
  .c-button-agent {
    display: none;
  }
  .c-button {
    width: 100%;
    max-width: 300px;
    padding: 33px 20px;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  .c-button--arrow span {
    padding-right: 44px;
  }
  .c-button--arrow span::after {
    width: 30px;
  }
  .c-buttonTel__num {
    padding: 12px 0 15px 25px;
    font-size: 2.6rem;
  }
  .c-buttonTel__num::after {
    width: 15px;
    height: 15px;
  }
  .c-buttonTel__time {
    font-size: 1.1rem;
  }
  .c-breadcrumbs {
    position: absolute;
  }
  .c-breadcrumbs > .l-inner {
    padding: 0;
  }
  .c-breadcrumbsItem {
    padding: 0 0.5em;
  }
  .c-breadcrumbsItem__link {
    font-size: 1rem;
  }
  .c-otherPageLink {
    padding: 0;
  }
  .c-otherPageLink__item:not(:last-child) {
    margin-bottom: 0px;
  }
  .c-otherPageLinkItem::after {
    right: 38px;
    width: 20px;
    background-image: url(../images/arrow-white-bold_sp.svg);
  }
  .c-otherPageLinkItem a {
    position: static;
  }
  .c-otherPageLinkItem a::after {
    display: none;
  }
  .c-otherPageLinkItem__subTtl {
    font-size: 1.4rem;
  }
  .c-head {
    height: auto;
    padding: 100px 0 80px;
  }
  .c-head__inner {
    display: block;
  }
  .c-headTtl__ttlEn {
    margin-bottom: 0;
    font-size: 3.4rem;
  }
  .c-headTtl__ttlEn--small {
    color: #009EBC;
  }
  .c-headTtl__ttl {
    font-size: 1.4rem;
  }
  .c-tab__selectItems {
    max-width: 600px;
    margin: 0 auto;
  }
  .c-tab__selectItem {
    padding: 1rem 0;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .c-pager01__item:not(:last-child) {
    margin-right: 3px;
  }
  .c-pager02__all {
    position: absolute;
    width: 100%;
    max-width: 300px;
    top: 101%;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-formItem {
    display: block;
    padding: 14px 0 20px;
  }
  .p-formItem__name {
    width: 100%;
    margin-bottom: 10px;
    line-height: 1.8;
  }
  .p-formItem__box {
    width: 100%;
  }
  .p-formItemZipBox__input {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .p-formItemZipBox__search {
    width: 200px;
    font-size: 1.2rem;
  }
  .p-formItemCheck__label {
    display: block;
    padding-left: 40px;
    font-size: 1.2rem;
    padding-bottom: 1em;
    padding-top: 1em;
  }
  .p-formItemCheck__label::after {
    top: 50%;
    transform: translateY(-75%) rotate(-45deg);
  }
  .p-formItemCheck__link {
    width: 310px;
    margin: 20px auto 0;
    padding-left: 0;
  }
  .p-formItemCheck__link a {
    width: 100%;
    font-size: 1.4rem;
    padding: 6px 24px 6px 10px;
    letter-spacing: 0;
  }
  .p-formItem__error {
    font-size: 1.2rem;
  }
  .p-formItemAdress__box > .p-formItemAdress__input01 {
    width: 100%;
  }
  .p-formItemAdress__box > .p-formItemAdress__input02 {
    width: 100%;
  }
  .p-formItem__shopSelect,
.p-formItem__familySelect {
    width: 100%;
  }
  .p-formItemDatepicker__input {
    width: 100%;
  }
  .p-formRadio__item {
    display: block;
  }
  .p-formRadio__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .p-formRadioItem__label {
    padding-left: 26px;
  }
  .p-formRadioItem__label::before {
    width: 16px;
    height: 16px;
  }
  .p-formRadioItem__label::after {
    left: 4px;
    width: 8px;
    height: 8px;
  }
  .p-topMv {
    height: 100vh;
    min-height: 650px;
  }
  .p-topMv__inner {
    padding: 0 30px;
  }
  .p-topMv__txt {
    font-size: 3rem;
  }
  .p-topSectionTtlEn {
    margin-bottom: 1rem;
    height: auto;
    font-size: 3.4rem;
    line-height: 1.3235294118;
  }
  .p-topSectionTtl {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  .p-topSectionTtl span {
    font-size: 2.2rem;
  }
  .p-topAbout__deco01, .p-topAbout__deco02 {
    width: 375px;
    height: 860px;
    top: 30px;
    right: -5%;
  }
  .p-topAbout__txt {
    font-size: 1.4rem;
    text-align: left;
  }
  .p-topHO::before {
    height: 80%;
  }
  .p-topHO {
    padding: 360px 0 80px;
  }
  .p-topHO__productImg {
    width: calc(100% - 70px);
    max-width: 320px;
    right: 10%;
    bottom: -220px;
  }
  .p-topHO__head {
    display: block;
    margin-bottom: 33px;
  }
  .p-topHO__img {
    width: 100%;
    margin-bottom: 50px;
  }
  .p-topHO__ttlWrapper {
    padding: 0;
  }
  .p-topHO__ttlEn {
    text-align: center;
    height: 80px;
    margin-bottom: 1.6rem;
  }
  .p-topHO__ttl {
    text-align: center;
  }
  .p-topHO__lead {
    font-size: 2.3rem;
    text-align: center;
    margin-bottom: 3rem;
  }
  .p-topHO__txt {
    margin-bottom: 5rem;
  }
  .p-topHO__btn {
    margin: 0 auto;
    font-size: 1.2rem;
  }
  .p-topProduct {
    padding: 142px 0 120px;
  }
  .p-topProduct__frame {
    max-width: 650px;
    padding: 50px 30px 143px;
    border-radius: 20px;
  }
  .p-topProduct__ttlEn {
    top: -45px;
    height: 195px;
    font-size: 4rem;
  }
  .p-topProduct__ttl {
    font-size: 1.4rem;
    padding-top: 112px;
    top: -20px;
    left: 52px;
  }
  .p-topProduct__ttl::after {
    height: 102px;
  }
  .p-topProduct__lead {
    margin-bottom: 4.8rem;
    font-size: 2.3rem;
    padding-left: 26%;
  }
  .p-topProduct__txt {
    margin-bottom: 0;
  }
  .p-topProduct__btn {
    width: 240px;
  }
  .p-topUse__ttl {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
  .p-topUse__ttlEn {
    font-size: 3.4rem;
    text-align: center;
    line-height: 1.3235294118;
    height: auto;
  }
  .p-topUse__imganime:not(:last-child) {
    margin-right: 0;
  }
  .p-topUse__imganime figure {
    width: 100%;
    height: 100%;
  }
  .p-topUse__txt {
    text-align: left;
  }
  .p-topNews__txt {
    margin-bottom: 5rem;
    font-size: 1.4rem;
  }
  .p-topNews__items {
    display: block;
    width: 100%;
    margin-bottom: 6rem;
  }
  .p-topNewsItem {
    width: 100%;
    margin: 0 auto;
    max-width: 450px;
  }
  .p-topNewsItem:not(:last-child) {
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .p-topNewsItem a {
    display: block;
  }
  .p-topNewsItem__tag {
    font-size: 1.1rem;
    font-weight: bold;
  }
  .p-topNewsItem__date {
    font-size: 1.2rem;
    font-weight: bold;
  }
  .p-topNewsItem__txt {
    width: 100%;
    font-size: 1.4rem;
  }
  .p-topNews__moreWrapper {
    text-align: center;
  }
  .p-topNews__more {
    font-size: 1.4rem;
  }
  .p-topStructure {
    padding: 43px 0 60px;
  }
  .p-topStructure__imgWrapper {
    display: block;
    margin-bottom: 20px;
  }
  .p-topStructure__text {
    font-size: 1.4rem;
    text-align: left;
  }
  .p-topImgSection__wrapper {
    width: 100%;
    transform: translate(0);
  }
  .p-topImgSection__img {
    width: 300px;
  }
  .p-topAboutUs {
    padding: 43px 0 55px;
  }
  .p-topAboutUs__ttl {
    padding-bottom: 42px;
    font-size: 2.2rem;
  }
  .p-topAboutUs__ttl::after {
    font-size: 3rem;
  }
  .p-topAboutUsItems {
    display: block;
  }
  .p-topAboutUsItem {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .p-topAboutUsItem__link {
    padding: 24px 0 15px;
  }
  .p-topAboutUsItem__ttlEn {
    font-size: 2rem;
  }
  .p-topAboutUsItem__ttl {
    font-size: 1.4rem;
  }
  .p-structureAbout {
    padding-top: 20px;
  }
  .p-structureAbout__item {
    display: block;
  }
  .p-structureAbout__item:not(:last-child) {
    margin-bottom: 40px;
  }
  .p-structureAboutItem__img {
    width: 100%;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }
  .p-structureAboutItem__img figcaption {
    font-size: 1.4rem;
  }
  .p-structureAboutItem__txt {
    width: 100%;
    font-size: 1.4rem;
  }
  .p-structureAbout__txt {
    font-size: 1.2rem;
    margin-bottom: 50px;
  }
  .p-structureAbout__table {
    overflow: scroll;
    padding-bottom: 10px;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
  }
  .p-structureAbout__table img {
    width: 500px;
  }
  .p-structureFunction__ttl {
    margin-bottom: 20px;
  }
  .p-structureFunction__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .p-structureFunctionItem {
    display: block;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-structureFunctionItem__img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 29px;
    padding-top: 50px;
    padding-left: 0;
  }
  .p-structureFunctionItem__img::before {
    left: 50%;
    transform: translateX(-50%);
    font-size: 4rem;
    line-height: 1;
  }
  .p-structureFunctionItem__contents {
    width: 100%;
  }
  .p-structureFunctionItemContents__ttl {
    margin-bottom: 1.6rem;
    font-size: 2.2rem;
    text-align: center;
  }
  .p-structureFunctionItemContents__txt {
    font-size: 1.4rem;
  }
  .p-structurePractice__items {
    display: block;
  }
  .p-structurePractice__item {
    width: 100%;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-structurePractice__item:nth-child(odd) {
    margin-right: auto;
  }
  .p-structurePractice__item:nth-child(n+3) {
    margin-top: 0;
  }
  .p-structurePractice__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .p-structurePracticeItem__num {
    font-size: 4rem;
  }
  .p-structurePracticeItem__num::after {
    width: 46px;
  }
  .p-structurePracticeItem__ttl {
    margin-bottom: 30px;
    font-size: 2.2rem;
    font-weight: normal;
  }
  .p-structurePracticeItem__icon {
    margin-bottom: 32px;
  }
  .p-structurePracticeItem__content {
    font-size: 1.4rem;
  }
  .p-structurePracticeItem__content:not(:last-child) {
    margin-bottom: 25px;
  }
  .p-installaction__headTtl::before {
    background-position: center;
  }
  .p-installactionProcess {
    padding: 4rem 0 6rem;
  }
  .p-installactionProcess__items {
    margin-bottom: 6rem;
    padding-top: 10px;
  }
  .p-installactionProcessItem {
    position: relative;
    display: block;
  }
  .p-installactionProcessItem:not(:last-child) {
    margin-bottom: 40px;
  }
  .p-installactionProcessItem__img {
    margin: 0 auto 2rem;
    width: 100%;
    max-width: 450px;
  }
  .p-installactionProcessItemContents {
    transition-delay: 0s;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    padding: 0;
  }
  .p-installactionProcessItemContents__num {
    display: none;
  }
  .p-installactionProcessItemContents__num--sp {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  .p-installactionProcessItemContents__num--sp span {
    display: block;
    padding: 0;
    margin-top: -6px;
    font-size: 3.4rem;
  }
  .p-installactionProcessItemContents__ttl {
    text-align: center;
  }
  .p-aboutBubble__fukidashi {
    width: 100%;
  }
  .p-aboutBubble__fukidashi p {
    font-size: 1.4rem;
  }
  .p-aboutBubble__fukidashi p span {
    font-size: 2rem;
  }
  .p-aboutBubble__fukidashi.--02::after {
    left: unset;
    right: 40px;
    width: 0;
    height: 0;
    border-width: 22px 18.5px 0 18.5px;
    border-color: #89CADA transparent transparent transparent;
    border-style: solid;
  }
  .p-aboutBubble01 {
    margin-bottom: 60px;
  }
  .p-aboutBubble02 {
    margin-bottom: 116px;
  }
  .p-aboutBubble02 {
    flex-direction: column-reverse;
  }
  .p-aboutBubble02__figure {
    width: 100%;
  }
  .p-aboutBubble02__txt {
    width: 100%;
  }
  .p-aboutBubble02__desc {
    margin-bottom: 4rem;
  }
  .p-aboutBubble03 {
    margin-bottom: 6rem;
  }
  .p-aboutBubble03__img {
    overflow: scroll;
    padding: 0 20px 20px 30px;
    width: 100%;
    margin: 0 auto;
    transform: scale(1.25);
  }
  .p-aboutBubble03__img img {
    width: 448px;
  }
  .p-aboutStrength {
    padding: 24px 0 60px;
  }
  .p-aboutStrength::before {
    background-image: url(../images/about/kunekune_t_sp.png);
  }
  .p-aboutStrength::after {
    background-image: url(../images/about/kunekune_b_sp.png);
  }
  .p-aboutStrength__ttlWrapper {
    margin-bottom: 2rem;
  }
  .p-aboutStrength__items {
    margin-bottom: 50px;
  }
  .p-aboutStrength__item {
    flex-direction: column;
  }
  .p-aboutStrength__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .p-aboutStrengthItem {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
  }
  .p-aboutStrengthItem__img {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-aboutStrengthItem__contents {
    width: 100%;
  }
  .p-aboutStrengthItemContentsHead {
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    margin-bottom: 0;
  }
  .p-aboutStrengthItemContentsHead__ttl {
    margin-right: 0;
  }
  .p-aboutStrengthItemContentsHead__num {
    font-size: 3.4rem;
  }
  .p-aboutStrengthItemContents__ttl {
    text-align: center;
  }
  .p-aboutStrengthItemContents__txt--big {
    font-size: 2.2rem;
    text-align: center;
  }
  .p-aboutStrengthItemContents__txt--small {
    font-size: 1.4rem;
  }
  .p-aboutUse__ttlWrapper {
    margin-bottom: 4rem;
  }
  .p-aboutUse__items {
    display: block;
  }
  .p-aboutUse__item {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }
  .p-aboutUseItem__ttl {
    padding: 7px;
  }
  .p-aboutUseItem__contents {
    display: block;
    height: auto;
  }
  .p-aboutUseItem__contents:nth-of-type(1) {
    margin-bottom: 15px;
  }
  .p-aboutUseItem__contents dt {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
    padding: 1rem;
  }
  .p-aboutProduct__contentsWrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .p-aboutProduct__txt {
    text-align: left;
    margin-bottom: 0;
  }
  .p-aboutProduct__img {
    margin-bottom: 30px;
  }
  .p-aboutProductIntro {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 30px;
    padding-top: 100px;
  }
  .p-aboutProductIntroProduct {
    justify-content: end;
    flex: none;
  }
  .p-aboutProductIntroProduct__name {
    font-size: 1rem;
  }
  .p-aboutProductIntroProduct__image {
    width: 118.42px;
    margin-right: 5px;
  }
  .p-aboutProductIntroProduct__text {
    margin-bottom: 45px;
    font-size: 14px;
  }
  .p-aboutProductIntro__place {
    flex: none;
    width: 54%;
    max-width: 200px;
    margin-left: 0;
  }
  .p-aboutProductName {
    width: 200px;
    margin: 0;
    padding: 10px 0 14px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-aboutProductName__text {
    font-size: 1.2rem;
  }
  .p-aboutProductName__text--small {
    font-size: 1rem;
  }
  .p-aboutProductName figure {
    width: 154.46px;
    padding: 8px 0 0;
  }
  .p-aboutProductName::after {
    bottom: 1px;
    left: 20%;
    width: 0;
    height: 0;
    border-width: 13.33px 10px 0 10px;
    border-color: #009EBC transparent transparent transparent;
    border-style: solid;
  }
  .p-aboutPoint__ttl {
    text-align: center;
  }
  .p-aboutPoint__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-aboutPoint__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .p-aboutPointItem {
    height: auto;
    padding: 26px 26px 50px;
  }
  .p-aboutPointItem__num {
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 4rem;
  }
  .p-aboutPointItem__num::after {
    width: 46px;
  }
  .p-aboutPointItem__ttl {
    margin-bottom: 30px;
    font-size: 2.2rem;
    text-align: center;
  }
  .p-aboutPointItem__icon {
    width: 200px;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .p-aboutPointItem__icon--04 {
    width: 120px;
  }
  .p-aboutPointItem__icon--05 {
    width: 155px;
  }
  .p-aboutPointItem__contentsWrapper {
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
  }
  .p-aboutPointItem__content {
    width: 100%;
    font-size: 1.4rem;
  }
  .p-aboutPointItem__content:not(:last-child) {
    margin-bottom: 25px;
  }
  .p-aboutStructureDetail__mainBody {
    position: static;
    transform: translateX(0);
    width: 270px;
    margin: 0 auto 40px;
  }
  .p-aboutStructureDetail__fukidashiTopRight, .p-aboutStructureDetail__fukidashiTopLeft {
    width: calc(50% - 4vw);
    max-width: 150px;
  }
  .p-aboutStructureDetail__fukidashiWrapper02 {
    display: none;
  }
  .p-aboutStructureDetail__fukidashiBottomLeft, .p-aboutStructureDetail__fukidashiBottomRight, .p-aboutStructureDetail__fukidashiBottomCenter {
    width: 31%;
    padding-top: 3.90625vw;
  }
  .p-aboutStructureDetail__fukidashiBottomLeft span, .p-aboutStructureDetail__fukidashiBottomRight span, .p-aboutStructureDetail__fukidashiBottomCenter span {
    font-size: 1.4rem;
  }
  .p-aboutStructure__txt {
    text-align: left;
  }
  .p-aboutLife__txt {
    margin-bottom: 40px;
  }
  .p-aboutLife__items {
    display: block;
    margin-bottom: 50px;
  }
  .p-aboutLife__item {
    flex-direction: column;
    width: 100%;
  }
  .p-aboutLife__item:not(:last-child) {
    margin-bottom: 40px;
  }
  .p-aboutLifeItem__ttl {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  .p-aboutLifeItem__ttl::after {
    height: 1px;
  }
  .p-aboutLifeItem__img {
    width: 100%;
    max-width: 450px;
    margin-bottom: 20px;
  }
  .p-aboutLifeWashing {
    padding: 30px 25px 45px;
  }
  .p-aboutLifeWashing__ttl {
    margin-bottom: 32px;
    font-size: 2.2rem;
  }
  .p-productList__items {
    padding-bottom: 90px;
  }
  .p-productList__item {
    max-width: 100%;
    width: unset;
    height: 450px !important;
  }
  .p-productListItem {
    padding: 40px 18px 62px;
    border-radius: 20px;
  }
  .p-productListItem__hook {
    font-size: 1.8rem;
  }
  .p-productListItem__img {
    width: 200px;
  }
  .p-productListItem__ttl {
    font-size: 2.4rem;
    width: 200px;
  }
  .p-productListItem__ttl span {
    font-size: 1.8rem;
  }
  .p-productListItem__button {
    width: 80%;
    padding: 16px 34px;
  }
  .p-productListItem__button > span {
    font-size: 1.2rem;
  }
  .p-productList .slick-initialized .slick-slide {
    height: 450px;
  }
  .p-productList .slide-arrow {
    bottom: 100px;
  }
  .p-productList .slick-counter {
    bottom: 85px;
  }
  .p-productList .slider-dots {
    width: calc(100% - 60px);
  }
  .p-productDetailHeadTtl__En {
    height: 60px;
  }
  .p-productDetailListItem {
    display: block;
    padding: 10px 12px;
    font-size: 1.4rem;
  }
  .p-productDetailListItem__ttl {
    width: 100%;
  }
  .p-productDetailListItem__detail {
    width: 100%;
  }
  .p-productDetailList__comment {
    padding-top: 12px;
    font-size: 1rem;
    line-height: 1.8;
  }
  .p-productDetailAbout__lead {
    margin-bottom: 4rem;
  }
  .p-productDetailAboutInfoWrapper {
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 25px;
  }
  .p-productDetailAboutInfo__name {
    width: 71.6666666667%;
    max-width: 300px;
    line-height: 1.3235294118;
    margin-bottom: 3rem;
  }
  .p-productDetailAboutInfo__inner {
    display: block;
    margin-bottom: 0;
  }
  .p-productDetailAboutInfo__img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 30px;
  }
  .p-productDetailAboutInfo__contents {
    width: 100%;
    max-width: 500px;
  }
  .p-productDetailAboutInfoContents {
    margin: 0 auto 40px;
    font-size: 1.4rem;
    max-width: 300px;
  }
  .p-productDetailAboutInfo__txt {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
  .p-productDetailAboutInfo__other span {
    display: block;
    text-align: center;
    margin: 0 auto 2rem;
    padding: 0.3rem 0;
    border-radius: 5px;
  }
  .p-productDetailAboutInfo__other {
    max-width: 300px;
    margin: 0 auto 3rem;
  }
  .p-productDetailCertificate__items {
    display: block;
    padding-top: 0;
    font-size: 1rem;
  }
  .p-productDetailCertificate__item {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  .p-productDetailCertificate span {
    position: static;
    display: block;
    margin-bottom: 10px;
    font-size: 2.2rem;
    text-align: center;
    transform: translateX(0);
  }
  .p-productDetailStructureDetail__mainBody {
    position: static;
    transform: translateX(0);
    width: 270px;
    margin: 0 auto 40px;
  }
  .p-productDetailStructureDetail__fukidashiTopRight, .p-productDetailStructureDetail__fukidashiTopLeft {
    width: calc(50% - 4vw);
    max-width: 150px;
  }
  .p-productDetailStructureDetail__fukidashiWrapper02 {
    display: none;
  }
  .p-productDetailStructureDetail__fukidashiBottomLeft, .p-productDetailStructureDetail__fukidashiBottomRight, .p-productDetailStructureDetail__fukidashiBottomCenter {
    width: 31%;
    padding-top: 3.90625vw;
  }
  .p-productDetailStructureDetail__fukidashiBottomLeft span, .p-productDetailStructureDetail__fukidashiBottomRight span, .p-productDetailStructureDetail__fukidashiBottomCenter span {
    font-size: 1.4rem;
  }
  .p-productDetailStructure__txt {
    text-align: left;
  }
  .p-productDetailEffect__items {
    padding-top: 10px;
  }
  .p-productDetailEffectItem {
    position: relative;
    display: block;
  }
  .p-productDetailEffectItem:not(:last-child) {
    margin-bottom: 40px;
  }
  .p-productDetailEffectItem__img {
    margin: 0 auto 2rem;
    width: 100%;
    max-width: 450px;
  }
  .p-productDetailEffectItemContents {
    transition-delay: 0s;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    padding: 0;
  }
  .p-productDetailEffectItemContents__num {
    display: none;
  }
  .p-productDetailEffectItemContents__num--sp {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  .p-productDetailEffectItemContents__num--sp span {
    display: block;
    padding: 0;
    margin-top: -6px;
    font-size: 3.4rem;
  }
  .p-productDetailEffectItemContents__ttl {
    text-align: center;
  }
  .p-productDetailEvidence {
    padding-bottom: 4rem;
  }
  .p-productDetailEvidence__ttl {
    margin-bottom: 4rem;
  }
  .p-productDetailEvidenceMecha {
    display: block;
    margin-bottom: 4rem;
  }
  .p-productDetailEvidenceMecha__imgWrapper {
    width: 100%;
    margin-bottom: 4rem;
  }
  .p-productDetailEvidenceMecha__img {
    width: 66.6666666667%;
  }
  .p-productDetailEvidenceMecha__imgAbout {
    font-size: 1.4rem;
    padding-top: 3rem;
  }
  .p-productDetailEvidenceMecha__imgAbout span {
    display: block;
    max-width: 250px;
    margin: 0 auto 1.4rem;
  }
  .p-productDetailEvidenceMecha__desc {
    width: 100%;
    font-size: 1.4rem;
  }
  .p-productDetailEvidenceInspectionHead__num {
    margin-bottom: 1.6rem;
    font-size: 3.4rem;
    line-height: 1;
  }
  .p-productDetailEvidenceInspectionHead__txt {
    font-size: 1.4rem;
    text-align: left;
  }
  .p-productDetailEvidenceInspection__table {
    max-width: 450px;
    margin: 0 auto 2rem;
  }
  .p-productDetailEvidenceInspection__txt {
    font-size: 1.4rem;
    text-align: left;
  }
  .p-productDetailEvidenceInspection__txt span {
    display: block;
    text-align: center;
  }
  .p-productDetailEvidenceInspection__attention {
    font-size: 1.4rem;
  }
  .p-productDetailEvidenceInspection.--02 .p-productDetailEvidenceInspectionHead {
    margin-bottom: 4rem;
  }
  .p-productDetailEvidenceInspection.--02 .p-productDetailEvidenceInspection__table {
    width: 100%;
    overflow: scroll;
    padding-bottom: 10px;
    margin: 0 auto 30px;
    transform: scale(1.25);
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
  .p-productDetailEvidenceInspection.--02 .p-productDetailEvidenceInspection__table img {
    width: 360px;
    max-width: unset;
  }
  .p-productDetailComp__table {
    overflow: scroll;
    transform: scale(1.25);
    padding-left: 30px;
    padding-bottom: 40px;
    width: 100%;
    margin: 0 auto 60px;
  }
  .p-productDetailComp__table img {
    width: 448px;
  }
  .p-productDetailCompContents {
    display: block;
    max-width: 450px;
    margin: 0 auto;
  }
  .p-productDetailCompContents__fukidashi {
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    margin: 0 auto 90px;
    padding: 20px 25px;
    font-size: 12px;
    line-height: 1.6666666667;
  }
  .p-productDetailCompContents__txt {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-productDetailQuantity__lead {
    border-radius: 10px;
    font-size: 1.4rem;
  }
  .p-productDetailQuantity__lead span {
    font-size: 1.6rem;
  }
  .p-productDetailQuantity__items {
    display: block;
  }
  .p-productDetailQuantity__item {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  .p-productDetailQuantity__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .p-productDetailPerformance__figure {
    overflow: scroll;
    padding-bottom: 20px;
    width: 500px;
    margin: 0 auto 20px;
  }
  .p-productDetailPerformance__figure img {
    width: 500px;
  }
  .p-productDetailResult__figure {
    overflow: scroll;
    padding-bottom: 20px;
    width: 500px;
    margin: 0 auto 20px;
  }
  .p-productDetailResult__figure img {
    width: 500px;
  }
  .p-productDetailResult__figure figcaption {
    padding-top: 12px;
    font-size: 1rem;
  }
  .p-faq__headTtl::before {
    background-position: 20%;
  }
  .p-faqListItem__question::before, .p-faqListItem__answer::before {
    top: 23px;
    left: 0;
    font-size: 2.2rem;
  }
  .p-faqListItem__question {
    position: relative;
    padding: 26px 38px 26px 32px;
    font-size: 1.4rem;
  }
  .p-faqListItem__question::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #009EBC;
    border-right: 2px solid #009EBC;
    transform: rotate(45deg);
    top: 43%;
    right: 19px;
  }
  .p-faqListItem__question::before {
    top: 23px;
  }
  .p-faqListItem__answer {
    display: none;
    padding: 26px 0 26px 32px;
    font-size: 1.4rem;
    transition: display 0.3s ease;
  }
  .p-faqListItem__answer span {
    padding-left: 0;
  }
  .p-companyAboutItem {
    display: block;
    padding: 20px 0;
  }
  .p-companyAboutItem::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #E7E6EB;
  }
  .p-companyAboutItem__ttl {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
    font-size: 1.4rem;
  }
  .p-companyAboutItem__ttl::after {
    width: 0;
    height: 0;
  }
  .p-companyAboutItem__detail {
    width: 100%;
    padding: 0;
    font-size: 1.4rem;
  }
  .p-companyAboutItem__detail::after {
    width: 0;
    height: 0;
  }
  .p-privacy__ttl {
    font-size: 2rem;
  }
  .p-contact__lead {
    margin-bottom: 40px;
    text-align: left;
  }
  .p-contactItemPrivacy__txt {
    font-size: 1.4rem;
  }
  .p-contactItemPrivacy__txt span {
    display: inline-block;
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  .p-contactFinish__lead {
    margin-bottom: 30px;
    text-align: left;
  }
  .p-registration__form-title {
    font-size: 1.8rem;
  }
  .p-registrationItemPrivacy__txt {
    font-size: 1.4rem;
  }
  .p-registrationItemPrivacy__txt span {
    display: inline-block;
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  .p-registrationFinish__lead {
    margin-bottom: 30px;
    text-align: left;
  }
  .p-registrationFinish__lead a {
    color: #009EBC;
  }
  .p-leadContact {
    padding: 60px 0 200px;
  }
  .p-leadContact::after {
    background-position: center;
  }
  .p-leadContact__wave {
    height: 32vw;
  }
  .p-leadContact__wave::before {
    top: -45px;
    height: 32vw;
  }
  .p-leadContact {
    padding: 43px 0 140px;
  }
  .p-leadContact__ttlEn {
    margin-bottom: 10px;
  }
  .p-leadContactBtn__wrapper {
    display: block;
  }
  .p-leadContactBtn__form {
    width: 100%;
    height: 80px;
  }
  .p-leadContactBtn__tel {
    width: 100%;
  }
  .p-leadContactBtn__tel a {
    pointer-events: auto;
  }
  .p-agentsHeadTtl__ttlEn {
    height: 60px;
  }
  .p-useSlide .slider-dots {
    width: calc(100% - 60px);
    bottom: 60px;
  }
  .p-use__breadcrumbsWrapper {
    margin-top: 0;
    padding: 0 20px 20px;
    display: none;
  }
  .p-useScene__imgWrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .p-useScene__img {
    margin-bottom: 60px;
  }
  .p-useSceneImg__name {
    position: relative;
    top: 0;
    width: 100%;
    padding: 2.7rem 5.6rem 2.2rem;
    height: 144px;
    margin-bottom: 4.2rem;
  }
  .p-useScene__btn {
    width: 100%;
    max-width: 350px;
    font-size: 1.2rem;
  }
  .p-useScene__pcSlideWrapper {
    display: none;
  }
  .p-useScene__spSlideWrapper {
    display: block;
  }
  .p-useScene__spSlides .slick-initialized .slick-slide {
    height: 450px;
  }
  .p-news__tabs {
    display: block;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    display: none;
    transition: display 0.3s ease-in;
  }
  .p-news__tab {
    width: 100%;
    padding: 1.2rem 0 0.8rem;
    border: none;
    font-size: 1.8rem;
    line-height: 1;
  }
  .p-news__tab-anchor {
    position: unset;
  }
  .p-news__tab.--select {
    display: block;
    border: 2px solid #009EBC;
  }
  .p-newsItem {
    padding: 8rem 0 3rem;
  }
  .p-newsItem__link {
    position: relative;
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  .p-newsItem__img {
    width: 100%;
    height: 62.6666666667%;
    margin-bottom: 2rem;
  }
  .p-newsItemContents {
    width: 100%;
  }
  .p-newsItemContents__head {
    position: absolute;
    top: -20px;
    left: 0;
    transform: translateY(-100%);
  }
  .p-newsItemContents__ttl {
    font-size: 1.8rem;
  }
  .is-open + .p-news__tabs {
    display: block;
  }
  .is-open.p-news__tab {
    background-color: #009EBC;
    color: #fff;
  }
  .is-open.p-news__tab::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: none;
  }
  .p-newsDetailHead__ttl {
    font-size: 2rem;
    padding-bottom: 1.5rem;
  }
  .p-newsDetail__breadcrumbs .c-breadcrumbsItem:nth-of-type(3) {
    width: 215px;
  }
  .p-newsDetailMain {
    margin-bottom: 7rem;
  }
  .p-newsDetailMain h1,
.p-newsDetailMain h2 {
    font-size: 1.8rem;
    line-height: 1.9444444444;
  }
  .p-newsDetailMain h3 {
    margin-top: 1rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 979px) and (max-width: 979px) {
  .c-button {
    padding: 18px 20px;
  }
}
@media screen and (min-width: 980px) {
  .p-productList__item {
    width: 460px !important;
    height: 520px !important;
  }
}
@media screen and (min-width: 835px) {
  .p-useSceneItem {
    /* ホバー、クリックイベントのレイアウト */
  }
  .p-useSceneItem.is-defalt:hover .p-useSceneItemHead {
    opacity: 1;
    display: flex;
  }
  .p-useSceneItem.is-defalt:hover .p-useSceneItemHead::before {
    -webkit-animation: fadeInScreen 0.5s forwards;
            animation: fadeInScreen 0.5s forwards;
  }
  .p-useSceneItem.is-defalt:hover .p-useSceneItemHead::after {
    content: "VIEW MORE";
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 1.6rem;
  }
  .p-useSceneItem.is-defalt:hover .p-useSceneItem__img img {
    -webkit-animation: imgScale 0.5s forwards;
            animation: imgScale 0.5s forwards;
  }
  @-webkit-keyframes fadeInScreen {
    from {
      transform: rotate(45deg) translateX(-480px);
    }
    to {
      transform: rotate(45deg) translateX(-80px);
    }
  }
  @keyframes fadeInScreen {
    from {
      transform: rotate(45deg) translateX(-480px);
    }
    to {
      transform: rotate(45deg) translateX(-80px);
    }
  }
  @-webkit-keyframes imgScale {
    0% {
      transform: scale(1, 1);
    }
    100% {
      transform: scale(1.5, 1.5);
    }
  }
  @keyframes imgScale {
    0% {
      transform: scale(1, 1);
    }
    100% {
      transform: scale(1.5, 1.5);
    }
  }
  .p-useSceneItem.is-no-text .p-useSceneItem__txt {
    -webkit-animation: fadeOutText 0.5s forwards;
            animation: fadeOutText 0.5s forwards;
  }
  @-webkit-keyframes fadeOutText {
    from {
      opacity: 1;
      max-height: 400px;
    }
    to {
      max-height: 0;
      opacity: 0;
    }
  }
  @keyframes fadeOutText {
    from {
      opacity: 1;
      max-height: 400px;
    }
    to {
      max-height: 0;
      opacity: 0;
    }
  }
  .p-useSceneItem.is-clicked .p-useSceneItemHead {
    opacity: 1;
    display: flex;
  }
  .p-useSceneItem.is-clicked .p-useSceneItemHead::after {
    content: "CLOSE";
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 1.6rem;
  }
  .p-useSceneItem.is-clicked .p-useSceneItem__img img {
    transform: scale(1.5, 1.5);
  }
  .p-useSceneItem.is-clicked .p-useSceneItem__txt {
    -webkit-animation: fadeInText 0.85s forwards;
            animation: fadeInText 0.85s forwards;
    opacity: 0;
    max-height: 400px;
  }
  @-webkit-keyframes fadeInText {
    from {
      opacity: 0;
      max-height: 0;
    }
    to {
      opacity: 1;
      max-height: 400px;
    }
  }
  @keyframes fadeInText {
    from {
      opacity: 0;
      max-height: 0;
    }
    to {
      opacity: 1;
      max-height: 400px;
    }
  }
}
