@charset "UTF-8";

:root {
  /* MT.netカラー */
  --mt-color: #00A78B;
  /* ダークグリーン */
  --dgreen-color: #00463A;
  /* 文字色 */
  --text-color: #262A32;
  /* 背景色 */
  --bg-color: #FFFFFF;
    /* 注意色 */
  --annotation-color: #B00000;

  /* PC文字サイズ */
  --pc-font-size: 16px;
  /* SP文字サイズ */
  --sp-font-size: 15px;
}

body {
  color: #262A32;
  font-size: 16px;
  line-height: 1.75;
  font-family: 'Roboto', sans-serif; }

a {
  transition: .3s;
  color: #FC8200; }

a:hover {
  text-decoration: none; }

button {
  background-color: #FC8200;
  border: 0;
  padding: 1rem 6rem;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  cursor: pointer;
  transition: .3s;
  position: relative; }

a > button:hover {
  background-color: #fe9d1f;
  box-shadow: 10px 10px 10px rgba(30, 30, 30, 0.3); }

.inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 4rem 0 4rem 0;
  z-index: 1; }

.swiper-container {
  width: 100%;
  height: auto; }

.swiper-button-next, .swiper-button-prev {
  width: 35px !important;
  height: 120px !important;
  background-size: cover !important; }

.swiper-button-next {
  background-image: url(https://theme.movabletype.net/images/arrow-next.svg) !important;
  right: 20px !important;
}

.swiper-button-prev {
  background-image: url(https://theme.movabletype.net/images/arrow-prev.svg) !important; 
  left: 20px !important;
}

@media (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
	display: none;} }
@media (max-width: 480px) {
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 40px !important; } }

.theme-gallery .inner {
  max-width: 100%;
  padding-top: 2rem;
  padding-bottom: 0rem;
  width: 100%; }

