@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
.__content-inner {
  background-color: #fff;
  width: min(100% - 17.5rem, 1590px);
  margin: 0 auto;
  padding: 5rem 0;
}
@media screen and (max-width: 1599px) {
  .__content-inner {
    padding: 48px 0;
  }
}
@media screen and (max-width: 1199px) {
  .__content-inner {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .__content-inner {
    padding: 48px 0;
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__content-inner {
    width: calc(100% - 40px);
    padding: 36px 0;
  }
}
.__content-inner.__1st-content {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 1199px) {
  .__content-inner.__1st-content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .__content-inner.__1st-content {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-top: 16px;
  }
}
.__content-inner.__last-content {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 1599px) {
  .__content-inner.__last-content {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .__content-inner.__last-content {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-bottom: 60px;
  }
}

.__inner {
  width: calc(100% - 16.875rem);
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .__inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .__inner {
    width: calc(100% - 40px);
  }
}

/* liststyle 
---------------------------------------------------- */
.__liststyle li {
  display: flex;
  align-items: start;
}
.__liststyle li::before {
  content: "\f111";
  display: block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.6em;
  flex-shrink: 0;
}
.__liststyle.__crayon li::before {
  content: "";
  width: 0.9em;
  aspect-ratio: 3/4;
  background-image: url(../images/icon-list-mark_crayon.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0.2em;
  margin-right: 1em;
}
.__liststyle.__note li::before {
  content: "※";
  margin-top: -0.1em;
}
.__liststyle.__note li.__red {
  color: #c72d28;
}

/* txtstyle
---------------------------------------------------- */
.__ttlstyle01 {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.__ttlstyle01 span {
  line-height: 1em;
}
.__ttlstyle01 span.__en {
  color: #c72d28;
}
.__ttlstyle01 span.__jp {
  color: #bc2323;
}

.__ttlstyle02 {
  display: flex;
  align-items: flex-start;
}
.__ttlstyle02::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 0.85em;
  aspect-ratio: 1/1;
  background-image: url(../images/logo_mark.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.6em;
  margin-top: 0.4em;
}
.__ttlstyle02.__circle::before {
  width: 0.95em;
  margin-right: 0.4em;
  margin-top: 0.3em;
}
.__ttlstyle02.__circle.__blue::before {
  background-image: url(../images/icon-list-mark_blue.png);
}
.__ttlstyle02.__circle.__purple::before {
  background-image: url(../images/icon-list-mark_purple.png);
}

.__ttlstyle03 {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .__ttlstyle03 {
    display: block;
  }
}
.__ttlstyle03 span {
  color: #333;
  line-height: 1.3em;
}
.__ttlstyle03 span.__ttl-mark {
  display: block;
  width: 1.6em;
  margin-right: 0.8em;
}
@media screen and (max-width: 1199px) {
  .__ttlstyle03 span.__ttl-mark {
    width: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle03 span.__ttl-mark {
    width: 1.2em;
    margin-bottom: 0.7em;
  }
}
.__ttlstyle03 span.__ttl-mark img {
  width: 100%;
  height: auto;
}
.__ttlstyle03 span.__ttl-inner .__jp {
  margin-top: 0.6em;
  margin-left: 1em;
  padding-left: 0.6em;
  border-left: solid 1px #333;
  display: inline-block;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .__ttlstyle03 span.__ttl-inner .__jp {
    margin-left: 0.6em;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle03.__no-en {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle03.__no-en .__ttl-mark {
    flex-shrink: 0;
    width: 1.4em;
  }
}
@media screen and (max-width: 991px) {
  .__ttlstyle03.__no-en .__jp {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .__ttlstyle03.__no-en .__jp {
    font-size: 22px;
  }
}

.__labelstyle01 {
  color: #fff;
  aspect-ratio: 7.7/1;
}
.__labelstyle01.__orange {
  background-image: url(../images/label-bg_orange.png);
}
.__labelstyle01.__green {
  background-image: url(../images/label-bg_green.png);
}
.__labelstyle01.__red {
  background-image: url(../images/label-bg_red.png);
}
.__labelstyle01.__yellow {
  background-image: url(../images/label-bg_yellow.png);
}
.__labelstyle01.__pink {
  background-image: url(../images/label-bg_pink.png);
}
.__labelstyle01 p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.__labelstyle02 {
  position: relative;
  background-size: 100% 100%;
  width: 20em;
  height: 2em;
  margin: 0.6em 0;
}
@media screen and (max-width: 767px) {
  .__labelstyle02 {
    width: calc(100% + 0.8em);
    margin-left: -0.4em;
  }
}
.__labelstyle02 p, .__labelstyle02 h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .__labelstyle02 p, .__labelstyle02 h3 {
    font-size: min(3.4vw, 0.9em);
  }
}

/* imgstyle
---------------------------------------------------- */
.__imgstyle01 {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.__imgstyle01::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100%, 100%;
  background-repeat: no-repeat;
  background-image: url(../images/img-frame_brown.png);
}
.__imgstyle01 .__img-wrap {
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: #efece7;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: clip;
}
.__imgstyle01 .__img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.__bgimg {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}
.__bgimg a {
  width: 100%;
  height: 100%;
}

/* linkstyle
---------------------------------------------------- */
a.__txtlink {
  color: #222;
  display: inline;
  text-decoration: underline;
  opacity: 1;
  transition: all 0.3s ease;
}
a.__txtlink.__purple {
  color: #7c52b2;
}
a.__txtlink.__red {
  color: #c72d28;
}
a.__txtlink:hover {
  opacity: 0.7;
}

.__linkbtn01 {
  color: #fff;
  background-image: url(../images/btn-bg01_blue.png);
  width: 20.5em;
  aspect-ratio: 4.3/1;
}
@media screen and (max-width: 991px) {
  .__linkbtn01 {
    width: 19em;
  }
}
@media screen and (max-width: 767px) {
  .__linkbtn01 {
    width: 20em;
  }
}
.__linkbtn01 a p {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  margin-left: 2em;
  line-height: 1.4em;
}
@media screen and (max-width: 991px) {
  .__linkbtn01 a p {
    margin-left: 1.6em;
  }
}
@media screen and (max-width: 991px) {
  .__linkbtn01 a p span.__en {
    font-size: 0.85em;
  }
}
.__linkbtn01 a img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: 1.6em;
  width: 1em;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .__linkbtn01 a img {
    margin-right: 2em;
  }
}
@media screen and (max-width: 991px) {
  .__linkbtn01 a img {
    margin-right: 1.6em;
  }
}
.__linkbtn01.__fax a img {
  width: 0.6em;
}

.__linkbtn02 {
  background-image: url(../images/btn-bg02_brown.png);
  width: 20em;
  aspect-ratio: 3.8/1;
}
@media screen and (max-width: 991px) {
  .__linkbtn02 {
    width: 18em;
  }
}
@media screen and (max-width: 767px) {
  .__linkbtn02 {
    width: 16em;
    aspect-ratio: 3.5/1;
    background-size: 100% 100%;
  }
}
.__linkbtn02 a {
  cursor: pointer;
}
.__linkbtn02 a p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  margin-left: -2em;
  line-height: 1.3em;
}
@media screen and (max-width: 767px) {
  .__linkbtn02 a p span.__jp {
    font-size: 1em;
  }
}
.__linkbtn02 a p span.__en {
  color: #69281d;
}
@media screen and (max-width: 991px) {
  .__linkbtn02 a p span.__en {
    font-size: 0.85em;
  }
}
.__linkbtn02 a .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: 2em;
  width: 2.2em;
  aspect-ratio: 1/1;
}
.__linkbtn02 a .arrow.__green {
  background-image: url(../images/icon-bg_circle_green.png);
}
.__linkbtn02 a .arrow.__orange {
  background-image: url(../images/icon-bg_circle_orange.png);
}
.__linkbtn02 a .arrow.__yellow {
  background-image: url(../images/icon-bg_circle_yellow.png);
}
.__linkbtn02 a .arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
  height: auto;
}
.__linkbtn02.__long {
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: initial;
  background-size: 100% 100%;
}
.__linkbtn02.__long a {
  width: -moz-fit-content;
  width: fit-content;
}
.__linkbtn02.__long a p {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  margin-left: 0;
  padding: 1.2em 2em;
  padding-right: 6em;
}
.__linkbtn02.__long a p span.__jp {
  display: inline-block;
  margin-bottom: 0.2em;
}

@media screen and (max-width: 767px) {
  .__linkbtn03 p {
    font-size: 0.9em;
  }
}
.__linkbtn03 img {
  flex-shrink: 0;
  width: 1.1em;
  height: auto;
  margin-left: 0.4em;
  transform-origin: left;
  transition: all 0.36s;
}
@media screen and (max-width: 767px) {
  .__linkbtn03 img {
    width: 0.9em;
  }
}
.__linkbtn03 a {
  display: flex;
  align-items: center;
}
.__linkbtn03 a:hover img {
  transform: scaleX(1.3);
}

.__linkbtn04 {
  background-image: url(../images/btn-bg04_white.png);
  width: 19em;
  aspect-ratio: 5.5/1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .__linkbtn04 {
    width: 18em;
  }
}
@media screen and (max-width: 767px) {
  .__linkbtn04 {
    width: 17em;
  }
}
.__linkbtn04:hover {
  opacity: 0.7;
}
.__linkbtn04 a p {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  white-space: nowrap;
  margin-left: 2em;
}
.__linkbtn04 a img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: 2em;
  width: 1em;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .__linkbtn04 a img {
    margin-right: 1.6em;
  }
}
.__linkbtn04.__fax a img {
  width: 0.6em;
}

.__sns-linkbtn {
  aspect-ratio: 1/1;
  background-image: url(../images/icon-bg_circle_white.png);
}
.__sns-linkbtn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
  height: auto;
}
.__sns-linkbtn a {
  border-radius: 50%;
}

.__hoverAnim01 {
  will-change: transform;
}
@keyframes btnAnim01 {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(-4deg);
  }
  75% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media screen and (min-width: 992px) {
  .__hoverAnim01:hover {
    animation: btnAnim01 0.54s ease both;
  }
}

.__hoverAnim02 {
  will-change: transform;
}
@keyframes btnAnim02 {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(1deg);
  }
  50% {
    transform: rotate(-1deg);
  }
  75% {
    transform: rotate(0.5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media screen and (min-width: 992px) {
  .__hoverAnim02:hover {
    animation: btnAnim02 0.54s ease both;
  }
}

.__anchor-point {
  position: absolute;
}

.__fadeIn {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.8s ease 0.6s;
}
.__fadeIn.__delay00 {
  transition-delay: 0s;
}
.__fadeIn.__inview {
  opacity: 1;
  transform: translateY(0);
}

/* header
---------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  height: max(9.375vw, 150px);
  background-size: cover;
  background-position: 50% 100%;
  will-change: transform;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  header {
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  header {
    height: 100px;
  }
}
header.__home {
  background-image: url(../images/header-roof_red.png);
}
header.__blog {
  background-image: url(../images/header-roof_green.png);
}
header.__blog-detail {
  background-image: url(../images/header-roof_lgreen.png);
}
header.__products {
  background-image: url(../images/header-roof_orange.png);
}
header.__products-detail {
  background-image: url(../images/header-roof_yellow.png);
}
header.__shopinfo {
  background-image: url(../images/header-roof_blue.png);
}
header.__service {
  background-image: url(../images/header-roof_pink.png);
}
header.__guide {
  background-image: url(../images/header-roof_purple.png);
}
header.__contact {
  background-image: url(../images/header-roof_red.png);
}
header .header-inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: max(-0.5208333333vw, -10px);
  transition: all 0.4s ease;
}
@media screen and (max-width: 1199px) {
  header .header-inner {
    margin-top: -6px;
  }
}
header.__scroll {
  transform: translateY(max(-1.5625vw, -30px));
}
@media screen and (max-width: 1199px) {
  header.__scroll {
    transform: translateY(-16px);
  }
}
@media screen and (max-width: 767px) {
  header.__scroll {
    transform: translateY(-10px);
  }
}
header.__scroll .header-inner {
  margin-top: max(0.2083333333vw, 2px);
}
@media screen and (max-width: 1199px) {
  header.__scroll .header-inner {
    margin-top: 0;
  }
}
header .header-logo {
  position: relative;
  z-index: 2;
  width: 10rem;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  header .header-logo {
    width: 120px;
  }
}
@media screen and (max-width: 991px) {
  header .header-logo {
    width: 100px;
  }
}
header .header-logo img {
  width: 100%;
  height: auto;
}
header .header-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: 1.875rem;
  display: flex;
}
@media screen and (max-width: 1199px) {
  header .header-right {
    width: calc(100% - 44px);
    justify-content: space-between;
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  header .header-right {
    width: calc(100% - 30px);
    margin-right: 10px;
  }
}
header .header-right .header-tel {
  color: #fff;
  margin-right: 2em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  header .header-right .header-tel {
    margin-right: 0;
  }
}
header .header-right .header-tel .tel-icon {
  display: block;
  width: 2.4em;
  margin-right: 0.6em;
}
@media screen and (max-width: 1199px) {
  header .header-right .header-tel .tel-icon {
    width: 2.2em;
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  header .header-right .header-tel .tel-icon {
    width: 2.4em;
    margin-right: 0;
  }
}
header .header-right .header-tel .tel-icon img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  header .header-right .header-tel .tel-txt {
    display: none;
  }
}
header .header-right .header-tel .tel-txt .__num {
  line-height: 1em;
  letter-spacing: 0.1em;
}
header .header-right .header-tel .tel-txt .__info {
  line-height: 1.1em;
  display: block;
}
@media screen and (max-width: 991px) {
  header .header-right .header-tel .tel-txt .__info {
    font-size: 0.7em;
  }
}
header .header-right .menu-btn {
  cursor: pointer;
  position: relative;
  margin-top: 0.6em;
  width: 7.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-image: url(../images/icon-bg_circle_white.png);
}
@media screen and (max-width: 1199px) {
  header .header-right .menu-btn {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  header .header-right .menu-btn {
    width: 66px;
  }
}
header .header-right .menu-btn p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
  line-height: 1.3em;
  margin-top: 0.2em;
}
@media screen and (max-width: 767px) {
  header .header-right .menu-btn p {
    line-height: 1em;
    margin-top: 0.1em;
  }
}
header .header-right .menu-btn p span.__jp {
  display: block;
}

.hamburger-menu {
  color: #fff;
  background-image: url(../images/bg-pattern_brown.png);
  background-repeat: repeat;
  padding: 12vh 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.36s ease;
}
@media screen and (max-width: 1199px) {
  .hamburger-menu {
    overflow-y: scroll;
    padding: 8vh 0;
  }
}
@media screen and (max-width: 991px) {
  .hamburger-menu {
    padding: 12vh 0;
  }
}
@media screen and (max-width: 767px) {
  .hamburger-menu {
    padding: 4dvh 0;
  }
}
.hamburger-menu .hm-bgmark {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: 10%;
  margin-right: -10%;
  width: 600px;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .hm-bgmark {
    width: 85%;
  }
}
.hamburger-menu .hm-bgmark img {
  width: 100%;
  height: auto;
}
.hamburger-menu .hamburger-menu-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: min(100% - 17.5rem, 1590px);
}
@media screen and (max-width: 1199px) {
  .hamburger-menu .hamburger-menu-inner {
    position: relative;
    top: 0;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 991px) {
  .hamburger-menu .hamburger-menu-inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  .hamburger-menu .hamburger-menu-inner {
    width: calc(100% - 40px);
  }
}
.hamburger-menu .hamburger-menu-inner .hm-content {
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.8s ease;
}
.hamburger-menu.__open {
  opacity: 1;
  visibility: visible;
}
.hamburger-menu.__open .hamburger-menu-inner .hm-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.8s 0.4s ease;
}
.hamburger-menu .hm-logo {
  width: 22.5rem;
  margin: 0 auto;
  margin-top: 2em;
}
@media screen and (max-width: 1199px) {
  .hamburger-menu .hm-logo {
    width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .hamburger-menu .hm-logo {
    width: 220px;
  }
}
.hamburger-menu .hm-logo img {
  width: 100%;
  height: auto;
}
.hamburger-menu .hm-nav {
  margin-top: 4em;
}
@media screen and (max-width: 1199px) {
  .hamburger-menu .hm-nav {
    margin-top: 6em;
  }
}
@media screen and (max-width: 767px) {
  .hamburger-menu .hm-nav {
    margin-top: 3em;
  }
}
.hamburger-menu .hm-nav ul li a {
  opacity: 0.7;
}
.hamburger-menu .hm-nav ul li a span.__en {
  display: inline-block;
}
.hamburger-menu .hm-nav ul li a:hover {
  opacity: 1;
}
.hamburger-menu .hm-nav ul li a:hover span.__en {
  animation: btnAnim01 0.54s ease both;
}
.hamburger-menu .hm-nav ul li.__current a {
  opacity: 1;
}
.hamburger-menu .hm-link {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .hm-link {
    margin-top: 2em;
  }
}
.hamburger-menu .hm-link ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .hm-link ul {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.hamburger-menu .hm-link ul .__linkbtn04 {
  transition: all 0.3s ease;
}
.hamburger-menu .hm-link ul .__linkbtn04.__fax {
  margin-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .hm-link ul .__linkbtn04.__fax {
    margin-left: 0;
    margin-top: 1em;
  }
}
.hamburger-menu .hm-link ul .__linkbtn04:hover {
  opacity: 0.7;
}
.hamburger-menu .hm-sns {
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .hamburger-menu .hm-sns {
    margin-top: 3em;
  }
}
.hamburger-menu .close-btn {
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 6em;
  margin-bottom: 2em;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .hamburger-menu .close-btn {
    margin-top: 8em;
  }
}
@media screen and (max-width: 767px) {
  .hamburger-menu .close-btn {
    margin-top: 6em;
    margin-bottom: 8em;
  }
}
.hamburger-menu .close-btn:hover {
  opacity: 0.7;
}
.hamburger-menu .close-btn img {
  margin: 0 auto;
  width: 1em;
  height: auto;
}
.hamburger-menu .close-btn p {
  text-align: center;
  margin-top: 1em;
}
.hamburger-menu .close-btn p span {
  line-height: 1.3em;
}
.hamburger-menu .close-btn p span.__jp {
  display: block;
}

.__global-nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .__global-nav ul {
    justify-content: center;
    width: min(100%, 48em);
    margin: 0 auto;
  }
}
@media screen and (max-width: 1199px) {
  .__global-nav ul li {
    margin-right: 6em;
    margin-bottom: 2em;
  }
  .__global-nav ul li:nth-of-type(4n) {
    margin-right: 0;
  }
  .__global-nav ul li:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .__global-nav ul li {
    width: 100%;
    margin-right: 0;
  }
}
.__global-nav ul li a {
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .__global-nav ul li a {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.__global-nav ul li a span {
  line-height: 1.3em;
}
@media screen and (max-width: 767px) {
  .__global-nav ul li a span {
    line-height: 1.4em;
  }
}
@media screen and (max-width: 1199px) {
  .__global-nav ul li a span.__en {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 991px) {
  .__global-nav ul li a span.__en {
    font-size: 1.2em;
  }
}
.__global-nav ul li a span.__jp {
  display: block;
}
@media screen and (max-width: 1599px) {
  .__global-nav ul li a span.__jp {
    font-size: 0.8em;
  }
}
.__global-nav ul li a:hover {
  opacity: 0.6;
}

.__sns-link-list ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  .__sns-link-list ul {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .__sns-link-list ul {
    flex-wrap: wrap;
    justify-content: center;
    width: min(100%, 40em);
    margin: 0 auto;
  }
}
.__sns-link-list ul .link-wrap {
  width: 15rem;
}
@media screen and (max-width: 1199px) {
  .__sns-link-list ul .link-wrap {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .__sns-link-list ul .link-wrap {
    width: 33.3333333333%;
    margin-top: 2em;
  }
}
.__sns-link-list ul .link-wrap a {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transition: all 0.4s ease;
}
.__sns-link-list ul .link-wrap a:hover {
  opacity: 0.7;
}
.__sns-link-list ul .link-wrap a:hover .__sns-linkbtn {
  animation: btnAnim01 0.54s ease both;
}
.__sns-link-list ul .link-wrap .__sns-linkbtn {
  width: 3.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .__sns-link-list ul .link-wrap .__sns-linkbtn {
    width: 3em;
  }
}
.__sns-link-list ul .link-wrap p {
  text-align: center;
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  .__sns-link-list ul .link-wrap p {
    font-size: 0.8em;
    margin-top: 0.6em;
  }
}
.__sns-link-list ul .link-wrap p span.__arrow {
  display: inline-block;
  width: 1em;
}
.__sns-link-list ul .link-wrap p span.__arrow img {
  width: 100%;
  height: auto;
}

/* footer
---------------------------------------------------- */
footer {
  padding-top: 8.75rem;
  color: #fff;
}
@media screen and (max-width: 1599px) {
  footer {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1199px) {
  footer {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 90px;
  }
}
footer .footer-inner {
  width: min(100% - 17.5rem, 1590px);
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  footer .footer-inner {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner {
    width: calc(100% - 40px);
  }
}
footer .footer-inner .footer-logo {
  width: 25rem;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  footer .footer-inner .footer-logo {
    width: 300px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-inner .footer-logo {
    width: 270px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-logo {
    width: 240px;
  }
}
footer .footer-inner .footer-logo img {
  width: 100%;
  height: auto;
}
footer .footer-inner .footer-info {
  margin-top: 2em;
}
footer .footer-inner .footer-info p {
  text-align: center;
}
footer .footer-inner .footer-info p a {
  display: inline;
  transition: all 0.3s ease;
}
footer .footer-inner .footer-info p a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-info p span.__sp-hidden {
    display: none;
  }
}
footer .footer-inner .footer-menu {
  margin-top: 4.8em;
}
footer .footer-inner .footer-link {
  margin-top: 3em;
}
footer .footer-inner .footer-link ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-link ul {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
footer .footer-inner .footer-link ul .__linkbtn04.__fax {
  margin-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-link ul .__linkbtn04.__fax {
    margin-left: 0;
    margin-top: 1em;
  }
}
footer .footer-inner .footer-sns {
  margin-top: 6em;
}
@media screen and (max-width: 767px) {
  footer .footer-inner .footer-sns {
    margin-top: 3em;
  }
}
footer .copyright {
  margin-top: 10rem;
}
@media screen and (max-width: 1599px) {
  footer .copyright {
    margin-top: 180px;
  }
}
@media screen and (max-width: 1199px) {
  footer .copyright {
    margin-top: 200px;
  }
}
@media screen and (max-width: 767px) {
  footer .copyright {
    margin-top: 120px;
  }
}
footer .copyright p {
  color: #fff;
  background-color: #333;
  text-align: center;
  font-size: 13px;
  padding: 0.4em 0;
}
@media screen and (max-width: 991px) {
  footer .copyright p {
    font-size: 10px;
  }
}

#pagetop {
  display: none;
  position: fixed;
  z-index: 9;
  bottom: 0;
  right: 0;
  margin: 1.875rem;
  width: 9.6875rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-image: url(../images/icon-bg_circle_white.png);
  box-shadow: 0 0 40px 0 rgba(120, 120, 120, 0.2);
}
@media screen and (max-width: 1199px) {
  #pagetop {
    width: 120px;
    margin: 20px;
  }
}
@media screen and (max-width: 767px) {
  #pagetop {
    width: 80px;
    margin: 16px;
    margin-right: 10px;
  }
}
#pagetop a p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -0.6em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #pagetop a p {
    font-size: 0.9em;
    letter-spacing: 0;
    margin-top: -0.5em;
  }
}
#pagetop a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 1.4em;
  width: 1.6em;
  height: auto;
}
@media screen and (max-width: 767px) {
  #pagetop a img {
    width: 1em;
    margin-top: 1em;
  }
}/*# sourceMappingURL=common.css.map */