@charset "UTF-8";
@import url("grid.css");

:root { /* 色変更される場合は、#以降のカラーコードを変更してください IE非対応 */
    --base-color: #333;
    --link-color: #7966ad;
    --linkhover-color: #999;
    --back-color: #f7f7f7;
    --border-color: #ccc;
    --white-color: #fff;
}

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: var(--link-color);
    text-decoration-line: none;
}
a:hover { 
    color: var(--linkhover-color);
}
video {
  width: 100%; /* 動画をレスポンシブ化 */
}

/*ヘッダー
-------------------------------------*/
.header {
	display: flex;
    flex-direction: row;
    padding: 6rem 0 0 0;

}
.header-box {
	margin-left: auto;
	margin-top: 0px;
}
.contact-button {
	padding: 1rem;
	border: 2px solid var(--base-color);
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin: 1rem 0 0 0;
}
nav li {
	flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}
nav a:hover {
    background-color:#664492;
}
nav a {
    padding: 0.5rem;
}

.header {
	flex-direction: column;
    margin-bottom: 0;
}
.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
}
nav ul {
    margin:-10px;
    padding:20px 0;
	flex-direction: column;
    background-color:#664492;
    color:#fff;
}
nav ul a{
    color:#fff;
    background-color:#664492;
}
.header li {
	padding-top: 0;
}

#open {
    display: block;
    background: url(../../assets/img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
}
#close  {
    display: block;
    background: url(../../assets/img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
}

#navi {
    display: none;
}

    
/*メイン画像
-------------------------------------*/
.mainimg {
    padding:100px 0;
    background-color:#e1daea;
    text-align:center;
}
.mainimg img {
    text-align:center;
}
.confetti {
    text-align:left;
}

/*メインコンテンツ(PC)
-------------------------------------*/
main {
  margin: 0;
  text-align:center;
}
section {
	margin: 0;
	padding: 5rem 0 0 0;
}
.text_right{
  width:800px;
  margin:0 auto 10px auto;
  text-align: right;
}
.pt10{
	padding: 10rem 0 0 0;
}
.pt20{
	padding: 20rem 0 0 0;
}
@media screen and (max-width: 768px){
.text_right{
  width:90%;
  margin:0 auto 10px auto;
  text-align: right;
}

.pt20{
	padding: 5rem 0 0 0;
}
}
.gray-back {
	background-color: var(--back-color);
}
.white-back {
	background-color: #fff;
}
.gradation-back {
	background: linear-gradient(180deg, #dedce8, #d0e7db, #fae7e8);
}
.confetti canvas {
  height: auto;
  width: 100%;
  position: absolute;
  text-align:center;
  margin:0 0 0 0;
  padding:0;
}

.under {
    padding:0 1rem 2rem 1rem;
    font-size:14px;
    font-weight:normal;
    color:#664492;
}
.center {
	text-align: center;
	margin-top: 3rem;
}

/*メインコンテンツ(SP)
/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
.confetti canvas {
  height: 630px;
  width: 100%;
  position: absolute;
  text-align:center;
}
}

/*コンテンツ切り替え波
-------------------------------------*/
      #sen {
        fill: #fff;
        stroke: #000;
        stroke-width: 1;
        stroke-linecap: round;
      }

      .sen-animated {
        stroke-dasharray: 1500;
        stroke-dashoffset: 1500;
        animation: line-animation 10s linear infinite;
      }

      @keyframes line-animation {
        0%   { stroke-dashoffset: 1500; }
        25%  { stroke-dashoffset: 1500; }
        50%  { stroke-dashoffset: 0; }
        75%  { stroke-dashoffset: 0; }
        100% { stroke-dashoffset: 1500; }
      }

.wave00{
  margin:0;
  width: 100%;
  position: absolute;
  left: 0;

}
.parallax00 > use {
    animation: move-forever 10s linear infinite;
}
.parallax00 > use:nth-child(1) {
    animation-delay: -10s;
}
.parallax00 > use:nth-child(2) {
    animation-delay: -2s;
    animation-duration: 5s;
}
.parallax00 > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 3s;
}
.parallax00 > use:nth-child(4) {
    animation-delay: -2s;
    animation-duration: 5s;
}

