@charset "UTF-8";
body {
  color: #2f2f2f;
  background: #fafafa;
  margin: 0;
  padding: 0;
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: #219b37;
}

h1, h2, h3, h4,
button, input, label {
  text-wrap: wrap;
  line-height: 1.1;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

.text hr {
  border-top: 1px dotted #8c8b8b;
  border-bottom: 1px dotted #fff;
  width: 70%;
  display: block;
  margin: 40px auto;
}
.text img {
  margin-bottom: 40px;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*　パーツ　*/
.inner {
  padding: 0 20px;
}
@media screen and (min-width: 1025px) {
  .inner {
    width: 80%;
    min-width: 800px;
    max-width: 1000px;
    margin: 0 auto;
  }
}

.copy {
  font-size: min(3.5vw, 15px);
  line-height: 1.8;
}

.main {
  padding-top: 60px;
}

.main > section {
  padding-top: 30px;
}

.main > section:not(:last-of-type) {
  padding-bottom: 60px;
}

.btn {
  text-align: center;
  padding: 40px 0 0 0;
}
.btn a {
  color: #FFF;
  font-size: 3.5vw;
  font-size: min(3.5vw, 16px);
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  text-align: center;
  background-color: #219b37;
  background-image: linear-gradient(289deg, #7bb527 0%, #219b37 100%);
  transition: all 0.3s ease;
  opacity: 1;
}
.btn a:hover {
  opacity: 0.5;
}
.btn.small {
  padding: 10px 0 0 0;
}
.btn.small a {
  font-size: min(3vw, 13px);
  padding: 5px 20px;
}
.btn.second a {
  border: 1px solid #219b37;
  color: #219b37;
  background-color: #FFF;
  background-image: none;
}
.btn.second a:hover {
  background-color: rgba(33, 155, 55, 0.2235294118);
}

.material-symbols-outlined {
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  display: inline-flex;
  vertical-align: middle;
}

.onlysp {
  display: block;
}
@media screen and (min-width: 768px) {
  .onlysp {
    display: none;
  }
}

/*　ヘッダー　*/
header {
  background-color: #eae5de;
  background-color: #dad1c4;
  background-size: 250%;
  background-position: left top;
  padding: 0px 20px;
  position: fixed;
  width: 100%;
  display: block;
  z-index: 9000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  /* ハンバーガーボタン */
  /* ナビゲーションメニュー（初期は非表示） */
}
@media screen and (min-width: 1025px) {
  header {
    height: 80px;
  }
}
header h1 {
  height: 80px;
  display: inline-block;
}
header h1 img {
  width: auto;
  height: 80px;
}
@media screen and (min-width: 768px) {
  header h1 {
    z-index: 99999;
    position: relative;
  }
}
header .navbtn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0px;
  transition: transform 0.3s ease;
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 9999;
}
header .navbtn span {
  font-size: 40px;
  color: #2f2f2f;
}
@media screen and (min-width: 1025px) {
  header .navbtn {
    display: none;
  }
}
header .nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95); /* 白っぽい半透明 */
  padding-top: 80px;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  opacity: 0;
  visibility: hidden;
  /* ナビゲーションメニューのリスト */
}
header .nav ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 80%;
}
header .nav ul li {
  text-align: left;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #CCC;
}
header .nav ul li a {
  color: #2f2f2f;
  text-decoration: none;
  font-size: 18px;
  display: block;
  padding: 0px 60px 10px 0;
  transition: background 0.3s;
  position: relative;
}
header .nav ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
header .nav ul li a span {
  display: block;
  font-size: min(3.8vw, 14px);
}
header .nav ul li a span.en {
  font-size: min(6.1vw, 23px);
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-style: normal;
  color: #219b37;
}
header .nav ul li a span.material-symbols-outlined {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 20px;
  margin-top: -10px;
  color: #2f2f2f;
}
header .nav.active {
  right: 0;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 1025px) {
  header .nav {
    display: block;
    opacity: 1;
    position: absolute;
    width: auto;
    height: auto;
    visibility: visible;
    background-color: transparent;
    top: 0;
    right: 0;
  }
  header .nav ul {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 80px;
    justify-items: center;
    border-left: 1px solid #FFF;
  }
  header .nav ul li {
    border-bottom: none;
    margin: 0 0;
    border-right: 1px solid #FFF;
  }
  header .nav ul li a {
    padding-right: 35px;
    padding-left: 15px;
    display: flex;
    align-items: center;
    height: 100%;
  }
  header .nav ul li a span {
    display: block;
    font-size: min(0.9vw, 12px);
  }
  header .nav ul li a span.en {
    font-size: min(1.3vw, 18px);
  }
  header .nav ul li a span.material-symbols-outlined {
    right: 10px;
  }
  header .nav ul li:last-of-type {
    background-color: #219b37;
    color: #FFF;
  }
  header .nav ul li:last-of-type a, header .nav ul li:last-of-type a:hover {
    color: #FFF;
  }
  header .nav ul li:last-of-type a span.en, header .nav ul li:last-of-type a:hover span.en {
    color: #FFF;
  }
  header .nav ul li:last-of-type a span.material-symbols-outlined, header .nav ul li:last-of-type a:hover span.material-symbols-outlined {
    color: #FFF;
  }
  header .nav .btn.second {
    display: none;
  }
}

