/* stylesheet */
@charset "UTF-8";

/* A Modern CSS Reset */
*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role="list"],ol[role="list"]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

/*ローディング画面*/
#splash {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #be1920;
    z-index: 9999999;
    text-align: center;
    color: #fff;
}
#splash-logo {
    position: relative;
    width: 100%;
    height: 100vh;
}
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.spinner-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.circle-border {
    width: 100px;
    height: 100px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: rgb(255 255 255);
    background: linear-gradient(0deg, rgba(63, 249, 220, 0.1) 33%, rgb(255 255 255) 100%);
    animation: spin .8s linear 0s infinite;
}
.circle-core {
    width: 90%;
    height: 90%;
    background-color: #be1920;
    border-radius: 50%;
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(359deg);
  }
}
.hidden{
	display: none;
}

body{
  color: #754c24;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
	font-family: 'A1ゴシック L';
  font-style: normal;
}
.wrapper{
	  width: 100%;
	 font-size: 16px;
	overflow-x: hidden;
}
img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
header{
  background-image: url(../images/bg_main.jpg);
    background-position: top;
    background-repeat: no-repeat;
    font-family: "Hina Mincho", serif;
    font-weight: 400;
    font-style: normal;
    height: 1245px;
	position: relative;
	z-index: 4;
}
.inner{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10vw;
}
nav{
  display: flex;
	align-items: center;
  position: relative;
  color: #fffafa;
  z-index: 5;
  padding-top: 8px;
}
nav ul{
  display: flex;
}
nav ul li{
    margin: 50px 20px;
	letter-spacing: 0.1rem;
}
h1{
  width: 8vw;
}
article{
	position: relative;
	z-index: 3;
	margin-bottom: 500px;
	background: #ffffff;
	border-radius: 0 0 50px 50px;
	padding-bottom: 1px;
}
.sub_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 20vw;
  margin-right: 10vw;
}
.sub_image  img{
	border-radius: 0 0 10px 10px;
}
.main_image {
  width: 50vw;
  margin-left: -20vw;
}
.main_image img{
	border-radius: 0 25px 25px 0;
}
.eye_catch{
  margin-top: 10vw;
  display: flex;
  gap: 50px;
}
.catch_copy{
  margin-top: 95px;
}
.catch_copy h2{
  font-size: 4.5rem;
  color: #fffafa;
}
.cut_apple {
    width: 445px;
}
/* h3{
	font-family: 'A1ゴシック M';
} */
#news h3{
  font-size: 3rem;
  color: #c3996d;
    padding-top: 75px;
  letter-spacing: 0.2em;
}
h3:not(#news h3){
  letter-spacing: 0.1em;
  font-size: 4rem;
  text-align:center;
  -webkit-text-stroke: 1px #754c24;
  color: rgba(0, 0, 0, .0);
}
h4{
  font-size: 2rem;
}
ul.news_list{
  margin-top: 2vw;
}
ul.news_list ul{
  display: flex;
  gap: 2vw;
  border-bottom: 1px solid #754c24;
  margin-bottom: 1vw;
  padding-bottom: 0.5vw;
}
ul.news_list ul li{
  letter-spacing: 0.1em
}
.list_date{
  width: 10%;
	display: flex;
   align-items: center;
}
.list_category{
  font-size: 0.8rem;
  font-weight: 300;
  color: #c3996d;
  border: solid 1px #c3996d;
  padding: 0 1vw;
}
button{
  display: block;
  padding: 1vw 2vw;
  border-radius: 5px;
  color: #fffafa;
  background-color: #be1920;
  margin: 5vw auto;
}
button i{
  margin-left: 1vw;
}
section:not(section#news) {
    margin: 120px 0;
}
.ensyu{
  width: 10vw;
  height: 10vw;
  font-size: 12px;
  letter-spacing: 0.2rem;
}
.ensyu svg {
  overflow: visible;
}
.ensyu path {
  fill: none;
}
.ensyu text {
  fill: #f7a5ab;
}
	.pc_none{
		display: none;	
	}
