@charset "UTF-8";
/*
Theme Name : sobagnicustom
*/
/* CSS Document */
a:hover {
  opacity: 0.6;
  transition: 0.5s;
}

.bg-light-gray {
  background-color: #f8f8f8;
}

.mainwrap, .page.charm .subpage-header, .page.flow .subpage-header, body.page:not(.home):not(.charm):not(.flow) main article {
  margin: 0 auto;
  max-width: calc(100% - 40px);
}
@media print, screen and (min-width: 1240px) {
  .mainwrap, .page.charm .subpage-header, .page.flow .subpage-header, body.page:not(.home):not(.charm):not(.flow) main article {
    max-width: 1200px;
  }
}
.mainwrap, .page.charm .subpage-header, .page.flow .subpage-header, body.page:not(.home):not(.charm):not(.flow) main article {
  min-width: 280px;
}
@media only screen and (max-width: 767px) {
  .mainwrap, .page.charm .subpage-header, .page.flow .subpage-header, body.page:not(.home):not(.charm):not(.flow) main article {
    max-width: calc(100% - 32px);
  }
}

/*----------共通設定-------------------------*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: normal;
  background-repeat: no-repeat;
  color: #666464;
  font-feature-settings: "palt";
  line-height: 1;
}

input, textarea, select {
  -webkit-appearance: none;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
  border-radius: 4px;
  padding: 4px 10px;
}

input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: #fffbeb;
}

input[type=date] {
  background: #eee;
  color: #666;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

input[type=text], input[type=checkbox], input[type=email], input[type=tel], input[type=date], select, textarea, input[type=checkbox] {
  border: none;
  padding: 4px 6px;
  background: #fffbeb;
  font-weight: normal;
  width: 100%;
  border-radius: 4px;
}

input[type=text], input[type=checkbox], input[type=email], input[type=tel], input[type=date], input[type=submit], textarea {
  font-size: 18px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: fot-tsukuaoldmin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0;
  width: 100vw;
  background: #fff;
}

p {
  margin: 0;
}

p.small {
  font-size: 0.8em;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

dl dt, dl dd {
  margin: 0;
  padding: 0;
}

ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

table th {
  font-weight: 400;
}

.bold, strong, b {
  font-weight: 700;
}

.mbno {
  margin-bottom: 0 !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pagenation {
  margin-bottom: 30px;
}

.com_pad {
  padding-top: 60px;
  padding-bottom: 60px;
}

.com_pad.half {
  padding-top: 30px;
  padding-bottom: 30px;
}

.com_btm {
  margin-bottom: 60px;
}

.pad_in {
  padding: 15px;
}

.ta_c {
  text-align: center;
}

.ta_r {
  text-align: right;
}

.ta_l {
  text-align: left;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

ul.simple-list {
  margin: 0;
}
ul.simple-list li {
  padding: 0 0 0 2em;
  position: relative;
  list-style: none;
}
ul.simple-list li::after {
  position: absolute;
  left: 0.5em;
  top: 2px;
  content: "·";
}

ol.simple-list {
  counter-reset: num;
}
ol.simple-list li {
  padding-left: 2em;
  position: relative;
}
ol.simple-list li::before {
  position: absolute;
  counter-increment: num;
  content: counter(num) ".";
  left: 0.5em;
  top: 0;
}

.btn-gray, #flow .btn-flow a, #ten-year .btn-10year a {
  background: #666464;
  font-size: 1.11rem;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .sp-view {
    display: block;
  }
  .pc-view {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .sp-view {
    display: none;
  }
  .pc-view {
    display: block;
  }
}
/* ---- フッター ---- */
#footer {
  background: #666464;
}
#footer p, #footer a {
  font-size: 16px;
}
#footer a {
  color: #fff;
  display: block;
}
#footer .logo {
  width: min(180px, 13.1vw);
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  #footer .logo {
    width: 180px;
    margin: 0 auto;
    padding: 64px 0;
  }
}
@media only screen and (min-width: 768px) {
  #footer #foot-menu {
    padding: 80px 0 120px;
    display: flex;
  }
  #footer #foot-menu .left, #footer #foot-menu .right {
    width: 50%;
  }
  #footer #foot-menu .right a {
    line-height: 1.75;
  }
}
@media only screen and (max-width: 767px) {
  #footer #foot-menu .retail, #footer #foot-menu .right {
    display: none;
  }
}
#footer .copyright {
  text-align: center;
  padding-bottom: 120px;
}