/* フッター */
footer {
  padding: 40px 0 80px 0;
  background-color: #eae5de;
  /*
  body:not(.home) & {
  	margin-top:60px;
  }*/
}
footer .copyright {
  text-align: center;
  font-size: min(3vw, 13px);
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-style: normal;
}
footer .bnr_shop a {
  display: block;
  z-index: 3000;
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-weight: bold;
  color: #FFF;
  border: 3px solid #f8ad00;
  background-color: #f8ad00;
  font-size: min(3vw, 16px);
  border-radius: 5px;
  padding: 10px 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

/*　見出し　*/
h1.tt {
  padding: 30px 0;
  text-align: center;
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-style: normal;
  font-size: min(7.5vw, 32px);
  color: #219b37;
}
h1.tt span {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: min(4vw, 18px);
  display: block;
  padding-top: 10px;
}

#bnr {
  padding: 30px 0 60px 0;
  background-color: rgba(234, 229, 222, 0.6);
  background-image: url(../img/common/bg_line.webp);
  background-size: 70%;
}
#bnr .bnrList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#bnr .bnrList > .box {
  width: 48%;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #bnr .bnrList > .box {
    width: 23%;
    padding-bottom: 0px;
  }
}
#bnr .bnrList > .box img {
  border: 1px solid #FFF;
}

#pickItems {
  background-color: #FFF;
}
#pickItems .itemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#pickItems .itemList > .box {
  width: 48%;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #pickItems .itemList > .box {
    width: 23%;
    padding-bottom: 0px;
  }
}
#pickItems .itemList > .box img {
  border: 1px solid #FFF;
}
body:not(.home) #pickItems {
  margin-top: 60px;
  padding-bottom: 60px;
}

/*ページャー*/
.pagination {
  margin-bottom: 60px;
}
.pagination .nav-links {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  justify-content: center;
  align-items: stretch;
}
.pagination .nav-links a {
  font-size: min(3.5vw, 15px);
  color: #2f2f2f;
  padding: 10px;
  border: 1px solid #DDD;
}
.pagination .nav-links a.page-numbers {
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-style: normal;
}
.pagination .nav-links span {
  font-size: min(3.5vw, 15px);
  padding: 10px;
}
.pagination .nav-links span.current {
  background-color: rgb(234, 229, 222);
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-style: normal;
}
.pagination .nav-links span.material-symbols-outlined {
  padding: 0;
}

/*記事＆リスト*/
.media_type {
  background-color: rgb(234, 229, 222);
  background-color: #95928d;
  color: #FFF;
  padding: 3px 10px 5px 10px;
  border-radius: 100px;
  font-size: min(3vw, 12px);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .media_type {
    padding: 3px 10px 3px 10px;
    font-size: 11px;
  }
}

