@charset "UTF-8";
/*--------------- ▽ 変数設定 ▽ ---------------*/


/*--------------- △ 変数設定 △ ---------------*/
/*--------------- ▽ header ▽ ---------------*/
html {
  scroll-padding-top: 70px;
}

.header {
	background: url(../img/common/pat01.png);
  box-sizing: border-box;
  padding: 8px 20px;
  position: fixed;
  z-index: 50;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.header h1 span {
  display: block;
}
.header-logo {
  display: block;
  width: 220px;
}
.header-logo:hover {
  opacity: 0.7;
}
.header-btn-list {
  position: absolute;
  top: 0;
  right: 0;
  gap: 10px;
}
.header-btn-item .item-btn {
  width: 110px;
  height: 100px;
  border-radius: 0 0 55px 55px;
}
.header-btn-item .item-btn .icon {
  position: absolute;
  top: 12px;
}
.header-btn-item .item-btn .text {
  font-family: var(--font-ttl-ja);
  font-size: 1.5rem;
  position: relative;
  top: 5px;
}

/*-------------------
header-nav
--------------------*/
.header-nav-list {
  gap: 50px;
  box-sizing: border-box;
  padding: 0 240px 0 0;
  z-index: 2;
}
.header-nav-link {
  position: relative;
  display: block;
  box-sizing: border-box;
  z-index: 2;
}
.header-nav-link:hover {
  color: var(--col-main);
}
.header-nav-item {
  position: relative;
}
.header-nav-item::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-nav.png) no-repeat;
  width: 15px;
  height: 16px;
  bottom: 0;
  margin: auto;
  right: -30px;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.header-nav-item:last-child::before {
  content: none;
}

/*-------------------
現在の表示ページ
--------------------*/
.header-nav-link.current {
  color: var(--col-main);
}

.header-nav-link.current .nav-wrap::before {
  background: var(--col-main);
  border: 1px solid --col-main;
}

.drawer-link.current {
  color: var(--col-main);
}

/*--------------- △ header △ ---------------*/
/*--------------- ▽ footer ▽ ---------------*/
#pagetop {
  position: fixed;
  right: 2.5%;
  bottom: 5%;
  z-index: 100;
}

.footer {
  position: relative;
  background: var(--col-main-bg);
  box-sizing: border-box;
  padding: 40px 0;
}
.footer::before {
  position: absolute;
  content: "";
  background: url(../img/common/footer-deco-top.png) no-repeat top center;
  width: 100%;
  height: 100px;
  left: 0;
  margin: auto;
  right: 0;
  top: clamp(-110px, -6vw, -40px);
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 2;
}
.footer-wrap {
  margin: 0 auto 40px;
}
.footer-info-box {
  box-sizing: border-box;
  padding: 30px;
  border-radius: 20px;
  width: 600px;
}
.footer-logo {
  display: block;
  width: 180px;
  margin: 0 auto 10%;
}
.footer-logo:hover {
  opacity: 0.7;
}
.footer-nav-link {
  position: relative;
  display: block;
  line-height: 2;
  box-sizing: border-box;
  padding: 0 0 0 30px;
}
.footer-nav-link:hover::before {
  left: 5px;
  background: var(--col-sub-light);
}
.footer-nav-link::before {
  position: absolute;
  content: "";
  background: var(--col-wh);
  width: 15px;
  height: 1px;
  bottom: 0;
  left: 0;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.footer #copyright {
  text-align: center;
  padding: 5px 0;
}
.footer #copyright small {
  color: var(--col-text);
  font-size: 12px;
}
.footer #copyright small a {
  color: var(--col-text);
}
.footer #copyright small a:hover {
  opacity: 0.7;
}

/*--------------- △ footer △ ---------------*/
/*--------------- ▽ entrance ▽ ---------------*/
.entrance {
  position: relative;
  background: url(../img/entrance/entrance-bg-sp.jpg) no-repeat center center/cover;
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  height: clamp(750px, 50vw, 960px);
}
.entrance-header {
  position: absolute;
}
.entrance-item {
  z-index: 10;
  width: 275px;
  height: 71px;
  display: block;
  z-index: 5;
}
.entrance-item .item-link {
  display: block;
  position: relative;
  bottom: 0;
}

