/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Common
	- Common
    - Headline
	- Header
	- Footer
    - Magazine
	- Shop

--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> COMMON
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
html {
  color: #1E1E1E;
  font-size: 16px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2.4;
}

body {
  background: url("../img/common/bg_img_cloth.png") !important;
  background-size: cover;
  background-repeat: repeat-y;
}

.wrap {
  width: 1100px;
  margin: 0 auto;
}

.wrap-wide {
  width: 1280px;
  margin: 0 auto;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  .wrap {
    width: calc(100% - 2em);
  }
  .wrap-wide {
    width: 100%;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/* Headline
--------------------------------------------- */
.page-title {
  margin: 2em 0;
  font-size: 36px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

.headline2 {
  font-size: 36px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.headline3 {
  font-size: 24px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .headline2 {
    font-size: 28px;
  }
  .headline3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .headline2 {
    font-size: 21px;
  }
  .headline3 {
    font-size: 16px;
  }
}
/* Header
--------------------------------------------- */
#masthead {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
#masthead.fixed .wrap-wide .site-branding {
  width: 200px;
  height: 72px;
  padding: 0 0.5em;
  background-color: #FFFFFF;
  transition: all 0.2s ease-in-out;
}
#masthead.fixed .wrap-wide .site-branding img {
  width: auto;
  height: 62px;
  transition: all 0.2s ease-in-out;
}
#masthead.fixed .wrap-wide .global-nav ul {
  height: 72px;
  padding: 0 2em;
  transition: all 0.2s ease-in-out;
}
#masthead.fixed .wrap-wide .global-nav ul li.list-item {
  padding: 5px 1em;
  transition: all 0.2s ease-in-out;
}
#masthead .wrap-wide {
  justify-content: space-between;
  flex-wrap: nowrap;
}
#masthead .wrap-wide .site-branding {
  width: 200px;
  height: 120px;
  margin: 0;
  padding: 10px 0.5em;
  box-shadow: 3px 3px 6px rgba(204, 156, 107, 0.36);
  border-radius: 0 0 15px 15px;
  background-color: #FFFFFF;
}
#masthead .wrap-wide .site-branding a {
  display: block;
  text-align: center;
}
#masthead .wrap-wide .site-branding a img {
  width: 100%;
  max-width: 180px;
  height: auto;
}
#masthead .wrap-wide .sp-menu {
  display: none;
}
#masthead .wrap-wide .global-nav {
  display: block;
}
#masthead .wrap-wide .global-nav ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
  padding: 15px 2em;
  box-shadow: 3px 3px 6px rgba(204, 156, 107, 0.36);
  border-radius: 0 0 15px 15px;
  background-color: #FFFFFF;
}
#masthead .wrap-wide .global-nav ul li {
  padding: 0 1em;
  list-style-type: none;
}
#masthead .wrap-wide .global-nav ul li.list-item {
  margin-left: 1em;
  padding: 1em;
  border-radius: 15px;
  background-color: #E8D2BC;
  color: #FFFFFF;
  font-size: 12px;
}
#masthead .wrap-wide .global-nav ul li.contact a:before {
  content: "\f0e0";
  display: block;
  color: #CC9C6B;
  font-family: "Font Awesome 5 Free";
  text-align: center;
}
#masthead .wrap-wide .global-nav ul li.magazine a:before {
  content: "\f234";
  display: block;
  color: #CC9C6B;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  text-align: center;
}
#masthead .wrap-wide .global-nav ul li.shop a:before {
  content: "\f54e";
  display: block;
  color: #CC9C6B;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.1em;
}
#masthead .wrap-wide .global-nav ul li a {
  display: inline-block;
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  #masthead.fixed .wrap-wide .site-branding {
    width: 160px;
    height: 72px;
  }
  #masthead .wrap-wide {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  #masthead .wrap-wide .site-branding {
    width: 160px;
    height: 84px;
    padding: 5px 0.5em;
  }
  #masthead .wrap-wide .sp-menu {
    display: block;
  }
  #masthead .wrap-wide .global-nav {
    display: none;
  }
  #masthead .wrap-wide .global-nav ul {
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    padding: 15px 2em;
    box-shadow: 3px 3px 6px rgba(204, 156, 107, 0.36);
    border-radius: 0 0 15px 15px;
    background-color: #FFFFFF;
  }
}
@media screen and (max-width: 500px) {
  #masthead.fixed .wrap-wide .site-branding {
    width: 123px;
    height: 54px;
    padding: 2px 10px 3px 10px;
    background-color: #FFFFFF;
    transition: all 0.2s ease-in-out;
  }
  #masthead.fixed .wrap-wide .site-branding img {
    width: auto;
    height: 49px;
    transition: all 0.2s ease-in-out;
  }
  #masthead .wrap-wide .site-branding {
    width: 134px;
    height: 72px;
    padding: 0 10px;
  }
}
/* Footer
--------------------------------------------- */
#colophon {
  background-color: #FFFFFF;
}
#colophon .footer-inner {
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 4em 0 4em 0;
  font-size: 14px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#colophon .footer-inner .footer-logo {
  width: 300px;
}
#colophon .footer-inner .footer-logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#colophon .footer-inner .footer-info {
  width: 615px;
}
#colophon .footer-inner .footer-info .footer-nav {
  margin: 1.5em 0 2em;
}
#colophon .footer-inner .footer-info .footer-nav ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 1em;
  margin: 0;
  padding: 0;
}
#colophon .footer-inner .footer-info .footer-nav ul li {
  list-style-type: none;
}
#colophon .footer-inner .footer-info .footer-nav ul li a {
  color: #1E1E1E;
  text-decoration: none;
}
#colophon .footer-inner .footer-info .footer-subnav {
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
#colophon .footer-inner .footer-info .footer-subnav .nav-btn {
  width: 245px;
  margin: 0;
}
#colophon .footer-inner .footer-info .footer-subnav .nav-btn .btn {
  display: block;
  position: relative;
  padding: 1em 0;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
