@charset "utf-8";
/* CSS Document */
/* body {
  display: none;
} */
* {
  min-height: 0vw;
}
/*===============================================
●共通
===============================================*/
/*===== common ======*/
/* prettier-ignore */
#shin-omusubi2_2508 h1, h2, h3, h4, h5, p, figure {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
/* prettier-ignore */
#shin-omusubi2_2508 ul, li, dl, dt, dd {
  margin: 0;
  list-style: none;
  padding: 0;
}
/* prettier-ignore */
#shin-omusubi2_2508 a:link, a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
}
#shin-omusubi2_2508 a:hover {
  text-decoration: underline;
}
#shin-omusubi2_2508 img {
  max-width: 100%;
  display: block;
  height: auto;
}
#shin-omusubi2_2508 .cs {
  background: #ddd;
  padding: 14px 30px 14px 10px;
  text-align: center;
  border-radius: 50px;
  margin: 1rem 0 0.5rem;
}

/*===== text関連 ======*/
#shin-omusubi2_2508 .lead-area .leadB {
  text-align: center;
  font-weight: 900;
  font-size: clamp(1.55rem, 3.8vw, 2.5rem);
  margin: 0 0 1.5rem;
}
#shin-omusubi2_2508 .lead-area .leadB span {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.1rem, 2.4vw, 1.3rem);
  display: block;
  margin: 0 0 0.5rem;
}
#shin-omusubi2_2508 .lead-area .leadT {
  text-align: center;
  font-weight: 500;
  font-size: clamp(1rem, 2.1vw, 1.2rem);
}
#shin-omusubi2_2508 .lead-area .leadT span {
  margin: 5px 0 0;
  display: block;
  font-size: clamp(0.85rem, 2vw, 0.95rem);
}
#shin-omusubi2_2508 .date {
  text-align: center;
  box-sizing: border-box;
  font-size: clamp(0.85rem, 1.3vw, 1rem);
  font-weight: 600;
  background: #030303;
  color: #fefefe;
  max-width: 160px;
  border-radius: 5rem;
  padding: 0.2rem 0;
}
#shin-omusubi2_2508 .item-area .name {
  text-align: left;
  font-size: clamp(1.15rem, 1.6vw, 1.3rem);
  font-weight: 700;
  line-height: 1.4;
}
#shin-omusubi2_2508 .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;
}
#shin-omusubi2_2508 .item-area .name-sm {
  text-align: left;
  font-size: clamp(0.9rem, 2vw, 1rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}
#shin-omusubi2_2508 .item-area .price {
  text-align: right;
  font-size: clamp(1.1rem, 1.5vw, 1.2rem);
  font-weight: 600;
}
#shin-omusubi2_2508 .item-area .price-sm {
  text-align: right;
  font-size: clamp(0.85rem, 2vw, 0.9rem);
  font-weight: 600;
}
#shin-omusubi2_2508 .item-area .txt {
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  text-align: left;
  line-height: 1.6;
}
#shin-omusubi2_2508 .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;
}

#shin-omusubi2_2508 .ttl_h2 {
  text-align: center;
  font-weight: 900;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  position: relative;
  font-family: 'Zen Old Mincho', serif;
  color: #030303;
}
#shin-omusubi2_2508 .ttl_h3 {
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  text-align: left;
}
#shin-omusubi2_2508 .ttl_h4 {
  font-size: clamp(1rem, 1.4vw, 1.1rem);
  margin: 0 0 0.6rem;
  padding: 0 0 0.5rem;
}
#shin-omusubi2_2508 .cp-item .kome-area li {
  font-size: clamp(0.8rem, 1.4vw, 0.95rem);
  text-align: left;
}

#shin-omusubi2_2508 .text p span,
#shin-omusubi2_2508 .summary-area ul {
  display: block;
  font-size: clamp(0.8rem, 1vw, 0.9rem);
  margin: 0.3rem 0 0;
}
#shin-omusubi2_2508 .c-txt .item-wrap dt {
  font-size: clamp(0.94rem, 1.85vw, 1.1rem);
}
#shin-omusubi2_2508 .c-txt .cp-date {
  font-size: clamp(0.9rem, 1.85vw, 1.1rem);
}

/*===== opening loading ======*/
.c-loader-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.onigiri-wrapper {
  display: flex;
  gap: 1.5rem;
}