/*
.list{
	article{
		.thumb{
			img{
				aspect-ratio: 1.91 / 1;
				object-fit: cover;
			}
		}
		.detail{
			position: relative;
			.date{
				@include mixin.enFont();
				font-size:min(4vw,15px);
				opacity:0.5;
				padding-top:5px;
				position: absolute;
				right:0;
				top:10px;
				@include mixin.mq(tab) {
					font-size:min(4vw,13px);
				}
			}
		}
	}
}
*/
/*
.post{
	.meta{
		position:relative;
		h1{
			line-height:1.4;
			padding:10px 0;
			font-weight: 600;
			font-size:18px;
		}
		.date{
			@include mixin.enFont();
			position:absolute;
			right:mixin.$widespace;
			top:0;
			opacity:0.5;
		}
	}
	.text {
		padding-bottom:40px;
		p{
			padding-bottom:2em;
			line-height:1.8;
			font-size:15px;
			word-break: break-all;
		}
		img{
			padding:1em 0;
		}
	}
}*/
/*フォーム*/
@media screen and (min-width: 1025px) {
  .wpcf7 {
    width: 700px;
    margin: 0 auto;
  }
}
.wpcf7 .form-row {
  padding-bottom: 40px;
  margin-bottom: 40px;
  display: block;
  border-bottom: 1px dotted #DDD;
}
.wpcf7 .form-row label {
  display: block;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #219b37;
}
@media screen and (min-width: 1025px) {
  .wpcf7 .form-row {
    display: flex;
  }
  .wpcf7 .form-row label {
    width: 30%;
  }
  .wpcf7 .form-row .box {
    width: 70%;
  }
}
.wpcf7 .form-row input[type=file] {
  max-width: 100%;
  box-sizing: border-box;
}
.wpcf7 .form-row input[type=email],
.wpcf7 .form-row input[type=text],
.wpcf7 .form-row textarea {
  width: 100%;
  border: 1px solid #CCC;
  background-color: #FFF;
  padding: 10px;
  font-size: 15px;
  box-sizing: border-box;
}
.wpcf7 .form-row .wpcf7-not-valid-tip {
  margin-top: 5px;
  font-size: 13px;
  background-color: #f8ad00;
  color: #FFF;
  display: inline-block;
  padding: 3px 5px;
}
.wpcf7 .form-row .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7 .form-row.area input[type=text] {
  width: 10em;
}
.wpcf7 .form-row.sns span {
  font-size: 12px;
}
.wpcf7 .form-row.policy a {
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 20px;
}
.wpcf7 .form-row.policy .wpcf7-list-item label {
  width: auto;
  color: #000000;
  cursor: pointer;
}
.wpcf7 .form-row.policy .cfinfo {
  padding-top: 30px;
}
.wpcf7 .form-row.policy .cfinfo p {
  font-size: 11px;
  line-height: 1.5;
  padding-top: 5px;
}
.wpcf7 .form-row .att {
  font-size: 13px;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
  background-color: #eae5de;
}
.wpcf7 .form-btn {
  padding-top: 20px;
  text-align: center;
}
.wpcf7 .form-btn input[type=submit] {
  cursor: pointer;
  color: #FFF;
  font-size: 3.5vw;
  font-size: min(3.5vw, 16px);
  display: inline-block;
  padding: 10px 30px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  text-align: center;
  background-color: #219b37;
  background-image: linear-gradient(289deg, #7bb527 0%, #219b37 100%);
  transition: all 0.3s ease;
  opacity: 1;
}
.wpcf7 .form-btn input[type=submit]:hover {
  opacity: 0.5;
}
.wpcf7 .form-btn input[type=submit]:disabled {
  opacity: 0.3 !important;
  cursor: default !important;
}
.wpcf7 .form-btn .wpcf7-spinner {
  display: block;
  margin: 20px auto 0 auto;
}
.wpcf7 .form-parts {
  transition: all 0.3s ease;
}
.wpcf7 .res-org {
  display: none;
  transition: all 0.3s ease;
}
.wpcf7 form.sent .form-parts {
  display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
  padding: 20px !important;
  border: none !important;
  background-color: #219b37 !important;
  font-size: 15px !important;
  color: #FFF !important;
  border-radius: 5px !important;
  margin: 0 0 20px 0;
}
.wpcf7 form.sent .res-org {
  display: block;
}
.wpcf7 form.invalid .wpcf7-response-output {
  padding: 20px !important;
  border: none !important;
  background-color: #f8ad00 !important;
  font-size: 15px !important;
  color: #FFF !important;
  border-radius: 5px !important;
  margin: 0 0 20px 0;
}

#topArticle .medialist article .excerpt {
  font-size: 13px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  #topArticle .medialist {
    width: 80%;
    min-width: 800px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #topArticle .medialist article:nth-of-type(1) {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #topArticle .medialist article:nth-of-type(1) .thumb {
    width: 55%;
  }
  #topArticle .medialist article:nth-of-type(1) .detail {
    width: 40%;
  }
  #topArticle .medialist article:nth-of-type(1) .detail h2 {
    font-size: 18px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  #topArticle .medialist {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 50% 50%;
  }
  #topArticle .medialist article {
    padding-bottom: 40px;
  }
  #topArticle .medialist article:nth-of-type(1) {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  #topArticle .medialist article:nth-of-type(1) .detail {
    padding-right: 20px;
    padding-left: 20px;
  }
  #topArticle .medialist article:nth-of-type(1) .detail .date {
    padding-right: 20px;
  }
  #topArticle .medialist article:nth-of-type(1) .detail .excerpt {
    display: none;
  }
  #topArticle .medialist article:not(:first-of-type) .detail h2 {
    font-size: min(3vw, 13px);
  }
  #topArticle .medialist article:nth-of-type(2n):not(:first-of-type) {
    grid-row: 2/3;
    grid-column: 1/2;
    padding-left: 20px;
    padding-right: 10px;
  }
  #topArticle .medialist article:nth-of-type(2n+1):not(:first-of-type) {
    grid-row: 2/3;
    grid-column: 2/3;
    padding-left: 10px;
    padding-right: 20px;
  }
  #topArticle .medialist article:nth-last-of-type(-n+2) {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  #topArticle .btn {
    padding-top: 0;
  }
}

