@charset "UTF-8";
/* CSS Document */

/*
Theme Name: Eight Andy
*/

h1 {
  margin: 35px auto 0;
  text-align: center;
}

.sp {
  display: none;
}

.index-wrap {
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

.index-wrap h1 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: fadeIn 0.5s ease 0.3s 1 forwards;
  -webkit-animation: fadeIn 0.5s ease 0.3s 1 forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

footer {
  font-size: 11px;
  text-align: center;
  padding-bottom: 100px;
}

/* foot-nav */

.foot-nav {
  margin-bottom: 3em;
}

.foot-nav li {
  display: inline-block;
  font-size: 1.4em;
  margin: 0 2em;
}

.foot-nav li.store a {
  line-height: 1;
  background: #171818;
  color: #fff;
  padding: 8px 10px;
  transition: 0.3s ease;
}

.foot-sub-nav {
  margin-bottom: 3em;
}

.foot-sub-nav li {
  display: inline-block;
  font-size: 1.1em;
  margin: 0 1em;
}

footer .sns-nav {
  margin-bottom: 6em;
}

footer .sns-nav li {
  display: inline-block;
  font-size: 1.1em;
  margin: 0 0.7em;
}

header {
  position: absolute;
  top: 50px;
  right: 0;
  line-height: 1;
  padding-right: 5vw;
}

.top header,
.top .openmenu {
  opacity: 0;
  animation: fadeIn 0.5s ease 0.3s 1 forwards;
  -webkit-animation: fadeIn 0.5s ease 0.3s 1 forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

header .top-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 20px;
}

header .top-nav li {
  display: inline-block;
  margin-left: 12px;
}

header .top-nav .lang-nav {
  margin-right: 20px;
}

header .top-nav .lang-nav li {
  opacity: 0.5;
}

header .top-nav .lang-nav li.current {
  opacity: 1;
}

header .gnav li {
  display: inline-block;
  font-size: 16px;
  margin-left: 20px;
}

header .gnav li a.store {
  background: #171818;
  color: #fff;
  padding: 5px 10px;
  transition: 0.3s ease;
}

header .gnav li a.store:hover {
  opacity: 0.6;
}

.search-form-wrap {
  position: relative;
  min-width: 25px;
  width: max-content;
  margin-bottom: 20px;
}

.search-form-wrap .open-btn {
  display: block;
  width: 15px;
  height: 15px;
  background: url(img/common/icon_search.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  cursor: pointer;
}

.search-form-wrap input[type="text"] {
  background: none;
  border-radius: 30px;
  border: 2px solid #bbb;
  padding: 5px;
  outline: none;
  -webkit-appearance: none;
  width: 0;
  border: 0;
  transition: 0.3s ease;
}

.active.search-form-wrap input[type="text"] {
  width: auto;
  border: 2px solid #333;
}

.active.search-form-wrap .open-btn {
  pointer-events: none;
}

.search-form-wrap button {
  width: 15px;
  height: 15px;
  background: url(img/common/icon_search.png) no-repeat;
  background-size: cover;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

/*
================
Page
================
*/

h2 {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
}

.page-contents-wrap {
  padding: 6em 0 0;
}

.thumb-wrap {
  line-height: 0;
}

/*
================
Concept
================
*/

.concept-contents-wrap {
  padding: 150px 0 190px;
}

.concept-contents-wrap h3 {
  display: table;
  font-size: 20px;
  font-weight: bold;
  margin-left: 10vw;
  border-bottom: 5px solid #171818;
  padding-bottom: 10px;
  margin-bottom: 55px;
}

.concept-contents-wrap h4 {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 55px;
}

.concept-contents {
  margin-bottom: 200px;
}

.concept-contents .thumb-wrap {
  width: 50vw;
}

.concept-contents .text-wrap {
  width: 40vw;
  padding-right: 10vw;
  padding-top: 2.5vw;
}

.concept-contents .text-wrap p {
  margin-bottom: 25px;
}

.concept-contents .text-wrap p:last-child {
  margin-bottom: 0;
}

section:nth-of-type(1) .text-wrap {
  padding-top: 5vw;
}

section:nth-of-type(1) .text-wrap .read {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 55px;
}

section:nth-of-type(2) .thumb-wrap {
  text-align: right;
}

section:nth-of-type(2) .text-wrap {
  padding-top: 0;
}

section:nth-of-type(2) .text-wrap h3 {
  margin-left: 0;
}

section:nth-of-type(3) {
  flex-flow: row-reverse;
}

section:nth-of-type(3) .text-wrap {
  padding-right: 0;
  padding-left: 10vw;
}

section:nth-of-type(4) {
  margin-bottom: 0;
}

/*
================
Store
================
*/

.clm-nav {
  position: absolute;
  right: 5%;
  top: 184px;
  width: 62px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.clm-nav a {
  display: block;
  opacity: 0.4;
  cursor: pointer;
}

.clm-nav a.on {
  opacity: 1;
}

.clm-nav .clm2-btn {
  width: 24px;
  height: 24px;
  background: url(img/common/icon_clm2.svg) no-repeat;
  background-size: cover;
}

.clm-nav .clm4-btn {
  width: 24px;
  height: 24px;
  background: url(img/common/icon_clm4.svg) no-repeat;
  background-size: cover;
}

.colorchip-nav {
  position: absolute;
  right: 5%;
  top: 230px;
  width: 62px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.colorchip-nav li {
  display: block;
  margin-bottom: 7px;
  width: 45%;
  height: 8px;
  background: rgb(92, 151, 205);
  background: linear-gradient(
    93deg,
    rgba(92, 151, 205, 1) 0%,
    rgba(13, 85, 156, 1) 50%,
    rgba(41, 70, 167, 1) 100%
  );
}

.colorchip-nav li:nth-of-type(2) {
  background: rgb(166, 55, 37);
  background: linear-gradient(
    93deg,
    rgba(166, 55, 37, 1) 0%,
    rgba(192, 30, 28, 1) 50%,
    rgba(148, 58, 42, 1) 100%
  );
}

.colorchip-nav li:nth-of-type(3) {
  background: rgb(101, 111, 59);
  background: linear-gradient(
    93deg,
    rgba(101, 111, 59, 1) 0%,
    rgba(105, 131, 70, 1) 100%
  );
}

.colorchip-nav li:nth-of-type(4) {
  background: rgb(217, 185, 33);
  background: linear-gradient(
    93deg,
    rgba(217, 185, 33, 1) 0%,
    rgba(180, 59, 16, 1) 100%
  );
}

.colorchip-nav li:nth-of-type(5) {
  background: rgb(90, 88, 89);
  background: linear-gradient(
    93deg,
    rgba(90, 88, 89, 1) 0%,
    rgba(188, 188, 190, 1) 100%
  );
}

.colorchip-nav li:nth-of-type(6) {
  background: rgb(168, 154, 124);
  background: linear-gradient(
    93deg,
    rgba(168, 154, 124, 1) 0%,
    rgba(166, 136, 74, 1) 100%
  );
}

.colorchip-nav li:nth-of-type(7) {
  background: #1f2025;
}

.colorchip-nav a {
  display: block;
  width: 100%;
  height: 100%;
}

.store-contents-wrap {
  width: 90%;
  max-width: 1344px;
  margin: 0 auto;
  padding-top: 100px;
  text-align: center;
}

.store-contents-wrap h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.store-contents-wrap .item-wrap {
  width: 43%;
  margin-bottom: 180px;
  transition: 0s ease;
}

.store-contents-wrap .item-wrap .thumb-wrap {
  line-height: 1;
  margin-bottom: 25px;
}

.store-contents-wrap .item-wrap .text-wrap {
  width: 90%;
  margin: 0 auto;
}

.store-contents-wrap .item-wrap .read {
  font-size: 13px;
  margin-bottom: 10px;
}

.store-contents-wrap .item-wrap .item-cat {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 10px;
}

.store-contents-wrap .item-wrap .item-cat span {
  font-size: 0.8em;
}

.store-contents-wrap .item-wrap .item-color li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
}

.store-contents-wrap .item-wrap .item-color li a {
  display: block;
  width: 100%;
  height: 100%;
}

.store-contents-wrap .item-wrap .item-color li span {
  display: block;
  width: 100%;
  height: calc(100% / 2);
}

.store-contents-wrap .item-wrap .item-color li.row3 span {
  height: calc(100% / 3);
}

/* 4カラム */

.store-contents-wrap.clm4:before {
  content: "";
  display: block;
  width: 22%;
  order: 1;
}

.store-contents-wrap.clm4:after {
  content: "";
  display: block;
  width: 22%;
}

.store-contents-wrap.clm4 .item-wrap {
  width: 22%;
}

.store-contents-wrap.clm4 h3 {
  font-size: 15px;
}

.store-contents-wrap.clm4 .read br {
  display: none;
}

.store-contents-wrap.clm4 .item-wrap .item-color li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 2px;
}

a.view {
  display: table;
  margin: 25px auto 0;
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 3px 50px;
  transition: 0.5s ease-out;
}

a.link-next,
a.link-prev {
  transition: 0.5s ease-out;
}

a.view:hover,
a.link-next:hover,
a.link-prev:hover {
  opacity: 0.6;
}

.store-single-wrap {
  max-width: 768px;
  margin: 0 auto 150px;
}

.store-single-wrap .thumb-wrap {
  position: relative;
  margin-bottom: 50px;
}

.store-single-wrap .slider {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 66%;
}

.store-single-wrap .slider .mainphoto.active {
  opacity: 1;
}

.store-single-wrap .mainphoto {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.8s ease;
}

.store-single-wrap .changephotos {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 10px;
}

.store-single-wrap .changephoto {
  width: calc((100% - 90px) / 10);
  margin-left: 10px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  opacity: 0.4;
}

.store-single-wrap .changephoto:nth-of-type(1) {
  margin-left: 0px;
}

.store-single-wrap .changephoto span {
  width: 100%;
  display: block;
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

.store-single-wrap .changephoto.current {
  opacity: 1;
}
.store-single-wrap .changephoto img {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-single-wrap .next-btn {
  width: 25px;
  position: absolute;
  right: 0;
  top: 45%;
  transform: translate(280%, -50%);
  cursor: pointer;
}

.store-single-wrap .prev-btn {
  width: 25px;
  position: absolute;
  left: 0;
  top: 45%;
  transform: translate(-280%, -50%);
  cursor: pointer;
}

.store-single-wrap h3 {
  margin: 10px 0 25px;
}

.store-single-wrap .single-contents p {
  width: 90%;
  margin: 25px auto 0;
  font-size: 13px;
}

.store-single-wrap .single-contents img {
  margin: 50px 0 25px;
}

.store-single-wrap .item-cart-wrap {
  margin-top: 75px;
  text-align: center;
}

.cart-wrap {
  margin-bottom: 100px;
}

.cart-wrap .thumb-wrap {
  margin-bottom: 25px;
}

.store-single-wrap .single-contents .cart-wrap .thumb-wrap img {
  margin: 0;
}

.cart-wrap .text-wrap {
  text-align: center;
  margin: 0 auto;
}

.cart-wrap .text-wrap h4 {
  margin-bottom: 25px;
}

.reccomend-wrap {
  max-width: 1152px;
  margin: 0 auto 190px;
}

.reccomend-wrap.post {
  max-width: 960px;
  margin: 0 auto 75px;
}

.reccomend-wrap h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}

.reccomend-wrap .inner:before {
  content: "";
  display: block;
  width: 21%;
  order: 1;
}

.reccomend-wrap .inner:after {
  content: "";
  display: block;
  width: 21%;
}

.reccomend-wrap .item-wrap {
  width: 21%;
  margin-bottom: 0;
}

.reccomend-wrap .item-wrap .item-id {
  font-size: 12px;
}
.reccomend-wrap .item-wrap h3 {
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}

.reccomend-wrap .item-wrap .thumb-wrap {
  margin-bottom: 15px;
}

.reccomend-wrap .item-wrap .thumb-wrap.no-thumb {
  padding-top: 67%;
  background: #ddd url(img/common/logo.svg) no-repeat center center;
  background-size: 30% auto;
}

.reccomend-wrap .item-wrap .text-wrap {
  width: 100%;
}

.single-nav {
  font-size: 0.8em;
  margin-top: 50px;
}

.single-nav p {
  max-width: 40%;
}

.single-nav .next a {
  display: block;
  position: relative;
  padding-right: 15px;
}

.single-nav .prev a {
  display: block;
  position: relative;
  padding-left: 15px;
}

.single-nav .next a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.single-nav .prev a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

a.store-btn {
  width: 90%;
  max-width: 250px;
  padding: 20px 50px;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  display: table;
  background: #000;
  color: #fff;
  z-index: 1;
  transition: all 0.3s ease;
  position: relative;
  margin: 75px auto;
}

a.store-btn:hover {
  opacity: 0.6;
}

/*
================
Other
================
*/

.single-contents-wrap {
  width: 90%;
  max-width: 1152px;
  margin: 0 auto;
  padding-top: 150px;
}

.policy-wrap h3 {
  display: table;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}

.policy-wrap section {
  margin-bottom: 75px;
}

.policy-wrap section:last-child {
  margin-bottom: 190px;
}

.info-wrap {
  text-align: center;
  margin-bottom: 190px;
}

.info-wrap h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}

.info-wrap a {
  text-decoration: underline;
  margin-top: 25px;
  display: block;
}

.search-wrap {
  text-align: center;
  width: 90%;
  max-width: 1152px;
  margin: 0 auto 140px;
  padding-top: 100px;
}

.search-wrap .clm-wrap:before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}

.search-wrap .clm-wrap {
  padding-top: 100px;
}

.search-wrap .clm-wrap:after {
  content: "";
  display: block;
  width: 23%;
}

.search-wrap article {
  width: 23%;
  margin-bottom: 50px;
}

/*
.top-post-wrap{
	width: 90%;
	max-width: 960px;
	margin: 0 auto 190px;
	padding-top: 100px;
}

.top-post-wrap.single{
	padding-top: 50px;
}

.top-post-wrap h2{
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 75px;
}

.top-post-wrap .thumb-wrap{
	margin-bottom: 100px;
}

.top-post-wrap .single-contents p{
	width: 90%;
	margin: 25px auto 0;
	font-size: 13px;
}

.top-post-wrap .single-contents img{
	margin: 50px 0 25px;
}

.top-post-wrap .link-next{
	text-align: center;
	margin: 75px 0 auto;
	display: block;
}
*/

.post-single-wrap {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 4em;
  padding-top: 3em;
}

.post-single-wrap .title {
  margin: 3em 0;
  font-size: 1.1em;
}

.news-nav {
  padding: 25px 50px;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  margin-top: 50px;
}

.news-nav ul {
  max-width: 45%;
}

.news-nav ul h3 {
  opacity: 0.5;
}

.news-nav ul:first-child {
  width: 45%;
}

.news-nav ul:first-child li {
  display: inline-block;
  width: 45%;
  vertical-align: top;
}

.news-nav ul li a {
  text-decoration: underline;
  display: block;
  font-size: 13px;
}

.news-nav ul:first-child li a {
  margin-right: 5px;
}

.arc-nav {
  text-align: center;
  margin: 0 0 190px;
}

.arc-nav span {
  margin: 0 5px;
}

.arc-nav a {
  margin: 0 5px;
  opacity: 0.5;
}

.post-contents-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1152px;
  margin: 0 auto 150px;
  padding-top: 50px;
}

.post-contents-wrap:after {
  content: "";
  display: block;
  width: 28%;
}

.post-contents-wrap .post-wrap {
  width: 28%;
  margin-bottom: 50px;
  text-align: center;
}

.post-contents-wrap .post-wrap .date {
  margin: 20px 0 10px;
  line-height: 1;
  font-size: 13px;
}

.post-contents-wrap .post-wrap h2 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
}