.wave01{
  margin:0;
  width: 100%;
  background-color:#fff;
  position: absolute;
  left: 0;
}
.parallax > use {
    animation: move-forever 20s linear infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -20s;
}
.parallax > use:nth-child(2) {
    animation-delay: -4s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -8s;
    animation-duration: 6s;
}
@keyframes move-forever {
    0% {
        transform: translate(-90px, 0%);
    }
    100% {
        transform: translate(85px, 0%);
    }
}
.editorial {
    display: block;
    width: 100%;
    height: 10em;
    max-height: 100vh;
    margin: 0;
  bottom: 0px;
  /*opacity:0.7;*/
}

@media (max-width: 50em) {
    .editorial {
        height: 10vw;
    }
}

.wave-svg-inline{
    width: 100%;
    height: 100px;
    position: relative;
}
.wave-svg-inline svg{
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    bottom: 0;
    fill: #fff; /* 色を変更 */
}

/*メッセージ(PC)
-------------------------------------*/
.message_area h3{
    text-align: center;
    font-weight:bold;
    margin-bottom:40px;
}
.message_area{
    width:800px;
   margin:40px auto 2rem auto;
    text-align: left;
}
.message_area p{
    margin-bottom:25px;
}
.ceoimg{
    width:100%;
    padding:0 40px 0 0 ;
}
.ceo_r{
    padding-top:20px;
    text-align: right;
}
.ceo_r img{
    width:150px;
}
.comment {
    margin-top:40px;
    display: flex;
}

/*メッセージ(SP)
/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
  .message_area{
    width:85%;
    margin:0 auto;
    text-align: left;
  }
  .message_area h3{
    font-size:120%;
    margin-bottom:20px;
  }
  .message_area p{
    font-size:80%;
    margin-bottom:10px;
  }
  .comment {
    margin:30px 0 ;
    display: flex;
    flex-direction: column-reverse; /* 縦並びで逆にする */
  }
  .comment img{
    text-align: center;
  }
  
  .ceoimg{
    width:50%;
    margin-top:-160px;
    padding:0;
    text-align: center;
 }
}

/*ロゴに込めた想い(PC)
-------------------------------------*/
.logo_area{
    width:800px;
   margin:40px auto 10rem auto;
    text-align: left;
}
.logo_area h3{
    text-align: left;
    font-weight:bold;
    margin-top:30px;
    margin-bottom:40px;
}
.logo_area p{
    margin-bottom:25px;
}
.logo_img{
    padding:0 50px 20px 20px ;
}
.logo_img img{
    width:800px;
}
.logo_comment {
    margin-top:40px;
    display: flex;
}
.50th_comment{
    width:300px;
}

.kashiwaimg{
    padding:20px 40px 20px 0;
}
.kashiwaimg img{
    width:1800px;
}

.kashiwa_profile{
    padding:20px 40px 20px 0;
}
.name{
  font-size:130%;
  margin-top:10px;
  margin-bottom:10px;
}
.name span{
  font-size:70%;
}
.title{
  font-size:90%;
  margin-bottom:10px;
}
.detail{
  font-size:70%;
  margin-bottom:10px;
}

.detail span {
   background-image: url("../../assets/img/ico_link.png");
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 12px;
}


/*ロゴに込めた想い(SP)
/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
.logo_area{
    width:85%;
    margin:0 auto;
    text-align: left;
}
.logo_area p{
    font-size:80%;
    margin-bottom:10px;
}
.logo_area h3{
    font-size:120%;
    text-align:center;
    margin-top:0;
    margin-bottom:20px;
  }
.logo_comment {
    margin-top:0;
    display: flex;
    flex-direction: column-reverse; /* 縦並びで逆にする */
}
.logo_img{
    padding:10px;
    text-align:center;
}
.logo_img img{
    width:50%;
    padding:20px 0;
}
.kashiwa_profile{
    padding:20px 0 0 0;
}
.kashiwaimg{
    padding:20px 0;
}
.kashiwaimg img{
    width:100%;
}

}

/*美の体験を生み出すｂ-exの歩み(PC)
-------------------------------------*/
.history_movie{
   width:800px;
   margin:40px auto;
   text-align:center;
}

