@charset "UTF-8";
/* =============================================
共通部分
============================================= */
@import url(https://fonts.googleapis.com/css?family=Nunito:600&display=swap&text=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890);
#contents {
  overflow: visible;
  width: auto;
  padding-top: 0 !important;
}

/* =============================================
main
============================================= */
.ochugen .main * {
  line-height: 1.15;
  font-family: "游ゴシック体", YuGothic, yu-gothic-pr6n, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
}
.ochugen .main *,
.ochugen .main *::before,
.ochugen .main *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ochugen .main a {
  text-decoration: none;
}
.ochugen .main ul,
.ochugen .main ol {
  padding-left: 0;
  list-style-type: none;
}
.ochugen .main dd {
  margin-left: 0;
}
.ochugen .main p {
  line-height: 1.75;
}
.ochugen .main .fm-mincho {
  font-family: "Noto Serif JP", serif;
}
.ochugen .main .fa-solid,
.ochugen .main .fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.ochugen .main .image {
  display: block;
  width: 100%;
}
.ochugen .main .fc-pink {
  color: #d16255;
}
.ochugen .main .fc-key-color {
  color: #185daa;
}
.ochugen .main .tc {
  text-align: center;
}
.ochugen .main .hidden {
  display: none !important;
}
.ochugen .main .relative {
  position: relative !important;
}
.ochugen .main .cmn-hd-box02-in {
  line-height: 125%;
}
.ochugen .main small {
  font-size: 50%;
}
.ochugen .main .bold {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .ochugen .main .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .ochugen .main .sp-none {
    display: none !important;
  }
}
.ochugen .main .container {
  max-width: 1040px;
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .ochugen .main .container {
    padding-inline: 4%;
  }
  .ochugen .main .container--spfull {
    padding-inline: 0;
  }
}
.ochugen .main .inner {
  max-width: 1200px;
  width: calc(100% - 80px);
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ochugen .main .inner {
    width: 92%;
  }
}
.ochugen .main .bg-img {
  background-image: url(../img/bg-img.png); /* 青 */
  background-repeat: repeat;
  padding-top: 95px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .ochugen .main .bg-img {
    padding-top: calc(100 * 100vw / 750);
    padding-bottom: calc(150 * 100vw / 750);
  }
}
.ochugen .main .bg-lead {
  background-image: url(../img/lead-bg.png);
  background-position: center bottom;
  background-size: auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .ochugen .main .bg-lead {
    background-image: url(../img/lead-bg_sp.png);
    background-size: contain;
  }
}
.ochugen .main .bg-manner {
  background-image: url(../img/manner-bg.png);
  background-position: center top;
  background-size: auto;
}
@media screen and (max-width: 767px) {
  .ochugen .main .bg-manner {
    background-image: url(../img/manner-bg_sp.png);
    background-size: contain;
  }
}
.ochugen .main .subttl {
  font-size: 18px;
  color: #9b9b9b;
}
@media screen and (max-width: 767px) {
  .ochugen .main .subttl {
    font-size: calc(32 * 100vw / 750);
  }
}
.ochugen .main .subttl-note {
  font-size: 15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ochugen .main .subttl-note {
    font-size: calc(26 * 100vw / 750);
    margin-bottom: calc(30 * 100vw / 750);
  }
}
.ochugen .main h3 {
  font-size: 32px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .ochugen .main h3 {
    font-size: calc(60 * 100vw / 750);
  }
}
.ochugen .main h3:after {
  content: "";
  display: block;
  width: 146px;
  height: 28px;
  background-image: url(../img/ribbon-blue.png); /* 青 */
  background-size: cover;
  margin: 18px auto 12px;
}
@media screen and (max-width: 767px) {
  .ochugen .main h3:after {
    width: calc(219 * 100vw / 750);
    height: calc(41 * 100vw / 750);
    margin: calc(20 * 100vw / 750) auto calc(14 * 100vw / 750);
  }
}
.ochugen .main .itemlist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .ochugen .main .itemlist {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: calc(100 * 100vw / 750) 0;
  }
}
.ochugen .main .itemlist .rank-extra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 6px;
  gap: 0 4px;
}
@media screen and (max-width: 767px) {
  .ochugen .main .itemlist .rank-extra {
    gap: 0;
    margin-bottom: calc(12 * 100vw / 750);
  }
}
.ochugen .main .itemlist .rank-extra img {
  margin-top: 10px;
  width: 60px;
}
@media screen and (max-width: 767px) {
  .ochugen .main .itemlist .rank-extra img {
    margin-top: 0;
    width: calc(140 * 100vw / 750);
  }
}
.ochugen .main .itemlist .rank-extra p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 600;
  color: #185daa !important;
}
@media screen and (max-width: 767px) {
  .ochugen .main .itemlist .rank-extra p {
    font-size: calc(34 * 100vw / 750);
  }
}
.ochugen .main .itemlist dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 6;
  grid-row: span 6;
  gap: 0;
}
.ochugen .main .itemlist dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  gap: 0 14px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .ochugen .main .itemlist dt {
    gap: 0 calc(35 * 100vw / 750);
  }
}
.ochugen .main .itemlist dt img {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .ochugen .main .itemlist dt img {
    margin-top: 0;
    width: calc(80 * 100vw / 750);
  }
}
.ochugen .main .itemlist dt p {
  font-size: 24px;
  line-height: 1.7;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .ochugen .main .itemlist dt p {
    font-size: calc(34 * 100vw / 750);
  }
}
.ochugen .main .itemlist dt:after {
  position: absolute;
  bottom: -10px;
  content: "";
  display: block;
  background: #9b9b9b;
  height: 1px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .ochugen .main .itemlist dt:after {
    bottom: calc(-22 * 100vw / 750);
  }
}
.ochugen .main .itemlist .itemlist-img {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .ochugen .main .itemlist .itemlist-img {
    margin-top: calc(50 * 100vw / 750);
  }
}
.ochugen .main .itemlist .itemlist-detail {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .ochugen .main .itemlist .itemlist-detail {
    margin-top: calc(32 * 100vw / 750);
  }
}
.ochugen .main .itemlist .itemlist-detail p {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .ochugen .main .itemlist .itemlist-detail p {
    font-size: calc(26 * 100vw / 750);
  }
}
.ochugen .main .itemlist .itemlist-pricebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .ochugen .main .itemlist .itemlist-pricebox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: calc(40 * 100vw / 750);
    gap: calc(20 * 100vw / 750);
  }
}
.ochugen .main .itemlist .itemlist-pricebox .itemlist-pricelabel {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ochugen .main .itemlist .itemlist-pricebox .itemlist-pricelabel {
    font-size: calc(28 * 100vw / 750);
  }
}
.ochugen .main .itemlist .itemlist-pricebox .itemlist-price {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .ochugen .main .itemlist .itemlist-pricebox .itemlist-price {
    font-size: calc(24 * 100vw / 750);
  }
}
.ochugen .main .itemlist .itemlist-pricebox .itemlist-price span {
  font-size: 36px;
  color: #185daa;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ochugen .main .itemlist .itemlist-pricebox .itemlist-price span {
    font-size: calc(60 * 100vw / 750);
  }
}
.ochugen .main .itemlist .item-list-fakebtn a {
  font-size: 18px;
  padding: 25px 0;
  margin-top: 20px;
  background-color: #185daa;
  border-color: #185daa;
}
@media screen and (max-width: 767px) {
  .ochugen .main .itemlist .item-list-fakebtn a {
    font-size: calc(28 * 100vw / 750);
    padding: calc(40 * 100vw / 750) 0;
    margin-top: calc(20 * 100vw / 750);
    border-radius: 5px;
  }
}
.ochugen .main .itemlist .item-list-fakebtn a:hover {
  color: #185daa;
  background-color: #fff;
}
.ochugen .main .itemlist .item-list-fakebtn--cartin a:hover::before {
  background-image: url(../img/icon_cart_blue.png);
}
@media screen and (max-width: 767px) {
  .ochugen .main .itemlist .item-list-fakebtn--cartin a::before {
    right: calc(20 * 100vw / 750);
    width: calc(35 * 100vw / 750);
    height: calc(30 * 100vw / 750);
  }
}
.ochugen .main .itemlist .more-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #185daa;
  font-size: 15px;
  margin-top: 15px;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .ochugen .main .itemlist .more-info {
    font-size: calc(30 * 100vw / 750);
    margin-top: calc(30 * 100vw / 750);
  }
}
.ochugen .main .itemlist .more-info::after {
  content: "";
  display: inline-block;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  aspect-ratio: 14/10;
  background-image: url(../img/arr-01.png);
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: 6px;
}
@media screen and (max-width: 767px) {
  .ochugen .main .itemlist .more-info::after {
    width: calc(10 * 100vw / 750);
    aspect-ratio: 14/10;
    margin-left: calc(10 * 100vw / 750);
  }
}
.ochugen .main .itemlist .more-info:hover {
  opacity: 0.7;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .ochugen .main #bread-crumb {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .ochugen .main #contents.item-list-page #itemList .column-set .column4 h2 {
    min-height: 68.25px !important;
  }
}
@media screen and (max-width: 767px) {
  .ochugen .main .cmn-cart-btn__notice {
    margin-left: auto;
    margin-right: auto;
  }
}

