@charset "utf-8";
:root{
/*--main-clr: #1E3169;
--sub-clr: #D63A80;*/
--main-clr: #002C76;
--sub-clr: #E84388
}

html {
  scroll-behavior: auto;
}

body{
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: normal;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #242424;
  --sub: "Syncopate", sans-serif;
}

@media screen and (max-width: 768px) {
  body{
    font-size: max(1.3rem, 1.8vw) ;
  }
}
@media screen and (max-width: 340px) {
  html{
    font-size: 8px;
  }
}

[id] {
  scroll-margin-top: 270px;
}

.sp{ display: none !important;}
.pc{ display: block !important;}

@media only screen and (max-width: 1100px) {
  .sp{ display: block !important;}
  .pc{ display: none !important;}
}

.sp2{ display: none !important;}
.pc2{ display: block !important;}

@media only screen and (max-width: 768px) {
  .sp2{ display: block !important;}
  .pc2{ display: none !important;}
  span.spbr br{display: inline !important;}
}

.abs{
  position: absolute;
}

span.spbr br{
  display: none !important;
}

.img_bg{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
}

/*animation 初期非表示*/
.js_fade,
.js_blur,
.js_scale1,
.js_rotate,
.js_move_down,
.js_move_up,
.js_stretch {
  visibility: hidden;
}
.js_fade.move-actived,
.js_blur.move-actived,
.js_scale1.move-actived,
.js_rotate.move-actived,
.js_move_down.move-actived,
.js_move_up.move-actived,
.js_stretch.move-actived {
  visibility: inherit;
}

.f_row1{
  display: flex;
  flex-wrap:wrap;
}

@media screen and (max-width: 1024px) {
  .f_row1>.box{
    width: 100%;
  }
}

.wrap {
  position: relative;
  max-width: 1480px;
  padding: 0 40px;
  margin: 0 auto;
  width: 100%;
}


@media screen and (max-width: 768px) {
  .wrap {
      padding: 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .wrap {
      padding: 0 2.7vw;
  }
}
@media screen and (max-width: 340px) {
  .wrap {
      padding: 0 10px;
  }
}
#all_wrap{
  opacity: 0;
  transition: all 0.3s ease;
}

#all_wrap.active{
  opacity: 1;
}

.gf{
  font-family: "Syncopate", "Noto Sans JP", sans-serif;
}
.gf2{
  font-family: "Noto Serif JP", sans-serif;
}

h1,h2,h3{
  font-weight: 700;
}

img{
  width: 100%;
  height: auto;
}
a{
  color: var(--main-clr);
  /*text-decoration: underline;*/
}

.wedget_sponsor_group a[target="_blank"]{
  padding-right: 0;
 }
.wedget_sponsor_group a[target="_blank"]::after{
  display: none;
 }
button,
a{
  cursor: pointer;
  transition: opacity 0.2s ease;
}
button{
  font-weight: 500;
}

button:hover,
a:hover{
  opacity: 0.5;

}
a.button{
  text-decoration: none;
}

.abs{
  position: absolute;
}

@media screen and (max-width: 1024px) {
  a:hover{
    opacity: 1;
  }
}

img{
  width: 100%;
}


/*
  共通パーツ
*/
.headline_l{
  display: flex;
  align-items: center;
  flex-wrap:wrap;
  gap: 0 7px;
  font-weight: bold;
  text-align: left;
  color: var(--main-clr);
  margin-bottom: 30px;
}

.headline_l.clr_wh{
  color:#fff;
}

.headline_l i{
  width:59px;
  height:47px;
  margin-top: -5px;
  background-color:var(--sub-clr);
  -webkit-mask: url("../svg/icon_headline.svg") no-repeat center / contain;
  mask: url("../svg/icon_headline.svg") no-repeat center / contain;
}

/* 白アイコン */
.headline_l i.mask_sub{
  background-color:#fff;
}

.headline_l i.mask_main{
  background-color:var(--main-clr);
}

.headline_l strong{
  font-size: 3.8rem;
  font-family: var(--sub);
}

.headline_l .ja,
.headline_l span{
  font-size: 1.5rem;
  font-weight: normal;
}

@media screen and (max-width: 1024px) {
  .headline_l strong{
    font-size: 3.4rem;
  }
}

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

  .headline_l {
    margin-bottom: 15px;
  }

  .headline_l i{
    width:7.68%;
    height: auto;
    aspect-ratio: 59 / 47;
    margin-top: -5px;
    background-color:var(--sub-clr);
    -webkit-mask: url("../svg/icon_headline.svg") no-repeat center / contain;
    mask: url("../svg/icon_headline.svg") no-repeat center / contain;
  }

  .headline_l strong{
    font-size: max( 2.3rem, 4.375vw );
  }

  .headline_l .ja,
  .headline_l span{
    font-size: max( 1.3rem, 2.34vw);
    margin-bottom: 5px;
  }
}


.headline_m {
  position: relative;
  font-size: 2.4rem;
  text-align: left;
  color: #242424;
  padding-left: 30px;
  font-weight: bold;
  line-height: 1.3;
  padding: 0.2em 0 0.2em 30px;
  margin-bottom: 40px;
}

