@charset "UTF-8";

body {
  margin: 0;
  padding: 0;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ",
    Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
    "Osaka", sans-serif;
  color: #4c3927;
  text-align: center;
  overflow-x: hidden;
}

/* 背景画像 */
.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
}

.background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header {
  position: absolute;
  width: 100%;
  height: 88px;
  top: 0;
  padding-left: 8px;
  z-index: 10;
}

@media (max-width: 480px) {
  header {
    height: 80px;
    padding-left: 0;
    background-image: url('../common/webp/1920-1080.webp');
    background-size: cover;

  }
}

.logo-container {
  position: absolute;
  top: 6px;
  display: flex;
}

@media (max-width: 1024px) {
  .logo-container {
    top: -13px;
  }
}

@media (max-width: 480px) {
  .logo-container {
    top: -4px;
    left: 6px;
  }
}

.logo-container img {
  width: 180px;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .logo-container img {
    margin: -10px 10px 0 0;
  }
}

@media (max-width: 480px) {
  .logo-container img {
    width: 148px;
    margin: 0px;
  }
}

.container-slideshow,
.container-grid {
  position: relative;
  margin: 100px auto;
  width: 96%;
  top: 0;
}

.container-grid {
  top: 0;
  margin: 0 auto;
}

@media (max-width: 1024px) {

  .container-slideshow,
  .container-grid {
    top: 24px;
  }
}

@media (max-width: 768px) {

  .container-slideshow,
  .container-grid {
    top: 10px;
  }
}

@media (max-width: 480px) {
  .container-slideshow {
    margin: 80px auto;
  }
}

.container-footer {
  position: relative;
  width: 100%;
  bottom: -52vw;
  text-align: center;
}

@media (max-width: 480px) {
  .container-footer {
    bottom: -38vw;
  }
}

/* =======================================================
フッター
======================================================= */
#footerMain {
  height: 30px;
  color: #292222;
  background-image: url(../common/webp/1920-1080.webp);
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 600px) {
  #footerMain {
    height: 90px;
    text-align: left;
    padding-left: 16px;
  }
}

#footer ul {
  padding-left: 10px;
  text-align: left;
}

#footer a:link {
  padding: 8px 12px;
  font-size: 12px;
  background: white;
}

/* リンクで青くなる現象 */
*:focus {
  outline: none;
}

/* =======================================================
画像
======================================================= */
img.main {
  width: 100%;
  height: auto;
}

img.free {
  margin-top: 10px;
}

/* =======================================================
h要素
======================================================= */
h1 {
  color: #fff;
  text-shadow: 2px 1px 5px #830000;
  font-size: clamp(24px, 7vw, 40px);
  font-family: 'Noto Serif JP', serif;
  text-align: left;
  width: 100%;
  letter-spacing: 4px;
  line-height: 0.8;
}

@media (max-width: 1024px) {}


@media (max-width: 640px) {
  h1 {
    left: -8px;
  }
}

@media (max-width: 380px) {
  h1 {
    margin-top: 12px;
  }
}

.subtitle {
  font-size: clamp(13px, 3vw, 18px) !important;

  font-size: 18px;
  color: #fff;
  margin-left: 10px;
  text-shadow: 2px 1px 3px #830000, 0 0 6px #830000;
  letter-spacing: 0;
}

@media (max-width: 1024px) {
  .subtitle {
    font-size: 16px;
  }
}

@media (max-width: 380px) {
  .subtitle {
    font-size: 12px;
  }
}

h2.story {
  position: relative;
  margin-top: 30px;
  padding: 0.3rem;
  text-align: center;
  background: var(--thema-color-text);
  color: #ffffff;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 8px;
  font-family: 'Zen Maru Gothic', sans-serif;
}

@media screen and (max-width: 600px) {
  h2.story {
    font-size: 20px;
  }
}

h2.story:before,
h2.story:after {
  position: absolute;
  content: '';
}

h2.story:before {
  top: -30px;
  left: calc(50% - 31px);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--thema-color-base-1);
}

h2.story:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--thema-color-base-1);
}

h2.story i {
  font-size: 1.1rem;
  position: absolute;
  z-index: 1;
  top: -19px;
  left: calc(50% - 33px);
  width: 72px;
  height: 60px;
  text-align: center;
}

h2.story span {
  position: relative;
  z-index: 1;
}