#colophon .footer-inner .footer-info .footer-subnav .nav-btn .btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  width: 6px;
  height: 11px;
  margin: auto 0;
  background-image: url("../img/common/icon_arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#colophon .footer-inner .footer-info .footer-subnav .nav-btn .mail {
  background-color: #CC9C6B;
}
#colophon .footer-inner .footer-info .footer-subnav .nav-btn .online {
  background-color: #242424;
}
#colophon .footer-inner .footer-info .footer-subnav .nav-sns {
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 99px;
  margin: 0;
}
#colophon .footer-inner .footer-info .footer-subnav .nav-sns a {
  align-items: center;
  text-decoration: none;
}
#colophon #copyright {
  padding: 2em 0;
  border-top: 1px solid #C7C7C7;
  font-size: 12px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
#colophon #copyright p {
  margin: 0;
}

@media screen and (max-width: 1100px) {
  #colophon .footer-inner {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  #colophon .footer-inner .footer-logo {
    width: 100%;
    max-width: 240px;
    margin: 0 auto 2em;
  }
  #colophon .footer-inner .footer-info {
    width: 100%;
    max-width: 615px;
    margin: 0 auto;
  }
  #colophon .footer-inner .footer-info .footer-nav {
    margin: 0 0 2em;
  }
}
@media screen and (max-width: 768px) {
  #colophon .footer-inner .footer-info {
    margin: 0 auto 2em;
  }
  #colophon .footer-inner .footer-info .footer-nav ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #colophon .footer-inner .footer-info .footer-subnav {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  #colophon .footer-inner .footer-info .footer-subnav .nav-btn {
    width: 100%;
    margin: 0 auto 2em;
  }
}
@media screen and (max-width: 500px) {
  #colophon .footer-inner .footer-info {
    width: 100%;
    margin: 0 0 2em 0;
  }
  #colophon .footer-inner .footer-info .footer-nav ul {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 1em;
  }
}
/* Breadcrumbs
--------------------------------------------- */
#breadcrumbs {
  position: relative;
  width: 100%;
  margin: 0;
  font-size: 0.85em;
}
#breadcrumbs ol {
  margin: 0 auto;
  padding: 0;
}
#breadcrumbs ol .list {
  display: inline-block;
  margin-right: 0.75em;
  color: #CC9C6B;
}
#breadcrumbs ol .list:last-of-type {
  margin-right: 0;
}
#breadcrumbs ol .list::after {
  content: "-";
  margin-left: 1em;
  font-size: 0.75em;
  vertical-align: 0.1em;
}
#breadcrumbs ol .list:last-of-type::after {
  content: "";
  margin: 0;
}
#breadcrumbs ol .list a {
  color: #1E1E1E;
  text-decoration: none;
}
#breadcrumbs ol .list a:hover {
  text-decoration: underline;
}

