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

	Date: 2022-09-06
	CSS Document ： IEDIT 2023 spring Collection

=============================================================*/
#wrapper .scroll_id {
 background: #ebe7e4;
 display: none;
 height: 100vh;
 height: 100lvh;
 width: 100vw;
 top: 0;
 left: 0;
 position: fixed;
 z-index: 1;
}
#section01_id {
 height: 110vh;
 height: 110lvh;
}
#section02_id {
 height: 200vh;
 height: 200lvh;
}
#section03_id {
 height: 200vh;
 height: 200lvh;
}
#section04_id {
 height: 200vh;
 height: 200lvh;
}
#style01_id {
 height: 120vh;
 height: 120lvh;
}
#style02_id {
 height: 120vh;
 height: 120lvh;
}
#style03_id {
 height: 200vh;
 height: 200lvh;
}
/*------------------------------------

ベース

------------------------------------*/
#outer_id {
 position: relative;
 width: 100%;
 height: auto;
 text-align: left;
 color: #000;
	font-size: 76%;
}
#wrapper {
 font-family: 'Gothic Medium BBB', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
 overflow-x: hidden;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
body .pc_id {
 display: block !important;
}
body .sp_id {
 display: none !important;
}
#wrapper {
 padding-top: 0;
}
#headerbox_id h1 {
 font-size: 80%;
 float: left;
 width: 55%;
 padding: 15px 0 0 15px;
 text-align: left;
}
#headerbox_id h1 a {
 padding-bottom: 1px;
 text-decoration: none;
 color: #888 !important;
}
#headerbox_id h1 a:visited {
 text-decoration: none;
 color: #888 !important;
}
#headerbox_id h1 a:hover {
text-decoration: underline;
}
img {
 height: auto;
 vertical-align: bottom;
 border: none;
}
@media (min-width: 920px) {
 a {
  transition: all .3s;
 }
 a:hover {
  text-decoration: underline;
  opacity: .7;
 }
 body br.pc_id {
  display: inline-block !important;
 }
}
/* ヘッダー */
#headerbox_id {
 position: relative;
 z-index: 100;
 top: 0;
 left: 0;
 width: 100%;
 min-width: 920px;
 min-height: 40px;
 background-color: #fff;
}
#header_id {
 font-size: 80%;
 float: right;
 width: 40%;
 min-width: 200px;
 margin: 0;
 padding: 15px 15px 15px 0;
 white-space: nowrap;
}
#header_id ul {
 text-align: right;
}
#header_id li {
 display: inline-block;
 margin-right: 7px;
}
#header_id li a {
 padding-bottom: 1px;
}
.clearfix:after {
 line-height: 0;
 display: block;
 visibility: hidden;
 clear: both;
 height: 0;
 content: '.';
}
.clearfix {
 display: block;
}
/*------------------------------------

基本（スマホ）

------------------------------------*/
@media (max-width: 919px) {
 body {
  -webkit-text-size-adjust: 100%;
 }
 body .pc_id {
  display: none !important;
 }
 body .sp_id {
  display: block !important;
 }
 img {
  width: 100%;
 }
#headerbox_id h1 {
  display: none;
  float: none;
  width: auto;
  padding: 15px 0 0 15px;
 }
 /* ヘッダー */
 #headerbox_id {
  position: relative;
  z-index: 10;
  top: auto;
  left: auto;
  width: 100%;
  min-width: 10px;
  min-height: 12px;
 }
 #header_id {
  float: none;
  width: auto;
  min-width: 10px;
  padding: 10px 10px 10px 10px;
  white-space: normal;
 }
 #header_id ul {
  text-align: left;
 }
 #header_id li {
  font-size: 10px;
  display: inline-block;
  margin: 0;
  padding-right: 5px;
 }
}
@media (max-width: 480px) {
 #header_id {
  padding: 5px 5px 5px 5px;
 }
 #header_id li {
  font-size: 8px;
  padding-right: 3px;
 }
}
/*------------------------------------

ローディング

------------------------------------*/
.main-visual {
 height: 100vh;
 height: 100lvh;
 position: absolute;
 top: 0;
 left: 0;
 z-index: -1;
}
#loading_id {
 position: fixed;
 display: flex;
 align-items: center;
 justify-content: center;
 width: 100vw;
 height: 100vh;
 height: 100lvh;
 top: 0;
 left: 0;
 background: #FFF;
 z-index: 101;
 animation: bgWidth_100-0 0.9s cubic-bezier(.42, 0, .58, 1) forwards 2.5s;
}
#loading_id span {
 position: relative;
 width: 30%;
 margin-bottom: 10%;
 animation: fadeOut_id 0.6s cubic-bezier(0.475, 0.885, 0.320, 1.575) forwards 2.0s;
}
#loading_id span::before {
 content: "";
 display: block;
 border-top: 1px solid #fcee66;
 position: absolute;
 bottom: -10px;
 left: 0;
 animation: line_0-100 1.0s forwards 1.0s;
}
#loading_id span img {
 width: 100%;
 animation: bound 0.6s forwards 1.0s;
}
@keyframes fadeOut_id {
 0% {
  opacity: 1;
 }
 100% {
  opacity: 0;
 }
}
@keyframes bgWidth_100-0 {
 0% {
  width: 100vw;
 }
 100% {
  width: 0vw;
 }
}
@media (max-width: 919px) {
 /* SP */
 #loading_id {}
 #loading_id span {
  width: 65%;
 }
 #loading_id span::before {}
 #loading_id span img {}
}
/*------------------------------------

タイトルエリア

------------------------------------*/
#titlearea_id {
 width: 100%;
 margin: 0px auto 0px;
 display: block;
 position: relative;
}
#titlearea_id img {
 clear: both;
 display: block;
 margin: 0 auto;
 width: 100%;
}
#titlearea_inner_lv {
 position: relative;
 z-index: 1;
}
#titlearea_id .ttl_id {
 position: absolute;
}
@media (min-width: 920px) {
 /* PC */
 #titlearea_inner_lv {
  max-width: 1300px;
  margin: 0 auto;
 }
 #titlearea_id .ttl_id {
  top: 11vw;
  left: 20vw;
  max-width: 373px;
  width: 26%;
 }
}
@media (min-width: 1300px) {
 #titlearea_id .ttl_id {
  top: 11vw;
  left: 11vw;
  max-width: 373px;
  width: 30%;
 }
}
@media (max-width: 919px) {
 /* SP */
 #titlearea_id {
  width: 100%;
  margin: 0 auto 0;
 }
 #titlearea_inner_lv {}
 #titlearea_id .ttl_id {
  width: 46%;
  top: 20vw;
  left: 5%;
 }
}
/*------------------------------------

メインコンテンツ

------------------------------------*/
#wrap_id {
 /* max-width: 920px; */
 margin: 0 auto;
 background: #FFF;
 padding: 1em 0 0;
 position: relative;
}
/****** リード ******/
#lead_id {
 text-align: center;
 font-size: 135%;
 line-height: 2.2;
 margin: 1em auto 5em;
}
#lead_id p {
 letter-spacing: 0.1em;
 font-family: 'リュウミン R-KL', 'Ryumin Regular KL', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
}
@media (max-width: 919px) {
 /* SP */
 #wrap_id {
  margin: 1rem auto 0;
 }
 #lead_id {
  font-size: 95%;
  margin: 0em auto 3em;
 }
 #lead_id p {
  margin: 0 5%;
  text-align: justify;
  letter-spacing: 0;
  font-size: 110%;
  line-height: 2.0;
 }
}
/*------------------------------------
 
プロフィール
 
 ------------------------------------*/