.history_area{
   width:800px;
   margin:40px auto 10rem auto;
   padding:20px 0;
   text-align:left;
}
.history_area h3{
   padding-bottom:20px;
   font-size:150%;
   font-weight:bold;
   color:#664492;
}
.history_area h4{
   font-size:130%;
   font-weight:bold;
   color:#664492;
   margin-left:100px;
   margin-bottom:20px;
}

.tab-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    max-width: 800px;
}
.tab-2 span{
    font-weight:normal;
    font-size:70%;
    padding:0 10px 0 0;
}

.tab-2 > label {
    flex: 1 1;
    order: -1;
    opacity: .5;
    min-width: 70px;
    padding: .6em 1em;
    background-color: #664492;
    color: #fff;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.tab-2 label{
    margin-bottom:0;
}

.tab-2 > label:hover {
    opacity: .8;
}

.tab-2 input {
    display: none;
}

.tab-2 > div {
    display: none;
    width: 100%;
    padding: 2em 3em;
    border: 2px solid #664492;
    background-color: #fff;
}

.tab-2 label:has(:checked) {
    opacity: 1;
}

.tab-2 label:has(:checked) + div {
    display: block;
}

.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}

/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    margin:-5px 0 10px 0;
    width: 110px;
    float: left;
    font-size:150%;
    font-weight:bold;
    color:#664492;
    font-family: "Bahnschrift";
    
  }
  .timeline-content {
    width: 100%;
    float: left;
    margin-left:5px;
    border-left: 3px #e5e5d1 solid;
    padding-left: 40px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #664492;
    position: absolute;
    left: 1px;
    top: 10px;
    border-radius: 100%;
  }
  .timeline-content p{
  overflow:hidden;
    margin:-2px 0 13px 0;
    
  }
  .timeline-txt{
    font-size:80%;
    font-weight:normal;
    padding-bottom:20px;
  }
  .timeline-txt img{
    padding:10px;
    width:300px;
  }
}

/*美の体験を生み出すｂ-exの歩み(SP)
/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
.history_movie{
   width:350px;
   margin:40px auto;
   text-align:center;
}

.history_area{
   width:90%;
   margin:40px auto;
   padding:20px 40p;
   text-align:left;
}
.history_area h3{
   padding-bottom:20px;
   font-size:150%;
   font-weight:bold;
   color:#664492;
}
.history_area h4{
   font-size:130%;
   font-weight:bold;
   color:#664492;
   margin-left:0;
   margin-bottom:20px;
}

.tab-2 > div {
    display: none;
    width: 100%;
    padding: 2em;
    border: 2px solid #664492;
    background-color: #fff;
}

  .timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
  }
  .timeline-date {
    margin:-5px 0 10px 0;
    width: 70px;
    float: left;
    font-size:140%;
    font-weight:bold;
    color:#664492;
    font-family: "Bahnschrift";
    
  }
  .timeline-content {
    width: 100%;
    float: left;
    margin-left:5px;
    border-left: 3px #e5e5d1 solid;
    padding-left: 25px;
  }
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #664492;
    position: absolute;
    left: 1px;
    top: 10px;
    border-radius: 100%;
  }
  .timeline-content p{
    overflow:hidden;
    margin:-2px 0 13px 0;   
  }
  .timeline-txt{
   font-size:80%;
    font-weight:normal;
    padding-bottom:20px;
  }
  .timeline-txt img{
    padding:10px;
    width:300px;
  }

}

/*イベント情報(PC)
-------------------------------------*/
.event_area{
   width:800px;
   margin:40px auto 5rem auto;
   text-align:center;
}

.event_area2{
   width:800px;
   margin:20px auto;
   text-align:center;
}

.event_area3{
   width:800px;
   margin:20px auto;
   text-align:center;
}

.event_area4{
   width:800px;
   margin:20px auto 5rem auto;
   text-align:center;
}

.event_area_img img{
   width:800px;
   margin:20px auto;
   text-align:center;
}

.event_area_img p{
   padding:40px 0 80px 0;
}

.event_area h4{
   font-size:110%;
   text-align:center;
   font-weight:bold;
   margin:10px;
   padding:10px;
   background-color:#61428c;
   color:#fff;
}


