@charset "utf-8";
/* CSS Document */
body {
  display: none;
}
* {
  min-height: 0vw;
}
/*===============================================
●共通
===============================================*/
/*===== common ======*/
/* prettier-ignore */
#bread-omoteura_cp_2510 h1, h2, h3, h4, h5, p, figure {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
/* prettier-ignore */
#bread-omoteura_cp_2510 ul, li, dl, dt, dd {
    margin: 0;
    list-style: none;
    padding: 0;
  }

#bread-omoteura_cp_2510 img {
  max-width: 100%;
  display: block;
  height: auto;
}
/* prettier-ignore */
#bread-omoteura_cp_2510 a:link, a:visited, a:hover, a:active, a:focus {
    text-decoration: none;
  }

#bread-omoteura_cp_2510 {
  margin: 0 calc(50% - 50vw);
  width: calc(100vw - 0.7%);
  padding: 0;
  position: relative;
  color: #313131;
  box-sizing: border-box;
  overflow: hidden;
}
/*===== text関連 ======*/
#bread-omoteura_cp_2510 .lead-area .leadB {
  text-align: center;
  /* font-weight: 700; */
  font-size: clamp(1.5rem, 3.8vw, 2.5rem);
  margin: 0 0 1.5rem;
  text-shadow: 0 1px 0 #fff, 0 3px 0 #fff, 0 4px 10px rgba(0, 0, 0, 0.2);
}
#bread-omoteura_cp_2510 .lead-area .leadB span {
  text-align: center;
  font-weight: 600;
  font-size: clamp(1.1rem, 2.4vw, 1.3rem);
  display: block;
  margin: 0.5rem 0;
}
#bread-omoteura_cp_2510 .lead-area .leadB .big01,
#bread-omoteura_cp_2510 .lead-area .leadB .big02 {
  display: inline-block;
  font-size: clamp(1.5rem, 3.8vw, 2.5rem);
  margin: -0.7rem;
}
#bread-omoteura_cp_2510 .lead-area .leadB .big01 {
  text-shadow: 0 1px 0 #76b8d2, 0 3px 0 #76b8d2, 0 4px 10px rgba(0, 0, 0, 0.2);
}
#bread-omoteura_cp_2510 .lead-area .leadB .big02 {
  text-shadow: 0 1px 0 #f19684, 0 3px 0 #f19684, 0 4px 10px rgba(0, 0, 0, 0.2);
}

#bread-omoteura_cp_2510 .lead-area .leadT {
  text-align: center;
  font-weight: 500;
  font-size: clamp(1rem, 2.1vw, 1.2rem);
}
#bread-omoteura_cp_2510 .lead-area .leadT span {
  margin: 5px 0 0;
  display: block;
  font-size: clamp(0.85rem, 2vw, 0.95rem);
}
#bread-omoteura_cp_2510 .date {
  text-align: center;
  box-sizing: border-box;
  font-size: clamp(0.85rem, 1.3vw, 1rem);
  font-weight: 600;
  background: #d7c28d;
  color: #313131;
  border-radius: 1rem;
  max-width: 160px;
  padding: 0.2rem 0;
  border: 1px solid #fff;
}
#bread-omoteura_cp_2510 .item-area .name {
  text-align: left;
  font-size: clamp(1.15rem, 1.6vw, 1.3rem);
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
#bread-omoteura_cp_2510 .item-area .name span {
  text-align: left;
  font-size: clamp(0.9rem, 4vw, 1.05rem);
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  display: block;
}
#bread-omoteura_cp_2510 .item-area .name-sm {
  text-align: left;
  font-size: clamp(0.9rem, 2vw, 1rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
#bread-omoteura_cp_2510 .item-area .price {
  text-align: left;
  font-size: clamp(1.1rem, 1.5vw, 1.2rem);
  font-weight: 600;
}
#bread-omoteura_cp_2510 .item-area .price-sm {
  text-align: right;
  font-size: clamp(0.85rem, 2vw, 0.9rem);
  font-weight: 600;
}
#bread-omoteura_cp_2510 .item-area .txt {
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  text-align: left;
  line-height: 1.6;
}
#bread-omoteura_cp_2510 .item-area .txt span {
  font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  text-align: left;
  line-height: 1.6;
  display: block;
  margin: 0.2rem 0 0;
}

#bread-omoteura_cp_2510 .ttl_h2 {
  text-align: center;
  font-weight: 600;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  position: relative;
  color: #313131;
  z-index: 2;
  width: 20%;
  padding: 0.5rem;
  margin: 3rem auto 2rem;
  background: #d7c28d;
  border-radius: 50px;
  border: 2px solid #fff;
  filter: drop-shadow(0px 3px 0px #fff);
}