#prof_id {
 background: #e8dec4;
 padding: 1.0rem 0 2.5rem;
 margin-bottom: 4.5rem;
}
#prof_id .prof_inner_id {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
}
#prof_id .prof_ttl_id {
 width: 100%;
 text-align: center;
 margin: 0 0 1rem;
 position: relative;
}
#prof_id .prof_ttl_id::before {
 content: "";
 display: block;
 width: 100%;
 border-top: 1px solid #FFF;
 position: absolute;
 top: 50%;
 left: 0;
}
#prof_id .prof_ttl_id span {
 background: #e8dec4;
 padding: 0 1em;
 position: relative;
}
#prof_id .prof_photo_id {}
#prof_id .prof_text_id {
 width: 390px;
 margin: 0 1.5rem;
}
#prof_id .prof_name_id {}
#prof_id .prof_text_id p {
 font-size: 110%;
 color: #444444;
 margin-top: 0.6rem;
 font-family: "Gothic Medium BBB";
 letter-spacing: 0.1em;
 line-height: 1.8;
}
@media (max-width: 919px) {
 /* SP */
 #prof_id {
  padding: 0.5rem 0 1.5rem;
 }
 #prof_id .prof_inner_id {
  display: block;
 }
 #prof_id .prof_ttl_id {
  margin: 0 0 0.5rem;
 }
 #prof_id .prof_ttl_id::before {}
 #prof_id .prof_ttl_id span {
  width: 19%;
  display: block;
  margin: 0 auto;
 }
 #prof_id .prof_photo_id {
  width: 20%;
  float: left;
  margin: 0 6% 0 22%;
 }
 #prof_id .prof_text_id {
  width: auto;
  display: inherit;
  margin: 0;
 }
 #prof_id .prof_name_id {
  width: 27vw;
  float: left;
  margin: 0em 8% 0 0;
 }
 #prof_id .prof_text_id p {
  display: block;
  width: 100%;
  clear: both;
  font-size: 85%;
  padding: 1.5em 2em 0;
  box-sizing: border-box;
 }
}
/*------------------------------------
 
ナビ
 
 ------------------------------------*/
#nav_id {
 opacity: 0;
 position: fixed;
 right: -2px;
 top: 10vh;
 top: 10lvh;
 /* background: #FFF; */
 z-index: 1;
 transition: all 0.3s;
}
#nav_id.on_id {
 opacity: 1;
}
#nav_id ul {
 border: 1px solid #000;
 padding: 2px;
 margin-bottom: 0;
 background: #FFF;
}
#nav_id ul li {}
#nav_id ul li:first-child {
 border-bottom: 1px solid #000;
}
#nav_id ul a {
 padding: 1.6em 0.7em 1.6em 0.9em;
 display: block;
 text-decoration: none;
}
#nav_id ul a.now_id {
 background: #fcf180;
}
#nav_id ul a span {
 font-size: 100%;
 text-align: center;
 display: block;
 letter-spacing: 0.4em;
 line-height: 1.4;
 font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
 font-weight: bold;
 color: #000;
}
@media (min-width: 920px) {
 /* PC */
 #nav_id ul a:hover {
  background: #000;
  color: #FFF;
 }
 #nav_id ul a:hover span {
  color: #FFF;
 }
}
@media (max-width: 919px) {
 /* SP */
 #nav_id {}
 #nav_id.on_id {}
 #nav_id ul {}
 #nav_id ul li {}
 #nav_id ul li:first-child {}
 #nav_id ul a {}
 #nav_id ul a.now_id {}
 #nav_id ul a span {
  font-size: 80%;
 }
}
/*------------------------------------
 
collabo
 
 ------------------------------------*/