/* =============================================
FV
============================================= */
.ochugen .mv-container p {
  font-size: 34px !important;
  font-weight: 600;
  letter-spacing: 0.1em;
  height: 130px;
  background-color: #f6f5f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .ochugen .mv-container p {
    font-size: 22px !important;
    height: 75px;
    border-top: 1px solid #9b9b9b !important;
  }
}
.ochugen .lead {
  padding: 85px 0 76px;
}
@media screen and (max-width: 767px) {
  .ochugen .lead {
    padding: calc(80 * 100vw / 750) 0;
  }
}
.ochugen .lead h2 {
  font-size: 32px;
  line-height: 1.7;
  font-weight: 600;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .ochugen .lead h2 {
    font-size: calc(40 * 100vw / 750);
    margin-bottom: calc(30 * 100vw / 750);
  }
}
@media screen and (max-width: 767px) {
  .ochugen .lead h3 {
    font-size: calc(32 * 100vw / 750);
  }
}
.ochugen .lead p {
  font-size: 18px;
  line-height: 3.2;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .ochugen .lead p {
    font-size: calc(30 * 100vw / 750);
    line-height: 2;
  }
}
.ochugen .anchor {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .ochugen .anchor {
    -ms-grid-columns: 1fr calc(30 * 100vw / 750) 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    gap: calc(30 * 100vw / 750);
    margin-top: calc(80 * 100vw / 750);
  }
}
.ochugen .anchor a {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #185daa;
  border-radius: 8px;
  padding: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .ochugen .anchor a {
    height: 100%;
    font-size: calc(28 * 100vw / 750);
    border-radius: calc(8 * 100vw / 750);
    padding: calc(20 * 100vw / 750);
  }
}
.ochugen .anchor a:hover {
  -webkit-box-shadow: 0 0 18px 0 rgba(24, 92, 170, 0.4);
          box-shadow: 0 0 18px 0 rgba(24, 92, 170, 0.4);
  /* outline: #185daa 4.00_x0000px solid; */
}
.ochugen .anchor a::before, .ochugen .anchor a::after {
  content: "";
  display: inline-block;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
}
.ochugen .anchor a::before {
  width: 35px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .ochugen .anchor a::before {
    width: calc(35 * 100vw / 750);
    aspect-ratio: 1/1;
  }
}
.ochugen .anchor a::after {
  width: 14px;
  aspect-ratio: 14/10;
  background-image: url(../img/anc-arr-01.png);
}
@media screen and (max-width: 767px) {
  .ochugen .anchor a::after {
    width: calc(14 * 100vw / 750);
    aspect-ratio: 14/10;
  }
}
.ochugen .anchor .icon01 a::before {
  background-image: url(../img/anc-icon-01.png);
}
.ochugen .anchor .icon02 a::before {
  background-image: url(../img/anc-icon-02.png);
}
.ochugen .anchor .icon03 a::before {
  background-image: url(../img/anc-icon-03.png);
}
.ochugen .anchor .icon04 a::before {
  background-image: url(../img/anc-icon-04.png);
}
.ochugen .anchor .icon05 a::before {
  background-image: url(../img/anc-icon-05.png);
}
.ochugen .anchor .icon06 a::before {
  background-image: url(../img/anc-icon-06.png);
}
.ochugen .anchor-sub {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 30px;
  width: 70%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .ochugen .anchor-sub {
    width: 100%;
    gap: calc(30 * 100vw / 750);
    margin-top: calc(80 * 100vw / 750);
    margin-bottom: calc(80 * 100vw / 750);
  }
}
.ochugen .anchor-sub a {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #185daa;
  border-radius: 8px;
  padding: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ochugen .anchor-sub a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(20 * 100vw / 750);
    padding: calc(40 * 100vw / 750) calc(10 * 100vw / 750) calc(20 * 100vw / 750);
    font-size: calc(28 * 100vw / 750);
    border-radius: calc(8 * 100vw / 750);
  }
}
.ochugen .anchor-sub a:hover {
  -webkit-box-shadow: 0 0 18px 0 rgba(24, 92, 170, 0.4);
          box-shadow: 0 0 18px 0 rgba(24, 92, 170, 0.4);
  /* outline: #185daa 4.00_x0000px solid; */
}
.ochugen .anchor-sub a::before, .ochugen .anchor-sub a::after {
  content: "";
  display: inline-block;
  height: auto;
}
.ochugen .anchor-sub a::after {
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  aspect-ratio: 14/10;
  background-image: url(../img/anc-arr-01.png);
}
@media screen and (max-width: 767px) {
  .ochugen .anchor-sub a::after {
    width: calc(14 * 100vw / 750);
    aspect-ratio: 14/10;
  }
}

