@charset "UTF-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}
html{
  background: #ddd;
}
body {
  background: #fffdf6;
  background-size: 100px;
  color: #000000;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","メイリオ",Meiryo,Helvetica,Arial,sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.04rem;
}
::-moz-selection {
  background: #203248;
  color: #fff;
}
::selection {
  background: #203248;
  color: #fff;
}
//Firefox
::-moz-selection {
  background: #203248;
  color: #fff;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: #203248;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}
a:focus {
  outline: none;
}
img{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 4%;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;   
  -webkit-transition: all 0.6s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.6s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.6s cubic-bezier(.19, 1, .22, 1); 
}
h1,h2,h3,p,ol,li {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif ;
}




.fv{
  position: relative;
  /*
  background: url(../img/bg.jpg) no-repeat center top;*/
  background-size: cover;
  padding-bottom: 9vw;
}

/*
.logo{
  width: 27%;
  margin: 0 auto;
  padding-top: 10%;
}*/

.swiper {
  margin-top: -5%;
}
h1{
  margin-top: 1%;
  display: none;
}

h1 img {
  width: 90%;
  margin: 0 auto;
}

.fv a{
  position: absolute;
  display: block;
  left: 10.5%;
  bottom: 14%;
  width: 64%;
  -webkit-filter: drop-shadow(4px 7px 11px #08273a8c);
          filter: drop-shadow(4px 7px 11px #08273a8c);
}
.flowBtn {
  width: 64%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 3%; /* 初期値を画面内に調整 */
  left: 18%;
  -webkit-filter: drop-shadow(4px 7px 11px #08273a8c);
          filter: drop-shadow(4px 7px 11px #08273a8c);
  z-index: 1000;
  -webkit-transition: all 0.6s cubic-bezier(.19, 1, .22, 1);
  -o-transition: all 0.6s cubic-bezier(.19, 1, .22, 1);
  transition: all 0.6s cubic-bezier(.19, 1, .22, 1); 
}

.contents{
  width: 88%;
  margin: 0 auto;
  margin-top: 10%;
  z-index: 9;
  position: relative;
}


/******************** COMMON ********************/
.contents h2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 8%;
  text-align: center;
  width: 100%;
}

.contents h2 span:first-child{
  font-family: henderson-sans-basic, sans-serif;
  font-weight: 600;
  letter-spacing: -0.22rem;
  font-size: 33px;
  margin-bottom: 5%;
  width: 100%;
}
.contents h2 span:last-child{
  letter-spacing: 0.2rem;
  width: 100%;
  font-size: 17px;
}

.min-txt {
  font-size: 14px;
}


/******************** OUTLINE ********************/
.contents #outline{
  margin-bottom: 10%;
}

.contents #outline p {
  text-align: justify;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10%;
  line-height: 1.7;
}
.contents #outline ul{}
.contents #outline ul li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 1px solid #000;
  padding: 7% 0;
  position: relative;
  font-size: 17px;
}
.contents #outline ul li::before{
  content: "";
  position: absolute;
  width: 24%;
  height: 2px;
  top: 0;
  left: 0;
  background: #000;
}
.contents #outline ul li .left{
  width: 23%;
}
.contents #outline ul li .right{
  width: 77%;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5;
  font-size: 15px;
}
.contents #outline ul li .right span{
  font-size: 12px;
  margin-left: 10px;
  
}






/******************** BRANDS ********************/

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

.tab {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap : wrap;
  margin-bottom: 7%

}

.tab-company {
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  width: 100%;
  margin: 0 auto 10%;
  border: 1px solid #000;
  padding: 4%;
  background-color: #000;
  color: #fff;
  
}

.tablinks {
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  width: 50%;
  margin: 0 auto 3%;
  border: 1px solid #000;
  padding: 4% 2%;
}

.tablinks:nth-child(even) {
  border-left: none;
}

.tablinks:last-child {
  width: 100%;
}

.tablinks.active {
  background-color: #000;
  color: #fff;
}

.contents #brands{
  margin-bottom: 18%;
}
.contents #brands h2{}
.contents #brands h3{
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
  width: 100%;
  margin:0 auto 3.5%; 
  padding: 4%;
}

.tab-wrap { 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

.accordion-content {
  display: none;
  padding: 0px;
}

.contents #Tab2 ul li:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: normal;
}

.contents #Tab2 ul li:nth-child(3) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: normal;
}

.contents #Tab2 ul li:nth-child(4) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: normal;
}

 /* .contents #Tab1 li:last-child {
   margin-bottom: 30px;
 } */

.tab-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.left {
  display: flex;
  align-items: center;
  flex: 1;
}