h2 {
  position: relative;
  text-align: left;
  padding: 0px 0px 0px 12px;
  font-size: 24px;
  color: #7e5732;
  line-height: 0;
}

@media screen and (max-width: 1066px) {
  h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  h2 {
    font-size: 22px;
  }
}

h2:after {
  position: absolute;
  top: 30px;
  left: 0;
  width: 98%;
  height: 4px;
  content: "";
  border-radius: 3px;
  background-image: linear-gradient(to left, #ffffff 0%, #57381aa6 100%);
}

h2.concept:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 28px;
  background-image: url(h2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  padding-right: 23px;
  opacity: 0.7;
}

h2.concept:after {
  position: absolute;
  top: 36px;
  left: 0;
  width: 98%;
  height: 4px;
  content: "";
  border-radius: 3px;
  background-image: linear-gradient(to left, #ffffff 0%, #57381aa6 100%);
}

h3.top {
  margin: auto;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #c35f58;
  background: linear-gradient(#ffffff00 70%, #fceeee 100%);
  border-radius: 50px;
}

h3.main {
  margin-top: 30px;
  padding: 10px 0px;
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  color: #9f3932;
  background-color: #fceeee;
  border-radius: 6px;
  letter-spacing: 3px;
}

@media screen and (max-width: 1066px) {

  h3.top,
  h3.main {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {

  h3.top,
  h3.main {
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {

  h3.top {
    font-size: 16px;
  }
}

h3.product {
  position: relative;
  margin-top: 60px;
  padding: 1rem;
  text-align: center;
  background: #d3677e;
  color: #ffffff;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 8px;
  z-index: 1;
  line-height: 1.4;
}

@media screen and (max-width: 600px) {
  h3.product {
    font-size: 20px;
    padding: 0.6rem;

  }
}

h3.product:before,
h3.product:after {
  position: absolute;
  content: '';
}

h3.product:before {
  top: -40px;
  left: calc(50% - 43px);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #d3677e;
  z-index: -1;
}

h3.product i {
  font-size: 1.7rem;
  position: absolute;
  z-index: 1;
  top: -30px;
  left: calc(50% - 36px);
  width: 75px;
  text-align: center;
}

h3.seisakurei {
  position: relative;
  border-bottom: 3px solid #d6c3c4;
  border-left: 3px solid #d6c3c4;
  border-radius: 0 20px 0 20px;
  padding: 10px 15px;
  font-size: 15px;
  color: #7a3c43;
  background-color: #f9f7f5;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0px;
  font-weight: normal;
  margin-top: 50px;
}

h3.seisakurei:before {
  position: absolute;
  right: 50px;
  bottom: -21px;
  width: 0;
  height: 0;
  content: '';
  border-width: 21px 21px 0 0;
  border-style: solid;
  border-color: #d6c3c4 transparent transparent transparent;
}

h3.seisakurei:after {
  position: absolute;
  right: 54px;
  bottom: -13px;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 14px 0 0;
  border-style: solid;
  border-color: #f9f7f5 transparent transparent transparent;
}

h3.story {
  position: relative;
  margin-top: 30px;
  padding: 0.3rem;
  text-align: center;
  background: #bb777d;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  h3.story {
    font-size: 20px;
  }
}

h3.story:before,
h3.story:after {
  position: absolute;
  content: '';
}

h3.story:before {
  top: -30px;
  left: calc(50% - 31px);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #bb777d;
}

h3.story i {
  font-size: 1.1rem;
  position: absolute;
  z-index: 1;
  top: -19px;
  left: calc(50% - 36px);
  width: 72px;
  height: 60px;
  text-align: center;
}

h3.story span {
  position: relative;
  z-index: 1;
}

h3.yougo {
  position: relative;
  margin: 30px 0px 50px 0px;
  padding: 0.3rem;
  text-align: center;
  background: #bb777d;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 18px;
}

@media screen and (max-width: 600px) {
  h3.yougo {
    font-size: 20px;
  }
}

h3.yougo:before,
h3.yougo:after {
  position: absolute;
  content: '';
}

h3.yougo:before {
  top: 7px;
  left: calc(50% - 45px);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #bb777d;
}

h3.yougo i {
  font-size: 1.5rem;
  position: absolute;
  z-index: 1;
  top: 40px;
  left: calc(50% - 36px);
  width: 72px;
  height: 60px;
  text-align: center;
}

h3.yougo span {
  position: relative;
  z-index: 1;
}

h3.number {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  padding: 1rem 1rem 0rem 70px;
  color: #c66861;
  border-bottom: 2px solid #c66861;
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 600px) {
  h3.number {
    line-height: 1.3;
  }
}

h3.number:before {
  position: absolute;
  top: -189%;
  left: -129px;
  width: 197px;
  height: 267%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #c66861;
}

h3.number span {
  font-size: 1.5rem;
  position: absolute;
  z-index: 1;
  top: 9px;
  left: 0;
  display: block;
  padding-top: 0px;
  padding-left: 15px;
  color: #fff;
}

h4.main {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #c35f58;
  background: linear-gradient(#ffffff00 70%, #fceeee 100%);
  border-radius: 50px;
}

@media screen and (max-width: 1066px) {
  h4.main {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  h4.main {
    font-size: 20px;
  }
}

@media screen and (max-width: 480px) {
  h4.main {
    font-size: 18px;
  }
}

h4.photochoice {
  margin: 14px 0 10px 0;
  padding: 0 0 3px 2px;
  font-size: 16px;
  font-weight: bold;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #d4cbb0;
  text-align: center;
  color: #342b0c;
}

h5 {
  margin: 14px 0 10px 0;
  padding: 0 0 3px 2px;
  font-size: 16px;
  font-weight: bold;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #d4cbb0;
  text-align: center;
  color: #342b0c;
}

/* =======================================================
p要素
======================================================= */
p.h2,
p.h3-4,
p.product {
  font-size: 16px;
  line-height: 1.4;
}

p.h2,
p.h3-4 {
  color: #3e3e3e;
  text-align: left;
}

p.h2 {
  padding: 10px;
}

p.h3-4 {
  padding: 0px 10px;
}

p.product {
  font-weight: 600;
  color: #757575;
}

@media screen and (max-width: 1066px) {

  p.h2,
  p.h3-4,
  p.product {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {

  p.h2,
  p.h3-4,
  p.product {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {

  p.h2,
  p.h3-4,
  p.product {
    font-size: 14px;
  }
}

p.story {
  padding: 10px;
  font-size: 20px;
  line-height: 1.4;
  color: #757575;
  text-align: left;
}

/* =======================================================
hr要素
======================================================= */
hr {
  width: 100%;
  border-style: none;
  margin: 30px;
}

hr.grid {
  width: 100%;
  border-style: none;
  margin: 20px;
}

@media screen and (max-width: 600px) {
  hr.grid {
    margin: 10px;
  }
}

hr.photo {
  border-width: 0 0 6px;
  border-style: dotted;
  color: #f7e6e0;
  margin: 48px 0px;
}

hr.sample {
  border-width: 0 0 6px;
  border-style: dotted;
  color: #f7e6e0;
  margin: 150px 0px;
}

@media screen and (max-width: 600px) {
  hr.sample {
    margin: 100px 0px;
  }
}

hr.product {
  display: none;
}

@media screen and (max-width: 600px) {
  hr.product {
    display: block;
    border-width: 0 0 6px;
    border-style: dotted;
    color: #f7e6e0;
    margin: 50px 0px;
  }
}

hr.product-2 {
  display: none;
}

@media screen and (max-width: 600px) {
  hr.product-2 {
    display: block;
    border-width: 0 0 6px;
    border-style: dotted;
    color: #f7e6e0;
    margin: 0px 0px 40px 0px;
  }
}

hr.sp {
  width: 100%;
  border-style: none;
  margin: 0px;
}

@media screen and (max-width: 600px) {
  hr.sp {
    margin: 60px;
  }
}

/*--------------------------------------------------------
  リンク
--------------------------------------------------------*/

/* 1.リンク文字色 */
a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

a:link {
  color: #4c3927;
}

a:visited {
  color: #775a3e;
  transition: all 0.5s;
}

a:hover {
  color: #c39261;
}

a:active {
  color: #7d7d7d;
  transition: all 0.5s;
}

/* 2.リンク文字色 */
a.line {
  text-decoration: underline;
  font-weight: 600;
}

a.line:link {
  color: #be5265;
}

a.line:visited {
  color: #be5265;
}

a.line:hover {
  color: #ce7c8a;
}

a.line:active {
  color: #be5265;
}