.img-effect {
    overflow: hidden;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.img-effect .img-load.loaded {
    animation: loaded 1.3s cubic-bezier(0.19,1,0.22,1) 1s both;
}
.img-effect .img-load {
    height: 100%;
}
@keyframes loaded {
  0% {
    clip-path: inset(100% 0 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
.img-effect .img-load.loaded-2 {
    animation: loaded-2 1.3s cubic-bezier(0.19,1,0.22,1) 1s both;
}
@keyframes loaded-2 {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0);
  }
}
/*アニメーション*/
.anm_mod {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: all 1s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 10px;
    height: 100%;
}
.anm_mod.left {
    transform: translate3d(-30%, 0, 0);
}
.anm_mod.right{
    transform: translate3d(30%, 0, 0);
}
.anm_mod.active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}


/* フェードイン
================================================ */
	.fadein-sec {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
	transition: opacity 1s, visibility 1s, transform 3s;
}
.is-fadein{
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

/* スライダー
================================================ */

.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
}
.swiper-button-prev::after, .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}
.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.gallery .l-inner {
  padding-bottom: 0;
}
.gallery .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.gallery .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.gallery .slide {
  width: var(--slide-width);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  --slide-width: 245px;
}
.gallery .slide-media {
  height: 167px;
}
.gallery .slide-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 3.2rem 1.6rem 1.6rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.3)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%);
}
.gallery .slide-title {
  font-size: 1.4rem;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}



@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  .l-inner {
    padding: 0 4rem;
  }
  .pc {
    display: none !important;
  }
}

@media only screen and (max-width: 599px) {
  html {
    font-size: 50%;
  }
  .pc-tab {
    display: none !important;
  }
  .gallery {
    margin-bottom: 8rem;
  }
  .gallery .slide {
    --slide-width: 120px;
  }
}

@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}



	/*ハンバーガーメニュー
	================================================ */
	.hamburger_menu {
    display: none;
	}
	.hamburger_menu {
    position: fixed;
	top: 45px;
    right: 30px;
    width: 30px;
    height: 24px;
    z-index: 12;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
	}
	.hamburger_menu span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #fffafa;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
	}
	.hamburger_menu  span:nth-child(1) {
    top: 0;
	}
	.hamburger_menu  span:nth-child(2) {
    top: 10px;
	}
	.hamburger_menu  span:nth-child(3) {
    top: 20px;
	}
	.hamburger_menu.open span:nth-child(1) {
    background: #fffafa;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
	}
	.hamburger_menu.open span:nth-child(2),
	.hamburger_menu.open span:nth-child(3) {
    top: 6px;
    background: #fffafa;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
	}

/* main
================================================ */
.catch_copy {
    margin-top: 40px;
}
.ensyu_wrap{
	position: relative;
}
main .ensyu {
    position: absolute;
    top: -52px;
    right: 0;
	font-family: 'A1ゴシック L';
}

/* news
================================================ */
ul.news_list ul {
    margin-bottom: 2vw;
}
.list_category{
	display: inline-block;
}

/* product
================================================ */
section#product{
  background-image: url("../images/bg_product.jpg");
  background-size: cover;
    padding: 110px 0;
}
.neapolitan_logo_sp{
  display: none;
}
.product_info{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4vw;
  margin-top: 9vw;
}
#recipe .product_info{
	margin-top: 17vw;
}
.product_info > img{
  max-width: 350px;
}
.to_online img{
  max-width: 150px;
  margin: 0 auto;
}
.product_apples{
  position: relative;
}
.white_apple01, .white_apple02, .white_apple03, .neapolitan_logo{
  position: absolute;
}
.neapolitan_logo{
  z-index: 10;
}
.white_apple01 {
  width: 11vw;
  top: -17vw;
  left: -1vw;
}
.white_apple02 {
  width: 11vw;
  right: -5vw;
  top: 1vw;
	left: 13%;
}
.white_apple03 {
  width: 11vw;
  top: 45vw;
  left: 14vw;
}




