@charset "utf-8";
/* 元テンプレ調整用 */
#mid {
  max-width: 100%;
  width: unset;
  padding: 0;
}
#site_aside2 {
  display: none;
}
#header {
  display: block !important;
}
#header.hide {
  opacity: 1;
}
#mid {
  margin-top: 0;
}
#outer {
  margin-top: 0;
  margin-bottom: 0;
}
#footer {
  position: relative;
  z-index: 99999999;
}
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
共通
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-*/
.flex {
  display: flex;
}
.inner {
  width: 90%;
  margin: 0 auto;
}
#all_Wrap a,
#all_Wrap button {
  display: block;
  transition: .3s;
}
#all_Wrap a:hover img,
#all_Wrap button:hover {
  opacity: .6;
}
#all_Wrap img {
  width: 100%;
}
#all_Wrap figure {
  line-height: 1;
}
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}
.sp {
  display: none;
}
/* body{
  background: #c82f2f;
  margin: auto;
} */
/* コンテンツ */
#all_Wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
}
.left_Box {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: calc((100% - 480px) / 2);
  height: 100%;
  z-index: 1;
  background-image: url(/img/100th_anniversary/pc_ribon.png);
  background-position: center;
  background-size: cover;
}
.left_Box>figure {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  width: 80%;
  padding: 0;
  text-align: center;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  width: 80%;
  max-width: 350px;
}
.right_Box {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  width: calc((100% - 480px) / 2);
  height: 100%;
  z-index: 1;
  background-image: url(/img/100th_anniversary/pc_ribon.png);
  background-position: center;
  background-size: cover;
}
.right_Box>.r_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 350px;
  padding: 0;
  text-align: center;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.right_Box>.r_menu li {
  width: 100%;
  margin: 0 auto 20px;
}
.right_Box>.r_menu li.pc_image {
  width: 100%;
}
.right_Box>.r_menu .to_top {
  width: 20%;
  margin: 30px auto 0;
}
.right_Box>.r_menu .page_top {
  max-width: 80px;
  width: 5vw;
}
.bg_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: url(/img/100th_anniversary/pc_bk.png) no-repeat center top;
  background-size: cover;
  background-color: #000;
  z-index: -1;
}
#all_Wrap main {
  position: relative;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .3);
}
.inner_90 {
  width: 90%;
  margin: 0 auto;
}
.inner_80 {
  width: 80%;
  margin: 0 auto;
}
/* トップ・動画 */
.title_Box_bk{
  position: relative;
  background-image: url(/img/100th_anniversary/top_bk_pink.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.title_Box {
  position: relative;
  width: 100%;
  padding: 0;
}
.title_Box>h2 {
  margin: auto 0;
  display: none;
}
.title_Box{
  position: relative;
  width: 100%;
  aspect-ratio: 786 / 1370; /*  動画サイズ比率 */
}
.title_Box video,
.title_Box h2{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.title_Box video{
  object-fit: cover;
}
.top_btn{
  width: 90%;
  display: flex;
  gap: 10px;
  margin: auto;
  padding-bottom: 80px;
}
/* ---------------------------------------
セクション01
--------------------------------------- */
.sec1{
  background-image: url(/img/100th_anniversary/top_bk_pink.png);
  background-size: 100%;
  background-repeat: no-repeat;
}
.gold_wrap{
  background-image: url(/img/100th_anniversary/gl_bk.png);
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 30px 30px 0 0;
}
.movie_Wrap {
  padding-bottom: 30px;
}
.movie_Wrap>h4 {
  margin-bottom: 10px;
  width: 180px;
  margin: auto;
  padding-bottom: 20px;
  padding-top: 50px;
}
.movie_Box {
  width: 90%;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.movie_Box iframe {
  width: 100%;
  height: 100%;
}
.red_wrap{
  background-image: url(/img/100th_anniversary/red_bk.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 90%;
  margin: auto;
}
.red_inner{
  width: 90%;
  margin: auto;
  padding-top: 30px;
}
.red_inner figure{
  padding-top: 20px;
}
.btn_wrap{
  width: 90%;
  margin: auto;
  padding: 30px 0;
}
.gl_bottom{
  width: 90%;
  margin: auto;
}
.gl_bottom h4{
  width: 90%;
  margin: auto;
  padding: 50px 0 30px;
}
.gl_bottom a{
  padding-bottom: 60px;
}
.gray_wrap{
  background: #efefef;
  border-radius: 30px 30px 0 0;
  padding-top: 60px;
  padding-bottom: 60px;
}
.orange_line{
  width: 90%;
  margin: auto;
  background: #fff;
  border: 4px solid #e28c80;
  padding: 20px 16px;
  border-radius: 30px;
}
.orange_line figure{
}
.bl_btn_wrap{
  width: 80%;
  margin: auto;
  padding: 20px 0;
}
.orange_line:nth-of-type(1) .bl_btn_wrap{
  padding: 20px 0 10px;
}
.orange_line:nth-of-type(1){
  margin-bottom: 30px;
}
/*---------------------------------------
セクション02 
---------------------------------------*/
.sec2{
  background: #efefef;
  /* background: #80b734; */
  /* padding-top: 60px; */
}
.sec2 .pink_bk_wrap{
  background-image: url(/img/100th_anniversary/pink_bk_lg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  /* margin-top: 60px; */
  border-radius: 30px 30px 0 0;
  padding-top: 60px;
  padding-bottom: 60px;
}
.pink_bk_inner{
}
.pink_bk_inner figure,
.pink_bk_inner  h4,
.pink_bk_inner  .other{
  width: 90%;
  margin: auto;
}
.pink_bk_inner figure{
  margin-top: 30px;
}
.golden,
.gentei{
  /* padding-top: 30px; */
}
.pink_bk_inner .other{
  /* padding: 10px; */
}
.pink_bk_inner figure{
  margin: auto;
  padding-top: 20px;
}
.pink_bk_inner .btn_wrap{
  width: 100%;
  margin: auto;
  padding: 10px 0;
}
/*---------------------------------------
カルーセル
---------------------------------------*/
.carousel {
  width: 100%;
  margin: auto;
  padding: 20px 0 30px;
  position: relative;
}
.carousel img.slide-arrow {
  width: 60px !important;
  height: 60px !important;
}
.carousel .slide .slick-slide {
  margin: 10px;
}
/*---------------------------------------
セクション03 
---------------------------------------*/
.sec3 .pink_bk_wrap{
  background-image: url(/img/100th_anniversary/pink_bk_gold.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 60px;
}
.sec3 .carousel{
  padding: 0 0 20px;
}
/* アプリ誘導 */
#app {
  position: relative;
  width: 90%;
  aspect-ratio: 800/1007;
  margin: auto;
}
#app figure,
#app a {
  position: absolute;
}
#app figure {
  width: 100%;
  top: 0;
  left: 0;
}
#app a.sec_6_btn_1 {
  width: 35%;
  top: 56%;
  left: 7%;
}
#app a.sec_6_btn_2 {
  width: 43%;
  top: 68%;
  left: 7%;
}
#app a.sec_6_btn_3 {
  width: 35.5%;
  top: 53%;
  left: 56.5%;
}
/*---------------------------------------
セクション04
---------------------------------------*/
.pale_pink_wrap{
  background: #f9dbe1;
}
.pale_pink_inner{
  padding: 20px 0;
  width: 90%;
  margin: auto;
}
.pale_pink_inner figure{
  margin-top: 30px;
}
.tokusetu_btn_wrap{
  position: relative;
}
.tokusetu_btn_wrap a,
.tokusetu_btn_wrap figure{
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
}
/*---------------------------------------
セクション05
---------------------------------------*/
.sec5 .pale_pink_inner div + div{
  padding-top: 60px;
}
/*---------------------------------------
セクション06
---------------------------------------*/
.yellow_wrap{
  background: #ebe8a2;
}
.yellow_inner{
  padding: 60px 0;
  width: 90%;
  margin: auto;
}
.yellow_inner a + a{
  margin-top: 30px;
}
/* フッター */
#footer_Wrap {
  position: relative;
  padding: 40px 0 60px;
  background-color: #fff;
  z-index: 1;
}
#footer_Wrap>h2 {
  max-width: 275px;
  width: 35%;
  margin: 0 auto;
}
.fixed_sp {
  justify-content: center;
  align-items: flex-end;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 0;
  z-index: 5;
}
.fixed_sp a{
  width: 70px;
}
/* modal  モーダル */
.left_Box .modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, .85);
  cursor: pointer;
  z-index: 100;
  display: none;
}
.right_Box .modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, .85);
  cursor: pointer;
  z-index: 100;
  display: none;
}
.modal {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  z-index: 20;
  width: 100%;
  height: 100%;
  display: none;
}
.modal .modal__bg {
  height: 100%;
  background: rgba(50, 50, 50, .85);
  cursor: pointer;
}
.modal .modal__container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}
.modal .modal__container .modal__close p {
  width: 13%;
  margin: 20px 0 0 auto;
  transition: .3s;
}
.modal .modal__container .modal__close p:hover {
  opacity: .6;
  cursor: pointer;
}
.modal .modal__content {
  background-color: #fff;
  padding: 0 0 40px 0;
}
.modal .modal__container .modal__content p {
  margin: 0 auto;
  padding: 40px 0;
  width: 70%;
  transition: .3s;
}
.modal .modal__container .modal__content p:hover {
  opacity: .6;
  cursor: pointer;
}
.call-modal {
  transition: .3s;
}
.call-modal:hover {
  opacity: .6;
  cursor: pointer; 
}
.modal.modal4 .modal__content {
  padding: 0;
}
/* リンクオフ */
/* .link_off{
  pointer-events: none !important;
} */
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .left_Box {
    display: none;
  }
  .right_Box {
    display: none;
  }
  .bg_wrap {
    display: none;
  }
  #all_Wrap main {
    max-width: 100%;
    width: 100%;
    box-shadow: none;
    overflow: hidden;
  }
  #footer_Wrap {
    padding: 30px 0 30px;
  }
  .slick-prev {
    left: 12%;
}
.slick-next {
    right: 12%;
}
}
@media only screen and (max-width: 550px){
.carousel img.slide-arrow {
  width: 50px !important;
  height: 50px !important;
}
.slick-prev {
  left: 10%;
}
.slick-next {
  right: 10%;
}
}