/* ---- トップページ ------ */
#mainvisual {
  height: 56.3vw;
  width: 100vw;
  min-width: 100vw;
  margin: 0;
  background-image: url(./images/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#mainvisual * {
  width: 100%;
  height: 100%;
}
#mainvisual .mv-txt {
  color: #fff;
  font-size: min(2.85vw, 39px);
  line-height: 2;
  text-shadow: #000 1px 0 10px;
  margin: 0 auto;
  display: flex;
  align-items: end;
  transform: translateY(-5.85vw);
}
@media only screen and (max-width: 767px) {
  #mainvisual {
    height: 217px;
    background-size: 106%;
    background-position: right bottom;
  }
}

#news, #ten-year, #search, #reccomend, #works, #flow, #lets {
  padding: 80px 0;
}
#news h2, #ten-year h2, #search h2, #reccomend h2, #works h2, #flow h2, #lets h2 {
  font-size: 24px;
}
#news h2 span, #ten-year h2 span, #search h2 span, #reccomend h2 span, #works h2 span, #flow h2 span, #lets h2 span {
  font-size: 2em;
  display: block;
  margin-bottom: 0.41em;
}
#news h2, #ten-year h2, #search h2, #reccomend h2, #works h2, #flow h2, #lets h2 {
  margin-bottom: 2.33em;
  color: #666464;
  padding: 0 !important;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  #news, #ten-year, #search, #reccomend, #works, #flow, #lets {
    padding: 40px 0;
  }
  #news h2, #ten-year h2, #search h2, #reccomend h2, #works h2, #flow h2, #lets h2 {
    font-size: 12px;
  }
}

#news h2 {
  margin-bottom: 0.5em;
}

#news .news-wrap .left h2 {
  text-align: center;
}
#news .news-wrap .right li {
  margin-bottom: min(16px, 1.33vw);
}
#news .news-wrap .right .date, #news .news-wrap .right .catlink a, #news .news-wrap .right .ttl a {
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  #news .news-wrap .right .date, #news .news-wrap .right .catlink a, #news .news-wrap .right .ttl a {
    font-size: min(16px, 1.33vw);
  }
}
#news .news-wrap .right .catlink a {
  display: inline-block;
  background: #666464;
  color: #fff;
  border-radius: 0.75em;
  padding: 4px;
  min-width: 5em;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #news .news-wrap {
    display: flex;
    gap: 54px;
    justify-content: flex-start;
  }
  #news .news-wrap .left {
    padding: 16px 40px;
  }
  #news .news-wrap .left a {
    font-size: min(16px, 1.33vw);
  }
  #news .news-wrap .right .date, #news .news-wrap .right .catlink a {
    margin-right: 24px;
  }
}
@media only screen and (max-width: 767px) {
  #news .news-wrap {
    position: relative;
    padding-bottom: 12px;
  }
  #news .news-wrap .left h2 {
    margin-bottom: 40px;
  }
  #news .news-wrap .left a {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
  }
  #news .news-wrap .right {
    margin-bottom: 32px;
  }
  #news .news-wrap .right .ttl {
    display: block;
    margin: 8px 0 16px;
  }
  #news .news-wrap .right .ttl a {
    font-size: 12px;
    line-height: 1.5;
  }
  #news .news-wrap .right .date, #news .news-wrap .right .catlink {
    font-size: 10px;
  }
  #news .news-wrap .right .date {
    margin-right: 16px;
  }
  #news .news-wrap .right .catlink a {
    border-radius: 16px;
  }
}

#ten-year {
  background-image: url(./images/bg-10year.png);
  background-position: 57vw 0;
  background-size: 24.8vw;
}
#ten-year p {
  line-height: 2;
  font-size: 18px;
  margin-bottom: 2.44rem;
  letter-spacing: 0.075em;
}
@media only screen and (max-width: 767px) {
  #ten-year {
    background-size: 50vw;
    background-position: 50vw 0;
  }
  #ten-year p {
    font-size: 14px;
  }
  #ten-year .btn-10year {
    width: 100%;
  }
  #ten-year .btn-10year a {
    padding: 15px 0;
    font-size: 14px;
    text-align: center;
    display: block;
  }
}

