@charset "UTF-8";
.iframe-box {
  width: 95%;
  max-width: 1040px;
  margin: 2em auto;
  aspect-ratio: 16/9;
}
.iframe-box iframe {
  width: 100%;
  height: 100%;
}
/* Before After */
.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.before {
  flex: 0 1 45%;
}
.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.after {
  flex: 0 1 45%;
}
.wp-block-columns:not(.is-not-stacked-on-mobile)
  > .wp-block-column.before-after-icon {
  flex: 0 0 10%;
}
.before-after .before img,
.before-after .after img {
  object-fit: cover;
  aspect-ratio: 4 / 3;
  width: 100%;
  height: auto;
}
.before-after .before:before {
  display: block;
  content: "Before";
  margin: 0 0 7px;
  font-weight: 700;
  font-size: 26px;
  font-family: "Lato", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体",
    "YuGothic", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: var(--deep-green);
}
.before-after .after:before {
  display: block;
  content: "After";
  margin: 0 0 7px;
  font-weight: 700;
  font-size: 26px;
  font-family: "Lato", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体",
    "YuGothic", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: var(--deep-green);
}
.before-after-icon {
  background-image: url("../img/icon/rounded_corners_triangle_right.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 40px 40px;
}

/* TABLE */
.core-contents .wp-block-table {
  border-top: solid 1px var(--light-grayish-green);
}
.core-contents .wp-block-table td {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: solid 1px var(--light-grayish-green);
}
.core-contents .wp-block-table td:first-child {
  width: 20%;
  background-color: var(--pale-gray);
  color: var(--deep-green);
}
.core-contents .wp-block-table td:last-child {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: solid 1px var(--light-grayish-green);
}

/* FLEX BOX */
.flexbox__1-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flexbox__1-2.rev {
  flex-direction: row-reverse;
}
.flexbox__1-2--child {
  flex: 0 0 500px;
}
.flexbox__1-2--child__ph500 {
  height: 500px;
}
.flexbox__1-2--child__ph300 {
  height: 300px;
}

/* Work + Shop */
#works_shop__1st {
  position: relative;
  padding: 32px 0 97px;
  background-color: var(--light-grayish-green);
  color: var(--deep-green);
}
#works_shop__1st:after {
  position: relative;
  top: 128px;
  left: calc(44.44% - 34px);
  transform: rotate(-40deg);
  display: block;
  content: "";
  width: 68px;
  height: 45px;
  background-image: url("../img/icon/bee2.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.works_shop__header {
  display: flex;
  padding: 65px 0;
}
.works_shop__title {
  flex: 1 1 300px;
  font-weight: 400;
  font-size: 30px;
}
.works_shop__title:before {
  display: inline-block;
  content: "";
  width: 26px;
  height: 26px;
  margin: 0 18px 0 0;
  -webkit-mask: url("../img/icon/instagram.svg") no-repeat 50% 50%;
  mask: url("../img/icon/instagram.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: var(--deep-green);
  vertical-align: -2px;
}
.works_shop__button {
  flex: 0 0 140px;
}
.works_shop__photos {
  display: flex;
  justify-content: center;
  list-style-type: none;
}
.works_shop__photos li {
  margin: 0 15px;
}

#works_shop__2nd {
  padding: 125px 0;
}
.wideBan {
  display: flex;
  height: 200px;
  margin: auto;
  text-decoration: none;
  color: #fff;
}
.wideBan__title {
  flex: 0 0 50%;
  position: relative;
  height: 200px;
  background-color: var(--deep-green);
}
.wideBan__title--inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.wideBan__photo {
  flex: 0 0 50%;
  height: 100%;
}
.wideBan__title .emp {
  display: block;
  margin: 0 0 30px;
  text-align: center;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", "YuGothic", "ヒラギノ角ゴシック", "Hiragino Sans",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #fff;
}
.wideBan__title .emp br {
  display: none;
}
.wideBan__title .small {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", "YuGothic", "ヒラギノ角ゴシック", "Hiragino Sans",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #fff;
}
.wideBan__title:after {
  position: absolute;
  bottom: -20px;
  left: 10px;
  transform: rotate(40deg);
  display: block;
  content: "";
  width: 68px;
  height: 45px;
  background-image: url("../img/icon/bee.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* PAGE TITLE */
.page__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  color: #fff;
}
.page__title--text {
  display: block;
  letter-spacing: 3px;
  font-weight: 400;
  font-size: 30px;
  font-family: "Lato", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", "YuGothic", "ヒラギノ角ゴシック", "Hiragino Sans",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.chest__header {
  height: 360px;
  background-color: var(--light-grayish-green);
}
#chest__main {
  padding: 100px 0;
}
#sub__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 273px;
  background-image: url("../img/page/home/back_concept.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.sub__title--1 {
  margin: 0 0 40px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 22px;
  font-family: "Lato", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", "YuGothic", "ヒラギノ角ゴシック", "Hiragino Sans",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.sub__title--2 {
  text-align: center;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 14px;
  font-family: "Lato", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", "YuGothic", "ヒラギノ角ゴシック", "Hiragino Sans",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: var(--deep-green);
}
.lead-1 {
  position: relative;
  margin: 0 0 100px;
  text-align: center;
  font-size: 16px;
}

#xo-event-calendar-1 .calendar-caption {
  color: #fff;
  font-family: "Lato", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", "YuGothic", "ヒラギノ角ゴシック", "Hiragino Sans",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#xo-event-calendar-1 table.xo-month button span.nav-prev {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

#xo-event-calendar-1 table.xo-month button span.nav-next {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

.xo-event-calendar table.xo-month > thead th {
  font-family: "Lato", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", "YuGothic", "ヒラギノ角ゴシック", "Hiragino Sans",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
}

.xo-event-calendar table.xo-month .month-dayname td div {
  font-family: "Lato", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", "YuGothic", "ヒラギノ角ゴシック", "Hiragino Sans",
    "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.xo-event-calendar table.xo-month .month-dayname td div.today {
  color: #4d4ddf !important;
}

.xo-event-calendar table.xo-month > thead th.saturday {
  color: #4d4ddf !important;
}

.xo-event-calendar table.xo-month > thead th.sunday {
  color: #e75454 !important;
}
/* end of file */