.ochugen .ochugen-ranking .gentei {
  margin: auto;
  max-width: 92%;
  width: 850px;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-ranking .gentei {
    max-width: 100%;
    margin-top: calc(60 * 100vw / 750);
    margin-bottom: calc(60 * 100vw / 750);
  }
}
.ochugen .ochugen-ranking .gentei-inner {
  overflow: hidden;
  border: 1px solid #185daa;
  border-radius: 20px;
  background-color: #fff;
}
.ochugen .ochugen-ranking .gentei-inner h4 {
  background-color: #185daa;
  color: #fff799;
  text-align: center;
  font-size: 24px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-ranking .gentei-inner h4 {
    font-size: calc(38 * 100vw / 750);
    font-weight: normal;
  }
}
.ochugen .ochugen-ranking .gentei-inner h5 {
  color: #185daa;
  text-align: center;
  font-size: 23px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-ranking .gentei-inner h5 {
    font-size: calc(32 * 100vw / 750);
    padding-top: calc(20 * 100vw / 750);
    padding-bottom: calc(20 * 100vw / 750);
  }
}
.ochugen .ochugen-ranking .gentei-inner dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  padding-inline: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-ranking .gentei-inner dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: calc(30 * 100vw / 750);
    padding-inline: calc(40 * 100vw / 750);
    padding-bottom: calc(40 * 100vw / 750);
  }
}
.ochugen .ochugen-ranking .gentei-inner dl .itemlist-img {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-ranking .gentei-inner dl .itemlist-img {
    margin-top: calc(50 * 100vw / 750);
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
}
.ochugen .ochugen-ranking .gentei-inner dl .itemlist-detail {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-ranking .gentei-inner dl .itemlist-detail {
    margin-top: calc(32 * 100vw / 750);
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.ochugen .ochugen-ranking .gentei-inner dl .itemlist-detail p {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-ranking .gentei-inner dl .itemlist-detail p {
    font-size: calc(26 * 100vw / 750);
  }
}
.ochugen .ochugen-ranking .gentei-inner dl .itemlist-pricebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-ranking .gentei-inner dl .itemlist-pricebox {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: calc(40 * 100vw / 750);
    gap: calc(20 * 100vw / 750);
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.ochugen .ochugen-ranking .gentei-inner dl .itemlist-pricebox .itemlist-pricelabel {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-ranking .gentei-inner dl .itemlist-pricebox .itemlist-pricelabel {
    font-size: calc(28 * 100vw / 750);
  }
}
.ochugen .ochugen-ranking .gentei-inner dl .itemlist-pricebox .itemlist-price {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-ranking .gentei-inner dl .itemlist-pricebox .itemlist-price {
    font-size: calc(24 * 100vw / 750);
  }
}
.ochugen .ochugen-ranking .gentei-inner dl .itemlist-pricebox .itemlist-price span {
  font-size: 36px;
  color: #185daa;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-ranking .gentei-inner dl .itemlist-pricebox .itemlist-price span {
    font-size: calc(60 * 100vw / 750);
  }
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-ranking .gentei-inner dl .itemlist-b {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
.ochugen .ochugen-ranking .gentei-inner dl .item-list-fakebtn a {
  font-size: 18px;
  padding: 25px 0;
  margin-top: 20px;
  background-color: #185daa;
  border-color: #185daa;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-ranking .gentei-inner dl .item-list-fakebtn a {
    font-size: 3.7333333333vw;
    padding: 5.3333333333vw 0;
    margin-top: 2.6666666667vw;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-ranking .gentei-inner dl .item-list-fakebtn a::before {
    right: 2.6666666667vw;
    width: 4.6666666667vw;
    height: 4vw;
  }
}
.ochugen .ochugen-ranking .gentei-inner dl .item-list-fakebtn a:hover {
  color: #185daa;
  background-color: #fff;
}
.ochugen .ochugen-ranking .gentei-inner dl .item-list-fakebtn a:hover::before {
  background-image: url(../img/icon_cart_blue.png);
}
.ochugen .ochugen-ranking .gentei-inner dl .more-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #185daa;
  font-size: 15px;
  margin-top: 15px;
  text-decoration: underline;
}
.ochugen .ochugen-ranking .gentei-inner dl .more-info::after {
  content: "";
  display: inline-block;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  width: 10px;
  aspect-ratio: 14/10;
  background-image: url(../img/arr-01.png);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 6px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-ranking .gentei-col {
    display: contents;
  }
}
.ochugen .ochugen-ranking .gentei-col dt {
  position: relative;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-ranking .gentei-col dt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.ochugen .ochugen-ranking .gentei-col dt::after {
  position: absolute;
  bottom: -10px;
  content: "";
  display: block;
  background: #9b9b9b;
  height: 1px;
  width: 100%;
}
.ochugen .ochugen-ranking .gentei-col dt p {
  font-size: 24px;
  line-height: 1.7;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-ranking .gentei-col dt p {
    font-size: calc(42 * 100vw / 750);
  }
}

/* =============================================
理由
============================================= */
.ochugen .ochugen-reason {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-reason {
    padding-top: calc(60 * 100vw / 750);
  }
}
.ochugen .ochugen-reason-wrap {
  background-image: url(../img/reason-bg.png);
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-reason-wrap {
    background-image: url(../img/reason-bg_sp.png);
  }
}
.ochugen .ochugen-reason-image {
  margin-inline: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-reason-image {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    margin-bottom: calc(120 * 100vw / 750);
  }
}
.ochugen .ochugen-reason h4 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-reason h4 {
    font-size: calc(60 * 100vw / 750);
    margin-bottom: calc(120 * 100vw / 750);
  }
}
.ochugen .ochugen-reason .reason-list {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-reason .reason-list {
    gap: calc(140 * 100vw / 750) 0;
    margin-bottom: calc(80 * 100vw / 750);
  }
}
.ochugen .ochugen-reason .reason-list li {
  background-image: url(../img/bg-img.png); /* 青 */
  background-repeat: repeat;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 40px 30px 40px;
  gap: 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-reason .reason-list li {
    padding: calc(80 * 100vw / 750) calc(40 * 100vw / 750) calc(60 * 100vw / 750);
  }
}
.ochugen .ochugen-reason .reason-list li:nth-of-type(1) .reason-img {
  width: 97px;
  right: 30px;
  top: -16px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-reason .reason-list li:nth-of-type(1) .reason-img {
    width: calc(161 * 100vw / 750);
    right: calc(60 * 100vw / 750);
    top: calc(-40 * 100vw / 750);
  }
}
.ochugen .ochugen-reason .reason-list li:nth-of-type(2) .reason-img {
  width: 122px;
  right: 30px;
  top: -12px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-reason .reason-list li:nth-of-type(2) .reason-img {
    width: calc(228 * 100vw / 750);
    right: calc(20 * 100vw / 750);
    top: calc(-40 * 100vw / 750);
  }
}
.ochugen .ochugen-reason .reason-list li:nth-of-type(3) .reason-img {
  width: 159px;
  right: 30px;
  top: -16px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-reason .reason-list li:nth-of-type(3) .reason-img {
    width: calc(216 * 100vw / 750);
    right: calc(20 * 100vw / 750);
    top: calc(-30 * 100vw / 750);
  }
}
.ochugen .ochugen-reason .reason-list .reason-icn {
  width: 90px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-reason .reason-list .reason-icn {
    width: calc(145 * 100vw / 750);
    position: absolute;
    top: calc(-80 * 100vw / 750);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.ochugen .ochugen-reason .reason-list .reason-ttl {
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-reason .reason-list .reason-ttl {
    font-size: calc(42 * 100vw / 750);
    margin-bottom: calc(20 * 100vw / 750);
    text-align: center;
  }
}
.ochugen .ochugen-reason .reason-list .reason-txt {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-reason .reason-list .reason-txt {
    font-size: calc(30 * 100vw / 750);
  }
}
.ochugen .ochugen-reason .reason-list .reason-img {
  position: absolute;
  right: 0;
  top: 0;
}
.ochugen .ochugen-recipe .wrap {
  padding: 60px;
  border: 1px solid #185daa;
  border-radius: 20px;
  margin-bottom: 100px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-recipe .wrap {
    padding: calc(80 * 100vw / 750) calc(40 * 100vw / 750);
    margin-bottom: calc(100 * 100vw / 750);
  }
}
.ochugen .ochugen-recipe .wrap.dot {
  border-style: dashed;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-recipe .wrap.dot h4 {
    text-align: left;
    font-size: calc(50 * 100vw / 750);
  }
}
.ochugen .ochugen-recipe h3 {
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
  width: 18em;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-recipe h3 {
    width: auto;
    font-size: calc(42 * 100vw / 750);
    padding-left: calc(20 * 100vw / 750);
    padding-right: calc(20 * 100vw / 750);
    margin-bottom: calc(20 * 100vw / 750);
  }
}
.ochugen .ochugen-recipe h3::before, .ochugen .ochugen-recipe h3::after {
  content: "";
  height: 1em;
  width: 3px;
  display: inline;
  margin: auto;
  background-color: #185daa;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-recipe h3::before, .ochugen .ochugen-recipe h3::after {
    width: 2px;
  }
}
.ochugen .ochugen-recipe h3::before {
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.ochugen .ochugen-recipe h3::after {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.ochugen .ochugen-recipe h4 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-recipe h4 {
    text-align: center;
    font-size: calc(42 * 100vw / 750);
    margin-bottom: calc(30 * 100vw / 750);
  }
}
.ochugen .ochugen-recipe h5 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.8;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-recipe h5 {
    font-size: calc(34 * 100vw / 750);
    margin-bottom: calc(40 * 100vw / 750);
  }
}
.ochugen .ochugen-recipe h5:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 574px;
  height: 19px;
  background-image: url(../img/about-line.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-recipe h5:after {
    width: calc(539 * 100vw / 750);
    height: calc(78 * 100vw / 750);
    background-image: url(../img/about-line_sp.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    bottom: calc(10 * 100vw / 750);
  }
}
.ochugen .ochugen-recipe .recipe-ingredients {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-recipe .recipe-ingredients {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.ochugen .ochugen-recipe .recipe-ingredients .img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-recipe .recipe-ingredients .img {
    padding-bottom: calc(60 * 100vw / 750);
  }
}
.ochugen .ochugen-recipe .recipe-ingredients .list p {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-recipe .recipe-ingredients .list p {
    font-size: calc(38 * 100vw / 750);
  }
}
.ochugen .ochugen-recipe .recipe-ingredients .list ul li {
  border-bottom: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ochugen .ochugen-recipe .recipe-ingredients .list ul li span {
  font-size: 16px;
  line-height: 4em;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-recipe .recipe-ingredients .list ul li span {
    font-size: calc(26 * 100vw / 750);
  }
}
.ochugen .ochugen-recipe .recipe-instructions .ttl {
  font-size: 24px;
  border-bottom: 1px solid #dcdcdc;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-recipe .recipe-instructions .ttl {
    font-size: calc(38 * 100vw / 750);
    border-bottom: none;
  }
}
.ochugen .ochugen-recipe .recipe-instructions .list {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-recipe .recipe-instructions .list {
    margin-top: calc(40 * 100vw / 750);
  }
}
.ochugen .ochugen-recipe .recipe-instructions .list li {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1em 1em 1fr;
  grid-template-columns: 1em 1fr;
  font-size: 18px;
  line-height: 2;
  gap: 1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-recipe .recipe-instructions .list li {
    font-size: calc(26 * 100vw / 750);
    margin-bottom: calc(40 * 100vw / 750);
  }
}
.ochugen .ochugen-recipe .recipe-instructions .list li::before {
  content: attr(data-num);
  display: block;
  font-family: "Noto Serif JP", serif;
  color: #185daa;
  font-size: 36px;
  aspect-ratio: 1/1;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-recipe .recipe-instructions .list li::before {
    font-size: calc(46 * 100vw / 750);
  }
}
.ochugen .ochugen-recipe .text_wrapper {
  position: relative;
  margin-bottom: 40px;
}
.ochugen .ochugen-recipe .text {
  height: 300px;
  overflow: hidden;
  font-size: 15px;
  line-height: 2;
}
.ochugen .ochugen-recipe .show_more {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  padding-top: 60px;
  text-align: center;
  line-height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);
  cursor: pointer;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-recipe .show_more {
    bottom: calc(-4 * 100vw / 750);
    height: calc(60 * 100vw / 750);
    padding-top: calc(120 * 100vw / 750);
    line-height: calc(60 * 100vw / 750);
  }
}
.ochugen .ochugen-recipe .show_more:after {
  content: "\f107";
  margin-left: 1em;
}
.ochugen .ochugen-recipe .active {
  background: none;
  bottom: -30px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-recipe .active {
    bottom: calc(-60 * 100vw / 750);
  }
}
.ochugen .ochugen-recipe .active:after {
  content: "\f106";
}
.ochugen .reason-video {
  margin-inline: auto;
  width: 60%;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .ochugen .reason-video {
    width: 100vw;
    margin-bottom: calc(100 * 100vw / 750);
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
.ochugen .reason-video video {
  width: 100%;
}
.ochugen .reason-about-image {
  margin-top: 30px;
  margin-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ochugen .reason-about-image {
    margin-top: calc(30 * 100vw / 750);
    margin-bottom: calc(120 * 100vw / 750);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .ochugen .reason-about-image picture {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: calc(60 * 100vw / 750);
  }
}
.ochugen .reason-about-image img {
  position: relative;
}
.ochugen .reason-about-image .detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 52%;
  padding-top: 70px;
  padding-inline: 70px;
}
@media screen and (max-width: 767px) {
  .ochugen .reason-about-image .detail {
    display: contents;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .ochugen .reason-about-image .detail {
    padding-top: 5.3846153846vw;
    padding-inline: 5.3846153846vw;
  }
}
.ochugen .reason-about-image .detail.rr {
  left: auto;
  right: 0;
  padding-left: 100px;
  padding-right: 40px;
}
.ochugen .reason-about-image h6 {
  font-size: 28px;
  line-height: 1.7;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .ochugen .reason-about-image h6 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: calc(28 * 100vw / 750);
    font-size: calc(36 * 100vw / 750);
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .ochugen .reason-about-image h6 {
    font-size: 2vw;
    margin-bottom: 2vw;
  }
}
.ochugen .reason-about-image p {
  font-size: 20px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .ochugen .reason-about-image p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: calc(30 * 100vw / 750);
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .ochugen .reason-about-image p {
    font-size: 1.3846153846vw;
  }
}
.ochugen .reason-about-image.pop {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .ochugen .reason-about-image.pop {
    margin-bottom: calc(90 * 100vw / 750);
  }
}

/* =============================================
オカベの麺とは
============================================= */
.ochugen .ochugen-about .wrap {
  padding: 60px;
  border-width: 1px;
  border-color: rgb(219, 77, 62);
  border-style: dashed;
  border-radius: 20px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-about .wrap {
    padding: calc(80 * 100vw / 750) calc(40 * 100vw / 750);
    margin-bottom: calc(100 * 100vw / 750);
  }
}
.ochugen .ochugen-about h4 {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-about h4 {
    font-size: calc(42 * 100vw / 750);
    margin-bottom: calc(30 * 100vw / 750);
  }
}
.ochugen .ochugen-about h5 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.8;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-about h5 {
    font-size: calc(34 * 100vw / 750);
    margin-bottom: calc(40 * 100vw / 750);
  }
}
.ochugen .ochugen-about h5:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 574px;
  height: 19px;
  background-image: url(../img/about-line.png);
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-about h5:after {
    width: calc(539 * 100vw / 750);
    height: calc(78 * 100vw / 750);
    background-image: url(../img/about-line_sp.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    bottom: calc(10 * 100vw / 750);
  }
}
.ochugen .ochugen-about #ochugenMovie {
  width: 60%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-about #ochugenMovie {
    width: 100%;
  }
}
.ochugen .ochugen-about .ochugen-about-txtbox {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-about .ochugen-about-txtbox {
    font-size: calc(30 * 100vw / 750);
  }
}
.ochugen .ochugen-about .text_wrapper {
  position: relative;
  margin-bottom: 40px;
}
.ochugen .ochugen-about .text {
  height: 130px;
  overflow: hidden;
  font-size: 15px;
  line-height: 2;
}
.ochugen .ochugen-about .show_more {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  padding-top: 60px;
  text-align: center;
  line-height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgb(255, 255, 255)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);
  cursor: pointer;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-about .show_more {
    bottom: calc(-4 * 100vw / 750);
    height: calc(60 * 100vw / 750);
    padding-top: calc(120 * 100vw / 750);
    line-height: calc(60 * 100vw / 750);
  }
}
.ochugen .ochugen-about .show_more:after {
  content: "\f107";
  margin-left: 1em;
}
.ochugen .ochugen-about .active {
  background: none;
  bottom: -30px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-about .active {
    bottom: calc(-60 * 100vw / 750);
  }
}
.ochugen .ochugen-about .active:after {
  content: "\f106";
}

/* =============================================
送る相手別に選ぶ
============================================= */
.ochugen .ochugen-who .toWho {
  max-width: 400px;
  font-size: 24px;
  background: #fff;
  border-radius: 100px;
  margin: 44px auto 22px;
  padding: 0.6em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-who .toWho {
    max-width: 100%;
    font-size: calc(40 * 100vw / 750);
    margin: calc(40 * 100vw / 750) auto calc(46 * 100vw / 750);
    padding: 0.4em;
  }
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-who .itemlist {
    gap: calc(50 * 100vw / 750) 0;
  }
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-who .itemlist dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr calc(10 * 100vw / 750) 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: calc(20 * 100vw / 750) calc(10 * 100vw / 750);
  }
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-who .itemlist dl dt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
    border-bottom: 1px solid #9b9b9b;
    padding-bottom: calc(20 * 100vw / 750);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: calc(190 * 100vw / 750);
  }
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-who .itemlist dl dt:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-who .itemlist dl .itemlist-img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/3/2;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-who .itemlist dl .itemlist-detail {
    margin-top: calc(0 * 100vw / 750);
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 3/1/4/3;
  }
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-who .itemlist dl .itemlist-pricebox {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: calc(0 * 100vw / 750);
    gap: calc(0 * 100vw / 750);
  }
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-who .itemlist dl dd:last-of-type {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 4/1/5/3;
  }
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-who .itemlist dl dd:last-of-type a {
    margin-top: calc(30 * 100vw / 750);
  }
}
.ochugen .who-section {
  margin-bottom: 74px;
}
@media screen and (max-width: 767px) {
  .ochugen .who-section {
    margin-bottom: calc(160 * 100vw / 750);
  }
}
.ochugen .who-section:last-of-type {
  margin-bottom: 0;
}
.ochugen .who-section-ttl {
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ochugen .who-section-ttl {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: calc(40 * 100vw / 750);
  }
}
.ochugen .who-section-ttl picture {
  position: relative;
}
.ochugen .who-section-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  margin-top: auto;
  margin-bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .ochugen .who-section-text {
    left: 0;
  }
}
.ochugen .who-section-text h4 {
  margin: auto;
  font-size: 28px;
  text-align: center;
  padding: 0.3em 2em;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 10px 10px 0 0 #185daa;
          box-shadow: 10px 10px 0 0 #185daa;
}
@media screen and (max-width: 767px) {
  .ochugen .who-section-text h4 {
    font-size: calc(40 * 100vw / 750);
    border-radius: 0 8px 8px 0;
    -webkit-box-shadow: calc(6 * 100vw / 750) calc(6 * 100vw / 750) 0 0 #185daa;
            box-shadow: calc(6 * 100vw / 750) calc(6 * 100vw / 750) 0 0 #185daa;
    padding: 0.5em;
    margin-bottom: calc(40 * 100vw / 750);
  }
}
.ochugen .user-voice {
  max-width: 960px;
  margin: 60px auto 0;
  background: #fff;
  border-radius: 10px;
  padding: 30px 30px 30px 80px;
  position: relative;
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .ochugen .user-voice {
    max-width: 100%;
    margin: calc(100 * 100vw / 750) auto 0;
    padding: calc(20 * 100vw / 750) calc(40 * 100vw / 750);
    min-height: auto;
  }
}
.ochugen .user-voice .voice-ttl {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -20px;
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .ochugen .user-voice .voice-ttl {
    top: calc(-90 * 100vw / 750);
    font-size: calc(40 * 100vw / 750);
    gap: calc(20 * 100vw / 750);
  }
}
.ochugen .user-voice .voice-ttl::before, .ochugen .user-voice .voice-ttl::after {
  content: "";
  display: inline-block;
  background-image: url(../img/who-attention.png);
  background-size: cover;
  width: 25px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .ochugen .user-voice .voice-ttl::before, .ochugen .user-voice .voice-ttl::after {
    width: calc(30 * 100vw / 750);
    height: calc(29 * 100vw / 750);
  }
}
.ochugen .user-voice .voice-ttl::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ochugen .user-voice .voice-icn {
  position: absolute;
  width: 100px;
  left: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .ochugen .user-voice .voice-icn {
    width: calc(140 * 100vw / 750);
    left: calc(40 * 100vw / 750);
    top: calc(-20 * 100vw / 750);
    -webkit-transform: none;
            transform: none;
  }
}
.ochugen .user-voice .voice-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .ochugen .user-voice .voice-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(40 * 100vw / 750);
  }
}
.ochugen .user-voice .voice-body p {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .ochugen .user-voice .voice-body p {
    font-size: calc(30 * 100vw / 750);
  }
}
@media screen and (max-width: 767px) {
  .ochugen .user-voice .voice-body p::before {
    float: left;
    display: inline-block;
    content: "";
    width: calc(160 * 100vw / 750);
    height: calc(100 * 100vw / 750);
  }
}
.ochugen .user-voice .voice-body p span {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.ochugen .user-voice .voice-body img {
  width: 366px;
}
@media screen and (max-width: 767px) {
  .ochugen .user-voice .voice-body img {
    width: 100%;
  }
}
.ochugen .voice-cation {
  max-width: 960px;
  margin: 12px auto 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .ochugen .voice-cation {
    max-width: 100%;
    margin: calc(10 * 100vw / 750) auto 0;
    font-size: calc(26 * 100vw / 750);
  }
}

/* =============================================
予算別に選ぶ
============================================= */
.ochugen .ochugen-budget {
  padding-top: 95px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-budget {
    padding-top: calc(100 * 100vw / 750);
    padding-bottom: calc(100 * 100vw / 750);
  }
}
.ochugen .ochugen-budget h3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-budget h3 {
    margin-bottom: calc(30 * 100vw / 750);
  }
}
.ochugen .ochugen-budget .gift-pricesort {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .ochugen .ochugen-budget .gift-pricesort {
    position: relative;
    max-width: 1200px;
    padding-bottom: 60px;
    padding-inline: 40px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-budget .gift-pricesort {
    width: 92%;
    margin-top: 6vw;
    padding-bottom: 6vw;
  }
}
.ochugen .ochugen-budget .gift-pricesort .cmn-ttl .ja {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-budget .gift-pricesort .cmn-ttl .ja {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .ochugen .ochugen-budget .gift-pricesort li a:hover {
    background: #185daa;
    color: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .ochugen .ochugen-budget .gift-pricesort li a:hover i {
    color: #ffffff;
  }
}
.ochugen .ochugen-budget .gift-priceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-budget .gift-priceList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: calc(20 * 100vw / 750);
  }
}
.ochugen .ochugen-budget .gift-priceList li {
  width: 18%;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-budget .gift-priceList li {
    width: 48%;
  }
}
.ochugen .ochugen-budget .gift-priceList li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 1.2em;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  border: 1px solid #9c9c9c;
  border-radius: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-budget .gift-priceList li a {
    font-size: calc(30 * 100vw / 750);
    border-radius: 1.3vw;
    line-height: 1.2;
  }
}
.ochugen .ochugen-budget .gift-priceList li a i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 4%;
  font-size: 14px;
  color: #185daa;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-budget .gift-priceList li a i {
    font-size: 2vw;
  }
}
.ochugen .ochugen-noshi {
  border: 2px solid #185daa;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 110px;
  padding: 55px 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-noshi {
    margin-top: calc(140 * 100vw / 750);
    padding: calc(50 * 100vw / 750) calc(20 * 100vw / 750);
    border-width: 1px;
  }
}
.ochugen .ochugen-noshi .noshi-icn {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -54px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-noshi .noshi-icn {
    top: calc(-55 * 100vw / 750);
    width: calc(364 * 100vw / 750);
  }
}
.ochugen .ochugen-noshi .noshi-free {
  background: #185daa;
  width: 200px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 16px;
  border-radius: 18px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-noshi .noshi-free {
    width: calc(200 * 100vw / 750);
    height: calc(55 * 100vw / 750);
    font-size: calc(32 * 100vw / 750);
    border-radius: 32px;
  }
}
.ochugen .ochugen-noshi h4 {
  font-size: 28px;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-noshi h4 {
    font-size: calc(40 * 100vw / 750);
    margin-top: calc(20 * 100vw / 750);
  }
}
.ochugen .ochugen-noshi .noshi-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-noshi .noshi-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: calc(60 * 100vw / 750);
    margin-top: calc(20 * 100vw / 750);
  }
}
.ochugen .ochugen-noshi .noshi-body p {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-noshi .noshi-body p {
    font-size: calc(30 * 100vw / 750);
  }
}
.ochugen .ochugen-noshi .noshi-body p.fc-pink {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-noshi .noshi-body p.fc-pink {
    font-size: calc(26 * 100vw / 750);
  }
}
.ochugen .ochugen-noshi .noshi-body a {
  text-decoration: underline;
}
.ochugen .ochugen-noshi .noshi-body img {
  width: 276px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-noshi .noshi-body img {
    width: 70%;
    margin: 0 auto;
  }
}
.ochugen .ochugen-order h3 {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-order h3 {
    padding-bottom: calc(40 * 100vw / 750);
  }
}
.ochugen .ochugen-order h3::after {
  content: none;
}
.ochugen .ochugen-order .order-body {
  padding: 60px 0px 20px;
  border: 1px solid #185daa;
  border-radius: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-order .order-body {
    padding: calc(20 * 100vw / 750) calc(20 * 100vw / 750) calc(20 * 100vw / 750) calc(80 * 100vw / 750);
    margin-bottom: calc(20 * 100vw / 750);
  }
}
.ochugen .ochugen-order .order-body .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  position: relative;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-order .order-body .list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.ochugen .ochugen-order .order-body .list::after {
  content: "";
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 76%;
  height: 1px;
  border-bottom: 2px dashed #185daa;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-order .order-body .list::after {
    top: calc(80 * 100vw / 750);
    right: auto;
    left: calc(-40 * 100vw / 750);
    width: 1px;
    height: calc(710 * 100vw / 750);
    border-bottom: none;
    border-left: 2px dashed #185daa;
  }
}
.ochugen .ochugen-order .order-body .list li {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-order .order-body .list li {
    padding-left: calc(20 * 100vw / 750);
    padding-right: calc(20 * 100vw / 750);
    padding-bottom: calc(20 * 100vw / 750);
  }
}
.ochugen .ochugen-order .order-body .list li:not(:last-child) {
  border-right: 1px solid #185daa;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-order .order-body .list li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #185daa;
  }
}
.ochugen .ochugen-order .order-body .list li .ttl {
  color: #185daa;
  font-size: 28px;
  text-align: center;
  position: relative;
  padding-top: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-order .order-body .list li .ttl {
    font-size: calc(42 * 100vw / 750);
    padding-top: calc(30 * 100vw / 750);
    padding-bottom: calc(30 * 100vw / 750);
    text-align: left;
    padding-left: calc(77 * 100vw / 750);
    margin-bottom: calc(30 * 100vw / 750);
  }
}
.ochugen .ochugen-order .order-body .list li .ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-inline: auto;
  display: inline-block;
  width: 42px;
  height: auto;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-order .order-body .list li .ttl::before {
    top: auto;
    right: auto;
    width: calc(57 * 100vw / 750);
  }
}
.ochugen .ochugen-order .order-body .list li .ttl::after {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin-inline: auto;
  display: inline-block;
  width: 16px;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 10em;
  border: 2px solid #185daa;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-order .order-body .list li .ttl::after {
    top: 50%;
    right: auto;
    left: calc(-70 * 100vw / 750);
    width: calc(25 * 100vw / 750);
  }
}
.ochugen .ochugen-order .order-body .list li .ttl.cart::before {
  background-image: url(../img/icon_cart_blue.png);
}
.ochugen .ochugen-order .order-body .list li .ttl.mail::before {
  background-image: url(../img/icon_mail_blue.png);
}
.ochugen .ochugen-order .order-body .list li .ttl.box::before {
  background-image: url(../img/icon_box_blue.png);
}
.ochugen .ochugen-order .order-body .list li .ttl.box::after {
  background-color: #185daa;
}
.ochugen .ochugen-order .order-body .list li .icon {
  text-align: center;
  margin: auto;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-order .order-body .list li .icon {
    margin-left: 0;
  }
}
.ochugen .ochugen-order .order-body .list li .icon:not(.ochugen .ochugen-order .order-body .list li .icon:empty) {
  display: inline-block;
  border: 1px solid #d16255;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2em;
  font-size: 15px;
  font-weight: bold;
  color: #d16255;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  top: -55px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-order .order-body .list li .icon:not(.ochugen .ochugen-order .order-body .list li .icon:empty) {
    padding: calc(10 * 100vw / 750);
    font-size: calc(26 * 100vw / 750);
    margin-top: calc(10 * 100vw / 750);
    margin-bottom: calc(30 * 100vw / 750);
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
  }
}
.ochugen .ochugen-order .order-body .list li .text {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-order .order-body .list li .text {
    font-size: calc(26 * 100vw / 750);
  }
}
.ochugen .ochugen-order .order-body .list li:nth-child(3) .icon {
  left: 46%;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-order .order-body .list li:nth-child(3) .icon {
    top: calc(286 * 100vw / 750) !important;
    left: calc(-64 * 100vw / 750) !important;
  }
}
.ochugen .ochugen-order .order-body .list li:nth-child(4) .icon {
  left: 71%;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-order .order-body .list li:nth-child(4) .icon {
    top: calc(575 * 100vw / 750) !important;
    left: calc(-64 * 100vw / 750) !important;
  }
}
.ochugen .ochugen-order .order-foot li {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-order .order-foot li {
    font-size: calc(24 * 100vw / 750);
  }
}