#search h3 {
  background: #666464;
  border-radius: 0.8em 0.8em 0 0;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
  color: #fff;
  font-size: 22px;
}
#search h3 span {
  font-size: 1.45em;
  margin-right: 0.5em;
  color: #fff;
}
#search .cat-img figcaption {
  text-align: center;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #search h3 {
    font-size: 14px;
  }
  #search .search-column {
    gap: 10px;
  }
  #search .search-column figcaption {
    font-size: 14px;
  }
}

#reccomend {
  padding: 80px 0 30px;
}
#reccomend .section-ttl {
  margin-bottom: 40px;
}
#reccomend .reccomend-slider * {
  flex: 0 0 auto;
  align-items: center;
}
@media print, screen and (max-width: 699px) {
  #reccomend .reccomend-slider .row-wrap .n2-ss-layer-row-inner {
    flex-direction: column-reverse;
  }
  #reccomend .reccomend-slider .n2-ss-slider .n2-ss-slider-controls-absolute-left-center,
  #reccomend .reccomend-slider .n2-ss-slider .n2-ss-slider-controls-absolute-right-center {
    align-items: flex-start;
    padding-top: 28.125vw;
  }
}
#reccomend .reccomend-slider .ttl-sub, #reccomend .reccomend-slider .txt {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #reccomend .reccomend-slider .ttl-sub, #reccomend .reccomend-slider .txt {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 1199px) {
  #reccomend .reccomend-slider .left {
    padding: 0 0 0 calc((100% - 1200px - 24px) / 2);
    max-width: 576px;
  }
}
@media print, screen and (max-width: 699px) {
  #reccomend .reccomend-slider .left .ttl, #reccomend .reccomend-slider .left .ttl-sub, #reccomend .reccomend-slider .left .txt, #reccomend .reccomend-slider .left .btn {
    text-align: center;
  }
  #reccomend .reccomend-slider .left .ttl p, #reccomend .reccomend-slider .left .ttl div, #reccomend .reccomend-slider .left .ttl-sub p, #reccomend .reccomend-slider .left .ttl-sub div, #reccomend .reccomend-slider .left .txt p, #reccomend .reccomend-slider .left .txt div, #reccomend .reccomend-slider .left .btn p, #reccomend .reccomend-slider .left .btn div {
    text-align: center;
  }
}

#works .works-list, .works-archive .works-list {
  margin-bottom: 56px;
  display: flex;
  gap: 48px;
}
#works .works-list .works-work, .works-archive .works-list .works-work {
  width: calc((100% - 96px) / 3);
}
#works .works-list .works-work a, #works .works-list .works-work span, .works-archive .works-list .works-work a, .works-archive .works-list .works-work span {
  display: block;
}
#works .works-list .ttl, #works .works-list .txt, .works-archive .works-list .ttl, .works-archive .works-list .txt {
  line-height: 1.5;
}
#works .works-list .img, .works-archive .works-list .img {
  margin-bottom: 32px;
}
#works .works-list .ttl, .works-archive .works-list .ttl {
  font-size: 24px;
}
#works .works-list .txt, .works-archive .works-list .txt {
  font-size: 20px;
  margin-bottom: 32px;
}
#works .works-list .works-tag li, .works-archive .works-list .works-tag li {
  display: inline-block;
  margin-right: 8px;
}
#works .works-list .works-tag li a, .works-archive .works-list .works-tag li a {
  display: inline-block;
  background: #666464;
  color: #fff;
  font-size: 16px;
  padding: 4px 8px;
}
@media only screen and (max-width: 767px) {
  #works .works-list, .works-archive .works-list {
    gap: 16px;
  }
  #works .works-list .works-work, .works-archive .works-list .works-work {
    width: calc((100% - 16px) / 2);
  }
  #works .works-list .img, .works-archive .works-list .img {
    margin-bottom: 16px;
  }
  #works .works-list .ttl, .works-archive .works-list .ttl {
    font-size: 14px;
    margin-bottom: 8px;
  }
  #works .works-list .txt, .works-archive .works-list .txt {
    font-size: 12px;
    margin-bottom: 16px;
  }
  #works .works-tag li a, .works-archive .works-tag li a {
    font-size: 10px;
  }
}
#works .btn, .works-archive .btn {
  text-align: center;
}
#works .btn a, .works-archive .btn a {
  background: #666464;
  color: #fff;
  font-size: 20px;
  padding: 24px 80px;
  border-radius: 1.8em;
  display: inline-block;
}

.works-archive .works-list {
  flex-wrap: wrap;
}