/* Magazine
--------------------------------------------- */
#magazine {
  padding: 150px 0;
  background-image: url("../img/common/magazine_img_01_pc.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
#magazine .magazine-box {
  padding: 3em 6em;
  border-radius: 15px;
  background-color: #FFFFFF;
}
#magazine .magazine-box .magazine-inner {
  justify-content: space-around;
  flex-wrap: nowrap;
  width: 100%;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, rgba(204, 156, 107, 0.2) 1px, transparent 1px);
  background-size: 100% 2.4em;
  line-height: 2.4em;
  padding-bottom: 1px;
}
#magazine .magazine-box .magazine-inner .magazine-text {
  width: 84.5%;
  text-align: center;
}
#magazine .magazine-box .magazine-inner .magazine-text .magazine-title {
  position: relative;
}
#magazine .magazine-box .magazine-inner .magazine-text .magazine-title .sticky {
  display: inline-block;
  position: absolute;
  top: -2em;
  left: calc(50% - 320px);
  height: 36px;
  padding: 0 1em 0.5em 1em;
  border-left: 7px solid #CC9C6B;
  background-color: #E8D2BC;
  color: #CC9C6B;
  transform: rotate(-5deg);
}
#magazine .magazine-box .magazine-inner .magazine-text .magazine-title .headline3 {
  color: #3F3F3F;
}
#magazine .magazine-box .magazine-inner .magazine-text p {
  margin: 0 0 1em 0;
  line-height: 2.4;
}
#magazine .magazine-box .magazine-inner .magazine-text .magazine-link a {
  position: relative;
  padding: 0 0.75em 5px 0;
  border-bottom: 2px solid #FD0100;
  color: #FD0100;
  text-decoration: none;
}
#magazine .magazine-box .magazine-inner .magazine-text .magazine-link a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  right: 0;
  width: 6px;
  height: 11px;
  margin: auto 0;
  background-image: url("../img/common/icon_arrow2.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#magazine .magazine-box .magazine-inner .magazine-img {
  width: 24.5%;
}

