@charset "UTF-8";
strong {
  font-weight: bold;
}

body {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.Bold {
  font-weight: bold;
}

.m-plus-rounded-1c-medium {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.effectLink {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.effectLink a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
  font-weight: bold;
  color: #1D77FF;
}

.effectLink a .Red_Arrow {
  width: 36px;
}

.effectLink a .Red_Arrow .st1 {
  fill-rule: evenodd;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  fill: #1D77FF;
  stroke: #1D77FF;
  stroke-miterlimit: 10;
  transition: 0.3s ease-in-out;
}

.effectLink a .Red_Arrow .st0 {
  fill: #fff;
  fill-rule: evenodd;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.effectLink a:hover .Red_Arrow .st1 {
  fill: #fff;
  stroke: #1D77FF;
  stroke-miterlimit: 10;
}

.effectLink a:hover .Red_Arrow .st0 {
  fill: #1D77FF;
}

.effectLink_Rev {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.effectLink_Rev a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-weight: bold;
  color: #000;
}

.effectLink_Rev a .Red_Arrow {
  width: 36px;
}

.effectLink_Rev a .Red_Arrow .st1 {
  fill-rule: evenodd;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  fill: #fff;
  stroke: #1D77FF;
  stroke-miterlimit: 10;
  transition: 0.3s ease-in-out;
}

.effectLink_Rev a .Red_Arrow .st0 {
  fill: #1D77FF;
  fill-rule: evenodd;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.effectLink_Rev a:hover .Red_Arrow .st1 {
  fill: #1D77FF;
  stroke: #fff;
  stroke-miterlimit: 10;
}

.effectLink_Rev a:hover .Red_Arrow .st0 {
  fill: #fff;
}

.effectLink a p:first-of-type,
.effectLink_Rev a p:first-of-type {
  margin-right: .5em;
}

header {
  position: fixed;
  /* top: 0; */
  z-index: 1000;
  /* width: 100%; */
  position: fixed;
  width: 100%;
  top: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(247, 247, 247, 0.65);
}

#HeaderWrapper {
  -webkit-transition: .5s;
  transition: .5s;
}

@media (max-width: 860px) {
  #HeaderWrapper {
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s;
  }
  #HeaderWrapper #Header .menu-wrapper .btn_hum {
    background-color: #1D77FF;
    z-index: 10000;
  }
}

@media (max-width: 860px) {
  #HeaderWrapper #Header .Logo {
    width: clamp(320px, 22vw, 300px);
    margin-left: 0;
    padding: 10px 0 6px 22px;
    line-height: 1.5;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/*HeaderAnime上書き*/
#HeaderAnime {
  -webkit-transition: .5s;
  transition: .5s;
  top: 0;
  z-index: 1000;
}

#Header .HeadContact {
  position: absolute;
  top: 0;
  right: calc(20px + 1vw);
}

@media screen and (max-width: 990px) {
  #Header .HeadContact {
    right: calc(20px + .5vw);
  }
}

@media screen and (max-width: 860px) {
  #Header .HeadContact {
    display: none;
  }
}

#Header .HeadContact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
}

#Header .HeadContact ul li a {
  padding-top: clamp(0.7vw, 0.85vw, 10px);
  padding-bottom: clamp(0.7vw, 0.85vw, 10px);
  padding-left: 30px;
  padding-right: 30px;
  color: #fff;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  width: 100%;
  height: 100%;
}

#Header .HeadContact ul li.Mail {
  background: #1D77FF;
  border-radius: 0 0 0 10px;
  font-size: 1em;
  font-weight: bold;
}

#Header .HeadContact ul li.Tel {
  background: #029ff9;
  border-radius: 0 0 10px 0;
  font-size: 1.2em;
  font-weight: bold;
}

#Header .HeadContact ul li a path {
  fill: #fff;
}

/*HeaderAnime上書き*/
/*.MainWarrper {
  padding-top: 110px;
}*/

.MainWarrper {
  margin-top: 120px;
}

/*===================
コンテンツcommon
=====================*/
h2 {
  font-size: clamp(1.6em, 2.6vw, 2.1em);
  font-weight: bold;
  line-height: 1.3;
}

h3 {
  font-size: clamp(1.4em, 2vw, 1.8em);
  font-weight: bold;
}

section {
  /*margin-top: 70px;*/
  padding-top: 80px;
  padding-bottom: 80px;
}

section .Inner {
  width: 100%;
  max-width: calc(1500px + ((100vw - 1500px) / 2));
  margin-left: auto;
  margin-right: auto;
  padding: 0 3.4%;
}

section.BackBlue {
  background-color: #1D77FF;
  color: #fff;
}

section.BackSkyBlue {
  background-color: #029ff9;
  color: #fff;
}

.Conte {
  width: 100%;
}

.Conte .Inner {
  width: 100%;
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3.4%;
}

.Conte .Inner .Inner {
  padding: 0 2.4%;
}

/*ボタンスタイル*/

/*hoverした際の、背景の場所とテキスト色の変更*/
html {
  scroll-padding-top: 111px;
}

ul.CheckMark li {
  position: relative;
  margin-left: 1.5em;
  line-height: 1.4;
  margin-bottom: .9em;
}

ul.CheckMark li:before {
  content: "";
  display: block;
  position: absolute;
  width: 1em;
  height: 0.5em;
  border-left: 4px solid #1D77FF;
  border-bottom: 4px solid #1D77FF;
  top: 0.4em;
  left: -1.5em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*========= フッター ==========*/
#footerBg {
  background: #f1f2fb;
  /*background: -webkit-gradient(linear, left top, right top, from(#f1f2fb), to(#c7d2d9));*/
  width: 100%;
}

#footerBg .footer {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
  padding: 70px 6vw 70px 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: nowrap;
  flex-flow: nowrap;
  gap: 1em;
}

#footerBg .footer p.Type {
  font-weight: bold;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}

#footerBg .footer li {
  padding-left: 10px;
  position: relative;
  font-size: clamp(0.5rem, calc(.8125rem + 0.625vw), 1.5rem);
  margin-right: .5em;
}

#footerBg .footer li::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent transparent #878787;
  -webkit-border-image: none;
  -o-border-image: none;
  border-image: none;
  border-style: solid;
  border-width: 5px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: .55em;
  width: 0;
}

#footerBg .footer a {
  color: #000;
}

#FootAreaCont {
  background-color: #fff;
  padding: 50px;
}

#FootAreaCont h2 {
  position: relative;
  font-size: 1.6em;
  text-align: center;
  margin-bottom: 40px;
  margin-top: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-top: 40px;
}

#FootAreaCont h2 em {
  font-size: .4em;
  font-weight: normal;
  color: #1D77FF;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#FootAreaCont .AreaFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#FootAreaCont .AreaFlex div {
  width: 30.33%;
  margin: 1.5%;
}

@media (max-width: 800px) {
  #FootAreaCont .AreaFlex div {
    width: 100%;
  }
}

#FootAreaCont .AreaFlex div p {
  font-weight: bold;
  border-bottom: 1px solid #333;
  margin-bottom: 8px;
}

#FootAreaCont .AreaFlex div ul {
  font-size: .86em;
  list-style-type: disc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#FootAreaCont .AreaFlex div ul li {
  margin-left: 1em;
  margin-right: 1em;
}

#Footbnr {
  border-bottom: 1px solid #ddd;
  background-color: #f4f4f4;
}

#Footbnr .Bnr {
  max-width: 1000px;
  display: grid;
  gap: 1vw;
  margin: auto;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

@media screen and (max-width: 800px) {
  #footerBg .footer li::before {
    top: 35%;
  }
}

@media screen and (max-width: 800px) {
  #footerBg .footer li {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #bbb;
  }
}

@media screen and (max-width: 800px) {
  #footerBg .footer {
    display: block;
  }
}

.copyBox {
  background-color: #f1f2fb;
}

.copyBox #copy {
  color: #000;
  text-align: center;
  font-size: .9rem;
  padding: .9em 0;
}

.copyBox #copy a {
  color: #000;
}

/*========= ナビゲーションドロップダウンのためのCSS ===============*/
/*==ナビゲーション全体の設定*/
/*nav{
  background:#333;
  color:#fff;
  text-align: center;
}*/
/*ナビゲーションを横並びに*/
/*nav ul{
  list-style: none;
  display: flex;
  justify-content: center;
}*/
/*2階層目以降は横並びにしない*/
nav ul ul {
  display: block;
}

nav ul li a {
  -webkit-transition: all .3s;
  transition: all .3s;
}

nav ul li.has-child::before {
  content: '';
  position: absolute;
  left: 0;
  top: .8em;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

nav li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  text-align: center;
  left: -8em;
  top: 1.7em;
  z-index: 4;
  /*形状を指定*/
  background: rgba(255, 255, 255, 0.9);
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  -webkit-transition: all .3s;
  transition: all .3s;
  padding: .8em 0 1.4em;
  border-radius: 8px;
  /*&::before {
        content: "";
        position: absolute;
        top: -9px;
        right: 0;
        left: 0;
        z-index: 10;
        display: block;
        width: 1px;
        height: 20px;
        margin: auto;
        background: #000;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: .2s ease-out;
        transition: .2s ease-out;
        transform: none;
      }*/
}

@media screen and (max-width: 800px) {
  nav li.has-child ul {
    border-radius: 0;
  }
}

nav li.has-child ul a {
  color: #000 !important;
}

nav li.has-child:hover > ul, nav li.has-child ul li:hover > ul, nav li.has-child:active > ul {
  visibility: visible;
  opacity: 1;
}

nav li.has-child ul li {
  margin-bottom: 1em;
}

nav li.has-child ul li:active > ul {
  visibility: visible;
  opacity: 1;
}

nav li.has-child ul li:last-child {
  margin-bottom: 0em;
}

nav li.has-child ul li:last-child > a {
  border-bottom: none;
}

nav li.has-child > a {
  pointer-events: none;
}

@media screen and (max-width: 800px) {
  nav li.has-child > a {
    pointer-events: auto;
  }
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
/*ナビゲーションのリンク設定*/
/*nav ul li a{
  display: block;
  text-decoration: none;
  color: #999;
  padding:20px 35px;
  transition:all .3s;
}*/
/*nav ul li li a{
  padding:10px 35px;
}*/
/*nav ul li a:hover{
  color:#fff; 
}*/
/*==矢印の設定*/
/*2階層目を持つliの矢印の設定*/
/*下の階層を持っているulの指定*/
/*hoverしたら表示*/
/*ナビゲーションaタグの形状*/
/*nav li.has-child ul li a{
  color: #fff;
  border-bottom:solid 1px rgba(255,255,255,0.6);
}*/
/*nav li.has-child ul li a:hover,
nav li.has-child ul li a:active{
  background:#3577CA;
}*/
/*==768px以下の形状*/
@media screen and (max-width: 860px) {
  nav {
    padding: 0;
  }
  nav ul {
    display: block;
  }
  nav li.has-child ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    -webkit-transition: none;
    transition: none;
    /*JSで制御するためCSSのアニメーションを切る*/
  }
  nav li.has-child ul ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    -webkit-transition: none;
    transition: none;
    /*JSで制御するためCSSのアニメーションを切る*/
  }
  nav ul li a {
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-bottom: .6em;
    color: #fff !important;
  }
  nav ul li ul li {
    margin-bottom: 0 !important;
  }
  nav ul li ul li a {
    color: #000 !important;
  }
  nav ul li.has-child::before {
    left: 100px;
    top: 1.2em;
    width: 16px;
    height: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  nav ul ul li.has-child::before {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    left: 20px;
  }
  nav ul li.has-child.active::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  nav li.has-child ul {
    padding: .8em 0 0;
  }
  /*矢印の位置と向き*/
  #HeaderWrapper #Header .menu-wrapper .drawer-nav ul.gnav li {
    padding: .3em 1.4vw;
  }
}

.Btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#CoatingGuide {
  background-color: #fff;
  /*background-image: url(img/top/main_guide.jpg);*/
  background-size: cover;
  background-position: center;
}

.IndentRight {
  /* width: calc(100% - 3.4%); */
  max-width: calc(1450px + ((100vw - 1450px) / 2));
  /* margin-right: 3.4%; */
  padding-left: 3.4%;
  margin-left: auto;
}

.topic_logo {
  background-color: #fff;
  padding: 150px 0 0;
  text-align: center;
}

.topic_logo img {
  max-width: 180px;
  height: auto;
  margin-bottom: -50px;
}

.topicNumber {
  text-align: center;
  margin-top: clamp(-35px, -4vw, -45px);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1500px;
  padding: 0 3.4%;
}

.topicNumber div {
  width: clamp(70px, 8vw, 90px);
  height: clamp(70px, 8vw, 90px);
  line-height: clamp(70px, 8vw, 90px);
  border-radius: 8vw;
  background-color: #1D77FF;
  color: #fff;
  font-weight: bold;
  font-size: clamp(40px, 5vw, 55px);
  text-align: center;
  position: relative;
}

.Overlap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 800px) {
  .Overlap {
    display: block;
  }
}

.Overlap figure {
  width: 44%;
  margin-top: 55px;
}

.Overlap figure img {
  border-radius: 30px;
}

@media (max-width: 800px) {
  .Overlap figure {
    width: 100%;
  }
}

.Overlap div.Text {
  width: 56%;
  padding: 60px 70px 60px 60px;
  position: relative;
  color: #000;
}

@media (max-width: 800px) {
  .Overlap div.Text {
    width: 100%;
  }
}

.Overlap div.Text:after {
  content: "";
  background-color: #e8f1fe;
  position: absolute;
  top: 0;
  left: 0;
  width: 115%;
  height: 100%;
  margin-left: -15%;
  z-index: -1;
  border-radius: 30px;
}

@media (max-width: 800px) {
  .Overlap div.Text:after {
    width: 100%;
    margin-left: 0;
  }
}

.Overlap p {
  text-align: justify;
}

.Overlap.Rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.Overlap.Rev div.Text {
  padding: 60px 60px 60px 70px;
}

.Overlap.Rev div.Text:after {
  margin-right: -15%;
  margin-left: 0;
}

/*========= トップページ ===============*/
.TopMainVisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.TopMainVisual .TopMainVisualFlex {
  width: 55vw;
  background-color: rgba(244, 244, 244, 0.75);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5vw;
}

.TopMainVisual .TopMainVisualFlex .TopMainVisualCatch {
  position: absolute;
  margin-top: -1vw;
}

.TopMainVisual .TopMainVisualFlex .TopMainVisualCatch .SubSubCatch {
  font-size: 1.3vw;
  margin-bottom: .5em;
}

@media (max-width: 800px) {
  .TopMainVisual .TopMainVisualFlex .TopMainVisualCatch .SubSubCatch {
    font-size: 3.6vw;
    line-height: 1.5;
  }
}

.TopMainVisual .TopMainVisualFlex .TopMainVisualCatch .SubCatch {
  font-size: 1.9vw;
  font-weight: bold;
  margin-bottom: .8em;
}

@media (max-width: 800px) {
  .TopMainVisual .TopMainVisualFlex .TopMainVisualCatch .SubCatch {
    font-size: 4vw;
    line-height: 1.5;
  }
}

.TopMainVisual .TopMainVisualFlex .TopMainVisualCatch .Safe {
  font-size: 6.5vw;
  font-weight: bold;
  line-height: 1.1;
  color: #1D77FF;
}

@media (max-width: 800px) {
  .TopMainVisual .TopMainVisualFlex .TopMainVisualCatch .Safe {
    font-size: 7.5vw;
  }
}

.TopMainVisual .TopMainVisualFlex .TopMainVisualCatch .Lasting {
  font-size: 6.5vw;
  font-weight: bold;
  line-height: 1.1;
  color: #029ff9;
  margin-left: .5em;
}

@media (max-width: 800px) {
  .TopMainVisual .TopMainVisualFlex .TopMainVisualCatch .Lasting {
    font-size: 7.5vw;
  }
}

.TopMainVisual img {
  width: 65vw;
  margin-left: -20vw;
}

@media (max-width: 800px) {
  .TopMainVisual img {
    width: 95vw;
  }
}

section h2.HightLine {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  margin-top: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 40px;
}

section h2.HightLine em {
  font-size: .4em;
  font-weight: normal;
  color: #1D77FF;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

section h2.HightLine span {
  text-align: center;
  position: absolute;
  right: 50%;
  top: 100px;
}

section h2.HightLine span {
  position: absolute;
  right: 50%;
  top: 10%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

section h2.HightLine span:before {
  /* 線のアニメーション部分 */
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  background-color: #1D77FB;
  top: -85px;
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}

section h2.HightLine span :after {
  /* 線の背景色 */
  background-color: #ccc;
  top: -85px;
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

section.BackBlue h2.HightLine,
section.BackSkyBlue h2.HightLine {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
  margin-top: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 40px;
}

section.BackBlue h2.HightLine em,
section.BackSkyBlue h2.HightLine em {
  font-size: .4em;
  font-weight: normal;
  color: #000;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

section.BackBlue h2.HightLine span,
section.BackSkyBlue h2.HightLine span {
  text-align: center;
  position: absolute;
  right: 50%;
  top: 100px;
}

section.BackBlue h2.HightLine span,
section.BackSkyBlue h2.HightLine span {
  position: absolute;
  right: 50%;
  top: 10%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

section.BackBlue h2.HightLine span:before,
section.BackSkyBlue h2.HightLine span:before {
  /* 線のアニメーション部分 */
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  background-color: #029ff9;
  top: -85px;
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}

section.BackBlue h2.HightLine span :after,
section.BackSkyBlue h2.HightLine span :after {
  /* 線の背景色 */
  background-color: #ccc;
  top: -85px;
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

.arrow-button a {
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  padding: 8px 40px;
  border-radius: 100px;
  background-color: #fff;
  color: #1D77FF;
  min-width: 250px;
  text-align: center;
  font-weight: bold;
}

.arrow-button a:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 94%;
  width: 40px;
  height: 5px;
  border: none;
  border-right: 2px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.arrow-button a:hover {
  opacity: 1 !important;
}

.arrow-button a:hover::after {
  position: absolute;
  left: 94%;
  width: 60px;
  height: 5px;
}

.arrow-button_rev a {
  display: inline-block;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  padding: 8px 40px;
  border-radius: 100px;
  background-color: #1D77FF;
  color: #fff;
  min-width: 250px;
  text-align: center;
  font-weight: bold;
}

.arrow-button_rev a:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: 94%;
  width: 40px;
  height: 5px;
  border: none;
  border-right: 2px solid #029ff9;
  border-bottom: 1px solid #029ff9;
  -webkit-transform: skew(45deg);
  transform: skew(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.arrow-button_rev a:hover {
  opacity: 1 !important;
}

.arrow-button_rev a:hover::after {
  position: absolute;
  left: 94%;
  width: 60px;
  height: 5px;
}

#Top .NewsBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 800px) {
  #Top .NewsBox {
    display: block;
  }
}

#Top .NewsBox .NewsArea {
  background-color: #1D77FF;
  color: #fff;
  padding: 4vw 5vw;
  border-radius: 40px 0 0 40px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 800px) {
  #Top .NewsBox .NewsArea {
    width: 100%;
    border-radius: 40px 40px 0 0;
  }
}

#Top .NewsBox .NewsArea .FrontLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#Top .NewsBox .NewsArea .FrontLine::before {
  margin-right: 24px;
  content: '';
  display: block;
  width: 48px;
  height: 1px;
  background: #053D69;
}

#Top .NewsBox .NewsArea h2 {
  font-size: 1.25vw;
  margin-left: calc(48px + 20px);
}

@media screen and (max-width: 800px) {
  #Top .NewsBox .NewsArea h2 {
    display: none;
  }
}

#Top .NewsBox .NewsArea .NewsInner {
  margin-top: 1vw;
  margin-bottom: 1vw;
  height: 10vw;
  overflow-y: scroll;
  padding-right: .5em;
  background: rgba(255, 255, 255, 0.1);
  padding-left: .5em;
  border-radius: 8px;
}

@media screen and (max-width: 1010px) {
  #Top .NewsBox .NewsArea .NewsInner {
    height: 9vw;
  }
}

#Top .NewsBox .NewsArea .NewsInner::-webkit-scrollbar {
  background: #DDD;
  width: 10px;
}

#Top .NewsBox .NewsArea .NewsInner::-webkit-scrollbar-thumb {
  background: #029ff9;
}

@media screen and (max-width: 800px) {
  #Top .NewsBox .NewsArea .NewsInner {
    height: 180px;
    margin-bottom: 20px;
  }
}

#Top .NewsBox .NewsArea .NewsInner dl {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#Top .NewsBox .NewsArea .NewsInner dl dt {
  width: 7em;
}

#Top .NewsBox .NewsArea .NewsInner dl dd {
  width: calc(100% - 7em);
  text-align: justify;
}

#Top .NewsBox .NewsArea .NewsInner dl dd a {
  color: #fff;
}

#Top .NewsBox .PhotoArea {
  border-radius: 0 40px 40px 0;
  overflow: hidden;
  width: 50%;
}

@media (max-width: 800px) {
  #Top .NewsBox .PhotoArea {
    width: 100%;
    border-radius: 0 0px 40px 40px;
  }
}

#Top .NewsBox .effectLink {
  margin-top: auto;
}

#Top .NewsBox .effectLink a {
  color: #fff;
}

#Top .NewsBox .effectLink a .Red_Arrow .st1 {
  fill: #fff;
  stroke: #fff;
}

#Top .NewsBox .effectLink a .Red_Arrow .st0 {
  fill: #1D77FF;
}

#Top .NewsBox .effectLink a:hover {
  opacity: 1;
}

#Top .NewsBox .effectLink a:hover .Red_Arrow .st1 {
  fill: #1D77FF;
  stroke: #fff;
}

#Top .NewsBox .effectLink a:hover .Red_Arrow .st0 {
  fill: #fff;
}

#Top #Quality .Index {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  background-image: url(../img/slider/04.jpg);
  background-size: cover;
  border-radius: 30px;
  overflow: hidden;
}

@media screen and (min-width: 1765px) {
  #Top #Quality .Index {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 800px) {
  #Top #Quality .Index {
    margin: 0 10%;
  }
}

#Top #Quality .Index a dl {
  position: relative;
}

#Top #Quality .Index a dl dt {
  overflow: hidden;
  background-color: #000;
}

#Top #Quality .Index a dl dt img {
  opacity: .788;
}

#Top #Quality .Index a dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  position: absolute;
  bottom: 0;
  padding: 10px 16px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  width: 100%;
}

#Top #Quality .Index a:hover {
  opacity: 1;
}

#Top #Quality .Index a:hover dt img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  opacity: 1;
}

#Top #Quality .Index .effectLink {
  overflow: hidden;
  /*&:first-of-type {
					border-radius: 30px 0 0 0;
				}
				&:nth-child(3) {
					border-radius: 0 30px 0 0;
				}
				&:nth-child(4) {
					border-radius: 0 0 0 30px;
				}
				&:nth-child(6) {
					border-radius: 0 30px 0 0;
				}*/
}

#Top #Quality .Index .effectLink a .Text {
  color: #000;
}

#Top #CoatingItem .ItemBox,
#Top #OthersItem .ItemBox {
  display: grid;
  gap: 2vw;
  max-width: 1200px;
  margin: auto;
  grid-template-columns: repeat(auto-fit, minmax(313px, 1fr));
}