#flow .intro {
  font-size: 20px;
  line-height: 1.5;
}
#flow {
  counter-reset: flow-cnt;
}
#flow .three-step {
  gap: 60px;
}
@media only screen and (max-width: 767px) {
  #flow .three-step {
    gap: 30px;
  }
}
#flow .flow-wrap {
  background: linear-gradient(180deg, #666464 0%, #666464 30%, #fff 30%, #fff 100%);
  border-radius: 1em;
  border: solid 1px #666464;
  position: relative;
}
#flow .flow-wrap:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 46px;
  height: 6px;
  background-image: url(./images/three-dots.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -53px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  #flow .flow-wrap:not(:last-of-type)::after {
    width: 23px;
    height: 3px;
    right: -26px;
  }
}
#flow .flow-wrap > * {
  margin-bottom: 0;
}
#flow .flow-wrap h3 {
  color: #fff;
  padding: 0.5em 0;
  counter-increment: flow-cnt;
  text-align: center;
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  #flow .flow-wrap h3 {
    font-size: 14px;
  }
}
#flow .flow-wrap h3::before {
  content: counter(flow-cnt, decimal-leading-zero);
  display: table;
  margin: 0 auto 0.25em;
  font-size: 0.85em;
  padding: 0.4em;
  border: solid 1px #fff;
  border-radius: 50%;
}
#flow .flow-wrap .txt {
  padding: 1em 1em 2em;
}
#flow .flow-wrap .txt p, #flow .flow-wrap .txt a {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  #flow .flow-wrap .txt p, #flow .flow-wrap .txt a {
    font-size: 12px;
  }
}
#flow .flow-wrap .txt p, #flow .flow-wrap .txt a {
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}
#flow .flow-wrap .txt a {
  margin-top: 1em;
  display: inline-block;
  border-bottom: 1px solid #666464;
}
#flow .flow-wrap .txt a::after {
  content: ">";
  margin-left: 0.5em;
}
#flow .three-step {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #flow .three-step {
    position: relative;
  }
  #flow .three-step::before {
    content: "Scroll";
    display: block;
    padding: 8px 0;
    font-size: 14px;
    position: absolute;
    bottom: -32px;
    left: 0;
  }
  #flow .three-step::after {
    content: "";
    display: block;
    position: absolute;
    left: 2.5em;
    bottom: -20px;
    width: 4em;
    height: 2px;
    background: #666464;
  }
}
@media only screen and (max-width: 767px) {
  #flow .intro {
    font-size: 14px;
  }
  #flow .three-step-wrap {
    overflow-x: scroll;
    width: 100%;
  }
  #flow .three-step-wrap .three-step {
    width: 660px;
  }
  #flow .three-step-wrap .three-step .flow-wrap {
    width: calc((100% - 120px) / 3);
  }
}

#lets {
  background: url(./images/bg-lets.jpg);
}
#lets h2, #lets h2 span {
  color: #fff;
}
#lets .lets-wrap p {
  color: #fff;
  text-align: center;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  #lets .lets-wrap p {
    font-size: 14px;
  }
}
#lets .lets-wrap p {
  line-height: 1.5;
  margin-bottom: 1em;
  letter-spacing: 0.02em;
}
#lets .lets-btn-wrap {
  justify-content: center;
}
#lets .lets-btn-wrap a {
  background: #fff;
  color: #666464;
  letter-spacing: 0.02em;
  width: min(38vw, 400px);
}
@media only screen and (max-width: 767px) {
  #lets .lets-btn-wrap a {
    font-size: 16px;
    width: 280px;
    display: block;
  }
}

.splide__slide img {
  height: auto;
  width: 100%;
}

/*--- 下層ページ ---*/
.subpage-header {
  padding: 32px 0;
}
@media only screen and (min-width: 768px) {
  .subpage-header {
    padding: 64px 0;
  }
}
.subpage-header h1 {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .subpage-header h1 {
    font-size: 24px;
  }
}
.subpage-header h1 span {
  margin-bottom: 8px;
  font-size: 2em;
  display: block;
}

.pagenation-wrap .nav-links {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 120px;
}
.pagenation-wrap .nav-links .page-numbers {
  font-size: 16px;
  padding: 1em;
  display: inline-block;
  border: solid 1px #666464;
}
.pagenation-wrap .nav-links .page-numbers.current {
  background: #666464;
  color: #fff;
}
.pagenation-wrap .nav-links .page-numbers.next, .pagenation-wrap .nav-links .page-numbers.prev {
  border: none;
}