.entrance-item .item-more {
  font-family: var(--font-ttl-en);
  color: var(--col-wh);
  display: block;
  text-align: center;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.2rem;
}
.entrance-item .item-more::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-arw-wh.png) no-repeat;
  width: 23px;
  height: 10px;
  bottom: 0;
  margin: auto;
  right: -40px;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.entrance-item .item-ttl .main-ttl {
  color: var(--col-wh);
  font-size: 1.3rem;
  font-weight: 600;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 0.01em;
}
.entrance-item .item-ttl .main-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco-ttl-frame04.png) no-repeat center center;
  width: 190px;
  height: 45px;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  bottom: clamp(-15px, 0.7vw, -8px);
  background-size: contain;
  transition: all 0.3s ease;
  z-index: -1;
}
.entrance-item:nth-child(1) {
  position: absolute;
  margin: auto;
  left: -20px;
  top: 20%;
  height: fit-content;
}
.entrance-item:nth-child(1) .item-ttl {
  position: relative;
}
.entrance-item:nth-child(1) .item-ttl .main-ttl {
  color: var(--col-main);
  font-weight: 600;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 15px;
}
.entrance-item:nth-child(1) .item-ttl .main-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco-ttl-frame02.png) no-repeat center center;
  width: 210px;
  height: 60px;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  bottom: clamp(-15px, 0.7vw, -8px);
  background-size: contain;
  transition: all 0.3s ease;
  z-index: -1;
}
.entrance-item:nth-child(1) .item-ttl .sub-ttl {
  background: var(--col-main-bg);
  border-radius: 30px;
  display: block;
  width: fit-content;
  box-sizing: border-box;
  padding: 2px 10px;
  color: var(--col-wh);
  position: relative;
  top: -14px;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 500;
  font-size: 1.2rem;
}
.entrance-item:nth-child(2) {
  position: absolute;
  top: 80px;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: fit-content;
}
.entrance-item:nth-child(2) .item-ttl {
  position: relative;
}
.entrance-item:nth-child(2) .item-ttl .main-ttl {
  color: var(--col-wh);
  font-weight: 600;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
}
.entrance-item:nth-child(2) .item-ttl .main-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco-ttl-frame03.png) no-repeat center center;
  width: 210px;
  height: 50px;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  bottom: clamp(-15px, 0.7vw, -8px);
  background-size: contain;
  transition: all 0.3s ease;
  z-index: -1;
}
.entrance-item:nth-child(2) .item-ttl .sub-ttl {
  background: var(--col-wh);
  border-radius: 30px;
  display: block;
  width: fit-content;
  box-sizing: border-box;
  padding: 2px 10px;
  color: var(--col-main-dark);
  position: relative;
  top: clamp(-20px, -1.8vw, -15px);
  left: 0;
  right: 0;
  margin: 0 auto;
  font-weight: 500;
  width: fit-content;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.entrance-item:nth-child(2) .item-ttl .sub-ttl::before {
  position: absolute;
  content: "";
  background: var(--col-wh);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 12px;
  height: 10px;
  bottom: -9px;
  left: 0;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.entrance-item:nth-child(3) {
  position: absolute;
  top: 33%;
  right: -20px;
  left: auto;
}
.entrance-item:nth-child(4) {
  position: absolute;
  bottom: 23%;
  margin: auto;
  right: -30px;
}
.entrance-item:nth-child(5) {
  position: absolute;
  bottom: 12%;
  margin: auto;
  left: -30px;
}
.entrance-item:nth-child(6) {
  position: absolute;
  bottom: 2%;
  margin: auto;
  right: 0;
}

.entrance-news-wrap {
  display: block;
}
.entrance-news-right {
  width: 100%;
}
.entrance-news .news-item a {
  background: var(--col-wh);
}
.entrance-news-btn{
  margin: 10% auto;
}


.entrance-footer {
  position: relative;
}
.entrance-footer #copyright {
  position: absolute;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 30px;
  font-size: 1.2rem;
  z-index: 5;
}

/*--------------- △ entrance △ ---------------*/
/*--------------- ▽ top-page ▽ ---------------*/
.top-section {
  padding: 17% 0;
  box-sizing: border-box;
}

/*--------------- ▼ main-visual ▼ ---------------*/
.mv {
  position: relative;
  width: 100%;
  height: 500px;
  background: url(../img/mv/mv-bot.png) no-repeat bottom -2px center/100%, url(../img/mv/mv-bg.jpg) no-repeat center center/cover;
  margin-top: 65px;
}
.mv-wrap {
  width: 100%;
  height: 100%;
  margin: auto;
}
.mv-img {
  margin: 0 0 0 auto;
  width: fit-content;
  height: fit-content;
  position: relative;
  top: 50px;
}
.mv-catch {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: auto;
  width: clamp(250px, 100%, 450px);
  height: fit-content;
  z-index: 10;
}

/*--------------- ▲ main-visual ▲ ---------------*/
/*--------------- ▼ top ▼ ---------------*/
/*--------------------
top-ameba
---------------------*/
.top-ameba {
  background: url(../img/top/ameba-bg-bot.png) no-repeat bottom -2px center/100%, var(--col-main-bg);
}
.top-ameba-bnr-wrap {
  position: relative;
}
.top-ameba-bnr-wrap::after {
  position: absolute;
  content: "";
  background: url(../img/top/ameba-illust-l.png) no-repeat left bottom;
  width: 90px;
  height: 100px;
  bottom: -30px;
  left: 20px;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-ameba-bnr-wrap::before {
  position: absolute;
  content: "";
  background: url(../img/top/ameba-illust-r.png) no-repeat;
  width: 150px;
  height: 120px;
  bottom: -30px;
  margin: auto;
  right: 20px;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 1;
}
.top-ameba-bnr {
  display: block;
  position: relative;
  background: url(../img/top/ameba-deco-bot.png) no-repeat right bottom/300%, var(--col-wh);
  border-radius: 150px;
  height: 300px;
  outline: 10px solid var(--col-wh);
  border: 3px dashed var(--col-main-light);
  box-sizing: border-box;
  padding: 30px;
  overflow: hidden;
}
.top-ameba-bnr::before {
  position: absolute;
  content: "";
  background: rgba(var(--col-main-rgb), 0.2);
  width: 400px;
  height: 400px;
  border-radius: 50%;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-ameba-bnr .bnr-ttl {
  text-align: center;
  margin: 0 auto 30px;
}
.top-ameba-bnr .bnr-more {
  position: relative;
  display: block;
  font-family: var(--font-ttl-en);
  font-size: 2.5rem;
  color: var(--col-main-dark);
  text-align: center;
  margin: 0 auto;
  width: fit-content;
  box-sizing: border-box;
  padding: 0 40px 0 0;
  z-index: 2;
}
.top-ameba-bnr .bnr-more::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-arw.png) no-repeat;
  width: 31px;
  height: 14px;
  bottom: 0;
  margin: auto;
  right: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-ameba-bnr .bnr-text {
  background: var(--col-main);
  color: var(--col-wh);
  display: block;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 10px 20px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 2;
}

/*--------------------
top-about
---------------------*/
.top-about {
  background: url(../img/common/deco-flag-l.png) no-repeat top left/20%, url(../img/common/deco-flag-r.png) no-repeat top right/20%, url(../img/top/about-bg-bot.png) no-repeat center bottom/100%, url(../img/common/pat01.png);
  padding: 30px 0 120px;
}
.top-about-ttl {
  margin: 0 auto 30px;
  text-align: center;
}
.top-about-text {
  margin: 0 auto 60px;
  position: relative;
}
.top-about-movie {
  position: relative;
  box-sizing: border-box;
  padding: 10px 30px;
  background: url(../img/common/movie-frame.png) no-repeat center center/contain;
  width: 100%;
  margin: 0 auto;
}
.top-about-movie::before {
  position: absolute;
  content: "";
  background: url(../img/top/about-deco02.png) no-repeat;
  width: 62px;
  height: 62px;
  left: -100px;
  margin: auto;
  top: -60px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-about-movie .movie-img {
  aspect-ratio: 760/400;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: 10px;
}
.top-about-movie .movie {
	padding-top: 56.25%;
	width: 100%;
	position: relative;
}
.top-about-movie .movie video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
/*--------------------
top-service
---------------------*/
.top-service {
  background: url(../img/top/service-bg-tr.png) no-repeat top right/30%, url(../img/top/service-bg-bot.png) no-repeat center bottom/100%, url(../img/common/pat02.png) repeat;
}
.top-service-contents {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 0 0 15% 0;
  margin-bottom: 10%;
}
.top-service-contents .contents-wrap {
  display: block;
}
.top-service-contents .contents-ttl {
  font-size: 2rem;
  font-weight: 700;
  color: var(--col-wh);
  box-sizing: border-box;
  padding: 35px 35px 25px 15px;
  margin-bottom: 40px;
  text-align: center;
}
.top-service-contents .contents-text-wrap {
  position: relative;
  box-sizing: border-box;
}
.top-service-contents .contents-text-wrap::before {
  position: absolute;
  content: "";
  background: var(--col-wh);
  width: 90%;
  height: fit-content;
  aspect-ratio: 1/1;
  left: 0;
  margin: auto;
  right: 0;
  top: 40px;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: -1;
  border-radius: 50%;
  opacity: 0.7;
}
.top-service-contents .contents-text {
  margin: 0 auto 30px;
}
.top-service-contents .contents-btn {
  margin: 0 auto;
}
.top-service-contents .contents-img {
  position: relative;
  top: -50px;
  width: 90%;
  margin: 0 auto;
}
.top-service-contents .contents-img .img {
  aspect-ratio: 640/450;
  width: 100%;
  height: fit-content;
  border-radius: 10px;
  position: relative;
}
.top-service-contents .contents-img .img::before {
  position: absolute;
  content: "";
  border: 2px dashed var(--col-wh);
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 10;
}
.top-service-contents:nth-of-type(odd)::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco01.png) no-repeat;
  width: 130px;
  height: 70px;
  bottom: -70px;
  left: -100px;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 2;
}
.top-service-contents:nth-of-type(odd) .contents-img {
  transform: rotate(8deg);
}
.top-service-contents:nth-of-type(even)::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco03.png) no-repeat;
  width: 90px;
  height: 70px;
  bottom: 20px;
  left: -260px;
  margin: auto;
  right: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-service-contents:nth-of-type(even) .contents-img {
  transform: rotate(-8deg);
  order: 1;
}
.top-service-contents:nth-of-type(even) .contents-text-wrap::before {
  right: 70px;
  left: auto;
}
.top-service-contents:nth-child(1) .contents-ttl {
  background: url(../img/top/servicettl-deco01.png) no-repeat center center/contain;
  left: -40px;
}
.top-service-contents:nth-child(1) .contents-text-wrap::after {
  position: absolute;
  content: "";
  background: url(../img/common/illust01.png) no-repeat;
  width: 70px;
  height: 80px;
  bottom: -40px;
  left: 0;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-service-contents:nth-child(1) .contents-img::before {
  position: absolute;
  content: "";
  background: url(../img/common/illust02.png);
  width: 70px;
  height: 80px;
  bottom: -20px;
  margin: auto;
  right: -30px;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 5;
}
.top-service-contents:nth-child(2) {
  margin-bottom: 80px;
}
.top-service-contents:nth-child(2) .contents-ttl {
  background: url(../img/top/servicettl-deco02.png) no-repeat center center/contain;
  padding: 40px 80px 60px 30px;
  margin-bottom: 0;
  right: -60px;
}
.top-service-contents:nth-child(2) .contents-text-wrap::after {
  position: absolute;
  content: "";
  background: url(../img/common/illust03.png) no-repeat;
  width: 70px;
  height: 90px;
  bottom: -70px;
  right: 0;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-service-contents:nth-child(2) .contents-img {
  order: 1;
}
.top-service-contents:nth-child(2) .contents-img::before {
  position: absolute;
  content: "";
  background: url(../img/common/illust04.png) no-repeat;
  width: 100px;
  height: 80px;
  bottom: -20px;
  margin: auto;
  left: -60px;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 5;
}
.top-service-contents:nth-child(2) .contents-img::after {
  position: absolute;
  content: "";
  background: url(../img/common/deco-crowd01.png) no-repeat;
  width: 100px;
  height: 70px;
  left: -80px;
  margin: auto;
  top: -40px;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-service-contents:nth-child(3) .contents-ttl {
  background: url(../img/top/servicettl-deco03.png) no-repeat center center/contain;
  padding: 20px 40px 30px 30px;
  left: -40px;
}
.top-service-contents:nth-child(3) .contents-text-wrap::after {
  position: absolute;
  content: "";
  background: url(../img/common/illust05.png) no-repeat;
  width: 100px;
  height: 100px;
  bottom: -60px;
  left: -10px;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-service-contents:nth-child(3) .contents-img::before {
  position: absolute;
  content: "";
  background: url(../img/common/illust07.png) no-repeat;
  width: 70px;
  height: 50px;
  bottom: -30px;
  margin: auto;
  right: -20px;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 5;
}
.top-service-contents:nth-child(4) .contents-ttl {
  background: url(../img/top/servicettl-deco04.png) no-repeat center center/contain;
  padding: 40px 40px 50px 20px;
  right: -20px;
  margin-bottom: 20px;
}
.top-service-contents:nth-child(4) .contents-text-wrap::after {
  position: absolute;
  content: "";
  background: url(../img/common/illust06.png) no-repeat;
  width: 100px;
  height: 100px;
  bottom: -120px;
  right: -30px;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-service-contents:nth-child(4) .contents-img {
  width: fit-content;
  margin: 0 auto;
  transform: rotate(0);
  text-align: center;
  left: -40px;
}
.top-service-contents:nth-child(4) .contents-img .img {
  width: 100%;
  margin: 0 auto 12%;
}

/*--------------------
top-message
---------------------*/
.top-message-container {
  background: var(--col-wh);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 80px 5% 8%;
  border: 2px dashed var(--col-main);
  outline: 10px solid var(--col-wh);
  position: relative;
}
.top-message-container::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco-leaf03.png) no-repeat;
  width: 50px;
  height: 40px;
  bottom: -20px;
  left: -20px;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
}
.top-message-ttl {
  position: absolute;
  background: url(../img/common/deco-ttl-frame01.png) no-repeat center center/contain;
  box-sizing: border-box;
  padding: 10px 40px 30px 15px;
  width: 300px;
  font-size: 2rem;
  font-weight: 700;
  color: var(--col-wh);
  text-align: center;
  left: -50px;
  top: -40px;
}
.top-message-ttl .small {
  font-size: 1.4rem;
  display: block;
}

/*--------------------
top-news
---------------------*/
.top-news {
  background: url(../img/common/wave-main-light-top.png) no-repeat center top, url(../img/top/news-bg.jpg) no-repeat center top/100%;
  padding: 22% 0;
}
.top-news-box {
  background: var(--col-wh);
  box-sizing: border-box;
  padding: 7% 5%;
  border-radius: 20px;
  position: relative;
}
.top-news-box::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco-flag-l02.png) no-repeat left top;
  width: 100px;
  height: 80px;
  left: -20px;
  margin: auto;
  top: -20px;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 1;
}
.top-news-box::after {
  position: absolute;
  content: "";
  background: url(../img/common/deco-flag-l02.png) no-repeat left top;
  width: 100px;
  height: 80px;
  right: -20px;
  margin: auto;
  top: -20px;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 1;
  transform: scale(-1, 1);
}
.top-news-btn {
  margin: 30px auto 0;
}

/*--------------------
top-gallery
---------------------*/
.top-gallery {
  background: url(../img/common/deco-line-top.png) repeat-x top center;
}
.top-gallery-list {
  gap: 30px 5%;
  box-sizing: border-box;
  padding: 0 30px;
  justify-content: start;
}
.top-gallery-btn {
  margin: 70px auto 0;
}
.top-gallery-item {
  width: 47.5%;
  position: relative;
}
.top-gallery-item:nth-child(odd)::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco-leaf01.png) no-repeat;
  width: 57px;
  height: 65px;
  bottom: -10px;
  margin: auto;
  right: -10px;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 2;
}
.top-gallery-item:nth-child(even) {
  top: 40px;
}
.top-gallery-item:nth-child(even)::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco-leaf02.png) no-repeat;
  width: 30px;
  height: 30px;
  top: 20px;
  margin: auto;
  left: -10px;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 2;
}