@media (max-width: 800px) {
  #Top #CoatingItem .ItemBox,
  #Top #OthersItem .ItemBox {
    padding: 0 10%;
  }
}

#Top #CoatingItem .ItemBox .ItemBoxInner,
#Top #OthersItem .ItemBox .ItemBoxInner {
  background-color: #fff;
  border-radius: 30px;
  overflow: hidden;
}

#Top #CoatingItem .ItemBox .ItemBoxInner a,
#Top #OthersItem .ItemBox .ItemBoxInner a {
  color: #000;
}

#Top #CoatingItem .ItemBox .ItemBoxInner a:hover,
#Top #OthersItem .ItemBox .ItemBoxInner a:hover {
  opacity: 1;
}

#Top #CoatingItem .ItemBox .ItemBoxInner a:hover img,
#Top #OthersItem .ItemBox .ItemBoxInner a:hover img {
  opacity: 1;
}

#Top #CoatingItem .ItemBox .ItemBoxInner a:hover dt img,
#Top #OthersItem .ItemBox .ItemBoxInner a:hover dt img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

#Top #CoatingItem .ItemBox .ItemBoxInner a dl,
#Top #OthersItem .ItemBox .ItemBoxInner a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#Top #CoatingItem .ItemBox .ItemBoxInner a dl dd,
#Top #OthersItem .ItemBox .ItemBoxInner a dl dd {
  padding: 10px 18px 18px;
  position: relative;
  z-index: 1;
  background-color: #fff;
}

#Top #CoatingItem .ItemBox .ItemBoxInner a dl dd .Btn,
#Top #OthersItem .ItemBox .ItemBoxInner a dl dd .Btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Top #CoatingItem .ItemBox .ItemBoxInner a dl dd ul,
#Top #OthersItem .ItemBox .ItemBoxInner a dl dd ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  font-weight: normal;
  margin-top: 8px;
  gap: 6px;
}

#Top #CoatingItem .ItemBox .ItemBoxInner a dl dd ul li,
#Top #OthersItem .ItemBox .ItemBoxInner a dl dd ul li {
  text-align: center;
  font-size: clamp(10px, 0.8vw, 12.5px);
}

@media (max-width: 800px) {
  #Top #CoatingItem .ItemBox .ItemBoxInner a dl dd ul li,
  #Top #OthersItem .ItemBox .ItemBoxInner a dl dd ul li {
    font-size: 12px;
  }
}

#Top #CoatingItem .ItemBox .ItemBoxInner a dl dd ul li img,
#Top #OthersItem .ItemBox .ItemBoxInner a dl dd ul li img {
  margin-bottom: 6px;
}

#Top #CoatingItem .arrow-button a,
#Top #OthersItem .arrow-button a {
  font-size: 1.3em;
}

#Top .GuideBox .effectLink {
  width: 100%;
}

#Top .GuideBox a.CoatingChoice {
  color: #000;
}

#Top .GuideBox a.CoatingChoice dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  gap: 10px;
  margin-bottom: 10px;
  width: 100%;
}

#Top .GuideBox a.CoatingChoice dl dt {
  width: 30%;
  max-width: 110px;
}

#Top .GuideBox a.CoatingChoice dl dd {
  padding-right: 1em;
  width: calc(100% - 30%);
}

#Top .GuideBox a.CoatingChoice dl dd .Btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Top .GuideBox a.CoatingChoice dl dd .Btn .Red_Arrow {
  width: clamp(20px, 2.5vw, 30px);
}

#Top .GuideBox a.CoatingChoice dl dd .Btn p.Text span {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 8px;
  font-size: .85em;
}

#Top .GuideBox a.CoatingChoice:hover {
  opacity: 1;
}

#Top .GuideBox a.CoatingChoice:hover img {
  opacity: 1;
}

#Top .LusterComp {
  margin-top: 40px;
}

#Top .LusterComp .LusterChart {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  overflow: hidden;
}

@media (max-width: 1110px) {
  #Top .LusterComp .LusterChart {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 800px) {
  #Top .LusterComp .LusterChart {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 800px) {
  #Top .LusterComp .LusterChart dl {
    margin-bottom: 1.5em;
  }
}

#Top .LusterComp .LusterChart dl dt {
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  color: #1D77FF;
}

#Top .LusterComp .LusterChart dl dd {
  /*display:flex;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  padding: 1em 0.3em 1em 1.5em;
  color: #fff;
  background: #029ff9;
  height: 95px;
  letter-spacing: -1.5px;
  font-weight: bold;
}

@media (max-width: 800px) {
  #Top .LusterComp .LusterChart dl dd {
    height: 140px;
    z-index: 20;
  }
}

#Top .LusterComp .LusterChart dl dd span {
  font-size: .85em;
  font-weight: normal;
}

#Top .LusterComp .LusterChart dl dd:before, #Top .LusterComp .LusterChart dl dd:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
}

#Top .LusterComp .LusterChart dl dd:before {
  left: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  border-width: 55.5px 0 55.5px 1.1em;
  z-index: 9;
}

@media (max-width: 800px) {
  #Top .LusterComp .LusterChart dl dd:before {
    display: none;
  }
}

#Top .LusterComp .LusterChart dl dd:after {
  right: -0.9em;
  border-style: solid;
  border-color: transparent transparent transparent #029ff9;
  border-width: 48.5px 0 48.5px 1em;
  z-index: 10;
}

#Top .LusterComp .LusterChart dl dd:last-child {
  padding-right: 1em;
}

#Top .LusterComp .LusterChart div:last-of-type dl dd:after {
  right: 0;
  border-color: #fff #fff #fff #029ff9;
}

@media (max-width: 1110px) {
  #Top .LusterComp .LusterChart div:nth-of-type(2) dl dd:after {
    right: 0;
    border-color: #fff #fff #fff #029ff9;
  }
}

@media (max-width: 800px) {
  #Top .LusterComp .LusterChart div dl dd:after {
    right: 0;
    left: 0;
    bottom: -160px;
    border-color: #fff #fff #fff #029ff9;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #Top .LusterComp .LusterChart div:last-of-type dl dd:after {
    display: none;
  }
}

#Top .DataTop {
  background-color: #f1f2fb;
  border-radius: 30px;
  padding: 60px;
}

@media (max-width: 800px) {
  #Top .DataTop {
    padding: 20px;
  }
}

#Top .DataTop .DataBox {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 800px) {
  #Top .DataTop .DataBox {
    display: block;
  }
}

#Top .DataTop .DataBox .DataDetail {
  background-color: #fff;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  #Top .DataTop .DataBox .DataDetail {
    margin-bottom: 40px;
  }
  #Top .DataTop .DataBox .DataDetail:last-of-type {
    margin-bottom: 0;
  }
}

#Top .DataTop .DataBox .DataDetail .Title {
  background-color: #029ff9;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
}

#Top .DataTop .DataBox .DataDetail ul.CheckMark {
  padding: 20px 30px 10px;
  font-size: .87em;
  background-color: #fff;
}

#Top .DataTop .DataBox .DataDetail .Material {
  margin-top: auto;
  padding: 0 30px 25px 30px;
  display: grid;
  gap: 4px;
  grid-template-columns: 1fr 1fr;
  background-color: #fff;
}

#Top .DataTop .DataBox .DataDetail .Material figure {
  border: 1px solid #ddd;
}

#Top .DataTop .DataBox .DataDetail .effectLink {
  font-size: .96em;
}

#ShowRoom {
  padding-bottom: 0;
}

#ShowRoom .Shoulder {
  max-width: 1000px;
  margin: auto;
}

#ShowRoom .ShowRoomPhoto {
  border-radius: 30px;
  overflow: hidden;
}

ul.asterisk li {
  position: relative;
  margin-left: 1.3em;
}

ul.asterisk li:before {
  content: "※";
  display: block;
  position: absolute;
  top: 0.1em;
  left: -1.3em;
  color: #E52A2A;
}

#ShowRoom ul.asterisk li {
  color: #E52A2A;
}

section#Blog .BlogFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section#Blog .BlogFlex .SingleBox {
  width: 31.333%;
  margin: 1%;
  color: #000;
}

@media (max-width: 800px) {
  section#Blog .BlogFlex .SingleBox {
    width: 98%;
  }
}

section#Blog .BlogFlex .SingleBox .EteCatch {
  border-radius: 20px;
  overflow: hidden;
}

section#Blog .BlogFlex dl {
  background-color: #f1f2fb;
  margin: -50px auto 10px;
  position: relative;
  width: calc(100% - 30px);
  padding: 12px 28px 18px 28px;
  line-height: 1.7;
  border-radius: 20px;
  overflow: hidden;
}

section#Blog .BlogFlex dl time {
  font-size: .8em;
}

section#Blog .BlogFlex dl dt {
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 1.35;
  font-size: .9em;
}

section#Blog .BlogFlex dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section#Blog .BlogFlex dl dd div {
  font-size: .7em;
  padding: 0em .8em;
  margin: 4px 1em 4px 0;
  display: inline-block;
  background-color: #1D77FF;
  color: #fff;
}

#SpecialCTA .SpecialCTA__Inner {
  border-radius: 40px;
  overflow: hidden;
}

#SpecialCTA .SpecialCTA__Inner .Title {
  background-color: #029ff9;
  text-align: center;
  padding-top: 24px;
  padding-bottom: 22px;
  font-weight: bold;
}

#SpecialCTA .SpecialCTA__Inner .Title p {
  font-size: 1.16em;
}

#SpecialCTA .SpecialCTA__Inner .Title h2 {
  color: #fff;
}

#SpecialCTA .SpecialCTA__Inner .Detail {
  padding: 40px 50px;
  background-color: #fff;
  text-align: center;
}

@media (max-width: 800px) {
  #SpecialCTA .SpecialCTA__Inner .Detail {
    padding: 30px 40px;
  }
}

#SpecialCTA .SpecialCTA__Inner .Detail .Grid {
  display: grid;
  place-content: center;
  grid-template-columns: 3fr 1fr 6fr;
  gap: 1vw;
}

#SpecialCTA .SpecialCTA__Inner .Detail .Grid .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#SpecialCTA .SpecialCTA__Inner .Detail .Grid .items p {
  font-size: .9em;
  margin-top: 8px;
}

#SpecialCTA .SpecialCTA__Inner .Detail .Grid .item-3 > div {
  width: 100%;
}

#SpecialCTA .SpecialCTA__Inner .Detail .Grid .item-1 {
  font-weight: bold;
  font-size: 4em;
  color: #1D77FF;
  line-height: 1;
}

#SpecialCTA .SpecialCTA__Inner .Detail .Grid .item-6 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 1px;
}

#SpecialCTA .SpecialCTA__Inner .Detail .Grid .item-6 > div > div {
  width: 50%;
}

#SpecialCTA .SpecialCTA__Inner .Detail .Grid .items .Floor,
#SpecialCTA .SpecialCTA__Inner .Detail .Grid .items .Kitchen,
#SpecialCTA .SpecialCTA__Inner .Detail .Grid .items .Toilet {
  background-size: cover;
  padding: 2vw 4vw;
  position: relative;
}

#SpecialCTA .SpecialCTA__Inner .Detail .Grid .items .Floor {
  background-image: url("../img/top/special_floor.jpg");
  border-radius: 20px;
}

#SpecialCTA .SpecialCTA__Inner .Detail .Grid .items .Kitchen {
  background-image: url("../img/top/special_kabi.jpg");
  border-radius: 20px 0 0 20px;
}

#SpecialCTA .SpecialCTA__Inner .Detail .Grid .items .Toilet {
  background-image: url("../img/top/special_bouo.jpg");
  border-radius: 0 20px 20px 0;
}

#SpecialCTA .SpecialCTA__Inner .Detail .Grid .items .Floor:after,
#SpecialCTA .SpecialCTA__Inner .Detail .Grid .items .Kitchen:after,
#SpecialCTA .SpecialCTA__Inner .Detail .Grid .items .Toilet:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#SpecialCTA .SpecialCTA__Inner .Detail .Grid .items .Floor img,
#SpecialCTA .SpecialCTA__Inner .Detail .Grid .items .Kitchen img,
#SpecialCTA .SpecialCTA__Inner .Detail .Grid .items .Toilet img {
  position: relative;
  z-index: 2;
  -webkit-filter: drop-shadow(2px 3px 1px white);
  /* SafariなどのWebkitブラウザ用 */
  filter: drop-shadow(2px 3px 1px white);
}

