@charset "UTF-8";
/*--------------------------------------------------------------
/** 1. VARIABLES
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
:root {
    --white-color:              #fff;
    --dark-color:               #2A2428;
    --light-dark:               #342D2E;
    --accent-color:             #777777;
    --gray-color:               #F3F3F3;
    --gray-color-300:           #F7F7F7;
    --gray-color-400:           #EFEFEF;
    --gray-color-500:           #AEAEAE;
    --gray-color-600:           #999999;
    --gray-color-800:           #3A3A3A;
    --primary-color:            #c50080;
    --bs-primary-rgb:           104,85,98;
    --light-color:              #FCFAFB;
    --swiper-theme-color:       #4A4A4A;
    --swiper-pagination-color:  #4A4A4A;
}
/* on mobile devices below 600px */
@media screen and (max-width: 600px) {
    :root {
        --header-height : 100px;
        --header-height-min   : 80px;
    }
}
/* Fonts */
:root {
    --sans-font: "Noto Sans JP", sans-serif;
    --serif-font: "Noto Serif JP", serif;
    --logo-font: "Marcellus", serif;  
}

/*----------------------------------------------*/
/* 2. GENERAL TYPOGRAPHY */
/*----------------------------------------------*/

/* 2.1 General Styles
/*----------------------------------------------*/
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    box-sizing: border-box;
}
body {
    background-color: var(--gray-color-300);
    color: var(--dark-color);
    font-family: var(--sans-font);
    font-size: 1rem; /*16px*/
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 1.75;
    margin: 0;
    font-feature-settings: "palt"
}
.logo {
    font-family: var(--logo-font);
    font-weight: 400;
    letter-spacing: 0.14em;
}
h1,h2,h3,h4,h5,h6 {
    font-family: var(--serif-font);
    font-weight: normal;
    line-height: 127%;
}
h1 {
    font-weight: 200;
    font-size: 3.5rem;
}
h2 {
    font-size: 2rem;
}
h3,
#on-site-shooting-1 h4 {
    font-size: 1.5rem;
}
h4 span {
    font-size: 1rem;
}
h4,
#on-site-shooting-1 h3,
h3.accordion-header {
    font-size: 1.25rem;
}
h5 {
    font-size: 1rem;
}
p, ul, table, blockquote {
    font-size: 1rem;
    text-transform: none;
    letter-spacing: normal;
}
b {
    font-style: normal;
    font-weight: 500;
}
#on-site-shooting-1 h3,
#on-site-shooting-1 h5 {
    font-family: var(--sans-font);
    font-weight: 500;
}
#on-site-shooting-1 span {
    font-size: 1rem;
}
section ul {
    color: var(--light-dark);
    list-style-position: inside;
}
dl ul {
    padding: 0;
    margin: 0;
    width: 100%;
}
section li {
	margin-left: 1.4em;
	text-indent: -1.4em;
}
section li i {
    margin-left: 0;
	text-indent: 0;
}
li::marker {
    color: var(--dark-color);
}
ul.inner-list li {
    font-size: 1.2em;
}
a {
color: var(--accent-color);
    text-decoration: none;
    transition: 0.3s color ease-out;
}
a.light {
color: var(--light-color);
}
a:hover,
.logo a {
    text-decoration: none;
    color: var(--dark-color);
}
a.active {
    color: var(--dark-color);
}
dl {
    display: flex;
    flex-wrap: wrap;
}
dt,dd {    
    padding: .25rem 1rem .25rem 1rem;
    margin-bottom: .5rem;
}
dt {
    font-weight: 300;
    width: 30%;
    background-color: var(--gray-color-400);
}
dd {
    width: 70%;
}
.fs-1 {
    font-size: 1.75rem !important;/*28px*/
}
.fs-2 {
    font-size: 1.625rem !important;/*26px*/
}
.fs-3 {
    font-size: 1.375rem !important;/*22px*/
}
.fs-4 {
    font-size: 1.25rem !important;/*20px*/
}
.fs-5 {
    font-size: 1.125rem !important;/*18px*/
}
.fs-6 {
    font-size: 0.875rem !important;/*14px*/
}
fw-bold {
    font-weight: 500 !important;
}