@media screen and (max-width: 768px) {
  #magazine {
    padding: 100px 0;
  }
  #magazine .magazine-box {
    padding: 2em;
  }
  #magazine .magazine-box .magazine-inner {
    flex-wrap: wrap;
    width: 100%;
    background-size: 100% 1.8em;
    line-height: 1.8em;
  }
  #magazine .magazine-box .magazine-inner .magazine-text {
    width: 100%;
    margin-top: 1em;
    text-align: left;
  }
  #magazine .magazine-box .magazine-inner .magazine-text .magazine-title {
    position: relative;
    text-align: center;
  }
  #magazine .magazine-box .magazine-inner .magazine-text .magazine-title .sticky {
    top: -2em;
    left: calc(24% - 100px);
  }
  #magazine .magazine-box .magazine-inner .magazine-text p {
    line-height: 1.8;
  }
  #magazine .magazine-box .magazine-inner .magazine-img {
    width: 45%;
    max-width: 180px;
    margin: -3em 0 auto;
  }
}
@media screen and (max-width: 500px) {
  #magazine {
    padding: 100px 0;
  }
  #magazine .magazine-box {
    padding: 2em;
  }
  #magazine .magazine-box .magazine-inner .magazine-img {
    width: 45%;
    max-width: 180px;
    margin: 1em 0 0 auto;
  }
}
.btn1 {
  display: inline-block;
  position: relative;
  width: 200px;
  padding: 0.75em 0;
  border: 1px solid #CC9C6B;
  border-radius: 25px;
  background-color: #FFFFFF;
  color: #CC9C6B;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.btn1:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  width: 6px;
  height: 11px;
  margin: auto 0;
  background-image: url("../img/common/icon_arrow3.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.btn1:visited {
  color: #CC9C6B;
}
.btn1:hover {
  background-color: #CC9C6B;
  color: #FFFFFF;
  transition: all 0.2s ease-in-out;
}
.btn1:hover::after {
  background-image: url("../img/common/icon_arrow.png");
}

/* Shop
--------------------------------------------- */
#shop {
  width: 100%;
  margin: 0 auto;
  padding: 150px 0;
}
#shop .shop-inner {
  justify-content: space-between;
  margin-bottom: 4em;
}
#shop .shop-inner .shop-info {
  width: 450px;
}
#shop .shop-inner .shop-info .headline2 {
  margin: 0 0 1em 0;
  letter-spacing: 0.1em;
}
#shop .shop-inner .shop-info .headline2 img {
  vertical-align: -6px;
}
#shop .shop-inner .shop-info .shop-data {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  padding: 1em 0;
  border-bottom: 1px solid #C7C7C7;
}
#shop .shop-inner .shop-info .shop-data dt {
  width: 100px;
  font-weight: normal;
}
#shop .shop-inner .shop-info .shop-data dd {
  width: calc(100% - 100px);
  margin: 0;
}
#shop .shop-inner .shop-info .shop-data dd .tel {
  font-size: 2em;
}
#shop .shop-inner .shop-info .shop-data dd a {
  color: #1E1E1E;
  text-decoration: none;
}
#shop .shop-inner .shop-info .shop-data .shop-link {
  color: #1E1E1E;
  font-size: 12px;
  text-decoration: none;
}
#shop .shop-inner .shop-map {
  width: 550px;
}
#shop .shop-inner .shop-access {
  width: 400px;
}
#shop .shop-inner .shop-access .access-type {
  margin-top: 1em;
}
#shop .shop-image {
  justify-content: space-between;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#shop .shop-image dd {
  width: 47.11%;
  margin: 0;
  line-height: 0;
}
#shop .shop-eyecatch {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 4em;
}
#shop .access-map {
  height: 400px;
  margin-bottom: 4em;
}
#shop .sns-list {
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 204px;
  margin: 4em auto 0;
}
#shop .sns-list .sns-item {
  width: 48px;
  margin: 0;
}
#shop .sns-list .sns-item img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1100px) {
  #shop {
    width: calc(100% - 2em);
  }
  #shop .shop-inner {
    justify-content: space-between;
  }
  #shop .shop-inner .shop-info {
    width: 47.11%;
    margin-bottom: 2em;
  }
  #shop .shop-inner .shop-map {
    width: 47.11%;
    height: 400px;
  }
  #shop .shop-inner .shop-access {
    width: 47.11%;
  }
  #shop .access-map {
    height: 400px;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 768px) {
  #shop {
    width: 100%;
    padding: 100px 0;
  }
  #shop .wrap {
    width: 100%;
  }
  #shop .wrap .shop-inner {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 4em;
  }
  #shop .wrap .shop-inner .shop-info {
    width: 100%;
    margin-bottom: 2em;
    padding: 0 1em;
  }
  #shop .wrap .shop-inner .shop-info .shop-data dd .tel {
    font-size: 1.5em;
  }
  #shop .wrap .shop-inner .shop-map {
    width: 100%;
    height: 400px;
  }
  #shop .wrap .shop-inner .shop-access {
    width: 100%;
    padding: 0 1em;
  }
  #shop .wrap .shop-image {
    justify-content: space-around;
  }
  #shop .wrap .shop-eyecatch {
    padding: 0 1em;
  }
}
/* Archive
--------------------------------------------- */
.archive-mv {
  position: relative;
  width: 100%;
  height: 450px;
  background-image: url("../img/index/mv_img_01_pc.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.archive-mv .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  padding-top: 6.19%;
  background-image: url("../img/common/bg_img_mask1.png");
  background-size: cover;
  background-repeat: no-repeat;
}

#archive {
  padding: 100px 0 150px;
}
#archive .wrap {
  justify-content: space-between;
}
#archive .wrap #content {
  width: 100%;
}
#archive .wrap #content .archive-title {
  margin: 0 0 2em;
  text-align: center;
}
#archive .wrap #content .post-list {
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#archive .wrap #content .post-list .column__list--item {
  width: 47.5%;
  margin-bottom: 2em;
  list-style-type: none;
}
#archive .wrap #content .post-list .column__list--item figure {
  overflow: hidden;
  border-radius: 15px;
}
#archive .wrap #content .post-list .column__list--item figure img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#archive .wrap #content .post-list .column__list--item aside {
  margin: 10px 0;
  font-size: 12px;
}
#archive .wrap #content .post-list .column__list--item aside time {
  margin-right: 1em;
}
#archive .wrap #content .post-list .column__list--item aside span a {
  padding: 0.4em 1em 0.5em 1em;
  border-radius: 5px;
  background-color: #63A946;
  color: #FFFFFF;
  text-decoration: none;
}
#archive .wrap #content .post-list .column__list--item h3 {
  margin: 0 0 10px;
  font-size: 14px;
}
#archive .wrap #content .post-list .column__list--item h3 a {
  color: #1E1E1E;
}
#archive .wrap #content .post-list .column__list--item p {
  margin: 0;
  font-size: 12px;
}
#archive .wrap #content .post-list .topics-item {
  width: 100%;
  margin: 0 0 1rem 0;
  padding: 1rem 0 1rem 8rem;
  border-radius: 15px;
  background: #FFFFFF;
  font-size: 14px;
  list-style-type: none;
}
#archive .wrap #content .post-list .topics-item time {
  margin-right: 2em;
}
#archive .wrap #content .post-list .topics-item a {
  color: #1E1E1E;
}