@media (max-width: 800px) {
  #SpecialCTA .SpecialCTA__Inner .Detail .Grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .item-3 {
    width: 54%;
  }
  .item-1 {
    width: 16.6%;
  }
  .item-6 {
    width: 100%;
  }
}

/*========= lowpage ===============*/
.Bold {
  font-weight: bold;
}

.Overlap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}

@media (max-width: 800px) {
  .Overlap {
    display: block;
  }
}

.Overlap figure {
  width: 44%;
  margin-top: 65px;
}

@media (max-width: 800px) {
  .Overlap figure {
    width: 100%;
  }
}

.Overlap figure img {
  border-radius: 30px;
}

.Overlap div.PhotoArea {
  width: 44%;
  margin-top: 65px;
}

@media (max-width: 800px) {
  .Overlap div.PhotoArea {
    width: 100%;
  }
}

.Overlap div.PhotoArea img {
  border-radius: 30px;
}

.Overlap div.Text {
  width: 56%;
  padding: 60px 70px 60px 60px;
  position: relative;
}

@media (max-width: 800px) {
  .Overlap div.Text {
    width: 100%;
    padding: 56px !important;
  }
}

.Overlap div.Text:after {
  content: "";
  background-color: #ecf0f3;
  position: absolute;
  top: 0;
  left: 0;
  width: 115%;
  height: 100%;
  margin-left: -15%;
  z-index: -1;
}

@media (max-width: 800px) {
  .Overlap div.Text:after {
    width: 100%;
    margin-left: 0;
  }
}

.FrontLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: clamp(1.34em, 2.8vw, 1.4em);
}

@media (max-width: 800px) {
  .FrontLine {
    font-size: clamp(1.34em, 1.6vw, 1.4em);
  }
}

.FrontLine::before {
  content: '';
  display: block;
  width: 48px;
  height: 1px;
  background: #053D69;
}

.FrontLine::before {
  margin-right: 24px;
}

.FrontLineSub {
  font-size: .7em;
  margin-left: 72px;
  margin-top: -8px;
}

.InnerMax1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.InnerMax1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.InnerMax900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.InnerMax800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.ScrollTableBox {
  overflow-x: auto;
  display: block;
}

.ScrollTableBox table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ccc;
  background-color: #fff;
}

.ScrollTableBox th {
  padding: 5px 10px;
  margin: 0 auto;
  border: 1px solid #ccc;
}

.ScrollTableBox td {
  padding: 5px 10px;
  border: 1px solid #ccc;
}

.ScrollTableBox table th,
.ScrollTableBox table td {
  white-space: nowrap;
}

.ScrollTableBox table thead th {
  background-color: #1D77FF;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.ScrollTableBox table tbody tr:nth-child(even) {
  background-color: #f1f2fb;
}

.ScrollTableBox table thead th.item {
  background-image: -webkit-linear-gradient(left bottom, transparent calc(50% - 0.5px), #ccc 50%, #ccc calc(50% + 0.5px), transparent calc(50% + 1px));
  background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #ccc 50%, #ccc calc(50% + 0.5px), transparent calc(50% + 1px));
  position: relative;
}

.ScrollTableBox table tbody th {
  font-weight: bold;
  vertical-align: middle;
}

.ScrollTableBox table tbody td {
  text-align: center;
  vertical-align: middle;
}

.ScrollTableBox table thead th.item p {
  line-height: 1em;
  font-size: .6em;
  position: absolute;
}

.ScrollTableBox table thead th.item p.column {
  top: 4px;
  right: 4px;
}

.ScrollTableBox table thead th.item p.line {
  bottom: 4px;
  left: 4px;
}

.Bredcrumb {
  /*border-top: 1px solid #dddddd;*/
  border-bottom: 1px solid #dddddd;
  padding: 0.9em 0px;
  margin-top: 111px;
}

@media (max-width: 800px) {
  .Bredcrumb {
    margin-top: 70px;
  }
}

.Bredcrumb #bread {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: calc(1200px + ((100vw - 1200px) / 2));
  padding: 0 3.4%;
}

.Bredcrumb #bread li {
  margin-left: .5em;
  margin-right: .5em;
}

.Bredcrumb #bread li.top {
  margin-left: 0;
}

.Bredcrumb #bread li a {
  color: #000;
  /*&:after {
					content: ">";
					padding-left: 0.5em;
					padding-right: 0.5em;
				}*/
}

section .h2Blank.HightLine {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 40px;
}

section .h2Blank.HightLine span {
  position: absolute;
  right: 50%;
  top: 10%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

section .h2Blank.HightLine span:before {
  -webkit-animation: scroll 2s infinite;
  animation: scroll 2s infinite;
  background-color: #1D77FB;
  top: -85px;
  content: "";
  height: 60px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
  z-index: 2;
}

.info-icon {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  width: 20px;
  height: 20px;
  border: 2px solid #029ff9;
  background-color: #fff;
  border-radius: 40px;
}

.info-icon::after,
.info-icon::before {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  border-radius: 3px;
  width: 2px;
  background: #029ff9;
  left: 7px;
}

.info-icon::after {
  bottom: 2px;
  height: 8px;
}

.info-icon::before {
  height: 2px;
  top: 2px;
}

#LowPage ul.CheckMark {
  margin-top: .5em;
  margin-bottom: .5em;
}

@media (max-width: 800px) {
  #LowPage ul.CheckMark {
    margin-left: 0;
  }
}

#LowPage ul.CheckMark li {
  position: relative;
}

#LowPage ul.CheckMark li::before {
  content: '';
  display: block;
  position: absolute;
  top: .5em;
  left: -1.2em;
  width: .8em;
  height: .5em;
  border-left: 4px solid #1D77FF;
  border-bottom: 4px solid #1D77FF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#LowPage img {
  vertical-align: bottom;
}

/* ==========CTA========== */
section.CTA {
  background-image: url(../img/top/bg_cta.jpg);
  background-attachment: fixed;
  background-position: center;
}

@media (max-width: 800px) {
  section.CTA {
    background-position: center bottom;
    background-attachment: unset;
    background-size: cover;
  }
}

section.CTA .CTATextBox {
  margin: auto;
  max-width: 1000px;
  padding: 50px 60px;
  background-color: rgba(5, 25, 104, 0.8);
  color: #fff;
  text-align: center;
}

section.CTA .CTATextBox p {
  margin-bottom: 1em;
}

section.CTA .ContactInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  section.CTA .ContactInner {
    display: block;
  }
}

section.CTA .ContactInner div {
  margin-top: 20px;
  width: 300px;
  border-right: 1px solid #fff;
}

@media (max-width: 800px) {
  section.CTA .ContactInner div {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

section.CTA .ContactInner div:last-of-type {
  border-right: none;
  border-bottom: none;
  margin-bottom: 0;
}

section.CTA .ContactInner div .Tel {
  font-size: 2em;
  margin-bottom: 0;
}

section.CTA .ContactInner div .Tel span {
  font-size: .5em;
}

section.CTA .ContactInner div .Tel a {
  color: #fff;
}

section.CTA .ContactInner div .Sub {
  font-size: .8em;
}

.CoverRevBtn {
  background-color: #1D77FF;
  padding: 20px;
  border-radius: 30px;
}

.CoverRevBtn .effectLink_Rev .Btn .Text {
  color: #fff;
}

/* =====下層メインビジュアル===== */
.LowMainVisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 50px;
}

.LowMainVisual .LowMainVisualFlex {
  width: 55vw;
  background-color: rgba(244, 244, 244, 0.75);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5vw;
}

.LowMainVisual .LowMainVisualFlex .LowMainVisualCatch {
  position: absolute;
  margin-top: -1vw;
}

@media (max-width: 800px) {
  .LowMainVisual .LowMainVisualFlex .LowMainVisualCatch {
    margin-top: 1.5vw;
    text-shadow: white 2px 0px 2px, white -2px 0px 2px, white 0px -2px 2px, white -2px 0px 2px, white 2px 2px 2px, white -2px 2px 2px, white 2px -2px 2px, white -2px -2px 2px, white 1px 2px 2px, white -1px 2px 2px, white 1px -2px 2px, white -1px -2px 2px, white 2px 1px 2px, white -2px 1px 2px, white 2px -1px 2px, white -2px -1px 2px, white 1px 1px 2px, white -1px 1px 2px, white 1px -1px 2px, white -1px -1px 2px;
  }
}

.LowMainVisual .LowMainVisualFlex .LowMainVisualCatch .SubSubCatch {
  font-size: 1.7vw;
  margin-bottom: .5em;
}

@media (max-width: 800px) {
  .LowMainVisual .LowMainVisualFlex .LowMainVisualCatch .SubSubCatch {
    font-size: 3.6vw;
    line-height: 1.5;
  }
}

.LowMainVisual .LowMainVisualFlex .LowMainVisualCatch .SubCatch {
  font-size: 2.3vw;
  font-weight: bold;
  margin-bottom: .8em;
}

@media (max-width: 800px) {
  .LowMainVisual .LowMainVisualFlex .LowMainVisualCatch .SubCatch {
    font-size: 4vw;
  }
}

.LowMainVisual img {
  width: 65vw;
  margin-left: -20vw;
}

@media (max-width: 800px) {
  .LowMainVisual img {
    width: 85vw;
  }
}

section#Blog.Recommended .BlogFlex dl {
  /*background-color: #029ff9;
	color: #fff;*/
  padding: 19.8px 28px 18px 28px;
  border-bottom: 2px solid #ccc;
}

section#Blog.Recommended .BlogFlex dl dt {
  text-align: center;
}

#FootIndexNav {
  border-top: 1px solid #1D77FF;
}

#FootIndexNav .FootIndexNavBox {
  display: grid;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3%;
  grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 800px) {
  #FootIndexNav .FootIndexNavBox {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

#FootIndexNav .FootIndexNavBox .effectLink {
  width: 100%;
}

#FootIndexNav .FootIndexNavBox .effectLink a.CoatingChoice dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  gap: 10px;
  margin-bottom: 10px;
  width: 100%;
}

#FootIndexNav .FootIndexNavBox .effectLink a.CoatingChoice dl dt {
  width: 180px;
}

#FootIndexNav .FootIndexNavBox .effectLink a.CoatingChoice dl dd {
  width: calc(100% - 180px);
}

#FootIndexNav .FootIndexNavBox .effectLink a.CoatingChoice dl dd .Btn svg {
  margin-right: 10px;
  width: 1.5em;
}

#FootIndexNav .FootIndexNavBox .effectLink a.CoatingChoice dl dd .Btn .Text {
  width: calc(100% - 1.5em);
}

/* =====セラミックガラス===== */
#Features .Shoulder,
.Features .Shoulder {
  font-size: 1.3em;
  line-height: 1.5;
  margin-bottom: 20px;
}

#Features .SubShoulder,
.Features .SubShoulder {
  font-size: 1.1em;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: bold;
}

@media (max-width: 800px) {
  #Features .SubShoulder,
  .Features .SubShoulder {
    margin-bottom: 50px;
  }
}

#Features .FeaturesList,
.Features .FeaturesList {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2%;
}

#Features .FeaturesList dt,
.Features .FeaturesList dt {
  width: 15%;
}

#Features .FeaturesList dt img,
.Features .FeaturesList dt img {
  aspect-ratio: 1 / 1;
  margin-top: 6px;
}