/*--------------- ▲ top ▲ ---------------*/
/*--------------- ▽ sub-page ▽ ---------------*/
.sub-section {
  padding: 20% 0;
  box-sizing: border-box;
  position: relative;
}

/*--------------- ▼ sub-visual ▼ ---------------*/
.sv {
  position: relative;
  width: 100%;
  height: 250px;
  background: url(../img/sv/sv-bg.png) no-repeat center center/cover;
  margin-top: 70px;
}
.sv-ttl {
  position: absolute;
  z-index: 20;
  font-size: 2rem;
  left: -60px;
  bottom: -30px;
  margin: auto;
  font-weight: 700;
  color: var(--col-main);
  background: url(../img/sv/sv-catch-frame.png) no-repeat center center/contain;
  box-sizing: border-box;
  padding: 70px 55px 55px;
  height: fit-content;
}
.sv-img {
  aspect-ratio: 970/390;
  width: 90%;
  height: 200px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 20px 0 0 20px;
}

/*---------------------
各ページの画像設定
-----------------------*/
.sv-about {
  background: url(../img/sv/sv-about-bg.jpg) no-repeat center center/cover;
}

.sv-service {
  background: url(../img/sv/sv-servic-bg.jpg) no-repeat center center/cover;
}

.sv-merit {
  background: url(../img/sv/sv-merit-bg.jpg) no-repeat center center/cover;
}