#collabo_id {
 position: relative;
}
#collabo_id .bg_id {
 display: block;
 background: #ebe7e4;
 width: 0%;
 height: 100%;
 position: absolute;
 top: 0%;
 left: 0;
}
.section_id img {
 width: 100%;
 height: auto;
}
.section_id {
 position: relative;
 width: 100vw;
 font-size: 1vw;
 /* background: #ebe7e4; */
 /* z-index: 2; */
}
.sectioninner_id {
 width: 100vw;
 height: 100vh;
 height: 100lvh;
 transition: all 0.2s;
 display: flex;
 align-items: flex-start;
 position: relative;
 opacity: 0;
}
.section_id:not(.current) .sectioninner_id {
 /*animation: fadeOut_id 1.0s both 0s;*/
}
/* コネクト */
.current_open .sectioninner_id {
 opacity: 1;
}
.now_id .sectioninner_id {
 position: fixed;
 top: 0;
 left: 0;
}
.now_id.static_id .sectioninner_id {
 position: absolute;
 top: 0;
 left: 0;
}
#section04_id.static_id .sectioninner_id {
 position: absolute;
 top: auto;
 bottom: 0;
 left: 0;
}
#style03_id.static_id .sectioninner_id {
 position: absolute;
 top: auto;
 bottom: 0;
 left: 0;
}
.section_id:not(.current) {
 pointer-events: none;
}
.current:not(.current_open) .sectioninner_id {
 opacity: 1;
}
.sectionbox_id {
 width: 130vh;
 width: 130lvh;
 height: 100vh;
 height: 100lvh;
 display: flex;
 align-items: center;
 flex-wrap: wrap;
 /* min-height: 1000px; */
 max-width: 1300px;
 margin: 0 auto;
 position: relative;
}
.sectionflex_id {
 width: 100%;
 height: 100vh;
 height: 100lvh;
 margin: 0 auto;
 display: flex;
 align-items: center;
 justify-content: space-between;
 position: relative;
}
.collabo_ttl_min_id {
 /* margin-left: -8rem; */
 position: absolute;
 top: 10%;
 right: 0;
 width: 42vw;
 z-index: 2;
}
.collabo_ttl_min_id img {
 width: 18rem;
 position: relative;
}
.collabo_ttl_min_id p {
 font-size: 136%;
 margin: 0.7em 0.15em;
 font-family: "Futo Go B101";
}
.collabo_ttl_min_id::before {
 content: "";
 display: block;
 border-top: 4px solid #fcee66;
 position: absolute;
 top: 32%;
 right: 0;
}
.photo_id {
 width: 50%;
}
.text_id {
 width: 50%;
}
/* メイン画像 */
.photo_id {}
.photo_id span {
 position: relative;
 display: block;
}
.photo_id span::after {
 content: "";
 position: absolute;
 bottom: 0;
 height: 100%;
 left: 0;
 width: 100%;
 background: #FFF;
 display: block;
 overflow: hidden;
}
#section01_id .photo_id span {
 opacity: 0;
}
#section01_id.change01 .photo_id span {
 animation: fadeBottom_id 0.8s forwards 0s;
}
#section01_id.change01 .photo_id span::after {
 background: #ebe7e4;
 animation: height_0-100 0.9s cubic-bezier(.42, 0, .58, 1) forwards 0s;
}
#section01_id a {
 opacity: 0;
}
#section01_id.change02 a {
 animation: fadeBottom_id 0.8s forwards 0.5s;
}
#section02_id.change01 .photo_id span {
 animation: fadeBottom_id 0.8s forwards 0.5s;
}
#section02_id.change01 .photo_id span::after {
 background: #FFF;
 animation: height_0-100 0.9s cubic-bezier(.42, 0, .58, 1) forwards 0.5s;
}
#section03_id.change01 .photo_id span {
 animation: fadeBottom_id 0.8s forwards 0.5s;
}
#section03_id.change01 .photo_id span::after {
 background: #ebe7e4;
 animation: height_0-100 0.9s cubic-bezier(.42, 0, .58, 1) forwards 0.5s;
}
@keyframes height_0-100 {
 0% {
  height: 100%;
 }
 100% {
  height: 0%;
 }
}
/* 変更エリア */
.change_id {
 position: relative;
}
.change_id .c_item_id {
 opacity: 0;
 width: 100%;
 /*transition: all .5s;*/
}
.change_id .c_item_id:nth-child(n + 2) {
 position: absolute;
 top: 0;
 left: 0;
}
.change_id .c_item_id.change_current {
 animation: fadeBottom_id 0.6s forwards 0s;
}
.change03_id {
 position: relative;
}
.change03_id .c_item_id {
 opacity: 0;
 width: 100%;
 transition: all .5s;
}
.change03_id .c_item_id:nth-child(n + 2) {
 position: absolute;
 top: 0;
 left: 0;
}
.change03_id .c_item_id.change_current {
 animation: fadeBottom_id 0.6s forwards 0s;
}
@media (min-width: 1300px) {
 /* PC */
 .section_id {
  font-size: 110%;
 }
}
@media (max-height: 900px) {
 /* 高さ900px以下 */
 .section_id {
  font-size: 96%;
 }
}
@media (max-height: 800px) {
 /* 高さ800px以下 */
 .section_id {
  font-size: 80%;
 }
}
/* @media (max-height: 700px) {
 高さ700px以下
 .section_id{
 height: auto !important;
 }
 .sectioninner_id {
 opacity: 1.0 !important;
  position: static !important;
 }
} */
@media (max-width: 919px) {
 /* SP */
 #collabo_id {}
 .section_id img {}
 .section_id {
  font-size: 90%;
 }
 .sectioninner_id {}
 .section_id:not(.current) .sectioninner_id {}
 /* コネクト */
 .current_open .sectioninner_id {}
 .now_id .sectioninner_id {}
 #section04_id.static_id .sectioninner_id {}
 #style03_id.static_id .sectioninner_id {
  position: relative;
 }
 .section_id:not(.current) {}
 .current:not(.current_open) .sectioninner_id {}
 .sectionflex_id {
  display: block;
  /* height: auto; */
 }
 .collabo_ttl_min_id {
  top: 2vh;
  top: 2lvh;
  width: 91%;
 }
 .collabo_ttl_min_id img {
  width: 15rem;
 }
 .collabo_ttl_min_id p {
  font-size: 115%;
 }
 .collabo_ttl_min_id::before {}
 .photo_id {}
 .text_id {
  width: 100%;
 }
 /* メイン画像 */
 .photo_id {}
 /* 変更エリア */
 .change_id {}
 .change_id .c_item_id {}
 .change_id .c_item_id:nth-child(n + 2) {}
 .change_id .c_item_id.change_current {}
}
/*------------------------------------
 
個別設定
 
 ------------------------------------*/