#bread-omoteura_cp_2510 .ttl_h3 {
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  text-align: left;
}
#bread-omoteura_cp_2510 .ttl_h4 {
  font-size: clamp(1rem, 1.4vw, 1.1rem);
  margin: 0 0 0.6rem;
  padding: 0 0 0.5rem;
}
#bread-omoteura_cp_2510 .cp-item .kome-area li {
  font-size: clamp(0.8rem, 1.4vw, 0.95rem);
  text-align: left;
}

#bread-omoteura_cp_2510 .text p span,
#bread-omoteura_cp_2510 .summary-area ul {
  display: block;
  font-size: clamp(0.8rem, 1vw, 0.9rem);
  margin: 0.3rem 0 0;
}
#bread-omoteura_cp_2510 .c-txt .item-wrap dt {
  font-size: clamp(0.94rem, 1.85vw, 1.1rem);
}
#bread-omoteura_cp_2510 .c-txt .cp-date {
  font-size: clamp(0.9rem, 1.85vw, 1.1rem);
}

/*===== main-area ======*/

#bread-omoteura_cp_2510 main {
  width: min(100%, 1200px);
  margin: 0 auto;
  height: auto;
  padding: 0;
  overflow: hidden;
  background: repeating-linear-gradient(90deg, rgba(0, 98, 177, 0.9), rgba(0, 98, 177, 0.9) 100px, rgba(245, 246, 244, 0.9) 100px, rgba(245, 246, 244, 0.9) 200px, rgba(230, 0, 45, 0.9) 200px, rgba(230, 0, 45, 0.9) 300px), url(../images/bg_01.webp) repeat;
  background-size: 100%, 3%;
  background-position: center;
}

#bread-omoteura_cp_2510 section {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
#bread-omoteura_cp_2510 .imgbox {
  position: relative;
}
#bread-omoteura_cp_2510 .imgbox .kv {
  width: min(100%, 1200px);
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/*===== text-area ======*/
#bread-omoteura_cp_2510 .text-area {
  padding: 2rem 0;
  background: #fff;
  color: #313131;
}
#bread-omoteura_cp_2510 .lead-area {
  width: min(90%, 1200px);
  padding: 1% 0 0;
  margin: 0 auto;
}

/*===== item-area ======*/
#bread-omoteura_cp_2510 .item-area {
  width: min(100%, 1200px);
  margin: 0 auto;
}

#bread-omoteura_cp_2510 .item-area ul {
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
}
#bread-omoteura_cp_2510 .item-area .c-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 0 auto;
}
#bread-omoteura_cp_2510 .item-area ul li:nth-child(1) {
  background: linear-gradient(90deg, rgba(0, 98, 177, 0.9), rgba(0, 98, 177, 0.9)), url(../images/bg_01.webp) repeat;
  background-size: 100%, 3%;
  background-position: center, center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  box-sizing: border-box;
  color: #fff;
  transform-origin: left;
  transform: scaleX(0);
}
#bread-omoteura_cp_2510 .item-area ul li:nth-child(2) {
  background: linear-gradient(90deg, rgba(245, 246, 244, 0.9), rgba(245, 246, 244, 0.9)), url(../images/bg_01.webp) repeat;
  background-size: 100%, 3%;
  background-position: center, center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  box-sizing: border-box;
  transform-origin: right;
  transform: scaleX(0);
}
#bread-omoteura_cp_2510 .item-area ul li:nth-child(3) {
  background: linear-gradient(90deg, rgba(230, 0, 45, 0.9), rgba(230, 0, 45, 0.9)), url(../images/bg_01.webp) repeat;
  background-size: 100%, 3%;
  background-position: center, center;
  width: 100%;
  height: 100%;
  padding: 2rem;
  box-sizing: border-box;
  color: #fff;
  transform-origin: left;
  transform: scaleX(0);
}
#bread-omoteura_cp_2510 .item-area .pic {
  position: relative;
}

#bread-omoteura_cp_2510 .item-area .c-txt {
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#bread-omoteura_cp_2510 .c-pic-item {
  filter: drop-shadow(16px 16px 0px rgba(0, 0, 0, 0.2));
  will-change: filter;
}
#bread-omoteura_cp_2510 .kodawari {
  text-align: left;
  color: #313131;
  margin: 0.5rem 0;
}