.accordion-toggle {
  display: inline-block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  position: relative;
  margin-right: 10px; /* ボタンとテキストの間に余白を追加 */
}

.accordion-toggle::before, .accordion-toggle::after {
  content: '';
  position: absolute;
  background-color: black;
  transition: transform 0.3s ease;
}

.accordion-toggle::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}

.accordion-toggle::after {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}

.accordion-toggle.open::after {
  width: 0;
  height: 0;
}



.accordion-content {
  display: none;
  padding: 3% 0% 3% 3%;
}

.acd-txt {
  display: flex;
  align-items: flex-start !important;
  justify-content: flex-start;
  flex-direction: column !important;
  padding: 3% 0% 2% 3% !important;
  position: relative;
  font-size: 14px;
  margin-left: 4px;
  border-top: none !important;
}



.acd-txt span {
  font-size: 10px;
  padding-top: 1%;
}

.acd-txt-company {
  font-size: 13px;
  
}

.acd-txt::before {
  content: none !important;
}

.contents #brands ul li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 1px solid #000;
  padding: 6% 0;
  position: relative;
}

.contents #brands ul li::before {
  content: "";
  position: absolute;
  width: 36%;
  height: 2px;
  top: 0;
  left: 0;
  background: #000;
}

.contents #brands ul li .left{
  width: 64%;
  font-family: henderson-sans-basic, sans-serif;
  font-weight: 600;
  letter-spacing: -0.06rem;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  
}
.contents #brands ul li .left span{
  font-size: 12px;
  margin-top: 2%;
}

.contents #brands ul li .right{
  width: 36%;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  font-family: henderson-sans-basic,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","メイリオ",Meiryo,Helvetica,Arial,sans-serif;
  letter-spacing: -0.06rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents #brands ul li .right p {
  padding-right: 7%;
}

.contents #brands ul li .right span{
  letter-spacing: 0.05rem;
}

.contents #brands ul li .right span:first-child{
  font-family: henderson-sans-basic, sans-serif;
  font-weight: 600;
  font-size: 22px;
}
.contents #brands ul li .right span:last-child{
  font-size: 14px;
  margin-top: 1%;
  font-weight: normal;
}

.contents #brands ul li.rest .right span:last-child{
  margin: 0;
  margin-left: 5%;
}
.contents #brands ul li .right .tyui {
  font-size: 8px !important;
  font-weight: normal !important;
  padding-left: 4px !important;
}

.tyui-txt {
  font-size: 14px;
  font-weight: normal;
  padding: 10% 0% 5%;
}

.contents #brands .alert{
  font-size: 9px;
  width: 100%;
  line-height: 170%;
  font-weight: normal;
  text-align: justify;
}

#brands p{ /* 日付 */
margin-top: 12%;
margin-left: 3px;
margin-bottom: 15px;
font-size: 19px;
border-left: 4px solid #000;
padding-left: 5px;
}

#brands p span{ /* 日付 */
  margin-bottom: 15px;
  font-size: 13px;
  }

.cv_section { 
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 60px; 
  
  }


/******************** SCHEDULE ********************/
.contents #schedule{
  margin-bottom: 15%;
}
.contents #schedule h2{}
.contents #schedule h2 span:first-child{}
.contents #schedule h2 span:last-child{}
.contents #schedule ul{}
.contents #schedule ul li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: 1px solid #000;
  padding: 8% 0;
  position: relative;
  font-size: 17px;
}

ul ol {
  padding-inline-start: unset;
  margin-bottom: 5%;
  font-size: 1.05em;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.contents #schedule .agenda {
  margin-bottom: 8%;
}

ul ol span {
  color: #000;
  font-weight: bold;
  width: 7vw;
  height: 7vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 35px;
}
.swiper-pagination{
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-pagination span:first-child::before{
  content: "DAY 1";
  position: absolute;
  font-family: henderson-sans-basic, sans-serif;
  letter-spacing: -0.04rem;
  font-size: 14px;
}
.swiper-pagination span:last-child::before{
  content: "DAY 2";
  position: absolute;
  font-family: henderson-sans-basic, sans-serif;
  letter-spacing: -0.04rem;
  font-size: 14px;
}
.swiper-pagination-bullet{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 23vw;
  height: 7vw;
  border-radius: 40px;
  opacity: 1;
  color: color(srgb 1 1 1 / 0.8);
  background: color(srgb 0.15 0.21 0.45 / 0.36);
}


.swiper-pagination-bullet-active{
  opacity: 1;
  background: color(srgb 0.15 0.21 0.45);
  color: #fff;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 0;
    left: 0;
    width: 100%;
    bottom: unset;
}
.contents #schedule ul li::before{
  content: "";
  position: absolute;
  width: 28%;
  height: 2px;
  top: 0;
  left: 0;
  background: #000;
}
.contents #schedule ul li .left{
  width: 32%;
  font-family: henderson-sans-basic, sans-serif;
  font-weight: 600;
  letter-spacing: -0.1rem;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contents #schedule ul li .left span{
  font-size: 13px;
  margin-left: 4px;
}
.contents #schedule ul li .right{
  width: 68%;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 3%;
  font-size: 15px;
  line-height: 1.6;
}
.contents #schedule ul li .right span:first-child{
  font-family: henderson-sans-basic, sans-serif;
  font-weight: 600;
  letter-spacing: -0.16rem;
  font-size: 22px;
}
.contents #schedule ul li .right span:last-child{
  font-size: 13px;
  margin-top: 3%;
  font-weight: normal;
}
.contents #schedule .alert{
  font-size: 11px;
  width: 100%;
  line-height: 170%;
  font-weight: normal;
  text-align: justify;
}