.headline_m.center{
  text-align: center;
}

.headline_m::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 14px;
  background: var(--main-clr);
}

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

  .headline_m{
    font-size: max(1.8rem, 3.4vw);
    padding-left: 25px;
    margin-bottom: 20px;
  }

  .headline_m::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 10px;
    background: var(--main-clr);
  }

}

.headline_center{
  position: relative;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  color: #242424;
  margin-bottom: 23px;
}
@media screen and (max-width: 768px) {
  .headline_center{
    font-size: max(1.4rem, 5vw);
    margin-bottom: 23px;
  }
}
.headline_s{
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .headline_s {
    font-size: max(1.6rem, 3.2vw);
  }
}

.headline_ss{
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .headline_ss{
    font-size: max(1.5rem, 2.8vw);
  }
}

.headline_border{
  position: relative;
  font-size: 2.8rem;
  padding: 17px 22px;
  line-height: 1.3;
  /*background: #F9FAFB;*/
  background: #EDEFF4;
  margin-bottom: 40px;
}

.headline_border::before,
.headline_border::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    width: 5em;
    background: var(--sub-clr);
    z-index: 3;
}

.headline_border::after{
  background:var(--main-clr);
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .headline_border{
    position: relative;
    font-size: max(2.2rem,5.5vw);
    padding: 0.5em 0.5em;
    line-height: 1.3;
    margin-bottom: 30px;
  }
}

/*ボタン*/
.button1{
  position: relative;
  width: 316px;
  border: 1px solid var(--main-clr);
  font-weight: bold;
  font-size: 2rem;
  color: var(--main-clr);
  border-radius: 5px;
  padding: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.button1::after{
  content: '';
  position: absolute;
  top: auto;
  right: 11px;
  width: 13px;
 aspect-ratio: 13 / 9;
  background: url(../svg/button_arrow.svg) no-repeat  50% 50% / 100%;
}

.button1.clr_wh{
  color: #fff;
  border: 1px solid #fff;
}
.button1.clr_wh::after{
  background: url(../svg/button_arrow_wh.svg) no-repeat  50% 50% / 100%;
}

.button2{
  position: relative;
  width: 250px;
  border: 1px solid var(--main-clr);
  font-weight: bold;
  font-size: 2rem;
  color: var(--main-clr);
  border-radius: 5px;
  padding: 0.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.button2::after{
  content: '';
  position: absolute;
  right: 14px;
  top: 21px;
  width: 0.5em;
  height: 0.5em;
  border-top: 3px solid var(--main-clr);
  border-right: 3px solid var(--main-clr);
  transform: rotate(45deg);
}




.button_s1{
  position: relative;
  width: 147px;
  border: 1px solid var(--main-clr);
  font-weight: bold;
  font-size: 1.6rem;
  text-align: left;
  color: var(--main-clr);
  border-radius: 5px;
  padding: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.button_s1::after{
  content: '';
  position: absolute;
  top: auto;
  right: 11px;
  width: 10px;
  height: 7px;
  background: url(../svg/button_arrow.svg) no-repeat  50% 50% / 100%;
}

.button_s1.clr_wh{
  color: #fff;
  border: 1px solid #fff;
}

.button_s1.clr_wh::after{
  background: url(../svg/button_arrow_wh.svg) no-repeat  50% 50% / 100%;
}
@media screen and (max-width: 1200px) {
  .button_s1{
    position: relative;
    width: 181px;
    font-size: 1.9rem;
  }

  .button_s1::after{
    width: 6%;
    aspect-ratio: 12/9;
    height: auto;
    background: url(../svg/button_arrow.svg) no-repeat  50% 50% / 100%;
  }

}

@media screen and (max-width: 768px) {
  .button_s1{
    width: 26.28vw;
    font-size: max(1.4rem,2.96vw);
  }

}

.button_s2{
  position: relative;
  min-width: 147px;
  border: 1px solid var(--main-clr);
  font-weight: bold;
  font-size: 16px;
  text-align: left;
  color: var(--main-clr);
  border-radius: 5px;
  padding: 0.1em 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}

.button_s2::after{
  content: '';
  position: absolute;
  top: auto;
  right: 11px;
  width: 10px;
  height: 7px;
  background: url(../svg/button_arrow.svg) no-repeat  50% 50% / 100%;
}

.button_s2.clr_wh{
  color: #fff;
  border: 1px solid #fff;
}

.button_s2.clr_wh::after{
  background: url(../svg/button_arrow_wh.svg) no-repeat  50% 50% / 100%;
}

.button_detail{
  position: relative;
  font-family: var(--sub);
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  width: 200px;
  display: flex;
  align-items: center;
  padding-right: 20px;
}

.button_detail::after{
  content: '';
  position: absolute;
  top: auto;
  margin-top: -2px;
  right: 0px;
  width: 19px;
  height: 14px;
  background: url(../svg/button_arrow_wh.svg) no-repeat  50% 50% / 100%;
}

@media screen and (max-width: 768px) {
  .button_detail{
    font-size: 3.125vw;
    padding-right: 2em;
    width: auto;
  }

  .button_detail::after{
    position: absolute;
    top: auto;
    margin-top: -2px;
    right: 0px;
    width: 1em;
    height: auto;
    aspect-ratio: 19 / 14;
  }
}

.link{
  font-weight: bold;
  color: var(--main-clr);
  text-decoration: underline;
}

.update{
  text-align: right;
  margin-bottom: 10px;
  font-size: 1.6rem;
}

/*※リスト*/
.note_list1 li {
    margin-left: 1.2em;
    text-indent: -1.2em;
    line-height: 2;
}


.dot_list>li{
	font-size: 2rem;
	position: relative;
	padding-left:1.5em;
}

.dot_list>li::after{
	content:"";
	position: absolute;
	display: block;
	width: 1em;
	height:1em;
	top:0.5em;
	left:0;
  border-radius: 50%;
  background: var(--sub-clr);
  transform: scale(0.5);
}

@media screen and (max-width: 768px) {
  .dot_list>li{
    font-size: max(1.5rem, 2.2vw) ;
    position: relative;
    padding-left:1.5em;
  }
}


/* ページナビ */
.page_nav{
  padding: 65px 0 80px;
}

.page_nav ul{
  display: flex;
  justify-content: center;
  flex-wrap:wrap;
  gap:32px;
}

.page_nav ul li {
  width: calc((100% - 20px) / 3);
  max-width: 240px;
}

.page_nav ul li > a{
  position: relative;
  width: 100%;
  border: 1px solid var(--main-clr);
  border-radius: 8px;
  background: #fff;
  color: var(--main-clr);
  display: block;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  padding: 0.6em 0.4em;
  font-weight: bold;
  justify-content: center;
}

.page_nav ul li > a.active {
  background: var(--main-clr);
  color: #fff;
}

.page_nav ul li > a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--main-clr);
  border-right: 2px solid var(--main-clr);
  transform: translateY(-50%) rotate(45deg);
}

.page_nav ul li > a.active::after {
  border-color: #fff;
}

@media screen and (max-width: 768px) {
  .page_nav {
    padding: 20px 0 40px;
  }
  .page_nav ul{
    gap:1em;
    flex-direction: column;
    width: 100%;
  }
  .page_nav ul li {
    width: 100%;
    max-width: none;
  }
  .page_nav ul li > a{
    font-size: 4vw;;
  }
  .page_nav ul li > a::after {
    right: 5%;
  }
}

/*ローカルナビ*/
.local_nav{
  padding: 65px 0 80px;
}

.local_nav ul{
  display: flex;
  justify-content: center;
  gap:32px;
}

.local_nav ul li {
  width: calc((100% - 20px) / 3);
  max-width: 240px;
}

.local_nav ul li > a{
  position: relative;
  width: 100%;
  border: 1px solid var(--main-clr);
  border-radius: 8px;
  background: #fff;
  color: var(--main-clr);
  display: block;
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  padding: 0.6em 0.4em;
  justify-content: center;
}

.local_nav ul li > a.active {
  background: var(--main-clr);
  color: #fff;
}

.local_nav ul li > a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--main-clr);
  border-right: 2px solid var(--main-clr);
  transform: translateY(-50%) rotate(135deg);
}