#Features .FeaturesList dd,
.Features .FeaturesList dd {
  width: 83%;
}

#Features .FeaturesList dd div,
.Features .FeaturesList dd div {
  color: #1D77FF;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.3;
  margin-bottom: 8px;
}

#Features .FeaturesList dd p,
.Features .FeaturesList dd p {
  font-size: .95em;
  text-align: justify;
  line-height: 1.6;
}

#Features .FeaturesList:last-of-type,
.Features .FeaturesList:last-of-type {
  margin-bottom: 0;
}

#Features .Overlap .PhotoArea .performance,
.Features .Overlap .PhotoArea .performance {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 30px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 30px;
}

#Features .Overlap .PhotoArea .performance dl.Pieces,
.Features .Overlap .PhotoArea .performance dl.Pieces {
  width: calc(50% - 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .8em;
  padding-bottom: .8em;
  border-bottom: 1px solid #BCBCBC;
}

#Features .Overlap .PhotoArea .performance dl.Pieces dt,
.Features .Overlap .PhotoArea .performance dl.Pieces dt {
  width: 6em;
  font-weight: bold;
}

#Features .Overlap .PhotoArea .performance dl.Pieces dd,
.Features .Overlap .PhotoArea .performance dl.Pieces dd {
  color: #1D77FF;
}

#Features .Overlap .PhotoArea .performance dl.TwoPieces,
.Features .Overlap .PhotoArea .performance dl.TwoPieces {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#Features .Overlap .PhotoArea .performance dl.TwoPieces dt,
.Features .Overlap .PhotoArea .performance dl.TwoPieces dt {
  white-space: nowrap;
  padding-right: .5em;
  font-weight: bold;
}

#Features .Overlap .PhotoArea .Rep,
.Features .Overlap .PhotoArea .Rep {
  position: relative;
}

#Features .Overlap .PhotoArea .Rep .Guarantee,
.Features .Overlap .PhotoArea .Rep .Guarantee {
  position: absolute;
  bottom: 15px;
  left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 90%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#Features .Overlap .PhotoArea .Rep .Guarantee img,
.Features .Overlap .PhotoArea .Rep .Guarantee img {
  border-radius: 0;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.4));
}

#Features .Overlap .PhotoArea .Rep .Guarantee dt,
.Features .Overlap .PhotoArea .Rep .Guarantee dt {
  width: 22%;
}

#Features .Overlap .PhotoArea .Rep .Guarantee dd,
.Features .Overlap .PhotoArea .Rep .Guarantee dd {
  width: 19%;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 0 10px;
}

/* =====ワンニャンすべらん===== */
#LowPage #Pethospital .CommentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#LowPage #Pethospital .CommentBox div {
  width: 73%;
  background-color: #fff;
  padding: 40px 50px;
  border-radius: 20px;
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

#LowPage #Pethospital .CommentBox div:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #ffffff;
  translate: 100% -50%;
}

#LowPage #Pethospital .CommentBox div .Name {
  margin-top: 20px;
  text-align: right;
  font-size: .8em;
}

#LowPage #Pethospital .CommentBox figure {
  width: 23%;
}

#LowPage #Pethospital .CommentBox figure img {
  border-radius: 20px;
}

#LowPage .PetThree {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
}

#LowPage .PetThree img {
  border-radius: 30px;
}

#LowPage .MadiaBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  grid-template-columns: 1fr 1fr;
  border-radius: 40px;
  background-color: #f4f4f4;
}

@media (max-width: 800px) {
  #LowPage .MadiaBox {
    display: block;
  }
}

#LowPage .MadiaBox h3 {
  line-height: 1.5;
  margin-bottom: 30px;
}

#LowPage .MadiaBox .MadiaArea {
  background-color: #1D77FF;
  color: #fff;
  padding: 4vw 5vw;
  border-radius: 40px 0 0 40px;
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 800px) {
  #LowPage .MadiaBox .MadiaArea {
    width: 100%;
    border-radius: 40px 40px 0 0;
  }
}

#LowPage .MadiaBox .MadiaArea .FrontLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#LowPage .MadiaBox .MadiaArea .FrontLine::before {
  margin-right: 24px;
  content: '';
  display: block;
  width: 48px;
  height: 1px;
  background: #053D69;
}

#LowPage .MadiaBox .MadiaArea span {
  display: inline-block;
  margin-right: 1em;
}

#LowPage .MadiaBox .MadiaArea span:before {
  content: "・";
}

#LowPage .MadiaBox .PhotoArea {
  border-radius: 0 40px 40px 0;
  overflow: hidden;
  width: 30%;
  background-color: #f4f4f4;
}

@media (max-width: 800px) {
  #LowPage .MadiaBox .PhotoArea {
    width: 100%;
    border-radius: 0 0px 40px 40px;
  }
}

#LowPage .MadiaBox .PhotoArea .slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}

#LowPage .MadiaBox .PhotoArea .slider dl {
  padding: 30px 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  #LowPage .MadiaBox .PhotoArea .slider dl {
    padding: 30px 120px 20px;
  }
}

#LowPage .MadiaBox .PhotoArea .slider dl dd {
  font-size: .86em;
  margin: 4px 0 0;
}

#LowPage .MadiaBox .effectLink {
  margin-top: auto;
}

#LowPage .MadiaBox .effectLink a {
  color: #fff;
}

#LowPage .MadiaBox .effectLink a .Red_Arrow .st1 {
  fill: #fff;
  stroke: #fff;
}

#LowPage .MadiaBox .effectLink a .Red_Arrow .st0 {
  fill: #1D77FF;
}

#LowPage .MadiaBox .effectLink a:hover {
  opacity: 1;
}

#LowPage .MadiaBox .effectLink a:hover .Red_Arrow .st1 {
  fill: #1D77FF;
  stroke: #fff;
}

#LowPage .MadiaBox .effectLink a:hover .Red_Arrow .st0 {
  fill: #fff;
}

#LowPage #ShowRoom {
  padding-bottom: 80px;
}

#LowPage #ShowRoom .Coordinator {
  margin-bottom: 50px;
}

#LowPage #ConstructionScene {
  background: #f1f2fb;
  background: -webkit-gradient(linear, left top, right top, from(#f1f2fb), to(#dae9f2));
}

#LowPage #ConstructionScene .SceneBox {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 800px) {
  #LowPage #ConstructionScene .SceneBox {
    display: block;
  }
}

@media (max-width: 800px) {
  #LowPage #ConstructionScene .SceneBox dl {
    width: 80%;
  }
}

#LowPage #ConstructionScene .SceneBox dl dt img {
  border-radius: 300px;
}

#LowPage #ConstructionScene .SceneBox dl dd {
  text-align: center;
  font-size: .9em;
  line-height: 1.6;
  margin-top: 8px;
}

#LowPage #ConstructionScene .SceneBox dl:nth-child(2) {
  margin-top: 80px;
}

@media (max-width: 800px) {
  #LowPage #ConstructionScene .SceneBox dl:nth-child(2) {
    margin-top: 50px;
    margin-left: 10%;
  }
}

#LowPage #ConstructionScene .SceneBox dl:nth-child(3) {
  margin-top: 160px;
}

@media (max-width: 800px) {
  #LowPage #ConstructionScene .SceneBox dl:nth-child(3) {
    margin-top: 50px;
    margin-left: 20%;
  }
}

/* =====ワンニャンすべらんここまで===== */
/* =====サンディング===== */
#LowPage #Sanding #Features,
#LowPage #Sanding .Features {
  padding-bottom: 200px;
}

#LowPage #Sanding #Features .Over,
#LowPage #Sanding .Features .Over {
  background-color: #ecf0f3;
  padding: 60px 60px 60px 70px;
  color: #000;
  border-radius: 30px;
}

#LowPage #Sanding .Example {
  padding-top: 0;
  margin-top: -180px;
}

#LowPage #Sanding #System .MovBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#LowPage #Sanding #System .MovBox .HalfBox48 {
  margin-top: 40px;
}

#LowPage #Sanding #System .WorkScene {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
  position: relative;
}

#LowPage #Sanding #System .WorkScene:before {
  content: "";
  width: 60%;
  height: 20px;
  border-radius: 20px;
  background-color: #cbd6dd;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  right: 0;
  margin: auto;
}

#LowPage #Sanding #System .WorkScene div img {
  border-radius: 200px;
}

#LowPage #SandingFlow .SandingFlowBox {
  color: #000;
  background-color: #fff;
  padding: 40px 50px;
  border-radius: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#LowPage #SandingFlow .SandingFlowBox .Step {
  border-bottom: 2px solid #1D77FF;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  #LowPage #SandingFlow .SandingFlowBox .Step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#LowPage #SandingFlow .SandingFlowBox .Step .NumberBox {
  font-weight: bold;
  text-align: center;
  color: #1D77FF;
  line-height: 1.2;
  margin-right: 1em;
}

@media (max-width: 800px) {
  #LowPage #SandingFlow .SandingFlowBox .Step .NumberBox {
    margin-right: 0;
  }
}

#LowPage #SandingFlow .SandingFlowBox .Step .NumberBox .Number {
  font-size: 3em;
}

#LowPage #SandingFlow .SandingFlowBox .Step .Title {
  font-weight: bold;
  font-size: clamp(1.5em, 2.9vw, 1.5em);
  margin-bottom: -10px;
  line-height: 1.4;
}

@media (max-width: 800px) {
  #LowPage #SandingFlow .SandingFlowBox .Step .Title {
    text-align: center;
  }
}

#LowPage #SandingFlow .SandingFlowBox .Detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 800px) {
  #LowPage #SandingFlow .SandingFlowBox .Detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#LowPage #SandingFlow .SandingFlowBox .Detail .DetailText {
  width: 68%;
}

@media (max-width: 800px) {
  #LowPage #SandingFlow .SandingFlowBox .Detail .DetailText {
    width: 100%;
  }
}

#LowPage #SandingFlow .SandingFlowBox .Detail .DetailText .Remarks {
  padding: 20px 30px;
  background-color: #FBFBFB;
  font-size: .86em;
  margin-top: 40px;
  border-radius: 16px;
}

#LowPage #SandingFlow .SandingFlowBox .Detail figure {
  width: 30%;
  margin-top: -80px;
}

@media (max-width: 800px) {
  #LowPage #SandingFlow .SandingFlowBox .Detail figure {
    width: 80%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

#LowPage #SandingFlow .SandingFlowBox .Detail figure img {
  border-radius: 30px;
}

#LowPage #SandingFlow .SandingFlowBox h3 {
  color: #029ff9;
  font-size: clamp(1.25em, 2.5vw, 1.3em);
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .howToContent {
    margin-bottom: 30px !important;
  }
  .howToContent:last-of-type {
    margin-bottom: 0;
  }
}

/* =====サンディングここまで===== */
/* =====インテリアオプション===== */
#LowPage #Ecocarat #Features .AddPhoto,
#LowPage #Ecocarat .Features .AddPhoto,
#LowPage #Film #Features .AddPhoto,
#LowPage #Film .Features .AddPhoto,
#LowPage #Balcony #Features .AddPhoto,
#LowPage #Balcony .Features .AddPhoto,
#LowPage #Exterior #Features .AddPhoto,
#LowPage #Exterior .Features .AddPhoto,
#LowPage #Water #Features .AddPhoto,
#LowPage #Water .Features .AddPhoto,
#LowPage #Cloth #Features .AddPhoto,
#LowPage #Cloth .Features .AddPhoto,
#LowPage #Shiraki #Features .AddPhoto,
#LowPage #Shiraki .Features .AddPhoto {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1px;
}

