@charset "UTF-8";
/* Scss Document */
:root {
  --pc: 1000px;
  --sp: 999px;
  --fs48: 4.8rem;
  --fs40: 4rem;
  --fs36: 3.6rem;
  --fs28: 2.8rem;
  --fs22: 2.2rem;
  --fs20: 2.0rem;
  --fs18: 1.8rem;
  --fs16: 1.6rem;
  --fs14:1.4rem;
  --fs12:1.2rem; }

@media (max-width: 999px) {
  :root {
    --fs48: 2.6rem;
    --fs40: 2.2rem;
    --fs36: 2.4rem;
    --fs28: 2.2rem;
    --fs22: 2.0rem;
    --fs20: 1.6rem;
    --fs18: 1.6rem;
    --fs16: 1.4rem;
    --fs14: 1.2rem;
    --fs12: 1.0rem; } }
body {
  overflow: hidden; }

body.home {
  background: #FCF7E1; }

@media (min-width: 1000px) {
  .tate {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright; } }

.slideInLeft {
  opacity: 0;
  transform: translateX(-50px);
  transition-delay: 0.4s; }

.app-ready .slideInLeft {
  animation: slideInLeft 1.6s cubic-bezier(0.25, 1, 0.5, 1) forwards; }

@keyframes slideInLeft {
  0% {
    transform: translateX(-50px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
/* 
---------------------------------------
メインビジュアル
---------------------------------------
*/
#kv {
  height: calc(100vh - 17rem);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: 17rem;
  /*=============
  slick
  =============*/ }
  @media (max-width: 999px) {
    #kv {
      height: calc(100vh - 9rem);
      margin-top: 9rem;
      align-items: flex-start; } }
  #kv .picBox {
    overflow: hidden;
    display: block;
    width: calc(1660 / 1920 * 100%);
    margin: 0 0 0 auto;
    height: 100%;
    border-radius: 3rem 0 0 3rem;
    position: relative;
    z-index: 0; }
    @media (max-width: 999px) {
      #kv .picBox {
        width: 95%;
        height: 70%; } }
    #kv .picBox img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all .6s; }
  #kv .ttlBox {
    position: absolute;
    left: 6rem;
    z-index: 1; }
    @media (max-width: 999px) {
      #kv .ttlBox {
        left: 5%;
        bottom: 4rem; } }
    #kv .ttlBox img {
      width: 68rem;
      height: auto; }
  #kv .ttl {
    font-size: 5.6rem;
    line-height: 1.7;
    margin-bottom: 2.4rem;
    font-family: "Zen Maru Gothic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal; }
    @media (max-width: 999px) {
      #kv .ttl {
        font-size: 2.6rem;
        line-height: 1.8;
        margin-bottom: 1.2rem; } }
    #kv .ttl span {
      background: #fff;
      border-radius: 1rem; }
      @media (max-width: 999px) {
        #kv .ttl span {
          border-radius: 0 1rem 1rem 0; } }
    #kv .ttl span:first-child {
      padding: 0.3rem 2.4rem 0.3rem 2rem; }
      @media (max-width: 999px) {
        #kv .ttl span:first-child {
          padding: 0.3rem 1.4rem 0.3rem 0rem; } }
    #kv .ttl span:nth-child(3) {
      padding: 0.3rem 0 0.3rem 2rem; }
      @media (max-width: 999px) {
        #kv .ttl span:nth-child(3) {
          padding: 0.3rem 0 0.3rem 0rem; } }
  #kv .txt {
    font-size: 2rem;
    line-height: 2; }
    @media (max-width: 999px) {
      #kv .txt {
        font-size: 14px; } }
    @media (min-width: 1000px) {
      #kv .txt span {
        background: #FCF7E1;
        padding: 0.3rem 1rem;
        border-radius: 1rem; } }
  #kv .deco1 {
    position: absolute;
    left: -16rem;
    top: -28rem;
    width: 64.2rem;
    height: auto;
    z-index: -1; }
  #kv .deco2 {
    position: absolute;
    left: 5rem;
    bottom: 10rem;
    z-index: -1; }
  #kv .fv-slider {
    width: 100%;
    position: relative;
    z-index: -1; }
  #kv .fv-slider div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 120px);
    margin: 0;
    overflow: hidden; }
    @media (max-width: 999px) {
      #kv .fv-slider div {
        height: 64vh; } }
  #kv .fv-slider div img {
    width: 100%; }
  #kv .add-animation {
    animation: zoomUp 10s linear 0s normal both; }