.youtube_area{
   width:500px;
   margin:40px auto 10rem auto;
   text-align:center;
}

*, *:before, *:after {
    box-sizing: border-box;
}
.salonlist{
    width: 800px;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
}
.salonlist > *{
    width: calc( 20% - 20px );
    margin-right: 25px;
    margin-bottom: 20px;
}
.salonlist > *:nth-child(5n){
    margin-right: auto;
}
@media screen and (max-width: 960px) {
.salonlist{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
}
.salonlist > *{
    width: calc( 50% - 6px ) ;
    margin-right: 6px;
    margin-bottom: 0;
}
.salonlist > *:nth-child(2n){
    margin-right: auto;
}
.salonlist > * > *{
    background: #363636;
    height: 300px;
    position: relative;
    overflow: hidden
}
}


/*イベント情報(SP)
/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
.event_area{
   width:100%;
   margin:40px auto 20px auto;
   text-align:center;
}
.event_area2{
   width:100%;
   margin:10px auto 0 auto;
   text-align:center;
}
.event_area3{
   width:100%;
   margin:0 auto;
   text-align:center;
}

.event_area4{
   width:100%;
   margin:10px auto 20px auto;
   text-align:center;
}
.youtube_area{
   width:90%;
   margin:40px auto;
   text-align:center;
}
.event_area_img img{
   width:90%;
   margin:5px auto;
   text-align:center;
}

.event_area_img p{
   padding:10px 0 50px 0;
}

.salonlist{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
}
.salonlist > *{
    width: calc( 50% - 6px ) ;
    margin-left: 0;
    margin-bottom: 6px;
}
.salonlist > *:nth-child(2n){
    margin-right: auto;
}
.salonlist > * > *{
    background: #363636;
    height: 250px;
    position: relative;
    overflow: hidden
}
}

      /*美容師さん画像*/
      .four-two figure {max-width: 800px;}
      
      div.four-two {
      display: flex; 
      flex-wrap: wrap; 
      justify-content: space-evenly; 
      align-items: center;
      font-size:80%;
      }
      
      .four-two > figure {margin: 10px auto; width: 23%; padding: 0; text-align: center; background-color: #eee;}
      .four-two > figure > img {aspect-ratio: 3 / 4.2; width: 100%; vertical-align: middle; }

      @media screen and (max-width: 520px) {
      .four-two figure {width: 46%;}
      }


/*interview(PC)
-------------------------------------*/
.interview_area{
   width:800px;
   margin:40px auto 10rem auto;
   text-align:center;
}


/*interview(SP)
/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
.interview_area{
   width:90%;
   margin:40px auto;
   text-align:center;
}
}

/*50周年の感謝を込めて(PC)
-------------------------------------*/
.campaign_area{
   width:650px;
   margin:40px auto 10rem auto;
   text-align:center;
}


/*50周年の感謝を込めて(SP)
/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
.campaign_area{
   width:90%;
   margin:40px auto;
   text-align:center;
}
}



/*申し込みの流れ
-------------------------------------*/
.flow.row {
	margin-bottom: 3rem;
}

.flow ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

/*フッター バナー
-------------------------------------*/
.bnr_area {
   margin:0 auto;
   width: 900px;
   display: flex;
   flex-wrap: wrap;
}
.bnr_item {
   width: 450px;
    margin:0;
    padding:0;
    display: inline-block;
}

.bnr_item h4{
    margin:0;
    padding:0;
   width: 100%;
   text-align: center;
   font-size:16px;
}

.bnr_list li{
   width: 200px;
    display: inline-block;
}

.bnr_item img{
   width: 200px;
   margin:0 auto; 
   padding: 0;
   text-align: center;
}

.bnr_item div{
   font-size:12px;
    line-height: 95%;
    color:#674595;
}


@media screen and (max-width: 768px){
.bnr_area {
   margin:0 auto;
   width: 100%;
   display: flex;
   flex-wrap: wrap;
}

.bnr_list li{
   width: 160px;
   margin:0 5px 0 5px ;
   display: inline-block;
}

.bnr_item div{
   font-size:11px;
    line-height: 90%;
    color:#674595;
}
}


/*フッター follow us
-------------------------------------*/
.followus {
    font-size:80%;
    text-align: center;
    padding: 3rem 0;
    background-color: #fff;
}

  .followus .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
  }
  .followus .nav a:hover {
    color: #cccccc;
  }
  