.sv-gallery {
  background: url(../img/sv/sv-gallery-bg.jpg) no-repeat center center/cover;
}

.sv-news {
  background: url(../img/sv/sv-news-bg.jpg) no-repeat center center/cover;
}

.sv-contact {
  background: url(../img/sv/sv-contact-bg.jpg) no-repeat center center/cover;
}

.sv-complete {
  background: url(../img/sv/sv-complete-bg.jpg) no-repeat center center/cover;
}

.sv-privacy {
  background: url(../img/sv/sv-privacy-bg.jpg) no-repeat center center/cover;
}

.sv-site {
  background: url(../img/sv/sv-site-bg.jpg) no-repeat center center/cover;
}

.sv-notfound {
  background: url(../img/sv/sv-notfound-bg.jpg) no-repeat center center/cover;
}

/*--------------- ▼ ぱんくず ▼ ---------------*/
#bread-clumb {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 2% 0;
  z-index: 100;
  line-height: 1;
}
#bread-clumb li {
  position: relative;
  color: var(--col-text);
  font-size: 14px;
  float: left;
  margin-right: 20px;
}
#bread-clumb li:after {
  content: ">";
  position: absolute;
  display: block;
  right: -15px;
  top: 0;
}
#bread-clumb li:last-child {
  margin-right: 0;
}
#bread-clumb li:last-child:after {
  display: none;
}
#bread-clumb li a {
  color: var(--col-text);
  border-bottom: 1px solid;
  display: block;
}
#bread-clumb li a:hover {
  opacity: 0.7;
}