@keyframes zoomUp {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.15);
    /* 拡大率 */ } }
  #kv .fv-slider div.img01 {
    background-image: url(../img/fv_01.jpg); }
    @media (max-width: 999px) {
      #kv .fv-slider div.img01 {
        background-image: url("../img/fv_01_sp.jpg"); } }
  #kv .fv-slider div.img02 {
    background-image: url(../img/fv_02.jpg); }
    @media (max-width: 999px) {
      #kv .fv-slider div.img02 {
        background-image: url("../img/fv_02_sp.jpg"); } }
  #kv .fv-slider div.img03 {
    background-image: url(../img/fv_03.jpg); }
    @media (max-width: 999px) {
      #kv .fv-slider div.img03 {
        background-image: url("../img/fv_03_sp.jpg"); } }

.scroll_down {
  position: absolute;
  bottom: 0;
  left: 8%; }
  @media (max-width: 999px) {
    .scroll_down {
      display: none; } }

.scroll_down a {
  position: absolute;
  left: 0.5rem;
  bottom: 8.7rem;
  color: #B2B2B2;
  font-size: 1.4rem;
  letter-spacing: .2em;
  writing-mode: vertical-lr;
  text-decoration: none;
  text-transform: uppercase; }

.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.5rem;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: #DE7C7C;
  animation: circlemove 2.0s ease-in-out infinite, cirlemovehide 2.0s ease-out infinite; }

@keyframes circlemove {
  0% {
    bottom: 16rem; }
  100% {
    bottom: 0px; } }
@keyframes cirlemovehide {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  80% {
    opacity: 0.9; }
  100% {
    opacity: 0; } }
.scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 16rem;
  background: #B2B2B2; }

/* 
---------------------------------------
home01
---------------------------------------
*/
#home01 {
  position: relative;
  margin-bottom: 23rem; }
  @media (max-width: 999px) {
    #home01 {
      margin-bottom: 12rem; } }
  #home01 .bg {
    width: 100%;
    height: 110%;
    position: absolute;
    top: -26rem;
    background: linear-gradient(to right, white, #FCF7E1);
    z-index: 0; }
  #home01 .decoTxt {
    font-size: 23rem;
    line-height: 1.5;
    color: #DE7C7C;
    opacity: 0.08; }
    @media (max-width: 999px) {
      #home01 .decoTxt {
        font-size: 7rem;
        position: relative;
        z-index: 1; } }
  #home01 .boxs {
    display: flex;
    width: 98rem;
    margin: 0 auto 30rem;
    justify-content: space-between;
    position: relative;
    z-index: 1; }
    @media (max-width: 999px) {
      #home01 .boxs {
        flex-direction: column;
        width: calc(285 / 375 * 100%);
        margin-bottom: 10rem; } }
  #home01 .ttl {
    font-size: 4rem;
    background: #fff;
    width: max-content;
    height: max-content;
    padding: 2rem 1rem;
    margin-top: -10rem; }
    @media (max-width: 999px) {
      #home01 .ttl {
        font-size: 2rem;
        padding: 0.6rem 2rem;
        margin-top: -3.2rem;
        margin-bottom: 3rem; } }
  #home01 .txt {
    font-size: 2.4rem; }
    @media (max-width: 999px) {
      #home01 .txt {
        font-size: 1.6rem; } }
  #home01 .deco1 {
    position: absolute;
    top: -40rem;
    right: -20rem;
    z-index: 0;
    width: 130rem;
    height: auto; }
    @media (max-width: 999px) {
      #home01 .deco1 {
        z-index: 0;
        position: absolute;
        top: 8rem;
        right: -8rem;
        width: 130rem;
        height: auto;
        width: 26.3rem; } }
  #home01 .deco2 {
    position: absolute;
    bottom: 14rem;
    left: -10rem;
    z-index: 0;
    width: 60vw;
    max-width: 1057px;
    height: auto; }
    @media (max-width: 999px) {
      #home01 .deco2 {
        bottom: 30rem;
        left: 0rem;
        width: 21.2rem; } }
  #home01 .deco3 {
    position: absolute;
    bottom: 0;
    right: 10rem;
    z-index: 0;
    width: 45.2rem;
    height: auto; }
    @media (max-width: 999px) {
      #home01 .deco3 {
        bottom: 28rem;
        right: 0rem;
        width: 9.2rem; } }

