@import url("https://fonts.googleapis.com/css2?family=Engagement&family=Epilogue:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/*
Theme Name: sample002-theme
Description: WP-CH.JP Sample Site Vol.002
Version: 1.0
Tested up to: 6.0.0
Requires at least: 6.0.0
Requires PHP: 5.2.4
Author: WP-CH.JP
Author URI: https://wp-ch.jp/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated,
are released under the GNU General Public License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  transition: all 300ms;
}

ul.inline {
  display: flex;
  flex-direction: row;
  align-items: center;
}
ul.inline li {
  position: relative;
  list-style: none;
}
ul.inline.gap1 {
  gap: 1rem;
}
ul.inline.gap2 {
  gap: 2rem;
}

.text + i,
.text + svg,
i + .text,
svg + .text {
  margin-left: 0.5rem;
}

.badge {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  top: -10px;
  right: -10px;
  border-radius: 100%;
  color: #fff;
  background-color: #FC791A;
  font-size: 10px;
  font-weight: bold;
}

.header-section {
  display: flex;
  width: 100%;
}
.header-section .logo-image {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc((100vw - 1600px) / 2 + 240px);
  padding: 0 2rem 0 calc((100vw - 1600px) / 2 + 2rem);
  background-color: #fff;
}
.header-section .logo-image img {
  width: 240px;
}
.header-section .main-header-items {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.header-section .main-header-items .header-top-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 1rem calc((100vw - 1600px) / 2 + 2rem) 1rem 2rem;
  color: #fff;
  background-color: #EB0029;
}
.header-section .main-header-items .header-top-wrapper .social-icon {
  display: flex;
}
.header-section .main-header-items .header-top-wrapper .social-icon .caption {
  margin-right: 1rem;
}
.header-section .main-header-items .header-top-wrapper .social-icon a {
  color: #fff;
}
.header-section .main-header-items .header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem calc((100vw - 1600px) / 2 + 2rem) 2rem 2rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  color: #fff;
  background-color: #02142A;
}
.header-section .main-header-items .header-main .main-menu {
  font-weight: bold;
}
.header-section .main-header-items .header-main .main-menu a {
  color: #fff;
}
.header-section .main-header-items .header-main .main-menu a:hover {
  color: #EB0029;
}
.header-section .main-header-items .header-main .sub-menu {
  display: flex;
  align-items: center;
}
.header-section .main-header-items .header-main .sub-menu a {
  color: #fff;
}