/*
========================
Contact
========================
*/

.contact-wrap {
  max-width: 960px;
  margin: 0 auto;
}

.form-wrap .r-box {
  width: 48%;
}

.form-wrap .l-box {
  width: 48%;
}

.form-wrap .l-box div {
  margin-bottom: 20px;
}

.form-wrap h3 {
  font-size: 16px;
  text-align: left;
  margin-bottom: 5px;
  font-weight: normal;
}

.form-wrap h3 span {
  color: #ce2e2e;
}

.contact-wrap input[type="text"],
.contact-wrap input[type="email"],
.contact-wrap input[type="tel"],
.contact-wrap textarea {
  width: 100%;
  padding: 1em;
  line-height: 1.85714;
  letter-spacing: 0.1em;
  border: 1px solid #ccc;
  margin-top: 0;
  transition: background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  outline: none;
  -webkit-appearance: none;
}

.form-wrap textarea {
  height: 273px;
}

.submit-wrap {
  text-align: center;
  margin: 50px auto 80px;
}

.contact-text {
  margin-bottom: 190px;
}

.contact-wrap input[type="submit"] {
  padding: 1em 8em;
  background: #333;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.16em;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.2s ease-in;
  text-align: center;
  display: inline-block;
}

.contact-wrap input[type="reset"],
.contact-wrap input[type="button"] {
  padding: 1em 4em;
  background: #bbb;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.16em;
  -webkit-appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: 0.2s ease-in;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}