.local_nav ul li > a.active::after {
  border-color: #fff;
}

@media screen and (max-width: 768px) {
  .local_nav {
    padding: 20px 0 40px;
  }
  .local_nav ul{
    gap:1em;
    flex-direction: column;
    width: 100%;
  }
  .local_nav ul li {
    width: 100%;
    max-width: none;
  }
  .local_nav ul li > a{
    font-size: 4vw;
  }
  .local_nav ul li > a::after {
    right: 5%;
  }
}

.link_box_list{
  display: flex;
  gap:40px;
}

.link_box_list>li{
  width:calc((100% - 40px) / 2) ;
}

.link_box .head{
  font-size: 2.4rem;
  line-height: 1;
  padding: 20px;
  font-weight: bold;
  text-align: center;
  border:1px solid var(--sub-clr);
  background: var(--sub-clr);
  color: #fff;
}

.link_box.general .head{
  background: #EDEFF4;
  color: var(--sub-clr);
}

.link_box .body{
  border:1px solid var(--sub-clr);
  border-top: none;
  padding: 44px 47px 57px;
}

.link_box .body>.ttl{
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.45;
  margin-bottom: 25px;
}

.link_box .list{
  display: flex;
  gap:6%;
  justify-content: center;
}
.link_box .list>li{
  width:calc( (100% - 6%) / 2);
  max-width: 285px;
  aspect-ratio: 285 / 136;
}

.link_box .list>li img.rug{
  width: calc((210 / 285 ) * 100% );
  margin-top: 0em;
}

.link_box .list>li img.pia{
  width: calc((240 / 285 ) * 100% );
  margin-top: 0em;
}

.link_box .list>li a{
  position: relative;
  border:1px solid #D6D6D6;
  aspect-ratio: 285 / 136;
  display: block;
}

