@charset "UTF-8";
body{
  color: #000;
}
.mob {
  display: none !important; /*750*/
}
.sp {
  display: none !important;/*500*/
}
h1 {
  font-weight: bold;
}
img {
  width: 100%;
}
html{
  scroll-behavior: smooth;
}
body.Fixd {
  height: 100vh;
  overflow: hidden;
}
.menu_Btn {
  display: none;
  z-index: 999;
  position: fixed;
  top: 5px;
  right: 10px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  padding: 10px;
}
.menu_Btn i {
  display: none;
}
.menu_Btn span {
  display: block;
  width: 80%;
  height: 4px;
  margin: 6px auto;
  border-radius: 2px;
  transition: transform 0.3s;
  background: #c56327;
}
.menu_Btn span:nth-of-type(2) {
  transition: opacity 1s;
}
.menu_Btn.Open {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.menu_Btn.Open span {
  width: 60%;
  margin: 0;
  position: absolute;
  top: 24px;
  left: 10px;
}
.menu_Btn.Open span:nth-of-type(1) {
  transform: rotate(45deg);
}
.menu_Btn.Open span:nth-of-type(2) {
  opacity: 0;
  transition: opacity 0s;
}
.menu_Btn.Open span:last-child {
  margin: 0;
  transform: rotate(-45deg);
}
.menu_Btn:hover {
  cursor: pointer;
}

.T_h1 {
  width: 18%;
  min-width: 100px;
  text-align: center;
  margin: 0 auto 3%;
}
.T_h1 img {
  width: auto;
}
main {
  width: 100%;
  font-family: Noto Sans CJK TC, Arial, "微軟正黑體", sans-serif ;
  position: relative;
  line-height: normal;
  overflow-x: hidden;
}
header {
  width: 100%;
  position: relative;
}
header .menuBox {
  width: 100%;
  max-width: 1920px;
  padding: 35px 150px;
  position: relative;
  margin: 0 auto;
}
header::after {
  content: none;
}
header .logo {
  width: 60px;
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
}
header .menu {
  max-width: 1400px;
  margin: 0 auto;
}
header .menu ul {
  width: 100%;
  display: flex;
  align-items: stretch;
}
header .menu ul li {
  width: calc(100% / 8);
  text-align: center;
  padding: 0 1%;
  position: relative;
}
header .menu ul li::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 100%;
  position: absolute;
  right: -5px;
  top: 0;
  background: url(../images/dot.svg) repeat-y center;
}
header .menu ul li:last-child:before {
  content: none;
}
header .menu a {
  color: #000;
  padding: 5px 0;
  display: block;
}
header .menu a:hover {
  transform: translateY(-4px);
}
header .menu img {
  width: 60px;
}
header .menu span {
  display: block;
  color: #000;
  font-weight: bold;
  margin-top: 5px;
}
.banner{
  position: relative;
}
.banner::before, .banner::after {
  width: 100%;
  content: "";
  position: absolute;
  top: -8px;
  padding-top: 2%;
  z-index: 11;
}
.banner::before{
  top: -8px;
  background: url(../images/banner_hr.svg) repeat-x top center;
  background-size: 100%;
}
.banner::after{
  bottom: -8px;
  background: url(../images/banner_hr.svg) repeat-x top center;
  background-size: 100%;
  transform: rotate(-180deg);
  z-index: 11;
}
.swiper-slide {
  width: 90%;
  max-width: 1400px;
}
.banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background: #808080;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.adorn01 {
  width: 9.5%;
  position: absolute;
  right: 0;
  top: -80px;
  z-index: 20;
}
.Y_bg {
  padding: 8% 0;
  background: url(../images/cloud.svg) repeat-x bottom -1px center ,#efd464;
  background-size: 100%;
}
.movieBox, .concept, .lineup {
  width: 100%;
  max-width:1920px;
  margin: 0 auto;
}
.concept {
  text-align: center;
}
.concept_slogan .CFS {
  width: 90%;
  max-width: 580px;
}
.concept_slogan P {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 250%;
}
.concept_img {
  width: 100%;
  position: relative;
  padding: 3% 0 0;
}
.c_text {
  width: 40%;
  max-width: 720px;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
  background: #fff;
  border-radius: 150px;
  padding:2.6% 0;
  position: relative;
  box-shadow: 6px 9px 0 #c46d3d;
}
.c_text::before {
  content: '';
  display: block;
  width: 10px;
  height: 65%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/dot.svg) repeat-y center;
}
.c_text > div {
  width: 35%;
  max-width: 250px;
}
.c_pic01, .c_pic02 {
  width: 30%;
  max-width: 520px;
  position: absolute;
  opacity: 0;
}
.c_pic01 {
  transform: translate(-100%, -100%);
  transition: all .8s;
}
.concept_img.is-animated .c_pic01 {
  transform: translate(5%, -90%);
  opacity: 1;
}
.c_pic02 {
  right: 0;
  transform: translate(100%, -100%);
  transition: all .8s .5s;
}
.concept_img.is-animated .c_pic02 {
  transform: translate(-20%, -90%);
  opacity: 1;
}
.flower_hr {
  width: 90%;
  max-width: 1570px;
  margin: 8% auto;
}
.movie {
  width: 100%;
  padding: 0 18%;
  box-sizing: border-box;
  position: relative;
  border-radius: 50px;
}
.rowWrapper {
  border-radius: 40px;
  overflow: hidden;
  margin: 0 !important;
}
.ai_pg {
  background: url(../images/bg03.svg) repeat-x bottom -1px center;
  position: relative;
  background-size: 100%;
}
.lineup {
  padding: 10% 0 17%;
  position: relative;
  
}
.L_bg01, .L_bg02, .L_bg03 {
  z-index: 5;
  position: absolute;
}
.L_bg01 {
  width: 9.5%;
  transform: scaleX(-1) ;
  top: 3%;
  left: 0;
}
.L_bg02 {
  width: 9.5%;
  bottom: 11%;
  right: 0;
}
.L_bg03 {
  width: 10%;
  top: 4%;
  right: 10%;
}
.L_Box {
  width: 96%;
  max-width: 1630px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
}
.L_Box .pic {
  width: 70%;
  transition: all .5s;
}
.L_Box.L_boy .pic {
  background: url(../images/L_boy_pic01.jpg) no-repeat center;
  background-size: cover;
}
.L_Box.L_boy:hover .pic {
  background: url(../images/L_boy_pic02.jpg) no-repeat center;
  background-size: cover;
}