/* story
================================================ */
#story{
  text-align: center;
    position: relative;
}
#story h4{
  font-size: 3rem;
}
#story h4 + p{
  margin-top: 5vw;
  line-height: 3.5rem;
}
.apple_part01, .apple_part02, .apple_part03, .apple_part04{
	width: 200px;
	position: absolute;
}
.apple_part01 {
    top: -5%;
    right: 19%;
}
.apple_part02 {
    top: 36%;
    left: 13%;
}
.apple_part03 {
    top: 90%;
    right: 12%;
}
.apple_part04 {
    top: 137%;
    left: 21%;
}
.fork_part {
    position: absolute;
    width: 36vw;
    left: 64%;
    top: 86%;
}
.neputa {
    content: "";
    width: 100%;
    height: 350px;
    background-image: url("https://napolitan.8dubois.com/wp-content/themes/apple_neapolitansauce/images/hirosakinebuta.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}



/* brand
================================================ */
#brand figure{
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 4vw;
  margin-top: 100px;
}
#brand figure:nth-of-type(2n){
  flex-direction: row;
}
#brand .anm_mod{
  width: 50%;
}
.brand_text{
  width: 50%;
}
#brand h4 + p{
  font-size: 1rem;
}
#brand h4 + p span{
  display: block;
  margin-top: 3vw;
}
#brand .inner{
  position: relative;
}
#brand .ensyu{
  position: absolute;
  right: 5vw;
  top: 18vw;
	z-index: 1;
}


/* slider
================================================ */
#slider{
	position: relative;
}
#slider .ensyu{
    position: absolute;
    z-index: 2;
    top: -65px;
    left: 300px;
}




/* recipe
================================================ */
section#recipe{
  background-image: url("../images/bg_product.jpg");
  background-size: cover;
  padding: 8vw 0;
}
iframe{
  display: block;
  margin: 5vw auto;
  width: 77%;
}



/* shop
================================================ */
#shop h4{
    display: inline-block;
    border-bottom: solid 0.5px #754C24;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
#shop ul{
  display: flex;
  flex-wrap: wrap;
  margin-top: 3vw;
}
#shop ul li {
    width: 50%;
}



/* contact
================================================ */
#contact h4{
  text-align: center;
}
.form {
    margin-top: 6vw;
}
p.form_title + p {
    width: -webkit-fill-available;
    border: solid 0.5px #754C24;
    border-radius: 5px;
}
.form_flex {
    display: flex;
	margin-bottom: 6vw;
	align-items: center;
}
.form_flex input, textarea{
	margin: 1vw;
}
.form_title {
    width: 20%;
}
.button_submit {
    width: 200px;
    height: 50px;
    border-radius: 5px;
    margin: 0 0 0 auto;
    color: #fffafa;
    background-color: #754C24;
}
.button_submit p {
    text-align: center;
	line-height: 50px;
}
.wpcf7-spinner{
	display: none!important;
}
.form input, .form button, .form textarea, .form select {
    width: 100%;
}
input, textarea {
  outline:none;
}




/* footer
================================================ */
footer{
	width: 100%;
    background: #be1920;
    background-position: top;
    background-repeat: no-repeat;
    padding: 15vw 0 0 0;
    color: #fffafa;
    letter-spacing: 0.25em;
    position: fixed;
    bottom: 0;
    z-index: 1;
    height: 550px;
}
.footer{
  display: flex;
  justify-content: space-between;
}
footer img{
  max-width: 220px;
  opacity: 0.3;
}
.footer_right i.fa-solid{
  transform: scaleX(-1);
  text-align: right;
  font-size: 2.5rem;
}
.footer_right{
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
.footer_online_shop{
  font-size: 2rem;
  line-height: 2.5rem;
}


/* recaptcha
================================================ */
.grecaptcha-badge { visibility: hidden; }



@media screen and (max-width: 1000px) {
	  #brand figure{
    display: block;
  }
	#brand .anm_mod {
    width: 100%;
	}
	#brand .brand_text{
		width: 100%;
	}
}



