@charset "UTF-8";

.rumbutter {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #151312;
  font-size: 22px;
  margin-inline: min(600px - 50vw, -30px);
  position: relative;
}




section#content {
    position: relative;
    overflow: hidden;
    background: url(/img/usr/detail_design/nenrin/rumbutter/bg_w.jpg) repeat center top / 370px;
}
section#content::before {
    content: "";
    display: inline-block;
    width: 543px;
    height: 542px;
    border: 111px solid #F9F3EB;
    border-radius: 50%;
    opacity: .8;
    position: absolute;
    right: 0;
    top: 0;
    translate: 40% -50%;
}
.content_inner {
    width: min(100%, 1340px);
    margin-inline: auto;
    padding-inline: 30px;
    padding-block: 100px;
    position: relative;
}
.content_inner::before {
    content: "";
    display: inline-block;
    width: 543px;
    height: 542px;
    border: 111px solid #F9F3EB;
    border-radius: 50%;
    opacity: .8;
    position: absolute;
    left: -200px;
    top: 300px;
}
.content_inner::after {
    content: "";
    display: inline-block;
    width: 543px;
    height: 542px;
    border: 111px solid #F9F3EB;
    border-radius: 50%;
    opacity: .8;
    position: absolute;
    right: -240px;
    bottom: -140px;
}
.content_title {
    width: min(100%, 975px);
    margin-inline: auto;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}
.content_catch {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}
.content_warp {
  position: relative;
  z-index: 1;
}
.content_warp + .content_warp {
    margin-top: 100px;
}
.content_text {
    text-align: center;
    margin-bottom: 60px;
}
.content_img {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
}
.content_img_item {
    width: calc(100% / 3);
}
.content_img_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}



section#nenrinya {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    position: relative;
    overflow: hidden;
    background: url(/img/usr/detail_design/nenrin/rumbutter/bg_w.jpg) repeat center top / 370px;
    margin-inline: min(600px - 50vw, -30px);
}
.nenrinya_inner {
    width: min(100%, 1920px);
    margin-inline: auto;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    position: relative;
}
.nenrinya_inner::before {
    content: "";
    display: inline-block;
    width: 543px;
    height: 542px;
    border: 111px solid #E4CF88;
    border-radius: 50%;
    opacity: .1;
    position: absolute;
    right: 0;
    bottom: 0;
    translate: 10% -5%;
}
.nenrinya_img {
    width: min(48%, 915px);
}
.nenrinya_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}
.nenrinya_textbox {
    width: min(52%, 1005px);
    display: flex;
    flex-flow: row-reverse wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-end;
    gap: 60px;
    position: relative;
    padding: 130px;
}
.nenrinya_logo {
    width: 60px;
}
.nenrinya_catch {
    font-size: 30px;
    font-weight: bold;
}
.nenrinya_text {
    width: 100%;
    font-size: 19px;
}




section#deta {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding: 124px 100px 160px;
  background: url(/img/usr/detail_design/nenrin/rumbutter/bg_y.jpg) repeat center top / 240px;
  margin-inline: min(600px - 50vw, -30px);
}
.deta_inner {
  width: min(100%, 1138px);
  margin-inline: auto;
}
.deta_content {
    color: #060000;
    font-size: 15px;
}
.deta_content dl {
  display: flex;
  flex-flow: row wrap;
}
.deta_content dl + dl {
  margin-top: 1px;
}
.deta_content dt {
  width: 130px;
  padding: 10px 0;
  background: #F7CC84;
  text-align: center;
}
.deta_content dd {
  width: calc(100% - 130px);
  padding: 10px 24px;
  background: #FFFDF8;
}
.deta_content dd .is-red {
  font-size: 11px;
  display: inline-block;
  margin-top: 8px;
  padding-left: 1em;
  text-indent: -1em;
}
.deta_note {
  margin-top: 30px;
  font-size: 14px;
  color: #000;
}


  [data-browse-mode=P] {
}



[data-browse-mode=S] {
section#content::before {
    width: 344px;
    height: 344px;
    border-width: 81px;
    right: initial;
    left: 0;
    translate: -50% 250px;
}
.content_inner {
    padding: 50px 30px 0;
}
.content_inner::before,.content_inner::after {
  display: none
}
.content_title {
    width: min(366px, 100%);
    margin-bottom: 30px;
}
.content_catch {
    font-size: 19px;
    margin-bottom: 35px;
}
.content_warp + .content_warp {
    margin-top: 50px;
}
.content_text {
    font-size: 16px;
    text-align: left;
    margin-bottom: 50px;
}
.content_img {
    margin-inline: -30px;
    gap: 6px;
}
.content_img_item {
    width: calc(100% / 3 - 4px);
    height: 270px;
}
section#deta {
    padding: 50px 45px;
}
.deta_content dt {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    padding-block: 20px;
}
.deta_content dd {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    padding-block: 20px;
}
.nenrinya_img {
    width: 100%;
}
.nenrinya_textbox {
    width: 100%;
    justify-content: center;
    gap: 0;
    padding: 45px 45px 100px;
}
.nenrinya_catch {
    width: 100%;
    margin-bottom: 35px;
    font-size: 21px;
}
.nenrinya_logo {
    width: 35px;
    margin-bottom: 65px;
}
.nenrinya_text {
    font-size: 16px;
}
.nenrinya_inner::before {
    width: 365px;
    height: 365px;
    bottom: initial;
    top: 0;
    border-width: 96px;
    translate: 25% 140%;
}
}