@charset "UTF-8";

/* CSS Document */


.ctt_ttl_main {
  width: 100%;
  margin: 0;
  font-size: 10px;

}

.ctt_ttl_main img {
  width: 100%;
  margin: 0 auto;
}


.ctt_ttl_main p {
  color: #424242;
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
}

.main_box_moji_ttl {
  padding: 40px 14px 20px;
}

.style-bg1 {
 background-color: #bed2e1;
}

.style-bg2 {
 background-color: #ffffff;
}

.style-bg3 {
 background-color: #bed2e1;
}

.style-bg4 {
 background-color: #ffffff;
}

.style-bg5 {
 background-color: #bed2e1;
}

.main_box_banner {
  background-color: #96acbd;
}

.main_box_banner img {
  width: 100%;
}  

.navi {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 12px;
  text-align: center;
}

.navi ul {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.navi ul li {
  display: inline-block;
  width: 30%;
  margin: 0 auto 8px;
  text-align: center;
  position: relative;
}


.navi ul li a {
  aspect-ratio: 1 / 1;
  background-color: #3dff42;
  border-radius: 50%;
  color: #333;
  font-size: 20vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.navi ul li a img {
  display: block;
  width: 50%;
  margin-bottom: 6px;
}


/* .navi ul li::after {
  content: "";
  display: inline-block;
  background-image: url(./anchor.svg);  
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  width: 22px;
  height: 12px;
  background-size: contain;
} */

/* nav-tab */
.nav-tab {
  margin: 40px 0;
}

.nav-tab::after {
  background: #919191;
  content: '';
  display: block;
  height: 1px;
  margin-top: 1px;
  width: 100%;
}

.nav-tab ul {
  text-align: center;
}

.nav-tab ul li {
  display: inline-block;
  font-size: 0;
  margin: 0 5px;
  vertical-align: bottom;
  width: 200px;
}

.nav-tab li a {
  border: 1px solid #ddd;
  border-bottom: none;
  border-radius: 2px 2px 0 0;
  color: #aaa;
  display: block;
  font-size: 13px;
  height: 28px;
  line-height: 30px;
  margin-bottom: 1px;
  overflow: hidden;
  padding: 0 10px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-tab li.active a {
  border: 1px solid #919191;
  border-bottom: 1px solid #fff;
  color: #333;
  height: 30px;
  line-height: 30px;
  margin-bottom: -2px;
  transition: .3s;
}


.underline1 span{
    border-bottom: 1px solid #659a9a;
}

.underline2 span{
    border-bottom: 1px solid #659a9a;
}

.reccomend-rectangle {
  background-color: #777;
  color: #fff;
  padding: 6px 12px;
  border-radius: 9999px;
  margin-right: 8px;
}

/* ばんざい */
.banzai {
  align-items: center;
  display: flex;
  justify-content: center;
}

.banzai::before {
  margin-right: 6px;
  transform: rotate(60deg);
}

.banzai::after {
  margin-left: 6px;
  transform: rotate(-60deg);
}

.banzai::before, .banzai::after {
  background-color: #424242;
  content: "";
  height: 1px;
  width: 12px;
}

.banzai-head {
  align-items: center; /* 線を上下中央 */
  display: flex; /* 文字と線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}

.banzai-head::before,
.banzai-head::after {
  background-color: #717171; /* 線の色 */
  content: "";
  height: 2px; /* 線の高さ */
  width: 15px; /* 線の長さ */
}
.banzai-head::before {
  margin-right: 2px; /* 文字との余白 */
  transform: rotate(60deg); /* 傾ける */
}
.banzai-head::after {
  margin-left: 2px; /* 文字との余白 */
  transform: rotate(-60deg); /* 傾ける */
}

.sml_ttl_box {
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin: 0px;
    overflow: hidden;
    padding: 0 0 5px;
    text-align: left;
    border-bottom: 1px solid #1b1b1b;
}

.other_item_box ul {
    margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.other_item_box ul li {
    width: 48%;
    margin: 10px 0 10px;
}

.other_item_box ul li a {
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    color: #000;
}

.other_item_box ul li img {
    /* width: 75px; */
    width: 100%;
    height: auto;
    margin: 0;
    /* float: left; */
    aspect-ratio: 5 / 6;
}

.other_item_box .itemthum {
    width: 40%;
}

.itemtext {
    font-size: 10px;
    width: 60%;
    padding: 0 0 10px 5px;
    box-sizing: border-box;
}

.other_item_box .icon1, .other_item_box .icon2, .other_item_box .icon3 {
    background-color: #1b1b1b;
    color: #fff;
    margin: auto 4px 0 auto;
    text-align: center;
    transition: all 0.3s ease 0s;
    border-radius: 2px;
    display: block;
    overflow: hidden;
    padding: 1px 15px;
    line-height: 2em;
    font-size: 10px;
    max-width: 67px;
    width: 40%;
}

.s-banner-area img {
  max-width: 100%;
}

.contents-header {
  overflow: hidden;
  margin: 0 6px 32px;
  padding-top: 32px;
  text-align: center;
}

.contents-header figure {
  width: 50vw;
  margin: 0 auto 8px;
  position: relative;
}

.contents-header figure img {
  width: 100%;
}

.contents-header figure span {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 32px;
  font-family: "Amiri", serif;
}

.contents-header-txt {
  font-size: 16px;
  margin-bottom: 2.5em;
  line-height: 1.7;
}


.credit a::after {
  display: block;
  float: right;
  border-radius: 4px;
  background: #45423f;
  content: "Check";
  color: #fff;
  font-size: 10px;
  padding: 4px 10px;
  margin-left: 4px;
  margin-top: -2px;  
}

.section-wrapper {
  padding: 20px 0 0;
}


.l-slider {
  width: 100%;
  /* overflow: hidden; */
  margin-bottom: 32px;
}



.l-slider-img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;  
  margin-bottom: 20px;
  position: relative;
}

.l-slider-item-name {
  position: absolute;
  left: -40px;
  top: 0;
  z-index: 2;
  background-color: #3dff42;
  color: #222;
  width:  180px;
  text-align: center;
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  transform: rotate(-20deg);  
}

.l-slider-item-name-r {
  position: absolute;
  right: -40px;
  top: 0;
  z-index: 2;
  background-color: #3dff42;
  color: #222;
  width: 180px;
  text-align: center;
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  transform: rotate(20deg);  
}

.l-slider-desc {
  width: 100%;
  padding: 32px 5% 16px 5%;
  box-sizing: border-box;
}



.l-slider-comment p:first-child {
  font-family: "Amiri", serif;
  font-size: 24px;  
  color: #464646;  
  line-height: 1.6;
  margin-bottom: 24px;
}

.l-slider-desc p:first-child {
  margin-bottom: 16px;
  letter-spacing: 1px;

}

/* .contents-wrapper-sp p:first-child span {
  background: linear-gradient(transparent 80%, #9bf2e7 0%);
} */


/*.l-slider-comment p:first-child span {
  background: linear-gradient(transparent 80%, #aeefe9 0%);
}*/


.l-slider-desc p:last-child {
  text-align: justify;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;

}

.l-slider-desc>div {
  font-size: 14px;
  margin-bottom: 32px;
  line-height: 1.7;
}

.m-item-list li {
  overflow: hidden;
  margin-bottom: 8px;
}

.m-item-list li a {
  display: flex;
  overflow: hidden;
  align-items: center;
  font-size: 13px;
}

.m-item-list li p {
  flex: 1;
}

.m-item-list-thumb {
  width: 50px;
  height: 60px;
  margin-right: 8px;
  border: 1px solid #f4f4f4;
}

.m-item-list-thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 5/6;
}

.m-item-list p::after {
    display: inline-block;
    font-size: 10px;
    content: "Check";
    color: #cc6d00;
    padding: 3px 3px;
    border-radius: 2px;
    margin-left: 4px;
}


.l-slider-desc p > .setup-line {
  background:linear-gradient(transparent 80%, #ecf3b9 0%)!important;
}


.section-ttl {
  text-align: center;
  font-weight: bold;
  color: #212121;
  font-size: 30px;
  margin: 0 auto 24px;
  z-index: 1;
  position: relative;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

.section-ttl span {
  display: block;
  font-size: 2em;
  margin-top: 16px;
}



.section-ttl img {
  width: 200px;
  height: auto;
}


/* .section-ttl::after {
    display: block;
    content: url(./pen.png);
    position: absolute;
    top: 46px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: -1;
    width: 45%;
}
 */



.con2{
  display: block;
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin: 0 auto ;
  padding-bottom: 40px;
}
.con2 img{
  width: 124px;
}
.coordinate-head {
  width: 1000px;
  margin: 20px auto;
  text-align: center;
  letter-spacing: 0.05em;
  overflow: hidden;
  font-weight: bold;
  color: #333333;
  font-size: 20px;
  text-transform: uppercase;
}

.center-head {
    font-size: 30px;
    margin: 20px auto 30px;
    font-family: "Amiri", serif;

}
/* 
.con2 h3::before {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #1b1b1b;
}

.con2 h3::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #1b1b1b;
} */
.con2 ul{
  display: flex;
  flex-wrap: wrap;    
  overflow: hidden;
  width: 1000px;
  text-align: left;
  margin: 0 auto;
  padding: 0;
}
.con2 ul li {
  display: flex;
  overflow: hidden;
  width: 23%;
  margin: 0 20px 40px 0 ;
}

.con2 ul li a{
  color: #000;
  text-decoration: none;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.con2 ul li img{
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  aspect-ratio: 5/6;
  margin-bottom: 8px;
}


.content-btn {
  background: #3e3e3e;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 14px;
  margin: 40px auto;
  padding: 20px 0;
  text-align: center;
  width: 80%;
  max-width: 320px;
  font-weight: bold;
}
.item-box-txt .content-btn {
  margin: 20px auto;
}
a .icon {
  background-color: #3e3e3e;
  color: #fff;
  font-size: 10px;
  margin: 0;
  padding: 6px 24px;
  text-align: center;
  transition: all 0.3s ease 0s;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  margin-top: auto;
  margin-left: auto;
  font-weight: bold;
}

.con_come {
    display: block;
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    padding: 0px 0;
}

.content-btn:hover {
  opacity: 0.7;
}



@media screen and (min-width: 640px) {

  .main_box_banner {
    position: relative;

  }

  .main_box_banner picture {
   z-index: 1;
   position: relative;

  }


  .path {
      position: absolute;
      top:0;
      bottom:0;
      right:0;
      left:0;
      margin:auto;    
      background: linear-gradient(350deg,#7692ad 0%,#7692ad 30%,transparent 30%,transparent 100%);
      z-index: 0;
  }

.main_box_banner img {
    width: 1000px;
    height: 420px;
}  

  .ctt_ttl_main {
    display: block;
    margin: 0 auto 8px;
    overflow: hidden;
    position: relative;
    text-align: center;
  }

  .ctt_ttl_main img {
    margin: 0 auto;
    vertical-align: bottom;
  }

  .ctt_ttl_main p {
    text-align: center;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1em;
  }

  .navi {
    width: 1000px;
    margin: 32px auto;
  }
  
  .navi ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
    width: 700px;
  }


  .navi ul li {
    width: 24%;
    margin: 0 2%;
  }

  .navi ul li a {
    font-size: 16px;
  }


  .contents-header {
    width: 800px;
    padding-top: 32px;
    margin: 0px auto 48px;
  }

  .contents-header figure {
    width: 240px;
    float: left;
    margin: 0;
  }

  .contents-header figure span {
    font-size: 42px;
  }


  .contents-header figure img {
    width: 240px;
  }

  .credit a {
    display: inline-block;
    font-size: 12px;
    padding: 2px;
  }

  .item-box {
    display: flex;
    margin-bottom: 60px;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
  
  }

  .item-box-image {
    width: 480px;
    position: relative;
    padding: 30px 0 30px 30px;  
  }

  .item-box-txt {
    padding: 60px 60px 60px 40px;
    flex:1;
  }

  .balloon-container {
    width: 380px;
  }

  .slider-contents-main {
    width: 100%;
    margin: auto;
  }

  .l-slider {
    display: flex;
    margin-bottom: 24px;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
}

  .l-slider.l-slider-reverse {
    flex-direction: row-reverse;
  }

  .l-slider-comment-txt {
    font-size: 15px;
    width: 46%;
  }

.l-slider-item-name {
  left: -40px;
  top: 0;
  width: 220px;
  padding: 8px;
  font-size: 20px;
  transform: rotate(-20deg);  
}

.l-slider-item-name-r {
  right: -40px;
  top: 0;
  width: 220px;
  padding: 8px;
  font-size: 20px;
  transform: rotate(20deg);  
}  

  .m-item-list{
    grid-area: items;
  }


  .l-slider-img {
    grid-area: img;
    width: 50%;
  }

  .l-slider-desc {
    width: 40%;
    padding: 16px 2% 20px 2%;
  }


  .con2 ul li a:hover,
  .credit a:hover,
  .other_item_box ul li a a:hover,
  .navi li a:hover {
    opacity: .7;
  }


  .m-link-archive-img img:hover {
    opacity: 0.8;
  }
  .item-box-image .pickup-icn {
    top: 40px;
    left: 40px;
    width: 140px;
  }

}

@media screen and (max-width: 640px) {
.con2 h2 {
  width: 100%;
}
.con2 h2 img{
  width: 124px;
}
.con2 ul{
  width: 100%;
  margin: 0 auto;
}
.con2 ul li a{
  font-size: 11px;
}
.con2 ul li{
  width: 46% !important;
  margin: 0 auto 20px;
  float: left;
}

.con2 ul li img{
  width: 100%;
}

.l-slider-desc>.style-index {
  display: none;
}

.main_box_banner img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  vertical-align: bottom;
}

.navi {
    margin: 20px auto 32px;
}

.navi ul {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
    justify-content: center;
}

.navi ul li {
  text-align: center;
  margin: 0;
}

.navi ul li a {
  font-size: 14px;
}


.contents-header {
  margin: 0 6px 16px;
}

.contents-header-txt {
  font-size: 15px;
  text-align: justify;
}


.l-slider {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}

.style-index {
  font-size: 40px;
  font-family: "Amiri", serif;
  line-height: 0.5;
  margin-top: 16px;
}

.l-slider-comment p:first-child {
  font-size: 22px;
  margin-bottom: 0;
}

.l-slider-comment {
  font-size: 14px;
}

.coordinate-head {
  width: auto;
}

.balloon-container {
  order: -1;
}

.l-slider-comment-txt {
  font-size: 14px;
}

.l-slider-img {
  margin-bottom: 0;
}

.section-ttl::after {
    width: initial;
    top: 33px;
}

.navi ul li::after {
    width: 16px;
    height: 9px;
}

.section-ttl,.section-ttl4 {
    font-size: 24px;
}


  /* SMP nav-tab */
  .nav-tab {
    margin: 10vw 0 0;
  }

  .nav-tab ul {
    text-align: center;
  }

  .nav-tab ul li {
    margin: 0 2px;
    vertical-align: bottom;
    width: 30%;
  }

  .nav-tab li a {
    font-size: 4.5vw;
    height: 12vw;
    line-height: 12vw;
  }

  .nav-tab li.active a {
    height: 12vw;
    line-height: 12vw;
  }

}