#topDrill .copy {
  text-align: center;
  padding-bottom: 40px;
}
#topDrill .drilllist article {
  padding: 0 10px;
}
#topDrill .drilllist article h2 {
  font-size: 3vw;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  #topDrill .drilllist article h2 {
    font-size: 13px;
  }
}
#topDrill .drilllist article .thumb {
  border: 1px solid #CCC;
}

#topAmbassador {
  background-color: rgba(33, 155, 55, 0.0549019608);
  margin-bottom: 0;
  padding-bottom: 60px;
}
#topAmbassador .copy {
  text-align: center;
  padding-bottom: 40px;
}

.medialist article {
  padding-bottom: 60px;
}
.medialist article .detail {
  position: relative;
  padding-top: 10px;
}
.medialist article .detail h2 {
  font-size: min(4vw, 16px);
  font-weight: 600;
  line-height: 1.5;
  word-break: break-all;
  padding-top: 10px;
}
.medialist article .detail .date {
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-style: normal;
  font-size: min(4vw, 15px);
  opacity: 0.5;
  padding-top: 5px;
  position: absolute;
  right: 0;
  top: 10px;
}
@media screen and (min-width: 768px) {
  .medialist article .detail .date {
    font-size: min(4vw, 13px);
  }
}
@media screen and (min-width: 768px) {
  .medialist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .medialist article {
    width: 31%;
  }
  .medialist article .detail h2 {
    font-size: min(4vw, 13px);
  }
}