/* 2.3 Background Color
/*----------------------------------------------*/
.bg-gray {
    background: var(--gray-color);
}
.bg-dark {
background: var(--dark-color);
}
.bg-light {
background: var(--light-color);
}

/* 2.4 Section
--------------------------------------------------------------*/
/* - Section Padding
--------------------------------------------------------------*/
.padding-xsmall {
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.padding-small {
padding-top: 2em;
padding-bottom: 2em;
}
.padding-medium {
padding-top: 4em;
padding-bottom: 4em;
}
.padding-large {
padding-top: 7em;
padding-bottom: 7em;
}
.padding-xlarge {
    padding-top: 9.5em;
    padding-bottom: 9.5em;
}

/* - Section Margin
--------------------------------------------------------------*/
.margin-xlarge {
    margin-top: 9.5em;
    margin-bottom: 9.5em;
}

/* - Section Title
--------------------------------------------------------------*/
.title-accent,
.breadcrumbs {
    color: var(--gray-color-600);
    letter-spacing: 0.14em;
    font-size: 0.875rem;
}
h5.card-title {
    font-family: var(--sans-font);
}

/** 2.5 Buttons
--------------------------------------------------------------*/
.btn:focus {
    box-shadow: none;
}
.btn,
.btn-white,
.btn-dark {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1;
    height: fit-content;
    padding: 1rem;
    border: 0;
    border-radius: 2px;
    transition: 0.3s ease;
    box-shadow: none;
}
.btn:hover {
    color: var(--accent-color);
}
.btn-white,
.btn-white:active {
    background-color: var(--white-color);
    color: var(--dark-color);
}
.btn-white:hover {
    background-color: var(--accent-color);
    color: var(--white-color);
}
.btn-dark,
.btn-dark:active {
    background-color: var(--dark-color);
    color: var(--white-color);
}
.btn-dark:hover {
    background-color: var(--accent-color);
    color: var(--white-color);
}

/** 2.6 Forms
--------------------------------------------------------------*/
label {
    font-size: 14px;
    font-weight: 500;
}
textarea,
select,
input {
    width: 100% !important;
    padding: 0.25rem;
    background: none;
    border-image: initial;
    border: 1px solid var(--gray-color-500) !important;
    outline: none;
}

/* - Image Hover Effects
------------------------------------------------------------- */
.zoom-effect {
    background-color: transparent;
    overflow: hidden;
}
img.zoom-in {  
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
}
.zoom-effect:hover img.zoom-in {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/* zoom out on animate */
.zoom-out {
    overflow: hidden;
}
.zoom-out img {
    transform: scale(1.1);
    transition: transform 1s ease-out;
    transition-delay: 500ms;
}
.aos-animate .zoom-out img {
    transform: scale(1);
}

/* - Preloader
------------------------------------------------------------- */
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7eb;
    display: flex;
    align-items: center;
    z-index: 99999999;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
#preloader.hide-preloader {
    opacity: 0;
    visibility: hidden;
}
#loader {
    width: 180px;
    height: 9px;
    margin: auto;
    position: relative;
    overflow: hidden;
    background-color: var(--white-color);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
#loader:before {
    content: "";
    position: absolute;
    left: -50%;
    height: 9px;
    width: 30%;
    background-color: #b7b4ab;
    -webkit-animation: lineAnim 1.6s linear infinite;
    -moz-animation: lineAnim 1.6s linear infinite;
    animation: lineAnim 1.6s linear infinite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
@keyframes lineAnim {
  0% {
      left: -40%;
  }
  50% {
      left: 20%;
      width: 80%;
  }
  100% {
      left: 100%;
      width: 100%;
  }
}

/* - Swiper arrows
------------------------------------------------------------- */
.swiper-buttons .swiper-prev,
.swiper-buttons .swiper-next {
    font-size: 3rem;
    line-height: 1;
    color: var(--dark-color);
    padding: 1rem;
    background: none;
    transition: 0.3s ease;
    border: 0;
}
.swiper-prev:hover,
.swiper-next:hover {
    color: var(--accent-color);
    background: none;
}
.swiper-prev.swiper-button-disabled,
.swiper-next.swiper-button-disabled {
    color: var(--gray-color-400);
    background: none;
}

/*----------------------------------------------*/
/* 3. SITE STRUCTURE */
/*----------------------------------------------*/

/* 3.1 Header
/*----------------------------------------------*/
.navbar-brand,
a.navbar-brand:hover {
    margin-right: 3rem;
    color: var(--dark-color);
}
.site-header {
    position: fixed;
    top: 0;
    background-color: transparent;
    width: 100%;
    z-index: 999999;
    transition: background-color 0.3s ease;
}
.site-header.sticky{
    background-color: var(--white-color);
}
.navbar-nav .nav-item a.nav-link {
    margin-right: 100px;
    margin-left: 100px;
    color: var(--accent-color);
}
.navbar-nav .nav-item a.nav-link:hover,
.navbar-nav .nav-item a.nav-link.active {
    color: var(--dark-color);
}
.dropdown-toggle::after {
    display: none;  
}
#headerNav.navbar-shrink {
    background-color: var(--white-color);
}