.theme-gallery {
  background-color: #EFEFEF;
  position: relative;
  z-index: 0;
  background: url(//movabletype.net/assets/images/bg-body-min.png) no-repeat center top;
  background-size: cover;
  background-attachment: fixed; }

.theme-gallery__textarea {
  max-width: 1180px;
  margin: 0 auto;
  padding: 2rem 0;
  position: relative;
  text-align: center; }

.theme-gallery__text {
  margin-bottom: 1rem; }

.theme-gallery__decotext {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: lighter;
  font-size: 4.5rem;
}

.mainVisual {
  position: relative;
  margin-top: 4rem; }

.mv__wrap {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 65px;
  position: relative; }

.mv__title {
  font-size: 3rem;
  margin-left: 3rem;
  font-weight: lighter;
  text-align: left; }

.mv__title::before {
  content: "";
  height: 75px;
  display: block;
  border-right: 1px solid #009D80;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  position: absolute;
  left: 1rem;
  top: 0; }

.mv__title--Catch {
  display: block;
  font-size: 0.75rem;
  margin-bottom: -1em;
  color: #999999; }

.mv__title--Img {
  width: 900px;
  height: auto;
  border-radius: 8px;
  position: relative;
  box-shadow: 40px 40px 60px 0px #d4d4d4; 
  cursor: pointer; }

.mv__wrap a {
  display: block;
  position: relative;
  transition: .3s;
  z-index: 100; }

.mv__text {
  opacity: 0;
  color: #ffffff;
  width: 100%;
  height: 600px;
  position: absolute;
  padding: 60px 120px;
  bottom: 0px;
  border-radius: 8px;
  cursor: pointer;
  z-index: 400;
  background-color: rgba(0, 0, 0, 0.8);
  transition: .3s; }

.mv__wrap a:hover .mv__text, .mv__text:hover {
  opacity: 1; }

.mv__text--text::after {
  content: "";
  display: block;
  width: 3rem;
  border-bottom: 1px solid #ffffff;
  margin: 1.5rem 0; }

.mv__text--theme__label {
  color: #00A78B;
  font-size: .75rem;
  font-weight: bold;
  background-color: #fff;
  width: fit-content;
  padding: .25rem .75rem;
  margin-bottom: .5rem; }

.mv__text--siteList {
  display: block; }

.mv__text--siteList li {
  display: block;
  width: auto; }

.mv__text--siteList li::before {
  content: "−";
  margin-right: 0.5rem; }

.mv__text--siteList li.head {
  font-weight: bold;
  padding-left: 0rem; }

.mv__text--siteList li.head::before {
  content: "[";
  font-size: 112%;
  margin-right: 0.25rem; }

.mv__text--siteList li.head::after {
  content: "]";
  font-size: 112%;
  margin-left: 0.25rem; }

.mv__text--link {
    display: block;
    width: 280px;
    text-align: center;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 1rem 0;
    position: absolute;
    bottom: 80px;
    left: calc(50% - 140px); }

.mv__SPtext {
  display: none; }

.responseveArea {
  background-color: #00463A;
  color: #ffffff;
  position: relative;
  z-index: 50;
}

.responseveArea h2.responseveArea__title {
  width: 50%;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin: 0 auto;
  font-size: 42px;
  margin-bottom: 2rem;
  padding: 0;
}

.responseveArea h2.responseveArea__title::before {
  content: "";
  height: 72px;
  display: block;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  position: absolute;
  left: 1rem;
  top: 0px; }

.responseveArea h2.responseveArea__title::after {
  content: "";
  height: 72px;
  display: block;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  position: absolute;
  right: 1rem;
  top: 0px; }

.responseveArea__title--catch {
  font-size: 0.75rem;
  font-weight: 200;
  display: block;
  margin-bottom: -1em; }

.responseveArea__text {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
  text-align: center; }

.responseveArea__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: block; }

.themelist {
  background-color: #EFEFEF;
  background: url(//movabletype.net/assets/images/bg-body-min.png) no-repeat center top;
  background-attachment: fixed;
  position: relative;
  padding: 0 0 80px 0;
}

.themelist__img {
  box-shadow: 4px 4px 20px 0px #c4c4c4;
}

.themelist__imgWrap {
    position: relative;
}

.themelist__imgWrap .themelist__img-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  cursor: pointer;
}
.themelist__image-label {
  color: var(--text-color);
  font-size: 0.75rem;
  text-align: center;
  background-color: var(--bg-color);
  padding: 0.5rem 1.25rem;
}

.themelist__img-overlay:hover {
    opacity: 1;
}

.themelist h2.themelist__title {
  font-weight: bold;
  width: fit-content;
  position: relative;
  color: #00463A;
  text-align: center;
  font-size: 42px;
  margin: 0 auto 2rem;
  padding: 0 1rem; }

.themelist h2.themelist__title::before {
  content: "";
  height: 75px;
  display: block;
  border-right: 1px solid #00463A;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  position: absolute;
  left: 0px;
  top: 0px; }

.themelist h2.themelist__title::after {
  content: "";
  height: 75px;
  display: block;
  border-right: 1px solid #00463A;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  position: absolute;
  right: 0px;
  top: 0px; }

.themelist__ul {
  width: 100%;
  display: flex;
  gap: 4rem 1rem; 
  flex-wrap: wrap; }

.themelist__ul li {
    display: flex;
    width: calc(100% / 3 - 0.75rem);
    flex-direction: column; }

.themelist__ul li:nth-child(3n) {
  margin-right: 0rem; }

.themelist__ul li img {
  width: 100%;
  margin-bottom: 1rem; }

.themelist__theme--sholder {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25;
  color: #004639;
  margin-bottom: 0.5rem;  }

.themelist__theme--name {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 200;
  color: #000000;
  margin-bottom: 1rem; }

.themelist__theme--theme__label {
  color: #fff;
  font-size: .75rem;
  font-weight: bold;
  background-color: #00463A;
  display: inline;
  padding: .5rem .75rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; }

.themelist__theme--theme__label + .openBtn + .themelist__theme--text {
  margin-top: .5rem; } 

.themelist__theme--text {
  flex-grow: 1;
  width: 100%;
  margin-bottom: 1rem; }

.themelist__theme--siteList {
  display: block;
  margin-bottom: 2rem; }

.themelist__theme--siteList li {
  display: block;
  width: auto;
  margin-bottom: 0.25em; }

.themelist__theme--siteList li::before {
  content: "−";
  margin-right: 0.5rem; }

.themelist__theme--siteList li.head {
  color: #00463A;
  font-weight: bold;
  padding-left: 0rem; }

.themelist__theme--siteList li.head::before {
  content: "[";
  color: #00463A;
  font-size: 112%;
  margin-right: 0.25rem; }

.themelist__theme--siteList li.head::after {
  content: "]";
  color: #00463A;
  font-size: 112%;
  margin-left: 0.25rem; }

.themelist__theme--linkWrap {
  width: 100%;
  display: flex; 
}

a.themelist__theme--link01, a.themelist__theme--link02 {
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 2px solid #00463A;
  padding: 0.5rem 2rem;
  cursor: pointer;
  transition: .3s;
  text-align: center;
  color: #00463A; }

a.themelist__theme--link02 {
  border-left: 0px; }

a.themelist__theme--link01:hover, a.themelist__theme--link02:hover {
  background-color: #00463A;
  color: #fff; }

.footerArea {
  background-color: #00463A;
  color: #fff;
  text-align: center; }

.footer__text {
  margin-bottom: 1rem; }

.footer__button {
  max-width: 400px;
  width: 100%;
  padding: 1rem 1rem;
  margin: 0 auto; }

/* 表示ボタン */
.openBtn {
  display: none;
}

.openBtn span::before {
  content: "\f107";
  font-family: FontAwesome;
  margin-right: 0.5rem;
}

@media (max-width: 480px){
  .openBtn {
    width: 100%;
    display: block;
    cursor: pointer;
    text-align: left;
    margin-bottom: 1rem;
    color: #00463A;
    border-bottom: 1px solid #00463A; }
  .themelist__theme--theme__label + .openBtn { 
    margin-top: .5rem; } 
}

.textArea {
  display: block;
} 
@media (max-width: 480px){
  .textArea{
    display: none;
  }
}

@media (max-width: 1100px) {
  .inner {
    max-width: calc(1100px - 2rem);
    padding: 4rem 1rem 4rem 1rem; }
  .theme-gallery .inner {
   padding-top: 4rem;
  }
  .mv__wrap {
    width: 680px; }
  .mv__text {
    width: 680px;
    height: 453px;
    top: 0px;
    padding: 3rem; }
  .mv__text--text {
    margin-bottom: 1rem; }
  .mv__text--text:after {
    display: none; }
  .mv__text--siteList li.head {
    display: block; }
  .mv__text--siteList li {
    display: inline-block;
    margin-right: 1rem; }
  .mv__text--link {
    padding: 0.5rem 4rem; }
  .mv__title--Img {
    box-shadow: 10px 10px 20px 0px #d4d4d4; 
    width: 680px; }
  .themelist .inner {
    padding-bottom: 0; }
  a.themelist__theme--link01, a.themelist__theme--link02 {
    width: 100%; }
  a.themelist__theme--link02 {
    border-left: 2px solid #00463A;
    border-top: none; }
.themelist__theme--linkWrap {
    flex-wrap: wrap;
}
  .themelist__ul li {
    width: calc(100% / 2 - 0.5rem);
}
}

@media (max-width: 768px) {
  .inner {
    padding: 2rem 1rem 4rem; }
  .mv__title {
    font-size: 2rem;
    margin-left: 2rem;
    margin-bottom: 0; }
  .mv__title::before {
    content: "";
    height: 52px; }
  .mv__wrap {
    width: 100%;
    padding-bottom: 20px; }
  .mv__title--Img {
    width: 100%; }
  .mv__text {
    display: none; }
  .mv__SPtext {
    width: 100%;
    font-size: 0.75rem;
    display: block;
    color: #ffffff;
    padding: 1rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    bottom: 20px;
    z-index: 500;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px; }
  .mv__wrap a {
    box-shadow: none; }
  .mv__SPtext--link {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0.5rem auto;
    border: 1px solid #ffffff;
    padding: 0.25rem 4rem; }
  a.mv__SPtext--link {
    color: #ffffff; }
  .theme-gallery .inner {
    padding-top: 64px;
    padding-bottom: 2rem; }
  .theme-gallery .inner::before {
    display: none; }
  .responseveArea h2.responseveArea__title {
    font-size: 2rem;
    margin-bottom: 1rem; }
  .responseveArea h2.responseveArea__title::before, .responseveArea h2.responseveArea__title::after {
    height: 58px; }
  .responseveArea__btn {
    width: 100%; }
  .responseveArea .inner {
    display: block; }
  .responseveArea__textArea {
    width: auto; }
  .themelist .inner::before {
    display: none; }
  .themelist h2.themelist__title {
    font-size: 2rem;
    margin-bottom: 1rem; }
  .themelist h2.themelist__title::before, .themelist h2.themelist__title::after {
    height: 48px; }
  .themelist__theme--name span {
  margin-bottom: 0.5rem;
  }
  .themelist__theme--name {
    line-height: 1;
    font-size: 2rem;
    margin-bottom: 1rem; }
  .themelist__theme--siteList {
    margin-bottom: 1rem; }
  .themelist__theme--siteList li {
    width: auto;
    margin-bottom: 0; }
}

@media (max-width: 480px) {
  .mv__wrap a {
    margin-bottom: 2rem; }
  .theme-gallery__decotext {
    font-size: 2.5rem;  }
  .theme-gallery .inner {
     padding-bottom: 0;
}
  .themelist__ul li, .themelist__ul li:nth-child(3n), .themelist__ul li:nth-child(2n) {
    width: 100%; }
  .themelist__ul .themelist__theme--siteList li {
    margin: 0; }
  .mv__wrap {
    padding-bottom: 46px; }
  .mv__SPtext {
    background-color: inherit;
    padding: 0rem;
    bottom: 0px; }
  .mv__SPtext--text {
    display: none; }
  a.mv__SPtext--link {
  display: none; }
  a.themelist__theme--link01, a.themelist__theme--link02 {
    width: calc(50% - 1px); }
  a.themelist__theme--link02 {
    border: 2px solid #00463A;
    border-left: none; }
}

/* 20250910 - 追加 */
.archivesWrap {
  width: auto;
  margin-top: 80px;
}
.theme-gallery__title {
    margin-bottom: 2rem;
    text-align: center;
}

.theme-gallery__decotext-catch {
    font-size: 0.75rem;
    margin-top: -1.5rem;
    font-weight: normal;
}