/* section01 */
#section01_id {}
#section01_id .sectioninner_id {
 /*background: #FFF;*/
}
.now_id #section01_id .sectioninner_id {
 background: #ebe7e4;
}
#section01_id .collabo_ttl_id {
 margin-left: -8rem;
 position: relative;
}
#section01_id .collabo_ttl_id img {
 width: 74%;
}
#section01_id .collabo_ttl_id p {
 font-size: 150%;
 margin: 0.7em 0.5em;
}
#section01_id a {
 width: 66%;
 display: block;
 margin: 0 auto;
}
/* section02 */
#section02_id {}
#section02_id .sectioninner_id {
 background: #fff;
}
#section02_id .photo_id {
 width: 50%;
}
#section02_id .text_id {
 width: 40%;
}
.c_item_id {}
.c_num_id {
 font-size: 274%;
 margin-bottom: 0.5em;
}
.c_num_id span {
 margin-right: 0.3em;
}
.c_num_id span img {
 width: 40px;
}
.c_ttl_id {
 font-size: 240%;
 line-height: 1.4;
 margin: 1rem 0 1rem;
 font-family: "Futo Go B101";
}
.c_text_id {
 font-size: 142%;
 color: #444444;
 font-family: "Gothic Medium BBB";
 letter-spacing: 0.1em;
 line-height: 1.8;
 margin-left: 0.2em;
 white-space: nowrap;
}
.c_photo_id {
 margin-top: 1rem;
}
.c_photo_id img {
 width: 55%;
}
/* section03 */
#section03_id {}
#section03_id .sectioninner_id {
 background: #ebe7e4;
}
#section03_id .photo_id {
 width: 50%;
}
#section03_id .text_id {
 width: 40%;
}
#section03_id .c_photo_id img {
 width: 34%;
}
@media (min-width: 920px) {
 /* PC */
 #section03_id .c_item_id {
  padding-bottom: 17vh;
 }
}
/* section04 */
#section04_id {}
#section04_id .sectioninner_id {
 background: #fff;
}
#section04_id .comment_id {
 position: absolute;
 width: 37%;
 top: 18%;
 right: -14%;
 /* z-index: 1; */
}
#section04_id .photo_id {
 width: 70%;
}
#section04_id .text_id {
 width: 100%;
 height: 100vh;
 height: 100lvh;
 position: absolute;
 top: 0;
 left: 0;
}
#section04_id .making_id {
 background: #FFF;
 position: absolute;
 bottom: 9%;
 right: 0%;
 width: auto;
 max-width: 800px;
 padding: 2.5em;
 box-sizing: border-box;
 opacity: 0;
}
#collabo_id .making_id .bg_id {
 display: block;
 background: #efe9d8;
 width: 0%;
 height: 100%;
 position: absolute;
 top: 0%;
 left: 0;
}
#section04_id.change01 .making_id {
 animation: fadeLeft_id 0.6s forwards 0.2s;
}
#section04_id .making_ttl_id {
 position: relative;
}
.making_ttl_id::before {
 content: "";
 display: block;
 width: 48%;
 border-top: 1px solid #dbba31;
 position: absolute;
 top: 50%;
 right: 0;
}
#section04_id .making_ttl_id img {
 width: 49%;
 position: relative;
 /* background: #efe9d8; */
 padding-right: 1em;
}
#section04_id .making_sub_ttl_id {
 font-size: 188%;
 font-family: "Futo Go B101";
 line-height: 1.4;
 letter-spacing: 0.05em;
 margin: 0.5em 0;
 position: relative;
}
#section04_id .making_id p {
 font-size: 115%;
 color: #444444;
 /* margin-top: 0.6rem; */
 font-family: "Gothic Medium BBB";
 letter-spacing: 0em;
 line-height: 1.9;
 position: relative;
}
@media (max-width: 919px) {
 /* SP */
 /* section01 */
 #section01_id {}
 #section01_id .sectioninner_id {}
 #section01_id .sectionflex_id {
  height: 100vh;
  height: 100dvh;
 }
 #section01_id .collabo_ttl_id {
  position: absolute;
  top: 3vw;
  left: 10vw;
  width: 85%;
  /* font-size: 88%; */
  margin: 0;
 }
 #section01_id .collabo_ttl_id img {}
 #section01_id .collabo_ttl_id p {
  font-size: 125%;
  margin: 0.6em 0.3em;
 }
 #section01_id .photo_id {
  width: 45vh;
  width: 45dvh;
  margin: 35vw 0 3vw;
 }
 #section01_id a {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
 }
 #section01_id a img {
  width: 29%;
  margin-right: 3vw;
 }
 /* section02 */
 #section02_id {
  height: 150vh;
  height: 150lvh;
 }
 #section02_id .sectioninner_id {}
 #section02_id .photo_id {
  width: 79%;
  margin: 14vh auto 3vh;
  margin: 14lvh auto 3lvh;
 }
 #section02_id .text_id {
  width: 90%;
  margin: 0 auto;
 }
 #section02_id .c_photo_id {
  position: absolute;
  top: 16%;
  right: 11%;
  width: 35vw;
  z-index: 0;
 }
 #section02_id .c_photo_id img {
  width: 100%;
 }
 .c_item_id {}
 .c_num_id {}
 .c_num_id span {}
 .c_num_id span img {
  width: 9vw;
  max-width: 48px;
 }
 .c_ttl_id {
  position: relative;
  z-index: 1;
  font-size: 200%;
 }
 .c_text_id {
  font-size: 107%;
 }
 .c_photo_id {
  margin: 0;
 }
 .c_photo_id img {}
 /* section03 */
 #section03_id {
  height: 150vh;
  height: 150lvh;
 }
 #section03_id .sectioninner_id {}
 #section03_id .c_item_id {}
 #section03_id .photo_id {
  width: 82%;
  margin: 8vh 0 4vh;
  margin: 8lvh 0 4lvh;
 }
 #section03_id .text_id {
  width: 90%;
  margin: -3.5rem auto 0;
 }
 #section03_id .c_photo_id {
  position: absolute;
  top: 11vh;
  top: 11lvh;
  right: 12%;
  width: 28vw;
  z-index: 0;
 }
 #section03_id .c_photo_id img {
  width: 100%;
 }
 #section03_id .c_item_id:nth-child(3) .c_text_id {
  width: 54%;
  white-space: normal;
 }
 /* section04 */
 #section04_id {
  height: 400vh;
  height: 400lvh;
 }
 #section04_id .sectioninner_id {}
 .sectionbox_id {
  height: 100vh;
  height: 100dvh;
 }
 #section04_id .comment_id {
  right: 12%;
  top: 8vh;
  top: 8lvh;
 }
 #section04_id .photo_id {
  width: 100%;
  height: 77vh;
  height: 77lvh;
 }
 #section04_id .photo_id .c_item_id {
  width: 110%;
  margin-left: -10%;
 }
 #section04_id .text_id {
  height: 100%;
 }
 #section04_id .making_id {
  max-width: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 1.5em 1.5em 7vh;
 }
 #section04_id .making_ttl_id {}
 .making_ttl_id::before {}
 #section04_id .making_ttl_id img {
  width: 49%;
 }
 #section04_id .making_sub_ttl_id {
  font-size: 145%;
 }
 #section04_id .making_id p {}
}
/*------------------------------------
 
商品リンクエリア
 
 ------------------------------------*/
