@charset "utf-8";
/*============================
共通
============================*/
.f_zen {
  font-family: "Zen Kaku Gothic New", serif;
}

.in1400 {
  width: 100%;
  max-width: 14.5rem;
  margin: 0 auto;
  position: relative;
}

/* タイトル */
.title_wrap {
  text-align: center;
}

.title_wrap .jp {
  font-size: 0.18rem;
  padding-top: 0.15rem;
}
@media screen and (max-width: 640px) {
  .title_wrap .jp {
    font-size: 0.14rem;
    padding-top: 0.10rem;
  }
}

/* テキストスクロールイン */
.scrolltext {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.scrolltext span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.scrolltext.-visible,
.scrolltext.-visible span {
  transform: translate(0, 0);
}

/* 吹き出し */
.fukidashi {
  opacity: 0;
}

.fukidashi.-visible {
  animation: poyoyon2 1.5s ease-in-out forwards;
}

@keyframes poyoyon2 {
  0% {
    transform: scale(1, 1) translate(0, 0);
    opacity: 0;
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    transform: scale(0.98, 1.05) translate(0, -8px);
    opacity: 1;
  }
  70% {
    transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
  }
  0%,100% {
    opacity: 1;
  }
}

/*============================
ヘッダー
============================*/
/* header {
  transition: transform 0.5s 0.3s;
}

@media screen and (max-width: 640px) {
  header {
  }
} */

/* --------- 以下、必要に応じて有効化 ---------- */

/* ヘッダーが上に消える
header.hide {
	transform: translateY(-1.50rem);
}
 */

/* スクロールで表示された状態
header.scr {
	background-color: rgba(255, 255, 255, 0.85);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
 */
/*============================
固定ナビ
============================*/
#head {
  position: fixed;
  z-index: 5;
  right: 0;
  top: 0.6rem;
}
@media screen and (max-width: 640px) {
  #head {
    top: 0.146rem;
  }
}

#head a {
  color: #fff;
  background: #c39299;
  font-size: 0.15rem;
  font-weight: 900;
  display: block;
  padding: 0.2rem 0 0.25rem 0.25rem;
  width: 1.5rem;
  box-sizing: border-box;
  border-radius: 0.1rem 0 0 0.1rem;
  box-shadow: 0px 5px 15px -5px #777777;
}
@media screen and (max-width: 640px) {
  #head a {
    font-size: 0.12rem;
    letter-spacing: 0;
    padding: 0.1rem 0 0.12rem 0.1rem;
    width: 0.86rem;
  }
}

@media screen and (min-width: 641px) {
  #head a:hover {
    /* opacity: 0.7; */
    background-color: #FBC80B;
  }
}

#head a::after {
  content: "";
  width: 0.10rem;
  height: 0.10rem;
  background-image: url(../img/icon_head_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0.2rem;
  top: 48%;
  transform: translateY(-50%);
  transition: 0.3s all;
}
@media screen and (max-width: 640px) {
  #head a::after {
    width: 0.08rem;
    height: 0.06rem;
    background-image: url(../img/icon_head_arrow_sp.svg);
    right: 0.05rem;
  }
}

#head a:hover:after {
  right: 0.15rem;
}
@media screen and (max-width: 640px) {
  #head a:hover:after {
    right: 0.05rem;
  }
}

/*============================
MV
============================*/
#mv {
  margin: 0.3rem;
  box-sizing: border-box;
  width: calc(100% - 0.6rem);
  height: 53.57vw;
  min-height: 7.5rem;
  max-height: 8.5rem;
  background: url(../img/mv_pc.jpg) no-repeat right center;
  background-size: cover;
  border-radius: 0 0.3rem 0.3rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  #mv {
    margin: 0;
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: auto;
    background: none;
    background-size: cover;
    border-radius: 0;
  }
}

#mv::after {
  content: url(../img/mv_bg_left.png);
  position: absolute;
  right: -2px;
  bottom: -4px;
}
@media screen and (max-width: 640px) {
  #mv::after {
    content: none;
  }
}

#mv .logo {
  width: 1.51rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #mv .logo {
    width: 1.02rem;
    position: static;
    top: 0;
    left: 0;
  }
}

#mv .logo a:hover {
  opacity: 0.7;
}