footer {
  width: 100%;
  margin: 0 auto;
  padding: 10% 9% 30%;
  background: #ddd;
}

.mb-logo {
  width: 62%;
  margin-bottom: 10%;
}
.footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.footer-link a {
  color: #000;
  font-weight: bold;
  padding-bottom: 1px;
  font-size: 14px;
  border-bottom: 1px solid #000;
}
.footer-link span {
  font-family: henderson-sans-basic, sans-serif;
  font-weight: 600;
  letter-spacing: -0.1rem;
  font-size: 14px;
}

@media screen and (min-width:768px) {
  .sp_only{
    display: none;
  }
  
  .flowBtn {
    width: 25%;
  left: 37.5%;
  }
  
  
 body {
     max-width: 660px;
     margin: 0 auto;
     -webkit-box-shadow: 10px 0px 50px -11px #12264159;
             box-shadow: 10px 0px 50px -11px #12264159;
 }
 html::before{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  width: 100%;
  height: 100vh;
  background: url(img/pcbg.jpg) no-repeat center center;
  background-size: cover;
  z-index: -1;
  position: fixed;
 }
 
 .fv {
   padding-bottom: 10vw;
 }
 
 .swiper-pagination-bullet{
   width: 12vw;
   height: 3vw;
 }
 
 
 .contents {
    margin-top: -4%;
    width: 80%;
 }
 .contents h2 {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     -webkit-box-pack: start;
         -ms-flex-pack: start;
             justify-content: flex-start;
     margin-bottom: 5%;
     text-align: center;
     width: 100%;
 }
 .contents h2 span:first-child {
     font-family: henderson-sans-basic, sans-serif;
     font-weight: 600;
     letter-spacing: -0.22rem;
     font-size: 40px;
     margin-bottom: 4%;
     width: 100%;
 }
 .contents h2 span:last-child {
     letter-spacing: 0.2rem;
     width: 100%;
     font-size: 20px;
 }
 
 .contents h3 {
   isplay: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: flex-start;
   text-align: center;
   width: 40%;
   margin: 0 auto 4%;
   border: 2px solid #000;
   padding: 2.5%;
   
 }
 
 
 .contents #outline ul li {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     -webkit-box-pack: start;
         -ms-flex-pack: start;
             justify-content: flex-start;
     border-top: 1px solid #000;
     padding: 5% 0;
     position: relative;
     font-size: 17px;
 }
 
 .contents #outline p {
   line-height: 1.7;
   margin-bottom: 8%;
   text-align: justify;
   font-weight: normal;
   font-size: 16px;
 }
 
 /* .contents #brands ul {
     width: 104%;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
         flex-wrap: wrap;
     -webkit-box-pack: justify;
         -ms-flex-pack: justify;
             justify-content: space-between;
     margin-left: -2%;
     margin-bottom: 5%;
 }
 .contents #brands ul li {
     -webkit-box-shadow: 7px 7px 20px -4px #16172238;
             box-shadow: 7px 7px 20px -4px #16172238;
     margin-bottom: 4%;
     width: 48%;
 } */
 
 .contents #brand ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      border-top: 1px solid #000;
      padding: 5% 0;
      position: relative;
      font-size: 16px;
      line-height: 1.2;
  }
  
  .contents #brands .alert{
    font-size: 11px;
    width: 100%;
    line-height: 170%;
    font-weight: normal;
    text-align: justify;
  }

 .contents #schedule ul li {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     -webkit-box-pack: start;
         -ms-flex-pack: start;
             justify-content: flex-start;
     border-top: 1px solid #000;
     padding: 6% 0;
     position: relative;
     font-size: 17px;
 }
 
 ul ol {
   margin-bottom: 0%;
   padding-left: 4%;
   font-size: 1.2em;
 }
 
 ul ol span {
   width: 4vw;
   height: 4vw;
   font-size: 46px;
 }
 
 .alert {
   /*
   padding: 0% 3%;*/
   font-size: 13px;
 }
 
 .contents #brands ul li .left span {
   font-size: 14px;
 }

 
 .contents #schedule ul li::before {
     content: "";
     position: absolute;
     width: 21%;
     height: 2px;
     top: 0;
     left: 0;
     background: #000;
 }
 /* .contents #schedule ul li .left {
     width: 27%;
     font-family: henderson-sans-basic, sans-serif;
     font-weight: 600;
     letter-spacing: -0.16rem;
     font-size: 22px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
 } */
 .contents #schedule ul li .right {
     width: 100%;
     font-weight: normal;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: start;
         -ms-flex-align: start;
             align-items: flex-start;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
         -ms-flex-direction: column;
             flex-direction: column;
     padding-left: 3%;
 }
 .contents #schedule {
     margin-bottom: 16%;
 }
 .contents #brands {
     margin-bottom: 13%;
 }
 
 /* .contents #Tab1 li:last-child {
   margin-bottom: 20px;
 } */
 
 .contents #shisetsu {
   margin: 12% 0% 25%;
 }
 
 .contents #shisetsu .minamoa_logo {
   margin-bottom: 3%;
 }
 
 .contents #shisetsu .minamoa_logo img {
    width: 60%;
    margin: 0 auto;
  }
 
 .contents #shisetsu .minamoa img {
    margin-bottom: 4%;
  }
 
 .contents #shisetsu .minamoa p {
   font-size: 14px;
   font-weight: normal;
   line-height: 180%;
   text-align: justify;
 }
 
 footer {
     padding: 9% 9% 22%;
 }
}

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