.spec_photo_id {
 display: block;
}
.spec_id {
 font-size: 150%;
 font-family: "Futo Go B101";
}
.name_id {
 display: block;
}
.tanyi_id {
 font-size: 80%;
}
.price_id {
 font-family: 'Josefin Sans', sans-serif;
 font-weight: 400;
 font-style: italic;
 font-size: 160%;
}
#main_item {
 margin: 0rem auto 8rem;
}
#main_item a {
 display: flex;
 justify-content: center;
 align-items: center;
 margin: 0em auto 4em;
}
#main_item .spec_photo_id {}
#main_item .spec_id {
 font-size: 150%;
 margin-left: 1em;
}
#main_item .name_id {}
#main_item .tanyi_id {}
#main_item .price_id {}
#main_item .link_list_id {}
#main_item .link_list_id a {}
#main_item .link_list_id a img {}
@media (max-width: 919px) {
 /* SP */
 .spec_photo_id {}
 .spec_id {
  font-size: 110%;
 }
 .name_id {}
 .tanyi_id {}
 .price_id {}
 #main_item {
  margin: 4rem auto 6rem;
 }
 #main_item a {
  display: block;
  text-align: center;
 }
 #main_item .spec_photo_id {
  width: 59%;
  margin: 0 auto;
 }
 #main_item .spec_id {
  font-size: 120%;
  margin: 1em auto 0;
  display: inline-block;
  text-align: left;
 }
 #main_item .name_id {}
 #main_item .tanyi_id {}
 #main_item .price_id {}
 #main_item .link_list_id {
  width: 82%;
  margin: 0 auto;
 }
 #main_item .link_list_id a {}
 #main_item .link_list_id a img {}
}
/*------------------------------------
 
style
 
 ------------------------------------*/