/* シングルページ 前へ次へ*/
.prev-next {
  margin: 90px 0 120px;
  padding-top: 30px;
  border-top: 1px solid #666464;
}
@media only screen and (min-width: 768px) {
  .prev-next {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    align-items: center;
  }
  .prev-next .prev, .prev-next .next {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .prev-next > div {
    margin-bottom: 16px;
  }
}

/*--- ニュース ---*/
.news-archive .entry__time, .update-archive .entry__time {
  font-size: 14px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .news-archive .entry__time, .update-archive .entry__time {
    font-size: 12px;
  }
}
.news-archive .entry__text, .update-archive .entry__text {
  padding-bottom: 16px;
  border-bottom: solid 1px #666464;
  margin-bottom: 32px;
}
.news-archive .entry__text p a, .update-archive .entry__text p a {
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .news-archive .entry__text p a, .update-archive .entry__text p a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .news-archive .entry__text p.entry__category a, .update-archive .entry__text p.entry__category a {
    font-size: 12px;
  }
}

.news-single .title {
  font-size: 24px;
  margin: 2em 0 1em;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .news-single .title {
    font-size: 18px;
  }
}
.news-single .time {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .news-single .time {
    font-size: 14px;
  }
}
.news-single .time {
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: solid 1px #666464;
}
.news-single .text p, .news-single .text figure {
  line-height: 1.8;
  margin-bottom: 2em;
}

.update-archive .entry__time {
  display: inline-block;
  margin-right: 1em;
  line-height: 1;
}
.update-archive .entry__category {
  display: inline-block;
  background: #666464;
  line-height: 1;
}
.update-archive .entry__category a {
  color: #fff;
  font-size: 14px;
  padding: 2px 4px;
  display: inline-block;
}

/*--制作事例 アーカイブ--*/
.works-archive .subpage-header h1 {
  margin-bottom: 64px;
}
.works-archive .narrow-down-list {
  margin-bottom: 64px;
  border: solid 1px #666464;
}
@media only screen and (min-width: 768px) {
  .works-archive .narrow-down-list::before {
    content: "絞り込む";
  }
  .works-archive .narrow-down-list {
    padding: 32px;
    display: flex;
    justify-content: flex-start;
    gap: 32px;
  }
  .works-archive .narrow-down-list .current {
    background: #666464;
    color: #fff;
  }
  .works-archive .narrow-down-list li a, .works-archive .narrow-down-list::before {
    padding: 8px 16px;
    font-size: 20px;
    display: block;
  }
  .works-archive .narrow-down-list::before {
    border-right: 1px solid #666464;
  }
}
@media only screen and (max-width: 767px) {
  .works-archive .narrow-down-list {
    padding: 16px;
  }
  .works-archive .narrow-down-list::before {
    content: "絞り込む： ";
    display: block;
    margin-bottom: 8px;
  }
  .works-archive .narrow-down-list li {
    display: inline-block;
    margin-right: 8px;
  }
  .works-archive .narrow-down-list li a.current {
    padding-bottom: 4px;
    border-bottom: #666464 solid 1px;
  }
}

/*--制作実績 シングルページ*/
.single-works .works-col2 {
  margin-bottom: 120px;
}
.single-works h3, .single-works h4, .single-works p, .single-works a {
  line-height: 1.5;
}
.single-works h3 {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .single-works h3 {
    font-size: 36px;
  }
}
.single-works h3 {
  margin-bottom: 32px;
}
.single-works h4 {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .single-works h4 {
    font-size: 20px;
  }
}
.single-works h4 {
  margin-bottom: 8px;
}
.single-works .left .slider {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .single-works .left .slider {
    margin-bottom: 60px;
  }
}
.single-works .left #main-carousel {
  margin-bottom: 24px;
}
.single-works .left .tags {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}
.single-works .left .tags a span {
  font-size: 16px;
  display: inline-block;
  background: #666464;
  color: #fff;
  padding: 8px 16px;
}
@media only screen and (max-width: 767px) {
  .single-works .left .tags {
    margin-bottom: 30px;
  }
}
.single-works .right .wrap {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .single-works .right .wrap {
    margin-bottom: 48px;
  }
}
.single-works .right p, .single-works .right a {
  font-size: 16px;
}
.single-works .right p small, .single-works .right a small {
  font-size: 12px;
}
.single-works .right .items a {
  border-bottom: 1px solid #666464;
}
.single-works .right .contact a {
  display: block;
  background: #666464;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 24px 0;
  text-align: center;
  width: 280px;
  margin: 0 auto;
  border-radius: 36px;
}
@media only screen and (max-width: 767px) {
  .single-works .right .contact a {
    width: 100%;
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .single-works .works-col2 {
    display: flex;
    gap: 32px;
  }
  .single-works .works-col2 .left, .single-works .works-col2 .right {
    width: calc((100% - 32px) / 2);
  }
}

/* 固定ページ */
.page:not(.home) main p, .page:not(.home) main a, .page:not(.home) main li {
  font-size: 20px;
  line-height: 2;
}
.page:not(.home) main p {
  margin-bottom: 1em;
}
.page:not(.home) main a.underline {
  border-bottom: 1px solid #666464;
  padding-bottom: 2px;
}

body.page:not(.home):not(.charm):not(.flow) main article {
  margin-bottom: 120px;
}
body.page:not(.home):not(.charm):not(.flow) main article h1:not(.subpage-header), body.page:not(.home):not(.charm):not(.flow) main article h2:not(.subpage-header), body.page:not(.home):not(.charm):not(.flow) main article h3:not(.subpage-header), body.page:not(.home):not(.charm):not(.flow) main article h4:not(.subpage-header), body.page:not(.home):not(.charm):not(.flow) main article h5:not(.subpage-header) {
  margin-bottom: 30px;
}
body.page:not(.home):not(.charm):not(.flow) main article h1:not(.subpage-header) {
  font-size: 28px;
}
body.page:not(.home):not(.charm):not(.flow) main article h2:not(.subpage-header), body.page:not(.home):not(.charm):not(.flow) main article h3:not(.subpage-header) {
  font-size: 24px;
  border: solid #666464;
  border-width: 1px 0 1px 0;
  padding: 0.3em 0;
}
body.page:not(.home):not(.charm):not(.flow) main article h3:not(.subpage-header) {
  font-size: 20px;
  padding-top: 0;
  border-width: 0 0 1px 0;
}
body.page:not(.home):not(.charm):not(.flow) main article h4:not(.subpage-header) {
  font-size: 18px;
}
body.page:not(.home):not(.charm):not(.flow) main article h5:not(.subpage-header) {
  font-size: 16px;
}
body.page:not(.home):not(.charm):not(.flow) main article div p:last-of-type {
  margin-bottom: 2em;
}

.page.charm .page-image {
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .page.charm .page-image {
    width: 42vw;
    height: 46vw;
    max-width: 538px;
    max-height: 544px;
    float: right;
    margin-left: 4%;
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .page.charm .page-image {
    width: 100%;
    height: 380px;
  }
}
.page.charm #sobagni-charm::before {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .page.charm #sobagni-charm {
    max-width: 686px;
  }
}
.page.charm #sobagni-charm {
  margin: 0 auto;
}
.page.charm #sobagni-charm h3 {
  text-align: center;
  padding: 16px 0;
  border: solid #666464;
  border-width: 1px 0 1px 0;
  font-size: 24px;
}
.page.charm #sobagni-charm .circle-stetch-wrap {
  margin: 60px 0;
  counter-reset: circle-stetch-cnt;
}
@media only screen and (max-width: 767px) {
  .page.charm #sobagni-charm .circle-stetch-wrap {
    margin: 30px 0;
    gap: 8px;
  }
}
.page.charm #sobagni-charm .circle-stetch-wrap .circle-stetch {
  counter-increment: circle-stetch-cnt;
  position: relative;
  width: 120px;
  height: 120px;
}
@media only screen and (min-width: 768px) {
  .page.charm #sobagni-charm .circle-stetch-wrap .circle-stetch {
    width: 194px;
    height: 194px;
  }
}
.page.charm #sobagni-charm .circle-stetch-wrap .circle-stetch .text {
  background-image: url(./images/circle-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: center;
  font-size: 11px;
  line-height: 1.2;
  padding: 1.2em 0 1.5em;
}
@media only screen and (min-width: 768px) {
  .page.charm #sobagni-charm .circle-stetch-wrap .circle-stetch .text {
    font-size: 16px;
    line-height: 1.75;
    padding: 1.5em 0 2em;
  }
}
.page.charm #sobagni-charm .circle-stetch-wrap .circle-stetch .text::before {
  content: counter(circle-stetch-cnt, decimal-leading-zero);
  display: block;
}
.page.charm #sobagni-charm .circle-stetch-wrap .circle-stetch .text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 12px solid #666464;
  border-bottom: 0;
  margin: 4px auto 0;
}
@media only screen and (max-width: 767px) {
  .page.charm #sobagni-charm .circle-stetch-wrap .circle-stetch .text::after {
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 8px solid #666464;
  }
}