.link_box .list>li img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
}

.link_box .list>li a::after{
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--main-clr);
  border-right: 2px solid var(--main-clr);
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 1200px) {
  .link_box .head {
     font-size: 2vw;
  }
  .link_box .body>.ttl {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 1024px) {
  .link_box_list {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .link_box_list>li {
    width: 100%;
  }

  .link_box .body {
    padding: 20px 20px 30px;
  }

  .link_box .head {
    font-size:max(1.8rem, 4vw);
  }
  .link_box .body>.ttl {
    font-size: max(1.5rem, 3.8vw);
  }
}


/*
/タブ
*/
.tab_block{
  width: 100%;
}

.tab_head{
  display: flex;
  flex-wrap: wrap;
}

.tab_head li{
  width: 50%;
}

.tab_head li a{
  position: relative;
  display: block;
  width: 100%;
  padding: 12px 15px;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  color: var(--sub-clr);
  text-decoration: none;
  border: 1px solid var(--sub-clr);
}

.tab_head li a .en{
  font-family: var(--sub);
}

.tab_head li.active a{
  background: var(--sub-clr);
  color: #fff;
}

.tab_head li.active a::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -16px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid #e63888;
  z-index: 1;
}
.top_wrap .tab_body{
  padding: 0px 0 0;
}
.tab_body{
  position: relative;
  padding: 80px 0 0;
}

.tab_body .tab_group{
  display: none;
  opacity: 0;
}

.tab_body .tab_group.active{
  display: block;
  opacity: 1;
}

.tab_body .tab_group.is-show{
  display: block;
}

.tab_body .tab_group.is-fade{
  transition: opacity .35s ease;
}

.tab_body .figure{
  max-width: 1186px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 1024px){
  .tab_head{
    display: flex;
    flex-wrap: wrap;
  }

  .tab_head li{
    width: 100%;
    order:1;
  }

  .tab_head li.active{
    z-index: 2;
    order:2;
  }

  .tab_head li a{
    min-height: 54px;
    padding: 14px 10px;
    font-size: 1.6rem;
  }
  .tab_body{
    padding: 50px 0 0;
  }

  .tab_body .figure{
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .tab_head li a{
    min-height: 54px;
    padding: 14px 10px;
    font-size: max(1.6rem, 4vw);
  }
}
/*
ソートリスト
*/
.sort_list{
  display: flex;
  flex-wrap:wrap;
  gap: 0.1em 1.7em;
  font-size: 24px;
  justify-content: center;
  margin-bottom: 40px;
}
.sort_list>li>a{
  font-family: var(--sub);
  font-weight: bold;
  text-decoration: underline;
  color: var(--main-clr);
}
@media screen and (max-width: 1400px) {
  .sort_list{
    font-size: 1.71vw;
  }
}

@media screen and (max-width: 1024px) {
  .sort_list{
    font-size:max(1.5rem,3vw);
    gap:0.8em 0;
    justify-content: flex-start;
  }
  .sort_list>li{
    width: 16.6%;
    line-height: 1;
    text-align: left;
  }
}
.lower_container,
.top_container{
  padding-top: 100px;
  overflow: hidden;
}

.lower_contents.bg01{
  background: #EDEFF4;
}

.lower_contents{
  position: relative;
  padding-bottom: 80px;
}

.content.mgn_t{
  padding-top: 60px;
}

.content>.section{
  padding-bottom: 80px;
}

@media screen and (max-width: 1200px) {
  .lower_container,
  .top_container {
    padding-top: 80px;
  }

  .lower_contents{
    padding-bottom: 40px;
  }

  .content.mgn_t{
    padding-top: 20px;
  }

  .content>.section{
    padding-bottom: 40px;
  }


}

header a{
  text-decoration: none;
}

header {
  position: fixed;
  height: 100px;
  left: 0;
  top: 0;
  width: 100%;
  gap: 30px;
  display: flex;
  align-items: center;
  padding: 0 35px;
  z-index: 100;
  display: flex;
  background: #fff;
  justify-content: flex-end;
  padding-right: 100px;
  gap:63px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  z-index: 100;
}

header .bg{
  position: absolute;
  left:0;
  top:0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

header .logo_box {
  position: absolute;
  left: 20px;
  top: 5px;
  display: flex;
  width: 180px;
}

header .menu1{
  display: flex;
  align-items: center;
  gap:37px;
}

header .menu1>li> a .inr {
  position: relative;
  display: flex;
  gap: 5px;
  align-items: center;
  padding-left: 20px;
}


header .menu1>li> a .inr i{
  line-height: 1;
  position: absolute;
  left:0;
  top:0;
}

header .menu1>li> a .inr.icon_ticket {
  padding-left: 25px;
}

header .menu1>li> a .inr.icon_team {
  padding-left: 30px;
}

header .menu1>li> a .inr.icon_funclub{
  padding-left: 25px;
}

header .menu1>li> a .inr.icon_rugby i{
  width: 15px;
  aspect-ratio: 15 / 18;
  margin-top: -2px;
  background-color: var(--main-clr);
  -webkit-mask: url('../svg/icon_rugby.svg') no-repeat center / 100%;
  mask: url('../svg/icon_rugby.svg') no-repeat center / 100%;
}

header .menu1>li> a .inr.icon_ticket i{
  width: 20px;
  aspect-ratio: 20 / 16;
  margin-top: -3px;
  background-color: var(--main-clr);
  -webkit-mask: url('../svg/icon_ticket.svg') no-repeat center / 100%;
  mask: url('../svg/icon_ticket.svg') no-repeat center / 100%;
}

header .menu1>li> a .inr.icon_team i{
  width: 27px;
  aspect-ratio: 27 / 16;
  margin-top: -3px;
  background-color: var(--main-clr);
  -webkit-mask: url('../svg/icon_team.svg') no-repeat center / 100%;
  mask: url('../svg/icon_team.svg') no-repeat center / 100%;
}

header .menu1>li> a .inr.icon_funclub i{
  width: 23px;
  aspect-ratio: 23 / 18;
  margin-top: -2px;
  background-color: var(--main-clr);
  -webkit-mask: url('../svg/icon_funclub.svg') no-repeat center / 100%;
  mask: url('../svg/icon_funclub.svg') no-repeat center / 100%;
}


header .menu1>li> a .inr img{
  vertical-align: middle;
}

header .menu1>li> a .inr strong{
  font-size: 1.6rem;
  color: var(--main-clr);
  font-family: var(--sub);
  line-height: 1;
}

header .menu1>li> a span{
  font-size: 1rem;
  text-align: center;
  display: block;
}


header .sns{
  display: flex;
  gap:20px;
  padding-right: 50px;
}

header .sns>li>a{
  display: block;
}

header .sns img{
  width: 100%;
}

header .sns>li.icon_insta{
  width: 31px;
}

header .sns>li.icon_x{
  width: 34px;
}

header .sns>li.icon_x a{
  display: block;
  aspect-ratio: 34 / 31;
  background-color: var(--main-clr);
  -webkit-mask: url('../svg/icon_x.svg') no-repeat center / 100%;
  mask: url('../svg/icon_x.svg') no-repeat center / 100%;
}

header .sns>li.icon_insta a{
  display: block;
  aspect-ratio: 31 / 31;
  background-color: var(--main-clr);
  -webkit-mask: url('../svg/icon_insta.svg') no-repeat center / 100%;
  mask: url('../svg/icon_insta.svg') no-repeat center / 100%;
}



header nav {
  position: fixed;
  top: 100px;
  height: calc(100dvh - 100px) ;
  width: 340px;
  left:auto;
  right: 0;
  text-align: left;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  visibility: hidden;
  background: #fff;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  display: none;
  flex-direction: column;
  z-index: 1001;
  border-radius: 0;
  gap:0;
  background: var(--main-clr);
  padding:40px 30px 40px 50px;
}

header.block nav.slide{
  display: flex;
  right: -340px;
}

header.block.active nav{
  opacity: 1;
  visibility: visible;
  justify-content: flex-start;
}

header.block.active nav.slide{
  opacity: 1;
  right: 0px;
}

header nav .menu2>li{
  position: relative;
}

header nav .menu2>li>a{
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1;
  font-family: var(--sub);
  padding: 0.8em 0;
  display: block;
}

header nav .menu2>li>a strong{
  font-size: 1.8rem;
  display: block;
  line-height: 1;
  margin-bottom: 0.3em;
}
header nav .menu2>li>a span{
  font-size: 1.2rem;
  display: block;
  line-height: 1;
}

header nav .submenu{
  margin-bottom: 20px;
  display: none;
}

header nav .submenu>li>a{
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1;
  text-align: left;
  color: #fff;
  display: block;
  padding: 0.8em 1em;
}

.sp_memu_button{
  position: absolute;
  right: 0;
  top: 15px;
  width: 40px;
  height: 30px;
  display: block;
  caret-color: transparent;
}
.sp_memu_button:hover{
  background-color: #359;
  opacity: 0.6;
}

.sp_memu_button span{
  position: relative;
  display: block;
  width: 13px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
}

.sp_memu_button span::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 13px;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: opacity .3s;
}

header nav .menu2>li .sp_memu_button.open span::after{
  opacity: 0;
}

header .sns>li img{
  width: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 1300px) {
  header {
    gap: 40px;
  }
}
@media screen and (max-width: 1200px) {

  header{
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  }

  header nav {
    height: calc(100dvh - 80px) ;
    top: 80px;
  }

  header .menu1{
    display: none;
  }

  header {
    position: fixed;
    height: 80px;
    padding-right: 94px;
  }

  header .logo_box {
    left: 15px;
    width: 297px;
  }

  header .sns {
    gap: 2vw;
    align-items: center;
    padding-right: 10px;
    margin-top: 0;
  }

  header .sns>li.icon_insta{
    max-width: 30px;
    width: 5vw;
  }

  header .sns>li.icon_x{
    max-width: 33px;
    width: 5.1vw;
  }

  header .sns>li img{
      width: 100%;
      vertical-align: middle;
  }


  header .logo_box {
    left: 15px;
    max-width: 150px;
    width: 57%;
  }

}
@media screen and (max-width: 768px) {
    header .sns {
      padding-right: 0px;
    }
    header .logo_box {
      left: 5px;
      max-width: 120px;
      width: 57%;
    }

}



/*メニューボタン*/
header #menu_button {
  position: fixed;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  background: var(--main-clr);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1010;
  caret-color: transparent;
}

header #menu_button:focus,
header #menu_button:active{
  outline: none;
  box-shadow: none;
}