#singleArticle .meta {
  position: relative;
}
#singleArticle .meta h1 {
  line-height: 1.4;
  padding: 10px 0;
  font-weight: 600;
  font-size: min(5vw, 20px);
}
#singleArticle .meta .date {
  opacity: 0.5;
  position: absolute;
  right: 20px;
  top: 0;
}
#singleArticle .thumb {
  padding: 10px 0 30px 0;
}
#singleArticle .text h2 {
  color: #219b37;
  padding: 40px 0;
  line-height: 1.7;
  font-size: min(5vw, 18px);
}
#singleArticle .text p {
  font-size: 15px;
  line-height: 2.2;
  padding-bottom: 3em;
  word-break: break-all;
}
#singleArticle .text p a {
  text-decoration: underline;
}
#singleArticle nav {
  background-color: rgba(234, 229, 222, 0.3);
  border-bottom: 1px solid #CCC;
  margin-top: 60px;
}
#singleArticle nav > div {
  border-top: 1px solid #CCC;
  position: relative;
}
#singleArticle nav > div .icon p {
  background-color: rgb(234, 229, 222);
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 5px;
  position: absolute;
  top: 10px;
  font-size: 13px;
  z-index: 1;
}
#singleArticle nav > div a {
  display: block;
  padding: 50px 0 20px 0;
  font-size: 13px;
  z-index: 2;
  position: relative;
}
#singleArticle nav > div.prev .icon p {
  padding: 3px 25px 1px 15px;
}
#singleArticle nav > div.next .icon p {
  padding: 3px 15px 1px 25px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  #singleArticle nav > div.prev.noprev, #singleArticle nav > div.next.nonext {
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  #singleArticle nav {
    display: flex;
  }
  #singleArticle nav > div {
    width: 50%;
    min-width: auto;
    max-width: auto;
  }
  #singleArticle nav > div a {
    font-size: 12px;
  }
  #singleArticle nav > div.next {
    text-align: right;
    border-left: 1px solid #CCC;
  }
}
#singleArticle .linkcard {
  margin: 0 0 40px 0 !important;
}
#singleArticle .linkcard .lkc-external-wrap {
  border-radius: 10px;
}
#singleArticle .reference {
  margin: 20px 0;
  padding: 10px;
  font-size: 15px;
  border-radius: 10px;
  border: 1px solid #2f2f2f;
}
#singleArticle .reference p {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 0;
  font-weight: 600;
}
#singleArticle .reference ul {
  padding-left: 20px;
}
#singleArticle .reference ul li {
  padding-bottom: 10px;
}
#singleArticle .reference ul li a {
  font-size: 13px;
  text-decoration: underline;
}

.credit {
  background-color: rgb(234, 229, 222);
  font-size: 13px;
  line-height: 1.5;
  border-radius: 10px;
  padding: 20px;
  margin-top: 40px;
}
.credit h3 {
  padding-bottom: 10px;
  font-weight: 600;
}
.credit h3 .material-symbols-outlined {
  margin-bottom: 3px;
  margin-right: 3px;
}

#archiveDrill .drill {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#archiveDrill .drill article {
  width: 47%;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  #archiveDrill .drill article {
    width: 23%;
  }
}
#archiveDrill .drill article .detail {
  padding-top: 10px;
}
#archiveDrill .drill article .detail h2 {
  font-size: min(3vw, 13px);
  font-weight: 600;
  line-height: 1.5;
  word-break: break-all;
}
#archiveDrill .drill article .detail .btn {
  padding-top: 10px;
}
#archiveDrill .drill article .detail .btn a {
  padding: 5px 0px;
  width: 80%;
}
@media screen and (min-width: 768px) {
  #archiveDrill .drill article .detail .btn a {
    font-size: 13px;
  }
}
#archiveDrill .drill article .thumb {
  border: 1px solid #CCC;
}

#singleDrill article h1 {
  padding-bottom: 20px;
}
#singleDrill article .thumb {
  padding-bottom: 40px;
}
#singleDrill article .thumb img {
  border: 1px solid #CCC;
}
#singleDrill article .text {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  #singleDrill article .drillbox {
    display: flex;
    justify-content: space-between;
  }
  #singleDrill article .drillbox .thumb {
    width: 45%;
  }
  #singleDrill article .drillbox .info {
    width: 50%;
  }
  #singleDrill article .drillbox .info .text p {
    padding-bottom: 1em;
  }
}

