@charset "uff-8";

*,
::before,
::after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
ol{
    list-style: none;
}

a{
    color: inherit;
    text-decoration: none;
}

body{
    font-family:"Noto Sans Myanmar";
    font-size: 16px;
    color: #000;
    line-height: 1;
    background-color: #fff;
}

img{
    max-width: 100%;
}

.header-inner{
    color: #fff;
    background-color: #D83130;
    height: 72px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toggle-menu-button{
    display: none;
}

.header-logo{
    display: block;
    width: 220px;
    margin-right: 30px;
}

.site-menu ul{
    display: flex;
}

.site-menu ul li{
    margin-left: 20px;
    margin-right: 20px;
}

.site-menu ul li a{
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.first-view{
    background-image: url(../images/FV.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Kaisei Tokumin", serif;
    position: relative;
    width: 100%;
    aspect-ratio: 1933 / 1078;
}
.first-view h1 {
    font-size: clamp(40px,5vw,90px);
    color: #fff;
    line-height: calc(130 / 90);
    position: absolute;
    left: 3%;
    top: 15%;
}

.about {
    background-image: url(../images/aboutback1.png);
    padding: 10%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.about-title {
    color: #000000;
    font-weight: bold;
    display: flex;
    padding: 10%;
    justify-content: center;
}

.about-img {
    width: 88px;
    height: 94px;
}

h2 {
    margin-top: 38px;
    margin-left: 10px;
}

.about-button {
    display: flex;
    padding-bottom: 50px;
    justify-content: center;
}

.about-button-1 {
    text-align: center;
    align-items: center;
    background-color: #C32827;
    min-width: 180px;
    min-height: 50px;
    border-radius: 70px;
}

.about-button-1 h3 {
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
}

.about-button-1:hover {
    background-color: #a92827;
}

.lineup {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.lineup-title {
    color: #000000;
    font-weight: bold;
    display: flex;
    margin: 50px;
    justify-content: center;
}

.lineup-img {
    width: 88px;
    height: 94px;
}

    .carousel {
      position: relative;
      width: 300px;
      margin: 30px auto;
    }

    .carousel img {
      width: 100%;
      border-radius: 8px;
    }

    .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 30px;
      background: #d00;
      color: #fff;
      border: none;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      cursor: pointer;
    }

    .arrow.left {
      left: -50px;
    }

    .arrow.right {
      right: -50px;
    }

    .caption {
      margin-top: 10px;
      font-weight: bold;
    }

    .dots {
      margin-top: 10px;
    }

    .dot {
      display: inline-block;
      width: 8px;
      height: 8px;
      background: #ccc;
      border-radius: 50%;
      margin: 0 6px 50px;
    }

    .dot.active {
      background: #d00;
    }

.search {
    background-image: url(../images/search_back_mid.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.search-title {
    color: #fff;
    font-weight: bold;
    display: flex;
    padding: 10%;
    justify-content: center;
}

.search-img {
    width: 88px;
    height: 94px;
}

h3 {
    font-size: 16px;
}

.search-button {
    display: flex;
    margin-bottom: 50px;
}

.search-button-1 {
    text-align: center;
    align-items: center;
    background-color: #C32827;
    min-width: 280px;
    min-height: 50px;
    border-radius: 70px;
}

.search-button-1 h3 {
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
}

.search-button-1:hover {
    background-color: #a92827;
}

.search-button-2 {
    display: flex;
    justify-content: center;
    background-color: #C32827;
    min-width: 260px;
    height: 50px;
    border-radius: 70px;
    margin-left: 100px;
}

.search-button-2 h3 {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    margin-left: 30px;
    margin-right: 30px;
}

.search-button-2 img {
    margin-top: 22px;
    align-items: center;
    justify-content: center;
}

.search-button-2:hover {
    background-color: #a92827;
}

.search-end {
    margin-bottom: 0;
    padding: 0;
    line-height: 0;
}

.cheers {
    background-color: #fff;
    display: flex;
    gap: 20px;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 50px;
    
}

.column {
  flex: 1; /* 均等幅に */
  padding: 20px;
}

.cheers-text {
    flex: 1;
    line-height: 28px;
    
}

.cheers-title {
    color: #000000;
    font-weight: bold;
    display: flex;
    padding: 10% 0;
    justify-content: center;
}

.cheers-honbun {
    display: flex;
    justify-content: center;
}

.cheers-img {
    width: 88px;
    height: 94px;
}

.cheers-button {
    display: flex;
    padding-top: 30px;
    justify-content: center;
}

.cheers-button-1 {
    text-align: center;
    align-items: center;
    background-color: #C32827;
    min-width: 180px;
    min-height: 50px;
    border-radius: 70px;
}

.cheers-button-1 h3 {
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 14px;
}

.cheers-button-1:hover {
    background-color: #a92827;
}

.support-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.support-image img {
    width: 80%;
}


.footer{
    color: #fff;
    background-color: #642C15;
    padding-top: 30px;
    padding-bottom: 0%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-logo{
    display: block;
    width: 235px;
    margin: 60px;
}

.footer-tel{
    font-size: 26px;
    font-weight: bold;
    margin-top: 28px;
}

.footer-time{
    font-size: 13px;
    margin-top: 16px;
}

.SNS {
    display: flex;
    margin-top: 50px;
}

.inst {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fb {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 80px;
}

.copyright{
    font-size: 14px;
    font-weight: bold;
    margin-top: 50px;
}

.footer_end{
    margin-top: 15px;
}

@media (max-width: 800px){
    .site-menu ul{
    display: block;
    text-align: center;
    }

    .site-menu li{
        margin-top: 20px;
    }

    .header{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        height: 50px;
        z-index: 10;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    }

    .header-inner{
        background-color: #fff;
        padding-left: 20px;
        padding-right: 20px;
        height: 100%;
        position: relative;
    }

    .header-logo{
        width: 100px;
    }

    .header-site-menu{
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        color: #fff;
        background-color: #736E62;
        padding-top: 30px;
        padding-bottom: 50px;
        display: none;
    }

    .header-site-menu.is-show{
        display: block;
    }
    
    .toggle-menu-button{
        display: block;
        width: 44px;
        height: 34px;
        background-image: url(../images/common/icon-menu.png);
        background-size: 50%;
        background-position: center;
        background-repeat: no-repeat;
        background-color: transparent;
        border: none;
        border-radius: 0;
        outline: none;
    }

    .main{
        padding-top: 50px;
    }

    h1{
        font-size: 24px;
    }

    .first-view{
    /* min-height: 80%; */
    /* height: 600px; */
    height: unset;
    width: 100%;
    aspect-ratio: 393 / 533;
    background-image: url(../images/fv--sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .first-view h1 {
        top: 20%;
        left: 5%;
        white-space: nowrap;
        font-size: 32px;
    }

    .about{
        background-image: url(../images/aboutback2.png);
        padding: 30px;
        min-height: 400px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .about-title{
        justify-content: center;
        margin-bottom: 100px;
        margin-bottom: 220px;
    }

    .about-img{
        width: 33px;
        height: 35px;
    }

    h2{
        font-size: 24px;
        margin-top: 9px;
    }

    .about-button {
        display: flex;
        justify-content: center;
    }

    .about-button-1 {
        max-width: 180px;
        min-height: 50px;
        border-radius: 70px;
        justify-content: center;
    }

    .about-button-1 h3 {
        margin-top: 18px;
    }


    .lineup{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .lineup-title{
        justify-content: center;
        margin-inline: auto;
    }

    .lineup-img{
        width: 33px;
        height: 35px;
    }

    .carousel {
      position: relative;
      width: 300px;
      margin: 30px auto;
    }

    .carousel img {
      width: 100%;
      justify-content: center;
    }

    .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 30px;
      background: #d00;
      color: #fff;
      border: none;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      cursor: pointer;
    }

    .arrow.left {
      left: -50px;
    }

    .arrow.right {
      right: -50px;
    }

    .caption {
      margin-top: 10px;
      font-weight: bold;
    }

    .dots {
      margin-top: 10px;
    }

    .dot {
      display: inline-block;
      width: 8px;
      height: 8px;
      background: #ccc;
      border-radius: 50%;
      margin: 0 6px 50px;
    }

    .dot.active {
      background: #d00;
    }

    .search{
        background-image: url(../images/search_back_mid.png);
        min-height: 300px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .search-title{
        justify-content: center;
    }

    .search-img{
        width: 33px;
        height: 35px;
    }

    h2{
        font-size: 24px;
        margin-top: 9px;
    }

    .search-button {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 50px;
    }

    .search-button-1 {
        max-width: 280px;
        min-height: 50px;
        border-radius: 70px;
        margin-bottom: 50px;
        justify-content: center;
    }

    .search-button-1 h3 {
        margin-top: 18px;
    }

    .search-button-1:hover {
        background-color: #a92827;
    }

    .search-button-2 {
        min-width: 260px;
        height: 50px;
        border-radius: 70px;
        margin-left: 0;
        justify-content: center;
    }

    .search-button-2 h3 {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 5px;
        margin-left: 30px;
        margin-right: 30px;
    }

    .search-button-2 img {
        margin-top: 22px;
        align-items: center;
        justify-content: center;
    }

    .search-button-2:hover {
        background-color: #a92827;
    }

    .search-end {
        position: absolute;
        bottom: 0;
    }

    .cheers {
        flex-direction: column;
        margin-bottom: 0;
    }

    .column {
        display: flex;
        justify-content: center;
    }

    .cheers-title{
        justify-content: center;
    }

    .cheers-img{
        width: 33px;
        height: 35px;
    }

    h2{
        font-size: 24px;
        margin-top: 9px;
    }

    .cheers-button {
        display: flex;
        padding-top: 30px;
    }

    .cheers-button-1 {
        max-width: 180px;
        min-height: 50px;
        border-radius: 70px;
        justify-content: center;
    }

    .cheers-button-1 h3 {
        margin-top: 14px;
    }

    .support-image {
        width: 70%;
        padding-bottom: 50px;
    }

    .form{
        background-image: url(../images/form_back_sp1.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        outline: 2px solid rgba(255, 255, 255, 0.6); /* 枠線の色・太さ */
        outline-offset: -10px; /* 内側にずらす */
    }

    .form-honbun{
        font-size: 12px;
    }

    .form-button {
        display: flex;
        justify-content: center;
    }

    .form-button-1 {
        max-width: 220px;
        min-height: 50px;
        border-radius: 70px;
        justify-content: center;
    }

    .form-button-1 h3 {
        margin-top: 18px;
    }

    .footer-logo{
        margin: 60px;
    }

    .footer-tel{
        font-size: 20px;
    }

    .copyright{
        margin-top: 50px;
    }
}

html { scroll-behavior: smooth; }          /* スムーススクロール（CSSだけでOK） */

.back-to-top{
  position: fixed;
  right: clamp(12px, 2vw, 24px);
  bottom: clamp(12px, 2vw, 24px);
  z-index: 9999;
  display: inline-grid;
  place-items: center;
  width: 100px;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
  opacity: .9;
}
.back-to-top:hover,
.back-to-top:focus{
  transform: translateY(-2px);
  opacity: 1;
  outline: none;
}
@media (prefers-reduced-motion: reduce){
  html { scroll-behavior: auto; }
  .back-to-top{ transition: none; }
}
@media (min-width: 801px){

    .about {
        position: relative;
        padding-top: 5%;
        aspect-ratio: 1920 / 1130;
    }
    .about-title {
        position: absolute;
        top: 0;

    }
    .about-button {
        position: absolute;
        bottom: 0;
    }
    .form {
        background: url(../images/form_back_pc2.jpg) no-repeat center/cover;
        aspect-ratio: 1920 / 900;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .form-honbun {
        max-width: 780px;
        width: 100%;
        margin-inline: auto;
    }
    .form-midashi-text {
        line-height: 2;
        padding: 0 1em;
    }
}


#news {
    background-color: #C32827;
    padding: 10% 0;
    overflow: hidden;
}
.newsTtl {
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2em;
}
@media (max-width: 800px){
    #news {
        padding-top: 60px;
        position: relative;
        background-color: transparent;
    }
    #news::before,#news::after {
        z-index: -1;
        content: "";
        display: block;
        position: absolute;
        background-color: #C32827;
    }
    #news::before {
        width: 120vw;
        height: 100px;
        top: 0;
        left: 50%;
        transform: translate(-50%,0);
        border-radius: 100%;
    }
    #news::after {
        width: 100%;
        height: calc(100% - 50px);
        bottom: 0;
        left: 0;
    }
    .newsTtl {
        margin-bottom: 1em;
    }

}
.newsList .date {
font-size: 20px;
color: #191919;
background-color: #fff;
border-radius: 100vw;
padding: 0 .5em;
line-height:1.8;
width: fit-content;
margin-bottom: 1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;

}
.newsList .title {
    font-size: 20px;
    line-height: 1.8;
    color: #fff;
}
.newsList li .img {
    aspect-ratio: 1 / .75;
}
.newsList li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .5em;
}
.project .in {
    display: flex;
    align-items: center;
    column-gap: 2em;
    max-width: 1500px;
    width: 100%;
    margin-inline: auto;
    padding: 30px 15px;
    line-height: 1.8;
    margin-inline: auto;
}
.project .in .img {
    width: 214px;
}
@media (max-width: 800px){
    .project .in { 
   flex-direction: column;
    }

}
.swiper-button-prev,
.swiper-button-next {
    background: url(../images/arw.png) no-repeat center/contain;
}
.swiper-button-next {
    transform: scale(-1,1);
}
.swiper-button-prev::after,
.swiper-button-next::after {
    content: none;
} 