.zoom-link a {
  position: initial; 
  display: flex;
  justify-content: center;
  width: 64%;
  border: 1.5px solid #fff;
  color: #fff;
  padding: 6% 10%;
  margin-bottom: 5%;
}

.zoom-link a:hover {
  background: #e4e3e7;
  border: 1.5px solid #e4e3e7;
  color: #333;
}

.left-company {
  width: 64%;
    font-family: henderson-sans-basic, sans-serif;
    font-weight: 600;
    letter-spacing: -0.06rem;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row !important;
}

.acd-txt-company {
  margin-top: 0% !important;
  margin-left: 2%;
  font-size: 14px !important;
}


.two-column-list {
  display: flex;
  flex-wrap: wrap;
}

.two-column-list li {
  width: calc(48% - 2px); /* 50%幅で、gapの影響を調整 */
  display: flex !important;
  align-items: flex-start !important;
  padding-top: 4% 0 !important;
  position: relative !important;
  margin-left: 6px;
}

.contents #brands .tab-wrap {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100%;
}

.contents #brands ul li .left-brand {
  width: 64%;
  font-family: henderson-sans-basic, sans-serif;
  font-weight: 600;
  letter-spacing: -0.06rem;
  font-size: 16px;
  display: flex !important;
  align-items: center !important;
  flex-direction: row !important;
}

.contents #brands .tab-wrap .right {
  width: 36%;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  font-family: henderson-sans-basic, sans-serif;
  letter-spacing: -0.06rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.brand-jp {
  font-size: 12px;
  margin-top: 2%;
}

/* アコーディオンを開いた時に下に表示されるようにする */
.contents #brands ul li {
  flex-wrap: wrap;
}

.contents #brands .accordion-content {
  width: 100%;
  flex-basis: 100%;
}

/* モーダルの基本スタイル */
.modal {
  display: none;
  position: fixed;
  z-index: 1200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}

/* モーダルのコンテンツ */
.modal-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  width: 90%;
  max-width: 400px;
  margin: 25vh auto 0;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

/* 閉じるボタン */
.close {
  color: #aaa;
  float: right;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover {
  color: black;
}

/* ボタンのスタイル */
.modal-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

.modal-btn {
  display: block;
  text-decoration: none;
  background-color: #d8dadb;
  color: #000;
  padding: 20px;
  border-radius: 0px;
  font-weight: bold;
  border: 1px solid #000; 
}

.modal-btn:hover {
  opacity: 0.75;
  transition: all 0.1s cubic-bezier(.52,.02,.85,1);
}

.modal-content p {
  font-size: 11px;
  margin-top: 20px;
  font-weight: normal;
  line-height: 160%;
}

/* モーダルが開いているときの .flowBtn 画像 */
.modal-open .flowBtn img {
  filter: grayscale(100%) brightness(0.6); /* 画像の色をグレースケール化し、少し暗くする */
  pointer-events: none; /* クリックを無効化 */
}