#LowPage #Ecocarat #Features .ExGallery,
#LowPage #Ecocarat .Features .ExGallery,
#LowPage #Film #Features .ExGallery,
#LowPage #Film .Features .ExGallery,
#LowPage #Balcony #Features .ExGallery,
#LowPage #Balcony .Features .ExGallery,
#LowPage #Exterior #Features .ExGallery,
#LowPage #Exterior .Features .ExGallery,
#LowPage #Water #Features .ExGallery,
#LowPage #Water .Features .ExGallery,
#LowPage #Cloth #Features .ExGallery,
#LowPage #Cloth .Features .ExGallery,
#LowPage #Shiraki #Features .ExGallery,
#LowPage #Shiraki .Features .ExGallery {
  width: 90%;
  margin-top: 74px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 800px) {
  #LowPage #Ecocarat #Features .ExGallery,
  #LowPage #Ecocarat .Features .ExGallery,
  #LowPage #Film #Features .ExGallery,
  #LowPage #Film .Features .ExGallery,
  #LowPage #Balcony #Features .ExGallery,
  #LowPage #Balcony .Features .ExGallery,
  #LowPage #Exterior #Features .ExGallery,
  #LowPage #Exterior .Features .ExGallery,
  #LowPage #Water #Features .ExGallery,
  #LowPage #Water .Features .ExGallery,
  #LowPage #Cloth #Features .ExGallery,
  #LowPage #Cloth .Features .ExGallery,
  #LowPage #Shiraki #Features .ExGallery,
  #LowPage #Shiraki .Features .ExGallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

#LowPage #Ecocarat #Features .ExGallery div,
#LowPage #Ecocarat .Features .ExGallery div,
#LowPage #Film #Features .ExGallery div,
#LowPage #Film .Features .ExGallery div,
#LowPage #Balcony #Features .ExGallery div,
#LowPage #Balcony .Features .ExGallery div,
#LowPage #Exterior #Features .ExGallery div,
#LowPage #Exterior .Features .ExGallery div,
#LowPage #Water #Features .ExGallery div,
#LowPage #Water .Features .ExGallery div,
#LowPage #Cloth #Features .ExGallery div,
#LowPage #Cloth .Features .ExGallery div,
#LowPage #Shiraki #Features .ExGallery div,
#LowPage #Shiraki .Features .ExGallery div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 800px) {
  #LowPage #Ecocarat #Features .ExGallery div,
  #LowPage #Ecocarat .Features .ExGallery div,
  #LowPage #Film #Features .ExGallery div,
  #LowPage #Film .Features .ExGallery div,
  #LowPage #Balcony #Features .ExGallery div,
  #LowPage #Balcony .Features .ExGallery div,
  #LowPage #Exterior #Features .ExGallery div,
  #LowPage #Exterior .Features .ExGallery div,
  #LowPage #Water #Features .ExGallery div,
  #LowPage #Water .Features .ExGallery div,
  #LowPage #Cloth #Features .ExGallery div,
  #LowPage #Cloth .Features .ExGallery div,
  #LowPage #Shiraki #Features .ExGallery div,
  #LowPage #Shiraki .Features .ExGallery div {
    gap: 30px;
  }
}

#LowPage #Ecocarat #Features .ExGallery img,
#LowPage #Ecocarat .Features .ExGallery img,
#LowPage #Film #Features .ExGallery img,
#LowPage #Film .Features .ExGallery img,
#LowPage #Balcony #Features .ExGallery img,
#LowPage #Balcony .Features .ExGallery img,
#LowPage #Exterior #Features .ExGallery img,
#LowPage #Exterior .Features .ExGallery img,
#LowPage #Water #Features .ExGallery img,
#LowPage #Water .Features .ExGallery img,
#LowPage #Cloth #Features .ExGallery img,
#LowPage #Cloth .Features .ExGallery img,
#LowPage #Shiraki #Features .ExGallery img,
#LowPage #Shiraki .Features .ExGallery img {
  border-radius: 30px;
  border-right: 5px solid rgba(255, 255, 255, 0.6);
  border-bottom: 5px solid rgba(255, 255, 255, 0.9);
}

#LowPage #Ecocarat #Features .BlankSite .Bnr,
#LowPage #Ecocarat .Features .BlankSite .Bnr,
#LowPage #Film #Features .BlankSite .Bnr,
#LowPage #Film .Features .BlankSite .Bnr,
#LowPage #Balcony #Features .BlankSite .Bnr,
#LowPage #Balcony .Features .BlankSite .Bnr,
#LowPage #Exterior #Features .BlankSite .Bnr,
#LowPage #Exterior .Features .BlankSite .Bnr,
#LowPage #Water #Features .BlankSite .Bnr,
#LowPage #Water .Features .BlankSite .Bnr,
#LowPage #Cloth #Features .BlankSite .Bnr,
#LowPage #Cloth .Features .BlankSite .Bnr,
#LowPage #Shiraki #Features .BlankSite .Bnr,
#LowPage #Shiraki .Features .BlankSite .Bnr {
  max-width: 400px;
  margin: auto;
}

#LowPage .BlankSite {
  text-align: center;
}

/* =====インテリアオプションここまで===== */
/* =====その他のハウスコーティング===== */
section#Blog .BlogFlex .SingleBox.Quarter {
  width: 24% !important;
  margin: .5%;
  color: #000;
  font-size: clamp(10px, 1.2vw, 16px);
}

@media (max-width: 800px) {
  section#Blog .BlogFlex .SingleBox.Quarter {
    width: 98% !important;
    margin: auto;
    font-size: clamp(0.5rem, calc(1rem + 0.625vw), 1.8rem);
    margin: 1%;
  }
}

.ObjSiaa {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 20px;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
}

.ObjSiaa img {
  max-height: 70px;
  min-height: 70px;
  width: auto;
}

#LowPage #Air #Features .AddPhoto .ObjAir,
#LowPage #Air .Features .AddPhoto .ObjAir,
#LowPage #Water #Features .AddPhoto .ObjAir,
#LowPage #Water .Features .AddPhoto .ObjAir,
#LowPage #Cloth #Features .AddPhoto .ObjAir,
#LowPage #Cloth .Features .AddPhoto .ObjAir,
#LowPage #Shiraki #Features .AddPhoto .ObjAir,
#LowPage #Shiraki .Features .AddPhoto .ObjAir {
  background-color: #fff;
  padding: 20px;
  border-radius: 30px;
}

#LowPage #Air #Features .AddPhoto .ObjAir .ObjWaterTitle,
#LowPage #Air .Features .AddPhoto .ObjAir .ObjWaterTitle,
#LowPage #Water #Features .AddPhoto .ObjAir .ObjWaterTitle,
#LowPage #Water .Features .AddPhoto .ObjAir .ObjWaterTitle,
#LowPage #Cloth #Features .AddPhoto .ObjAir .ObjWaterTitle,
#LowPage #Cloth .Features .AddPhoto .ObjAir .ObjWaterTitle,
#LowPage #Shiraki #Features .AddPhoto .ObjAir .ObjWaterTitle,
#LowPage #Shiraki .Features .AddPhoto .ObjAir .ObjWaterTitle {
  text-align: center;
  color: #000;
  font-weight: bold;
}

#LowPage #Air #Features .ExGallery,
#LowPage #Air .Features .ExGallery,
#LowPage #Water #Features .ExGallery,
#LowPage #Water .Features .ExGallery,
#LowPage #Cloth #Features .ExGallery,
#LowPage #Cloth .Features .ExGallery,
#LowPage #Shiraki #Features .ExGallery,
#LowPage #Shiraki .Features .ExGallery {
  width: 90%;
  margin-top: 74px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 800px) {
  #LowPage #Air #Features .ExGallery,
  #LowPage #Air .Features .ExGallery,
  #LowPage #Water #Features .ExGallery,
  #LowPage #Water .Features .ExGallery,
  #LowPage #Cloth #Features .ExGallery,
  #LowPage #Cloth .Features .ExGallery,
  #LowPage #Shiraki #Features .ExGallery,
  #LowPage #Shiraki .Features .ExGallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

#LowPage #Air #Features .ExGallery div,
#LowPage #Air .Features .ExGallery div,
#LowPage #Water #Features .ExGallery div,
#LowPage #Water .Features .ExGallery div,
#LowPage #Cloth #Features .ExGallery div,
#LowPage #Cloth .Features .ExGallery div,
#LowPage #Shiraki #Features .ExGallery div,
#LowPage #Shiraki .Features .ExGallery div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 800px) {
  #LowPage #Air #Features .ExGallery div,
  #LowPage #Air .Features .ExGallery div,
  #LowPage #Water #Features .ExGallery div,
  #LowPage #Water .Features .ExGallery div,
  #LowPage #Cloth #Features .ExGallery div,
  #LowPage #Cloth .Features .ExGallery div,
  #LowPage #Shiraki #Features .ExGallery div,
  #LowPage #Shiraki .Features .ExGallery div {
    gap: 30px;
  }
}

#LowPage #Air #Features .ExGallery img,
#LowPage #Air .Features .ExGallery img,
#LowPage #Water #Features .ExGallery img,
#LowPage #Water .Features .ExGallery img,
#LowPage #Cloth #Features .ExGallery img,
#LowPage #Cloth .Features .ExGallery img,
#LowPage #Shiraki #Features .ExGallery img,
#LowPage #Shiraki .Features .ExGallery img {
  border-radius: 30px;
  border-right: 5px solid rgba(255, 255, 255, 0.6);
  border-bottom: 5px solid rgba(255, 255, 255, 0.9);
}

#LowPage #Water #Features .Text .ObjWaterTitle,
#LowPage #Water .Features .Text .ObjWaterTitle {
  margin-top: 40px;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}

#LowPage #Water #Features .Text .ObjWaterTitle p,
#LowPage #Water .Features .Text .ObjWaterTitle p {
  font-weight: bold;
  text-align: center;
}

/* =====その他のハウスコーティングここまで===== */
/* =====品質で選ぶフロアコーティング===== */

#LowPage .BlueText {
  color: #1D77FF;
}

#LowPage #Quality .Overlap div.Text {
  color: #fff;
}

#LowPage #Quality .Overlap div.Text:after {
  background-color: #1D77FF;
}

#LowPage #Conf .ConfList {
  background-color: #fff;
  padding: 50px 60px;
  border-radius: 20px;
}

#LowPage #Conf .ConfList .ConfListFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  #LowPage #Conf .ConfList .ConfListFlex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#LowPage #Conf .ConfList .ConfListFlex .Photo {
  width: 20%;
  max-width: 200px;
}

@media (max-width: 800px) {
  #LowPage #Conf .ConfList .ConfListFlex .Photo {
    width: 40%;
  }
}

#LowPage #Conf .ConfList .ConfListFlex .TextBlock {
  width: calc(100% - 20%);
}

@media (max-width: 800px) {
  #LowPage #Conf .ConfList .ConfListFlex .TextBlock {
    width: 100%;
  }
}

#LowPage #Conf .ConfList .ConfListFlex .TextBlock h4 {
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: .3em;
  color: #1f5ab2;
}

@media (max-width: 800px) {
  #LowPage #Conf .ConfList .ConfListFlex .TextBlock h4 {
    text-align: center;
  }
}

#LowPage #Conf .BlankBox {
  margin: 50px auto;
}

#LowPage #Conf .BlankBox.BlankBox3 {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 800px) {
  #LowPage #Conf .BlankBox.BlankBox3 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  #LowPage #Conf .BlankBox.BlankBox3 a.BlankAnchor {
    width: 500px;
    margin: auto;
  }
}

#LowPage #Proof .GridSix dl dd {
  font-size: clamp(14px, 1.2vw, 17px);
}

#LowPage #Ranking .RankingBox {
  padding: 50px 60px;
  border-radius: 30px;
  display: grid;
  gap: 40px 25px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 800px) {
  #LowPage #Ranking .RankingBox {
    padding: 50px 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 1px;
  }
}

#LowPage #Ranking .RankingBox.Box01 {
  background-color: #f1f2fb;
}