/*------------------------------------------------------
 Mobile
------------------------------------------------------*/
@media screen and (max-width:767px) {
	body{
		font-size: 16px!important;
	}
	h4 {
    font-size: 2.5rem;
	}
	header{
		padding-bottom: 13vw;
		background-size: 2347px;
		height: 1030px;
	}
	h3:not(#news h3) {
    margin-bottom: 10vw;
    }
	section:not(section#news) {
    margin: 65px 0;
	}
	.main_image {
		width: 100%;
		margin: 0;
	}
  .ensyu {
    width: 20vw;
    height: 20vw;
	 font-size: 1.5rem;
    letter-spacing: 0.5rem;
  }
	.eye_catch {
    margin-top: 18vw;
    display: block;
	}
	button {
    text-align: center;
    padding: 3vw 9vw;
    margin: 10vw auto;
    }
	.pc_none{
		display: block;	
	}
		h1{
		width: 17vw;
	}
	nav{
		padding-top: 30px;
	}
	
	 /* ハンバーガーメニュー スマホ
	================================================ */
	.hamburger_menu {
    display: block;
	}
	.gNav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #be1920;
    font-size: 3rem;
    z-index: 5;
    padding: 43vw 0;
    text-align: center;
    transition: .3s;
    letter-spacing: 0.3rem;
	}
	.gNav ul {
    display: block;
	}
    .gNav.open {
        right: 0;
    }

	
	 /* main スマホ
	================================================ */
	.sub_image {
    top: 0;
    right: 13%;
		width: 25vw;
	}
	.cut_apple {
    margin-top: 30px;
    width: 250px;
	}


    /* news スマホ
  ================================================ */
  ul.news_list ul{
    flex-wrap: wrap;
    margin-bottom: 17vw;
  }
  ul.news_list > li{
    margin-top: 3vw;
  }
  .list_date{
    width: 29%;
  }
	.list_category {
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    padding: 0 2vw;
	}

    /* product スマホ
  ================================================ */
  .white_apple01 {
    width: 18vw;
    top: -27vw;
    left: -6vw;
  }
  .white_apple02 {
    width: 18vw;
    right: -5vw;
    top: 1vw;
    z-index: 5;
    }
  .product_info{
    display: block;
	margin-top: 47vw!important;
	}
  .neapolitan_logo{
    display: none;
  }
  .neapolitan_logo_sp {
    display: block;
    position: absolute;
    top: -90%;
    left: 50%;
    -webkit-transform: translate(-50%, 90%);
    -ms-transform: translate(-50%, -50%);
    z-index: 4;
    width: 70%;
    }
	#product .neapolitan_logo_sp {
    top: -45%;
    -webkit-transform: translate(-50%, 45%);
    }
  .to_online {
    margin-top: 20vw;
  }
	#story h4 + p {
    font-size: 14px;
	}
	
	/*story スマホ
  ================================================ */
	.apple_part01, .apple_part02, .apple_part03, .apple_part04 {
    width: 80px;
	}
	.apple_part01{
		top: 22%;
		right: 11%;
	}
	.apple_part02 {
    top: 84%;
    left: -2%;
	}
	.apple_part03 {
    top: 146%;
    right: -3%;
    z-index: -1;
	}
	.apple_part04 {
    top: 224%;
    left: 3%;
    z-index: -1;
	}
	.fork_part {
    width: 70vw;
    left: 38%;
    top: 115%;
    }
	.neputa {
    height: 150px;
	}

	
	
	/* brand スマホ
  ================================================ */
  #brand figure{
    display: block;
  }
	#brand .anm_mod {
    width: 100%;
	}
  .brand_text {
    width: 100%;
    margin-top: 8vw;
  }
  #brand h4 + p {
    font-size: 1.5rem;
  }
  .gallery .slide-media {
    height: 82px;
  }
	.sp_none{
		display: none; 
	}
	#slider{
		position: relative;
	}
	#slider .ensyu {
    position: absolute;
    z-index: 4;
    top: -26%;
    left: 8%;
    }
	
	
	/*recipe スマホ
  ================================================ */
	section#recipe {
    padding: 15vw 0;
	}
	iframe {
    width: 100%;
    height: 100%;
	}
	
	
	/*shop スマホ
	================================================ */
	#shop ul {
    display: block;
    margin-top: 10vw;
	}
	#shop ul li {
    width: 100%;
    margin-bottom: 3vw;
	}
	
	
	/*contact スマホ
  ================================================ */
	.form {
    margin-top: 15vw;
	}
	.form_flex {
    flex-direction: column;
	}
	.form_title {
    width: 100%;
	}
	.button_submit{
		width: 100%;
	}
	

    /* footer スマホ
  ================================================ */
  .footer {
    flex-wrap: wrap;
    padding: 28vw 0 0 0;
  }
  .footer img{
    width: 50%;
  }
  .footer_right {
    text-align: left;
  }
  .footer_right i.fa-solid{
    font-size: 5.5rem;
    margin-top: 10vw;
  }
}