.conf-text {
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}

.submit {
  position: relative;
  margin: 0 auto;
  display: table;
  margin-top: 20px;
}

.wpcf7c-conf {
  background: none !important;
  border: none !important;
  color: #999 !important;
}

.ajax-loader,
div.wpcf7-mail-sent-ok,
.wpcf7 form .wpcf7-response-output {
  display: none !important;
}

.cat-wrap {
  margin-bottom: 190px;
}

.cat-wrap ul {
  margin: 25px 0 100px;
  text-align: center;
}

.cat-wrap ul li {
  display: inline-block;
  margin: 0 8px;
}

.guide-wrap {
  padding-bottom: 50px;
}

.guide-wrap h3 {
  font-weight: bold;
  font-size: 1.3em;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #bbb;
}

.guide-wrap h4 {
  font-weight: bold;
  margin-bottom: 10px;
}

.guide-wrap dl {
  border-bottom: 1px solid #bbb;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.guide-wrap th {
  font-weight: bold;
  padding-right: 10px;
}

.item-cat-title {
  text-align: center;
  font-weight: bold;
  margin: 50px 0 0;
}

.flex-box {
  display: flex;
}

.flex-box .img-area {
  margin-right: 40px;
  width: 30%;
}

/* ブログカード */

.wp-embedded-content {
  margin: 0 auto;
  min-width: 100%;
  width: 100%;
}