/*--------------- ▲ ぱんくず ▲ ---------------*/
/*--------------- ▼ sub02_about ▼ ---------------*/
/*-----------------------
about-message
-------------------------*/
.about-message {
  background: url(../img/common/deco-leafbot-bl.png) no-repeat bottom left/40%, url(../img/common/deco-leafline-bot.png) repeat-x center bottom/100%;
  padding: 0 0 17% 0;
}
.about-message .inbox {
  position: relative;
}
.about-message .inbox::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco-crowd04.png) no-repeat;
  width: 100px;
  height: 70px;
  margin: auto;
  right: -20px;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.about-message-ttl {
  margin: 0 auto 70px;
}
.about-message-wrap {
  display: block;
}
.about-message-text-wrap {
  width: 100%;
  margin: 0 auto 6%;
}
.about-message-img {
  width: 80%;
  margin: 0 auto;
}
.about-message-img .img {
  aspect-ratio: 500/600;
  width: 100%;
  height: fit-content;
  margin: 0 auto;
}
.about-message-name {
  font-size: 2rem;
  gap: 12px;
  border-bottom: 1px dotted var(--col-sub);
  margin-bottom: 25px;
}
.about-message-name .name {
  position: relative;
  display: block;
  font-size: 3rem;
  font-family: var(--font-ttl-ja02);
  bottom: 10px;
}

/*-----------------------
about-philosophy
-------------------------*/
.about-philosophy {
  background: url(../img/common/deco-leafbot-br.png) no-repeat bottom right/50%, url(../img/common/pat05.png) repeat;
}
.about-philosophy-box {
  position: relative;
  z-index: 5;
}
.about-philosophy-ttl {
  margin: 0 auto 50px;
}
.about-philosophy-container {
  background: url(../img/common/pat02.png);
  position: relative;
  display: block;
  z-index: 0;
  box-sizing: border-box;
  padding: 12% 6% 8%;
  border-radius: 20px;
  margin: 0 auto 60px;
}
.about-philosophy-container::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco-leaf04.png) no-repeat;
  width: 60px;
  height: 50px;
  bottom: -15px;
  right: -20px;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
}
.about-philosophy-container .container-ttl {
  margin: 0 auto 80px;
  transform: translateY(-50%);
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
}

/*-----------------------
about-staff
-------------------------*/
.about-staff-list {
  gap: 40px;
  flex-wrap: wrap;
}
.about-staff-item {
  width: 100%;
}
.about-staff-item .item-img {
  margin: 0 auto 15px;
}

/*-----------------------
about-info
-------------------------*/
.about-info-table {
  width: 100%;
}
.about-info-wrap {
  margin: 0 auto 15%;
  display: block;
}
.about-info-img {
  width: 100%;
  position: relative;
  margin: 0 auto 6%;
}
.about-info-img::before {
  left: -20px;
  top: -20px;
  right: auto;
  bottom: auto;
}
.about-info-img .img {
  aspect-ratio: 500/360;
  width: 100%;
  height: fit-content;
}
.about-info-access-ttl {
  width: fit-content;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 2rem;
  color: var(--col-main);
  font-weight: 700;
}
.about-info-access-ttl::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-map.png) no-repeat;
  width: 15px;
  height: 22px;
  bottom: 0;
  left: -30px;
  margin: auto;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}

