@charset "UTF-8";
body {
  font-family: "Syncopate", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.5vw;
  }
}

a {
  display: block;
  transition-duration: 0.3s;
}
a:hover {
  opacity: 0.6;
}

main .wrapper {
  background-color:#682D24;
}
@media screen and (max-width: 768px) {
  main .wrapper {
    padding: 0;
  }
}
main .fixWrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
main .fixWrapper_slide {
  pointer-events: none;
}
main .fixWrapper_slide .splide__slide {
  position: relative;
}
main .fixWrapper_slide .splide__slide::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
main .fixWrapper_slide .splide__slide img {
  height: auto;
  width: 100%;
}
main .fixWrapper_slide.toright {
  margin-top: 20px;
}
main .fixWrapper_slide.toleft02 {
  margin-top: 20px;
}
main .contentWrapper {
  position: relative;
  z-index: 2;
  background-color: #fff;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 10px 24px 10px #3b3b3b;
}
@media screen and (max-width: 768px) {
  main .contentWrapper {
    max-width: 100%;
  }
}


main .mv {
  position: relative;
  background:url(../img/mv_bg.jpg) no-repeat center bottom / cover;
}
main .mv h1 {
  width: 35%;
  position: absolute;
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 3;
}
main .mv h2 {
  z-index: 2;
  width: 100%;
  width: 113%;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
main .mv_photo {
  position: relative;
  z-index: 1;
  width: 100%;
}
main .mv_photo .photo02 {
  margin-top:15.25em;
}
main .mv_txt {
  position: relative;
  width: 58.8%;
  margin: -5em 2em 0em auto;
  z-index: 3;
}
main .mv_floating {
  position: absolute;
  left: 1.4em;
  bottom: -1.8em;
  width: 26.2%;
  z-index: 5;
}
main .mv_bg_bottom {
  width: 100%;
  height: 2.0625em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0% , rgba(255, 255, 255, 1) 100%);
}
main .leadBlock {
  width: 80%;
  margin: 1.1363em auto 1.95454em;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.5;
  color: #ef4646;
  white-space: nowrap;
  text-align: center;
  letter-spacing: 0.01em;
}
main .leadBlock img {
  width: 100%;
}


main .theme {
	width:83.6%;
	margin: 6em auto 0;
}
main .theme h3 {
	margin-bottom:20px;
}
main .theme_date{
	color:#000;
	text-align:center;
	font-weight:700;
	font-size:22px;
	line-height:1.8;
	margin-bottom:2em;
}
main .theme_date:last-child{
	margin-bottom:0;
}
main .theme_date strong{
	color:#D21313;
	font-size:28px;
}
@media screen and (max-width: 768px) {
	main .theme {
		width:90%;
	}
	main .theme_date{
		font-size:14px;
		line-height:1.6;
	}
	main .theme_date br.pc{
		display:none;
	}
	main .theme_date strong{
		font-size:19px;
	}
	
}


main .span {
	border-top: solid 2px #D51515;
	border-bottom: solid 2px #D51515;
	width:83.6%;
	padding:2em 0;
	margin: 4em auto 0;
}
main .span h3 {
  width: 32.56%;
  margin: 0 auto;
}
main .span_date {
  width: 66.2%;
  margin: 1.5em auto 0;
}
main .present {
  margin-top: 4em;
}
main .present h3 {
  width: 34.4%;
  margin: 0 auto;
}
main .present_block {
  margin-top: 4.5em;
  padding-top: 6.125em;
  padding-bottom: 3.25em;
  background-color: #F6EFEA;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .present_block {
    padding-top: 3em;
    padding-bottom: 2em;
  }
}
main .present_block_ttl {
  position: absolute;
  top: -1.45em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 83.6%;
}
main .present_block_ttl h4 {
  width: 100%;
}
main .present_block_ttl .num {
  width: 20.24%;
  position: absolute;
  top: 50%;
  right: -4%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
main .present_block_img {
  width: 80%;
  margin: 0 auto;
}
main .present_block_product {
  margin-top: 1.5em;
  text-align: center;
  color: #000;
  letter-spacing: 0;
}
main .present_block_product .name01 {
  width: 80%;
  margin: 0 auto;
}
main .present_block_product .name02 {
  width: 55%;
  margin: 0 auto;
}
main .present_block_product .name03 {
  width: 30%;
  margin: 0 auto;
}
main .present_block_product .lead {
  font-weight: 500;
  margin-top: 0.8em;
  line-height: 1.8;
}
main .present_block_product .link {
  text-decoration: underline;
  margin-top: 1em;
}
main .present_block_product .link a {
  color: #000;
  font-weight: 500;
}
main .present_block_product .note {
  font-size: 0.75em;
  margin-top: 1.5em;
}


main .example {
  width: 90%;
  margin: 0 auto 3.125em;
  padding: 3.125em 0;
  background-color:#C9A24D;
  position: relative;
  border-bottom: solid 1px #fff;
}
main .example h3 {
  width: 25% !important;
  margin: 0 auto;
}
main .example .example_txt{
  padding-top:2em;
  margin: 0 auto 3.125em;
  text-align:center;
  font-weight:700;
  font-size:20px;
}
@media screen and (max-width: 768px) {
	main .example .example_txt{
	  font-size:13px;
	}
}


main .example .example-gallery{
	padding:0 3vw;
}
main .example .example-gallery .slick-prev:before,
main .example .example-gallery .slick-next:before {
	content: "";
}
main .example .example-gallery .slick-prev,
main .example .example-gallery .slick-next {
  width: 4vw;
  height: 4vw;
  z-index: 10;
}
main .example .example-gallery .slick-prev {
    left:-3vw;
}
main .example .example-gallery .slick-next {
    right:-3vw;
}

main .example .example-gallery .slick-prev::after,
main .example .example-gallery .slick-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2vw;
  height: 2vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: center;
}