/* ボタン枠 */
header #menu_button > div{
  position: relative;
  width: 40px;
  height: 30px;
}

/* 線 */
header #menu_button > div > div{
  position: absolute;
  width: 100%;
  height: 4px;
  background: #fff;
  left: 0;
  transition: all .3s ease;
}

/* 上 */
header #menu_button > div > div:nth-child(1){
  top: 0;
}

/* 中 */
header #menu_button > div > div:nth-child(2){
  top: 50%;
  transform: translateY(-50%);
}

/* 下 */
header #menu_button > div > div:nth-child(3){
  top: 100%;
  transform: translateY(-100%);
}

header.active #menu_button > div > div:nth-child(1){
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

header.active #menu_button > div > div:nth-child(2){
  opacity: 0;
}

header.active #menu_button > div > div:nth-child(3){
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 1200px) {

  header #menu_button {
    height: 80px;
    width: 80px;
  }
}
@media screen and (max-width: 480px) {
  .lower_container, .top_container {
      padding-top: 60px;
  }
  header #menu_button {
    height: 60px;
    width: 60px;
  }
  header #menu_button > div {
      position: relative;
      width: 25px;
      height: 24px;
  }
  header #menu_button > div > div {
      height: 2px;
  }

  header{
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  }

  header nav {
    height: calc(100dvh - 60px) ;
    top: 60px;
  }


  header {
    height: 60px;
    padding-right: 74px;
  }



  header .sns {
    gap: 3vw;
    align-items: center;
    padding-right: 10px;
    margin-top: 0;
  }

  header .sns>li.icon_insta{
    max-width: 30px;
    width: 5vw;
  }

  header .sns>li.icon_x{
    max-width: 33px;
    width: 5.1vw;
  }

  header .sns>li img{
      width: 100%;
      vertical-align: middle;
  }
    header .logo_box {
        max-width: 110px;
    }

}
@media screen and (max-width: 340px) {
  .lower_container, .top_container {
      padding-top: 50px;
  }
  header #menu_button {
    height: 50px;
    width: 50px;
  }
    header {
        height: 50px;
        padding-right: 64px;
    }
    header .sns {
        padding-right: 0px;
    }
  header nav {
    height: calc(100dvh - 50px) ;
    top: 50px;
  }
  header .logo_box {
      max-width: 90px;
  }

}