#style_id {
 background: #FFF;
 position: relative;
}
#style_id .bg_id {
 display: block;
 background: #d5a85e;
 width: 0%;
 height: 100%;
 position: absolute;
 top: 0%;
 left: 0;
 pointer-events: none;
}
#style_id .sectioninner_id {}
#style_id .photo_id {
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
}
#style_id .c_item_id {
 position: absolute;
}
#style_id .item_link_id {
 margin: 2em 0;
}
#style_id .item_link_id a {
 display: block;
 font-size: 130%;
 color: #000;
 letter-spacing: 0.15em;
 margin: 0.5em 0;
 font-family: 'Noto Sans', sans-serif;
}
#style_id .text_id {
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 pointer-events: none;
}
#style_id .c_lead_id {
 position: absolute;
 top: 17%;
 left: 4%;
 font-size: 230%;
 letter-spacing: 0.15em;
}
#style_id .c_lead_id::before {
 content: "";
 display: block;
 /*width: 100%;*/
 border-top: 1px solid #ead3ae;
 position: absolute;
 bottom: 0%;
 left: 0;
}
.current_anime .c_lead_id::before {
 animation: line_0-100 1.2s forwards 1.0s;
}
#style_id .s_comment_id {
 position: absolute;
}
#style_id .s_comment_ttl_id {}
#style_id .s_comment_ttl_id img {
 width: 19em;
}
#style_id .s_comment_id p {
 line-height: 2;
 font-size: 130%;
 margin: 1em 0;
 font-family: "Gothic Medium BBB";
 letter-spacing: 0.05em;
 line-height: 1.9;
 color: #333333;
}
/* style01 */
#style01_id {}
#style01_id .sectioninner_id {
 /* background: #FFF; */
}
.now_id #style01_id .sectioninner_id {
 background: #d5a85e;
}
@media (min-width: 920px) {
 /* PC */
 .now_id #style01_id .c_item_id:nth-child(1) {}
 .c_lead_id, .s_comment_id, .c_item_id {
  opacity: 0;
 }
 #style_id .change01 .c_lead_id {
  animation: fadeLeft_id 0.6s forwards 0.2s;
 }
 #style_id .change01 .c_item_id:nth-child(1) {
  animation: fadeRight_id 0.6s forwards 0.2s;
 }
 #style_id .change01 .c_item_id:nth-child(2) {
  animation: fadeLeft_id 0.6s forwards 0.7s;
 }
 #style_id .change01 .c_item_id:nth-child(3) {
  animation: fadeLeft_id 0.6s forwards 1.2s;
 }
 #style_id .change02 .s_comment_id:not(.s_comment02_id) {
  animation: fadeRight_id 0.6s forwards 0.2s;
 }
 #style_id .change02 .s_comment02_id {
  animation: fadeLeft_id 0.6s forwards 0.5s;
 }
 #style_id .section_id:not(.current_open) .c_lead_id, #style_id .section_id:not(.current_open) .s_comment_id, #style_id .section_id:not(.current_open) .c_item_id {
  opacity: 0;
 }
 #style_id .current_anime:not(.current_open) .c_item_id:nth-child(1) {
  animation: fadeLeft_id 0.6s forwards 0.5s;
 }
 #style_id .current_anime:not(.current_open) .c_item_id:nth-child(2) {
  animation: fadeBottom_id 0.6s forwards 0.8s;
 }
 #style_id .current_anime:not(.current_open) .c_item_id:nth-child(3) {
  animation: fadeLeft_id 0.6s forwards 1.2s;
 }
}
#style01_id .c_item_id:nth-child(1) {
 top: 6%;
 left: 27%;
 width: 41%;
}
#style01_id .c_item_id:nth-child(2) {
 bottom: 3%;
 left: 0%;
 width: 33%;
}
#style01_id .c_item_id:nth-child(3) {
 bottom: 5%;
 right: 0%;
 width: 28%;
}
#style01_id .s_comment_id {
 top: 10%;
 right: 5%;
 width: auto;
}
#style01_id .item_link_id {
 text-align: right;
}
/* style02 */
#style02_id {}
#style02_id .sectioninner_id {
 background: #c7a866;
}
#style02_id .c_item_id:nth-child(1) {
 top: 6%;
 left: 18%;
 width: 49%;
}
#style02_id .c_item_id:nth-child(2) {
 bottom: 3%;
 right: 0%;
 width: 28%;
}
#style02_id .c_item_id:nth-child(3) {
 bottom: 5%;
 right: 0%;
 width: 25%;
}
#style02_id .s_comment_id {
 top: 8%;
 right: 3%;
 width: auto;
}
#style02_id .item_link_id {
 text-align: left;
 position: absolute;
 top: 48%;
 left: -31%;
}
/* style03 */
#style03_id {}
#style03_id .sectioninner_id {
 background: #d5a483;
}
#style03_id .c_item_id:nth-child(1) {
 top: 6%;
 left: 30%;
 width: 41%;
}
#style03_id .c_item_id:nth-child(2) {
 bottom: 0%;
 left: 10%;
 width: 23%;
}
#style03_id .c_item_id:nth-child(3) {
 bottom: 11%;
 right: 0%;
 width: 22%;
}
#style03_id .s_comment_id {
 top: 18%;
 left: 1%;
 width: auto;
}
#style03_id .s_comment02_id {
 top: 10%;
 left: auto;
 right: 2%;
 width: auto;
}
#style03_id .c_lead_id {
 position: absolute;
 top: 9%;
 left: 2%;
}
#style03_id .item_link_id {
 text-align: center;
}
@media (max-width: 919px) {
 /* SP */
 #style_id {
  background: #d5a85e;
 }
 #style_id .section_id {
  height: auto;
  pointer-events: auto;
 }
 #style_id .sectioninner_id {
  /* display: block; */
  position: static;
  opacity: 1;
  height: auto;
 }
 #style_id .sectionbox_id {
  /* height: 100vh; */
  height: 200vw;
 }
 #style_id #style01_id .sectionbox_id {
  /* height: 100vh; */
  height: 180vw;
 }
 #style_id .photo_id {}
 #style_id .c_item_id {}
 #style_id .item_link_id {
  margin: 1em 0;
 }
 #style_id .item_link_id a {
  font-size: 116%;
 }
 #style_id .text_id {}
 #style_id .c_lead_id {
  font-size: 170%;
  top: 4%;
  left: 7%;
 }
 #style_id .c_lead_id::before {}
 .c_lead_id.fadeIn_id::before {
  animation: line_0-100 1.2s forwards 1.0s;
 }
 #style_id .s_comment_id {}
 #style_id .s_comment_ttl_id {}
 #style_id .s_comment_ttl_id img {
  width: 35vw;
 }
 #style_id .s_comment_id p {
  font-size: 100%;
 }
 /* style01 */
 #style01_id {}
 #style01_id .sectioninner_id {}
 #style01_id .c_item_id:nth-child(1) {
  width: 70%;
  top: 11vh;
  top: 25vw;
  left: 17%;
 }
 #style01_id .c_item_id:nth-child(2) {
  bottom: 28%;
  width: 29%;
 }
 #style01_id .c_item_id:nth-child(3) {
  bottom: auto;
  right: auto;
  top: 19%;
  left: 6%;
 }
 #style01_id .s_comment_id {
  top: 79%;
  right: 16%;
  width: auto;
 }
 #style_id .s_comment_id.fadeIn_id {
  animation: fadeRight_id 0.6s forwards 0s;
 }
 #style01_id .item_link_id {}
 /* style02 */
 #style02_id {}
 #style02_id .sectioninner_id {}
 #style02_id .c_item_id:nth-child(1) {
  top: 13%;
  left: 29%;
  width: 71%;
 }
 #style02_id .c_item_id:nth-child(2) {
  bottom: auto;
  right: auto;
  width: 40%;
  top: 17%;
  left: 0;
 }
 #style02_id .c_item_id:nth-child(3) {}
 #style02_id .s_comment_id {
  top: auto;
  right: auto;
  width: auto;
  left: 7%;
  bottom: 3%;
 }
 #style02_id .item_link_id {
  top: 66%;
  left: -31%;
 }
 /* style03 */
 #style03_id {
  height: 160vh !important;
  height: 335vw !important;
 }
 #style03_id .sectionbox_id {
  height: 100%;
  /* height: auto; */
 }
 #style03_id .sectioninner_id {
  height: 100%;
 }
 #style03_id.current .sectioninner_id {}
 #style03_id .photo_id {}
 #style03_id .c_item_id:nth-child(1) {
  top: 7%;
  left: 25%;
  width: 75%;
 }
 #style03_id .c_item_id:nth-child(2) {
  bottom: 23vh;
  bottom: 50vw;
  left: -2%;
  width: 51%;
 }
 #style03_id .c_item_id:nth-child(3) {
  bottom: 30vh;
  bottom: 65vw;
  right: 5%;
  width: 37%;
 }
 #style03_id .s_comment_id {
  top: auto;
  bottom: auto;
  top: 139vw;
  left: 5%;
  width: auto;
  /* background: #d5a483; */
 }
 #style03_id .s_comment02_id {
  top: auto;
  bottom: 3vh;
  bottom: 7vw;
  left: 5%;
  width: auto;
 }
 #style03_id .c_lead_id {
  top: 4vh;
  top: 4lvh;
  left: 7%;
 }
 #style03_id .item_link_id {}
 #style03_id .c_item_id:nth-child(1) .item_link_id {
  position: absolute;
  top: 38%;
  text-align: left;
  left: -22%;
 }
}
/*------------------------------------
 
 バナー
 
 ------------------------------------*/