#mv .in {
  height: 100%;
  padding: 0;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  #mv .in {
    height: auto;
    padding: 0;
  }
}

#mv .lead {
  width: 4.65rem;
  position: absolute;
  bottom: 1.1rem;
  left: 0.6rem;
}
@media screen and (max-width: 640px) {
  #mv .lead {
    width: 2.65rem;
    position: relative;
    padding: 0.2rem 0;
    left: 0.2rem;
    bottom: auto;
  }
}

/* Play with Nature */
#mv .play {
  position: absolute;
  z-index: 2;
  top: 40%;
  /* right: 1.1rem; */
  right : 12vw;
}
@media screen and (max-width: 1900px) {
  #mv .play {
    right : 10vw;
  }
}
@media screen and (max-width: 1750px) {
  #mv .play {
    right : 9vw;
  }
}
@media screen and (max-width: 1600px) {
  #mv .play {
    right : 8.4vw;
  }
}
@media screen and (max-width: 1400px) {
  #mv .play {
    right : 7vw;
  }
}
@media screen and (max-width: 1350px) {
  #mv .play {
    right : 5.8vw;
  }
}
@media screen and (max-width: 1300px) {
  #mv .play {
    right : 5.2vw;
  }
}
@media screen and (max-width: 1250px) {
  #mv .play {
    right : 5vw;
  }
}
@media screen and (max-width: 1200px) {
  #mv .play {
    right : 3.6vw;
  }
}
@media screen and (max-width: 640px) {
  #mv .play {
    top: auto;
    right: auto;
    bottom: 0.3rem;
    left: 0.3rem;
    width: 1.86rem;
  }
}

/* スクロール */
#mv .scroll {
  position: absolute;
  right: 0.18rem;
  bottom: 0.1rem;
  cursor: pointer;
  z-index: 1;
}

#mv .scroll span {
  font-size: 0.14rem;
  font-weight: bold;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: -0.9rem;
  left: -0.05rem;
}

#mv .scroll::before {
  content: "";
  width: 1px;
  height: 0.3rem;
  background-color: #000;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
}

#mv .scroll::after {
  content: "";
  width: 0.07rem;
  height: 0.07rem;
  background-color: #c39299;
  border-radius: 0.04rem;
  position: absolute;
  top: -0.3rem;
  left: -0.03rem;
  animation: wheel 2s infinite;
}

@keyframes wheel {
  to {
    opacity: 0;
    top: 0;
  }
}

/*============================
トップ
============================*/
#top {
  padding-top: 1.7rem;
}
@media screen and (max-width: 640px) {
  #top {
    padding-top: 0.45rem;
  }
}

#top .cont_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  #top .cont_wrap {
    display: block;
  }
}

#top .cont_wrap .left_cont {
  width: 4rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #top .cont_wrap .left_cont {
    width: 100%;
  }
}

#top .cont_wrap .left_cont .lead {
  width: 2.48rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  #top .cont_wrap .left_cont .lead {
    width: 1.80rem;
  }
}

#top .cont_wrap .left_cont .lead img {
  width: 100%;
  display: block;
}

#top .cont_wrap .left_cont .title_en {
  font-size: 0.54rem;
  font-weight: 900;
  color: #c39299;
  padding: 0.1rem 0 0.2rem;
}
@media screen and (max-width: 640px) {
  #top .cont_wrap .left_cont .title_en {
    font-size: 0.42rem;
    padding: 0.1rem 0 0.18rem;
  }
}

#top .cont_wrap .left_cont .title_jp {
  margin-bottom: 0.43rem;
}
@media screen and (max-width: 640px) {
  #top .cont_wrap .left_cont .title_jp {
    margin-bottom: 0.30rem;
  }
}

#top .cont_wrap .left_cont .title_jp span {
  font-size: 0.16rem;
  font-weight: bold;
  background: #c39299;
  color: #fff;
  padding: 0.1rem 0.3rem 0.12rem;
  display: inline-block;
  border-radius: 0.3rem;
}
@media screen and (max-width: 640px) {
  #top .cont_wrap .left_cont .title_jp span {
    font-size: 0.14rem;
    padding: 0.08rem 0.2rem 0.10rem;
  }
}