@media screen and (max-width: 768px) {
  .archive-mv {
    height: 240px;
  }
  #archive {
    padding: 100px 0 100px;
  }
}
@media screen and (max-width: 500px) {
  #archive .wrap #content .post-list .column__list--item {
    width: 100%;
  }
}
/* Single
--------------------------------------------- */
.single-mv {
  position: relative;
  width: 100%;
  height: 450px;
  background-image: url("../img/index/mv_img_01_pc.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.single-mv .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  padding-top: 6.19%;
  background-image: url("../img/common/bg_img_mask1.png");
  background-size: cover;
  background-repeat: no-repeat;
}

#single {
  padding: 100px 0 150px;
}
#single .wrap {
  justify-content: space-between;
}
#single .wrap #content {
  width: 65.45%;
}
#single .wrap #content .entry-content h2 {
  padding: 0.5em;
  border-radius: 15px;
  background-color: #FFFFFF;
}
#single .wrap #content .entry-content h3 {
  padding: 0.5em 0;
  border-top: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
}
#single .wrap #content .entry-content h4 {
  padding-left: 0.5em;
  border-left: 4px solid #3F3F3F;
}
#single .wrap #content .entry-content a {
  color: #4695a9;
  text-decoration: underline;
}
#single .wrap #content .entry-content blockquote {
  margin: 0;
  padding: 2em;
  border-radius: 15px;
  background-color: #FFFFFF;
}
#single .wrap #content .entry-content blockquote p {
  color: #3F3F3F;
}
#single .wrap #content .entry-content .search-form label {
  flex-grow: 1;
  min-width: 3em;
}
#single .wrap #content .entry-content .search-form label input[type=search] {
  width: calc(100% - 66px);
  height: 36px;
  padding: 0.5em;
  border: 1px solid #C7C7C7;
  border-radius: 5px 0 0 5px;
}
#single .wrap #content .entry-content .search-form input[type=submit] {
  width: 66px;
  height: 36px;
  margin: 0 0 0 -5px;
  padding: 0.5em 1em;
  border-radius: 0 5px 5px 0;
  background-color: #F7F7F7;
}
#single .wrap #content .single-title {
  margin: 0 0 2em;
  text-align: center;
}
#single .wrap #content .entry-title {
  margin: 0 0 1em 0;
}
#single .wrap #content .tags-post {
  margin: 0 0 2em;
}
#single .wrap #content .tags-post span {
  margin-right: 0.5em;
}
#single .wrap #content .tags-post span a {
  padding: 0.25em 0.5em;
  border: 1px solid #C7C7C7;
  border-radius: 15px;
  color: #1E1E1E;
  text-decoration: none;
}
#single .wrap #content .tags-post span i {
  margin-right: 0.4em;
}
#single .wrap #content .post-list {
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
#single .wrap #content .post-list .column__list--item {
  width: 47.5%;
  list-style-type: none;
}
#single .wrap #content .post-list .column__list--item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#single .wrap #content .post-list .column__list--item aside {
  margin: 10px 0;
  font-size: 12px;
}
#single .wrap #content .post-list .column__list--item aside time {
  margin-right: 1em;
}
#single .wrap #content .post-list .column__list--item aside span a {
  padding: 0.4em 1em 0.5em 1em;
  border-radius: 5px;
  background-color: #63A946;
  color: #FFFFFF;
  text-decoration: none;
}
#single .wrap #content .post-list .column__list--item h3 {
  margin: 0 0 10px;
  font-size: 14px;
}
#single .wrap #content .post-list .column__list--item p {
  margin: 0;
  font-size: 12px;
}
#single .wrap #content .post-list .topics-item {
  width: 100%;
  margin: 0 0 0.5rem 0;
  padding: 1rem;
  border-radius: 15px;
  background: #FFFFFF;
  font-size: 14px;
  list-style-type: none;
}
#single .wrap #content .post-list .topics-item time {
  margin-right: 2rem;
}
#single .wrap #content .post-list .topics-item a {
  color: #1E1E1E;
}
#single .wrap #secondary {
  width: 27.27%;
}
#single .wrap #secondary h2 {
  margin: 0 0 1em 0;
  padding: 0 0 3px 0;
  border-bottom: 1px dotted #CC9C6B;
  font-size: 1.1em;
}
#single .wrap #secondary h2 span {
  padding-bottom: 10px;
  border-bottom: 2px solid #CC9C6B;
}
#single .wrap #secondary .widget ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#single .wrap #secondary .widget ul li a {
  position: relative;
  padding-left: 1em;
  color: #1E1E1E;
  text-decoration: none;
}
#single .wrap #secondary .widget ul li a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  bottom: 0;
  width: 6px;
  height: 11px;
  margin: 0;
  background-image: url("../img/common/icon_arrow3.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#single .wrap #secondary .widget select {
  width: 100%;
  padding: 1em;
  border: 1px solid #C7C7C7;
}
#single .wrap #secondary .widget .wp-block-search__inside-wrapper input[type=search] {
  height: 36px;
  padding: 0.5em;
  border: 1px solid #C7C7C7;
  border-radius: 5px 0 0 5px;
}
#single .wrap #secondary .widget .wp-block-search__inside-wrapper button {
  height: 36px;
  margin: 0 0 0 -1px;
  padding: 0.5em 1em;
  border-radius: 0 5px 5px 0;
}