/*------------ Offcanvas -------------- */
.navbar-toggler {
    color: var(--accent-color);
    border: 0;
}
#headerNav .navbar-toggler:focus {
    box-shadow: none;
}
#headerNav .offcanvas.show {
    z-index: 9999;
    background-color: var(--white-color);
}
#headerNav .offcanvas-end {
    width: 75%;
    border: none;
}
.offcanvas.show .offcanvas-body .navbar-nav {
    align-items: unset!important;
}
.offcanvas-body .dropdown-menu{
    min-width: 14rem;
    background-color: var(--white-color);
    border: none;
    border-radius: 0;
}
.offcanvas-body .dropdown-menu .dropdown-item {
    color: var(--accent-color);
    font-size: 1rem !important;
    background: none;
    padding: 0.5rem 1rem;
}
.offcanvas-body .dropdown-menu .dropdown-item.active,
.offcanvas-body .dropdown-menu .dropdown-item:hover,
.offcanvas-body .dropdown-menu .dropdown-item:focus {
    color: var(--dark-color);
    background: none;
}
@media only screen and (max-width: 1450px) {
  .navbar-nav .nav-item a.nav-link {
    margin-right: 40px;
    margin-left: 40px;
  }  
}
@media only screen and (max-width: 991px) {
  .navbar-nav .nav-item a.nav-link {
    margin-right: 0;
    margin-left: 0;
  }  
}

/* 3.2 Billboard
/*----------------------------------------------*/
#billboard .swiper-slide {
    width: 100vw;
    height: 100dvh;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: start;
    align-items: flex-end;
}
#billboard .swiper-slide .banner-content {
    font-size: 1.25rem;
    text-align: center;
    padding: 1rem 1.5rem;
    margin: 0 0 1rem 1rem;
    color: var(--white-color);
    background-color: var(--dark-color);
    line-height: 1;
    z-index: 1000;
    border-radius: 4px;
}
#billboard .swiper-slide .banner-content a {
    color: var(--white-color);
    background-color: var(--dark-color);
}
#billboard .swiper-slide .banner-content i {
    padding-left: 0.5rem;
}
@media only screen and (max-width: 767px) {
    #billboard .swiper-slide {
        justify-content: center;
    }
    #billboard .swiper-slide .banner-content {
        margin: 0 0 1rem 0;
    }        
    #billboard .swiper-slide .banner-content {
        font-size: 1rem;
    }
}
#billboard .main-slider-pagination {
    z-index: 999;
    bottom: 5rem;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: var(--white-color);
    opacity: 0.9;
    width: 1rem;
    height: 1rem;
    margin: 0 .5rem !important;
    transition: 0.3s ease;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--dark-color);
    opacity: 1;
}
.swiper-pagination-bullet {
    content: '';
}

/* 3.3 要確認
/*----------------------------------------------*/
.product-card .cart-concern svg {
  width: 16px;
  height: 16px;
  fill: var(--light-color);
  margin-left: 9px;
}

/* 3.4 Video
/*----------------------------------------------*/