#top .cont_wrap .left_cont .date {
  font-size: 0.2rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #top .cont_wrap .left_cont .date {
    font-size: 0.14rem;
  }
}

#top .cont_wrap .left_cont .date span {
  color: #c39299;
  border-top: 1px solid #c39299;
  border-bottom: 1px solid #c39299;
  padding: 0.1rem 0.2rem 0.15rem;
}
@media screen and (max-width: 640px) {
  #top .cont_wrap .left_cont .date span {
    padding: 0.06rem 0.2rem 0.08rem;
  }
}

#top .cont_wrap .right_cont {
  padding-left: 0.9rem;
}
@media screen and (max-width: 640px) {
  #top .cont_wrap .right_cont {
    padding-left: 0;
    padding-top: 0.30rem;
  }
}

#top .cont_wrap .right_cont .ph_wrap {
  width: 4.32rem;
}
@media screen and (max-width: 640px) {
  #top .cont_wrap .right_cont .ph_wrap {
    width: 71.76vw;
    margin: auto;
  }
}

#top .para {
  position: absolute;
  top: 1.8rem;
  right: calc(50% - 8rem);
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #top .para {
    width: 2.60rem;
    top: 3.6rem;
    right: -0.9rem;
  }
}

/*============================
写真
============================*/
#photo {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 640px) {
  #photo {
    padding-top: 1.5rem;
    padding-bottom: 0.80rem;
  }
}

#photo .ph {
  overflow: hidden;
  border-radius: 0.1rem;
  width: 100%;
}

#photo .ph img {
  width: 100%;
}

#photo .box01 {
  display: flex;
  flex-wrap: wrap;
}

#photo .box01 .left {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 640px) {
  #photo .box01 .left {
    width: 100%;
  }
}

#photo .box01 .left .lead_text {
  position: absolute;
  z-index: 1;
  right: 0;
  top: -0.55rem;
}
@media screen and (max-width: 640px) {
  #photo .box01 .left .lead_text {
    width: 2.50rem;
    top: -0.30rem;
    right: 0.20rem;
  }
}

#photo .box01 .left .ph01 {
  position: relative;
  left: -0.3rem;
  width: 6.5rem;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  #photo .box01 .left .ph01 {
    width: calc(100% - 0.30rem);
    border-radius: 0 0.20rem 0.20rem 0;
    left: 0;
  }
}

#photo .box01 .right {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 640px) {
  #photo .box01 .right {
    width: 100%;
  }
}

#photo .text {
  font-size: 0.22rem;
  line-height: 2.5;
  font-feature-settings: normal;
  color: #c39299;
  font-weight: bold;
  padding-top: 1.83rem;
}
@media screen and (max-width: 640px) {
  #photo .text {
    text-align: center;
    font-size: 0.16rem;
    line-height: 2;
    padding: 0.40rem 0;
  }
  #photo .ph_wrap {
    display: block;
    position: relative;
    width: calc(100% - 0.60rem);
    height: 58.13vw;
    margin-left: 0.50rem;
  }
}

#photo .box01 .ph02 {
  position: absolute;
  width: 2.9rem;
  top: 2.7rem;
  right: 1rem;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #photo .box01 .ph02 {
    width: 45.33vw;
    height: 40vw;
    top: auto;
    left: 0;
    bottom: 0;
    border-radius: 0.10rem;
    overflow: hidden;
  }
  #photo .box01 .ph02 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

#photo .box01 .ph03 {
  position: absolute;
  width: 3.3rem;
  top: 3.8rem;
  right: 3.5rem;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  #photo .box01 .ph03 {
    width: 45.33vw;
    height: 40vw;
    top: 0;
    right: 0;
    border-radius: 0.10rem;
    overflow: hidden;
  }
  #photo .box01 .ph03 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

#photo .box01 .para {
  position: absolute;
  top: -1rem;
  left: -1.0rem;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #photo .box01 .para {
    position: absolute;
    top: 0.5rem;
    left: -0.4rem;
    width: 2.00rem;
  }
}

/* box02 */
#photo .box02 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  #photo .box02 {
    margin-top: 0.74rem;
  }
}

#photo .box02 .left {
  width: 50%;
}
@media screen and (max-width: 640px) {
  #photo .box02 .left {
    width: calc(100% - 1.10rem);
  }
}

#photo .box02 .left .ph01 {
  position: relative;
  left: -0.3rem;
  width: 5.1rem;
}
@media screen and (max-width: 640px) {
  #photo .box02 .left .ph01 {
    position: relative;
    left: 0;
    width: 100%;
  }
}

#photo .box02 .right {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 640px) {
  #photo .box02 .right {
    width: calc(100% - 0.50rem);
    position: relative;
    margin-left: auto;
    margin-top: 0.94rem;
  }
}

#photo .box02 .right .lead_text {
  position: absolute;
  z-index: 2;
  top: 1.4rem;
  left: -1rem;
}
@media screen and (max-width: 640px) {
  #photo .box02 .right .lead_text {
    width: 2.80rem;
    top: -0.15rem;
    left: -0.10rem;
  }
}

#photo .box02 .ph02 {
  position: absolute;
  width: 8.35rem;
  top: 1.7rem;
  right: -0.3rem;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #photo .box02 .ph02 {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    border-radius: 0.10rem 0 0 0.10rem;
    overflow: hidden;
  }
}

#photo .box02 .para {
  position: absolute;
  top: 0;
  right: -1.0rem;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #photo .box02 .para {
    top: auto;
    bottom: 0;
    right: -0.4rem;
    width: 1.40rem;
  }
}

#photo .box02 .para02 {
  position: absolute;
  top: 2rem;
  left: -0.4rem;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #photo .box02 .para02 {
    top: 2.2rem;
    left: -0.6rem;
    width: 2.06rem;
  }
}

/* box03 */
#photo .box03 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
}
@media screen and (max-width: 640px) {
  #photo .box03 {
    margin-top: 0;
  }
}

#photo .box03 .left {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 640px) {
  #photo .box03 .left {
    width: 100%;
  }
}

#photo .box03 .left .fukidashi {
  position: absolute;
  top: 2rem;
  left: 1.5rem;
}
@media screen and (max-width: 640px) {
  #photo .box03 .left .fukidashi {
    position: relative;
    top: 0.1rem;
    left: auto;
    width: 1.71rem;
    left: 0.50rem;
  }
  #photo .box03 .left .fukidashi.-type02 {
    margin-top: 0.30rem;
    top: -0.10rem;
    width: 1.51rem;
    left: 0;
    margin-left: auto;
    margin-right: 0.10rem;
  }
}

@media screen and (max-width: 640px) {
  #photo .box03 .left .ph_wrap {
    display: block;
    position: relative;
    width: calc(100% - 0.60rem);
    height: 58.13vw;
    margin-left: 0.10rem;
  }
}

#photo .box03 .left .ph01 {
  position: absolute;
  top: 3rem;
  right: 0;
  width: 3.52rem;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #photo .box03 .left .ph01 {
    width: 45.33vw;
    height: 40vw;
    top: auto;
    bottom: 0;
    left: 0;
    border-radius: 0.10rem;
    overflow: hidden;
  }
  #photo .box03 .left .ph01 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

#photo .box03 .left .ph02 {
  position: absolute;
  top: 4rem;
  left: 1rem;
  width: 3.33rem;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  #photo .box03 .left .ph02 {
    width: 45.33vw;
    height: 40vw;
    z-index: 0;
    top: 0;
    left: auto;
    right: 0;
    border-radius: 0.10rem;
    overflow: hidden;
  }
  #photo .box03 .left .ph02 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #photo .box03 .left .ph03 {
    position: relative;
    width: calc(100% - 0.95rem);
    height: 58.66vw;
    z-index: 0;
    top: 0;
    left: 0.75rem;
    right: 0;
    border-radius: 0.10rem;
    overflow: hidden;
  }
  #photo .box03 .left .ph03 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

#photo .box03 .right {
  width: 50%;
  position: relative;
  padding-left: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #photo .box03 .right {
    width: 100%;
    padding-left: 0;
  }
}

#photo .box03 .right .fukidashi {
  padding-top: 0.8rem;
  padding-right: 1.2rem;
  text-align: right;
}
@media screen and (max-width: 640px) {
  #photo .box03 .right .fukidashi {
    padding-top: 0.2rem;
    padding-right: 1.2rem;
    text-align: right;
  }
}