.picture-book .picturelist {
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
}
.picture-book .picturelist article {
  width: 47%;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .picture-book .picturelist article {
    width: 20%;
  }
}
.picture-book .picturelist article .thumb {
  margin-bottom: 10px;
  display: block;
}
.picture-book .picturelist article h2 {
  text-align: center;
}
.picture-book .picturelist article h2 span {
  font-size: min(4vw, 16px);
  display: block;
}
.picture-book .picturelist article h2 span.en {
  font-size: min(4.5vw, 22px);
  padding-bottom: 5px;
  text-transform: capitalize;
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-style: normal;
}

#singlePicturebook article.post h1 {
  text-align: center;
  font-size: min(6vw, 32px);
  margin: 30px 0;
}
#singlePicturebook article.post .text {
  line-height: 1.8;
  font-size: min(3.6vw, 13px);
  background-color: rgb(234, 229, 222);
  border-radius: 10px;
  padding: 20px;
}
#singlePicturebook article.post .thumb {
  width: 80%;
  margin: 0 auto 10px auto;
}
#singlePicturebook article.post .fukidashi {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 25px 10px;
  width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #219b37;
  box-sizing: border-box;
  border-radius: 10px;
}
#singlePicturebook article.post .fukidashi:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
#singlePicturebook article.post .fukidashi:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #219b37;
  z-index: 1;
}
#singlePicturebook article.post .fukidashi h2 {
  font-size: min(4.5vw, 15px);
  color: #219b37;
  text-align: center;
  margin: 0;
  padding: 0;
}
#singlePicturebook article.post .english {
  padding: 40px 0;
}
#singlePicturebook article.post .english .copy {
  text-align: center;
  font-size: min(4vw, 15px);
  padding: 20px 0;
}
#singlePicturebook article.post .english .copy span {
  font-size: min(8vw, 40px);
  display: block;
  text-transform: capitalize;
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-style: normal;
}
#singlePicturebook article.post .character-box {
  padding-top: 40px;
}
#singlePicturebook article.post .character-box .logo {
  width: 80%;
  height: auto;
  margin: 0 auto 20px auto;
}
#singlePicturebook article.post .character-box .detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#singlePicturebook article.post .character-box .detail .img {
  width: 40%;
}
#singlePicturebook article.post .character-box .detail .caption {
  font-size: min(3.4vw, 13px);
  width: 58%;
}
@media screen and (min-width: 768px) {
  #singlePicturebook article.post .mainbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
  }
  #singlePicturebook article.post .mainbox .first {
    width: 50%;
  }
  #singlePicturebook article.post .mainbox .second {
    width: 48%;
  }
  #singlePicturebook article.post .subbox {
    display: flex;
    justify-content: space-between;
  }
  #singlePicturebook article.post .subbox .first {
    width: 48%;
  }
  #singlePicturebook article.post .subbox .second {
    width: 48%;
  }
  #singlePicturebook article.post .subbox .english {
    padding: 0 0 40px 0;
  }
}

.shop-anchor ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}
.shop-anchor ul li {
  padding: 0 0 0 5px;
}
.shop-anchor ul li a {
  font-size: 13px;
  text-decoration: underline;
}
.shop-anchor ul li::after {
  content: " / ";
}
.shop-anchor ul li:last-child::after {
  content: "";
}

.shop-lists .shop-category {
  padding-bottom: 20px;
}
.shop-lists h2 {
  background-color: #219b37;
  color: #FFF;
  padding: 10px;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .shop-lists h2 {
    font-size: 15px;
  }
}
.shop-lists article {
  padding: 20px 0;
  border-bottom: 1px solid #CCC;
  position: relative;
}
.shop-lists article .media_type {
  display: inline-block;
  font-size: min(2.8vw, 15px);
}
@media screen and (min-width: 768px) {
  .shop-lists article .media_type {
    font-size: 11px;
    position: absolute;
    left: 0;
  }
}
.shop-lists article h3 {
  font-size: 16px;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .shop-lists article h3 {
    padding: 5px 0 10px 7em;
  }
}
.shop-lists article .info p {
  font-size: 13px;
}
.shop-lists article .info p a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .shop-lists article .info {
    padding: 0 0 0 8em;
  }
}
.shop-lists .shop-items article:last-of-type {
  border: none;
}