.nav_bg{
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  left:0;
  top:0;
  background: rgba(0, 0, 0, 0.53);
  z-index: 99;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.nav_bg.fade-in {
  opacity: 1;
  pointer-events: auto;
}

.nav_bg.fade-out {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}




#pagetop{
  position: fixed;
  width: 109px;
  right:20px;
  bottom:20px;
  z-index: 10;
  overflow: hidden;
}

#pagetop.open a{
  opacity: 1;
  display: block;
  transform: translateY(0%);
}

#pagetop a{
  display: block;
  transition: all ease 0.19s;
  transform: translateY(101%);
}

@media screen and (max-width: 1100px) {
  #pagetop{
    width: 70px;
    right:5px;
  }
}
@media screen and (max-width: 640px) {
  #pagetop{
    width: 50px;
    right:5px;
  }
}
footer {
  position: relative;
  padding-bottom: 47px;
}

footer .sns_area{
  padding: 60px 0;
  background: var(--sub-clr);
}
footer .sns{
  position: relative;
  display: flex;
  justify-content: center;
  gap:91px;
}
footer .sns>li{
  position: relative;
  width: 127px;
}


footer .sns>li:nth-child(1)::after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
  height: 50%;
  width: 1px;
  background: #fff;
}

footer .sns>li> a{
  display: block;
  text-align: center;
  color: #fff;
}

footer .sns>li> a .icon{
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  margin: 0 auto;
}

footer .sns>li> a .icon .icon_x{
  width: 45px;
  margin-bottom: 0px;
}

footer .sns>li> a .icon .icon_insta{
  width: 40px;
}

footer .sns>li> a .ttl{
 font-size: 2rem;
 font-weight: bold;
 text-align: center;
 margin-bottom: 12px;
}

footer .sns>li> a .follow{
  border:1px solid #FFFFFF;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  padding: 0.1em;
}
footer .footer_bottom{
  background: var(--main-clr);
}

footer .menu{
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  justify-content: center;
  justify-content: center;
  gap:2.2em;
  padding: 29px 0;
}
footer .menu a{
  color: #fff;
}

footer .logo{
  margin:60px auto 20px;
  width: 220px;
}