#photo .box03 .right .ph03 {
  position: relative;
  width: 4.94rem;
  z-index: 1;
  padding-top: 0.5rem;
  box-sizing: border-box;
}

/* box04 */
#photo .box04 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 640px) {
  #photo .box04 {
    margin-top: 1.05rem;
  }
}

#photo .box04 .left {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 640px) {
  #photo .box04 .left {
    width: calc(100% - 1.00rem);
  }  
}

#photo .box04 .left .ph01 {
  position: relative;
  width: 6.66rem;
  top: 0.8rem;
  left: -0.3rem;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #photo .box04 .left .ph01 {
    position: relative;
    width: 100%;
    height: 57.6vw;
    top: 0;
    left: 0;
    border-radius: 0 0.10rem 0.10rem 0;
    overflow: hidden;
  }
}

#photo .box04 .right {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 640px) {
  #photo .box04 .right {
    width: calc(100% - 0.60rem);
    height: 58.13vw;
    margin-left: 0.50rem;
    margin-top: 1.10rem;
  }
}

#photo .box04 .right .lead_text {
  position: absolute;
  top: 1.20rem;
  left: 0;
}
@media screen and (max-width: 640px) {
  #photo .box04 .right .lead_text {
    width: 2.60rem;
    top: -0.65rem;
    left: -0.10rem;
  }
}

#photo .box04 .right .ph02 {
  position: absolute;
  width: 3.21rem;
  top: 2.5rem;
  right: 1.3rem;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  #photo .box04 .right .ph02 {
    width: 45.33vw;
    height: 40vw;
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    border-radius: 0.10rem;
    overflow: hidden;
  }
  #photo .box04 .right .ph02 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

#photo .box04 .right .ph03 {
  position: absolute;
  top: 4.4rem;
  width: 3.37rem;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #photo .box04 .right .ph03 {
    width: 45.33vw;
    height: 40vw;
    top: 0;
    right: 0;
    border-radius: 0.10rem;
    overflow: hidden;
  }
  #photo .box04 .right .ph03 img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

#photo .box04 .para {
  position: absolute;
  top: 0.5rem;
  left: -1.4rem;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #photo .box04 .para {
    top: 0.6rem;
    left: -0.4rem;
    width: 1.83rem;
  }
}

#photo .box04 .para02 {
  position: absolute;
  bottom: -3.6rem;
  right: -0.4rem;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #photo .box04 .para02 {
    top: auto;
    bottom: -1.50rem;
    left: auto;
    right: -0.2rem;
    width: 2.06rem;
  }
}

/*============================
動画
============================*/
#movie {
  width: 100%;
  margin-top: 1rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  #movie {
    margin-top: 0;
  }
}

#movie .mitene {
  position: absolute;
  left: 1rem;
  top: -1.2rem;
}

@media screen and (max-width: 640px) {
  #movie .mitene {
    position: absolute;
    left: 0.2rem;
    top: -0.5rem;
    width: 1.50rem;
  }
}

#movie video {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}

#movie .link_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#movie .link_wrap a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#movie .link_wrap a:hover .link_btn {
  background-color: rgba(195, 146, 153, 0.9);
  transform: scale(1);
}

#movie .link_wrap .link_btn {
  width: 1.70rem;
  height: 1.70rem;
  background-color: rgba(195, 146, 153, 0.5);
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: 0.50rem;
  bottom: 0.50rem;
  transition: all 0.3s;
  transform: scale(0.9);
}
@media screen and (max-width: 640px) {
  #movie .link_wrap .link_btn {
    width: 0.80rem;
    height: 0.80rem;
    background-color: rgba(195, 146, 153, 0.9);
    right: 0.10rem;
    bottom: 0.10rem;
    transform: scale(1);
  }
}

#movie .link_wrap .link_btn span {
  font-size: 0.20rem;
  font-weight: 700;
  color: #FFF;
  line-height: 1.75;
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 640px) {
  #movie .link_wrap .link_btn span {
    font-size: 0.11rem;
    line-height: 1.5;
    top: 47%;
  }
}

/*============================
PRODUCTS
============================*/
#products {
  padding-top: 1.1rem;
}

@media screen and (max-width: 640px) {
  #products {
    padding-top: 0.9rem;
  }
  #products .title_wrap .en {
    width: 1.91rem;
    margin: auto;
  }
}