@media screen and (max-width: 768px) {
  .single-mv {
    height: 240px;
  }
  #single {
    padding: 100px 0 100px;
  }
  #single .wrap {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #single .wrap #content {
    width: 100%;
  }
  #single .wrap #content .archive-title {
    margin: 0 0 2em;
    text-align: center;
  }
  #single .wrap #secondary {
    width: 100%;
  }
  #single .wrap #secondary h2 {
    margin: 0 0 1em 0;
    padding: 0 0 3px 0;
    border-bottom: 1px solid #C7C7C7;
  }
  #single .wrap #secondary h2 span {
    padding-bottom: 10px;
    border-bottom: 2px solid #CC9C6B;
    font-size: 1.1em;
  }
  #single .wrap #secondary .widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #single .wrap #secondary .widget ul li a {
    color: #1E1E1E;
  }
  #single .wrap #secondary .widget select {
    width: 100%;
    padding: 1em;
    border: 1px solid #C7C7C7;
  }
  #single .wrap #secondary .widget .wp-block-search__inside-wrapper input[type=search] {
    height: 36px;
    padding: 0.5em;
    border: 1px solid #C7C7C7;
    border-radius: 5px 0 0 5px;
  }
  #single .wrap #secondary .widget .wp-block-search__inside-wrapper button {
    height: 36px;
    margin: 0 0 0 -1px;
    padding: 0.5em 1em;
    border-radius: 0 5px 5px 0;
  }
}
/*--------------------------------------------------------------
>>> Animation
--------------------------------------------------------------*/
.fadein {
  opacity: 0;
}
.fadein.active {
  animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slidein_up {
  opacity: 0;
}
.slidein_up.active {
  animation: slideInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes slideInUp {
  0% {
    transform: translateY(90px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.slidein_left {
  opacity: 0;
}
.slidein_left.active {
  animation: slideInLeft 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
.slidein_right {
  opacity: 0;
}
.slidein_right.active {
  animation: slideInRight 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes slideInRight {
  0% {
    transform: translateX(180px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}/*# sourceMappingURL=base.css.map */