#bread-omoteura_cp_2510 .kodawari dt {
  background: #fff;
  padding: 0.5rem 1rem;
  border-radius: 1rem 1rem 0 0;
  display: inline-block;
  font-weight: 600;
}
#bread-omoteura_cp_2510 .kodawari dd {
  background: linear-gradient(90deg, rgba(215, 194, 141, 0.9), rgba(215, 194, 141, 0.9)), url(../images/bg_01.webp) repeat;
  background-size: 100%, 3%;
  background-position: center, center;
  padding: 1rem;
  border-radius: 0 1rem 1rem 1rem;
  border: 1px solid #fff;
}

/*===== cp-area ======*/

#bread-omoteura_cp_2510 .cp-area {
  width: min(95%, 1200px);
  margin: 0 auto;

  box-sizing: border-box;
  text-align: left;
}
#bread-omoteura_cp_2510 .cp-area ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
#bread-omoteura_cp_2510 .cp-area .kome,
#bread-omoteura_cp_2510 .cp-area .kome li {
  display: block;
  padding: 0;
  font-size: clamp(0.8rem, 1.4vw, 0.9rem);
}
#bread-omoteura_cp_2510 .cp-area .kome li::before {
  content: '\203b'; /* 「※」をUnicodeで指定 */
}
#bread-omoteura_cp_2510 .cp-area ul li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  background: #fff;
  padding: 2rem;
  border-radius: 1rem;
}

#bread-omoteura_cp_2510 .cp-area .text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#bread-omoteura_cp_2510 .cp-area dl div {
  display: grid;
  grid-template-columns: 77px 1fr;
}
/*===== animation-area ======*/

#bread-omoteura_cp_2510 .imgbox .c-kv-subttl {
  position: absolute;
  top: 6%;
  left: 0;
  margin: auto;
  right: 0;
  width: 52%;
  will-change: transform;
}

#bread-omoteura_cp_2510 .imgbox .c-kv-ttl01 {
  position: absolute;
  top: 13.5%;
  left: 16%;
  width: 18%;
  margin: 0 auto;
  will-change: transform;
}
#bread-omoteura_cp_2510 .imgbox .c-kv-ttl02 {
  position: absolute;
  top: 19%;
  left: 33.5%;
  width: 2.8%;
  margin: 0 auto;
  will-change: transform;
}
#bread-omoteura_cp_2510 .imgbox .c-kv-ttl03 {
  position: absolute;
  top: 13.5%;
  left: 37%;
  width: 10.82%;
  margin: 0 auto;
  will-change: transform;
}
#bread-omoteura_cp_2510 .imgbox .c-kv-ttl04 {
  position: absolute;
  top: 13.5%;
  left: 51%;
  width: 34.7%;
  will-change: transform;
}
#bread-omoteura_cp_2510 .imgbox .c-kv-ttl05 {
  position: absolute;
  top: 19%;
  left: 47.5%;
  width: 2.8%;
  margin: 0 auto;
  will-change: transform;
}

/*===== movie ======*/

#tsukimi-haitoku_cp_2509 .video-area {
  width: min(100%, 1200px);
}
#movie_area {
  width: min(75%, 1200px);
  margin: 0 auto;
  background: #fff;
  padding: 1.2rem;
  border-radius: 1rem;
}
#movie_area .movie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 0;
}
#movie_area .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*===== aem ======*/
/* .others {
} */
/* .ly-wrp-breadcrumb span,
.ly-wrp-breadcrumb a:after {
  color: #fff;
} */
.cs {
  padding: 14px 40px 14px 40px;
  text-align: center;
  margin: 15px 0 0;
  background: #dcdcdc;
  border-radius: 50px;
}