/*--------------- ▲ sub02_about ▲ ---------------*/
/*--------------- ▼ sub03_service ▼ ---------------*/
/*-----------------------
service
-------------------------*/
#service .service-sec {
  position: relative;
  border-top: 5px double var(--col-sub);
  box-sizing: border-box;
  padding: 13% 0;
}
#service .service-sec .sec-main {
  margin: 0 auto 10%;
  display: block;
}
#service .service-sec .sec-main .sec-main-text {
  position: relative;
  display: block;
  margin-top: 30px;
}
#service .service-sec .sec-main .sec-main-img {
  position: relative;
  width: 100%;
  margin: 0 auto 7%;
}
#service .service-sec .sec-main .sec-main-img::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco-leaf04.png) no-repeat;
  width: 50px;
  height: 50px;
  bottom: -20px;
  margin: auto;
  right: -20px;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 5;
}
#service .service-sec .sec-main .sec-main-img .img {
  aspect-ratio: 500/350;
  width: 100%;
  height: fit-content;
  border-radius: 10px;
}
#service .service-sec .sec-environment {
  margin: 0 auto 10%;
  display: block;
}
#service .service-sec .sec-environment-list {
  gap: 30px 5%;
}
#service .service-sec .sec-environment-item {
  width: 47.5%;
  font-size: 1.4rem;
}
#service .service-sec .sec-environment-item .item-img {
  aspect-ratio: 260/180;
  width: 100%;
  height: fit-content;
  margin-bottom: 15px;
}
#service .service-sec .sec-products {
  box-sizing: border-box;
  padding: 10% 7%;
  position: relative;
  margin: 0 auto 100px;
}
#service .service-sec .sec-products-ttl {
  width: 80%;
  margin: 0 auto 30px;
}
#service .service-sec .sec-products-list {
  gap: 20px 5%;
}
#service .service-sec .sec-products-item {
  width: 47.5%;
  font-size: 1.4rem;
}
#service .service-sec .sec-products-item .item-img {
  aspect-ratio: 1/1;
  width: 100%;
  height: fit-content;
  border-radius: 10px;
  margin-bottom: 10px;
}
#service .service-sec .sec-partner-list {
  gap: 30px;
}
#service .service-sec .sec-partner-item {
  width: 100%;
}
#service .service-sec .sec-partner-item .item-link {
  display: block;
  position: relative;
  border-bottom: 1px dashed var(--col-main);
  box-sizing: border-box;
  padding: 15px 30px 15px 0;
}
#service .service-sec .sec-partner-item .item-link:hover {
  opacity: 0.7;
}
#service .service-sec .sec-partner-item .item-link::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-link.png) no-repeat;
  width: 20px;
  height: 20px;
  bottom: 0;
  margin: auto;
  right: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
#service .service-sec:nth-of-type(even) .sec-ttl {
  background: var(--col-main-dark) !important;
}
#service .service-sec:nth-of-type(even) .sec-ttl::before {
  background: var(--col-main-dark);
}
#service .service-sec:nth-of-type(odd) .sec-main-img {
  order: 2;
}
#service .service-sec:nth-of-type(1) .sec-products::after {
  position: absolute;
  content: "";
  background: url(../img/common/illust01-ver02.png) no-repeat;
  width: 70px;
  height: 80px;
  bottom: -50px;
  left: -20px;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
}
#service .service-sec:nth-of-type(3) .sec-products::after {
  position: absolute;
  content: "";
  background: url(../img/common/illust05.png) no-repeat;
  width: 100px;
  height: 100px;
  bottom: -70px;
  left: -10px;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
}
#service .service-sec:nth-of-type(2) .sec-products::after {
  position: absolute;
  content: "";
  background: url(../img/common/illust03.png) no-repeat;
  width: 70px;
  height: 80px;
  bottom: -40px;
  right: -10px;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
}

.service-sec .sec-bnr {
  margin-top: 90px;
  display: block;
  position: relative;
  background: url(../img/top/ameba-deco-bot.png) no-repeat right bottom/300%, url(../img/common/pat02.png);
  border-radius: 150px;
  height: 300px;
  box-sizing: border-box;
  padding: 30px;
  overflow: hidden;
}
.service-sec .sec-bnr::before {
  position: absolute;
  content: "";
  border: 3px dashed var(--col-main-light);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 150px;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
.service-sec .sec-bnr-ttl {
  margin: 0 auto 30px;
  width: 90%;
  text-align: center;
}
.service-sec .sec-bnr-text {
  background: var(--col-main);
  color: var(--col-wh);
  display: block;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 6px 20px;
  margin: 0 auto 20px;
  position: relative;
  z-index: 2;
}
.service-sec .sec-bnr-more {
  position: relative;
  display: block;
  font-family: var(--font-ttl-en);
  font-size: 2.5rem;
  color: var(--col-main-dark);
  text-align: center;
  margin: 0 auto;
  width: fit-content;
  box-sizing: border-box;
  padding: 0 40px 0 0;
}
.service-sec .sec-bnr-more::before {
  position: absolute;
  content: "";
  background: url(../img/common/icon-arw.png) no-repeat;
  width: 31px;
  height: 14px;
  bottom: 0;
  margin: auto;
  right: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
#service .sec-works-item {
  position: relative;
  margin: 0 auto 100px;
}
#service .sec-works-item:last-of-type {
  margin: 0 auto;
}
#service .sec-works-text {
  margin: 0 auto 50px;
}
#service .sec-works-imgs {
  position: relative;
  margin: 0 auto 60px;
  flex-wrap: wrap;
  gap: 50px;
}
#service .sec-works-imgs::after {
  position: absolute;
  content: "";
  background: url(../img/common/icon-arw02.png) no-repeat;
  width: 45px;
  height: 20px;
  top: 40%;
  margin: auto;
  right: 0;
  left: 0;
  background-size: contain;
  transition: all 0.3s ease;
  transform: rotate(30deg);
}
#service .sec-works-imgs .img {
  aspect-ratio: 460/300;
  border-radius: 10px;
  outline: 7px solid var(--col-wh);
  position: relative;
  margin: 0 auto;
}
#service .sec-works-imgs .img.before {
  border: 1px solid var(--col-main-dark);
  width: 70%;
  height: fit-content;
}
#service .sec-works-imgs .img.before::before {
  position: absolute;
  content: "BEFORE";
  background: var(--col-main-dark);
  z-index: 5;
  width: 120px;
  height: 30px;
  left: 0;
  margin: auto;
  top: 20px;
  background-size: contain;
  transition: all 0.3s ease;
  clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 0);
  color: var(--col-wh);
  font-size: 1.5rem;
  font-family: var(--font-ttl-en);
  line-height: 2.2;
  box-sizing: border-box;
  padding: 0 12px;
}
#service .sec-works-imgs .img.after {
  border: 1px solid var(--col-sub);
  width: 100%;
  height: fit-content;
}
#service .sec-works-imgs .img.after::before {
  position: absolute;
  content: "AFTER";
  background: var(--col-sub);
  z-index: 5;
  width: 120px;
  height: 30px;
  left: 0;
  margin: auto;
  top: 20px;
  background-size: contain;
  transition: all 0.3s ease;
  clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 0);
  color: var(--col-wh);
  font-size: 1.5rem;
  font-family: var(--font-ttl-en);
  line-height: 2.2;
  box-sizing: border-box;
  padding: 0 12px;
}
#service .sec-works-info {
  position: relative;
  box-sizing: border-box;
  padding: 8% 5%;
  background: url(../img/common/pat02.png);
}
#service .sec-works-info-table td {
  background: none;
}
#service .sec-works-info-table th {
  border-radius: 5px;
}