.tax_id {
 font-size: 120%;
 margin: 2em 1em;
 text-align: right;
}
.bnrArea_id {
 display: block;
 max-width: 920px;
 margin: 40px auto 0;
 text-align: center;
}
.bnrArea_id a {
 display: inline-block;
 margin: 0 0 40px;
}
@media (max-width: 919px) {
 .tax_id {
  font-size: 100%;
 }
 .bnrArea_id {
  width: 100%;
  margin: 1.5em auto 0;
  text-align: center;
 }
 .bnrArea_id a {
  width: 95%;
  max-width: 640px;
  margin: 0 0 1.5em;
 }
 .bnrArea_id a img {
  height: auto;
  margin: 0 auto;
 }
}
/*------------------------------------
 
 ページトップへ
 
 ------------------------------------*/
.pageTop {
 position: relative;
 z-index: 10000;
 display: none;
 width: 100%;
 max-width: 1000px;
 height: 0;
 margin: 0 auto;
}
.pageTop a {
 position: fixed;
 z-index: 10000;
 right: 20px;
 bottom: 20px;
 left: auto;
 display: block;
 width: 70px;
 height: 70px;
 background: url(../images/pagetop.png);
 background-repeat: no-repeat;
 background-size: contain;
}
@media (min-width: 920px) {
 .pageTop a:hover {
  bottom: 26px;
  background-repeat: no-repeat;
 }
}
@media (max-width: 480px) {
 .pageTop a {
  right: 3%;
  bottom: 2vh;
  bottom: 2lvh;
  width: 11vw;
  height: 11vw;
  background-size: contain;
 }
}
#headerbox_id a:hover {
 opacity: 1.0;
 filter: alpha(opacity=100);
}
/*------------------------------------
 
   SNS
 
 ------------------------------------*/
#sns_id {
 display: block;
 margin: 0 auto 0;
 text-align: center;
 padding-bottom: 40px;
}
#sns_id li {
 display: inline-block;
 width: 30px;
 margin: 5px;
 vertical-align: top;
}
#sns_id li.sp_id {
 display: none;
}
#sns_id li a {
 width: 100%;
}
#sns_id li img {
 width: 100%;
 height: auto;
}
@media (max-width: 919px) {
 #sns_id li.sp_id {
  display: inline-block !important;
 }
}
/*------------------------------------
 
アニメーション
 
 ------------------------------------*/