/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width: 737px) {
  #bread-omoteura_cp_2510 .pc-none {
    display: none;
  }
  div#contents {
    background: url(../images/bg.webp) repeat;
    width: 100%;
    min-height: 100vh;
    background-attachment: fixed;
    background-size: contain;
    background-position: center;
  }
}
/*===============================================
●sp.css  画面の横幅が736pxまで
===============================================*/
@media screen and (max-width: 736px) {
  #bread-omoteura_cp_2510 .sp-none {
    display: none;
  }
  #bread-omoteura_cp_2510 {
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  #bread-omoteura_cp_2510 main {
    position: relative;
    overflow: hidden;
    padding: 0 0 2rem;
    background: repeating-linear-gradient(90deg, rgba(0, 98, 177, 0.9), rgba(0, 98, 177, 0.9) 30px, rgba(245, 246, 244, 0.9) 30px, rgba(245, 246, 244, 0.9) 60px, rgba(230, 0, 45, 0.9) 60px, rgba(230, 0, 45, 0.9) 90px), url(../images/bg_01.webp) repeat;
  }
  #bread-omoteura_cp_2510 main .sp_bg {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(../images/bg.webp) no-repeat;
    background-size: cover;
    background-position: center;
  }
  #bread-omoteura_cp_2510 .text-area {
    padding: 1rem 0.5rem;
    box-sizing: border-box;
    font-feature-settings: 'palt' 1;
    letter-spacing: 0.05em;
  }
  #bread-omoteura_cp_2510 .lead-area {
    width: 100%;
  }
  #bread-omoteura_cp_2510 .lead-area .leadT {
    text-align: left;
  }
  #bread-omoteura_cp_2510 .lead-area .leadB .big01,
  #bread-omoteura_cp_2510 .lead-area .leadB .big02 {
    margin: -0.2rem;
  }
  #bread-omoteura_cp_2510 .lead-area .leadB .big01 {
    text-shadow: 0 1px 0 #76b8d2, 0 2px 0 #76b8d2, 0 4px 10px rgba(0, 0, 0, 0.2);
  }
  #bread-omoteura_cp_2510 .lead-area .leadB .big02 {
    text-shadow: 0 1px 0 #f19684, 0 2px 0 #f19684, 0 4px 10px rgba(0, 0, 0, 0.2);
  }
  #bread-omoteura_cp_2510 .item-area {
    width: 100%;
    overflow: hidden;
  }
  #bread-omoteura_cp_2510 .item-area ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
    margin: 0 auto;
  }
  #bread-omoteura_cp_2510 .item-area .c-inner {
    grid-template-columns: 1fr;
  }
  #bread-omoteura_cp_2510 .item-area ul li:nth-child(1),
  #bread-omoteura_cp_2510 .item-area ul li:nth-child(2),
  #bread-omoteura_cp_2510 .item-area ul li:nth-child(3) {
    grid-template-columns: 1fr;
    padding: 1rem 1rem 1.5rem;
  }
  #bread-omoteura_cp_2510 .item-area ul li:nth-child(1) {
    margin: 0 0 -1px;
  }
  #bread-omoteura_cp_2510 .ttl_h2 {
    width: 50%;
    padding: 0.5rem;
  }
  #bread-omoteura_cp_2510 .ttl_h2 span {
    padding: 0.5rem;
    transform: skewX(-30deg);
  }

  #bread-omoteura_cp_2510 .cp-area {
    width: 92%;
    padding: 0;
  }

  #bread-omoteura_cp_2510 .cp-area ul li {
    grid-template-columns: 1fr;
    padding: 1rem;
    border-radius: 0.5rem;
  }
  #bread-omoteura_cp_2510 .cp-area .kome,
  #bread-omoteura_cp_2510 .cp-area .kome li {
    padding: 0;
    display: block;
    border-radius: 0;
  }
  #bread-omoteura_cp_2510 .c-pic-item {
    filter: drop-shadow(13px 13px 0px rgba(0, 0, 0, 0.2));
  }
  #bread-omoteura_cp_2510 .cp-area dl div {
    grid-template-columns: 72px 1fr;
  }
  /*===== animation-area ======*/

  #bread-omoteura_cp_2510 .imgbox .c-kv-subttl {
    top: 4%;
    width: 70%;
  }
  #bread-omoteura_cp_2510 .imgbox .c-kv-ttl01 {
    top: 9.5%;
    left: 15%;
    width: 22%;
  }
  #bread-omoteura_cp_2510 .imgbox .c-kv-ttl02 {
    top: 14%;
    left: 36%;
    width: 2.5%;
  }
  #bread-omoteura_cp_2510 .imgbox .c-kv-ttl03 {
    top: 9.5%;
    left: 39%;
    width: 13.5%;
  }
  #bread-omoteura_cp_2510 .imgbox .c-kv-ttl04 {
    top: 9.5%;
    left: 55%;
    width: 43%;
  }
  #bread-omoteura_cp_2510 .imgbox .c-kv-ttl05 {
    top: 14%;
    left: 51.5%;
    width: 2.5%;
  }
  /*===== movie ======*/
  #movie_area {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    padding: 0.5rem;
    border-radius: 0.5rem;
  }
  /*===== aem ======*/
  .others {
    padding: 0.5rem 0.8rem;
    color: #313131;
    /* background: #fff; */
  }
  /* .ly-btn-pagetop {
    background: #fff;
  }
  .ly-foot-top-area2 {
    background: #fff;
  }
  .ly-foot-sns-area2 {
    background: #fff;
    padding: 0px 0 20px;
    margin: 0;
  } */
  /* .ly-foot-bottom-area2 {
    margin: 0;
  } */
}
/*===============================================
●tablet.css  画面の横幅が737px～
===============================================*/

@media screen and (min-width: 737px) and (max-width: 767px) {
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .famimaru {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .logo {
    width: 6.5%;
  }
}