.followus .follow_menu {
 margin: 0;
 padding: 0;
 list-style: none;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
.followus .follow_menu li {
 margin: 0;
 padding: 0 20px;
 border-right: 0px #808080 solid;
}
.followus .follow_menu li:last-child {
 border: none;
}
.followus img{
   width:40px;
}
.followus li{
   width:150px;
}

@media(max-width:800px){
    .followus{
        flex-wrap: wrap;
    }
    .followus li{
        width: 30%;
        font-size:11px;
        line-height:100%;
    }
    
    .followus li img{
        padding:5px 0;
    }
    
    .followus .follow_menu li{
        padding:0 10px;
    }
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}


/*キャンペーン
-------------------------------------*/
.campaign_btn {
     width: 100%;
     max-width: 1200px;
     margin: auto;
 }
 .campaign_btn img {
     width: 255px;
 }
 .text-center {
     text-align: center;
 }
 .campaign_flexbox {
     display: flex;
 }
 .box1 {
     width: 50%;
     margin: auto;
 }
 .box2 {
     width: 50%;
     margin: auto;
 }
 @media screen and (max-width: 767px) {
     .campaign_flexbox {
         display: block;
     }
     .campaign_flexbox .box1 {
         width: 100%;
         margin: 5px auto;
         padding:10px 0;
     }
     .campaign_flexbox .box2 {
         width: 100%;
         margin: 5px auto;
         padding:10px 0;
     }
 }
 
/*本イベントについて
-------------------------------------*/

.about_event{
  text-align:left;
  background-color:#ededed;
  display: flex;
}

.event_info{
  padding:20px;
  background-color:#ededed;
}

.event_info p{
  font-size:16px;
}

.event_info h3{
  font-weight:bold;
  font-size:16px;
}

.event_info ul{
 padding:10px 40px;
 list-style-type: disc;
 list-style-position: outside;
 font-size:12px;
}

.event_info p{
  font-size:14px;
}

.event_kokugikan{
  width:50%;
  padding:20px;
  text-align:left;
  background-color:#333333;
  color:#ffffff;
}


.event_kokugikan h3 {
    padding:0 5px;  /*内側の余白*/
}

.event_kokugikan h3:before {
    content: url("/50th/assets/img/ico_kokugikan.png?250822-3");  /*画像のURL*/
    margin-right:10px;  /*画像右の余白*/
    position:relative;
    top:5px;      /*上からの位置*/
    left:0;       /*左からの位置*/
}

.event_kokugikan p{
  color:#ffffff;
}

 @media screen and (max-width: 767px) {
.event_kokugikan h3 {
    text-align:center;
}

.event_kokugikan{
  text-align:center;
  width:100%;
  padding:10px;
  align-items: center;
  justify-content: center;
}
 
.about_event{
  display:block;
}
}

/*規約
-------------------------------------*/
.box_info{
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  width: 450px; 
  margin:0 auto;
  padding:10px 0;
  text-align:left;
  font-size:90%;
}
.box_kiyaku {
  padding:20px;
  width: 650px;                /* 横幅を200pxに指定 */
  height: 200px;               /* 横幅を200pxに指定 */
  border: 1px solid #000;      /* わかりやすくボーダーを引く */
  overflow-y: scroll;          /* 縦方向にスクロール可能にする */
  background-color:#fff;
}

.box_kiyaku p{
  text-align:left;
  font-weight:normal;
  font-size:90%;
}

@media screen and (max-width: 768px){
.box_info{
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  width:350px;
  margin:0 auto;
  padding:10px 0;
  text-align:left;
  font-size:80%;"
}
.box_kiyaku {
  margin:0 auto;
  padding:20px;
  width: 350px;                /* 横幅を200pxに指定 */
  height: 200px;               /* 横幅を200pxに指定 */
  border: 1px solid #000;      /* わかりやすくボーダーを引く */
  overflow-y: scroll;          /* 縦方向にスクロール可能にする */
  background-color:#fff;
}

.box_kiyaku p{
  text-align:left;
  font-weight:normal;
  font-size:90%;
}

}

/*クラッカー
-------------------------------------*/
.cracker_left{
    margin:0 auto;
    width:900px;
    text-align:left;
    position: absolute;
    top: 30px;
    left: 70px;
}

.cracker_left img{
    width:150px;
}

.cracker_right{
    margin:0 auto;
    width:900px;
    text-align:right;
    position: absolute;
    top: 40px;
    right: 70px;
}


.cracker_right img{
    width:150px;
}

.fluffy {
  animation: girl-animation 1.8s ease-in-out infinite alternate-reverse;
}
/* animationプロパティの用意 */
.girl-animation {
  animation: girl-animation 1.8s ease-in-out infinite alternate-reverse;
}

/* @keyframesの用意 */
@keyframes girl-animation {
  0% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(12px);
  }
}