.page.charm #charm01, .page.charm #charm02, .page.flow #charm01, .page.flow #charm02 {
  margin-bottom: 60px;
}
.page.charm .charm-detail-wrap, .page.flow .charm-detail-wrap {
  margin-bottom: 120px;
  counter-reset: charm-detail-cnt;
}
.page.charm .charm-detail-wrap .charm-detail, .page.flow .charm-detail-wrap .charm-detail {
  counter-increment: charm-detail-cnt;
}
.page.charm .charm-detail-wrap .charm-detail .title, .page.flow .charm-detail-wrap .charm-detail .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .page.charm .charm-detail-wrap .charm-detail .title, .page.flow .charm-detail-wrap .charm-detail .title {
    font-size: min(2.33vw, 28px);
  }
}
.page.charm .charm-detail-wrap .charm-detail .title::before, .page.flow .charm-detail-wrap .charm-detail .title::before {
  content: counter(charm-detail-cnt, decimal-leading-zero);
  display: inline-block;
  border: solid 1px #fff;
  border-radius: 50%;
  padding: 8px;
  margin-bottom: 12px;
  font-size: 0.85em;
}
.page.charm .charm-detail-wrap .charm-detail .title, .page.flow .charm-detail-wrap .charm-detail .title {
  background: #666464;
  color: #fff;
  padding: 24px 0;
  border-radius: 17px 17px 0 0;
}
.page.charm .charm-detail-wrap .charm-detail .charm-detail-inner, .page.flow .charm-detail-wrap .charm-detail .charm-detail-inner {
  border-radius: 0 0 17px 17px;
  border: solid 1px #666464;
}
@media only screen and (min-width: 768px) {
  .page.charm .charm-detail-wrap .charm-detail .charm-detail-inner, .page.flow .charm-detail-wrap .charm-detail .charm-detail-inner {
    display: flex;
    gap: 32px;
  }
}
.page.charm .charm-detail-wrap .charm-detail .charm-detail-inner, .page.flow .charm-detail-wrap .charm-detail .charm-detail-inner {
  overflow: hidden;
}
.page.charm .charm-detail-wrap .charm-detail .charm-detail-inner .image, .page.flow .charm-detail-wrap .charm-detail .charm-detail-inner .image {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page.charm .charm-detail-wrap .charm-detail .charm-detail-inner .image, .page.flow .charm-detail-wrap .charm-detail .charm-detail-inner .image {
    width: 30%;
  }
}
.page.charm .charm-detail-wrap .charm-detail .charm-detail-inner .image, .page.flow .charm-detail-wrap .charm-detail .charm-detail-inner .image {
  min-height: 234px;
  background-size: cover;
  background-position: center;
}
.page.charm .charm-detail-wrap .charm-detail .charm-detail-inner .image img, .page.flow .charm-detail-wrap .charm-detail .charm-detail-inner .image img {
  width: 100%;
}
.page.charm .charm-detail-wrap .charm-detail .charm-detail-inner .right, .page.flow .charm-detail-wrap .charm-detail .charm-detail-inner .right {
  padding: 16px;
}
@media only screen and (min-width: 768px) {
  .page.charm .charm-detail-wrap .charm-detail .charm-detail-inner .right, .page.flow .charm-detail-wrap .charm-detail .charm-detail-inner .right {
    padding: 32px 32px 32px 0;
  }
}
@media only screen and (max-width: 767px) {
  .page.charm .charm-detail-wrap .charm-detail .charm-detail-inner .right .text p, .page.charm .charm-detail-wrap .charm-detail .charm-detail-inner .right a.link, .page.flow .charm-detail-wrap .charm-detail .charm-detail-inner .right .text p, .page.flow .charm-detail-wrap .charm-detail .charm-detail-inner .right a.link {
    font-size: 16px;
  }
}
.page.charm .charm-detail-wrap .charm-detail .charm-detail-inner .right .link, .page.flow .charm-detail-wrap .charm-detail .charm-detail-inner .right .link {
  background: #666464;
  color: #fff;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .page.charm .charm-detail-wrap .charm-detail .charm-detail-inner .right .link, .page.flow .charm-detail-wrap .charm-detail .charm-detail-inner .right .link {
    width: 218px;
  }
}
.page.charm .charm-detail-wrap .charm-detail .charm-detail-inner .right .link, .page.flow .charm-detail-wrap .charm-detail .charm-detail-inner .right .link {
  padding: 16px 0;
  text-align: center;
  display: block;
  line-height: 1;
}
.page.charm .charm-detail-wrap .charm-detail .charm-detail-inner .right .link::after, .page.flow .charm-detail-wrap .charm-detail .charm-detail-inner .right .link::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #fff;
  border-right: 0;
  margin-left: 0.8em;
}
.page.charm .charm-detail-wrap .charm-detail .charm-detail-inner .right .linkunderline, .page.flow .charm-detail-wrap .charm-detail .charm-detail-inner .right .linkunderline {
  border-bottom: 1px solid #666464;
  padding-bottom: 4px;
}
.page.charm .charm-detail-wrap .charm-detail .charm-detail-inner .right .linkunderline::after, .page.flow .charm-detail-wrap .charm-detail .charm-detail-inner .right .linkunderline::after {
  content: ">";
  margin-left: 4px;
}