#products .wrap {
  width: 100%;
  max-width: 10rem;
  margin: auto;
}

#products .cont_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.5rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  #products .cont_wrap {
    display: block;
    padding-top: 0.6rem;
  }
}

#products .cont_wrap .ph_wrap {
  width: 50%;
  box-sizing: border-box;
  padding-right: 0.2rem;
}
@media screen and (max-width: 640px) {
  #products .cont_wrap .ph_wrap {
    width: calc(100% - 0.60rem);
    margin: auto;
    padding-right: 0;
  }
}

#products .cont_wrap .text_wrap {
  width: calc(50% - 0.20rem);
  box-sizing: border-box;
  border-left: 1px solid #000;
  padding: 0.15rem 0 0 0.35rem;
}
@media screen and (max-width: 640px) {
  #products .cont_wrap .text_wrap {
    width: calc(100% - 0.60rem);
    margin: auto;
    border-left: 0;
    padding: 0.45rem 0 0 0;
  }
}

#products .cont_wrap .text_wrap .cont_title_wrap {
  color: #c39299;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 640px) {
  #products .cont_wrap .text_wrap .cont_title_wrap {
    margin-bottom: 0;
  }
}

#products .cont_wrap .text_wrap .cont_title_wrap .lead {
  font-size: 0.15rem;
  font-weight: bold;
  margin-bottom: 0.05rem;
  display: block;
}
@media screen and (max-width: 640px) {
  #products .cont_wrap .text_wrap .cont_title_wrap .lead {
    font-size: 0.12rem;
    text-align: center;
  }
}

#products .cont_wrap .text_wrap .cont_title_wrap .en {
  font-size: 0.57rem;
  font-weight: 900;
  margin-bottom: 0.12rem;
  line-height: 1.16;
}
@media screen and (max-width: 640px) {
  #products .cont_wrap .text_wrap .cont_title_wrap .en {
    font-size: 0.36rem;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 0.10rem;
  }
}

#products .cont_wrap .text_wrap .cont_title_wrap .jp {
  font-size: 0.16rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #products .cont_wrap .text_wrap .cont_title_wrap .jp {
    display: block;
    font-size: 0.14rem;
    text-align: center;
  }
}

#products .cont_wrap .text_wrap table {
  font-size: 0.16rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  #products .cont_wrap .text_wrap table {
    font-size: 0.13rem;
    margin-top: 0.20rem;
  }
}

#products .cont_wrap .text_wrap table th {
  text-align: left;
  width: 1.6rem;
  padding-bottom: 0.15rem;
  line-height: 1.5;
  vertical-align: top;
}
@media screen and (max-width: 640px) {
  #products .cont_wrap .text_wrap table th {
    width: 1rem;
    padding-bottom: 0.10rem;
  }
}

#products .cont_wrap .text_wrap table td {
  width: calc(100% - 1.8rem);
  padding-bottom: 0.15rem;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  #products .cont_wrap .text_wrap table td {
    width: calc(100% - 1rem);
    padding-bottom: 0.10rem;
  }
}

#products .cont_wrap .btn_list {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  #products .cont_wrap .btn_list {
    width: calc(100% - 0.60rem);
    margin: 0.20rem auto 0;
    gap: 0.15rem 0;
  }
}

#products .cont_wrap .btn_list .item {
  width: 23.6%;
}
@media screen and (max-width: 640px) {
  #products .cont_wrap .btn_list .item {
    width: 100%;
  }
}

#products .cont_wrap .btn_list .item a {
  display: block;
  color: #fff;
  background: #c39299;
  text-align: center;
  padding: 0.2rem 0.15rem 0.22rem 0;
  box-sizing: border-box;
  border-radius: 0.3rem;
  font-size: 0.15rem;
  font-weight: bold;
  box-shadow: 0px 5px 15px -5px #777777;
  position: relative;
}

#products .cont_wrap .btn_list .item a:hover {
  opacity: 0.6;
}

#products .cont_wrap .btn_list .item a::after {
  content: "";
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background: url(../img/icon_btn_arrow.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0.1rem;
  transform: translateY(-50%);
}

