@charset "UTF-8";

/* html {width:100%; height:100%; max-width: 1920px;} */

/* body,body-class {font-family:Arial,Helvetica,sans-serif;}
@media only screen and (max-width: 600px) {
  div {
    width:100% !important;
    min-width:100% !important;
  }
  .responsive-div {
    width:100% !important;
    display:block !important;
    box-sizing: border-box !important
  }
  .responsive-img {
    width:100% !important;
    height:auto !important;
  }
} */
@font-face {
  font-family: 'TsunagiGothic';
  src: url("../assets/TsunagiGothic.ttf") format("truetype")
}

body{
  text-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  height: 100%;
  /* max-width: 1920px; */
  background-color: #F6F1EE;
}

.kaigyo{
  display: block;
}

/* 全体設定 */

.wrapper {
  width: 100%;
  height: auto;
  font-family: sans-serif;
  font-size: 1em;
  text-align: center;
  background-image: url("../images/contents-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position:top;
}


.stitle {
  position: relative;
}

.stitle .sp_img {
  display: none;
}

.sp_nenga {
  display: none;
}


#sp_canvas {
  height: 103%;
}

.scroll img {
  position: absolute;
  top: 88%;
  left: 48%;
  width: 4%;
  z-index: 200;
}

#image {
  opacity: 0;
  transition: 2s;
}

.div-background-image{
  background-image: url('../images/greeting_back2025-2.png');
  background-color: #fff;
  border-spacing: 0px;
  position: relative;
  z-index: 100;
}

.red_heading {
  position: relative;
  text-align: center;
  margin: 0;
  margin-top: 5%;
}

.red_heading .one {
  padding-top: 0.7%;
}
.red_heading .two {
  padding-top: 1.2%
}
.red_heading .three {
  padding-top: 1.2%;
  margin-top: 10%;
}
.red_heading .four {
  padding-top: 1.2%
}

.red_heading .string {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 2.3vw;
  margin: 0 auto;
  font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: thick;
}
.topics {
  width: 90%;
  height: 3%;
  margin: 0 auto;
  background-color:rgb(253, 250, 250, 0.8);
  padding-bottom: 10%;
  margin-bottom: 20%;
}

.topics span {
  color: #D42020;
}

.quiz {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.quiz .external {
  display: none;
}

.quiz .explanation {
  margin-left: 2%;
  padding-right: 3.5%;
}
.topics p {
  width: 100%;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: left;
}

.goods p {
  width: 80%;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: left;
  margin-bottom: 10%;
}

.goods .explanation .hover_string {
  padding-right: 35%;
}

.quiz_button {
  color: #fff;
  background-color: #FA7315;
  width: 215px;
  height: 33px;
  border-radius: 10px;
  font-size: 19px;
  padding-top: 15px;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 3px 3px gray;
  text-decoration: none;
  display: block;
}

.quiz_button a {
  color: #fff;
  text-decoration: none;
}

.quiz_button:hover {
  opacity: 0.8;
  text-decoration: none;
}

.btn_url:hover {
  text-decoration: none;
}

.goods {
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  margin-left: 3%;
}
.goods p {
  width: 100%;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: left;
}

.goods .explanation .external {
  text-align: center;
}

.goods_button {
  color: #fff;
  background-color: #161616;
  width: 265px;
  height: 30px;
  border-radius: 10px;
  font-size: 19px;
  padding-top: 15px;
  cursor: pointer;
  font-weight: bold;
  box-shadow: 3px 3px gray;
  margin: 0 auto;
  text-decoration: none;
  display: block;
}

.goods_button a {
  color: #fff;
  text-decoration: none;
}

.suzuri_btn {
  margin-top: 5%;
}

.goods_button:hover {
  background-color: #6F6F6F;
  opacity: 0.8;
  text-decoration: none;
}

.explanation img {
  display: block;
}

.explanation {
  font-size: 1.2vw;
  width: 43%;
}
.quiz .explanation {
  width: 46%;
}
.quiz .quiz_title {
  display: none;
}

.quiz .explanation span {
  font-weight: bold;
  color: #D42020;
  font-size: 20px;
}

.goods .explanation span{
  font-weight: bold;
  color: #D42020;
  font-size: 20px;
}

.lead {
  margin: 0 auto;
}

.topics .lead {
  padding-top: 3%;
  text-align: center;
}

.goods2_title {
  font-weight: bold;
  color: #D42020;
  font-size: 20px;
}

.quiz_button {
  margin: 0 auto;
}

.quiz p {
  margin: 0 auto;
  padding-bottom: 10%;
  width: 100%;
}

.quiz .hover_string {
  width: 30%;
  font-size: 90%;
}

.screen_img img {
    width: 86%;
    height: 94%;
}

.goods_img img {
  width: 86%;
  height: 94%;
}

.hover_image {
  font-weight: bold;
  position: relative;
  align-items: center;
}

.hover_image img {
  margin: 0 auto;
  margin-top: 30px;
  display: inline-block;
}

.hover_image p {
  width: 70px;
  margin-right: 0;
}

.hover_string {
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
}

.hover_image .hover_string {
  padding-top: 8%;
  text-align: right;
  display: inline-block;
  width: 15%;
}

.goods2 {
  display: none;
}


.external {
  font-size: 65%;
}

.icon1_sp, .icon2_sp {
  display: none;
}

.aisatsu2 .aisatsu_string {
  display: none;

}

.container .text {
  color: black;
}
.container .name {
  color: black;
}

.aisatsu h1 {
  margin-top: 15%;
}

.ftdeco_sp {
  display: none;
  color: none;
}

.leadbr {
  display: none;
}

#image {
  /* アニメーション名 アニメーションにかかる時間 アニメーションの繰り返し回数 */
  /* scroll_sp 3秒 無限ループ */
  animation: scroll 3s infinite;
  z-index: 300;
}

