﻿@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Homemade+Apple&display=swap');
html {
    font-size: 14px;
}
figure.shadow {
    box-shadow: none;
}
h2, h3, h4, .catch { font-family: 'Shippori Mincho', serif;
}
#intro h3, .catch span {
 font-family: 'Homemade Apple', cursive;
}
body {
    line-height: 2.3;
}
#page_title {
    text-shadow: 2px 1px 7px rgb(255 255 255 / 61%), 0px 1px 5px rgb(255 255 255 / 58%);
}
.fix_bnr {
	bottom: 11px;
	z-index: 52;
	left: 10px;
}
/* ------------------------------------------------------------------------------- */	
.catch {
    font-size: 40px;
    z-index: 1;
    left: 14%;
bottom: 35%;
    line-height: 1.8;
    text-align: left;
}
.catch span {
 font-size: 18px;
 margin-top: 30px;
}
@keyframes fadezoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05); /* 拡大率 */
  }
}
.add-animation {
  animation: fadezoom 8s 0s forwards;
}
.toppage #header {
    position: absolute;
    left: 0;top: 0;
    padding: 25px 25px 25px 40px;
}
#main_img .sns_links li a img {
    filter: grayscale(0);
}
.toppage h1 img {
    max-width: 183px;
}
h1 img {
    max-width: 125px;
}
.toppage h1 img {
    max-width: 234px;
}
#top_contents1 {
    position: relative;
    z-index: 51;
}
#top_contents1 .contents1_txt p {
    width: 64%;
}
#main_img {
    z-index: 1;
    /*overflow: hidden;*/
    position: relative;
    max-height: 100vh;
    min-height: 100vh;
}
#main_img .sns_links {
    position: absolute;
    bottom: 19%;
    left: 10px;
}
#main_img .sns_links li {
    margin: 20px 15px;
}
.toppage #main_nav {
    margin-right: 20px;
    margin-left: auto;
}
#main_nav li {
    padding: 0 15px;
}
#main_img .slick {
    margin-right: 0;
    margin-left: auto;
    height: 100vh;
}
#main_img .slick-list, #main_img .slick-track, .slick-slider {
    height: 100%;
}
#main_img .slick-track img {
     object-fit: cover;height: 100%;
}
.toppage header {
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.b_img {
    position: absolute;
    left: 0;
    top: -8.33vw;
    width: 43.05vw;
    border-radius: 0 5px 5px 0;
    box-shadow: 5px 5px 10px 5px rgb(0 0 0 / 5%);
    z-index: 50;
    /*background: url(Dup/img/bg.jpg) center center;*/
    /*background-size: cover;*/
}
.img_area {
   z-index: 1;
    background-image: url(Dup/img/intro_img.jpg);
    background-position: center center;
    background-size: cover;
    min-height: 870px;
    position: relative;
    border-radius: 0 5px 5px 0;
    box-shadow: 5px 5px 10px 5px rgb(0 0 0 / 5%);
    z-index: 50;
    filter: grayscale(1);
    transition: all 0.3s;
}
.img_area:before {
    content: "";
    display: block;
    padding-top: 152.19%;
}
.img_area:hover {
    filter: grayscale(0);
}
.b_img span {
    display: block;
    width: 25.69vw;
    position: absolute;
    right: -5.5vw;
    bottom: -7.5vw;
    z-index: 1;
    pointer-events: none;
}
.intro_txt_wrap {
    position: relative;
    padding: 9vw 40px 0 54vw;
    box-sizing: border-box;
   z-index: 50;pointer-events: none;
}
#top_contents1 .contents1_txt {
    max-width: 1300px;
    margin: 0 auto;
}
.b_img2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 27vw;
}
.b_img2 span {
    display: block;
    width: 21.52vw;
    position: absolute;
    right: 12.5vw;
    bottom: -7.63vw;
    pointer-events: none;
}
.b_img2 .img_area {
    border-radius: 5px 0 0 5px;
}
.b_img3 {
  position: relative;
    width: 18%;
    margin: 9.72vw 0 0 16.51vw;
    width: 100%;
    margin: 0;
}
.b_img3 .img_area {
    min-height: inherit;
}
.b_img3 span.bg {
    display: block;
    width: 20.52vw;
    position: absolute;
    bottom: 4.37vw;
    pointer-events: none;
}
#modal_contents {
    z-index: 50;position: relative;
}
#modal_contents .img_area {
    border-radius: 5px;
    width: 18%;margin: 9.72vw 0 0 16.51vw;
}
.modal_wrap{
	top: 0;
	left: 0;
	opacity: 0.95;
	z-index: 102;
}
.modal_wrap .modal_scroll{
	overflow-y: auto;
}
.modal_wrap .close_bt{
	top: 20px;
	right: 20px;
	cursor: pointer
}
#modal_contents .more_box {
    /*position: absolute;*/
    /*left: 33.02vw;*/
    /*bottom: 40%;*/
    width: 100%;
    cursor: pointer;
}
.more_boxwrap {
    width: 59%;
    text-align: center;
    position: absolute;
    right: 5%;
    top: 50%;
}
#modal_contents .more_box:before {
    content: "";
    display: block;
    position: absolute;
    left: -100%;
    top: 0;
    background: #212121;
    width: 100%;
    height: 100%;
    transition-duration: 0.3s;
}
#modal_contents .more_box:hover:before {
    left: 0%;
}