/* 3.5 FAQs
/*----------------------------------------------*/
#category-link {
    width: 100%;
}
#category-link ul {
    margin: 0;
    padding: 0;
}
#category-link li {
    list-style: none;
}
.accordion-item {
    background: none;
}
.accordion-button {
    font-size: inherit;
    background: none;
    color: var(--dark-color);
    padding: 1rem;
}
.accordion-button:focus {
    border: none;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: var(--dark-color);
    font-weight: 800;
    background: none;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.accordion-body {
    padding: 0 1rem 0 1rem;
}

/* 3.6 Banner
/*----------------------------------------------*/
#banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: 90dvh;
}
.banner-content-1 { grid-area: 1 / 1 / 3 / 2; }
.banner-content-2 { grid-area: 1 / 2 / 2 / 3; }
.banner-content-3 { grid-area: 2 / 2 / 3 / 3; }
.banner-content-text{
  left: 10%;
  bottom: 16%;
}
#banner.aos-init.aos-animate .banner-content-1,
#banner.aos-init.aos-animate .banner-content-2,
#banner.aos-init.aos-animate .banner-content-3{
  animation: parallax 1s ease-in-out forwards;
}
@keyframes parallax {
  from {
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  to {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@media only screen and (max-width: 1100px) {
  #banner {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    height: 140dvh;
  }  
  .banner-content-1 { grid-area: 1 / 1 / 2 / 2; }
  .banner-content-2 { grid-area: 2 / 1 / 3 / 2; }
  .banner-content-3 { grid-area: 3 / 1 / 4 / 2; }
}

/* 3.7 Footer
/*----------------------------------------------*/
/*------------ Social Icon -----------*/
.social-links li {
  padding-right: 1.5rem;
}

/* 追加
--------------------------------------------------------------*/
.icon-box-icon i {
    font-size: 10rem;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.gallery img {
    flex-grow: 1;
    object-fit: contain;
    /*object-fit: cover;*/
    aspect-ratio: 1 / 1;
}
.foot-copy {
    color: var(--accent-color);
    font-size: 0.75rem;
    line-height: 1;
}
.author-detail {
    font-weight: 500;
}
.author-detail img {
    width: 200px;
    border-radius: 50%;
}
/* ごあいさつ */
#selfy img {
    width: 100%;
    height: auto;
    margin-bottom: 0.75rem;
}
#selfy img + p {
    font-size: 0.75rem;
    line-height: 1.25;
}
.timeline ul {
    padding: 0;
}
.timeline li {
    display: flex;
    margin-left: 0;
    text-indent: 0;
}
.timeline li .date {
    font-size: 0.875rem;
    line-height: 1.75rem;
    width: 8rem;
}
.timeline li .content {
    position: relative;
    width: calc(100% - 8rem);
    padding: 0 0 2rem 2rem;
    border-left: 1px solid var(--gray-color-500);
}
.timeline li .content::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -5px; /*widthの半分*/
    width: 10px;
    height: 10px;
    background-color: var(--gray-color-500);
    border-radius: 50%;
}

/* 注意 */i.fa-triangle-exclamation {
    margin-right: 0.5rem;
}
#on-site-shooting table,
#inquiry table,
#inquiry-confirm table,
#inquiry-error table {
    width: 100%;
    border-top: 1px solid var(--gray-color-500);
    margin-bottom: 1.75rem;
}
#on-site-shooting th,
#on-site-shooting td,
#inquiry th,
#inquiry td,
#inquiry-confirm th,
#inquiry-error th,
#inquiry-confirm td,
#inquiry-error td {
    vertical-align: top;
    border-bottom: 1px solid var(--gray-color-500);
    padding-top: 1rem;
    padding-bottom: 1rem;
}
#on-site-shooting th,
#inquiry th,
#inquiry-confirm th,
#inquiry-error th {
    font-weight: 600;
    width: 33%; 
    padding-right: 2rem;
}
#on-site-shooting th span,
#inquiry th span {
    font-weight: 400;
}

/* お問い合わせ */
input#mailform-final-confirm {
    vertical-align: middle;
}
input#mailform-final-confirm {
    width: 1.5rem !important;
}
input#mailform-final-confirm[type="checkbox"] {
    width: 1rem;
    height: 1rem;
    vertical-align: -0.1rem;
}
#inquiry-error .msg {
    color: var(--primary-color);
}
.bttn-box {
    display: flex;
    justify-content: space-between;
}
.bttn-box button {
    flex:1;
}
#on-site-shooting-1 img {
    width: 100%;
    height: auto;
}