/********************
    footer-section
********************/
.footer-section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
.footer-section .footer-widgets-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #02142A;
  padding: 4rem;
}
.footer-section .footer-widgets-wrapper .footer-top {
  display: flex;
  gap: 2rem;
  width: 1600px;
  padding: 2rem;
  color: #fff;
  background-color: #FC791A;
  border-radius: 1rem;
}
.footer-section .footer-widgets-wrapper .footer-top .fancy-box {
  display: flex;
  justify-content: center;
  gap: 1rem;
  position: relative;
  width: calc((100% - 4rem) / 3);
}
.footer-section .footer-widgets-wrapper .footer-top .fancy-box .item1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  font-size: 2rem;
  color: #FC791A;
  background-color: #fff;
  border-radius: 100%;
}
.footer-section .footer-widgets-wrapper .footer-top .fancy-box .item2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-section .footer-widgets-wrapper .footer-top .fancy-box .item2 .caption {
  font-size: 1rem;
  font-weight: normal;
}
.footer-section .footer-widgets-wrapper .footer-top .fancy-box .item2 .contents {
  font-size: 1.25rem;
  font-weight: bold;
}
.footer-section .footer-widgets-wrapper .footer-bottom {
  display: flex;
  justify-content: center;
  gap: 3rem;
  padding: 4rem 0 0 0;
  width: 1600px;
}
.footer-section .footer-widgets-wrapper .footer-bottom .footer-widget {
  width: calc((100% - 6rem) / 4);
  color: #fff;
}
.footer-section .footer-widgets-wrapper .footer-bottom .footer-widget a {
  color: #fff;
}
.footer-section .footer-widgets-wrapper .footer-bottom .footer-widget a:hover {
  color: #EB0029;
}
.footer-section .footer-widgets-wrapper .footer-bottom .footer-widget strong {
  color: #FC791A;
}
.footer-section .footer-widgets-wrapper .footer-bottom .footer-widget .widget-head {
  margin-bottom: 2rem;
}
.footer-section .footer-widgets-wrapper .footer-bottom .footer-widget .widget-head .footer-logo {
  display: flex;
  width: 50%;
}
.footer-section .footer-widgets-wrapper .footer-bottom .footer-widget .widget-head .title {
  display: inline-block;
  position: relative;
}
.footer-section .footer-widgets-wrapper .footer-bottom .footer-widget .widget-head .title::before {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 0;
  width: 2rem;
  height: 3px;
  background-color: #FC791A;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.footer-section .footer-widgets-wrapper .footer-bottom .footer-widget .widget-head .title::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  left: 2.5rem;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.footer-section .footer-widgets-wrapper .footer-bottom .footer-widget .list-area li {
  list-style: none;
  margin-bottom: 0.5rem;
}
.footer-section .footer-widgets-wrapper .footer-bottom .footer-widget .list-area li::before {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  margin-right: 1rem;
}
.footer-section .footer-widgets-wrapper .footer-bottom .footer-widget .list-area li a {
  margin-left: 0;
}
.footer-section .footer-widgets-wrapper .footer-bottom .footer-widget .list-area li a:hover {
  margin-left: 0.5rem;
}
.footer-section .footer-widgets-wrapper .footer-bottom .footer-widget .social-icon {
  margin-top: 2rem;
}
.footer-section .footer-widgets-wrapper .footer-bottom .footer-widget .social-icon li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 1.25rem;
}
.footer-section .footer-widgets-wrapper .footer-bottom .footer-widget .social-icon li a:hover {
  color: #fff;
  background-color: #EB0029;
}
.footer-section .footer-copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #EB0029;
}
.footer-section .footer-copyright .footer-copyright-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  width: 1600px;
  color: #fff;
}
.footer-section .footer-copyright .footer-copyright-wrapper a {
  font-weight: bold;
  color: #fff;
}

.btn-order {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  overflow: hidden;
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background-color: #EB0029;
  z-index: 1;
}
.btn-order::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #FC791A;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 300ms cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn-order .text + i,
.btn-order .text + svg {
  transition: 300ms cubic-bezier(0.25, 0, 0.65, 1);
}
.btn-order:hover .text + i,
.btn-order:hover .text + svg {
  transform: translateX(0.25rem);
}
.btn-order:hover::after {
  transform: scale(1, 1);
}

.btn-border {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0.5rem 1rem;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  z-index: 0;
}
.btn-border::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background-color: #FC791A;
  content: "";
  transition: all 300ms ease;
}
.btn-border:hover::before {
  width: 100%;
}

/********************
gallerySliderOne
********************/
.gallerySliderOne .swiper-slide {
  width: var(--slide-width, 300px);
  aspect-ratio: 1/1;
  position: relative;
}
.gallerySliderOne .swiper-slide .gallery-thumb {
  width: 100%;
  height: 100%;
}
.gallerySliderOne .swiper-slide .gallery-thumb .icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 20, 42, 0.5);
  color: #fff;
  font-size: 2rem;
  opacity: 0;
  transition: all 500ms;
}
.gallerySliderOne .swiper-slide .gallery-thumb .icon:hover {
  opacity: 1;
}

/********************
back-to-top
********************/
.back-to-top {
  border-radius: 12px;
  background-color: var(--theme2);
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: var(--white);
  font-size: 18px;
  position: fixed;
  display: inline-block;
  z-index: 99;
  right: 30px;
  bottom: 30px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.back-to-top:hover {
  background-color: var(--title);
}
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

/********************
mouse-cursor
********************/
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}
.mouse-cursor.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: #FC791A;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.mouse-cursor.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  background-color: #FC791A;
  opacity: 0.3;
}
.mouse-cursor.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  border: 1px solid #FC791A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}
.mouse-cursor.cursor-outer.cursor-hover {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */