@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";

 :root { --primary: #153aa1;
--secondary: #63a4e0;
--text: #333;
--white: #fff;
--highlight: #ffd200;
--border: #ddd; --font-gothic: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", Meiryo, sans-serif;
--font-mincho: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "MS PMincho", serif;
--font-base:"Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
--font-xs: 0.666em;
--font-s: 0.777em;
--font-m: 1.333em;
--font-l: 2.222em;
--font-xl: 3.333em; --grid-gap: 30px;
} html {
font-size: 62.5%;
}
body {
font-family: var(--font-base);
font-size: 1.8rem;
line-height: 1.65;
color: var(--text);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden;
word-break: break-all;
line-break: strict;
word-wrap: break-word;
overflow-wrap: break-word;
}
@media (768px <= width <= 1199px) {
body {
overflow-x: hidden;
}
}
@media (width < 768px) {
body {
font-size: 1.6rem;
line-height: 1.4;
}
}
img {
display: block;
}
h1, h2, h3 {
letter-spacing: -0.05em;
line-height: 1.4;
}
h2 {
margin: 0;
padding: 0;
text-align: center;
}
h3 {
margin: 0;
padding: 0;
}  .fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger,
.flipLeftTopTrigger,
.flipLeftTrigger,
.blurTrigger,
.zoomInTrigger,
.scrollTrigger,
.fadeIn,
.fadeUp,
.fadeDown,
.fadeLeft,
.fadeRight,
.flipLeftTop,
.flipLeft,
.blur,
.zoomIn,
.is-animated {
opacity: 0;
} .blurTrigger,
.blur {
filter: blur(10px);
} .fadeIn {
animation-name: fadeInAnime;
animation-duration: 1s;
animation-fill-mode: forwards;
}
@keyframes fadeInAnime {
from { opacity: 0; }
to { opacity: 1; }
} .fadeUp {
animation-name: fadeUpAnime;
animation-duration: 1s;
animation-fill-mode: forwards;
}
@keyframes fadeUpAnime {
from {
opacity: 0;
transform: translateY(45px);
}
to {
opacity: 1;
transform: translateY(0);
}
} .fadeDown {
animation-name: fadeDownAnime;
animation-duration: 1s;
animation-fill-mode: forwards;
}
@keyframes fadeDownAnime {
from {
opacity: 0;
transform: translateY(-45px);
}
to {
opacity: 1;
transform: translateY(0);
}
} .fadeLeft {
animation-name: fadeLeftAnime;
animation-duration: 1s;
animation-fill-mode: forwards;
}
@keyframes fadeLeftAnime {
from {
opacity: 0;
transform: translateX(45px);
}
to {
opacity: 1;
transform: translateX(0);
}
} .fadeRight {
animation-name: fadeRightAnime;
animation-duration: 1s;
animation-fill-mode: forwards;
}
@keyframes fadeRightAnime {
from {
opacity: 0;
transform: translateX(-45px);
}
to {
opacity: 1;
transform: translateX(0);
}
} .flipLeftTop {
animation-name: flipLeftTopAnime;
animation-duration: 1.5s;
animation-fill-mode: forwards;
}
@keyframes flipLeftTopAnime {
from {
opacity: 0;
transform: perspective(600px) rotateY(-90deg) rotateX(30deg);
}
to {
opacity: 1;
transform: perspective(600px) rotateY(0) rotateX(0);
}
} .flipLeft {
animation-name: flipLeftAnime;
animation-duration: 1.5s;
animation-fill-mode: forwards;
}
@keyframes flipLeftAnime {
from {
opacity: 0;
transform: perspective(600px) rotateY(-90deg);
}
to {
opacity: 1;
transform: perspective(600px) rotateY(0);
}
} .blur {
animation-name: blurAnime;
animation-duration: 1s;
animation-fill-mode: forwards;
}
@keyframes blurAnime {
from {
opacity: 0;
filter: blur(10px);
}
to {
opacity: 1;
filter: blur(0);
}
} .zoomIn {
animation-name: zoomInAnime;
animation-duration: 1.5s;
animation-fill-mode: forwards;
}
@keyframes zoomInAnime {
from {
opacity: 0;
transform: scale(0.8);
}
to {
opacity: 1;
transform: scale(1);
}
} .is-animated {
animation-name: headingAnime;
animation-duration: 1.5s;
animation-fill-mode: forwards;
}
@keyframes headingAnime {
from {
opacity: 0;
transform: translateY(-20px);
}
to {
opacity: 1;
transform: translateY(0);
}
} .delay-02 { animation-delay: 0.2s; }
.delay-04 { animation-delay: 0.4s; }
.delay-06 { animation-delay: 0.6s; }
.delay-08 { animation-delay: 0.8s; }
@media (width < 1199px) {
.delay-02,
.delay-04,
.delay-06,
.delay-08 { 
animation-delay: unset; 
}
}
@media (hover: none) {
a:hover,
a img:hover,
.btn:hover,
nav li a:hover {
opacity: 1;
text-decoration: none;
background-color: inherit;
box-shadow: inherit;
}
} .m0a { margin: 0 auto; }
.posr { position: relative; }
.imgr { display: block; max-width: 100%; height: auto; } .fwb { font-weight: bold !important; }
.underline { text-decoration: underline; }
.font-xs { font-size: var(--font-xs); }
.font-s { font-size: var(--font-s); }
.font-m { font-size: var(--font-m); }
.font-l { font-size: var(--font-l); }
.font-xl { font-size: var(--font-xl); }
.ta-c { text-align: center !important; }
.ta-l { text-align: left !important; }
.ta-r { text-align: right !important; }
.font-min { font-family: "Yu Mincho", YuMincho, "MS Mincho", serif; }
.font-go { font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "YuGothic M", sans-serif; }
.indent { text-indent: -1em; padding-left: 1em; }
.shadow { text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff; }
.fdrr { flex-direction: row-reverse; } .note {
position: relative;
font-size: 0.777em;
padding-left: 1em;
}
.note:before {
position: absolute;
content: "※";
top: 0;
left: 0;
font-size: 1em;
line-height: 1.554em;
} .mt-0{margin-top: 0;} .mt-5{margin-top: 5px;} .mt-10{margin-top: 10px;} .mt-15{margin-top: 15px;}
.mt-20{margin-top: 20px;} .mt-30{margin-top: 30px;} .mt-45{margin-top: 45px;} .mt-60{margin-top: 60px;}
.mt-75{margin-top: 75px;} .mt-90{margin-top: 90px;} .mt-120{margin-top: 120px;}
.mb-0{margin-bottom: 0;} .mb-5{margin-bottom: 5px;} .mb-10{margin-bottom: 10px;} .mb-15{margin-bottom: 15px;}
.mb-20{margin-bottom: 20px;} .mb-30{margin-bottom: 30px;} .mb-45{margin-bottom: 45px;} .mb-60{margin-bottom: 60px;}
.mb-75{margin-bottom: 75px;} .mb-90{margin-bottom: 90px;} .mb-120{margin-bottom: 120px;}
.pt-0{padding-top: 0;} .pt-5{padding-top: 5px;} .pt-10{padding-top: 10px;} .pt-15{padding-top: 15px;}
.pt-20{padding-top: 20px;} .pt-30{padding-top: 30px;} .pt-45{padding-top: 45px;} .pt-60{padding-top: 60px;}
.pt-75{padding-top: 75px;} .pt-90{padding-top: 90px;} .pt-120{padding-top: 120px;}
.pb-0{padding-bottom: 0;} .pb-5{padding-bottom: 5px;} .pb-10{padding-bottom: 10px;} .pb-15{padding-bottom: 15px;}
.pb-20{padding-bottom: 20px;} .pb-30{padding-bottom: 30px;} .pb-45{padding-bottom: 45px;} .pb-60{padding-bottom: 60px;}
.pb-75{padding-bottom: 75px;} .pb-90{padding-bottom: 90px;} .pb-120{padding-bottom: 120px;}
.pl-0{padding-left: 0;} .pr-0{padding-right: 0;}
.ph-0{padding-left: 0; padding-right: 0;} .ph-15{padding-left: 15px; padding-right: 15px;}
@media (width < 768px) {
.spmt-0{margin-top: 0;} .spmt-5{margin-top: 5px;} .spmt-10{margin-top: 10px;}
.spmt-15{margin-top: 15px;} .spmt-20{margin-top: 20px;} .spmt-30{margin-top: 30px;}
.spmt-45{margin-top: 45px;} .spmt-60{margin-top: 60px;}
.spmb-0{margin-bottom: 0;} .spmb-5{margin-bottom: 5px;} .spmb-10{margin-bottom: 10px;}
.spmb-15{margin-bottom: 15px;} .spmb-20{margin-bottom: 20px;} .spmb-30{margin-bottom: 30px;}
.spmb-45{margin-bottom: 45px;} .spmb-60{margin-bottom: 60px;}
.sppt-0{padding-top: 0;} .sppt-5{padding-top: 5px;} .sppt-10{padding-top: 10px;}
.sppt-15{padding-top: 15px;} .sppt-20{padding-top: 20px;} .sppt-30{padding-top: 30px;}
.sppt-45{padding-top: 45px;} .sppt-60{padding-top: 60px;}
.sppb-0{padding-bottom: 0;} .sppb-5{padding-bottom: 5px;} .sppb-10{padding-bottom: 10px;}
.sppb-15{padding-bottom: 15px;} .sppb-20{padding-bottom: 20px;} .sppb-30{padding-bottom: 30px;}
.sppb-45{padding-bottom: 45px;} .sppb-60{padding-bottom: 60px;}
.sppl-0 { padding-left: 0; }
.sppr-0 { padding-right: 0; }
.spph-0 { padding-left: 0; padding-right: 0; }
}  @media (width >= 1200px) {
.container {
width: 1200px;
margin: 0 auto;
position: relative;
padding-left: 15px;
padding-right: 15px;
box-sizing: border-box;
}
.p-none { display: none; }
.pt-none { display: none; }
.ps-none { display: none; }
.t-none { display: block; }
.ts-none { display: block; }
.s-none { display: block; }
}
@media (768px <= width <= 1199px) { .container {
width: 768px;
margin: 0 auto;
position: relative;
padding-left: 15px;
padding-right: 15px;
box-sizing: border-box;
} .p-none { display: block; }
.pt-none { display: none; }
.ps-none { display: block; }
.t-none { display: none; }
.ts-none { display: none; }
.s-none { display: block; }
}
@media (width < 768px) { .container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
box-sizing: border-box;
} .p-none { display: block; }
.pt-none { display: block; }
.ps-none { display: none; }
.t-none { display: block; }
.ts-none { display: none; }
.s-none { display: none; }
}  .btn {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
display: block;
background: #25ad38;
margin: 0 auto;
border: 3px solid #25ad38;
border-radius: 5px;
color: #fff;
font-weight: bold;
font-size: 190%;
padding: 10px 0;
transition: all 0.2s ease;
cursor: pointer;
box-shadow: 0px 4px 0px #197827;
text-align: center;
position: relative;
width: 100%;
}
.btn:hover {
background: #45ba55;
border-color: #45ba55;
box-shadow: 0px 4px 0px #236251;
} .pagetop {
position: fixed;
bottom: 15px;
right: 15px;
z-index: 9999;
opacity: 0;
visibility: hidden;
transition: opacity 0.7s ease-out;
}
.pagetop a {
position: relative;
display: flex;
justify-content: center;
align-items: center;
width: 50px;
height: 50px;
background: linear-gradient(135deg, #028D58 0%, #00a36a 100%);
border-radius: 50%;
border: 2px solid #028D58;
transition: all 0.7s;
} .pagetop a::before {
content: "";
position: absolute;
width: 2px;
height: 10px;
background-color: #fff;
transform: rotate(45deg);
top: 50%;
left: 50%;
margin-left: -4px;
margin-top: -6px;
transition: all 0.7s;
} .pagetop a::after {
content: "";
position: absolute;
width: 2px;
height: 10px;
background-color: #fff;
transform: rotate(-45deg);
top: 50%;
right: 50%;
margin-right: -4px;
margin-top: -6px;
transition: all 0.7s;
}
@media (hover: hover) and (pointer: fine) {
.pagetop a:hover {
background: #fff;
border-color: #028D58;
}
.pagetop a:hover::before,
.pagetop a:hover::after {
background-color: #028D58;
}
}
@media (width < 768px) {
.pagetop {
bottom: 10px;
right: 10px;
}
.pagetop a {
width: 50px;
height: 50px;
}
.pagetop a::before,
.pagetop a::after {
height: 10px;
}
.pagetop a::before {
margin-left: -4px;
}
.pagetop a::after {
margin-right: -4px;
}
} .btm-fix {
position: fixed;
left: 0;
bottom: 0;
background: rgba(0,0,0,.8);
width: 100%;
padding: 5px 0;
z-index: 998;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease-out;
}
.btm-fix a {
width: 50%;
min-width: 400px;
}  .flex-cols {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
gap: var(--grid-gap);
width: 100%;
}
.flex-cols > * {
flex: 0 0 auto;
box-sizing: border-box;
word-break: break-all;
}
.flex-cols.col-2 > * { width: calc(50% - var(--grid-gap) / 2); }
.flex-cols.col-3 > * { width: calc((100% - var(--grid-gap) * 2) / 3); }
.flex-cols.col-4 > * { width: calc((100% - var(--grid-gap) * 3) / 4); } @media (768px <= width <= 1199px) {
.flex-cols.col-4 > * { width: calc((100% - var(--grid-gap)) / 2); }
} @media (width < 768px) {
.flex-cols.col-2 > *,
.flex-cols.col-3 > *,
.flex-cols.col-4 > * { 
width: 100%; 
}
} .flex-center {
display: flex;
justify-content: center;
align-items: center;
gap: var(--grid-gap);
}
.flex-left {
display: flex;
justify-content: flex-start;
align-items: center;
gap: var(--grid-gap);
}
.flex-right {
display: flex;
justify-content: flex-end;
align-items: center;
gap: var(--grid-gap);
}
@media (width < 768px) {
.flex-left {
display: block;
}
.flex-right {
display: block;
}
} .grid-cols {
display: grid;
gap: var(--grid-gap);
}
.grid-cols.col-2 { grid-template-columns: repeat(2, 1fr); }
.grid-cols.col-3 { grid-template-columns: repeat(3, 1fr); }
.grid-cols.col-4 { grid-template-columns: repeat(4, 1fr); } @media (768px <= width <= 1199px) {
.grid-cols.col-4 { grid-template-columns: repeat(2, 1fr); }
} @media (width < 768px) {
.grid-cols.col-2,
.grid-cols.col-3,
.grid-cols.col-4 { 
grid-template-columns: 1fr; 
}
} .white-box {
padding: 50px;
background-color: #fff;
margin-bottom: 30px;
}
.white-box:last-of-type {
margin-bottom: 0;
}
@media (768px <= width <= 1199px) {
.white-box {
padding: 30px;
margin-bottom: 15px;
}
}
@media (width < 768px) {
.white-box {
padding: 15px;
margin-bottom: 15px;
}
} .check-list li {
position: relative;
padding-left: 1em;
margin-bottom: 3px;
}
.check-list li:before {
position: absolute;
content: "\f14a";
font: var(--fa-font-solid) normal 900 1em/1 "Font Awesome 7 Free";
top: 0;
left: 0;
color: orange;
}
.list-border {
border-bottom: 2px dashed #000;
}
.list-border-stop {
border-bottom: 2px dashed #000;
display: inline-block;
}
 :root { --color-primary: #63a4e0;
--color-primary-dark: #00a1ff;
--color-secondary: #eeeef5;
--color-accent: #ff00cc;
--color-text: #333;
--color-white: #fff;
--color-footer: #3b3b3b; --space-xs: 5px;
--space-s: 8px;
--space-m: 15px;
--space-l: 30px;
--space-xl: 60px; --font-handwritten: "Zen Kurenaido", sans-serif;
} section { padding: 75px 0; } .bg-cl1 { background-color: #eeeef5; }
.bg-cl2 { background-color: #f3f2f2; }
.cl-base { color: #CDFFC9; }
.cl-main { color: #ef3300; }
.cl-accent { color: #4265a1; }  .aromaoil #aromaoilbgcanvas {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -2;
display: block;
}
.aromaoil img {
border-radius: 8px;
}
.aromaoil video {
display: block;
max-width: 100%;
height: auto;
margin: 0 auto;
} @media (width >= 1400px) {
.aromaoil .wrapper {
display: flex;
}
.aromaoil .left-area {
position: fixed;
left: 0;
top: 0;
width: 40%;
height: 100vh;
overflow: hidden;
}
.aromaoil .right-area {
margin-left: 40%;
width: 60%;
min-height: 100vh;
position: relative;
}
.aromaoil .container {
width: 100%;
margin: 0 auto;
padding-left: 30px;
padding-right: 30px;
box-sizing: border-box;
}
.aromaoil .image-video {
width: 100%;
height: 100%;
object-fit: cover;
}
}
@media (width < 1400px) {
.aromaoil .container {
padding-left: 15px;
padding-right: 15px;
}
.aromaoil .left-area {
display: none;
}
.aromaoil .right-area {
width: 100%;
}
} .aromaoil .btn-green {
display: inline-block;
background: linear-gradient(135deg, #028D58 0%, #00a36a 100%);
color: #fff;
font-family: var(--font-mincho);
font-size: 2rem;
font-weight: normal;
padding: 10px 50px 10px 40px;
border-radius: 8px;
text-decoration: none;
position: relative;
transition: all 0.3s;
border: 2px solid #028D58;
}
.aromaoil .btn-green::after {
content: '';
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
width: 30px;
height: 1px;
background-color: #fff;
transition: all 0.3s;
}
.aromaoil .btn-green::before {
content: '';
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%) rotate(45deg);
transform-origin: right center;
width: 10px;
height: 1px;
background-color: #fff;
transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
.aromaoil .btn-green:hover {
background: #fff;
color: #028D58;
border-color: #028D58;
}
.aromaoil .btn-green:hover::after,
.aromaoil .btn-green:hover::before {
background-color: #028D58;
right: -15px; }
} .aromaoil .head-ttl {
font-size: 4.2rem;
font-weight: bold;
font-family: var(--font-mincho);
}
.aromaoil .sub-ttl {
position: relative;
text-align: center;
width: 40%;
padding: 0 20px;
}
.aromaoil .sub-ttl::before,
.aromaoil .sub-ttl::after {
content: '';
position: absolute;
top: 50%;
width: calc(50% - 130px); height: 1px;
background-color: #333;
}
.aromaoil .sub-ttl::before {
left: 0;
}
.aromaoil .sub-ttl::after {
right: 0;
} .aromaoil .mv {
padding: 120px 0 0;
background-image: url(//himukahebesu.com/wp-content/themes/ys-theme6-child-ham-catch/lp/img/hbs-arm-mv-bg.webp);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
height: 1000px;
-webkit-mask-image: linear-gradient(to bottom, 
rgba(0, 0, 0, 1) 0%, 
rgba(0, 0, 0, 1) 80%, 
rgba(0, 0, 0, 0) 100%
);
mask-image: linear-gradient(to bottom, 
rgba(0, 0, 0, 1) 0%, 
rgba(0, 0, 0, 1) 80%, 
rgba(0, 0, 0, 0) 100%
);
}
.aromaoil .mv h2 {
font-family: var(--font-mincho);
font-size: 3.6rem;
color: #fff;
text-shadow: 
0 2px 4px rgba(0, 0, 0, 0.8),
0 4px 8px rgba(0, 0, 0, 0.5);
} .aromaoil .sec01 {
margin-top: -100px;
padding: 0 0 75px;
}
.aromaoil .lead {
max-width: 800px;
margin: 0 auto;
padding-bottom: 75px;
text-align: center;
}
.aromaoil .medal {
position: relative;
width: 100%; aspect-ratio: 1 / 1; border-radius: 50%;
background: linear-gradient(
135deg, 
#bf953f 0%, 
#fcf6ba 25%, 
#b38728 50%, 
#fbf5b7 75%, 
#aa771c 100%
);
box-shadow: 
0 0 0 4px #003318, 
0 5px 15px rgba(0,0,0,0.5);
display: flex;
justify-content: center;
align-items: center;
}
.aromaoil .medal::before {
content: '';
position: absolute;
width: 98%;
height: 98%;
border-radius: 50%;
background: radial-gradient(
circle at 30% 30%, 
#0e5c38 0%, 
#003318 50%, 
#001a0a 100%
);
box-shadow: inset 0 0 15px rgba(0,0,0,0.8);
}
.aromaoil .medal::after {
content: '';
position: absolute;
top: 5%;
left: 10%;
width: 71%;
height: 50%;
border-radius: 60%;
background: linear-gradient(
to bottom, 
rgba(255, 255, 255, 0.5) 0%, 
rgba(255, 255, 255, 0.1) 40%, 
transparent 100%
);
transform: rotate(-15deg);
border-top-left-radius: 60%;
border-top-right-radius: 60%;
}
.aromaoil .medal p {
width: 100%;
position: absolute;
font-family: var(--font-mincho);
font-size: 4.2rem;
font-weight: bold;
text-align: center;
z-index: 2;
color: #fff;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
} .aromaoil .sec02 {
padding: 0 0 75px;
position: relative;
}
.aromaoil .sec02 .main-txt {
max-width: 500px;
margin: 0 auto;
text-align: center;
}
.aromaoil .sec02-img01 {
position: absolute;
width: 25%;
left: 15px;
top: 50%;
transform: translateY(-50%);
}
.aromaoil .sec02-img02 {
position: absolute;
width: 25%;
right: 15px;
} .aromaoil .sec03 {
padding: 0 0 75px;
} .aromaoil .sec04 {
background-image: url(//himukahebesu.com/wp-content/themes/ys-theme6-child-ham-catch/lp/img/hbs-arm-sec04-bg.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.aromaoil .sec04 .flex-cols {
align-items: center;
}
.aromaoil .sec04 .txt-area {
background: #cdffc9b2;
padding: 45px;
position: relative;
}
.aromaoil .sec04-ttl {
font-family: var(--font-mincho);
font-size: 4.2rem;
display: inline-block;
background: linear-gradient(
90deg,
#DFA54D 0%,
#472714 33%,
#8D5924 66%,
#EABE69 100%
);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
color: transparent;
margin-bottom: 30px;
} .aromaoil .sec05-grid {
display: grid;
grid-template-columns: repeat(6, 1fr); grid-template-rows: auto auto;
gap: 30px;
}
.aromaoil .sec05-grid .item figure {
margin-bottom: 15px;
}
.aromaoil .sec05-grid .item p {
text-align: center;
font-size: 1.6rem;
} @media (width >= 1200px) {
.aromaoil .item-1 { 
grid-column: 1 / 3;
grid-row: 1;
}
.aromaoil .item-2 { 
grid-column: 3 / 5;
grid-row: 1;
}
.aromaoil .item-3 { 
grid-column: 5 / 7;
grid-row: 1;
}
.aromaoil .item-4 { 
grid-column: 2 / 4;
grid-row: 2;
}
.aromaoil .item-5 { 
grid-column: 4 / 6;
grid-row: 2;
}
} .aromaoil .sec06 {
background: #fff;
}
.aromaoil .sec06-bg {
padding: 60px;
background-size: cover;
background-position: left;
background-repeat: no-repeat;
}
.aromaoil .sec06-bg.bg-01 {
background-image: url(//himukahebesu.com/wp-content/themes/ys-theme6-child-ham-catch/lp/img/hbs-arm-sec06-bg01.webp);
}
.aromaoil .sec06-bg.bg-02 {
background-image: url(//himukahebesu.com/wp-content/themes/ys-theme6-child-ham-catch/lp/img/hbs-arm-sec06-bg02.webp);
}
.aromaoil .sec06-bg.bg-03 {
background-image: url(//himukahebesu.com/wp-content/themes/ys-theme6-child-ham-catch/lp/img/hbs-arm-sec06-bg03.webp);
}
.aromaoil .sec06-btm-txt {
text-align: center;
font-size: 4.2rem;
font-family: var(--font-mincho);
} .ponzu {
color: #103D32;
} .ponzu #ponzubgcanvas {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -2;
display: block;
background: linear-gradient(135deg, #f5f7fa 0%, #e8f5e9 100%);
}
.ponzu img {
border-radius: 8px;
}
.ponzu video {
display: block;
max-width: 100%;
height: auto;
margin: 0 auto;
}
.btn-pnz {
background-image: url(//himukahebesu.com/wp-content/themes/ys-theme6-child-ham-catch/lp/img/btn-bg.webp);
background-size: 100% 100%;
background-repeat: no-repeat;
border: none;
padding: 15px 45px;
color: #fff;
font-size: 2.4rem;
font-weight: bold;
text-shadow: 
0 2px 4px rgba(0, 0, 0, 0.8),
0 4px 8px rgba(0, 0, 0, 0.5);
transition: all 0.3s ease;
cursor: pointer;
}
.btn-pnz:hover {
transform: scale(1.05);
filter: brightness(1.12) saturate(1.05) drop-shadow(0 6px 20px rgba(145, 182, 92, 0.4));
}
.btn-pnz:active {
transform: scale(1);
filter: brightness(0.95) drop-shadow(0 2px 10px rgba(145, 182, 92, 0.3));
} @media (width >= 1400px) {
.ponzu .wrapper {
display: flex;
}
.ponzu .right-area {
position: fixed;
right: 0;
top: 0;
width: 40%;
height: 100vh;
overflow: hidden;
}
.ponzu .left-area {
margin-right: 40%;
width: 60%;
min-height: 100vh;
position: relative;
}
.ponzu .container {
width: 100%;
margin: 0 auto;
padding-left: 30px;
padding-right: 30px;
box-sizing: border-box;
}
.ponzu .image-video {
width: 100%;
height: 100%;
object-fit: cover;
}
}
@media (width < 1400px) {
.ponzu .container {
padding-left: 15px;
padding-right: 15px;
}
.ponzu .right-area {
display: none;
}
.ponzu .left-area {
width: 100%;
}
} .ponzu .head-ttl {
font-size: 4.2rem;
background: linear-gradient(
90deg,
rgba(255, 255, 255, 0) 0%,
rgba(255, 228, 190, 0.75) 25%,
rgba(247, 200, 45, 0.7) 50%,
rgba(255, 228, 190, 0.75) 75%,
rgba(255, 255, 255, 0) 100%
);
padding: 20px 0;
margin-bottom: 45px;
} .ponzu .mv {
position: relative;
padding: 80px 0;
background-image: url(//himukahebesu.com/wp-content/themes/ys-theme6-child-ham-catch/lp/img/pnz-mv-bg.webp);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
-webkit-mask-image: linear-gradient(to bottom, 
rgba(0, 0, 0, 1) 0%, 
rgba(0, 0, 0, 1) 90%, 
rgba(0, 0, 0, 0) 100%
);
mask-image: linear-gradient(to bottom, 
rgba(0, 0, 0, 1) 0%, 
rgba(0, 0, 0, 1) 90%, 
rgba(0, 0, 0, 0) 100%
);
}
.ponzu .mv .container {
max-width: 90%;
}
.ponzu .mv h2 {
font-family: var(--font-handwritten);
text-align: left;
font-size: 4.2rem;
margin-bottom: 45px;
line-height: 1.3;
}
.ponzu .mv-top-txt {
background: linear-gradient(
90deg,
#02774A 0%,
#91B65C 50%,
#499753 100%
);
text-align: center;
padding: 30px;
color: #fff;
font-size: 2.4rem;
margin-bottom: 45px;
border-radius: 8px;
}
.ponzu .mv-btm-txt {
font-size: 2.4rem;
}
.ponzu .mv-img {
position: absolute;
right: 30px;
bottom: -45px;
width: 40%;
} .ponzu .sec01 {
padding: 80px 0 0;
}
.ponzu .sec01-bg {
padding: 45px;
background-image: url(//himukahebesu.com/wp-content/themes/ys-theme6-child-ham-catch/lp/img/pnz-sec01-bg.webp);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
border-radius: 8px;
}
.ponzu .sec01 p {
color: #fff;
line-height: 4rem;
font-size: 2rem;
text-shadow: 
0 2px 4px rgba(0, 0, 0, 0.8),
0 4px 8px rgba(0, 0, 0, 0.5);
} .ponzu .sec02 {
padding: 80px 0 0;
}
.ponzu .sec02 .box > .flex-cols {
align-items: center;
}
.ponzu .name-area p {
font-size: 2.4rem;
}
.ponzu .name-area .tag-icon {
padding: 5px 15px;
font-size: 1.4rem;
display: inline-block;
border-radius: 8px;
border: 1px solid #E80202;
color: #E80202;
margin-bottom: 5px;
}
.ponzu .name-area h3 {
font-size: 3.2rem;
font-weight: bold;
}
.ponzu .lead {
padding-bottom: 45px;
line-height: 4rem;
}
.ponzu .btm-area {
background: radial-gradient(
ellipse 50% 50% at center,
rgba(249, 234, 151, 1) 0%,
rgba(249, 234, 151, 0.8) 30%,
rgba(249, 234, 151, 0.5) 50%,
rgba(249, 234, 151, 0.2) 75%,
rgba(249, 234, 151, 0) 100%
);
}
.ponzu .btm-area-ttl {
position: relative;
padding: 0 30px;
font-size: 3.2rem;
margin-bottom: 30px;
color: #FF6700;
}
.ponzu .btm-area-ttl::before {
content: '\\';
position: absolute;
left: 0;
font-size: 1.2em;
color: #FF6700;
}
.ponzu .btm-area-ttl::after {
content: '/';
position: absolute;
right: 0;
font-size: 1.2em;
color: #FF6700;
} .ponzu .sec03 {
padding: 80px 0;
background-image: url(//himukahebesu.com/wp-content/themes/ys-theme6-child-ham-catch/lp/img/pnz-sec05-bg.webp);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.ponzu .youtube iframe {
width: 100%;
height: 600px;
}
.ponzu .sec03-list {
background: #ffffff94;
border-radius: 8px;
padding: 30px;
}
.ponzu .sec03-item {
display: flex;
align-items: flex-start;
gap: 30px;
}
.ponzu .sec03-item + .sec03-item {
margin-top: 30px;
}
.ponzu .sec03-number {
position: relative;
z-index: 2;
line-height: 1;
width: 100px;
}
.ponzu .sec03-number::after {
content: '';
position: absolute;
width: 60px;
height: 60px;
background-image: url(//himukahebesu.com/wp-content/themes/ys-theme6-child-ham-catch/lp/img/number-bg.webp);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
z-index: -1;
left: 15px;
top: 15px;
}
.ponzu .sec03-number span {
font-size: 4.8rem;
}
.ponzu .sec03-text {
font-size: 2.4rem;
line-height: 3.6rem;
width: calc( 100% - (100px + 30px));
} .ponzu .sec04 {
padding: 80px 0;
background: linear-gradient(
180deg,
rgba(223, 237, 207, 1) 0%,
rgba(223, 237, 207, 0) 100%
);
}
.ponzu .sec04-ttl {
font-family: var(--font-handwritten);
font-size: 3.6rem;
line-height: 6rem;
} .syrup img {
border-radius: 8px;
} .syrup .head-ttl {
position: relative;
padding-bottom: 18px;
text-align: center;
font-family: var(--font-mincho);
font-size: 3.4rem;
font-weight: bold;
color: #407c74;
}
.syrup .head-ttl::after {
content: '';
display: block;
margin: 10px auto 0;
width: 200px;
height: 16px;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 16'%3E%3Ccircle cx='12'  cy='8' r='4'   fill='%23a8d86e'/%3E%3Ccircle cx='32'  cy='8' r='5.5' fill='%23a8d86e'/%3E%3Ccircle cx='56'  cy='8' r='7'   fill='%23a8d86e'/%3E%3Ccircle cx='84'  cy='8' r='8'   fill='%23a8d86e'/%3E%3Ccircle cx='113' cy='8' r='7'   fill='%23a8d86e'/%3E%3Ccircle cx='140' cy='8' r='5.5' fill='%23a8d86e'/%3E%3Ccircle cx='162' cy='8' r='4'   fill='%23a8d86e'/%3E%3Ccircle cx='182' cy='8' r='5'   fill='%23a8d86e'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: contain;
}
.syrup .sub-ttl {
font-size: 2rem;
padding-bottom: 15px;
color: #fff;
text-shadow: 0 0 4px rgba(0,0,0,0.3), 0 1px 3px rgba(0,0,0,0.2);
background-image: linear-gradient(90deg, #c9a84c, #e8d5a3, #c9a84c);
background-repeat: no-repeat;
background-size: 100% 2px;
background-position: bottom left;
margin-bottom: 30px;
} .syrup #syrupbgcanvas {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -2;
display: block;
pointer-events: none;
}
@keyframes srp-fall {
from { transform: translateY(-150px); }
to   { transform: translateY(calc(100vh + 150px)); }
}
@keyframes srp-spin {
to { transform: rotate(360deg); }
}
.syrup video {
display: block;
max-width: 100%;
height: auto;
margin: 0 auto;
} .syrup .btn-orange {
display: inline-block;
background: linear-gradient(135deg, #FF6700 0%, #e98543 100%);
color: #fff;
font-family: var(--font-mincho);
font-size: 2rem;
font-weight: normal;
padding: 10px 50px 10px 40px;
border-radius: 8px;
text-decoration: none;
position: relative;
transition: all 0.3s;
border: 2px solid #FF6700;
}
.syrup .btn-orange::after {
content: '';
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%);
width: 30px;
height: 1px;
background-color: #fff;
transition: all 0.3s;
}
.syrup .btn-orange::before {
content: '';
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%) rotate(45deg);
transform-origin: right center;
width: 10px;
height: 1px;
background-color: #fff;
transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
.syrup .btn-orange:hover {
background: #fff;
color: #FF6700;
border-color: #FF6700;
}
.syrup .btn-orange:hover::after,
.syrup .btn-orange:hover::before {
background-color: #FF6700;
right: -15px; }
} @media (width >= 1400px) {
.syrup .wrapper {
display: flex;
}
.syrup .left-area {
position: fixed;
left: 0;
top: 0;
width: 40%;
height: 100vh;
overflow: hidden;
}
.syrup .right-area {
margin-left: 40%;
width: 60%;
min-height: 100vh;
position: relative;
}
.syrup .container {
width: 100%;
margin: 0 auto;
padding-left: 30px;
padding-right: 30px;
box-sizing: border-box;
}
.syrup .image-video {
width: 100%;
height: 100%;
object-fit: cover;
}
}
@media (width < 1400px) {
.syrup .container {
padding-left: 15px;
padding-right: 15px;
}
.syrup .left-area {
display: none;
}
.syrup .right-area {
width: 100%;
}
} .syrup .mv {
position: relative;
padding: 80px 0;
overflow: hidden;
}
.syrup .top-movie {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
object-fit: cover;
opacity: 0.5;
}
.syrup .mv-txt-img {
width: 60%;
margin: 0 auto;
}
.syrup .mv-txt-ttl {
text-align: center;
padding-top: 30px;
color: #103D32;
font-size: 2.4rem;
border-radius: 8px;
font-family: var(--font-mincho);
font-weight: bold;
} .syrup .sec01 {
background: #ffffffd0;
}
.syrup .lead {
max-width: 700px;
margin: 0 auto;
} .syrup .sec02 .flex-cols,
.syrup .sec03 .flex-cols {
max-width: 700px;
margin: 0 auto;
}  .syrup .sec04 .container {
max-width: 700px;
}
.syrup .sec04-box {
position: relative;
}
.syrup .sec04-box figure {
position: relative;
}
.syrup .sec04-box p {
width: 200px;
position: absolute;
z-index: 2;
right: 8%;
top: 50%;
transform: translateY(-50%);
font-size: 2rem;
color: #fff;
}
.syrup .sec04-box + .sec04-box {
margin-top: 60px;
}
.syrup .sec04-box + .sec04-box::before {
content: '+';
position: absolute;
top: -120px;
left: 50%;
transform: translateX(-50%);
font-size: 16rem;
color: #a8d86e;
line-height: 1;
} .syrup .sec05 figure {
width: 50%;
margin: 0 auto;
}
.syrup .sec05 .sec05-txt {
text-align: center;
font-size: 2rem;
color: #103D32;
font-family: var(--font-mincho);
font-weight: bold;
margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1199px) {  section { padding: 45px 0; }
footer { padding: 15px 0; } .tab-shadow {
text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,
0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}  .aromaoil .sec01 {
margin-top: -100px;
padding: 0 0 45px;
}
.aromaoil .lead {
padding-bottom: 45px;
} .aromaoil .sec02 {
padding: 0 0 45px;
} .aromaoil .sec03 {
padding: 0 0 45px;
} .aromaoil .sec04-ttl {
font-size: 2.8rem;
margin-bottom: 30px;
} .aromaoil .sec05-grid {
grid-template-columns: repeat(2, 1fr);
}
.aromaoil .item-1,
.aromaoil .item-2,
.aromaoil .item-3,
.aromaoil .item-4,
.aromaoil .item-5 {
grid-column: auto;
} .aromaoil .sec06-bg {
padding: 45px;
}
.aromaoil .sec06-btm-txt {
font-size: 2.8rem;
} }

@media screen and (max-width: 767px) { section { padding: 40px 0; }
footer { padding: 30px 0 40px; } .pagetop {
bottom: 20px;
right: 5px;
} .sp-tal { text-align: left !important; } .sp-shadow {
text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,
0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}  .aromaoil .head-ttl {
font-size: 3.2rem;
}
.aromaoil .sub-ttl {
width: 100%;
} .aromaoil .mv {
padding: 60px 0 0;
height: 650px;
}
.aromaoil .mv h2 {
font-size: 2.4rem;
} .aromaoil .sec01 {
margin-top: 0;
padding: 0 0 45px;
}
.aromaoil .lead {
padding-bottom: 45px;
}
.aromaoil .sec01 .grid-cols {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-template-rows: auto auto;
gap: 30px;
}
.aromaoil .medal-1 { 
grid-column: 1 / 3;
grid-row: 1;
}
.aromaoil .medal-2 { 
grid-column: 3 / 5;
grid-row: 1;
}
.aromaoil .medal-3 { 
grid-column: 2 / 4;
grid-row: 2;
}
.aromaoil .medal p {
font-size: 2.8rem;
} .aromaoil .sec02 {
padding: 0 0 45px;
}
.aromaoil .sec02 .main-txt {
padding-bottom: 30px;
} .aromaoil .sec03 {
padding: 0 0 45px;
} .aromaoil .sec04-ttl {
font-size: 2.8rem;
margin-bottom: 30px;
} .aromaoil .sec05-grid {
grid-template-columns: 1fr;
} .aromaoil .sec06-bg {
padding: 0;
}
.aromaoil .sec06-bg.bg-01,
.aromaoil .sec06-bg.bg-02,
.aromaoil .sec06-bg.bg-03 {
background-image: unset;
}
.aromaoil .sec06-btm-txt {
text-align: left;
font-size: 2.8rem;
}  .ponzu .head-ttl {
font-size: 3.2rem;
padding: 15px 0;
margin-bottom: 30px;
} .ponzu .mv {
padding: 40px 0;
}
.ponzu .mv .container {
max-width: 100%;
}
.ponzu .mv h2 {
font-family: var(--font-handwritten);
text-align: left;
font-size: 3rem;
margin-bottom: 30px;
}
.ponzu .mv-top-txt {
padding: 15px;
font-size: 2rem;
margin-bottom: 30px;
text-align: left;
}
.ponzu .mv-btm-txt {
font-size: 2rem;
padding-bottom: 15px;
}
.ponzu .mv-img {
display: none;
} .ponzu .sec01 {
padding: 40px 0 0;
}
.ponzu .sec01-bg {
padding: 15px;
}
.ponzu .sec01 p {
line-height: 3rem;
font-size: 1.8rem;
} .ponzu .sec02 {
padding: 40px 0 0;
} .ponzu .sec03 {
padding: 40px 0;
}
.ponzu .youtube iframe {
width: 100%;
height: 300px;
}
.ponzu .sec03-list {
padding: 15px;
}
.ponzu .sec03-item {
gap: 15px;
}
.ponzu .sec03-item + .sec03-item {
margin-top: 15px;
}
.ponzu .sec03-number {
width: 80px;
}
.ponzu .sec03-number::after {
width: 45px;
height: 45px;
left: 5px;
top: 5px;
}
.ponzu .sec03-number span {
font-size: 3.6rem;
}
.ponzu .sec03-text {
font-size: 2rem;
line-height: 3.6rem;
width: calc( 100% - (80px + 15px));
} .ponzu .sec04 {
padding: 40px 0;
}
.ponzu .sec04-ttl {
text-align: left;
font-size: 2.8rem;
line-height: 4rem;
}  .syrup .head-ttl {
font-size: 2.8rem;
} .syrup .product-img {
width: 50%;
margin: 0 auto;
} .syrup .sec04-box p {
width: 130px;
right: 5%;
font-size: 1.6rem;
}
.syrup .sec04-box + .sec04-box::before {
top: -100px;
font-size: 12rem;
}
}