/* ＜ */
main .example .example-gallery .slick-prev::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}
/* ＞ */
main .example .example-gallery .slick-next::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
	main .example .example-gallery .slick-prev::after,
	main .example .example-gallery .slick-next::after {
	  width: 4vw;
	  height: 4vw;
	}
	main .example .example-gallery .slick-prev {
		left:-5vw;
	}
	main .example .example-gallery .slick-next {
		right:-5vw;
	}
		
}












main .step {
  padding: 3.125em 0;
  background-color:#C9A24D;
  position: relative;
}
main .step h3 {
  width: 32.8%;
  margin: 0 auto;
}
main .step_box {
  margin-top: 1.5em;
  position: relative;
}
main .step_box_blo {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
main .step_box_blo.step01 {
  z-index: 3;
}
main .step_box_blo.step02 {
  z-index: 2;
}
main .step_box_blo.step02 .arrow {
  left: auto;
  right: 14%;
}
main .step_box_blo .blo {
  position: relative;
  z-index: 1;
}
main .step_box_blo .arrow {
  position: absolute;
  z-index: 2;
  width: 8.45%;
  bottom: -14%;
  left: 18%;
}
main .step_box_blo:nth-of-type(n + 2) {
  margin-top: 1em;
}
main .step_example {
  margin-top: 3em;
  color: #000;
  letter-spacing: 0;
}
main .step_example_ttl {
  width: 84.4%;
  margin: 0 auto;
}
main .step_example_lead {
  font-weight: 500;
  margin-top: 1.5em;
  text-align: center;
}
main .step_example_lead.lead02 {
  margin-top: 4em;
  letter-spacing: 0.05em;
}
main .step_example .copy_area_hashtag {
  width: 90%;
  margin: 1.5em auto 0;
  padding: 0.3em 0 0.35em;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 1.25em;
  text-align: center;
  border: 0.2em dashed #fff;
}
main .step_example .copy_area_hashtag input {
  display: none;
}
main .step_example .copy_area_hashtag button {
  background-color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  transition-duration: 0.3s;
  color: #000;
}
main .step_example_note {
  width: 71.6%;
  margin: 1.5em auto 0;
  text-align: left;
  font-size: 0.75em;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  main .step_example_note {
    width: 78vw;
  }
}
main .step_flow {
  text-align: left;
  width: 90%;
  margin: 1.5em auto 0;
  background-color: #fff;
  color: #000;
}
main .step_flow:nth-of-type(n + 2) {
  margin-top: 1em;
}
main .step_flow h4 {
  font-weight: bold;
  text-align: center;
  background-color: #000;
  padding: 0.2em 0;
  color: #fff;
}
main .step_flow_inner {
  width: 90%;
  margin: 0 auto;
  padding: 1.25em 0;
  letter-spacing: 0;
}
main .step_flow_block {
  font-size: 1em;
  font-weight: 500;
}
main .step_flow_block:nth-of-type(n + 2) {
  margin-top: 1em;
}
main .step_flow_block h5 {
  font-weight: 500;
}
main .step_flow_block ul {
  list-style: auto;
  margin: 0;
  padding: 0;
  padding-left: 1em;
}
main .step_flow_block ul li {
  font-size: 0.75em;
}
main .step_flow_block p {
  font-size: 0.75em;
}
main .step_btn {
  width: 90%;
  margin: 3em auto 0;
}
main .step_insta {
  width: 55%;
  margin: 1em auto 0;
}
@media screen and (max-width: 768px) {
  main .step_insta {
    width: 61vw;
  }
}
main .step_insta a {
  letter-spacing: 0;
  color: #000;
  font-weight: 500;
  text-decoration: underline;
  text-align: center;
}
main .post {
  padding: 2.5em 0;
}
main .post h3 {
  width: 44%;
  margin: 0 auto;
}
main .post_takahash {
  width: 90%;
  margin: 1.5em auto 0;
}
main .suv {
  padding: 2.5em 0;
  background-color: #dce75f;
}
main .suv h3 {
  width: 90%;
  margin: 0 8% 0 2%;
}
main .suv_block {
  margin-top: 1.5em;
}
main .suv_block:nth-of-type(n + 2) {
  margin-top: 3em;
}
main .suv_block_ex {
  width: 90%;
  margin: 1em auto 0;
  background-color: #fff;
  position: relative;
  color: #000;
  letter-spacing: 0;
  text-align: center;
  padding: 5em 0 2em;
  box-shadow: 6px 11px 10px -6px #353535;
}
@media screen and (max-width: 768px) {
  main .suv_block_ex {
    padding-top: 3em;
  }
}
main .suv_block_ex.ex01 {
  transform: rotate(-1.5deg);
}
main .suv_block_ex.ex01 .suv_block_ex_inner {
  transform: rotate(1.5deg);
}
main .suv_block_ex.ex02 {
  transform: rotate(1.5deg);
}
main .suv_block_ex.ex02 .suv_block_ex_inner {
  transform: rotate(-1.5deg);
}
main .suv_block_ex h4 {
  position: absolute;
  top: -8.2em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 81%;
}
@media screen and (max-width: 768px) {
  main .suv_block_ex h4 {
    top: -5.4em;
  }
}
main .suv_block_ex .lead {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  main .suv_block_ex .lead {
    font-size: 1.1em;
  }
}
main .suv_block_ex .lead:nth-of-type(n + 2) {
  margin-top: 1em;
}
main .suv_block_ex .lead_note {
  font-size: 0.7em;
  text-align: left;
  width: 58%;
  margin: 0.5em auto 0;
}
@media screen and (max-width: 768px) {
  main .suv_block_ex .lead_note {
    width: 58vw;
  }
}
main .suv_block_ex .lead_note.note01 {
  width: 70%;
}
@media screen and (max-width: 768px) {
  main .suv_block_ex .lead_note.note01 {
    width: 70vw;
  }
}
main .suv_block_ex .lead_note.note02 {
  width: 51%;
}
@media screen and (max-width: 768px) {
  main .suv_block_ex .lead_note.note02 {
    width: 51vw;
  }
}
main .suv_block_ex .advice {
  margin-top: 2em;
  position: relative;
  z-index: 1;
}
main .suv_block_ex .advice h5 {
  width: 86.6%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
main .suv_block_ex .advice_txt {
  position: relative;
  z-index: 2;
  margin-top: 1.5em;
  font-weight: 500;
  line-height: 1.8;
  font-size: 1.4em;
}
@media screen and (max-width: 768px) {
  main .suv_block_ex .advice_txt {
    font-size: 1em;
  }
}
main .suv_block_ex .advice_txt span {
  font-weight: bold;
  color: #2fd49a;
}
main .suv_block_ex .advice_bg {
  position: absolute;
  top: 67%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 90%;
  z-index: 1;
}
main .suv_btn {
  width: 84%;
  margin: 2.5em auto 0;
  position: relative;
  z-index: 2;
}
main .suv_note {
  font-size: 0.75em;
  color: #000;
  font-weight: 500;
  text-align: center;
  margin-top: 3em;
  letter-spacing: 0;
}

#takahash-modal .comment {
  color: #000;
}

.snsArea {
  color: #000;
}



/* LINE友だち登録 */
.line_cam {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: column-reverse;
}
.line_cam .left {
  background-color: #41cc33;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 3em;
  padding-bottom: 5em;
  text-align: center;
}
.line_cam .left .line_cam_catch {
  margin-inline: auto;
  width: 70%;
}
.line_cam .left .line_cam_title {
  font-size: 2.5em;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.9em;
  margin-bottom: 0.6em;
  font-weight: 700;
  color: #fff;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .line_cam .left .line_cam_title {
    font-size: 5.3333334vw;
    margin-top: 5.3333333vw;
    margin-bottom: 3.06666vw;
  }
}
.line_cam .left .line_cam_text {
  display: flex;
  align-items: flex-end;
  column-gap: 1.5em;
  margin-inline: auto;
  width: fit-content;
}
.line_cam .left .line_cam_text .line_cam_text_left {
  width: 9.6875em;
}
@media screen and (max-width: 768px) {
  .line_cam .left .line_cam_text .line_cam_text_left {
    display: none;
  }
}
.line_cam .left .line_cam_text .txt {
  font-size: 1.2em;
  letter-spacing: -0.04em;
  line-height: 1.8;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .line_cam .left .line_cam_text .txt {
    font-size: 1em;
  }
}
.line_cam .left .line_cam_text .line_btn {
  width: 80%;
  margin: 2em auto 0;
}
.line_cam .right {
  width: 100%;
}