.fade_item_id {
 opacity: 0;
}
.fadeIn_id {
 animation: fadeBottom_id 0.6s forwards 0.2s;
}
@keyframes fadeIn_id {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
#collabo04_id .section_id:not(.current_open) .text_id {
 opacity: 0;
}
#collabo04_id .current_anime:not(.current_open) .text_id {
 animation: fadeRight_id 0.6s forwards 0.8s;
}
#collabo_id .current_anime:not(.current_open) .collabo_ttl_min_id::before {
 animation: line_0-100 0.6s forwards 0.7s;
}
@keyframes fadeLeft_id {
 0% {
  transform: translateX(-15px);
  opacity: 0;
 }
 100% {
  transform: translateX(0);
  opacity: 1;
 }
}
@keyframes fadeRight_id {
 0% {
  transform: translateX(15px);
  opacity: 0;
 }
 100% {
  transform: translateX(0);
  opacity: 1;
 }
}
@keyframes fadeBottom_id {
 0% {
  transform: translateY(15px);
  opacity: 0;
 }
 100% {
  transform: translateY(0);
  opacity: 1;
 }
}
@keyframes line_0-100 {
 0% {
  width: 0%;
 }
 100% {
  width: 100%;
 }
}
/* トップスライダー */
.slider-top {
 width: 100%;
}
.slider-top li {
 overflow: hidden;
 background: #efedec;
}
.slider-top li .slider-image {
 width: 100%;
 height: 100%;
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center top;
}
.slider-top li.slide01 .slider-image {
 background-image: url(../images/slide01.jpg);
}
.slider-top li.slide02 .slider-image {
 background-image: url(../images/slide02.jpg);
}
@media (min-width: 920px) {
 .slider-top li {
  height: 56vw;
  max-height: 900px;
 }
}
@media (max-width: 919px) {
 .slider-top {
  width: 100%;
  max-width: 100%;
  margin: 0 0 0 0%;
 }
 .slider-top li .slider-image {
  height: 110vw;
  background-size: cover;
 }
 .slider-top li.slide01 .slider-image {
  background-position: 48% 0%;
 }
 .slider-top li.slide02 .slider-image {
  background-position: 56% 0%;
 }
}
/* トップスライドズームアニメーション */
.slide-animation {
 animation: fadezoom 4s 0s forwards;
}
@keyframes fadezoom {
 0% {
  transform: scale(1.05) rotate(0.001deg);
 }
 100% {
  transform: scale(1.0) rotate(0.001deg);
 }
}
/* slick */
.slick-slider {
 position: relative;
 display: block;
 box-sizing: border-box;
 -webkit-user-select: none;
 -moz-user-select: none;
 user-select: none;
 -webkit-touch-callout: none;
 -khtml-user-select: none;
 touch-action: pan-y;
 -webkit-tap-highlight-color: transparent;
}
.slick-list {
 position: relative;
 display: block;
 overflow: hidden;
 margin: 0;
 padding: 0;
}
.slick-list:focus {
 outline: none;
}
.slick-list.dragging {
 cursor: pointer;
 cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
 -webkit-transform: translate3d(0, 0, 0);
 -moz-transform: translate3d(0, 0, 0);
 -o-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
.slick-track {
 position: relative;
 top: 0;
 left: 0;
 display: block;
}
.slick-track:before, .slick-track:after {
 display: table;
 content: '';
}
.slick-track:after {
 clear: both;
}
.slick-loading .slick-track {
 visibility: hidden;
}
.slick-slide {
 min-height: 1px;
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
}
[dir='rtl'] .slick-slide {
 float: right;
}
.slick-slide img {
 /*width:100%;*/
 display: block;
}
.slick-slide.slick-loading img {
 display: none;
}
.slick-slide.dragging img {
 pointer-events: none;
}
.slick-initialized .slick-slide {
 display: inline-block;
 vertical-align: top;
}
.slick-loading .slick-slide {
 visibility: hidden;
}
.slick-vertical .slick-slide {
 display: block;
 height: auto;
 border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
 display: none;
}
/*safari調整*/
.is_safari #Footer_fca {
 font-size: 120% !important;
}
/* サイズ調整 */
@media (max-height: 700px) and (min-width: 920px) {
 #style_id .c_lead_id {
  left: -6vw;
 }
 #style01_id .s_comment_id {
  right: -4vw;
 }
 #style02_id .s_comment_id {
  right: -2vw;
  top: 4%;
 }
 #style03_id .s_comment01_id {
  left: -6vw;
  top: 18%;
 }
 #style03_id .s_comment02_id {
  right: -5vw;
  top: 6%;
 }
}
.tap_hand_id {
 display: none;
}
@media (max-width: 919px) {
 /* SP ITEM 横スクロール
#section02_id .text_id,
#section03_id .text_id {
  width: 90vw !important;
  height: 29vh;
  overflow-x: scroll;
  scrollbar-width: none;
  position: absolute;
  bottom: 12vh;
  left: 5vw;
 }
 .text_id::-webkit-scrollbar{
  display:none;
}
#section02_id .change_id,
#section03_id .change_id {
    height: auto;
}
#section02_id .change_id .c_item_id,
#section03_id .change_id .c_item_id {
    margin-bottom: 2em;
    width: 90vw;
    position: relative !important;
    opacity: 1 !important;
    animation: none !important;
} */
 #section02_id .change_id .c_item_id.change_current, #section03_id .change_id .c_item_id.change_current {
  animation: none;
 }
 #section02_id .change_id .c_item_id, #section03_id .change_id .c_item_id {
  pointer-events: none;
  opacity: 0;
 }
 #collabo_id .current .change_id .c_item_id.open_id {
  pointer-events: auto;
  animation: fadeBottom_id 0.6s forwards 0s;
 }
 .tap_hand_id {
  display: block;
  position: absolute;
  left: 75%;
  top: -21%;
  z-index: 2;
  opacity: 0.8;
  width: 20vw;
  pointer-events: none;
  transition: all 0.6s;
 }
 .tap_hand_id.end_id {
  display: none;
 }
 .tap_hand_id img {
  width: 100%;
  position: relative;
  /* transition: all 0.3s; */
 }
 .tap_hand_id::before {
  display: block;
  content: "";
  width: 50%;
  height: 50%;
  border: 10px solid #c4c4c4;
  border-radius: 50%;
  animation: click_pop 3.0s infinite;
  position: absolute;
  left: -18%;
  top: -18%;
 }
 .tap_hand_id.tap_min_id {
  width: 10vw;
  left: 86%;
  top: 4%;
  transition: all 0.3s;
 }
 .tap_hand_id.tap_min_id::before {
  border: 5px solid #c4c4c4;
 }
 .tap_hand_id.tap_min_id img {
  position: relative;
 }
 .tap_hand_id.tap_min_id.down_id {
  width: 10vw;
  left: 86%;
  top: 5%;
  transition: all 0s;
 }
 .tap_hand_id.down_id::before {
  color: #c4c4c4;
  display: block;
  content: "↓";
  width: 50%;
  height: 50%;
  border: none;
  border-radius: 0;
  animation: down_pop 3.0s infinite;
  position: absolute;
  left: -45%;
  top: -60%;
  font-size: 300%;
  font-weight: bold;
 }
 .tap_hand_id.down_id img {
  opacity: 0;
 }
 #section03_id .tap_hand_id {
  left: 75%;
  top: 27vw;
 }
 #section03_id .tap_hand_id.tap_min_id {
  left: 84%;
  top: 29%;
 }
 #style_id .fadeIn_id .c_lead_id {
  animation: fadeLeft_id 0.6s forwards 0.2s;
 }
 #style_id .fadeIn_id .c_item_id:nth-child(1) {
  animation: fadeRight_id 0.6s forwards 0.2s;
 }
 #style_id .fadeIn_id .c_item_id:nth-child(2) {
  animation: fadeLeft_id 0.6s forwards 0.7s;
 }
 #style_id .fadeIn_id .c_item_id:nth-child(3) {
  animation: fadeLeft_id 0.6s forwards 1.2s;
 }
 #style_id .fadeIn_id .s_comment_id:not(.s_comment02_id) {
  animation: fadeRight_id 0.6s forwards 0.2s;
 }
 #style_id .fadeIn_id .s_comment02_id {
  animation: fadeLeft_id 0.6s forwards 0.5s;
 }
 .fade_item02_id {
  opacity: 0;
 }
 .fadeIn02_id {
  animation: fadeBottom_id 0.6s forwards 0.2s;
 }
}
.swipe_id {
 padding: 1.5em 0 0;
 display: block;
 position: relative;
 font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
 text-align: center;
}
.swipe_id.none_id {}
.swipe_id span {
 color: #999999;
 font-size: 110%;
 letter-spacing: 0.15em;
 writing-mode: vertical-rl;
 text-align: center;
 line-height: 1;
}
.swipe_id::before {
 color: #999999;
 display: block;
 content: "↓";
 width: 50%;
 height: 50%;
 border: none;
 border-radius: 0;
 animation: down_pop 3.0s infinite;
 position: absolute;
 left: 18%;
 bottom: -43%;
 font-size: 200%;
 font-weight: bold;
}
@keyframes click_pop {
 0% {
  transform: scale(0.9);
  opacity: 0;
 }
 10% {
  opacity: 1;
 }
 50% {
  transform: scale(1.0);
  opacity: 1;
 }
 85% {
  transform: scale(1.2, 1.2);
  opacity: 0;
 }
 100% {
  transform: scale(1.1, 1.1);
  opacity: 0;
 }
}
@keyframes down_pop {
 0% {
  transform: translateY(0px);
  opacity: 0;
 }
 10% {
  opacity: 1;
 }
 50% {
  transform: translateY(15px);
  opacity: 1;
 }
 85% {
  opacity: 0;
 }
 100% {
  transform: translateY(15px);
  opacity: 0;
 }
}