﻿.cms_link div a {
    border-radius: 0;
}@charset "utf-8";
/* 1536 , 1530 × 735 ,1366 *//* 上記画面幅でも崩れていないか確認 */

/* 修正した場合→各項目の一番下に日付をコメントアウトして追記 */




/*■■　ALL　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*
.top_loader{
    display: none;
}
*/
.cms_link div a{
    border-radius: 10px 0 0 10px;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
.cms_link div a {
    border-radius: 0;
}
}



/*■■　FV　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/* -- ヘッダー -- */
header.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(0); 
}

.all_page header.clone-nav {
  transform: translateY(0);
}

header.is-show {
  transform: translateY(0);
}
.main_img_wrap .menu{
    display:none;
}
.main_img {
  position: relative;
}
.main_img::after {
  content: "";
  position: absolute;
  inset: 0;
  /*
  background: linear-gradient(
  135deg,
  rgba(0,160,233,0.3),
  rgba(252,248,174,0.3)
  );
  */
  background: rgb(5 14 18 / 25%);
  pointer-events: none;
  z-index: 2;
}

.copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(80%, 700px); /* PC/SP両対応 */
  z-index: 3;

  /* 見栄えUP用 */
  filter: drop-shadow(0 30px 30px rgba(0,0,0,0.25));
}

.fv_css_frame {
    position: absolute;
    top: 100px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    border: 5px solid #ffffff;
    border-radius: 30px;
    pointer-events: none;
    z-index: 2;
}


/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
.copy{
    width: min(70%, 700px);
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
.main_img_wrap {
    width: auto;
    height: 60vh;
}
.copy {
    width: min(85%, 700px);
}
}



/*■■　TOP　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/



#question .txt {
    display: flex;
    align-items: flex-start; /* 上揃え */
    gap: 12px;               /* アイコンと文字の間隔 */
}

#question .check {
    flex-shrink: 0;         /* アイコンが縮まないように固定 */
}

#catch .box,
#contents .box_img1,
#contents .box .box_item{
    border-radius: 30px;
}
#contents .box .box_item:before{
    display:none;
}
#top_cms .box_img1,
#top_cms .link_type2 .cate_item,
.topcms_about_type1 .cate_box{
    border-radius:20px
}
.top_cms_box_wrap .cms_title,
#footer .sns_link li a{
    border-radius: 10px;
}
.more_box,
#footer h2 span{
    border-radius:100px;
}
#top_cms .top_cms_box{
    border-bottom:0;
}

/* 初期：見えない */
.scroll-pop {
  opacity: 0;
  transform: translateY(40px) scale(0.95);
}

/* 表示後：固定 */
.scroll-pop.is-show {
  opacity: 1;
  transform: translateY(0) scale(1);
  animation: popOnce 0.8s cubic-bezier(.34,1.56,.64,1) forwards;
}

@keyframes popOnce {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.95);
  }
  70% {
    opacity: 1;
    transform: translateY(-10px) scale(1.08);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}



/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
.marker, .marker.m1 div{
    background-size: 100% 20%;
}
.marker, .marker.m2 div{
    background-size: 100% 20%;
}
.marker, .marker.m3 div{
    background-size: 90% 20%;
}


}



/*■■　下層ページ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.youtube_box{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube_box iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

}