.floating {
  position: fixed;
  bottom: 2%;
  right: 0%;
  opacity: 0;
  transition-duration: 0.3s;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .floating {
    top: auto;
    bottom: 0;
    transform: none;
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
.floating.is-active {
  opacity: 1;
}
.floating li {
  width: 3em;
  transition-duration: 0.3s;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .floating li {
    width: 32.5%;
  }
}
.floating li:nth-of-type(n + 2) {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .floating li:nth-of-type(n + 2) {
    margin-top: 0vw;
  }
}
.floating li a {
  display: block;
}
.floating li:hover a {
  opacity: 0.6;
}

.floating2.lineCam {
  position: fixed;
  width: 10em;
  left: 1em;
  bottom: 2em;
  transform: none;
  opacity: 0;
  transition-duration: 0.3s;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .floating2.lineCam {
    bottom: 12vw;
    transform: none;
    width: 26.2%;
    left: 2vw;
  }
}
.floating2.lineCam.is-active {
  opacity: 1;
}

/* アニメーションを適用するクラス */
.animateOn {
  animation: anime01 1s ease forwards;
}

.animateOn_fade {
  animation: animeFade 1s forwards;
}

.animateOn_fade2 {
  animation: animeFade2 1s forwards;
}

.animateOn_fade3 {
  animation: animeFade3 1s forwards;
}

.animateOn02 {
  animation: anime02 1s forwards;
}

.animateOn03 {
  animation: anime03 1s forwards;
}

.secTtl {
  animation: secTtl 3.25s infinite;
}

@keyframes anime01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes anime02 {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes animeFade {
  0% {
    opacity: 0;
    transform: translateY(50px) rotate(15deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) rotate(0deg);
  }
}
@keyframes animeFade2 {
  0% {
    opacity: 0;
    transform: translateY(50px) rotate(-15deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) rotate(0deg);
  }
}
@keyframes animeFade3 {
  0% {
    opacity: 0;
    transform: translate(-50%, 50px) rotate(-15deg);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0px) rotate(0deg);
  }
}
@keyframes anime03 {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes secTtl {
  0% {
    transform: rotate(0deg);
  }
  4% {
    transform: rotate(2deg);
  }
  8% {
    transform: rotate(-1deg);
  }
  12% {
    transform: rotate(3deg);
  }
  16% {
    transform: rotate(-2deg);
  }
  20% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
/* アニメーションを適用するクラス ここまで */
@media screen and (max-width: 1000px) {
  .tab-none {
    display: none;
  }
}

.tab-block {
  display: none;
}
@media screen and (max-width: 1000px) {
  .tab-block {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}

@keyframes fadeA {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeAndTranslate {
  from {
    opacity: 0;
    transform: translateY(-30%);
  }
  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@keyframes lightA {
  0% {
    opacity: 0;
    transform: translateY(-30px) scale(1.4);
  }
  50% {
    opacity: 0.5;
    transform: translateY(-15px) scale(1.2);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes fadeAndTranslate_scale {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  80% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeAndTranslate_right {
  from {
    opacity: 0;
    transform: translateX(70px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* アニメーションを適用するクラス */
.animate-on-appear {
  animation: fadeAndTranslate 1s ease forwards;
}

.animate-on-appear02 {
  animation: fadeA 1s ease forwards;
}
.animateOn02Mv {
  animation: anime02_mv 1s forwards;
  transform-origin: center;
}
@keyframes anime02_mv {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  70% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.animate-on-appear_light {
  animation: lightA 0.5s linear forwards;
}

.animate-on-appear_scale {
  animation: fadeAndTranslate_scale 1s ease-in-out forwards;
}

.animate-on-appear_soon {
  animation: fadeA 0.3s ease forwards;
}

.animate-on-appear_right {
  animation: fadeAndTranslate_right 1s ease forwards;
}/*# sourceMappingURL=style_lp.css.map */