#topShop {
  padding-bottom: 40px;
  margin-bottom: 0;
  background-color: rgba(33, 155, 55, 0.0549019608);
}
#topShop .shop-lists {
  display: flex;
  flex-wrap: wrap;
}
#topShop .shop-lists article {
  background-color: #FFF;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 0 0 10px 0;
  width: 100%;
  padding: 10px 20px 15px 20px;
}
@media screen and (min-width: 768px) {
  #topShop .shop-lists article {
    width: 32%;
    padding: 20px;
    margin: 0 0 20px 0;
  }
  #topShop .shop-lists article:nth-child(3n+2) {
    margin: 0 2% 20px 2%;
  }
}
#topShop .shop-lists article .media_type {
  display: inline-block;
  font-size: min(2.8vw, 12px);
}
@media screen and (min-width: 768px) {
  #topShop .shop-lists article .media_type {
    font-size: 11px;
    position: relative;
    left: auto;
  }
}
#topShop .shop-lists article .ken {
  font-size: 13px;
}
#topShop .shop-lists article h3 {
  font-size: 13px;
  padding: 5px 0 10px 0;
  color: #219b37;
}
@media screen and (min-width: 768px) {
  #topShop .shop-lists article h3 {
    padding: 5px 0 10px 0;
  }
}
#topShop .shop-lists article .info p {
  font-size: 11px;
}
#topShop .shop-lists article .info p a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #topShop .shop-lists article .info {
    padding: 0 0 0 0;
  }
}

.ambassadorList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ambassadorList article {
  width: 45%;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .ambassadorList article {
    width: 21%;
  }
}
.ambassadorList article .thumb {
  overflow: hidden;
  border-radius: 150px;
  margin-bottom: 10px;
}
.ambassadorList article .detail {
  text-align: center;
}
.ambassadorList article .detail h2 {
  font-size: min(4vw, 16px);
}
.ambassadorList article .detail .caption {
  padding-top: 3px;
  font-size: min(4vw, 12px);
}
.ambassadorList article .detail .link {
  display: flex;
  padding: 0;
  margin: 8px 0 0 0;
  gap: 4px;
  justify-content: center;
}
.ambassadorList article .detail .link li {
  width: 20%;
  list-style: none;
}
.ambassadorList article .detail .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  background-color: #95928d;
  border-radius: 50%;
  transition: background-color 0.3s, transform 0.2s;
}
.ambassadorList article .detail .link a img {
  width: 63%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ambassadorList article .detail .link a:hover {
  background-color: darkgray;
}
.ambassadorList article .profile {
  background-color: rgb(234, 229, 222);
  font-size: min(2.8vw, 12px);
  line-height: 1.5;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
}
.ambassadorList.other article {
  width: 30%;
}
@media screen and (min-width: 768px) {
  .ambassadorList.other article {
    width: 18%;
  }
}
.ambassadorList.other article .detail {
  text-align: center;
}
.ambassadorList.other article .detail h2 {
  font-size: min(3vw, 12px);
  font-weight: 400;
}

#ambassador h2.tt {
  text-align: center;
  font-size: min(4.5vw, 18px);
  line-height: 1.6;
  color: #219b37;
  padding: 10px;
  margin: 10px 0 30px 0;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.page-sdgs .text h3 {
  font-size: min(4.5vw, 18px);
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
  margin-bottom: 1em;
}
.page-sdgs .text p {
  font-size: 15px;
  line-height: 1.7;
  padding-bottom: 1em;
  word-break: break-all;
}
.page-sdgs .text .kodawari h4 {
  padding-bottom: 1em;
  text-align: center;
  font-size: 15px;
  color: #219b37;
}
.page-sdgs .text .kodawari p {
  padding-top: 1em;
  font-size: 13px;
}
.page-sdgs .text .kodawari .wp-block-column {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 3px #CCC;
}
/*# sourceMappingURL=common.css.map */