#products .cont_wrap small {
  display: block;
  text-align: right;
  font-size: 0.1rem;
  width: 100%;
  margin-top: 0.15rem;
}
@media screen and (max-width: 640px) {
  #products .cont_wrap small {
    text-align: center;
    font-size: 0.11rem;
    margin-top: 0.10rem;
  }
}

/* ロッキングストライダー */
#products .cont_wrap:nth-child(2) .text_wrap {
  border-left: none;
  border-right: 1px solid #000;
  width: 50%;
  padding: 0.15rem 0 0 0;
}
@media screen and (max-width: 640px) {
  #products .cont_wrap:nth-child(2) .text_wrap {
    border-left: none;
    border-right: 0;
    width: calc(100% - 0.60rem);
    padding: 0.15rem 0 0 0;
  }
}

#products .cont_wrap:nth-child(2) .ph_wrap {
  padding-left: 0.40rem;
  padding-right: 0;
}
@media screen and (max-width: 640px) {
  #products .cont_wrap:nth-child(2) .ph_wrap {
    padding-left: 0;
  }
}

/* 背景シェイプ */
#products .deco {
  position: absolute;
  z-index: -1;
}

#products .deco.-deco01 {
  width: 9.80rem;
  left: -4.10rem;
  top: 0.30rem;
}
@media screen and (max-width: 640px) {
  #products .deco.-deco01 {
    width: 8.40rem;
    left: -3.60rem;
    top: 0.80rem;
  }
}

#products .deco.-deco02 {
  width: 9.80rem;
  right: -4.60rem;
  top: 0;
}

/*============================
画像
============================*/
#separate {
  margin-top: 1.8rem;
  width: 100%;
  height: 7.2rem;
  background: url(../img/separate_img.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 640px) {
  #separate {
    margin-top: 1.2rem;
    background-size: 150% auto;
    height: 76vw;
    background-attachment:scroll;
  }
}

#separate img {
  width: 100%;
}

/*============================
ポイント
============================*/
#point {
  padding-top: 0.9rem;
}

@media screen and (max-width: 640px) {
  #point {
    padding-top: 0.6rem;
  }
  #point .title_wrap .en {
    width: 1.12rem;
    margin: auto;
  }
}

#point .top_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.8rem;
}
@media screen and (max-width: 640px) {
  #point .top_list {
    margin-top: 0.6rem;
    gap: 0.5rem 0;
  }
}

#point .top_list .item {
  width: 48%;
  background: #faf3f4;
  border-radius: 0.2rem;
  position: relative;
  box-sizing: border-box;
  padding: 0 0.4rem 0.4rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 640px) {
  #point .top_list .item {
    width: 100%;
    border-radius: 0.2rem;
    padding: 0 0.2rem 0.25rem;
    margin-bottom: 0;
  }
}

#point .top_list .item:nth-child(2) {
  background: #fae9ec;
}

#point .top_list .item:nth-child(3) {
  background: #fae9ec;
}
@media screen and (max-width: 640px) {
  #point .top_list .item:nth-child(3) {
    background: #faf3f4;
  }
  #point .top_list .item:nth-child(4) {
    background: #fae9ec;
  }
}

#point .top_list .item .no {
  position: absolute;
  top: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
}

#point .top_list .item .no img {
  height: 0.5352rem;
}

#point .top_list .item .list_title {
  font-size: 0.28rem;
  font-weight: bold;
  text-align: center;
  color: #c39299;
  margin-top: 0.55rem;
  margin-bottom: 0.27rem;
}
@media screen and (max-width: 640px) {
  #point .top_list .item .list_title {
    font-size: 0.20rem;
    margin-bottom: 0.15rem;
  }
}

#point .top_list .item .text {
  font-size: 0.15rem;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  #point .top_list .item .text {
    font-size: 0.14rem;
    letter-spacing: 0;
    line-height: 1.875;
  }
}

#point .top_list .item small {
  font-size: 0.13rem;
  display: block;
  margin-top: 0.1rem;
}
@media screen and (max-width: 640px) {
  #point .top_list .item small {
    font-size: 0.11rem;
  }
}

#point .bottom_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #point .bottom_list {
    padding-top: 0.40rem;
    gap: 0.3rem 0;
  }
}

#point .bottom_list .item {
  width: 31%;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #point .bottom_list .item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