/*-----------------------
service-contact
-------------------------*/
/*--------------- ▲ sub03_service ▲ ---------------*/
/*--------------- ▼ sub04_merit ▼ ---------------*/
/*-----------------------
merit-links
-------------------------*/
.merit-links .com-page-links-item {
  width: 100%;
}
.merit-links .inbox {
  position: relative;
}
.merit-links .inbox::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco-crowd04.png) no-repeat bottom right;
  width: 140px;
  height: 80px;
  bottom: -50px;
  margin: auto;
  right: -100px;
  background-size: contain;
  transition: all 0.3s ease;
}
.merit-links .inbox::after {
  position: absolute;
  content: "";
  background: url(../img/common/deco-crowd05.png) no-repeat bottom right;
  width: 80px;
  height: 60px;
  bottom: -60px;
  left: -20px;
  margin: auto;
  background-size: contain;
  transition: all 0.3s ease;
}
.com-page-links-item.current a{
  background: var(--col-sub);
}
/*-----------------------
merit-reason
-------------------------*/
.merit-reason {
  padding: 0;
}
.merit-reason .inbox {
  position: relative;
}
.merit-reason .inbox::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco-flag-l.png) no-repeat;
  width: 120px;
  height: 80px;
  left: -50px;
  margin: auto;
  top: -20px;
  background-size: contain;
  transition: all 0.3s ease;
}
.merit-reason .inbox::after {
  position: absolute;
  content: "";
  background: url(../img/common/deco-flag-r.png) no-repeat;
  width: 120px;
  height: 80px;
  right: -50px;
  margin: auto;
  top: -20px;
  background-size: contain;
  transition: all 0.3s ease;
}
.merit-reason-list {
  gap: 30px 5%;
}
.merit-reason-item {
  position: relative;
  width: 100%;
  height: 100%;
  background: var(--col-main);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 7% 5% 7% 80px;
}
.merit-reason-item .item-text {
  color: var(--col-wh);
  font-family: var(--font-ttl-ja);
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 600;
  transform: rotate(0.05deg);
}
.merit-reason-item .item-num {
  text-align: center;
  position: absolute;
  top: -5px;
  left: -5px;
  margin: 0 auto;
  width: 60px;
  height: 80px;
  clip-path: polygon(100% 0, 100% 100%, 50% 78%, 0 100%, 0 0);
  background: var(--col-sub02);
  box-sizing: border-box;
  padding: 15px 2px 10px;
  color: var(--col-sub-dark);
  font-family: var(--font-ttl-en);
  font-size: 1.2rem;
}
.merit-reason-item .item-num .num {
  display: block;
  font-size: 2rem;
}
.merit-reason-item:nth-child(even) {
  background: var(--col-main-dark);
}