.L_Box.L_girl .pic {
  background: url(../images/L_girl_pic01.jpg) no-repeat center;
  background-size: cover;
}
.L_Box.L_girl:hover .pic {
  background: url(../images/L_girl_pic02.jpg) no-repeat center;
  background-size: cover;
}
.L_Box .pd {
  width: 30%;
  padding: 5% 4%;
}
.L_Box.L_boy .pd {
  background: #efd464;
}
.L_boy .LU_icon {
  width: 25%;
  position: absolute;
  right: -4%;
  bottom: -20%;
}
.L_Box.L_girl .pd {
  background: #e5b7b6;
}
.pd_text{
  width: 100%;
  border-radius: 30px;
  background: #fff;
  box-shadow: 5px 5px 0 #c46d3d;
  padding: 30px;
  position: relative;
  margin-bottom: 15%;
}
.pd_text span {
  width: 60%;
  max-width: 150px;
  height: 30px;
  margin: 0;
  padding: 0 10px;
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  color: #fff;
  background: #00a379;
  border-radius: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  white-space: nowrap;
}
.frame_t, .frame_b, .frame_c {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 3;
  font-size:0;
}
.frame_t, .frame_c {
  top: 0;
  min-height: 100px;
}
.frame_c {
  top: 0.1%;
  height: 99.8%;
}
.frame_c img {
  height: 100%;
}
.frame_b {
  bottom: 0;
  min-height: 100px;
}
.L_Box.L_boy .frame_c {
  background: url(../images/Brick_frame_c.svg) repeat-y center;
  background-size: 100%;
}
.L_Box.L_girl .frame_c {
  background: url(../images/pink_frame_c.svg) repeat-y center;
  background-size: 100%;
}
.pointBox .frame_c {
  background: url(../images/green_frame_c.svg) repeat-y center;
  background-size: 100%;
}
.L_Box.L_boy .frame_t {
  background: url(../images/Brick_frame_t.svg) no-repeat top;
  background-size: 100%;
}
.L_Box.L_girl .frame_t {
  background: url(../images/pink_frame_t.svg) no-repeat top;
  background-size: 100%;
}
.pointBox .frame_t {
  background: url(../images/green_frame_t.svg) no-repeat top;
  background-size: 100%;
}
.L_Box.L_boy .frame_b {
  background: url(../images/Brick_frame_b.svg) no-repeat bottom;
  background-size: 100%;
}
.L_Box.L_girl .frame_b {
  background: url(../images/pink_frame_b.svg) no-repeat bottom;
  background-size: 100%;
}
.pointBox .frame_b {
  background: url(../images/green_frame_b.svg) no-repeat bottom;
  background-size: 100%;
}
.L_Box::before {
  content: '';
  width: 100%;
  height: 99.8%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
} 
.L_Box.L_boy::before, .L_Box.L_girl::before {
  content: none;
}
.L_hr {
  width: 40%;
  max-width: 720px;
  margin: -5px auto;
  padding-top: 5%;
  background: url(../images/L_hr.svg) repeat-y center;
  background-size: 100%;
}
.g_bg {
  background: #aed971;
  margin: -5px 0 0;
  padding: 0 0 7%;
  background: url(../images/D_hr.svg) no-repeat bottom -1px center, #aed971;
  background-size: 100%;
}
.scenery {
  width: 100%;
  max-width: 1630px;
  margin: 0 auto;
  padding: 2% 0 4%;
}
.pointBox{
  width: 96%;
  max-width: 1630px;
  margin: 0 auto;
  position: relative;
  padding: 5px;
  box-sizing: border-box;
}
.pointBox::before {
  content: '';
  width: 100%;
  height: 99.8%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/green_frame_c.svg) repeat-y center;
  background-size: 100%;
  z-index: 2;
}
.p_main {
  min-height: 300px;
  background: #fff;
  padding: 8% 0;
}
.p_main .T_h1 {
  margin: 0 auto;
}
.p_item {
  width: 100%;
  position: relative;
  display: flex;
  z-index: 1;
}
.p_item::before {
  content: '';
  width: 85%;
  padding-top: 45%;
  position: absolute;
  right: 2%;
  top: 65%;
  background: url(../images/track02.svg) no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
}
.p_item:nth-child(2n)::before {
  background: url(../images/track01.svg) no-repeat center;
  background-size: 100% 100%;
}
.p_no {
  width: 9%;
  position: absolute;
  z-index: 3;
}
.p_pic, .p_cont img {
  transition: all .8s;
}
.p_title {
  transition: all .8s .3s;
}
.p_text {
  transition: all .8s .5s;
}
.p_pic {
  position: relative;
  z-index: -1;
}
.p_cont {
  position: relative;
}
.p_icon {
  position: absolute;
}
.p_title {
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 0 4%;
}
.p_title img {
  transform:translateX(-120%);
}
.p_cont.is-animated .p_title img {
  transform:translateX(0);
}
.p_text {
  background: #f0e8dc;
  border-radius: 50px;
  padding: 3% 11% 8%;
  position: relative;
  opacity: 0;
  z-index: 0;
}
.p_cont.is-animated .p_text {
  opacity: 1;
}
.p_text p {
  font-size: 1.5vw;
  font-weight: bold;
  margin: 0;
  padding: .8rem 0;
  border-bottom: 1px solid #222;
}
.p_arrow::before {
  content: '';
  width: 55px;
  height: 55px;
  border-radius: 10px;
  background: #f0e8dc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  z-index: -1;
}
.p_01 {
  padding: 5% 5% 0 8%;
}
.p_01 .p_no {
  left: 3.5%;
  top: 20%;
}
.p_01 .p_pic {
  width: 35%;
  max-width: 475px;
}
.p_01 .p_pic .p_icon:nth-child(2) {
  width: 15%;
  top: -6%;
  right: 15%;
}
.p_01 .p_pic .p_icon:nth-child(3) {
  width: 0;
  top: 30%;
  left: 40%;
  opacity: 0;
  transition: all .8s 1s;
}
.p_01 .p_pic.is-animated .p_icon:nth-child(3) {
  width: 6%;
  top: 28%;
  left: 15%;
  opacity: 1;
}
.p_01 .p_cont {
  width: 44%;
  margin:6% 0 0 -5%;
}
.p_01 .p_title {
  padding: 0 3% 0 8%;
  /* margin-bottom: 3%; */
}
.p_01 .p_cont .p_icon {
  width: 65%;
  right: -60%;
  top: 2%;
}
.p_item.p_01::before {
  top: 68%;
}
.p_02 {
  padding: 5% 0 7%;
}
.p_02 .p_no {
  right: 3.5%;
  top: 35%;
}
.p_02 > .p_icon {
  width: 11%;
  left: 40%;
  top: 5%;
}
.p_02 .p_pic {
  width: 31%;
  margin-top: -2.5%;
}
.p_02 .p_pic .p_icon {
  width: 15%;
  top: 0;
  right: 0;
}
.p_02 .p_cont {
  width: 38%;
  margin:15% 3% 0 15%;
}
.p_02 .p_title {
  padding: 0 11% 0 28%;
}
.p_02 .p_cont .p_icon {
  width: 53%;
  left: -29%;
  bottom: -1%;
}
.p_02 .p_text p {
  text-align: right;
}
.p_02 .p_arrow::before {
  left: auto;
  right: -40px;
}
.p_02 .p_title img {
  transform:translateX(120%);
}
.p_02 .p_cont.is-animated .p_title img {
  transform:translateX(0);
}
.p_03 {
  padding: 5% 5% 2% 8%;
}
.p_03 > .p_icon {
  width: 7%;
  left: 75%;
  top: -2%;
}
.p_03 .p_no {
  left: 5%;
  top: 6%;
}
.p_03 .p_pic {
  width: 53%;
}
.p_03 .p_cont {
  width: 44%;
  margin:6% 0 0 -3.5%;
}
.p_03 .p_title {
  padding: 0 28% 0 5%;
  margin: 0 0 4% 15%;
}
.p_03 .p_cont .p_icon:nth-child(3) {
  width: 40%;
  right: 2%;
  bottom: 3%;
}
.p_03 .p_cont .p_icon:nth-child(4) {
  width: 22%;
  right: -4%;
  top: 5%;
}
.p_item.p_03::before {
  top: 73%;
}
.p_04 {
  padding: 5% 5% 8% 8%;
}
.p_04 .p_no {
  left: 5%;
  top: 18%;
}
.p_04 .p_pic {
  width: 45%;
}
.p_04 .p_cont {
  width: 44%;
  margin:8.5% -1.5% 0 3.5%;
}
.p_04 .p_title {
  padding: 0px 17% 0 0%;
  margin: 0 0 4% 12%;
}
.p_04 .p_arrow::before {
  left: auto;
  right: -40px;
}
.p_04 .p_cont .p_icon {
  width: 124%;
  bottom: -15%;
  left: -12%;
}
.p_05 {
  padding: 8% 5% 3% 0;
}
.p_05 .p_no {
  right: 11%;
  top: 11%;
}
.p_05 .p_pic {
  width: 70%;
  border-radius: 0 50px 50px 0;
  overflow: hidden;
}
.p_05 .p_cont {
  width: 30%;
  display: flex;
  flex-direction: row-reverse;
  margin: 0 0 0 -5%;
  padding: 3% 0;
  box-sizing: border-box;
}
.p_05 .p_title {
  width: 13.5%;
  min-width: 35px;
  margin: 15% 0 0 4%;
}
.p_05 .p_text {
  display: flex;
  
  padding: 15% 5% 15% 10%;
}
.p_05 .p_text p {
  border-left: 1px solid #222;
  border-bottom: none;
  padding: 0 1.3rem;
  text-align: center;
  line-height: 1.2;
}
.p_05 .p_text p span {
  transform: rotate(-90deg) translate(-10px, 3px);
  display: inline-block;
}
.p_05 .p_cont .p_icon {
  width: 35%;
  right: 8%;
  bottom: 1%;
}
.p_item.p_05::before {
  top: 60%;
}