.onigiri-set {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.onigiri {
  width: 90px;
  height: 80px;
  background: #f5f5f5;
  clip-path: url(#onigiri-shape);
  position: relative;
}

.onigiri .nori {
  width: 38px;
  height: 48px;
  background: #030303;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0 0 4px 4px;
}

.shadow {
  width: 70px;
  height: 8px;
  background: #ccc;
  border-radius: 50%;
  margin-top: 25px;
}

.loading-text {
  margin-top: 30px;
  font-size: 1.2em;
  color: #030303;
  letter-spacing: 2px;
}

/*===== movie ======*/
#movie_area {
  width: 85%;
  margin: 0 auto;
  background: #030303;
  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%;
}

/*===== 共通 ======*/
#shin-omusubi2_2508 .video-area .ttl_h3 {
  font-size: clamp(1.05rem, 2.1vw, 1.3rem);
}

#shin-omusubi2_2508 .video-area .ttl_h2,
#shin-omusubi2_2508 .othcpn .ttl_h2,
#shin-omusubi2_2508 .other .ttl_h2 {
  margin: 1rem auto 4rem;
  width: 20%;
  border: double 7px #030303;
  padding: 1rem;
  background: #fefefe;
  will-change: transform;
}

/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width: 737px) {
  #shin-omusubi2_2508 .pc-none {
    display: none;
  }
  #shin-omusubi2_2508 {
    margin: 0 calc(50% - 50vw);
    width: calc(100vw - 0.7%);
    padding: 0;
    position: relative;
    color: #313131;
    box-sizing: border-box;
    overflow: hidden;
  }
  #shin-omusubi2_2508 img {
    max-width: 100%;
    display: block;
    height: auto;
  }
  /*  div#contents {
    background: #000;
    width: 100%;
    min-height: 100vh;
    background-attachment: fixed;
    background-size: 5%, 10%;
    background-position: center center;
  }*/
  /*===== main-area ======*/
  #shin-omusubi2_2508 main {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    padding: 0;
  }
  #shin-omusubi2_2508 .imgbox {
    position: relative;
  }
  #shin-omusubi2_2508 .imgbox .kv {
    width: min(100%, 1200px);
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  #shin-omusubi2_2508 section {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    position: relative;
  }
  #shin-omusubi2_2508 .text-area {
    padding: 2rem 0;
    position: relative;
    background: #030303;
    color: #fefefe;
    z-index: 2;
    font-family: 'Zen Old Mincho', serif;
  }
  #shin-omusubi2_2508 .lead-area {
    width: min(100%, 1100px);
    padding: 0 1rem;
    margin: 0 auto;
  }
  #shin-omusubi2_2508 .item-area .ttl_h2 {
    margin: 1rem auto 4rem;
    width: 20%;
    border: double 7px #030303;
    padding: 1rem;
    will-change: transform;
  }
  #shin-omusubi2_2508 .item02 .ttl_h2 {
    border: double 7px #fff;
  }

  /*===== item-area ======*/
  #shin-omusubi2_2508 .item-area {
    width: 100%;
  }
  #shin-omusubi2_2508 .item01 {
    background: url(../images/bg01.webp) repeat;
    background-position: center;
    background-size: 5%;
    padding: 8rem 0 7rem;
    transform: skewY(2deg) translateY(-6rem);
  }
  #shin-omusubi2_2508 .item02 {
    background: url(../images/bg02.webp) repeat;
    background-position: center;
    background-size: 5%;
    border-top: 2rem solid #030303;
    padding: 3rem 0 14rem;
    transform: skewY(2deg) translateY(-6rem);
  }
  #shin-omusubi2_2508 .item01 .inner,
  #shin-omusubi2_2508 .item02 .inner,
  #shin-omusubi2_2508 .othcpn .inner {
    width: min(100%, 1200px);
    margin: 0 auto;
    transform: skewY(-2deg);
  }
  #shin-omusubi2_2508 .item-area ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    width: 95%;
    margin: 0 auto 2rem;
  }
  #shin-omusubi2_2508 .item-area ul li {
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
  }
  #shin-omusubi2_2508 .item-area .c-txt {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex-grow: 1;
    background: #fefefe;
    padding: 2rem;
    position: relative;
  }
  #shin-omusubi2_2508 .item-area .c-txt::after {
    content: '';
    width: 4em;
    height: 4em;
    background: #fefefe;
    position: absolute;
    top: -58px;
    left: 0;
    right: 0;
    margin: auto;
    clip-path: polygon(50% 50%, 0% 100%, 100% 100%);
  }
  #shin-omusubi2_2508 .item-area .c-pic-item {
    perspective: 420px;
  }
  #shin-omusubi2_2508 .item-area .c-pic {
    position: relative;
  }
  #shin-omusubi2_2508 .item-area .circle {
    position: absolute;
    top: 300px;
    left: 0;
    right: 0;
    bottom: -88px;
    width: 65%;
    transform: rotateX(106deg);
    background-color: rgb(81, 20, 6, 0.3);
    margin: auto;
    border-radius: 50%;
    z-index: -2;
    transform-style: preserve-3d;
  }
  #shin-omusubi2_2508 .item-area .coment {
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    width: 95%;
    margin: 0 auto;
    outline: 1px solid #fff;
    outline-offset: -11px;
  }
  #shin-omusubi2_2508 .item-area .coment dl {
    background: #030303;
    padding: 2rem 2rem 2rem 10rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  #shin-omusubi2_2508 .item-area .coment dt {
    border-bottom: 1px solid #fff;
    padding: 0 0 0.3rem;
    font-weight: 600;
  }
  #shin-omusubi2_2508 .item-area .coment .onigiri-set {
    position: absolute;
    left: 2.8%;
  }

  /*===== othcpn-area ======*/
  #shin-omusubi2_2508 .video-area .onigiri,
  #shin-omusubi2_2508 .othcpn .onigiri {
    width: 50px;
    height: 40px;
    background: #f5f5f5;
    clip-path: url(#onigiri-shape);
    position: relative;
  }

  #shin-omusubi2_2508 .video-area .onigiri .nori,
  #shin-omusubi2_2508 .othcpn .onigiri .nori {
    width: 20px;
    height: 28px;
    background: #030303;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 4px 4px;
  }

  #shin-omusubi2_2508 .othcpn {
    width: 100%;
    margin: -6rem auto;
    padding: 5rem 0 7rem;
    transform: skewY(2deg) translateY(-6rem);
    background: #030303;
  }
  #shin-omusubi2_2508 .othcpn .bg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: absolute;
    top: 0;
    left: 0;
    margin: 2rem auto 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #shin-omusubi2_2508 .othcpn .bg span:first-child {
    background: url(../images/bg01.webp) repeat;
    background-position: center;
    background-size: 8%;
  }
  #shin-omusubi2_2508 .othcpn .bg span:last-child {
    background: url(../images/bg02.webp) repeat;
    background-position: center;
    background-size: 8%;
  }

  #shin-omusubi2_2508 .othcpn .inner,
  #shin-omusubi2_2508 .other .inner {
    width: min(92%, 1200px);
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 1rem;
  }
  #shin-omusubi2_2508 .othcpn .ct-area ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  #shin-omusubi2_2508 .othcpn .ct-area ul li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    gap: 1.5rem;
    background: #fff;
    padding: 1.5rem;
  }
  #shin-omusubi2_2508 .othcpn .text {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
  }
  #shin-omusubi2_2508 .othcpn .text .sm li {
    font-size: 0.8rem;
  }
  #shin-omusubi2_2508 .othcpn .ct-area .text dl {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
  }
  #shin-omusubi2_2508 .othcpn .ct-area .text dl div {
    display: grid;
    grid-template-columns: 0.9fr 5.5fr;
  }

  /*=====  video-area  ======*/
  #shin-omusubi2_2508 .video-area {
    width: 100%;
    background: #fefefe;
    padding: 3rem 0 11rem;
    border-top: 2rem solid #030303;
    transform: skewY(-2deg) translateY(-6rem);
    margin: -8rem 0 0;
  }

  #shin-omusubi2_2508 .video-area .inner {
    width: min(92%, 1200px);
    margin: 0 auto;
    transform: skewY(2deg);
  }
  #shin-omusubi2_2508 .video-area .video {
    background: #d4d4d4;
    width: 80%;
    height: 550px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 15px solid #030303;
    font-size: 2rem;
    font-weight: 600;
    box-sizing: border-box;
  }

  /*===== other-area ======*/

  #shin-omusubi2_2508 .other {
    width: 100%;
    background: #fefefe;
    padding: 3rem 0 2rem;
    border-top: 2rem solid #030303;
    transform: skewY(-2deg);
    margin: -8rem 0 0;
  }
  #shin-omusubi2_2508 .other .inner {
    width: min(92%, 1200px);
    margin: 0 auto;
    transform: skewY(2deg);
  }
  #shin-omusubi2_2508 .other-area ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
  #shin-omusubi2_2508 .other-area .ttl_h3 {
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #030303;
    margin: 0 0 1rem;
  }
  #shin-omusubi2_2508 .other-area li:last-child .ttl_h3 {
    border-bottom: 1px solid #fff;
  }
  #shin-omusubi2_2508 .other-area .text dd {
    text-align: left;
  }
  #shin-omusubi2_2508 .other-area li:first-child {
    background: url(../images/bg01.webp) repeat;
    background-position: center;
    background-size: 8%;
    padding: 2rem;
    outline: 1px solid #030303;
    outline-offset: -11px;
  }
  #shin-omusubi2_2508 .other-area li:last-child {
    background: url(../images/bg02.webp) repeat;
    background-position: center;
    background-size: 8%;
    padding: 2rem;
    outline: 1px solid #fff;
    outline-offset: -11px;
    color: #fff;
  }
}
/*===============================================
●sp.css  画面の横幅が736pxまで
===============================================*/
@media screen and (max-width: 736px) {
  #shin-omusubi2_2508 .sp-none {
    display: none;
  }
  #shin-omusubi2_2508 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    color: #030303;
  }
  #shin-omusubi2_2508 img {
    max-width: 100%;
    display: block;
    height: auto;
  }
  .others {
    padding: 0 0.8rem;
  }

  .onigiri-wrapper {
    gap: 1rem;
  }
  .onigiri {
    width: 60px;
    height: 50px;
  }

  .onigiri .nori {
    width: 25px;
    height: 33px;
  }

  .shadow {
    width: 30px;
    height: 5px;
  }

  .loading-text {
    margin-top: 30px;
    font-size: 1em;
    color: #030303;
    letter-spacing: 2px;
  }

  #shin-omusubi2_2508 .video-area .ttl_h2,
  #shin-omusubi2_2508 .othcpn .ttl_h2,
  #shin-omusubi2_2508 .other .ttl_h2 {
    margin: 0 auto 2rem;
    width: 50%;
    border: double 4.5px #030303;
    padding: 0.5rem 0;
    will-change: transform;
  }

  /*===== main-area ======*/
  #shin-omusubi2_2508 main {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    padding: 0;
  }

  #shin-omusubi2_2508 section {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    position: relative;
  }
  #shin-omusubi2_2508 .imgbox {
    position: relative;
  }
  #shin-omusubi2_2508 .imgbox .kv {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  #shin-omusubi2_2508 section {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    position: relative;
  }
  #shin-omusubi2_2508 .text-area {
    padding: 2rem 0.5rem;
    position: relative;
    background: #030303;
    color: #fefefe;
    box-sizing: border-box;
    z-index: 2;
    font-family: 'Zen Old Mincho', serif;
  }
  #shin-omusubi2_2508 .lead-area .leadT {
    text-align: left;
  }
  #shin-omusubi2_2508 .item-area .ttl_h2 {
    margin: 2rem auto;
    width: 47%;
    border: double 4.5px #030303;
    padding: 0.5rem;
    will-change: transform;
  }
  #shin-omusubi2_2508 .item02 .ttl_h2 {
    border: double 4.5px #fff;
  }

  /*===== item-area ======*/
  #shin-omusubi2_2508 .item-area {
    width: 100%;
  }
  #shin-omusubi2_2508 .item01 {
    background: url(../images/bg01.webp) repeat;
    background-position: center;
    background-size: 15%;
    padding: 6rem 0 4rem;
    transform: skewY(2deg) translateY(-6rem);
  }
  #shin-omusubi2_2508 .item02 {
    background: url(../images/bg02.webp) repeat;
    background-position: center;
    background-size: 15%;
    border-top: 1rem solid #030303;
    padding: 1rem 0 11rem;
    transform: skewY(2deg) translateY(-6rem);
  }
  #shin-omusubi2_2508 .item01 .inner,
  #shin-omusubi2_2508 .item02 .inner,
  #shin-omusubi2_2508 .othcpn .inner {
    width: 100%;
    margin: 0 auto;
    transform: skewY(-2deg);
  }
  #shin-omusubi2_2508 .item-area ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    width: 87%;
    margin: 0 auto 2rem;
  }
  #shin-omusubi2_2508 .item-area ul li {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  #shin-omusubi2_2508 .item-area .c-txt {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex-grow: 1;
    background: #fefefe;
    padding: 1rem;
    position: relative;
    will-change: filter;
  }
  #shin-omusubi2_2508 .item-area .c-txt::after {
    content: '';
    width: 2.5em;
    height: 2.5em;
    background: #fefefe;
    position: absolute;
    top: -33px;
    left: 0;
    right: 0;
    margin: auto;
    clip-path: polygon(50% 50%, 0% 100%, 100% 100%);
  }
  #shin-omusubi2_2508 .item-area .c-pic-item {
    perspective: 600px;
  }
  #shin-omusubi2_2508 .item-area .c-pic {
    position: relative;
  }
  #shin-omusubi2_2508 .item-area .circle {
    position: absolute;
    top: 40vw;
    left: 0;
    right: 0;
    bottom: -22vw;
    width: 70%;
    transform: rotateX(105deg);
    background-color: rgb(81, 20, 6, 0.3);
    margin: auto;
    border-radius: 50%;
    z-index: -2;
    transform-style: preserve-3d;
  }
  #shin-omusubi2_2508 .item-area .coment {
    position: relative;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 87%;
    margin: 0 auto;
    outline: 1px solid #fff;
    outline-offset: -11px;
  }
  #shin-omusubi2_2508 .item-area .coment dl {
    background: #030303;
    padding: 4.5rem 1.2rem 1.2rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  #shin-omusubi2_2508 .item-area .coment dt {
    border-bottom: 1px solid #fff;
    padding: 0.5rem 0 0.3rem;
    text-align: center;
    font-weight: 600;
  }
  #shin-omusubi2_2508 .item-area .coment .onigiri-set {
    position: absolute;
    top: 5%;
  }

  /*===== othcpn-area ======*/

  #shin-omusubi2_2508 .video-area .onigiri,
  #shin-omusubi2_2508 .othcpn .onigiri {
    width: 27px;
    height: 21px;
    background: #f5f5f5;
    clip-path: url(#onigiri-shape);
    position: relative;
  }

  #shin-omusubi2_2508 .video-area .onigiri .nori,
  #shin-omusubi2_2508 .othcpn .onigiri .nori {
    width: 12px;
    height: 19px;
    background: #030303;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 4px 4px;
  }

  #shin-omusubi2_2508 .othcpn {
    width: 100%;
    margin: -6rem auto;
    padding: 4rem 0 5rem;
    transform: skewY(2deg) translateY(-6rem);
    background: #030303;
  }
  #shin-omusubi2_2508 .othcpn .bg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: absolute;
    top: 0;
    left: 0;
    margin: 1rem auto 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #shin-omusubi2_2508 .othcpn .bg span:first-child {
    background: url(../images/bg01.webp) repeat;
    background-position: center;
    background-size: 25%;
  }
  #shin-omusubi2_2508 .othcpn .bg span:last-child {
    background: url(../images/bg02.webp) repeat;
    background-position: center;
    background-size: 25%;
  }

  #shin-omusubi2_2508 .othcpn .inner {
    width: 92%;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 1rem;
  }
  #shin-omusubi2_2508 .othcpn .ct-area ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  #shin-omusubi2_2508 .othcpn .ct-area ul li {
    display: grid;
    grid-template-columns: 1fr;
    text-align: left;
    gap: 1rem;
    background: #fff;
    padding: 0.8rem;
  }
  #shin-omusubi2_2508 .othcpn .text {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
  }
  #shin-omusubi2_2508 .othcpn .text .sm li {
    font-size: 0.8rem;
  }
  #shin-omusubi2_2508 .othcpn .ct-area .text dl div {
    display: grid;
    grid-template-columns: 0.9fr 3.1fr;
  }

  /*=====  video-area  ======*/
  #shin-omusubi2_2508 .video-area {
    width: 100%;
    background: #fefefe;
    background-position: center;
    background-size: 5%;
    padding: 3rem 0 9rem;
    border-top: 1rem solid #030303;
    transform: skewY(-2deg) translateY(-6rem);
    margin: -8rem 0 0;
  }

  #shin-omusubi2_2508 .video-area .inner {
    width: 92%;
    margin: 0 auto;
    transform: skewY(2deg);
  }
  #shin-omusubi2_2508 .video-area .video {
    background: #d4d4d4;
    width: 100%;
    height: 190px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 10px solid #030303;
    font-size: 1.2rem;
    font-weight: 600;
    box-sizing: border-box;
  }
  /*===== other-area ======*/

  #shin-omusubi2_2508 .other {
    width: 100%;
    background: #fefefe;
    padding: 3rem 0 1rem;
    border-top: 1rem solid #030303;
    transform: skewY(-2deg);
    margin: -8rem 0 0;
  }
  #shin-omusubi2_2508 .other .inner {
    width: 92%;
    margin: 0 auto;
    transform: skewY(2deg);
  }
  #shin-omusubi2_2508 .other-area ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  #shin-omusubi2_2508 .other-area .ttl_h3 {
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #030303;
    margin: 0.5rem 0 1rem;
  }
  #shin-omusubi2_2508 .other-area li:last-child .ttl_h3 {
    border-bottom: 1px solid #fff;
  }
  #shin-omusubi2_2508 .other-area .text dd {
    text-align: left;
  }
  #shin-omusubi2_2508 .other-area li:first-child {
    background: url(../images/bg01.webp) repeat;
    background-position: center;
    background-size: 15%;
    padding: 1rem;
    outline: 1px solid #030303;
    outline-offset: -11px;
  }
  #shin-omusubi2_2508 .other-area li:last-child {
    background: url(../images/bg02.webp) repeat;
    background-position: center;
    background-size: 15%;
    padding: 1rem;
    outline: 1px solid #fff;
    outline-offset: -11px;
    color: #fff;
  }
}
/*===============================================
●tablet.css  画面の横幅が737px～
===============================================*/
@media screen and (min-width: 737px) and (max-width: 767px) {
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #shin-omusubi2_2508 .item-area ul {
    gap: 2rem;
    width: 90%;
    margin: 0 auto 2rem;
  }
  #shin-omusubi2_2508 .item-area .c-txt {
    padding: 1.5rem;
  }
  #shin-omusubi2_2508 .item-area .coment {
    width: 90%;
  }
  #shin-omusubi2_2508 .item-area .circle {
    top: 130px;
    bottom: -138px;
    transform: rotateX(105deg);
  }
  #shin-omusubi2_2508 .item01 {
    padding: 8rem 0 4rem;
  }
  #shin-omusubi2_2508 .item02 {
    padding: 3rem 0 12rem;
  }
  #shin-omusubi2_2508 .item-area .ttl_h2 {
    margin: 1rem auto 3rem;
  }
  #shin-omusubi2_2508 .video-area .ttl_h2,
  #shin-omusubi2_2508 .othcpn .ttl_h2 {
    margin: 1rem auto 2rem;
  }
  #shin-omusubi2_2508 .video-area .video {
    width: 90%;
    height: 440px;
  }
  #shin-omusubi2_2508 .othcpn .ct-area .text dl div {
    grid-template-columns: 1.5fr 5fr;
  }
  #shin-omusubi2_2508 .item-area .coment dl {
    padding: 2rem 2rem 2rem 8.5rem;
  }
  #shin-omusubi2_2508 .other-area ul {
    gap: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  #shin-omusubi2_2508 .item-area ul {
    gap: 2rem;
    width: 94%;
  }
  #shin-omusubi2_2508 .item-area .c-txt {
    padding: 1.5rem;
  }
  #shin-omusubi2_2508 .item-area .circle {
    top: 250px;
  }
  #shin-omusubi2_2508 .item-area .coment {
    width: 94%;
  }
  #shin-omusubi2_2508 .item-area .ttl_h2 {
    margin: 1rem auto 3rem;
  }
  #shin-omusubi2_2508 .video-area .ttl_h2,
  #shin-omusubi2_2508 .othcpn .ttl_h2 {
    margin: 1rem auto 2rem;
  }
  #shin-omusubi2_2508 .item01 {
    padding: 8rem 0 5rem;
  }
  #shin-omusubi2_2508 .item02 {
    padding: 3rem 0 12rem;
  }
  #shin-omusubi2_2508 .item-area .coment dl {
    padding: 2rem 2rem 2rem 9rem;
  }
  #shin-omusubi2_2508 .othcpn .ct-area .text dl div {
    grid-template-columns: 1.1fr 5.2fr;
  }
  #shin-omusubi2_2508 .video-area .video {
    height: 490px;
  }
  #shin-omusubi2_2508 .other-area ul {
    gap: 2rem;
  }
}