/* =============================================
マナー
============================================= */
.ochugen .ochugen-manner {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-manner {
    padding-top: calc(100 * 100vw / 750);
    padding-bottom: calc(100 * 100vw / 750);
  }
}
.ochugen .ochugen-manner .inner {
  position: relative;
  z-index: 2;
}
.ochugen .ochugen-manner .manner-bg {
  display: block;
  position: absolute;
  top: -68px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  width: 126%;
  max-width: 100vw;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-manner .manner-bg {
    top: -6vw;
    width: 100vw;
  }
}
.ochugen .ochugen-manner .manner-subttl {
  display: block;
  width: 287px;
  margin: 0 auto 5px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-manner .manner-subttl {
    width: calc(385 * 100vw / 750);
    margin: 0 auto calc(10 * 100vw / 750);
  }
}
.ochugen .ochugen-manner h3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-manner h3 {
    margin-bottom: calc(40 * 100vw / 750);
  }
}
.ochugen .ochugen-manner h3:after {
  display: none;
}
.ochugen .ochugen-manner .manner-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-manner .manner-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: calc(40 * 100vw / 750);
  }
}
.ochugen .ochugen-manner .manner-list li {
  border-radius: 20px;
  background-color: #fff;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-manner .manner-list li {
    padding: calc(60 * 100vw / 750) calc(40 * 100vw / 750);
  }
}
.ochugen .ochugen-manner .manner-list li .manner-ttl {
  font-size: 28px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-manner .manner-list li .manner-ttl {
    font-size: calc(42 * 100vw / 750);
  }
}
.ochugen .ochugen-manner .manner-list li .manner-txt {
  font-size: 15px;
  line-height: 2;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .ochugen .ochugen-manner .manner-list li .manner-txt {
    font-size: calc(30 * 100vw / 750);
  }
}