.image-slider {
  width: 100vw;
  overflow: hidden;
  position: relative;
  z-index: 1; }

.image-track {
  display: flex;
  width: auto;
  animation: slide 40s linear infinite; }

.image-track img {
  width: 100vw;
  flex-shrink: 0;
  margin-right: 2rem; }

@keyframes slide {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(calc(-100vw - 2rem)); } }
/* スマホ（画面幅999px以下） */
@media (max-width: 999px) {
  .image-track img {
    width: 600vw;
    /* 画像を6倍に */ }

  .image-track {
    width: calc(600vw * 2 + 2rem);
    /* 画像2枚分の幅 + margin */
    animation: slide-mobile 60s linear infinite; }

  @keyframes slide-mobile {
    0% {
      transform: translateX(0); }
    100% {
      transform: translateX(calc(-600vw - 2rem)); } } }
/* 
---------------------------------------
home02
---------------------------------------
*/
@media (max-width: 999px) {
  #home02 {
    margin-bottom: 6rem; } }
#home02 .decoTxt {
  font-size: 1.4rem;
  color: #DE7C7C;
  margin-bottom: 3rem;
  line-height: 1; }
  @media (max-width: 999px) {
    #home02 .decoTxt {
      margin-bottom: 1rem; } }
#home02 .decoTxt::before {
  display: inline-block;
  content: '';
  width: 1rem;
  height: 1rem;
  background: #DE7C7C;
  margin-right: 2rem;
  border-radius: 999px; }
  @media (max-width: 999px) {
    #home02 .decoTxt::before {
      margin-right: 1rem; } }
#home02 .ttl {
  font-size: 4rem;
  margin-bottom: 6rem; }
  @media (max-width: 999px) {
    #home02 .ttl {
      font-size: 2.4rem;
      margin-bottom: 2rem; } }
#home02 .boxs {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
  position: relative; }
  @media (max-width: 999px) {
    #home02 .boxs {
      flex-direction: column; } }
#home02 .box {
  background: #fff;
  padding-bottom: 4rem;
  border-radius: 3rem;
  position: relative;
  z-index: 1;
  width: 32%; }
  @media (max-width: 999px) {
    #home02 .box {
      padding-bottom: 2rem;
      border-radius: 1.5rem;
      width: 100%; } }
#home02 .picBox {
  position: relative;
  padding-bottom: 2px; }
#home02 .pic {
  border-radius: 3rem 3rem 0 0; }
  @media (max-width: 999px) {
    #home02 .pic {
      border-radius: 1.5rem 1.5rem 0 0; } }
#home02 .txt {
  position: absolute;
  bottom: 0;
  z-index: 1; }
#home02 .sttl {
  font-size: 3.4rem;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem; }
  @media (max-width: 999px) {
    #home02 .sttl {
      font-size: 2.4rem;
      margin-bottom: 1rem; } }
#home02 .dot {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem; }
  @media (max-width: 999px) {
    #home02 .dot {
      gap: 1rem;
      margin-bottom: 1rem; } }
  #home02 .dot span {
    width: 1rem;
    height: 1rem;
    background-color: #d77474;
    border-radius: 50%;
    display: inline-block; }
    @media (max-width: 999px) {
      #home02 .dot span {
        width: 0.32rem;
        height: 0.32rem; } }
  #home02 .dot.green span {
    background: #6FA457; }