.quipon_text a {
  text-decoration:underline solid rgb(30, 126, 158);;
  line-height: 5px;
  color: rgb(30, 126, 158);
  }

  .quipon_text .arrow {
    color: #FA7315;
  }

  .quipon_text a:hover {
    opacity: 0.7;
  }

  /* .quipon_text .arrow:hover {
    opacity: 0.7;
  } */

@keyframes scroll {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}


@media screen and (max-width: 1200px) { 
  .topics {
    width: 100%;
  }
  .explanation p {
    width: 100%;
  }
}

@media screen and (min-width:320px) { 
  /* スマホサイズ */

  .container{
    text-align: center;
  }

  h1{
    font-size: 2em;
    font-family: serif;
    line-height: 1.5em;
    padding: 20px 0;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  
  h2{
    font-size: 2em;
    margin-top: 30px;
    color: #DE1700;
    letter-spacing: 2.5px;
    line-height: 1.3em;
    font-family: 'TsunagiGothic';
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  h3{
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
    color: #2E873C;
    padding: 20px 10px 0 10px;
    line-height: 2em;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .timeline h3{
    font-size: 20px;
    }

  .lead{
    color: #606060;
    font-size: 14px;
    font-weight: 100;
    line-height:1.5em;
    text-align: center;
  }
}

@media screen and (min-width:768px) and ( max-width:1024px) {
  /* タブレットサイズ */

  .container{
    /* width: 100%; */
    max-width: 1920px;
    text-align: center;
    padding: 0 100px;
  }
  h1{
    font-size: 3em;
    font-family: serif;
    line-height: 1.5em;
  }
  
  h2{
    font-weight: bold;
    font-size:  2.7em;
    letter-spacing: 2.5px;
    color: #DE1700;
    font-family: 'TsunagiGothic';
    margin-top: 30px;
    line-height: 2em;
  }

  .lead{
    padding-top: 50px;
  }
  .lead{
    color: #606060;
    font-size: 16px;
    font-weight: 100;
  }

  h3{
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 2.5px;
    color: #2E873C;
  }
  
  .timeline h3{
    font-size: 30px;
    padding-top: 80px;
    }
      

}

@media screen and (min-width:1024px) {
  /* PCサイズ */
  .container{
    max-width: 1920px;
    text-align: center;
    padding: 0 100px;
  }
  h1{
    font-size: 3em;
    font-family: serif;
    line-height: 1.5em;
  }
  
  
  h2{
    font-weight: bold;
    font-size: 50px;
    letter-spacing: 2.5px;
    color: #DE1700;
    margin-bottom: 50px;
    font-family: 'TsunagiGothic';
    margin-top: 30px;
    line-height: 2em;
  }
  .lead{
    color: #606060;
    font-size: 14px;
    font-weight: 100;
    width: 66%;
    margin: 30px auto;
  }

  h3{
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 2.5px;
    color: #2E873C;
  }
  
  .timeline h3{
    font-size: 30px;
    padding-top: 80px;
    }
      
  }





/* ヘッダー */

.header-div{
  width: 100%;
  max-width: 1920px;
  text-align: center;
}

.header-inner-div{
  width: 100%;
}

.header-inner-table div{
  text-align: center;

}

.div-logoarea{
width: 100%;
text-align: center;
box-sizing: border-box;
background-image: none;
padding: 0.5%;
}

.div-logoarea h1 {
  width: 300px;
  color: #FFFFFF;
  background-color: khaki;
  margin: 0 auto;
  height: 10px;
  font-size: 20px;
}


@media screen and (min-width:320px) {
  /* スマホサイズ */
  .aisatsu{
    padding: 20px;
  }
  .aisatsu p{
    font-family: YuMincho,serif;
    font-size:14px;
    color:#606060;
    line-height:2;
     word-break: keep-all;
     overflow-wrap: break-word;
  }  
  .aisatsu img{
    margin: 10px 0;
  }

}

@media screen and (min-width:768px) and ( max-width:1024px) {

  .red_heading {
    position: relative;
    text-align: center;
    margin: 0;
  }
  
  .red_heading .string {
    font-size: 2vw;
  }

  .quiz {
    width: 90%;
  }

  .topics {
    width: 100%;
    background: none;
  }

  .explanation {
    width: 100%;
    background-color:rgba(253, 250, 250, 0.8);
    z-index: 1;
  }


  .goods2 .goods_img img {
    height: 80%;
    margin-left: 3%;

  }
  .quiz {
    display: block;
  }

  .lead {
    margin-bottom: 15px;
  }

  .quiz_button {
    z-index: 2;
  }

  .quiz .explanation {
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
  }

  .goods2 .explanation {
    margin: 0 auto;
    padding: 3%;
    width: 100%;
    font-size: 16px;
  }

  .goods2 {
    width: 100%;
  }



  .goods2 p {
    padding-top: 40px;
  }

  .quiz p {
    margin: 0 auto;
    padding: 0;
  }

  .hover_image {
    display: none;
  }

  .goods2 .explanation {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    
  }

  .goods .explanation img {
    display: none;
  }

  .goods .hover_string {
    display: none;
  }

  .goods_button {
    margin: 0 auto;
  }

  .goods2 img {
    margin: 20px auto;
  }

  .explanation p {
    margin: 5% auto;
    width: 90%;
    height: 100%;
  }



  .goods2 {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 90%;
    margin-top: 10%;
  }


  .goods {
    display: none;
  }

  .timeline_data{
   display: block;
  }

  .timeline:last-of-type {
    width: 70%;
  }

  .youtube_pr {
    width: 100%;
  }

  .cd-card{
    width: 100%;
  background-color: #fff;
  border: 5px solid #ADA280;
  border-radius: 10px;
  }

  .cd-card img {
    width: 100%;
    object-fit: cover;
  }

  .quiz .explanation span {
    display: none;
  }

  .quiz .quiz_title {
    display: block;
    font-weight: bold;
    color: #D42020;
    font-size: 20px;
  }

  .goods2_title {
    font-weight: bold;
    color: #D42020;
    font-size: 20px;
  }

  .red_heading {
    margin-top: 100px;
  }

  /* タブレットサイズ */
  .aisatsu p{
    font-family: YuMincho,serif;
    font-size:16px;
    color:#606060;
    line-height:2;
    text-align: center;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .aisatsu img{
    margin: 10px 0;
  }

  .external {
    margin:0 auto;
    display: inline;
  }

  .quiz .external {
    display: block;
    opacity: 0;
  }

  .ftdeco_sp {
    display: none;
    color: none;
  }
}



@media screen and (min-width:1024px) {
  /* PCサイズ */
  .aisatsu p{
    font-family: YuMincho,serif;
    font-size:16px;
    color:#606060;
    line-height:2;
    text-align: center;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .aisatsu img{
    margin: 50px 0;
  }
}
/* テキストエリア(main) */

.text{
  font-size: 20px;
  line-height: 3;
  color: #000;
}

.name{
  margin-top: 50px;
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (min-width:320px) {
  /* スマホサイズ */

  .name{
    line-height: 1.5;
  }
}

@media screen and (min-width:768px) and ( max-width:1024px) {
  /* タブレットサイズ */

  .articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
}

@media screen and (min-width:1024px) {
  /* PCサイズ */

  .articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
}


@media screen and (min-width:320px) {
  /* スマホサイズ */


.calender{
  text-align: center;
  margin: 0 auto;
  padding: 20px;
  width: 80%;
  
  }

  .cd-container{
    display: flex; /* flexbox */
    flex-wrap: wrap; /* 折返し指定 */
    text-align: center;

  }

  .cd-wrap{
    text-align: center;
    margin: 0 auto;
    padding: 40px 0 0 0 ;
    }
    
    .cd-card{
      width: 100%;
    }
    .cd-card img{
    width: 100%;
    }
    .cd-text{
      padding: 10px 30px ;
      text-align: left;
      font-size: 12px;
      color: #606060;
      line-height: 1.5em;
      background-color: #fff;
    }

    .cd-text ul{
      list-style: disc;
      margin-left: 20px;

    }
      .month{
        width: 80px;
        margin-bottom: 10px;
      }

}

@media screen and (min-width:768px) and ( max-width:1024px) {
  /* タブレットサイズ */



  .topsp-v video{
    width: 100%;
    max-width: 728px;
    text-align: center;
    margin:0 auto;
  }

.calender{
  text-align: center;
  margin: 0 auto;
  width: 100%;

  }
  .cd-container{
    display: flex; /* flexbox */
    flex-wrap: wrap; /* 折返し指定 */
    text-align: center;
  }
  .cd-wrap{
    text-align: center;
    margin: 0 auto;

    padding: 40px 0 0 0 ;
    }
    .cd-card{
      width: 100%;
    }
        .cd-card img{
    width: 100%;
    }
        .cd-text{
      padding: 10px 30px ;
      text-align: left;
      font-size: 12px;
      color: #606060;
      line-height: 1.5em;
    }
    .cd-text ul{
      list-style: disc;
    }


      .month{
        width: 80px;
        margin-bottom: 10px;
      }

}

@media screen and (min-width:320px) {
  /* スマホサイズ */
  .movie-txt{
    margin: 0em 0 4em 0;
    padding:20px 10px;
    margin: 10px 10px;
    border: 2px solid #E4D096;	
    position: relative;
    z-index: 0;
    background-color: #fff;
    color: #606060;
    line-height: 1.5em;
    font-size: 14px;
    text-align: left;
      }

  .hukidashi{
   background-color: #DE1700;
   color: #fff;
   font-weight: bold;
   width: 100%;
   box-sizing: border-box;
   height: auto;
   line-height: 1.25;
   letter-spacing: 0.025em; 
       display: block;
       float: left;
       text-align: left;
       padding: 10px 10px 10px 20px;
       margin-top: 30px;
    }
  .hukidashi p{
    font-size: 15px;
    display: block;
    position: relative;
    padding: 0 0 0 30px;
    opacity: 1;
    
  }   
  .hukidashi p::before{
    content: "";
    position: absolute;
    top: 50%;   /* 縦軸をセンタリングする */ 
    left: 0;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
    border: 10px solid transparent;
    border-left: 14px solid #ffffff;   /* 好みで色を変えてください */  
    }

    .movie-right img{
      max-height: 100px;
      margin:30px 0 50px 0;
    }
}



@media screen and (min-width:768px) and ( max-width:1024px) {
  /* タブレットサイズ */
.movie-txt{
margin: 0em 0 4em 0;
padding:20px 10px;
margin: 10px 10px;
border: 2px solid #E4D096;	
position: relative;
z-index: 0;
background-color: #fff;
color: #606060;
line-height: 1.5em;
font-size: 14px;
text-align: left;
  }

  .movie-area{
    width: 100%;
    margin: 100px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
  }
  .movie-right{
    padding-left:10px;
    flex-grow: 3;
    text-align: right;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: right;
}
.movie_tbbr{
  display: block;
}


.movie-txt{
  margin: 0em 0 4em 0;
	padding:20px 20px;
	border: 2px solid #E4D096;	
	position: relative;
	z-index: 0;
  min-width: 300px;
  background-color: #fff;
  color: #606060;
  line-height: 1.5em;
  font-size: 16px;
  text-align: left;
 
}

.movie-right img{
  max-height: 300px;
}

.movie-txt:before{
  border-top:2px solid #DE1700;
	border-left:2px solid #DE1700;
	content: '';
	display: block;
	position: absolute;
	top: -2px;
	left: -2px;
	width: 20px;
	height: 20px;
	z-index: 1;
}

.hukidashi{
  background-color: #DE1700;
  color: #fff;
  font-weight: bold;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  line-height: 1.25;
  letter-spacing: 0.025em; 
  display: block;
  float: left;
  text-align: left;
  padding: 10px 10px 10px 10px;
  margin-bottom: 10px;
  margin-top: 0;
}
  .hukidashi p{
    font-size: 15px;
    display: block;
    position: relative;
    padding: 0 0 0 30px;
    opacity: 1;
  }

  .hukidashi p::before{
    content: "";
    position: absolute;
    top: 50%;   /* 縦軸をセンタリングする */ 
    left: 0;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
    border: 10px solid transparent;
    border-left: 14px solid #ffffff;   /* 好みで色を変えてください */  
  }

  }




@media screen and (min-width:1024px) {
  /* PCサイズ */
  .movie-area{
    width: 90%;
    margin: 100px auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .movie_side{
    width: 321px;
    text-align: center;
    flex-grow: 2;
  }
  .movie_side_inner{
    display: flex;
    flex-flow:column;
    justify-content:space-between;
  }

  .hukidashi{
    background-color: #DE1700;
    color: #fff;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    line-height: 1.25;
    letter-spacing: 0.025em; 
    display: block;
    float: left;
    text-align: left;
    padding: 10px 10px 10px 10px;
    margin-bottom: 10px;
  }
    .hukidashi p{
      font-size: 15px;
      display: block;
      position: relative;
      padding: 0 0 0 30px;
      opacity: 1;
    }

    .hukidashi p::before{
      content: "";
      position: absolute;
      top: 50%;   /* 縦軸をセンタリングする */ 
      left: 0;
      transform: translateY(-50%);   /* 縦軸をセンタリングする */  
      border: 10px solid transparent;
      border-left: 14px solid #fff;   /* 好みで色を変えてください */  
    }

    .wrap_baseline{
      align-items: baseline;
}
.movie-right{
    padding-left:60px;
    flex-grow: 3;
    text-align: right;
    justify-content: space-between;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: right;

}


.movie-txt{
  margin: 0em 0 4em 0;
	padding:80px 30px;
	border: 2px solid #E4D096;	
	position: relative;
	z-index: 0;
  min-width: 300px;
  background-color: #fff;
  color: #606060;
  line-height: 1.5em;
  font-size: 16px;
  text-align: left;
 
}

.movie-right img{
  max-height: 300px;
}

.movie-txt:before{
  border-top:2px solid #DE1700;
	border-left:2px solid #DE1700;
	content: '';
	display: block;
	position: absolute;
	top: -2px;
	left: -2px;
	width: 20px;
	height: 20px;
	z-index: 1;
}
  }

  /*カレンダー*/

  @media screen and (min-width:320px) {
    /* スマホサイズ */
  .timeline_data{
    width: 88%;
    box-sizing: border-box;
   margin: 0 auto;
  text-align: center;
  }

  .timeline{
  margin: 0 auto;
  }

  .timeline iframe:nth-child(2){
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 10px;
    background-color: #F5F6F7;
    margin: 0 auto;
    
  }

  
  .timeline:nth-child(2) iframe{
text-align: center;
  }



  .timeline p{
    color: #000000;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    font-size: 18px;
    font-weight: bolder;
    margin: 0px 0 30px 0 ;
    line-height: 40px;
  }
  .timeline img{
    margin-right: 10px;
  }

  .timeline_under{
    margin-bottom: 50px;
  }

  .timeline_under p{
    margin-top: 5px;
    font-weight: 500; 
    letter-spacing: 0;
    line-height: 1.2;
    font-size: 10px;
  }


.timeline_under a{
  color: #358d52;
  margin-top: 10px;
  text-decoration: underline;
  line-height: 20px;
  font-size: 10px;
}

}


@media screen and (min-width:320px) {

  /* スマホサイズ */
.sns li{
  display: inline-block;
  width: 60px;
}

.aisatsu2{
  font-family: YuMincho,serif;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #606060;
  display: block;
  padding: 0 0 20px 0;
}

.aisatsu2 p{
padding-top: 10px;
padding:20px 0 0 0;
font-size: 1em;
}

.line3{
  height:auto;
  width: 100%;
  overflow: hidden;
}


  }

  
  @media screen and (min-width:768px) and ( max-width:1024px) {
    /* タブレットサイズ */
    .timeline_data{
      max-width: 1120px;
      box-sizing: border-box;
     margin: 0 auto;
     justify-content: space-between;
    padding: 60px 0 0px 0;

    }
    .timeline{
      width: 70%;
    }

    .timeline p{
      color: #000000;
      letter-spacing: 0.1em;
      text-indent: 0.1em;
      font-size: 18px;
      font-weight: bolder;
      margin: 0 0 30px 0 ;
      line-height: 40px;
    }
    .timeline img{
      margin-right: 10px;
    }
    .timeline_under{
      text-align: left;
    }
  .timeline_under p{
    margin-top: 5px;
    font-weight: 500; 
    letter-spacing: 0;
    line-height: 1.2;
    font-size: 10px;
    text-align: left;
  }
  .timeline_under a{
  color: #358d52;
  margin-top: 10px;
  text-decoration: underline;
  line-height: 20px;
  letter-spacing: 0;
  font-size: 10px;
  }
  .timeline_under span{
  font-size: 11.5px;
  color: #000000;
  line-height: 1.2;
  }
  /* フッター SNS部分 */
.sns {
  text-align: center;
  padding: 30px 0px 0 0px;
}
.sns h4 {
  font-size: 17px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 0.8;
  margin-bottom: 10px;
}
.sns ul{
  margin: 25px 0;
}
.sns li{
  display: inline-block;
  width: 80px;
}
.sns a:hover {
  opacity: 0.7;
}

.aisatsu2{
  font-size: 2em;
  font-family: YuMincho,serif;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #606060;
  display: block;
  padding: 0 0 50px 0;

}

.aisatsu2 img{
  margin-bottom: 30px;
  }

  .line3{
    height:auto;
    width: 100%;
    overflow: hidden;
  }


  .aisatsu2 p{
    font-size: 1em;
  }

  #sp_canvas {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
  }

  .red_heading .one {
    padding-top: 1.5%;
  }

  .red_heading .two {
    padding-top: 1.5%;
  }

  .red_heading .three {
    padding-top: 1.5%;
  }

  .red_heading .four {
    padding-top: 1.5%;
  }

  footer{
    width: 100%;
    text-align: center;
    background-color: #D42020;
    padding: 20px 0;
    color: #fff !important;
    text-decoration: none;
    }
    
    footer p{
      font-size: 12px;
      color: #fff !important;
      line-height: 2;
      text-decoration: none;
    }

    .ft_info {
      color: #fff !important;
      text-decoration: none;
    }

}


@media screen and (min-width:1024px) {
  /* PCサイズ */

.calender{
  text-align: center;
  margin: 0 auto;
  padding: 25px 0;
  margin-top: 10%;
  }

  .cd-container{
    display: flex; /* flexbox */
    flex-wrap: wrap; /* 折返し指定 */
    text-align: center;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: stretch;
    height: 100%;
    display: fl;
  }
  
.cd-wrap{
  text-align: center;
  margin: 0 auto;
  width: calc(90%/3);
  float: left;
  }
  
  .cd-card{
    width: 100%;
  background-color: #fff;
  border: 5px solid #ADA280;
  border-radius: 10px;
  }
  
  .cd-card img{
  width: 100%;
  }
  
  
  .cd-text{
    padding: 20px 10px  ;
    text-align: left;
    font-size: 0.8em;
    color: #606060;
    line-height: 1.5em;
    height: 200px;
    overflow: auto;
  }


  .cd-text ul{
    list-style: disc;
    padding-left: 10px;
  }

  
  .cd-text ul li a:hover{
    opacity: 0.8;
  }
  .month{
    width: 80px;
    margin-bottom: 10px;
  }


}



.button:active {
  transform: translateY(-1px);
}
hr{
  width: 80%;
  text-align: center;
  border: solid 3px #634A1E;
}


/* SNSタイムライン */
.sns_timeline {
  text-align: center;
  clear: both;
  width: 100%;
  }
  .timeline_under{
    text-align: left;
    margin-top: 15px;
  }
  .timeline_under p{
    text-align: left;
  }
  
  @media screen and (min-width:1024px) {
    /* PCサイズ */

    .timeline_data{
      max-width: 1120px;
      width: 100%;
      box-sizing: border-box;
     margin: 0 auto;
     display: flex;
     justify-content: center;
     text-align: center;
    padding: 60px 0 0px 0;
    }
    .timeline{
      text-align: center;
      margin: 0 auto;
    }

    .timeline:nth-child(1) {
      width: 40%;
    }

    .timeline:nth-child(2) {
      width: 60%;
    }

    .timeline iframe {
      justify-content: center;
    }
    .timeline p{
      color: #000000;
      letter-spacing: 0.1em;
      text-indent: 0.1em;
      font-size: 18px;
      font-weight: bolder;
      margin: 0 0 30px 0 ;
      line-height: 40px;
    }
    .timeline img{
      margin-right: 10px;
    }
    .timeline_under{
      text-align: left;
    }
  .timeline_under p{
    margin-top: 5px;
    font-weight: 500; 
    letter-spacing: 0;
    line-height: 1.2;
    font-size: 10px;
    text-align: left;
  }
  .timeline_under a{
  color: #358d52;
  margin-top: 10px;
  text-decoration: underline;
  line-height: 20px;
  letter-spacing: 0;
  font-size: 10px;
  }
  
  .timeline_under {
  font-size: 11.5px;
  color: #000000;
  line-height: 1.2;
  }



  /* フッター SNS部分 */
.sns {
  text-align: center;
}
.sns h4 {
  font-size: 17px;
  letter-spacing: 0.05em;
  font-weight: bold;
  opacity: 0.8;
  line-height: 0.8;
  margin-bottom: 10px;
}
.sns ul{
  margin: 25px 0;
}
.sns li{
  display: inline-block;
  width: 80px;
}
.sns a:hover {
  opacity: 0.7;
}

.aisatsu2{
  font-family: YuMincho,serif;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #606060;
  display: block;

}

.aisatsu2 img{
  margin-bottom: 30px;
  }
  .line3{
    height:auto;
    width: 100%;
    overflow: hidden;
  }

  .aisatsu2 p{
    font-size: 2em;
    padding: 0 0 30px 0;
  }

  }


  /* フッター SNS部分 */
  .sns {
    text-align: center;
    padding: 50px 0 0px;
  }
  .sns h4 {
    font-size: 17px;
    letter-spacing: 0.05em;
    font-weight: bold;
    opacity: 0.8;
    line-height: 0.8;
    margin-bottom: 10px;
  }
  .sns ul{
    margin: 25px 0 40px 0;
  }
  .sns li{
    display: inline-block;
    width: 80px;
    vertical-align: middle;
  }

  .sns li:last-child {
    width: 100px;
  }

  .sns a:hover {
    opacity: 0.7;
  }

  .tiktok{
    font-size: 20px;
    padding-top: 5px;
    font-weight: bold;
  }
  .tiktok a{
    color: #424242;
  }
  .tiktok a:hover{
    opacity: 0.6;
    text-decoration: none;
  }
  
  

/* フッターエリア */

footer{
width: 100%;
text-align: center;
background-color: #D42020;
padding: 20px 0;
color: #fff;
}

footer p{
  font-size: 12px;
  color: #fff;
  line-height: 2;
}

footer p:first-child{
  font-size: 16px;
}
@media(min-width:768px) {
  /* PCサイズ */
  .stitle {
    display: block;
    position: relative;
      }

  .snstopic_sp {
    display: none;
  }

  .pc_nenga {
    position: relative;
    z-index: 50;
  }

#sp_canvas {
  display: block;
  max-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  /* margin-top: 5%; */
  z-index: 70;
}

header .div-logoarea {
  position: relative;
  z-index: 80;
}

.confetti {
  display: absolute;
}

.aisatsu .stitlepcno {
  display: none;
}

.stitlepcno .sp_nenga {
  display: none;
}
.stitlepcno .scroll_sp {
  display: none;
}


      
}

/* @media screen and (min-width:768px) and ( max-width:1024px) {
  タブレットサイズ
  .stitle{
display: block;
  }
  
  .stitlepcno{
display: none;
  }
} */

@media(max-width:768px) {
  /* スマホサイズ */
  .stitle .pc_nenga {
    display: none;
      }

    .stitle .scroll {
     display: none;
    }
      
  .stitlepcno{
    display: block;
    position: relative;
      }

    /* .stitle {
      display: none;
    } */

      .topsp-v video{
        width: 100%;
        max-width: 728px;
        text-align: center;
        margin:0 auto;
      }

      .red_heading .string {
        padding-top: 5%;
      }

      .quiz {
        width: 100%;
      }
    
      .topics {
        width: 100%;
      }
    
      .explanation {
        background-color:rgb(253, 250, 250, 0.8);
        width: 100%;
      }
    
      .goods2 .goods_img img {
        height: 80%;
        margin-left: 0%;
      }
      .quiz {
        display: block;
      }
    
      .quiz .explanation {
        margin: 0 auto;
        width: 100%;
      }
    
      .goods2 .explanation {
        margin: 0 auto;
        padding: 3%;
        width: 100%;
        font-size: 16px;
      }

      .goods2 .explanation p {
        padding: 3%;
      }
    
      .quiz p {
        margin: 0 auto;
        padding: 0;
        font-size: 16px;
      }
    
      .hover_image {
        display: none;
      }
    
      .goods2 .explanation {
        margin: 0 auto;
        padding: 0;
        width: 100%;
        
      }
    
      .goods .explanation img {
        display: none;
      }
    
      .goods .hover_string {
        display: none;
      }
    
      .goods_button {
        margin: 0 auto;
      }
    
      .goods2 img {
        margin: 20px auto;
      }
    
      .explanation p {
        margin: 5% auto;
        width: 90%;
        
      }

      .lead {
        width: 80%;
        text-align: center;
        margin: 5% auto;

      }

      .quiz {
        width: 80%;
      }
    
      .goods2 {
        display: block;
        text-align: center;
        margin: 0 auto;
        width: 80%;
        margin-top: 10%;
      }
    
      .goods {
        display: none;
      }
    
      .timeline_data{
       display: block;
      }
    
      .timeline:last-of-type {
        width: 100%;
      }
    
      .youtube_pr {
        width: 100%;
      }
    
      .cd-card{
        width: 100%;
      background-color: #fff;
      border: 5px solid #ADA280;
      border-radius: 10px;
      }
    
      .quiz .explanation span {
        display: none;
      }
    
      .quiz .explanation br:first-of-type {
        display: none;
      } 
    
      .quiz .quiz_title {
        display: block;
        font-weight: bold;
        color: #D42020;
        font-size: 20px;
      }
    
      .goods2_title {
        font-weight: bold;
        color: #D42020;
        font-size: 20px;
      }
    
      .red_heading {
        margin-top: 100px;
      }
      
      .red_heading .string {
        font-size: 3.0vw;
      }
      .red_heading img {
        width: 80%;
      }

      .red_heading .one {
        padding-top: 4%;
      }

      .red_heading .two {
        padding-top: 4.5%;
      }
      .red_heading .three {
        padding-top: 3.5%;
      }

      .red_heading .four {
        padding-top: 4.5%;
      }

      .topics {
        background: none;
      }

      .explanation {
        width: 90%;
      }

      .sp{
        width: 100%;
        height: 100%;
        font-family: sans-serif;
        font-size: 1em;
        text-align: center;
        background-image: url("../images/SP-bg.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position:top;
        z-index: 200;
      }

      .stitlepcno .sp_nenga {
        display: block;
        position: relative;
      }

      .pc_nenga {
        display: none;
      }

      .stitlepcno {
        position: relative;
      }

      .aisatsu .stitle {
        display: none;
      }

      .scroll_sp {
        position: absolute;
        top: 88%;
        left: 44%;
        width: 4%;

      }


      .sns ul {
        margin: 10px auto;
        white-space: nowrap;
      }

      .sns ul li {
        margin: 0 auto;
      }

      .icon_pc {
        display: none;
      }

      .icon1_sp, .icon2_sp {
        display: block;
      }

      .aisatsu2 .aisatsu_string {
        display: block;
      
      }

      .external {
        display: inline;
      }

      .quiz .external {
        display: block;
        opacity: 0;
      }

      #scroll_img {
        opacity: 0;
        transition: 4s;
      }

      #sp_canvas {
        display: block;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        position: absolute;
      }

      .snstopic {
        display: none;
      }

      .scroll_sp {
        /* アニメーション名 アニメーションにかかる時間 アニメーションの繰り返し回数 */
        /* scroll_sp 3秒 無限ループ */
        animation: scroll_sp 3s infinite;
      }
      
      @keyframes scroll_sp {
        0%, 100% {
          transform: translateY(0);
        }
        50% {
          transform: translateY(-20px);
        }
      }

      .sns_timeline .lead {
        background-color:rgb(253, 250, 250, 0.5);
        padding: 3%;
      }

      .sp_aisatsu {
        background-color:rgb(253, 250, 250, 0.5);
        padding: 3%;
      }

      .quipon_text a {
        text-decoration:underline solid rgb(30, 126, 158);;
        line-height: 5px;
        color: rgb(30, 126, 158);
        }
      
        .quipon_text .arrow {
          color: #FA7315;
        }
      
        .quipon_text a:hover {
          opacity: 0.7;
        }

        footer{
          width: 100%;
          text-align: center;
          background-color: #D42020;
          padding: 20px 0;
          color: #fff !important;
          text-decoration: none;
          }
          
          footer p{
            font-size: 12px;
            color: #fff !important;
            line-height: 2;
            text-decoration: none;
          }

          .ft_info {
            color: #fff !important;
            text-decoration: none;
          }
      


      @media screen and (min-width:320px) and (max-width:500px) {
        /* スマホサイズ */

        .red_heading img {
          width: 90%;
        }

        .first img {
          width: 100%;
        }

        .red_heading .string {
          font-size: 5.0vw;
        }

        .cd-container {
          padding-right: 3%;
        }

        .topics .lead {
          width: 80%;
        }

        .leadbr {
          display: block;
        }

        .lead{
          color: black;
        }

        .quiz .quiz_title {
          letter-spacing: 0.05em;
          line-height: 25px;
          margin: 0 auto;
          font-size: 15px;
        }


        .goods2_title {
          letter-spacing: 0.1em;
          line-height: 25px;
          margin:0 auto;
          font-size: 15px;
        }

        .quiz {
          width: 93%;
        }

        .goods2 {
          width: 93%;
        }

        .quiz .explanation {
          padding: 0;
        }

        .topics p {
          font-size: 13px;
        }

        .goods2 .external {
          font-size: 65%;
        }


        .scroll_sp {
          position: absolute;
          /* top: 88%; */
          left: 42%;
          width: 2%;
        }

        .red_heading .two {
          padding-top: 4%;
        }

        .red_heading .three {
          padding-top: 2%;
        }

        .red_heading .four {
          padding-top: 4%;
        }


        .scroll_sp {
          /* アニメーション名 アニメーションにかかる時間 アニメーションの繰り返し回数 */
          /* scroll_sp 3秒 無限ループ */
          animation: scroll_sp 3s infinite;
        }
        
        @keyframes scroll_sp {
          0%, 100% {
            transform: translateY(0);
          }
          50% {
            transform: translateY(-20px);
          }
        }

        .topics .quiz_title {
          white-space: nowrap;
        }

        .topics .goods2_title {
          white-space: nowrap;
        }

        .sns_timeline .lead {
          /* white-space: nowrap; */
          line-height: 25px;
        }

        footer{
          width: 100%;
          text-align: center;
          background-color: #D42020;
          padding: 20px 0;
          color: #fff !important;
          text-decoration: none;
          }
          
          footer p{
            font-size: 12px;
            color: #fff !important;
            line-height: 2;
            text-decoration: none;
          }

          .ft_info {
            color: #fff !important;
            text-decoration: none;
          }

          .lead_one {
            white-space: nowrap;
          }


        @media screen and (min-width:320px) and (max-width:400px) {

          .scroll_sp {
            position: absolute;
            /* top: 88%; */
            left: 40%;
            width: 1%;
          }
        
        }
    }


  }