/* DEMO */

.top-icatch-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100vh;
}

.top-icatch-wrap .news-wrap {
  width: 45%;
  height: 100%;
  position: relative;
}

.scroll {
  display: block;
  width: 1px;
  height: 20vh;
  background: #bbb;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(50%);
}

.top-icatch-wrap .news-wrap .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-icatch-wrap .news-wrap .logo {
  width: 13vw;
  max-width: 260px;
  margin-bottom: 6.66em;
}

.top-icatch-wrap .news-wrap dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 20vw;
  font-size: 0.8em;
}

.top-icatch-wrap .news-wrap dl dt {
  margin-right: 1em;
  width: 5em;
}

.top-icatch-wrap .news-wrap dl dd {
  width: calc(100% - 6em);
}

.top-icatch-wrap .news-wrap dl dd a {
  text-decoration: underline;
}

.top-icatch-wrap .main-post-wrap {
  width: 55%;
  height: 100%;
}

.top-icatch-wrap .main-post-wrap .thumb-wrap {
  position: relative;
  width: 100%;
  height: calc(100% - 6.25em);
  overflow: hidden;
}

.top-icatch-wrap .main-post-wrap .thumb-wrap img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.top-icatch-wrap .main-post-wrap .title-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding: 2em 0;
  padding-right: 5%;
  text-align: right;
}