@media screen and (max-width: 768px){
.cracker_left{
    margin:0 auto;
    width:350px;
    text-align:left;
    position: absolute;
    top: -10px;
    left: 10px;
}

.cracker_left img{
    width:100px;
}

.cracker_right{
    margin:0 auto;
    width:350px;
    text-align:right;
    position: absolute;
    top: -10px;
    right: 10px;
}
.cracker_right img{
    width:100px;
}
}


/*フッター
-------------------------------------*/
footer {
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    padding: 6rem 0 0 0 ;
}
footer h4 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight:bold;
    text-alicn:center;
}

#footer01 ul {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

#footer01 {
  position: relative;
  background: #fff;
}

#footer01 .logo {
  text-align: center;
  padding: 35px 0;
  background-color:#ebe6f6; 
}

#footer01 .logo a {
  display: inline-block;
}

#footer01 .logo img {
  width: 200px;
}

#footer01 .nav a {
  display: block;
  padding: 0 20px;
  color: #333333;
  font-weight:normal;
  font-size:90%;
}

  #footer01 .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
  }
  #footer01 .nav a:hover {
    color: #cccccc;
  }

.footer {
 color: #333;
 text-align: center;

}
.footer a {
 color: #333;
 text-decoration: none;
 margin:5px 0;
}
.footer a:hover {
 text-decoration: underline;
}
.footer .menu {
 margin: 0;
 padding: 0;
 list-style: none;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
.footer .menu li {
 margin: 0;
 padding: 0 20px;
 border-right: 1px #808080 solid;
}
.footer .menu li:last-child {
 border: none;
}


@media only screen and (max-width: 599px) {
.footer .menu {
display:block;
 justify-content: center;
}
.footer .menu li {
 width: 100%;
 padding:5px 0;
 box-sizing: border-box;
 border: none;
 border-bottom: 1px #808080 solid;
}
.footer .menu li:nth-child(odd) {
 border-bottom: 1px #808080 solid;
}
}

.footer-2 {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 25px 10px 10px;
    background-color: #ffffff;
}

.footer-2__logo {
    width: 130px;
    height: 30px;
}

.footer-2__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 1.5em;
    list-style-type: none;
    margin: 0 0 .5em;
    padding: .5em;
}

.footer-2__sns-icon {
    width: 21px;
    height: 21px;
}

.footer-2__copyright {
    margin: 0;
    color: #ffffffb3;
    font-weight: 200;
    font-size: .8em;
}

/*お問い合わせ
-------------------------------------*/
.contact-box {
	border: 1px solid var(--border-color);
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 4rem 0;
}
.table th {
	width: 250px;
}

/*コピーライト
-------------------------------------*/
.copyright {
    font-size:80%;
    text-align: center;
    padding: 1rem 0;
    background-color: #fff;
}
.copyright a {
    color: var(--white-color);
    text-decoration: none;
	display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background-color: #7966ad;
    color: var(--white-color);
    width: 50px;
    margin:0;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background-color: var(--link-color);
}

/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
	
/*ヘッダー
-------------------------------------*/
.header-box {
	display: none;
}	
/*お問い合わせ
-------------------------------------*/
.table th {
	width: 100%;
	display: block;
}	
.table td {
	display: block;
}
}


/*PC/SP 分岐
-------------------------------------*/
.sp {
    display: none;
}

@media screen and (max-width:560px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