.page.flow .intro {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .page.flow .intro {
    line-height: 1.5;
    margin-bottom: 30px;
  }
}
.page.flow .wp-block-lazyblock-charm {
  margin-bottom: 60px;
}
.page.flow .wp-block-lazyblock-charm .right p {
  line-height: 1.5;
}
.page.flow .wp-block-lazyblock-charm:not(:last-of-type) .charm-detail::after {
  content: "";
  display: block;
  height: 6px;
  width: 46px;
  background-image: url(./images/three-dots.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(90deg) translateX(50%);
  margin: 8px auto;
}
.page.flow .wp-block-lazyblock-charm:nth-of-type(2) .charm-detail {
  position: relative;
}
.page.flow .wp-block-lazyblock-charm:nth-of-type(2) .charm-detail::before {
  content: "ここまで費用は一切かかりません。\aキャンセルや変更も可能です。";
  font-size: 16px;
  line-height: 1.2;
  white-space: pre;
  position: absolute;
  left: calc(50% + 1em);
  bottom: -36px;
}
@media only screen and (max-width: 767px) {
  .page.flow .wp-block-lazyblock-charm:not(:last-of-type) .charm-detail::after {
    margin: 8px calc(75% - 6px) 8px 15%;
  }
  .page.flow .wp-block-lazyblock-charm:nth-of-type(2) .charm-detail::before {
    left: calc(15% + 3em);
  }
}

/* --- 特定商取引法 --*/
body.page.law li, body.page.law dt, body.page.law dd {
  font-size: 16px;
  line-height: 1.5;
}
body.page.law li a, body.page.law dt a, body.page.law dd a {
  font-size: 16px;
  line-height: 1.5;
}
body.page.law dt {
  font-size: 1.2em;
  margin-bottom: 0.2em;
}
body.page.law dd {
  margin-bottom: 2em;
}
body.page.law dd > ul:not(.square-brackets) li {
  padding-left: 1em;
  position: relative;
}
body.page.law dd > ul:not(.square-brackets) li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
body.page.law dd ul:not(.square) ul:not(.square) li {
  padding-left: 1em;
  position: relative;
}
body.page.law dd ul:not(.square) ul:not(.square) li::before {
  content: "*";
  left: 0;
  top: 0;
}
body.page.law dd ul.square > li {
  padding-left: 1em;
  position: relative;
}
body.page.law dd ul.square > li::before {
  content: "■";
  left: 0;
  top: 0;
}

#breadcrumb a, #breadcrumb span {
  font-size: 14px !important;
}
#breadcrumb {
  border: solid #e5e4e4;
  border-width: 1px 0 1px 0;
  padding: 8px 0;
}
@media only screen and (max-width: 767px) {
  #breadcrumb {
    overflow-x: auto; /* はみ出た分だけスクロール */
    white-space: nowrap; /* 子要素を改行させない */
    -webkit-overflow-scrolling: touch; /* iOSでのスムーズなスクロール */
  }
  #breadcrumb a, #breadcrumb span {
    font-size: 12px !important;
  }
}/*# sourceMappingURL=style.css.map */