/*-----------------------
merit-case
-------------------------*/
.merit-case {
  background: url(../img/common/deco-leafline-bot02.png) no-repeat center bottom/100%;
}
.merit-case .inbox {
  position: relative;
}
.merit-case-item {
  position: relative;
  margin: 0 auto 18%;
}
.merit-case-item:last-of-type {
  margin: 0 auto;
}
.merit-case-item .item-text-wrap {
  width: 100%;
}
.merit-case-item .item-text {
  box-sizing: border-box;
  margin: 0 auto 10%;
}
.merit-case-item .item-ttl {
  color: var(--col-wh);
  background: url(../img/common/deco-ttl-frame07.png) no-repeat center center/contain;
  font-size: 2.2rem;
  box-sizing: border-box;
  padding: 40px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
.merit-case-item .item-img {
  width: 100%;
  margin: 0 auto;
}
.merit-case-item .item-img .img {
  aspect-ratio: 600/420;
  width: 80%;
  height: fit-content;
  border-radius: 10px;
  position: relative;
  margin: 0 auto;
}
.merit-case-item .item-img .img::before {
  position: absolute;
  content: "";
  border: 2px dashed var(--col-wh);
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 5;
}
.merit-case-item:nth-child(odd) .item-img {
  right: -100px;
  top: 20px;
  transform: rotate(8deg);
}
.merit-case-item:nth-child(even) .item-img {
  left: -100px;
  top: 20px;
  transform: rotate(-8deg);
}
.merit-case-item:nth-child(even) .item-text-wrap {
  margin: 0 0 0 auto;
}
.merit-case-item:nth-child(even) .item-ttl {
  background: url(../img/common/deco-ttl-frame08.png) no-repeat center center/contain;
}
.merit-case-item:nth-child(1) .item-img::before {
  position: absolute;
  content: "";
  background: url(../img/common/illust08.png) no-repeat;
  width: 70px;
  height: 100px;
  bottom: -40px;
  margin: auto;
  right: -30px;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 2;
}
.merit-case-item:nth-child(3)::before {
  position: absolute;
  content: "";
  background: url(../img/common/illust09.png) no-repeat;
  width: 80px;
  height: 100px;
  bottom: -80px;
  margin: auto;
  right: -10px;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 2;
}

/*-----------------------
merit-voice
-------------------------*/
.merit-voice-item {
  position: relative;
  margin: 0 auto 50px;
}
.merit-voice-item:last-child {
  margin: 0 auto;
}
.merit-voice-item .item-voice {
  box-sizing: border-box;
  padding: 30px;
  background: url(../img/common/pat02.png);
  border-radius: 20px;
}
.merit-voice-item .item-info {
  margin: 0 auto 20px;
}
.merit-voice-item .item-info-icon {
  aspect-ratio: 1/1;
  width: 70px;
  height: 70px;
  border: 1px solid var(--col-main);
  border-radius: 50%;
}
.merit-voice-item .item-info-about {
  flex: 1;
}
.merit-voice-item .item-info-about-ttl {
  font-size: 1.8rem;
}
.merit-voice-item .item-info-about-wrap {
  display: block;
}
.merit-voice-item .item-info-about-wrap .ttl {
  background: var(--col-main);
  color: var(--col-wh);
  border-radius: 30px;
  box-sizing: border-box;
  padding: 6px 15px;
  height: fit-content;
  display: block;
  width: fit-content;
}
.merit-voice-item .item-info-about-wrap .text {
  flex: 1;
  position: relative;
  top: 5px;
}

/*--------------- ▲ sub04_merit ▲ ---------------*/
/*--------------- ▼ sub05_gallery- ▼ ---------------*/
/*-----------------------
gallery
-------------------------*/
#gallery .gallery {
  padding: 0 0 120px;
}
#gallery .gallery-list {
  gap: 30px 5%;
}
#gallery .gallery-item {
  width: 47.5%;
}
#gallery .gallery-item .tag {
  color: var(--col-sub);
  font-weight: 600;
  position: relative;
  font-size: 1.3rem;
}
#gallery .gallery-item .tag::before {
  position: absolute;
  content: "";
  background: var(--col-sub);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  bottom: 0;
  margin: auto;
  right: -12px;
  top: 0;
  background-size: contain;
  transition: all 0.3s ease;
}
#gallery .gallery-item .tag:last-of-type::before {
  content: none;
}
#gallery .gallery-item .tag-list {
  gap: 25px;
  margin-bottom: 12px;
}
#gallery .gallery-item .item-img {
  width: 100%;
  height: fit-content;
}
#gallery .gallery-item .item-img::before {
  position: absolute;
  content: "";
  background: url(../img/common/deco-leaf01.png) no-repeat;
  width: 30px;
  height: 30px;
  bottom: 30px;
  margin: auto;
  right: -10px;
  background-size: contain;
  transition: all 0.3s ease;
  z-index: 5;
}
#gallery .gallery-item .item-img .img {
  aspect-ratio: 1/1;
  width: 100%;
  height: fit-content;
  display: block;
  margin-bottom: 20px;
}

/*-----------------------

-------------------------*/
/*--------------- ▲ sub05_gallery- ▲ ---------------*/
/*--------------- ▼ お知らせ ▼ ---------------*/
.post-wrp .tag-change {
  text-align: center;
  flex-wrap: nowrap;
  overflow-x: scroll;
  margin-bottom: 30px;
  -webkit-justify-content: start;
  justify-content: start;
}
.post-wrp .tag-change li {
  flex: 0 0 30%;
  margin: 2% 1% 0 0;
}
.post-wrp .tag-change li a {
  border: solid 1px var(--col-main);
  padding: 5px 0;
  display: block;
  color: var(--col-main);
  background: #fff;
  font-size: 3vw;
}
.post-wrp .tag-change .current a {
  background: var(--col-main);
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

/*タグ一覧
-------------------------------*/
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid var(--col-text);
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

.post-wrp .tag-change {
  margin-bottom: 50px;
}
.post-wrp .tag-change li {
  text-align: center;
  margin: 10px 10px 0 0;
  min-width: 190px;
  display: inline-block;
  vertical-align: middle;
}
.post-wrp .tag-change li a {
  border: solid 1px var(--col-main);
  color: var(--col-main);
  background: #fff;
  padding: 10px 15px;
  display: block;
}
.post-wrp .tag-change .current a {
  background: var(--col-main);
}
.post-wrp .tag-change .current a span {
  color: #fff;
}

/*詳細
-------------------------------*/
.s-time-tag {
  margin-bottom: 5%;
}

.sb-post-body {
  margin-bottom: 7%;
  padding-bottom: 7%;
  border-bottom: 1px solid;
  line-height: 2;
}

.s-post-taglist {
  margin-bottom: 30px;
}

/*--------------- ▲ お知らせ ▲ ---------------*//*# sourceMappingURL=style_sp.css.map */