.top-icatch-wrap .main-post-wrap .title-wrap .title {
  font-weight: normal;
  font-size: 0.9em;
  margin-right: 4em;
}

.top-icatch-wrap .main-post-wrap .title-wrap .date-wrap {
  font-size: 0.8em;
  line-height: 1.3;
}

.top-icatch-wrap .main-post-wrap .title-wrap .date-wrap .cat {
  margin-top: 0.6em;
}

.top-post-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  max-width: 1800px;
  margin: 0 auto;
  padding-top: 16em;
}

.top-post-wrap.arc {
  padding-top: 6em;
}

.top-post-wrap .post {
  width: 27%;
  margin-bottom: 6em;
}

.top-post-wrap .post .thumb-wrap {
  line-height: 0;
  margin-bottom: 1.8em;
}

.top-post-wrap .post .title-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.top-post-wrap .post .title-wrap .title {
  font-weight: normal;
  font-size: 0.9em;
}

.top-post-wrap .post .title-wrap .date-wrap {
  font-size: 0.8em;
  line-height: 1.3;
  text-align: right;
}

.top-post-wrap .post .title-wrap .date-wrap .cat {
  margin-top: 0.6em;
}

.item-link {
  font-size: 1.33em;
  display: table;
  margin: 0 auto 8em;
}

