@charset "utf-8";
/*===================================================== 
 * Last Up Date: 2022/11/20
=====================================================*/
/**----- contents -------
1:common
2:global
3:fsview
4:pre_content
5:about
6:lineup
7:collaboration
----------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Serif+JP:wght@600;700&Noto+Serif+JP:wght@400;700&display=swap');
/*== 1:common ==================*/
html {
 width: 100%;
 overflow: auto;
 box-sizing: border-box;
 font-size: 62.5%;
 scroll-behavior: smooth;
}
body {
 position: relative;
 color: #000;
 font-size: 1.2rem;
 height: 100%;
 background: #fff;
}
h1, h2, h3, h4, p, ul, li, dl, dt, dd {
 margin: 0;
 padding: 0;
}
img {
 display: block;
 width: 100%;
 max-width: 100%;
 height: auto;
}
a {
 color: inherit;
 text-decoration: none;
}
.cont_inner {
 width: 960px;
 margin: auto;
 box-sizing: border-box;
}
.cont_inner .fl {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.page_top {
 position: fixed;
 right: 1.429vw;
 bottom: 1.75vw;
 display: none;
 width: 80px;
 height: 80px;
 z-index: 20;
 cursor: pointer;
}
.fade_off {
 opacity: 0;
 transition: all 1s;
}
.fade_on {
 opacity: 1;
}
.on {
 display: block !important;
}
.sp {
 display: none;
}
.map{
 width: 475px;
 margin: 40px auto 0;
}
@media screen and (min-width: 769px) {
 #premium_ice {
  /*padding-bottom: 60px;*/
 } 
.map{
  transition: all 1s;
 }
 .map:hover{
  opacity: 0.6;
 }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
 .cont_inner {
  width: 92vw;
 }
}
@media screen and (max-width: 768px) {
 #premium_ice {
  position: relative;
  background: #810101;
 }
 #premium_ice.act::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background: url("../images/sp/pre_content_bg.png") top center no-repeat;
  background-size: cover;
  animation: fadeIn01 2s ease 0.3s forwards;
 }
 #premium_ice.hide::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/sp/pre_content_bg.png") top center no-repeat;
  background-size: cover;
  animation: fadeOut 1s ease 0s forwards;
 }
 .cont_inner {
  width: 92vw;
 }
 .page_top {
  right: 3.2vw;
  bottom: 9vw;
  width: 8vw;
  height: 8vw;
 }
 .pc {
  display: none;
 }
 .sp {
  display: block;
 }
 .map{
  width: 80vw;
  margin: 5vw auto 0;
 }
}
/*--Animation--*/
@keyframes fadeOut {
 0% {
  opacity: 1;
 }
 100% {
  opacity: 0;
 }
}
/*==============================*/
/*== 2:global ==================*/
.l-header {
 background: #fff;
}
.l-header img {
 z-index: 9000;
}
.l-main {
 margin-bottom: 0;
}
.m-nav-product-list img {
 display: inline;
}
footer img {
 display: inline;
}
.l-footer {
 line-height: 2.0;
}
/*==============================*/
/*== 3:fsview ==================*/
#fsview {
 position: relative;
 background: url("../images/fsview_bg.png") center center no-repeat;
 background-size: cover;
}
@media screen and (max-width: 768px) {
 #fsview {
  background: url("../images/sp/fsview_bg.png") center center no-repeat;
  background-size: cover;
  z-index: 5;
 }
}
/*--: fsview_anima :--*/
#fsview .fsview_anima {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 height: 50vw;
 margin: 0 auto;
 overflow: clip;
}
#fsview .fsview_anima .logo {
 position: absolute;
 top: 3.857vw;
 left: 0;
 right: 0;
 width: 32.146vw;
 margin: 0 auto;
 opacity: 0;
 animation: fadeIn01 1.5s ease 1.5s forwards;
}
#fsview .fsview_anima .mountain {
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
 width: 100vw;
 margin: 0 auto;
 opacity: 0;
 transform: translateY(28.071vw);
 animation: fadeIn_mountain 1s ease 1s forwards;
}
#fsview .fsview_anima .spoon {
 position: absolute;
 top: 11.5vw;
 left: 0;
 width: 63.857vw;
 opacity: 0;
 transform: translate(-63.857vw, 38.5vw);
 animation: fadeIn_spoon 1s ease 1.5s forwards;
 z-index: 1;
}
#fsview .fsview_anima .cold {
 position: absolute;
 mix-blend-mode: screen;
}
#fsview .fsview_anima .cold_01 {
 bottom: 1.929vw;
 left: 3.929vw;
 width: 71.286vw;
 opacity: 0;
 animation: fadeIn01 0.5s ease 0s forwards, cold_bottom 150s infinite -32s linear;
 z-index: 3;
}
#fsview .fsview_anima .cold_bottom {
 bottom: 0;
 left: 0;
 right: 0;
 width: 100vw;
 margin: 0 auto;
 opacity: 0;
 animation: fadeIn01 2s ease 1s forwards;
 z-index: 2;
}
#fsview .fsview_anima .cold_bottom_02 {
 bottom: 0;
 left: 0;
 right: 0;
 width: 100vw;
 height: 48.357vw;
 margin: 0 auto;
 z-index: 2;
 animation: fadeIn01 2s ease 1.3s forwards, cold_bottom 100s infinite -20s linear;
}
#fsview .fsview_anima .cold_bottom_03 {
 bottom: 0;
 left: 0;
 right: 0;
 width: 95.143vw;
 height: 48.357vw;
 margin: 0 auto;
 z-index: 2;
 animation: fadeIn01 2s ease 1.3s forwards, cold_bottom 100s infinite -10s linear;
}
@media screen and (max-width: 768px) {
 #fsview .fsview_anima {
  height: 100%;
 }
 #fsview .fsview_anima .logo {
  top: 3vw;
  width: 62.8vw;
 }
 #fsview .fsview_anima .spoon {
  top: 34.4vw;
  width: 77.8vw;
 }
 #fsview .fsview_anima .cold_01 {
  bottom: 20.2vw;
  left: 0;
  width: 100vw;
 }
 #fsview .fsview_anima .cold_bottom_02 {
  width: 93.2vw;
  height: auto;
 }
 #fsview .fsview_anima .cold_bottom_03 {
  width: 100vw;
  height: auto;
  animation: fadeIn01 2s ease 1.3s forwards, cold_bottom 100s infinite 10s linear;
 }
}
/*--Animation--*/
@keyframes fadeIn01 {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
@keyframes fadeIn_mountain {
 0% {
  opacity: 0;
  transform: translateY(28.071vw);
 }
 100% {
  opacity: 1;
  transform: translateY(0);
 }
}
@keyframes fadeIn_spoon {
 0% {
  opacity: 0;
  transform: translate(-63.857vw, 22.5vw);
 }
 100% {
  opacity: 1;
  transform: translate(0, 0);
 }
}
@keyframes cold01 {
 0% {
  bottom: 16.214vw;
  /*filter: blur(10px);*/
  transform: scale(0.6, 1) rotateY(0deg);
  opacity: 0
 }
 33% {
  transform: scale(1, 1.4) rotateY(40deg);
  /*opacity: 0.5;*/
  opacity: 1;
 }
 66% {
  transform: scaleY(1.8, 1) rotateY(10deg);
  /*opacity: 0.4;*/
  opacity: 1;
 }
 100% {
  bottom: 25vw;
  /*filter: blur(15px);*/
  transform: scaleY(2, 1.8) rotateY(60deg);
  opacity: 0
 }
}
@keyframes cold_bottom {
 0% {
  filter: blur(0);
  opacity: 0;
  /*width: 100vw;*/
  transform: translateX(100%);
 }
 33% {
  opacity: 0.8;
  /*width: 70vw;*/
 }
 66% {
  opacity: 1;
 }
 100% {
  filter: blur(5px);
  opacity: 0.8;
  /*width: 100vw;*/
  transform: translateX(-100%);
 }
}
/*--//Animation--*/
@media screen and (min-width: 768px) {}
/*--: //fsview_anima :--*/
/*--: cont_inner :--*/
#fsview .cont_inner {
 position: relative;
 display: flex;
 flex-direction: row-reverse;
 justify-content: space-between;
 height: 50vw; /*700px;*/
 padding: 14px 0;
 overflow-x: clip;
 z-index: 10;
}
#fsview .cont_inner .right_catch {
 width: 7.071vw; /*99px*/
 opacity: 0;
 transform: translateX(7.071vw);
}
#fsview .cont_inner .left_catch {
 width: 7.429vw; /*104px*/
 opacity: 0;
 transform: translateX(-104px);
}
@media screen and (min-width: 768px) {
 #fsview .cont_inner .right_catch {
  animation: transform01 1s ease 2s forwards;
 }
 #fsview .cont_inner .left_catch {
  animation: transform02 1s ease 2s forwards;
 }
}
/*--Animation--*/
@keyframes transform01 {
 0% {
  opacity: 0;
  transform: translateX(7.071vw);
 }
 100% {
  opacity: 1;
  transform: translateX(0);
 }
}
@keyframes transform02 {
 0% {
  opacity: 0;
  transform: translateX(-7.429vw);
 }
 100% {
  opacity: 1;
  transform: translateX(0);
 }
}
/*--//Animation--*/
@media screen and (max-width: 768px) {
 #fsview .cont_inner {
  width: 93vw;
  height: 120vw;
  padding: 3.6vw 0;
  overflow-x: visible;
 }
 #fsview .cont_inner .right_catch {
  width: 13.6vw;
  opacity: 0;
  transform: translateX(13.6vw);
  animation: transform01_sp 1s ease 2s forwards;
 }
 #fsview .cont_inner .left_catch {
  width: 13.6vw;
  opacity: 0;
  transform: translateX(13.6vw);
  animation: transform02_sp 1s ease 2s forwards;
 }
}
/*--Animation--*/
@keyframes transform01_sp {
 0% {
  opacity: 0;
  transform: translateX(13.6vw);
 }
 100% {
  opacity: 1;
  transform: translateX(0);
 }
}
@keyframes transform02_sp {
 0% {
  opacity: 0;
  transform: translateX(-13.6vw);
 }
 100% {
  opacity: 1;
  transform: translateX(0);
 }
}
/*--//Animation--*/
/*--: //cont_inner :--*/
/*--: package_list :--*/
#fsview .cont_inner ul.package_list {
 position: absolute;
 bottom: -1.429vw;
 left: 0;
 right: 0;
 margin: 0 auto;
 display: flex;
 justify-content: space-between;
 max-width: 620px;
 width: 44.286vw;
}
#fsview .cont_inner ul.package_list > li {
 list-style: none;
 max-width: 180px;
 width: 12.857vw;
 opacity: 0;
 animation: fadeIn01 2s ease 2s forwards;
}
@media screen and (max-width: 768px) {
 #fsview .cont_inner ul.package_list {
  bottom: -2.429vw;
  justify-content: space-around;
  width: 85.2vw;
 }
 #fsview .cont_inner ul.package_list > li {
  width: 24.8vw;
 }
 #fsview .cont_inner ul.package_list > li:nth-child(2) {
  margin: 0 3vw;
 }
}
/*--: //package_list :--*/
/*==============================*/
/*== 4:pre_content =====*/
#pre_content {
 position: relative;
 height: 1750px; /*normal*/
 padding: 145px 0 0;
 background: url("../images/pre_content_bg.png") top center no-repeat;
 background-size: cover;
 box-sizing: border-box;
}
#pre_content h2 {
 font-family: 'Noto Serif JP', serif;
 color: #D1AF20;
 font-size: 60px;
 font-weight: 700;
 line-height: 1.333;
 text-align: center;
}
#pre_content p {
 font-family: 'Noto Sans JP', sans-serif;
 font-size: 16px;
 font-weight: 500;
 text-align: center;
 margin-bottom: 35px;
}
#pre_content .cont_inner {
 padding: 24px 30px 55px;
 background: rgba(255, 255, 255, 0.9);
 border-radius: 20px;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
 #pre_content {
  height: auto;
  padding-bottom: 15vw;
 }
}
@media screen and (max-width: 768px) {
 #pre_content {
  height: auto;
  padding: 13.4vw 0 10vw;
  background: none;
 }
 #pre_content h2 {
  font-size: 8vw;
  line-height: 1.325;
 }
 #pre_content p {
  font-size: 3.2vw;
  margin-bottom: 8vw;
 }
 #pre_content .cont_inner {
  padding: 4.8vw 4vw 11vw;
 }
 #pre_content .sp_cont {
  height: 181.6vw;
 }
}
/*--: cold :--*/
#pre_content .pre_content_cold {
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 width: 100vw;
 height: 1750px;
 margin: 0 auto;
 overflow: clip;
}
#pre_content .cold {
 position: absolute;
 mix-blend-mode: screen;
}
#pre_content .pre_content_cold .cold_01 {
 top: 1.929vw;
 left: 3.929vw;
 width: 71.286vw;
 opacity: 0;
 animation: fadeIn01 0.5s ease 0s forwards, cold_bottom 150s infinite -40s linear;
 z-index: 3;
}
#pre_content .pre_content_cold .cold_02 {
 top: 1.929vw;
 left: 3.929vw;
 width: 71.286vw;
 opacity: 0;
 animation: fadeIn01 0.3s ease 0s forwards, cold_bottom 150s infinite -5s linear;
 z-index: 3;
}
#pre_content .pre_content_cold .cold_03 {
 top: 20vw;
 left: 3.929vw;
 width: 71.286vw;
 opacity: 0;
 animation: fadeIn01 0.3s ease 0s forwards, cold_bottom 150s infinite -20s linear;
 z-index: 3;
}
#pre_content .pre_content_cold .cold_bottom {
 bottom: 0;
 left: 0;
 right: 0;
 width: 100vw;
 margin: 0 auto;
 opacity: 0;
 animation: fadeIn01 2s ease 1s forwards;
 z-index: 2;
}
#pre_content .pre_content_cold .cold_bottom_02 {
 bottom: 0;
 left: 0;
 right: 0;
 width: 100vw;
 height: 48.357vw;
 margin: 0 auto;
 z-index: 2;
 animation: fadeIn01 2s ease 1.3s forwards, cold_bottom 100s infinite -30s linear;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
 #pre_content .pre_content_cold {
  height: 100%;
 }
}
@media screen and (max-width: 768px) {
 #pre_content .pre_content_cold {
  height: 100%;
 }
 #pre_content .pre_content_cold .cold_01 {
  /*top: 1.929vw;
  left: 3.929vw;
  width: 100vw;*/
  display: none;
 }
 #pre_content .pre_content_cold .cold_02 {
  /*top: 1.929vw;
  left: 3.929vw;
  width: 100vw;*/
  display: none;
 }
 #pre_content .pre_content_cold .cold_03 {
  /*top: 35vw;
  left: 0;
  width: 100vw;*/
  display: none;
 }
 #pre_content .pre_content_cold .cold_bottom_02 {
  width: 93.2vw;
  height: 104vw;
 }
}
/*--: //cold :--*/
/*==============================*/
/*== 5:about ===================*/
#about {
 position: inherit;
 margin-bottom: 60px;
 z-index: 10;
}
#about h2 {
 margin-bottom: 43px;
}
#about .logo img {
 width: 235px;
 height: 57px;
 margin: auto;
}
#about h3 {
 font-family: 'Noto Serif JP', serif;
 font-size: 40px;
 font-weight: 700;
 line-height: 1.325;
 text-align: center;
 margin: 30px auto;
}
#about p:last-child {
 margin-bottom: 0;
}
#about p span {
 color: #B80F19;
 font-weight: 700;
}
@media screen and (max-width: 768px) {
 #about {
  margin-bottom: 10vw;
 }
 #about h2 {
  margin-bottom: 9.4vw;
 }
 #about h3 {
  font-size: 7vw;
  line-height: 1.514;
  margin: 6.2vw auto 6.6vw;
 }
 #about .logo img {
  width: 47vw;
  height: 11.4vw;
  margin: auto;
 }
}
/*==============================*/
/*== 6:lineup ==================*/
#lineup {
 position: inherit;
 z-index: 10;
}
#lineup h2 {
 margin-bottom: 46px;
}
#lineup h3 {
 font-family: 'Noto Sans JP', sans-serif;
 color: #9B0107;
 font-size: 18px;
 font-weight: 700;
 line-height: 1.222;
 text-align: center;
 margin: 0 auto 15px;
}
#lineup p {
 flex-grow: 1;
 margin: 0 auto;
}
@media screen and (max-width: 768px) {
 #lineup h2 {
  margin-bottom: 7.2vw;
 }
 #lineup h3 {
  font-size: 4.2vw;
  line-height: 1.19;
  margin: 0 auto 2.8vw;
 }
}
/*--: item_list :--*/
#lineup .item_list {
 display: flex;
 justify-content: space-between;
 align-items: stretch;
}
#lineup .item_list .item {
 display: flex;
 flex-direction: column;
 align-items: stretch;
 width: 280px;
 padding: 10px 5px 41px;
 border-radius: 20px;
}
#lineup .item_list .item .package {
 display: block;
 width: 267px;
 height: 255px;
 margin: 0 auto;
}
#lineup .item_list .item .item_img {
 display: block;
 margin: 0 auto 20px;
}
#lineup .item_list .item .btn {
 width: 220px;
 margin: 0 auto;
}
#lineup .item_list .item .btn a {
 position: relative;
 font-family: 'Noto Sans JP', sans-serif;
 display: block;
 color: #9B0107;
 font-size: 16px;
 font-weight: 600;
 text-align: center;
 padding: 13px 0 16px;
 background: #fff;
 border: 1px solid #B30F1A;
 transition: all 1s;
}
#lineup .item_list .item .btn a:hover {
 color: #fff;
 background: #9B0107;
}
#lineup .item_list .item .btn a span {
 position: absolute;
 top: 0;
 bottom: 0;
 right: 18px;
 display: block;
 width: 16px;
 height: 13px;
 margin: auto 0;
 background: url("../images/icon_btn_ov.svg") center center no-repeat;
 background-size: 16px auto;
}
#lineup .item_list .item .btn a span img {
 transition: all 1s;
}
#lineup .item_list .item .btn a:hover span img {
 opacity: 0;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
 #lineup .item_list {
  flex-wrap: wrap;
 }
 #lineup .item_list .item {
  width: 100%;
 }
}
@media screen and (max-width: 768px) {
 #lineup .item_list {
  display: block;
 }
 #lineup .item_list .item {
  display: block;
  width: 76vw;
  padding: 5.8vw 2vw 8.2vw;
  margin: 0 auto;
 }
 #lineup .item_list .item .package {
  width: 62.4vw;
  height: 59.6vw;
 }
 #lineup .item_list .item .item_img {
  margin: 0 auto 3vw;
 }
 #lineup .item_list .item .btn {
  width: 54.2vw;
 }
 #lineup .item_list .item .btn a {
  font-size: 3.8vw;
  padding: 3.6vw 0;
 }
 #lineup .item_list .item .btn a span {
  right: 18px;
  width: 3.2vw;
  height: 2.2vw;
  background-size: 3.2vw auto;
 }
}
/*--: //item_list :--*/
/*--: item_list item_01 :--*/
#lineup .item_list .item_01 {
 background: rgba(255, 252, 240, 0.8)
}
#lineup .item_list .item_01 .item_img {
 width: 160px;
 height: 100px;
}
@media screen and (max-width: 768px) {
 #lineup .item_list .item_01 .item_img {
  width: 41vw;
  height: 24vw;
 }
}
/*--: //item_list item_01 :--*/
/*--: item_list item_02 :--*/
#lineup .item_list .item_02 {
 background: rgba(245, 239, 236, 0.8)
}
#lineup .item_list .item_02 .item_img {
 width: 200px;
 height: 100px;
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
 #lineup .item_list .item_02 {
  margin: 5vw auto;
 }
}
@media screen and (max-width: 768px) {
 #lineup .item_list .item_02 {
  margin: 6vw auto;
 }
 #lineup .item_list .item_02 .item_img {
  width: 49.2vw;
  height: 17.4vw;
 }
}
/*--: //item_list item_02 :--*/
/*--: item_list item_03 :--*/
#lineup .item_list .item_03 {
 background: rgba(241, 244, 233, 0.8)
}
#lineup .item_list .item_03 .item_img {
 width: 175px;
 height: 100px;
}
@media screen and (max-width: 768px) {
 #lineup .item_list .item_03 .item_img {
  width: 42.6vw;
  height: 24.2vw;
 }
}
/*==============================*/
/*== 7:collaboration ===========*/
/*--背景 調整--*/
#pre_content {
 /*height: 3900px;
 height: 4100px;*/
 height: auto;
 padding-bottom: 200px;
}
#pre_content .pre_content_cold{
 /*height: 4100px;*/
 top: initial;
 bottom: 0;
}
@media screen and (max-width: 768px) {
 #pre_content {
  height: auto;
 padding-bottom: 20vw;
}
 }
 #pre_content .pre_content_cold{
  height: 100%; 
 }
}
/*------------*/
#collaboration{
 position: inherit;
 margin-top: 60px;
 z-index: 10;
}
#collaboration .collab_kv{
 display: block;
 margin: 45px auto 54px;
}
#collaboration h3{
 text-align: center;
}
#collaboration h3 > img{
 width: 891px;
 margin: 0 auto 10px;
}
#collaboration h3 > span{
 font-family: 'Noto Serif JP', sans-serif;
 font-size: 28px;
 font-weight: 700;
}
#collaboration h4{
 font-family: "Noto Serif JP", "sans-serif";
 font-size: 40px;
 font-weight: 700;
 text-align: center;
 margin-bottom: 40px;
}
#collaboration dl{
 display: flex;
 flex-wrap: wrap;
 align-items: flex-start;
 width: 90%;
 font-family: 'Noto Sans JP', sans-serif;
 font-size: 20px;
 line-height: 1.8;
 margin: 65px auto;
}
#collaboration dl dt{
 width: 20%;
 letter-spacing: 0.29em;
 margin-bottom: 5px;
}
#collaboration dl dt.ls01{
 letter-spacing: 0.07em;
}
#collaboration dl dt.ls02{
 letter-spacing: 0.6em;
}
#collaboration dl dd{
 width: 79%;
 margin-bottom: 5px;
}
#collaboration ul li{
 list-style: none;
 text-indent: -2.5em;
 padding-left: 2.5em;
}
#collaboration .collab_bnr{
 display: block; 
}
@media screen and (max-width: 768px) {
 #collaboration{
  margin-top: 11.79vw;
 }
 #collaboration .collab_kv{
  margin: 7.39vw auto 8.6vw;
 }
 #collaboration h3 > img{
  width: 76.2vw;
  margin: 0 auto 2.6vw;
 }
 #collaboration h3 > span{
  font-size: 2.6vw;
 }
 #collaboration h4{
  font-size: 5vw;
  margin-bottom: 6.4vw;
 }
 #collaboration dl{
  width: 100%;
  font-size: 2.8vw;
  margin: 6.2vw auto;
 }
 #collaboration dl dt{
  width: 30%;
  letter-spacing: 0.29em;
  margin-bottom: 1vw;
 }
 #collaboration dl dt.ls01{
  letter-spacing: 0.07em;
 }
 #collaboration dl dt.ls02{
  letter-spacing: 0.6em;
 }
 #collaboration dl dd{
  width: 70%;
  margin-bottom: 1vw;
 }
 #collaboration ul li{
  list-style: none;
  text-indent: -2.5em;
  padding-left: 2.5em;
 }
}
/*==============================*/