.youtube_box {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube_box iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

@media(max-width: 1600px) {
#top_contents1 .contents1_txt {
    padding-top: 13vh;
}
}
@media(max-width: 980px) {
#top_contents1 .contents1_txt {
    width: 72%!important;
    margin-right: auto;
    margin-left: 15px;
}
}
@media(max-width: 768px) {
.toppage .shop_link.d_block_tb {
    position: relative;
    z-index: 51;
}
header #header h1 {
    text-align: left;
}
#menu_bt span.bg_color3 {
    background-color: #666666;
}
#main_img, #main_img .slick-list, #main_img .slick-track, .slick-slider, #main_img .slick {
        max-height: 65vh;
        min-height: inherit;
    }
#modal_contents .more_btn {
    padding-bottom: 170px;
}
.toppage header #header h1 {
    text-align: left;
}
.toppage h1 img {
    max-width: 120px;
}
#page10 ul li a {
    padding: 10px 0;
}

.catch {
    font-size: 3.9vw;
    left: 5%;
    bottom: -18%;
}
.catch span {
    font-size: 15px;
    margin-top: 17px;
    letter-spacing: 2px;
}
#top_contents1 .contents1_txt p {
    width: 100%;
}
.b_img {
    top: 22.67vw;
    width: 79.05vw;
    position: relative;
}
.img_area {
    min-height: inherit;
}
#modal_contents .img_area {
    width: 35%;
    margin: 0 auto;
}
.more_boxwrap {
    width: 100%;
    right: 0;
    top: inherit;
    margin-top: 20px;
}
.img_area:before {
    padding-top: 125%;
}
.intro_txt_wrap {
    padding: 15.5vw 40px 0 21vw;
    margin-top: 70px;
}
.b_img span {
    width: 45.69vw;
    right: -13.5vw;
    bottom: -4.5vw;
}
.b_img2 {
    width: 72vw;
}
.b_img2 span {
    width: 39.52vw;
    right: 52.5vw;
    bottom: -4.63vw;
}
.b_img2 .img_area:before {
    padding-top: 66%;
}
#top_contents1 > div {
    padding-top: 51vw;
}
.b_img3 {
    margin: 0 auto;
}
#modal_contents .more_box {
    position: relative;
    left: 0;
    width: 50%;
    right: 0;
    margin: 50px auto;
}
}


@media(max-width: 667px) {
    html {
        font-size: 15px;
    }
    header #header {
    padding: 15px;
}
#modal_contents .img_area {
    width: 51%;
}
#modal_contents .more_btn {
    padding-bottom: 200px;
}
#loader .logo {
    max-width: 146px;
}
#page_title h2.font_24 {
    font-size: 20px;
}
    .toppage h1 img {
    max-width: 68px;
}
.b_img span {
    bottom: -10.5vw;
}

#page_title {
    text-shadow: 2px 1px 7px rgb(36 36 36 / 61%), 0px 1px 5px rgb(68 68 68 / 58%);
}
section#page_title {
    color: #fff;
}
#top_contents1 .contents1_txt {
    width: 100%!important;
    margin-left: 0;
    padding-top: 6vh;
}
.intro_txt_wrap {
    padding: 30vw 20px 0 12vw;
}
.b_img3 span.bg {
    width: 58.52vw;
}
.b_img {
    top: 41.67vw;
}
.img_area, #main_img img:hover, #intro img:hover, #top_contents1 img:hover, #top_contents2 img:hover {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.img_area:active, #main_img img:active, #intro img:active, #top_contents1 img:active, #top_contents2 img:active {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.catch {
    font-size: 7.5vw;
    bottom: -32vw;
    left: 5vw;
    text-shadow: 2px 0px 14px #ffffff, -1px 0px 12px #ffffff;
}
}