#point .bottom_list .item .ph_wrap img {
  border-radius: 0.2rem;
}
@media screen and (max-width: 640px) {
  #point .bottom_list .item .ph_wrap {
    width: 1.40rem;
    height: 1.40rem;
  }
  #point .bottom_list .item .ph_wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.1rem;
  }
}

#point .bottom_list .item .title {
  font-size: 0.22rem;
  font-weight: bold;
  color: #c39299;
  text-align: center;
  padding: 0.2rem 0 0.15rem;
}
@media screen and (max-width: 640px) {
  #point .bottom_list .item .title {
    font-size: 0.20rem;
    text-align: center;
    padding: 0;
    padding-bottom: 0.15rem;
    width: 100%;
  }
}

#point .bottom_list .item .text {
  font-size: 0.15rem;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 640px) {
  #point .bottom_list .item .text {
    font-size: 0.13rem;
    line-height: 1.75;
    width: calc(100% - 1.60rem);
  }
}

/*============================
画像
============================*/
/* #separate02 {
  margin-top: 1.5rem;
  position: relative;
}

#separate02 .ph_wrap {
  width: 100%;
  overflow: hidden;
}

#separate02 .svg_wrap {
  position: absolute;
  z-index: 1;
  top: 1.1rem;
  right: 1rem;
} */

#separate02 {
  margin-top: 1.5rem;
  width: 100%;
  height: 9rem;
  background: url(../img/separate02_img.jpg) no-repeat center;
  background-size: cover;
  /* background-attachment: fixed; */
}
@media screen and (max-width: 640px) {
  #separate02 {
    margin-top: 0.5rem;
    height: 100vw;
    background: url(../img/separate02_img_sp.jpg) no-repeat center;
    background-size: cover;
    background-attachment: scroll;
  }
}

#separate img {
  width: 100%;
}

/*============================
SNS
============================*/
#sns {
  padding: 0.7rem 0 0.3rem;
}
@media screen and (max-width: 640px) {
  #sns {
    padding: 0.6rem 0.3rem 0.2rem;
  }
}

#sns .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 0.38rem;
}
@media screen and (max-width: 640px) {
  #sns .list {
    gap: 0.20rem;
  }
}


@media screen and (max-width: 640px) {
  #sns .list .item {
    width: 0.55rem;
  }
}

#sns .list .item a:hover {
  opacity: 0.7;
}

/*============================
footer
============================*/
footer {
  background: #742d38;
}

footer nav {
  padding-top: 0.6rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 640px) {
  footer nav {
    padding-top: 0.3rem;
    padding-bottom: 0;
  }
}

footer nav dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}

footer nav dt {
  font-size: 0.13rem;
  font-weight: bold;
  width: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 640px) {
  footer nav dt {
    width: 100%;
    padding-bottom: 0.10rem;
  }
}

footer nav dd .list {
  display: flex;
  flex-wrap: wrap;
}

footer nav dd .list .item {
  display: flex;
  flex-wrap: wrap;
  padding-right: 0.15rem;
}

footer nav dd .list .item a {
  color: #fff;
  font-size: 0.13rem;
}
@media screen and (max-width: 640px) {
  footer nav dd .list .item a {
    line-height: 2;
  }
}

footer nav dd .list .item a:hover {
  opacity: 0.7;
}

footer .bottom_wrap {
  padding-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  footer .bottom_wrap {
    display: block;
  }
}

footer .bottom_wrap {
  padding-top: 0.3rem;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 640px) {
  footer .bottom_wrap {
    padding-bottom: 0.25rem;
  }
}

footer .bottom_wrap .logo {
  width: 1.5rem;
}
@media screen and (max-width: 640px) {
  footer .bottom_wrap .logo {
    width: 1.01rem;
    padding-bottom: 0.10rem;
  }
}

footer .bottom_wrap .logo a:hover {
  opacity: 0.7;
}

footer .bottom_wrap .logo img {
  display: block;
}

footer .bottom_wrap .copy {
  font-size: 0.11rem;
  color: #fff;
}
@media screen and (max-width: 640px) {
  footer .bottom_wrap .copy {
    font-size: 0.10rem;
    line-height: 1.75;
  }
}

#page_top {
  width: 0.60rem;
  height: 0.60rem;
  position: relative;
  margin-left: auto;
  right: auto;
  bottom: auto;
}