#LowPage #Ranking .RankingBox.Box02 {
  background-color: #f1f7fb;
}

#LowPage #Ranking .RankingBox.Box03 {
  background-color: #f4f4f4;
}

#LowPage #Ranking .RankingBox a dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}

#LowPage #Ranking .RankingBox a dl dt .RankNo {
  width: 50px;
  text-align: center;
}

#LowPage #Ranking .RankingBox a dl dt .RankNo .Rank4,
#LowPage #Ranking .RankingBox a dl dt .RankNo .Rank5,
#LowPage #Ranking .RankingBox a dl dt .RankNo .Rank6 {
  width: 35px;
}

#LowPage #Ranking .RankingBox a dl dt figure {
  width: calc(100% - 60px);
  text-align: center;
}

#LowPage #Ranking .RankingBox a dl dt figure img {
  width: 90%;
  margin: auto;
  border-radius: 30px;
}

#LowPage #Ranking .RankingBox a dl dd {
  text-align: center;
}

#LowPage #Ranking .RankingBox a dl dd .Btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#LowPage #Ranking .RankingBox a dl dd .Btn p {
  margin-right: .2em;
}

#LowPage #Ranking .RankingBox a dl dd .Btn p .Red_Arrow {
  width: 20px;
}

#LowPage #Ranking .RankingBox a dl dd .Text {
  font-weight: normal;
  color: #000;
  font-size: .9em;
}

/* =====品質で選ぶフロアコーティングここまで===== */
/* =====保証とアフターサービス===== */
#LowPage #Guarantee .Attention {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#LowPage #Guarantee .Attention .ObjBox {
  position: absolute;
  top: 0;
  right: 0;
  width: 46%;
  min-width: 480px;
}

#LowPage #Guarantee .Attention .ObjBox img {
  border-radius: 30px 0 0 30px;
}

#LowPage #Guarantee .Attention.Second .ObjBox {
  width: 40%;
  min-width: 400px;
}

@media (max-width: 800px) {
  #LowPage #Guarantee .Attention.Second .ObjBox {
    margin-top: -50px;
  }
}

#LowPage #Guarantee .Attention.Second .ObjBox .ObjBox2 {
  width: 40%;
  min-width: 180px;
  margin-top: -50px;
  margin-right: 20%;
  margin-left: auto;
}

#LowPage #Guarantee .Attention.Second .ObjBox .ObjBox2 img {
  border-radius: 30px;
}

@media (max-width: 800px) {
  #LowPage #Guarantee .Attention.Second .ObjBox .ObjBox2 {
    display: none;
  }
}

#LowPage #Guarantee .Attention .Inner {
  position: relative;
  z-index: 1;
  padding-right: 38%;
}

@media (max-width: 800px) {
  #LowPage #Guarantee .Attention .Inner {
    padding-right: 3.4%;
    padding-top: 110px;
  }
}

#LowPage #Guarantee .Attention .Inner .Writing {
  padding-top: 60px;
}

#LowPage #Guarantee .Attention .Inner .Writing h3 {
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}

#LowPage #Guarantee .Attention .Inner .Writing h3 em {
  font-size: .6em;
  font-weight: normal;
  color: #8F8F8F;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 10px;
}

#LowPage #Guarantee .Attention .Inner .Writing p span {
  font-weight: bold;
  color: #1D77FF;
}

#LowPage #JHCA .LogoBox {
  margin: auto auto 10px;
  max-width: 150px;
}

#LowPage #JHCA .ContentsBox {
  padding-top: 180px;
  padding-bottom: 100px;
  position: relative;
}

@media (max-width: 800px) {
  #LowPage #JHCA .ContentsBox {
    padding-top: 240px;
    padding-bottom: 160px;
  }
}

#LowPage #JHCA .ContentsBox .Obj_01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 32%;
}

@media (max-width: 800px) {
  #LowPage #JHCA .ContentsBox .Obj_01 {
    width: 50%;
  }
}

#LowPage #JHCA .ContentsBox .Obj_01 img {
  border-radius: 30px 0 0 30px;
}

#LowPage #JHCA .ContentsBox .Obj_02 {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 30%;
}

@media (max-width: 800px) {
  #LowPage #JHCA .ContentsBox .Obj_02 {
    bottom: -10px;
    width: 50%;
  }
}

#LowPage #JHCA .ContentsBox .Obj_02 img {
  border-radius: 0 30px 30px 0;
}

#LowPage #JHCA .ContentsBox .Obj_03 {
  position: absolute;
  bottom: 0;
  left: 26%;
  width: 20%;
}

@media (max-width: 800px) {
  #LowPage #JHCA .ContentsBox .Obj_03 {
    left: 48%;
    bottom: -40px;
    width: 30%;
  }
}

#LowPage #JHCA .ContentsBox .Obj_03 img {
  border-radius: 30px;
}

#LowPage #JHCA .ContentsBox .Contents {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 800px) {
  #LowPage #JHCA .ContentsBox .Contents {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

#LowPage #JHCA .ContentsBox .Contents .ContentsDetailBlock:nth-child(odd) {
  margin-top: -100px;
}

@media (max-width: 800px) {
  #LowPage #JHCA .ContentsBox .Contents .ContentsDetailBlock:nth-child(odd) {
    margin-top: -50px;
  }
}

#LowPage #JHCA .ContentsBox .Contents .ContentsDetailBlock .ContentsDetail {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 26px 36px;
  margin-bottom: 30px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

#LowPage #JHCA .ContentsBox .Contents .ContentsDetailBlock .ContentsDetail h3 {
  font-size: clamp(1.2em, 1.4vw, 1.8em);
  color: #195ec7;
  border-bottom: 1px solid #195ec7;
  margin-bottom: .3em;
  padding-bottom: .3em;
}

#LowPage #JHCA .ContentsBox .Contents .ContentsDetailBlock .ContentsDetail p {
  font-size: clamp(1.4rem, 1.2vw, 1.65rem);
}

.BlankBox {
  margin: 50px auto;
}

.BlankBox.BlankBox1 {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 800px) {
  .BlankBox.BlankBox1 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  .BlankBox.BlankBox1 a.BlankAnchor {
    width: 500px;
    margin: auto;
  }
}

#LowPage #Regu .CheckMark {
  font-size: .9em;
}

#LowPage #Regu h4 {
  font-size: 1.05em;
  font-weight: bold;
  border-left: 4px solid #1D77FF;
  padding-left: .5em;
}

/* =====保証とアフターサービスここまで===== */
/* =====お申込みから施工当日の流れ===== */
#LowPage {
  /* hover */
}

#LowPage #Flow .StepBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 800px) {
  #LowPage #Flow .StepBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#LowPage #Flow .StepBox .StepChangeColor {
  text-align: center;
  width: 6em;
  font-weight: bold;
  background-color: #f2f5f8;
  color: #1D77FF;
  padding: 30px 0;
  line-height: 1.4;
  border-radius: 30px 0 0 30px;
}

@media (max-width: 800px) {
  #LowPage #Flow .StepBox .StepChangeColor {
    width: 100%;
    font-size: .8em;
    padding: 14px 0 10px;
    border-radius: 30px 30px 0 0;
  }
}

#LowPage #Flow .StepBox .StepChangeColor span {
  font-size: 3em;
}

@media (max-width: 800px) {
  #LowPage #Flow .StepBox .StepChangeColor span {
    font-size: 2em;
  }
}

#LowPage #Flow .StepBox .StepFlow {
  padding: 40px 50px;
  background-color: #f2f5f8;
  width: calc(100% - 6em);
  border-radius: 0 30px 30px 0;
  position: relative;
}

@media (max-width: 800px) {
  #LowPage #Flow .StepBox .StepFlow {
    width: 100%;
    border-radius: 0 0 30px 30px;
  }
}

#LowPage #Flow .StepBox .StepFlow h3 {
  font-size: clamp(1.4em, 1.5vw, 1.8em);
}

#LowPage #Flow .StepBox .StepFlow img {
  border-radius: 30px;
}

#LowPage #Flow .StepBox .StepFlow .StepFlowDetailBox {
  width: 60%;
}

@media (max-width: 800px) {
  #LowPage #Flow .StepBox .StepFlow .StepFlowDetailBox {
    width: 100%;
  }
}

#LowPage #Flow .StepBox .StepFlow .StepFlowDetailBox .StepFlowDetail {
  margin: 30px auto auto;
}

#LowPage #Flow .StepBox .StepFlow .StepFlowDetailBox .StepFlowDetail:first-of-type {
  margin: 20px auto auto;
}

#LowPage #Flow .StepBox .StepFlow .StepFlowDetailBox .StepFlowDetail h4 {
  font-size: clamp(1.2em, 1.3vw, 1.8em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: .6em;
  font-weight: bold;
  color: #2867c5;
  margin-bottom: 4px;
  line-height: 1.4;
}

@media (max-width: 800px) {
  #LowPage #Flow .StepBox .StepFlow .StepFlowDetailBox .StepFlowDetail h4 {
    display: -webkit-box;
  }
}

#LowPage #Flow .StepBox .StepFlow .Object01 {
  position: absolute;
  left: calc(60% + 30px);
  top: 90px;
  width: 40%;
}

@media (max-width: 800px) {
  #LowPage #Flow .StepBox .StepFlow .Object01 {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
  #LowPage #Flow .StepBox .StepFlow .Object01 img {
    width: 90%;
  }
}

#LowPage #Flow .StepBox .StepFlow .Object01 .Object02 {
  position: absolute;
  right: 20px;
  width: 70%;
  margin-top: -3.5vw;
}

@media (max-width: 800px) {
  #LowPage #Flow .StepBox .StepFlow .Object01 .Object02 {
    margin-left: auto;
    margin-right: 0;
    margin-top: -11.5vw;
  }
  #LowPage #Flow .StepBox .StepFlow .Object01 .Object02 img {
    width: 100%;
  }
}

#LowPage #Flow .StepBox .StepFlow .Object01_t30 {
  position: absolute;
  left: calc(60% + 30px);
  top: 30px;
  width: 40%;
}

@media (max-width: 800px) {
  #LowPage #Flow .StepBox .StepFlow .Object01_t30 {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
  #LowPage #Flow .StepBox .StepFlow .Object01_t30 img {
    width: 90%;
  }
}

#LowPage #FAQ {
  padding-top: 120px;
}

#LowPage #FAQ .FAQindex {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

#LowPage #FAQ .FAQindex a {
  aspect-ratio: 1 / 1;
  background-color: #1D77FF;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 6px;
  line-height: 1.5;
  letter-spacing: -1px;
  font-size: clamp(0.5rem, 1.4vw, 1.1em);
}

#LowPage #FAQ .FAQindex a:first-of-type {
  border-radius: 30px 0 0 30px;
}

#LowPage #FAQ .FAQindex a:last-of-type {
  border-radius: 0px 30px 30px 0px;
}

#LowPage #FAQ .FAQindex a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  height: 100%;
}

#LowPage #FAQ .FAQindex a dl dt {
  width: 100%;
}

#LowPage #FAQ .FAQindex a dl dt img {
  width: 30%;
}

#LowPage #FAQ .FAQindex a dl dd {
  width: 100%;
}

#LowPage #FAQ .FAQindex a dl dd img {
  width: 13%;
}

#LowPage #FAQ .FAQbox {
  max-width: 1150px;
  padding-top: 120px;
  margin-left: auto;
  margin-right: auto;
}

#LowPage #FAQ section {
  padding-bottom: 0;
}

#LowPage #FAQ section:last-of-type {
  padding-bottom: 60px;
}

#LowPage .FAQaccordion-content {
  display: none;
}

#LowPage .FAQaccordion-header {
  background-color: #f4f4f4;
  padding: 20px 45px 20px 30px;
  margin: 26px 0 0;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
  border-radius: 20px 20px 20px 20px;
  font-weight: bold;
}