.openmenu-nav .sns-nav li {
  display: inline-block;
  margin-right: 0.8em;
}

@media (max-width: 800px) {
  .top-icatch-wrap {
    display: block;
    height: auto;
  }

  .top-icatch-wrap .news-wrap {
    width: 90%;
    height: auto;
    margin: 0 auto 4em;
  }

  .top-icatch-wrap .news-wrap .inner {
    position: static;
    transform: none;
  }

  .top-icatch-wrap .news-wrap .logo {
    width: 26vw;
    max-width: 260px;
    margin: 5em auto;
  }

  .top-icatch-wrap .news-wrap dl {
    display: block;
    max-width: none;
    font-size: 1em;
  }

  .top-icatch-wrap .main-post-wrap {
    width: 100%;
    height: auto;
  }

  .top-icatch-wrap .main-post-wrap .thumb-wrap {
    height: 0;
    padding-top: 100%;
  }

  .top-icatch-wrap .main-post-wrap .title-wrap {
    justify-content: space-between;
    padding: 2em 5%;
    text-align: left;
  }

  .top-icatch-wrap .main-post-wrap .title-wrap .title {
    font-weight: normal;
    font-size: 0.9em;
    margin-right: 4em;
  }

  .top-icatch-wrap .main-post-wrap .title-wrap .date-wrap {
    font-size: 0.9em;
    line-height: 1.3;
    text-align: right;
  }

  .top-icatch-wrap .main-post-wrap .title-wrap .date-wrap .cat {
    margin-top: 0.6em;
  }

  .top-post-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    max-width: 1800px;
    margin: 0 auto;
    padding-top: 6em;
    margin-bottom: 4em;
  }

  .top-post-wrap .post {
    width: 46%;
    margin-bottom: 4em;
  }

  .top-post-wrap .post .thumb-wrap {
    line-height: 0;
    margin-bottom: 1.4em;
  }

  .top-post-wrap .post .title-wrap {
    display: block;
  }

  .top-post-wrap .post .title-wrap .title {
    font-weight: normal;
    text-align: left;
    font-size: 0.9em;
    margin-bottom: 1em;
  }

  .top-post-wrap .post .title-wrap .date-wrap {
    font-size: 0.9em;
    line-height: 1.3;
    text-align: right;
  }

  .top-post-wrap .post .title-wrap .date-wrap .cat {
    margin-top: 0.6em;
  }

  .item-link {
    font-size: 1.2em;
    margin: 0 auto 4em;
  }
}

/* 250918 cf7 */
.js-cf7-confirm-wrap {
  display: none;
}
.wpcf7-response-output {
  display: none !important;
}
.wpcf7-spinner {
  position: absolute !important;
}
.js-cf7-wrap .btn--confirm {
  background: #333 !important;
}
.js-cf7-wrap .btn {
  width: 190px;
  height: 50px;
  padding: 0 !important;
  margin-right: 0 !important;
  display: block !important;
}
.js-cf7-wrap .btn--back {
  background: #bbb !important;
}
.js-cf7-wrap .submit-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 20px;
}
.js-cf7-confirm-btn--confirm,
.js-cf7-wrap .submit-wrap {
  width: fit-content;
}