#home02 .adress {
  text-align: center;
  margin-bottom: 2rem; }
  @media (max-width: 999px) {
    #home02 .adress {
      margin-bottom: 1rem; } }
  #home02 .adress i {
    color: #B2B2B2;
    margin-right: 1rem; }
#home02 ul {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto 2.5rem; }
  @media (max-width: 999px) {
    #home02 ul {
      margin-bottom: 1.5rem; } }
  #home02 ul li {
    border: 1px solid #E2683A;
    border-radius: 999px;
    color: #E2683A;
    padding: 0 1rem;
    line-height: 1.5; }
#home02 .contactBox {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid #DE7C7C; }
#home02 .contactTtl {
  position: relative;
  color: #DE7C7C;
  font-weight: bold;
  line-height: 1.5; }
#home02 .contactTtl::before,
#home02 .contactTtl::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 32%;
  height: 1px;
  background-color: #DE7C7C; }
#home02 .contactTtl::before {
  left: 0;
  transform: translateY(-50%); }
#home02 .contactTtl::after {
  right: 0;
  transform: translateY(-50%); }
#home02 .telBox {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 0.8rem;
  line-height: 1;
  padding: 1rem 0 2rem; }
#home02 .telBox .en {
  font-size: 2rem;
  color: #dd8c8c;
  font-weight: bold;
  line-height: 1.5; }
  @media (max-width: 999px) {
    #home02 .telBox .en {
      font-size: 1.3rem; } }
#home02 .telBox a {
  font-size: 3.8rem;
  font-weight: bold;
  color: #282D27;
  text-decoration: none; }
  @media (max-width: 999px) {
    #home02 .telBox a {
      font-size: 2.8rem; } }
#home02 .contactBox.green {
  border-bottom: 1px solid #6FA457; }
  #home02 .contactBox.green .contactTtl {
    color: #6FA457; }
  #home02 .contactBox.green .contactTtl::before,
  #home02 .contactBox.green .contactTtl::after {
    content: "";
    background-color: #6FA457; }
  #home02 .contactBox.green .telBox .en {
    color: #6FA457; }
#home02 .akiBox {
  background-color: #f7f7f7;
  border-radius: 1rem;
  padding: 0 1rem 1rem;
  text-align: center;
  width: 80%;
  margin: 2rem auto; }
  @media (max-width: 999px) {
    #home02 .akiBox {
      margin: 1.5rem auto; } }
  #home02 .akiBox .month {
    display: inline-block;
    background-color: #fff;
    padding: 0.4rem 1.2rem;
    border-radius: 0 0 1rem 1rem;
    color: #333; }
  #home02 .akiBox .aki {
    font-size: 3rem; }
    @media (max-width: 999px) {
      #home02 .akiBox .aki {
        font-size: 2.2rem;
        line-height: 1;
        padding: 0.5rem 0; } }
#home02 .deco {
  position: absolute;
  right: -16rem;
  top: -31rem;
  width: 55.2rem;
  height: auto;
  z-index: 0; }
  @media (max-width: 999px) {
    #home02 .deco {
      top: -16rem;
      width: 18.7rem;
      height: auto;
      z-index: -1;
      right: 0; } }

/* 
---------------------------------------
home03
---------------------------------------
*/
@media (max-width: 999px) {
  #home03 {
    margin-bottom: 6rem; } }
#home03 .decoTxt {
  font-size: 1.4rem;
  color: #DE7C7C;
  margin-bottom: 1rem;
  line-height: 1; }
#home03 .decoTxt::before {
  display: inline-block;
  content: '';
  width: 1rem;
  height: 1rem;
  background: #DE7C7C;
  margin-right: 2rem;
  border-radius: 999px; }
  @media (max-width: 999px) {
    #home03 .decoTxt::before {
      margin-right: 1rem; } }
#home03 .ttl {
  font-size: 4rem;
  margin-bottom: 3rem; }
  @media (max-width: 999px) {
    #home03 .ttl {
      font-size: 2.4rem;
      margin-bottom: 0.6rem; } }