footer .copy{
  font-size: 1.4rem;
  text-align: center;
  color: #686868;
}
footer .group_bnr{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
footer .group_bnr li{
  max-width: 220px;
}
@media screen and (max-width: 1100px) {
  footer .sns_area{
    padding: 40px 0;
  }

  footer .menu{
    max-width: 500px;
    flex-wrap: wrap;
    margin: 0 auto;
    font-size: 1.8rem;
    gap:0.2em 2em;
  }

  footer .sns>li{
    position: relative;
    width: 22.96vw;
    min-width: 120px;
  }

  footer .sns>li> a .ttl {
    font-size: 3.7vw;
    margin-bottom: 0.5em;
  }

  footer .sns>li> a .follow {
      font-size: 1.7rem;
      line-height: 1.8;
      border-radius: 4px;
      padding: 0em 0.2em;
  }
}

@media screen and (max-width: 768px) {
  footer .sns {
    gap: 12vw;
  }

  footer .menu{
    font-size: 3.4vw;
    gap:0.2em 2em;
  }

  footer .copy {
    font-size: 2.7vw;
  }


  footer .logo{
    margin:2em auto 1em;
    width: 31.875vw;
  }

  footer .sns>li{
    width: 22.9vw;
    font-size: 1.7rem;
  }

  footer .sns>li:nth-child(1)::after{
    right: -6vw;
    width: 1px;
    background: #fff;
  }

  footer .sns>li> a .icon .icon_x{
    width: 7.5vw;
    margin-bottom: 0px;
  }

  footer .sns>li> a .icon .icon_insta{
    width: 7.4vw;
  }

}

.lower_head{
  position: relative;
  background: var(--sub-clr);
  height: 150px;
  align-items: center;
  display: flex;
  margin: 0 auto;
  padding: 0 30px;
}

.lower_head .headline_l {
  margin-bottom: 0;
  max-width: 1650px;
  margin: 0 auto;
  width: 100%;
}

.lower_head .bg{
  position: absolute;
  right:0;
  top:0;
  width: 480px;
}

@media screen and (max-width: 768px) {
  .lower_head{
    position: relative;
    height: 100px;
    align-items: center;
    display: flex;
    padding: 0 20px;
  }

  .lower_head .headline_l {
    margin-bottom: 0;
  }

  .lower_head .bg{
    position: absolute;
    right:0;
    top:0;
    width: auto;
    height: 100px;
  }

  .lower_head .bg {
    right:-10%;
  }
}
@media screen and (max-width: 425px) {
  .lower_head .bg {
    right:-20%;
  }

}
@media screen and (max-width: 340px) {
  .lower_head{
    height: 80px;
  }

}


/*ページャー*/
.cmp_pager {
  letter-spacing: -0.5em;
  padding: 0;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  position: relative;;
  width: 100%;
}

.cmp_pager li{
  display: inline-block;
  margin: 0px;
  font-weight: normal;
  text-align: center;
  letter-spacing: normal;
  vertical-align: middle;
  margin: 0 5px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.cmp_pager li:first-child{border-right:none;}
.cmp_pager li:last-child{border-right:none;}
.cmp_pager li:nth-last-child(2){border-right: #152A87;}

.cmp_pager span {
  position: relative;
  display: block;
  height: 44px;
  width: 44px;
  line-height: 42px;
  border-radius: 50%;
  font-size:  1.8rem;
  background: var(--main-clr);
  color:#fff;
  border:1px solid var(--main-clr);
  font-weight: bold;
}
.cmp_pager span.leader{
  background: none;
  color:var(--main-clr);
  border:none;
}

.cmp_pager a{
  position: relative;
  display: block;
  height: 44px;
  width: 44px;
  line-height: 42px;
  border-radius: 50%;
  font-size:  2rem;
  background: #fff;
  color:var(--main-clr);
  border:1px solid var(--main-clr);
  font-weight: bold;
  text-decoration: none;
}

.cmp_pager a:hover{
    opacity: 0.6;
}

.cmp_pager .next{
  height: auto;
}

.cmp_pager .next span,
.cmp_pager .next a{
  position: relative;
  padding-left: 0px;
  text-align: right;
  display: block;
  font-size: 2rem;
  color: var(--main-clr);
  width: auto;
  padding-right: 0;
  background: transparent;
  font-weight: normal;
  border:0;
  width: 44px ;
  overflow: hidden;
  text-indent: 100%;
}

.cmp_pager .prev span,
.cmp_pager .prev a {
  position: relative;
  padding-left: 0px;
  text-align: right;
  display: block;
  font-size: 1.8rem;
 color: var(--main-clr);
  width: auto;
  padding-left: 0;
  background: transparent;
  font-weight: normal;
  border:0;
  width: 44px ;
  overflow: hidden;
  text-indent: 100%;
}

.cmp_pager .prev span::after,
.cmp_pager .prev a::after{
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width:13px;
  margin-left: -6px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212.917%22%20height%3D%2220.833%22%20viewBox%3D%220%200%2012.917%2020.833%22%3E%3Cg%20transform%3D%22translate(0%2020.833)%20rotate(-90)%22%3E%3Crect%20width%3D%223.653%22%20height%3D%2214.614%22%20rx%3D%221.827%22%20transform%3D%22translate(0%202.583)%20rotate(-45)%22%20fill%3D%22%23002C36%22/%3E%3Crect%20width%3D%223.653%22%20height%3D%2214.614%22%20rx%3D%221.827%22%20transform%3D%22translate(18.249)%20rotate(45)%22%20fill%3D%22%23002C36%22/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 50% 50%;
  transform:rotate(180deg);
}

.cmp_pager .next span::after,
.cmp_pager .next a::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width:13px;
  margin-left: -6px;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212.917%22%20height%3D%2220.833%22%20viewBox%3D%220%200%2012.917%2020.833%22%3E%3Cg%20transform%3D%22translate(0%2020.833)%20rotate(-90)%22%3E%3Crect%20width%3D%223.653%22%20height%3D%2214.614%22%20rx%3D%221.827%22%20transform%3D%22translate(0%202.583)%20rotate(-45)%22%20fill%3D%22%23002C36%22/%3E%3Crect%20width%3D%223.653%22%20height%3D%2214.614%22%20rx%3D%221.827%22%20transform%3D%22translate(18.249)%20rotate(45)%22%20fill%3D%22%23002C36%22/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: 50% 50%;
  transform:rotate(0deg);
}


.cmp_pager .prev span,
.cmp_pager .next span{
  pointer-events: none;
  position: relative;
  display: block;
}

.cmp_pager .prev span::after,
.cmp_pager .next span::after{
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212.917%22%20height%3D%2220.833%22%20viewBox%3D%220%200%2012.917%2020.833%22%3E%3Cg%20transform%3D%22translate(0%2020.833)%20rotate(-90)%22%3E%3Crect%20width%3D%223.653%22%20height%3D%2214.614%22%20rx%3D%221.827%22%20transform%3D%22translate(0%202.583)%20rotate(-45)%22%20fill%3D%22%23cccccc%22/%3E%3Crect%20width%3D%223.653%22%20height%3D%2214.614%22%20rx%3D%221.827%22%20transform%3D%22translate(18.249)%20rotate(45)%22%20fill%3D%22%23cccccc%22/%3E%3C/g%3E%3C/svg%3E");
}



.cmp_pager .first a,.cmp_pager .first span,
.cmp_pager .prev span,
.cmp_pager .next span,
.cmp_pager .last a,.cmp_pager .last span{
    position: relative;
    background: transparent !important;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
}


.cmp_pager .dot{
  position: relative;
  display: block;
  background: transparent;
  margin: 0 -0.2em;
  border:0;
}

.cmp_pager .dot::after{
  display: none;
}

.cmp_pager .dot::before{
  content:"…";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  color: #F5B46B;
}

@media only screen and (max-width: 1100px) {
  .cmp_pager{
    margin: 30px 0  ;
  }
  .cmp_pager li{
    margin: 0 0.7vw;
  }
  .cmp_pager span {
    height:35px;
    width:35px;
    line-height: 33px;
    font-size: 1.6rem;
  }
  .cmp_pager a{
    height:35px;
    width:35px;
    line-height:33px;
    font-size: 1.6rem;
  }
}


.cmp_button_back{
  position: relative;
  width: 267px;
  border-radius: 10px;
  border: 1px solid var(--main-clr);
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--main-clr);
  background: #fff;
  text-decoration: none;
  padding: 11px 0 13px;
}

.cmp_button_back::before{
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 20px;
  width: 15px;
  height: 15px;
  background: url(../svg/button_arrow_wh_back.svg) no-repeat  50% 50% / 100%;
}

@media screen and (max-width: 1100px) {
  .cmp_button_back{
    width: 190px;
    font-size: 1.7rem;
    padding: 8px 0 9px;
  }

  .cmp_button_back::before{
    margin-top: -4px;
    left: 15px;
    width: 11px;
    height: 11px;
  }
}

/*
セレクト
*/
.lower_contents_head{
  width: 100%;
}
.lower_contents_head .select_area{
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
  flex-wrap:wrap;
  margin-bottom: 10px;
}



@media screen and (max-width: 768px) {
  .lower_contents_head .select_area {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}


.lower_contents_head .breadcrumb{
  padding-top: 20px;
}

.lower_contents_head .breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Sans JP";
  text-align: left;
  color: #242424;
}

.lower_contents_head .breadcrumb li {
  font-size: 1.6rem;
}

.lower_contents_head .breadcrumb li + li::before {
  content: "／";
  margin: 0 8px;
  color: #242424;
}

.lower_contents_head .breadcrumb a {
  text-decoration: none;
  font-weight: bold;
  /*color: #FFF;*/
}
.lower_contents_head .breadcrumb a.nobold {
  font-weight: normal;
}

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

  .lower_contents_head .breadcrumb li {
    font-size: max(1.3rem, 2.7vw);
  }
}
/*スワイパーの矢印の色*/

.swiper-button-next, .swiper-button-prev {
  color: var(--main-clr);
}