.p_05 .p_title img {
  transform:translateY(-100%);
}
.p_05 .p_cont.is-animated .p_title img {
  transform:translateY(0);
}
.p_06 {
  padding: 5% 5% 0 8%;
}
.p_06 .p_no {
  left: 5%;
  top: 18%;
}
.p_06 .p_pic {
  width: 40%;
  margin: 10% 0 0 3.55%;
}
.p_06 .p_cont {
  width: 50%;
}
.p_06 .p_title {
  padding: 0px 25% 0 0%;
  margin: 0 0 4% 20%;
}
.p_06 .p_arrow::before {
  left: auto;
  right: -40px;
  top: 35%;
}
.p_06 .p_cont .p_icon {
  width: 8%;
  bottom: 15%;
  right: -4%;
}
.remark {
  font-size: 1vw;
  padding: 0 11%;
}
.p_item.p_06::before {
  top: 57%;
}
.p_07 {
  padding: 6% 3% 6% 8%;
}
.p_07 .p_no {
  left: 37%;
  top: 25%;
}
.p_07 .p_pic {
  width: 40%;
  transform: rotate(-6deg);
  margin: 12% 0 0;
}
.p_07 .p_cont {
  width: 47%;
  margin:0 3% 0 5%;
}
.p_07 .p_title {
  padding: 0 11% 0 13%;
}
.p_07 .p_text p {
  text-align: right;
}
.p_07 .p_cont .p_icon:nth-child(3) {
  width: 68%;
  bottom: -15%;
  right: 13%;
}
.p_07 .p_cont .p_icon:nth-child(4) {
  width: 30%;
  bottom: -13%;
  right: -10%;
}
.p_item.p_07::before {
  top: 49%;
  background: url(../images/track03.svg) no-repeat center;
  background-size: 100% 100%;
  transform: rotate(-1deg);
}
.p_07 .p_title img {
  transform:translateX(120%);
}
.p_07 .p_cont.is-animated .p_title img {
  transform:translateX(0);
}
.product_cont {
  width: 90%;
  max-width: 1200px;
  padding: 5% 0 5%;
  margin: 0 auto;
  box-sizing: border-box;
}
.product_img {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.product_img > div {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.product_pic > div {
  background: #00a379;
  font-weight: bold;
  font-size: 1.5vw;
  color: #fff;
  padding: 5px 30px;
  border-radius: 30px;
  margin: 0 0 8%;
}
.product_detail {
  width: 100%;
  margin: 6% auto 0;
}
.product_table {
  width: 100%;
}
.product_table > div {
  display: flex;
  background: #E6E0D9;
  margin: 2% 0;
  border-radius: 30px;
  overflow: hidden;
}
.product_table > div > div {
  padding: 1% 3%;
  text-align: center;
  background-color: #E6E0D9;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 1.7;
  color: #727171;
}
.product_table > div > div:first-child {
  width: 30%;
  background-color: #AFAFB0;
  color: #fff;
  text-align: left;
}
.product_table > div > div:last-child {
  width: 70%;
}
.product_table .Double{
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.product_table .Double::before {
  content: '';
  width: 10px;
  height: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/dot.svg) repeat-y center;
  background-size: 100%;
}
.product_table .Double > div{
  width: 50%;
}
.product_cont p{
  margin: 0 0 5px;
}
.sns_list {
  background:url(../images/F_hr.svg) no-repeat top center ,#aed971;
  background-size: 100%;
  padding: 5% 0;
}
.sns_list ul{
  display: flex;
  justify-content: center;
}
.sns_list li {
  margin: 0 20px;
}
.sns_list p{
  color: #fff;
  text-align: center;
  margin: 2% 0;
  font-size: 1.1vw;
  line-height: 1.3;
}
.sns_link {
  width: 90px;
  display: block;
}
.sns_link:hover {
  opacity: 0.7;
}
.modal_home {
  background-color: #fff;
}
.modal_homeBox {
  width: 100%;
}
.modal_home .modal-close {
  width: 80px;
  top: 0;
  right: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0;
  border: none;
  font-size: 0;
}
.modal_home.shop_modal {
  background-color: rgba(0, 0, 0, 0.8);
}
.shop_modal .modal_homeBox {
  width: 90%;
  background-color: #fff;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}
.shop_cont {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8% 5%;
}
.shop_cont a {
  display: block;
  border-radius: 10px;
  border: 1px solid #ddd;
  margin: 10px;
}
.shop_cont a img {
  border-radius: 10px;
}
.shop_cont a:hover {
  border: 1px solid #4a5055;
}
.shopbnt {
  position: fixed;
  right: 20px;
  bottom: 60px;
  z-index: 99;
  border-radius: 50%;
  transition: all .3s;
}
.shopbnt a {
  display: block;
  width: 120px;
  height: 120px;
  background: url('../images/shopICON.png') center no-repeat;
  background-size: contain;
}
.shopbnt:hover {
  box-shadow: 0 0 5px rgba(255,255,255,0.8) ;
  bottom: 50px;
}



@media screen and (min-width: 1920px) {
  header .menuBox {
    padding: 1.6% 2.2%;
  }
  .swiper-slide {
    max-width: 70%;
  }
  .p_text p {
    font-size: 28px;
  }
  .Y_bg {
    padding: 150px 0;
    background: url(../images/cloud.svg) repeat-x bottom -1px center ,#efd464;
    background-size: auto;
  }
  .flower_hr {
    margin: 150px auto;
  }
  .lineup {
    padding: 150px 0 250px;
  }
  .remark {
    font-size: 18px;
  }
  .product_table > div > div {
    font-size: 24px;
  }
  .sns_list li {
    width: 3%;
  }
  .shopbnt {
    width: 6%;
  }
  .shopbnt a {
    display: block;
    width: 100%;
    padding-top: 100%;
    height: auto;
    background: url(../images/shopICON.png) center no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 1300px) {
  header .menuBox {
    padding: 30px 40px 30px 100px;
  }
  header .logo {
    left: 30px;
  }
  header .menu span {
    font-size: .9rem;
  }
  header .menu ul li::before {
    width: 7px;
  }
  .movie {
    padding: 0 10%;
  }
  .rowWrapper {
    border-radius: 30px;
  }
  .L_boy .LU_icon {
    right: -12%;
    bottom: -12%;
  }
  .p_text {
    border-radius: 20px;
    padding: 3% 8% 8%;
  }
  .p_text p {
    font-size: 1.8vw;
    padding: .5rem 0;
  }
  .p_arrow::before {
    width: 40px;
    height: 40px;
    border-radius: 5px;
  }
  .p_02 .p_arrow::before, .p_04 .p_arrow::before, .p_06 .p_arrow::before {
    right: -30px;
  }
  .p_02 .p_cont {
    width: 42%;
    margin: 15% 3% 0 14%;
  }
  .p_03 .p_cont .p_icon:nth-child(3) {
    width: 40%;
    right: -5%;
    bottom: -8%;
  }
  .p_04 .p_cont .p_icon {
    bottom: -20%;
  }
  .p_05 .p_text p {
    padding: 0 .9rem;
  }
  .p_06 .p_cont {
    width: 52%;
  }
  .sns_link {
    width: 70px;
  }
}


@media screen and (max-width: 1024px) {
  header {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .9);
    z-index: 888;
  }
  header .logo {
    width: 50px;
  }
  header .adorn01 {
    display: none;
  }
  .menu_Btn {
    display: block !important;
  }
  .menu {
    height: 0;
    overflow: hidden;
  }
  .menu.Open {
    position: fixed;
    top: 60px;
    left: 0;
    height: calc(100% - 60px);
    width: 100%;
    transition: height 0.5s;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 888;
  }

  header .menu ul {
    flex-direction: column;
    align-items: center;
  }
  header .menu ul li {
    width: 80%;
  }
  header .menu ul li::before {
    width: 100%;
    height: 5px;
    right: 0;
    top: auto;
    bottom: -3px;
    background: url(../images/dot.svg) repeat-x center;
  }
  header .menu a {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .menu span {
    min-width: 120px;
    text-align: left;
    font-size: 1rem;
    margin:0 0 0 15px;
  }
  .banner {
    margin: 70px 0 0;
  }
  .banner::before {
    top: -4px;
  }
  .banner::after {
    bottom: -4px;
  }
  .movie {
    padding: 0 3%;
  }
  .rowWrapper {
    border-radius: 20px;
  }
  .L_Box {
    padding: 2px;
  }
  .pd_text{
    border-radius: 20px;
    padding: 30px 10px;
  }
  .pd_text span {
    font-size: 1.8vw;
  }
  .L_bg03 {
    width: 13%;
  }
  .p_item {
    padding-top: 8%;
  }
  .p_01 .p_no {
    top: 28%;
  }
  .p_02 .p_title {
    padding: 0 8% 0 28%;
  }
  .p_item.p_01::before {
    top: 74%;
  }
  .p_03 .p_no {
    top: 18%;
  }
  .p_item.p_03::before {
    top: 68%;
  }
  .p_04 .p_no {
    top: 26%;
    left: 4%;
  }
  .p_04 .p_title {
    margin: 0 0 4% 8%;
  }
  .p_item.p_04::before {
    top: 58%;
  }
  .p_05 .p_no {
    top: 15%;
  }
  .p_item.p_05::before {
    top: 67%;
  }
  .p_06 .p_no {
    top: 22%;
  }
  .p_item.p_07 {
    padding-top: 2%;
  }
  .p_07 .p_no {
    top: 18%;
  }
  .p_07 .p_cont .p_icon:nth-child(3), .p_07 .p_cont .p_icon:nth-child(4) {
    bottom: -24%;
  }
  .product_cont {
    padding: 10% 0;
  }
  .product_table > div > div {
    font-size: 2vw;
  }
  .product_table .Double::before {
    width: 6px;
  }
  .product_cont > p {
    font-size: 1.75vw;
  }
  .sns_list li {
    margin: 0 15px;
  }
  .sns_link {
    width: 60px;
  }
  .shopbnt a {
    width: 100px;
    height: 100px;
  }
  .shop_cont {
    flex-direction: column;
  }
  .shop_cont a {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .concept_slogan P {
    font-size: 3vw;
  }
  .c_pic01, .c_pic02 {
    width: 36%;
  }
  .concept_img.is-animated .c_pic01 {
    transform: translate(-10%, -70%);
  }
  .concept_img.is-animated .c_pic02 {
    transform: translate(5%, -80%);
  }
  .c_text {
    box-shadow: 3px 5px 0 #c46d3d;
  }
  .c_text::before {
    width: 8px;
  }
  .p_05 .p_title {
    min-width: 26px;
  }
}
@media screen and (max-width: 750px) {
  .mob {
    display: block !important;
  }
  .remark {
    font-size: 2.5vw;
    padding: 0 8%;
  }
  .product_detail {
    width: 100%;
  }
  .product_cont {
    padding: 10% 0;
  }
  .product_table > div {
    border-radius: 20px;
  }
}
@media screen and (max-width: 600px) {
  .swiper-slide {
    width: 100%;
  }
  .banner::before{
    top: -5px;
  }
  .banner::after{
    bottom: -5px;
  }
  .Y_bg {
    padding: 12% 0;
  }
  .concept_img {
    padding: 0;
  }
  .c_pic01, .c_pic02 {
    width: 80%;
    position: initial;
  }
  .c_pic01 {
    transform: translate(-100%, 0);
  }
  .c_pic02 {
    right: 0;
    transform: translate(100%, 0);
    transition: all .8s 1s;
  }
  .concept_img.is-animated .c_pic01 {
    transform: translate(10%, -5%);
  }
  .concept_img.is-animated .c_pic02 {
    transform: translate(15%, 5%);
  }
  .c_text {
    width: 85%;
  }
  .concept_slogan P {
    font-size: 4vw;
  }
  .flower_hr {
    margin: 12% auto;
  }
  .L_Box {
    flex-direction: column;
  }
  .L_Box.L_boy {
    flex-direction: column-reverse;
  }
  .L_Box .pic {
    width: 100%;
    padding: 60% 0 0;
  }
  .L_Box .pd {
    width: 100%;
    border-radius: 0;
    display: flex;
    align-items: center;
  }
  .pd_text {
    margin: 0 5% 0 0 ;
  }
  .pd_text span {
    font-size: 2.7vw;
  }
  .L_hr {
    width: 50%;
    padding-top: 8%;
  }
  .L_bg01 {
    width: 17%;
    top: 0;
  }
  .L_bg02 {
    width: 17%;
    bottom: 4%;
  }
  .p_item::before {
    content: '';
    width: 80%;
    padding-top: 225%;
    position: absolute;
    right: 10%;
    top:100%;
    background: url(../images/track02_m.svg) no-repeat top center;
    background-size: 100%;
    z-index: -1;
  }
  .p_item:nth-child(2n)::before {
    background: url(../images/track01_m.svg) no-repeat top center;
    background-size: 100%;
  }
  .p_item {
    flex-direction: column;
    padding: 22% 2% 2%;
  }
  .p_no {
    width: 22%;
  }
  .p_text p {
    font-size: 3.5vw;
    padding: .8rem 0;
  }
  .p_arrow::before {
    content: none;
  }
  .p_pic {
    margin: 0 auto;
  }
  .p_cont {
    margin: 0 auto;
  }
  .p_01 .p_pic {
    width: 100%;
  }
  .p_01 .p_no {
    top: 6%;
  }
  .p_01 .p_cont {
    width: 90%;
    margin: 6% auto 0;
  }
  .p_01 .p_cont .p_icon {
    width: 60%;
    margin: 5% 10% 0 30%;
    position: initial;
    z-index: 1;
  }
  .p_item.p_01::before {
    padding-top: 184%;
    top: 74%;
  }
  .p_item.p_02 {
    flex-direction: column-reverse;
  }
  .p_02 .p_pic {
    width: 75%;
    margin: -2.5% 25% 0 0;
  }
  .p_02 .p_no {
    right: 6%;
    top: 15%;
  }
  .p_02 > .p_icon {
    width: 25%;
    left: 8%;
    top: -7%;
  }
  .p_02 .p_cont {
    width: 90%;
    margin: 7% auto 0 ;
    padding-bottom: 65%;
  }
  .p_02 .p_cont .p_icon {
    width: 80%;
    left: 0;
    bottom: 0;
  }
  .p_item.p_02::before {
    top: 58%;
  }
  .p_03 .p_pic {
    width: 90%;
  }
  .p_03 > .p_icon {
    width: 15%;
    left: 75%;
    top: -7%;
  }
  .p_03 .p_no {
    top: 9%;
  }
  .p_03 .p_cont {
    width: 90%;
    margin: 6% auto 0;
    padding-bottom: 35%;
  }
  .p_03 .p_cont .p_icon:nth-child(3) {
    width: 65%;
    right: -3%;
    bottom: 0;
  }
  .p_item.p_03::before {
    padding-top: 68%;
  }
  .p_04 .p_cont {
    width: 90%;
    margin: 0 auto;
  }
  .p_04 .p_cont .p_icon {
    position: initial;
    width: 100%;
    margin: 5% 0 0;
  }
  .p_04 .p_no {
    top: 9%;
    left: 2%;
  }
  .p_04 .p_title {
    padding: 0px 2% 0 0%;
    margin: 0 0 4% 24%;
  }
  .p_04 .p_pic {
    width: 90%;
  }
  .p_item.p_04::before {
    top: 70%;
    padding-top: 177%;
  }
  .p_05 .p_pic {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }
  .p_05 .p_no {
    top: 10%;
    right: 2%;
  }
  .p_05 .p_cont {
    width: 90%;
    margin: -5% 0 0 0%;
    padding: 0 0 7%;
  }
  .p_05 .p_title {
    width: 10%;
    margin: 10% 0 0 4%;
  }
  .p_05 .p_text {
    padding: 10% 5% 10% 10%;
  }
  .p_05 .p_cont .p_icon {
    width: 38%;
    right: 12%;
    bottom: -5%;
  }
  .p_item.p_05::before {
    top: 73%;
    padding-top: 64%;
  }
  .p_06 .p_cont {
    width: 90%;
  }
  .p_06 .p_no {
    top: 14%;
  }
  .p_06 .p_title {
    padding: 0px 15% 0 0%;
    margin: 0 0 4% 30%;
  }
  .p_06 .p_cont .p_icon {
    width: 13%;
  }
  .p_06 .p_pic {
    width: 80%;
    margin: 2% auto 0;
  }
  .p_item.p_06::before {
    top: 56%;
    padding-top: 110%;
  }
  .p_item.p_07 {
    padding: 18% 2% 2%;
  }
  .p_07 .p_pic {
    width: 80%;
    margin: 12% auto 0;
  }
  .p_07 .p_no {
    left: 72%;
    top: 8%;
  }
  .p_07 .p_cont {
    width: 90%;
    margin: 6% auto 0;
  }
  .p_07 .p_cont .p_icon:nth-child(3) {
    width: 80%;
    position: initial;
    margin: 5% 0 0;
  }
  .p_07 .p_cont .p_icon:nth-child(4) {
    width: 30%;
    bottom: 5%;
    right: -2%;
  }
  .p_item.p_07::before {
    content: none;
  }
}

@media screen and (max-width: 500px) {
  .sp {
    display: block !important;
  }
  .product_img {
    width: 60%;
    margin: 0 auto;
    flex-direction: column;
  }
  .product_img > div {
    width: 100%;
    margin: 10% 0; 
  }
  .product_pic > div {
    font-size: 3.5vw;
    margin: 0 0 8%;
  }
  .product_table > div {
    border-radius: 10px;
  }
  .product_table > div > div:first-child {
    width: 40%;
  }
  .product_table > div > div:last-child {
    width: 60%;
  }
  .product_table > div > div {
    font-size: 2.8vw;
    padding: 3%;
  }
  .product_table .Double::before {
    width: 5px;
  }
  .sns_list {
    padding: 8% 0;
  }
  .sns_link {
    width: 40px;
  }
  .modal_home .modal-close {
    width: 50px;
    padding: 10px;
  }
  .shopbnt {
    right: 10px;
  }
  .shopbnt a {
    width: 60px;
    height: 60px;
  }
}