#home03 .boxs {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 999px) {
    #home03 .boxs {
      flex-direction: column; } }
#home03 .box {
  border: 1rem solid #fff;
  background: linear-gradient(45deg, #F7F7F7, #fff);
  width: calc(770 / 1600 * 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3rem;
  position: relative;
  height: max-content;
  opacity: 1; }
  @media (max-width: 999px) {
    #home03 .box {
      border: 0.5rem solid #fff;
      width: 100%;
      border-radius: 1.5rem; } }
@media (max-width: 999px) {
  #home03 .box:first-child {
    margin-bottom: 1rem; } }
@media (max-width: 999px) {
  #home03 .box:first-child .pic {
    width: 24.364rem; } }
#home03 .ttlBox {
  position: absolute;
  left: 0;
  z-index: 1;
  margin-left: 6rem; }
  @media (max-width: 999px) {
    #home03 .ttlBox {
      margin-left: 2.56rem; } }
#home03 .pic {
  position: relative;
  z-index: 0;
  border-radius: 0 3rem 3rem 0;
  right: 0;
  margin: 0 0 0 auto;
  width: auto;
  height: 32rem; }
  @media (max-width: 999px) {
    #home03 .pic {
      width: 20.652rem;
      height: auto;
      border-radius: 0 1.5rem 1.5rem 0; } }
#home03 .box:hover {
  transform: translateY(-5px); }
#home03 .box:hover .btn2 {
  color: #fff; }
#home03 .box:hover .btn2::after {
  opacity: 1; }

/* 
---------------------------------------
home04
---------------------------------------
*/
#home04 {
  position: relative;
  z-index: 0;
  margin-bottom: 32rem; }
  @media (max-width: 999px) {
    #home04 {
      margin-bottom: 6rem;
      padding-bottom: 6rem; } }
  #home04 .inner14 {
    position: relative;
    z-index: 1; }
    @media (max-width: 999px) {
      #home04 .inner14 {
        width: 100%; } }
  #home04 .bg {
    position: absolute;
    top: 43rem;
    background: #FAF3D3;
    height: 60vw;
    max-height: 98rem;
    width: 100%;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border-radius: 3rem; }
    @media (max-width: 999px) {
      #home04 .bg {
        top: 0;
        border-radius: 0;
        height: 100%; } }
  #home04 .picBox {
    position: relative;
    margin: 0 auto;
    border-radius: 3rem;
    padding-bottom: 1px; }
  #home04 .ttlBox {
    width: 35rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1; }
    @media (max-width: 999px) {
      #home04 .ttlBox {
        width: 22.908rem; } }
  #home04 .parts {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 35rem; }
    @media (max-width: 999px) {
      #home04 .parts {
        width: 22.908rem; } }
  #home04 .decoTxt {
    font-size: 1.4rem;
    color: #DE7C7C;
    margin-bottom: 3rem;
    line-height: 1; }
    @media (max-width: 999px) {
      #home04 .decoTxt {
        margin-left: 5%;
        margin-bottom: 1rem; } }
  #home04 .decoTxt::before {
    display: inline-block;
    content: '';
    width: 1rem;
    height: 1rem;
    background: #DE7C7C;
    margin-right: 2rem;
    border-radius: 999px; }
    @media (max-width: 999px) {
      #home04 .decoTxt::before {
        margin-right: 1rem; } }
  #home04 .ttl {
    font-size: 4rem; }
    @media (max-width: 999px) {
      #home04 .ttl {
        font-size: 2.6rem;
        margin-left: 5%; } }
  #home04 .box {
    display: flex;
    justify-content: space-between;
    margin-top: 5.2rem; }
    @media (max-width: 999px) {
      #home04 .box {
        flex-direction: column-reverse;
        margin-top: 0; } }
  #home04 .txtBox {
    width: calc( 640 /1400 *100%); }
    @media (max-width: 999px) {
      #home04 .txtBox {
        width: 90%;
        margin: 0 auto; } }
  #home04 .btn {
    width: 37.5rem;
    margin: 0; }
    @media (max-width: 999px) {
      #home04 .btn {
        width: 27.5rem;
        margin: 0 auto; } }
  #home04 .deco1 {
    z-index: 1;
    position: relative;
    width: 64.985rem; }
    @media (max-width: 999px) {
      #home04 .deco1 {
        width: 100%; } }
  #home04 .txt .pink {
    background: #FECBB3;
    border-radius: 4px;
    padding: 0 1rem; }
  #home04 .txt .green {
    background: #B8F3C6;
    border-radius: 4px;
    padding: 0 1rem;
    margin-left: 1rem; }
  #home04 .txt .yellow {
    background: #FECD7D;
    border-radius: 4px;
    padding: 0 1rem;
    margin-left: 1rem; }