#LowPage .FAQaccordion-header::before,
#LowPage .FAQaccordion-header::after {
  position: absolute;
  content: '';
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #151E2F;
}

#LowPage .FAQaccordion-header::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#LowPage .FAQaccordion-header.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

#LowPage .FAQaccordion-header.active {
  background-color: #029ff9;
  color: #fff;
}

#LowPage .FAQaccordion-content {
  background-color: #FFF;
  padding: 20px 45px 20px 30px;
  border-radius: 0 0 20px 20px;
  border-bottom: 2px solid #ddd;
}

#LowPage .FAQaccordion-header span,
#LowPage .FAQaccordion-content span {
  padding-left: 40px;
  position: relative;
  display: inline-block;
}

#LowPage .FAQaccordion-header span::before {
  position: absolute;
  content: url(/img/flow/icon_q.svg);
  top: -0.1 0.5em;
  left: 0;
  width: 28px;
}

#LowPage .FAQaccordion-header.active span::before {
  color: #fff;
}

#LowPage .FAQaccordion-content span::before {
  position: absolute;
  content: url(/img/flow/icon_a.svg);
  top: -0.1 0.5em;
  left: 0;
  width: 28px;
}

#LowPage .FAQaccordion-header:hover {
  background-color: #029ff9;
  color: #fff;
}

#LowPage .FAQaccordion-header:hover span::before {
  color: #fff;
}

/* =====お申込みから施工当日の流れここまで===== */
/* =====会社概要===== */
#LowPage {
  /* CheckMarkリスト内のliをカウンタから除外 */
}

#LowPage #Company #Message {
  background-image: url("../img/company/bg_message.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: justify;
}

#LowPage #Company #Message .InnerMax1100 {
  padding: 50px 60px;
  background-color: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 30px;
}

#LowPage #Company #Message .CompanyName {
  text-align: right;
  font-weight: bold;
}

#LowPage #Company #Trust .TrustBox, #LowPage #Company #Permission .TrustBox {
  margin-top: 50px;
  padding: 40px 50px;
  background-color: #fff;
  border-radius: 30px;
  text-align: justify;
}

#LowPage #Company #Trust .TrustBox .arrow-button a, #LowPage #Company #Permission .TrustBox .arrow-button a {
  background-color: #029ff9;
  color: #fff;
}

#LowPage #Company #Quality .Text {
  color: #000 !important;
}

#LowPage #Company #Quality .Text:after {
  background-color: #f4f4f4 !important;
}

#LowPage #Company #ComInfo .logo {
  text-align: center;
  width: 20%;
  margin: auto;
}

#LowPage #Company #ComInfo .CompanyTable {
  margin-top: 50px;
  font-size: .94em;
}

#LowPage #Company #ComInfo .CompanyTable dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#LowPage #Company #ComInfo .CompanyTable dl dt, #LowPage #Company #ComInfo .CompanyTable dl dd {
  padding: 20px 20px;
}

@media (max-width: 800px) {
  #LowPage #Company #ComInfo .CompanyTable dl dt, #LowPage #Company #ComInfo .CompanyTable dl dd {
    padding: 20px 5px;
  }
}

#LowPage #Company #ComInfo .CompanyTable dl dt {
  width: 30%;
  border-bottom: 1px solid #029ff9;
  font-weight: bold;
  text-align: center;
}

#LowPage #Company #ComInfo .CompanyTable dl dt:first-of-type {
  border-top: 1px solid #029ff9;
}

#LowPage #Company #ComInfo .CompanyTable dl dd {
  width: 70%;
  border-bottom: 1px solid #ccc;
}

#LowPage #Company #ComInfo .CompanyTable dl dd:first-of-type {
  border-top: 1px solid #ccc;
}

#LowPage #Company #Terms .Scroll, #LowPage #Company #Privacy .Scroll, #LowPage #Company #Service .Scroll {
  height: 300px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 50px 60px;
  border-radius: 10px;
}

#LowPage #Company #Terms .Scroll::-webkit-scrollbar, #LowPage #Company #Privacy .Scroll::-webkit-scrollbar, #LowPage #Company #Service .Scroll::-webkit-scrollbar {
  background: #DDD;
  width: 10px;
}

#LowPage #Company #Terms .Scroll::-webkit-scrollbar-thumb, #LowPage #Company #Privacy .Scroll::-webkit-scrollbar-thumb, #LowPage #Company #Service .Scroll::-webkit-scrollbar-thumb {
  background: #029ff9;
}

#LowPage #Company #Terms .Scroll dl dt, #LowPage #Company #Privacy .Scroll dl dt, #LowPage #Company #Service .Scroll dl dt {
  font-weight: bold;
}

#LowPage #Company #Terms .Scroll dl dd, #LowPage #Company #Privacy .Scroll dl dd, #LowPage #Company #Service .Scroll dl dd {
  margin-bottom: 15px;
  margin-left: 1em;
  font-size: .85em;
}

#LowPage #Company ul.CheckMark li {
  margin-bottom: 0.3em;
}

#LowPage ol.numpare {
  counter-reset: number;
  padding: 0;
  margin: 0;
}

#LowPage ol.numpare > li {
  list-style-type: none;
  counter-increment: number;
  padding-left: 1.5em;
}

#LowPage ol.numpare > li span {
  font-weight: bold;
}

#LowPage ol.numpare > li ul.CheckMark li {
  padding-left: 0;
  margin-bottom: 0.5em;
}

#LowPage ol.numpare > li ul.CheckMark li:before {
  margin-left: 0;
}

#LowPage ol.numpare li::before {
  content: "(" counter(number) ") ";
  margin-left: -1.5em;
}

#LowPage ol.numpare li ul.CheckMark li {
  counter-increment: none;
  list-style: none;
  margin-bottom: 0.5em;
  padding-left: 0;
}

#LowPage ol.numpare li ul.CheckMark li::before {
  counter-increment: none;
  content: "" !important;
}

/* =====会社概要ここまで===== */
.FrontLineSub {
  font-size: .8em;
  font-weight: normal;
  color: #1D77FF;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 4px;
  margin-top: -7px;
}

.GridSix {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 800px) {
  .GridSix {
    grid-template-columns: repeat(3, 1fr);
  }
}

a.BlankAnchor {
  border: 2px solid #1D77FF;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  max-width: 550px;
}

a.BlankAnchor:hover {
  background-color: #1D77FF;
  color: #fff;
  opacity: .9;
}

a.BlankAnchor p {
  text-align: center;
}

a.BlankAnchor p:before {
  content: "";
  background-image: url("/img/common/icon_blank.svg");
  background-repeat: no-repeat;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: contain;
  vertical-align: middle;
  margin-right: .5em;
}

.YouTubeBox {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#Evidence .EvidenceBox {
  padding-bottom: 50px;
  border-bottom: 1px solid #1D77FF;
  max-width: 1100px;
  margin: 0 auto 50px;
}

#Evidence .EvidenceBox:last-of-type {
  margin: 0 auto;
}

#Evidence .EvidenceBox .EvidenceBox_Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 800px) {
  #Evidence .EvidenceBox .EvidenceBox_Inner {
    display: block;
  }
}

#Evidence .EvidenceBox .EvidenceBox_Inner .TextBlock {
  width: 74%;
}

@media (max-width: 800px) {
  #Evidence .EvidenceBox .EvidenceBox_Inner .TextBlock {
    width: 100%;
  }
}

#Evidence .EvidenceBox .EvidenceBox_Inner .PhotoBlock {
  width: 23%;
}

@media (max-width: 800px) {
  #Evidence .EvidenceBox .EvidenceBox_Inner .PhotoBlock {
    width: 70%;
    margin: 20px auto;
  }
}

section.Example .CplorBlue {
  color: #1D77FF;
}

section.Example .howToContent {
  max-width: 1100px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  section.Example .howToContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

section.Example .howToContent img {
  border-radius: 30px;
}

section.Example .howToContent .howToContent-bgi {
  width: 50%;
  margin-top: -50px;
  position: relative;
}

@media (max-width: 800px) {
  section.Example .howToContent .howToContent-bgi {
    width: 55%;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
  }
}

section.Example .howToContent .howToContent-bgi .before {
  position: absolute;
  bottom: 20px;
  left: 30px;
  font-size: 1.2em;
  font-weight: bold;
  background-color: #eee;
  padding: 0 1em;
  border-radius: 100px;
}

@media (max-width: 800px) {
  section.Example .howToContent .howToContent-bgi .before {
    top: 20px;
    bottom: auto;
  }
}

section.Example .howToContent .howToContent-content {
  width: 60%;
  margin-left: -5%;
  margin-top: 80px;
  min-width: 150px;
  position: relative;
}

@media (max-width: 800px) {
  section.Example .howToContent .howToContent-content {
    width: 80%;
    margin-left: auto;
    margin-right: 0;
    margin-top: -20px;
  }
}

section.Example .howToContent .howToContent-content .after {
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-size: 1.6em;
  font-weight: bold;
  background-color: #1D77FF;
  color: #fff;
  padding: 0 1em;
  border-radius: 100px;
}

@media (max-width: 800px) {
  section.Example .howToContent .howToContent-content .after {
    top: 20px;
    bottom: auto;
  }
}

#PerformanceC .Attention {
  font-size: .75em;
  margin-top: 15px;
}

#Hardness .InnerMax900 {
  background-image: url("/img/ceramic_glass/bg_hardness.jpg");
  background-size: cover;
  background-position: bottom right;
  padding: 40px 50px;
  border-radius: 30px;
  text-align: justify;
}

#Slide .InnerMax900 {
  background-image: url("/img/ceramic_glass/bg_slide.jpg");
  background-size: cover;
  background-position: center right;
  background-color: #f4f4f4;
  padding: 40px 50px;
  border-radius: 30px;
  text-align: justify;
}

@media (max-width: 800px) {
  #Guarantee .HalfBox48 {
    width: 100%;
  }
}

#Guarantee .GuaranteeConte {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#Guarantee .GuaranteeConte dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #888;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#Guarantee .GuaranteeConte dl dt {
  width: 82px;
  font-size: .78em;
  text-align: center;
  margin-right: 20px;
}

#Guarantee .GuaranteeConte dl dd {
  font-weight: bold;
}

#Guarantee .AttentionClass {
  margin-top: 70px;
}

#Guarantee .AttentionClass img {
  border-radius: 30px;
}

#Care {
  background: #fff url("/img/ceramic_glass/bg_care.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 800px) {
  #Care {
    position: relative;
    background-position: 10px;
  }
  #Care:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
    top: 0;
  }
  #Care .Inner {
    position: relative;
    z-index: 2;
  }
  #Care .Inner .ml50, #Care .Inner .ml100, #Care .Inner .ml150, #Care .Inner .ml200 {
    margin-left: 0 !important;
  }
}

#Care .Title {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 20px;
}

#Care h3 {
  color: #285fb4;
}

/* =====下層スライダーオプション===== */
.ExamplePhoto {
  overflow: hidden;
}

.ExamplePhoto .slick-slide {
  margin: 0 20px;
  /* 左右に10pxの間隔をつける */
}

.ExamplePhoto .slick-slide img {
  border-radius: 40px;
}

.ExamplePhoto .slick-list {
  margin: 0 -20px;
  /* 全体のはみ出しを防ぐために調整 */
}

.ExamplePhoto .Piece {
  position: relative;
}

.ExamplePhoto .Piece .Comment {
  position: absolute;
  bottom: 8px;
  left: 20px;
  font-size: .85em;
}

.ExamplePhoto .Piece .Comment .Star {
  color: #029ff9;
}

.ExamplePhoto .Piece .Comment p {
  color: #fff;
  font-weight: bold;
  /*文字を太く*/
  text-shadow: 1px 1px 0px #000;
  line-height: 1.4;
}

/*# sourceMappingURL=base.css.map */