/* 
---------------------------------------
home05
---------------------------------------
*/
@media (max-width: 999px) {
  #home05 {
    margin-bottom: 6rem; } }
#home05 .decoTxt {
  font-size: 1.4rem;
  color: #DE7C7C;
  margin-bottom: 3rem;
  line-height: 1; }
  @media (max-width: 999px) {
    #home05 .decoTxt {
      margin-bottom: 1rem; } }
#home05 .decoTxt::before {
  display: inline-block;
  content: '';
  width: 1rem;
  height: 1rem;
  background: #DE7C7C;
  margin-right: 2rem;
  border-radius: 999px; }
  @media (max-width: 999px) {
    #home05 .decoTxt::before {
      margin-right: 1rem; } }
#home05 .ttl {
  font-size: 4rem;
  margin-bottom: 6rem; }
  @media (max-width: 999px) {
    #home05 .ttl {
      font-size: 2.6rem;
      margin-bottom: 3rem; } }
#home05 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1; }
  @media (max-width: 999px) {
    #home05 .box {
      margin-bottom: 1rem; } }
#home05 .card02 .slide {
  background: #fff;
  padding: 6rem 3rem 3rem;
  border-radius: 3rem; }
#home05 time {
  font-size: 6rem;
  position: absolute;
  top: -3rem;
  right: 3rem;
  line-height: 1;
  color: #B2B2B2; }
  @media (max-width: 999px) {
    #home05 time {
      font-size: 3rem;
      top: -1.2rem;
      right: 1.5rem; } }
#home05 time span {
  font-size: 1.6rem; }
#home05 .card02 .slide-media {
  width: 39rem;
  height: 29.5rem;
  width: auto;
  height: auto;
  border-radius: 3rem;
  overflow: hidden; }
#home05 .category {
  border: 1px solid #6FA457;
  border-radius: 999px;
  color: #6FA457;
  padding: 0 1rem;
  line-height: 1.5;
  width: max-content;
  margin-bottom: 0.5rem; }
  @media (max-width: 999px) {
    #home05 .category {
      font-size: 1.2rem; } }
#home05 .category.ikoi {
  border: 1px solid #DE7C7C;
  color: #DE7C7C; }
@media (max-width: 999px) {
  #home05 .btn2 {
    width: 18rem;
    font-weight: bold;
    padding: 0 0 0 2rem;
    height: 4rem; }
    #home05 .btn2 .fa-solid {
      margin-left: 1rem;
      font-size: 2rem; } }
#home05 .card02 {
  position: relative; }
#home05 .deco1 {
  position: absolute;
  top: -30rem;
  left: -25rem;
  z-index: 0;
  width: 55.3rem;
  height: auto;
  z-index: -1; }
  @media (max-width: 999px) {
    #home05 .deco1 {
      top: -16rem;
      left: -8rem;
      width: 19.3rem;
      height: auto;
      z-index: -1; } }
#home05 .deco2 {
  position: absolute;
  bottom: -5rem;
  right: -5rem;
  z-index: 0;
  width: 42rem;
  height: auto; }
  @media (max-width: 999px) {
    #home05 .deco2 {
      right: -5rem;
      z-index: -1;
      width: 12rem; } }

@media (max-width: 999px) {
  #body #home05 .card02 .slide {
    background: #fff;
    padding: 3rem 1.5rem 0rem;
    border-radius: 1.5rem;
    width: 20rem;
    margin-bottom: 0; }
  #body #home05 .card02 .slide-media {
    width: 20.3rem;
    height: 15.4rem;
    border-radius: 1.5rem; }
  #body .card02 .slide-content {
    padding: 10px 0 20px; }
  #body .card02 .swiper-button-prev, #body .card02 .swiper-button-next {
    width: 6rem;
    height: 6rem;
    font-size: 2rem; }
  #body .card02 .swiper-controller {
    gap: 3rem;
    margin-top: 2rem; } }
/* 
---------------------------------------
home06
---------------------------------------
*/
#home06 {
  position: relative;
  z-index: 0; }
  @media (max-width: 999px) {
    #home06 {
      margin-bottom: 6rem; } }
  #home06 .boxs {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 0 8rem;
    border-radius: 0 3rem 3rem 0; }
    @media (max-width: 999px) {
      #home06 .boxs {
        flex-direction: column;
        width: 100%;
        padding: 6rem 0% 0;
        border-radius: 0; } }
  #home06 .boxs::before {
    content: '';
    width: 50%;
    height: 100%;
    margin-left: -50%;
    background: #fff;
    z-index: -1;
    position: absolute; }
    @media (max-width: 999px) {
      #home06 .boxs::before {
        display: none; } }
  @media (max-width: 999px) {
    #home06 .box {
      width: 90%;
      margin: 0 auto; } }
  #home06 .decoTxt {
    font-size: 11.3rem;
    line-height: 1;
    color: #DE7C7C; }
    @media (min-width: 1000px) {
      #home06 .decoTxt {
        position: absolute;
        top: -6rem; } }
    @media (max-width: 999px) {
      #home06 .decoTxt {
        font-size: 6rem;
        padding-left: 5%; } }
  #home06 .ttl {
    font-size: 3.4rem;
    margin-top: 8rem;
    margin-bottom: 8rem; }
    @media (max-width: 999px) {
      #home06 .ttl {
        font-size: 2.4rem;
        margin-top: 0;
        margin-bottom: 3rem; } }
  #home06 .sttl {
    font-size: 4rem;
    color: #DE7C7C;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 6rem; }
    @media (max-width: 999px) {
      #home06 .sttl {
        margin-bottom: 3rem;
        font-size: 2.4rem; } }
  #home06 .txt {
    margin-bottom: 4rem;
    width: 60rem; }
    @media (max-width: 999px) {
      #home06 .txt {
        width: 100%;
        margin-bottom: 2rem; } }
  #home06 .pics {
    position: relative; }
  #home06 .deco1 {
    position: absolute;
    right: -35rem;
    top: 10rem;
    z-index: -1;
    width: 55.3rem;
    height: auto; }
    @media (max-width: 999px) {
      #home06 .deco1 {
        right: -4rem;
        top: 6rem;
        width: 26.682rem; } }
  #home06 .deco2 {
    position: absolute;
    bottom: 10rem;
    right: 45rem;
    z-index: -1;
    width: 40rem;
    height: auto; }
    @media (max-width: 999px) {
      #home06 .deco2 {
        width: 19.782rem;
        bottom: 7rem;
        left: -8rem; } }
  @media (max-width: 999px) {
    #home06 .btns {
      margin-bottom: 4rem; } }
  #home06 .picsMask {
    position: relative;
    height: 96rem;
    overflow: hidden; }
    @media (max-width: 999px) {
      #home06 .picsMask {
        height: 55rem; } }
  #home06 .pics {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    will-change: transform;
    animation: scrollVertical 30s linear infinite; }
  #home06 .pic {
    width: 100%;
    height: auto;
    max-height: 150rem;
    object-fit: cover;
    display: block;
    border-radius: 2rem; }
    @media (max-width: 999px) {
      #home06 .pic {
        height: 90rem;
        max-width: 33.5rem;
        margin: 0 auto; } }
@keyframes scrollVertical {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-50%); } }
