@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・setting
・mixin
・base
・sprite
・utility
・component
・layout
・z-index
====================================================================== */
/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_header
================================= */
body {
  padding: 0;
}

img {
  height: auto;
}

.p_page {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p_page {
    margin: -30px 0 0;
  }
}

.l_content_size {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  width: 1100px;
  margin: 0 auto;
}
.l_content_size * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.l_content_size input[type='radio'] {
  display: none;
}
.l_content_size select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .l_content_size {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.l_header {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
}
@media screen and (max-width: 768px) {
  .l_header {
    display: none;
  }
}
.l_header .l_content_size {
  position: relative;
}
.l_header .l_content_size .logo {
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 1;
}
.l_header .l_content_size .logo > img {
  width: 112px;
}
.l_header .l_content_size .head {
  padding: 10px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.l_header .l_content_size .head .left {
  padding: 20px 0 0;
}
.l_header .l_content_size .head .left > p, .l_header .l_content_size .head .left h1 {
  font-size: 12px;
  font-weight: normal;
}
.l_header .l_content_size .head .right .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.l_header .l_content_size .head .right .flex > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.l_header .l_content_size .head .right .flex > ul > li {
  margin: 0 30px 0 0;
}
.l_header .l_content_size .head .right .flex > ul > li > a {
  font-size: 14px;
  margin: 20px 0 0;
  display: inline-block;
  color: #535353;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.l_header .l_content_size .head .right .flex > ul > li > a:hover {
  opacity: .5;
}
.l_header .l_content_size .head .right .flex .tel > p {
  color: #256E00;
  font-size: 13px;
  font-weight: 600;
}
.l_header .l_content_size .head .right .flex .tel > .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.l_header .l_content_size .head .right .flex .tel > .wrap > p > img {
  width: 46px;
}
.l_header .l_content_size .head .right .flex .tel > .wrap > div {
  margin: 0 0 0 10px;
}
.l_header .l_content_size .head .right .flex .tel > .wrap > div .sub {
  margin: 5px 0 0;
  font-size: 10px;
}
.l_header .l_content_size .bottom {
  padding: 10px 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.l_header .l_content_size .bottom > .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.l_header .l_content_size .bottom > .flex > ul {
  margin: 0 20px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.l_header .l_content_size .bottom > .flex > ul > li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l_header .l_content_size .bottom > .flex > ul > li:not(:first-child) {
  position: relative;
}
.l_header .l_content_size .bottom > .flex > ul > li:not(:first-child):before {
  content: '';
  width: 1px;
  height: 10px;
  background: #DCDCDC;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l_header .l_content_size .bottom > .flex > ul > li.another {
  padding: 0 20px;
}
.l_header .l_content_size .bottom > .flex > ul > li.another > div {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l_header .l_content_size .bottom > .flex > ul > li.another > div a {
  color: #333;
  white-space: nowrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.l_header .l_content_size .bottom > .flex > ul > li.another > div a > img {
  margin: 4px 0 0 5px;
}
.l_header .l_content_size .bottom > .flex > ul > li.another > div .tg {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 20px 0 0;
  z-index: 1;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.l_header .l_content_size .bottom > .flex > ul > li.another > div .tg .wrap {
  padding: 10px 20px 20px;
  background: #FAFAF7;
  border-radius: 4px;
}
.l_header .l_content_size .bottom > .flex > ul > li.another > div .tg .wrap > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 15px 10px 0;
  border-bottom: 1px dashed #ACAC75;
  white-space: nowrap;
  color: #333333;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.l_header .l_content_size .bottom > .flex > ul > li.another > div .tg .wrap > ul > li > a:hover {
  opacity: .5;
}
.l_header .l_content_size .bottom > .flex > ul > li.another > div .tg .wrap > ul > li > a:before {
  position: absolute;
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/arrow-right.svg");
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l_header .l_content_size .bottom > .flex > ul > li > a {
  height: 45px;
  padding: 0 20px;
  color: #333333;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l_header .l_content_size .bottom > .flex > ul > li > a:hover {
  background: #FAFAF7;
}
.l_header .l_content_size .bottom > .flex .btn-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.l_header .l_content_size .bottom > .flex .btn-wrap .c_btn_4 {
  margin: 0 0 0 5px;
}
.l_header .l_content_size .bottom > .flex .btn-wrap .c_btn_3.logout {
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ffffff 0%, #eae8e8 100%) 0% 0% no-repeat padding-box;
}
.l_header .l_content_size .bottom > .flex .btn-wrap .c_btn_3.logout:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #ffffff 0%, #eae8e8 100%) 0% 0% no-repeat padding-box;
}
.l_header .l_content_size .bottom > .flex .btn-wrap .c_btn_3.logout > .wrap > .txt {
  color: #333;
}

.l_header_fixed {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  background: #fff;
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l_header_fixed {
    display: none !important;
  }
}
.l_header_fixed .l_content_size {
  position: relative;
  background: #fff;
}
.l_header_fixed .l_content_size .logo {
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l_header_fixed .l_content_size .logo > img {
  width: 112px;
}
.l_header_fixed .l_content_size .head {
  padding: 10px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.l_header_fixed .l_content_size .head .left {
  padding: 20px 0 0;
}
.l_header_fixed .l_content_size .head .left > p {
  font-size: 12px;
}
.l_header_fixed .l_content_size .head .right .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.l_header_fixed .l_content_size .head .right .flex > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.l_header_fixed .l_content_size .head .right .flex > ul > li {
  margin: 0 30px 0 0;
}
.l_header_fixed .l_content_size .head .right .flex > ul > li > a {
  font-size: 14px;
  margin: 20px 0 0;
  display: inline-block;
  color: #535353;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.l_header_fixed .l_content_size .head .right .flex > ul > li > a:hover {
  opacity: .5;
}
.l_header_fixed .l_content_size .head .right .flex .tel > p {
  color: #256E00;
  font-size: 13px;
  font-weight: 600;
}
.l_header_fixed .l_content_size .head .right .flex .tel > .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.l_header_fixed .l_content_size .head .right .flex .tel > .wrap > p > img {
  width: 46px;
}
.l_header_fixed .l_content_size .head .right .flex .tel > .wrap > div {
  margin: 0 0 0 10px;
}
.l_header_fixed .l_content_size .head .right .flex .tel > .wrap > div .sub {
  margin: 5px 0 0;
  font-size: 10px;
}
.l_header_fixed .l_content_size .bottom {
  padding: 10px 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.l_header_fixed .l_content_size .bottom > .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.l_header_fixed .l_content_size .bottom > .flex > ul {
  margin: 0 20px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.l_header_fixed .l_content_size .bottom > .flex > ul > li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l_header_fixed .l_content_size .bottom > .flex > ul > li:not(:first-child) {
  position: relative;
}
.l_header_fixed .l_content_size .bottom > .flex > ul > li:not(:first-child):before {
  content: '';
  width: 1px;
  height: 10px;
  background: #DCDCDC;
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l_header_fixed .l_content_size .bottom > .flex > ul > li.another {
  padding: 0 20px;
}
.l_header_fixed .l_content_size .bottom > .flex > ul > li.another > div {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l_header_fixed .l_content_size .bottom > .flex > ul > li.another > div a {
  color: #333;
  white-space: nowrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.l_header_fixed .l_content_size .bottom > .flex > ul > li.another > div a > img {
  margin: 4px 0 0 5px;
}
.l_header_fixed .l_content_size .bottom > .flex > ul > li.another > div .tg {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 20px 0 0;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.l_header_fixed .l_content_size .bottom > .flex > ul > li.another > div .tg .wrap {
  padding: 10px 20px 20px;
  background: #FAFAF7;
  border-radius: 4px;
}
.l_header_fixed .l_content_size .bottom > .flex > ul > li.another > div .tg .wrap > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 15px 10px 0;
  border-bottom: 1px dashed #ACAC75;
  white-space: nowrap;
  color: #333333;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.l_header_fixed .l_content_size .bottom > .flex > ul > li.another > div .tg .wrap > ul > li > a:hover {
  opacity: .5;
}
.l_header_fixed .l_content_size .bottom > .flex > ul > li.another > div .tg .wrap > ul > li > a:before {
  position: absolute;
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/arrow-right.svg");
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l_header_fixed .l_content_size .bottom > .flex > ul > li > a {
  height: 45px;
  padding: 0 20px;
  color: #333333;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l_header_fixed .l_content_size .bottom > .flex > ul > li > a:hover {
  background: #FAFAF7;
}
.l_header_fixed .l_content_size .bottom > .flex .btn-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.l_header_fixed .l_content_size .bottom > .flex .btn-wrap .c_btn_7 {
  margin: 0 0 0 5px;
}
.l_header_fixed .l_content_size .bottom > .flex .btn-wrap .c_btn_6.logout {
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ffffff 0%, #eae8e8 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 2px #00000029;
}
.l_header_fixed .l_content_size .bottom > .flex .btn-wrap .c_btn_6.logout:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #ffffff 0%, #eae8e8 100%) 0% 0% no-repeat padding-box;
}
.l_header_fixed .l_content_size .bottom > .flex .btn-wrap .c_btn_6.logout > .wrap > p > span {
  color: #333;
  line-height: 1.8;
}

.l_header_sp {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  display: none;
}
@media screen and (max-width: 768px) {
  .l_header_sp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding: 10px 4.6875% 0;
  }
}
.l_header_sp .left {
  position: relative;
  z-index: 1;
}
.l_header_sp .left > p {
  font-size: 10px;
  margin: 00px 0 5px;
}
.l_header_sp .left > a > img {
  width: 101px;
}
.l_header_sp .right > a {
  border-radius: 3px;
  border: 1px solid #57B926;
  width: 156px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l_header_sp .right > a > p {
  margin: 0 0 0 4px;
  font-size: 14px;
  color: #359902;
  font-weight: 600;
}
.l_header_sp .right > .flex {
  width: 157px;
  position: fixed;
  margin: 4px 0 0;
  top: 62px;
  z-index: 3;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.l_header_sp .right > .flex._active {
  top: 14px;
  margin: 0;
  z-index: 2;
}
.l_header_sp .right > .flex .c_btn_4 {
  width: 74px;
  height: 74px;
  background: #fff;
  border: 1px solid #DCDCDC;
  box-shadow: none;
}
.l_header_sp .right > .flex .c_btn_4:hover {
  /* background: #fff; */
}
.l_header_sp .right > .flex .c_btn_4 .wrap > p > img {
  margin: 0 0 0 -10px;
}
.l_header_sp .right > .flex .c_btn_4 .wrap > p .num {
  -moz-transform: translate(15%, -100%);
  -ms-transform: translate(15%, -100%);
  -webkit-transform: translate(15%, -100%);
  transform: translate(15%, -100%);
}
.l_header_sp .right > .flex .c_btn_4 .txt {
  font-size: 10px;
  line-height: 1;
}
.l_header_sp .right > .flex .menu {
  width: 74px;
  height: 74px;
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l_header_sp .right > .flex .menu .wrap {
  text-align: center;
}
.l_header_sp .right > .flex .menu .wrap .txt {
  margin: 4px 0 0;
  font-size: 10px;
  line-height: 1;
}

.l_menu {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.l_menu > .scroll-wrap {
  padding: 110px 4.6875% 0;
  height: -moz-calc(100% - 46875% * 2);
  height: -o-calc(100% - 46875% * 2);
  height: -webkit-calc(100% - 46875% * 2);
  height: calc(100% - 46875% * 2);
  height: -moz-calc(100% - 110px);
  height: -o-calc(100% - 110px);
  height: -webkit-calc(100% - 110px);
  height: calc(100% - 110px);
  overflow: hidden;
}
.l_menu > .scroll-wrap .scroll {
  width: 100%;
  height: 100%;
  overflow: scroll;
}
.l_menu > .scroll-wrap .content-wrap {
  padding: 0 0 40px;
}
.l_menu > .scroll-wrap .content-wrap .btnwrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l_menu > .scroll-wrap .content-wrap .btnwrap > a {
  margin: 0 0 10px;
}
.l_menu > .scroll-wrap .content-wrap .btnwrap .btns {
  width: calc(50% - 5px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.l_menu > .scroll-wrap .content-wrap .btnwrap .btns > a.logout p {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l_menu > .scroll-wrap .content-wrap .btnwrap .btns > a.logout p img.out {
  width: 20px;
}
.l_menu > .scroll-wrap .content-wrap .btnwrap .btns > a.logout p span {
  display: block;
  margin: 5px 0 0;
}
.l_menu > .scroll-wrap .content-wrap .sml {
  font-size: 10px;
}
.l_menu > .scroll-wrap .content-wrap > ul {
  margin: 20px 0 0;
}
.l_menu > .scroll-wrap .content-wrap > ul > li {
  border-bottom: 1px solid #DCDCDC;
}
.l_menu > .scroll-wrap .content-wrap > ul > li.child {
  display: none;
}
.l_menu > .scroll-wrap .content-wrap > ul > li .menulink {
  color: #333;
  padding: 13px 22px 13px 10px;
  font-size: 16px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  position: relative;
}
.l_menu > .scroll-wrap .content-wrap > ul > li .menulink:before {
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/arrow.svg");
  position: absolute;
  top: 50%;
  right: 14px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l_menu > .scroll-wrap .content-wrap > ul > li .menulink.tgl {
  font-weight: 600;
}
.l_menu > .scroll-wrap .content-wrap > ul > li .menulink.tgl:before {
  content: "";
  width: 13px;
  right: 9px;
  height: 1px;
  background: #359902;
}
.l_menu > .scroll-wrap .content-wrap > ul > li .menulink.tgl:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 13px;
  right: 15px;
  background: #359902;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l_menu > .scroll-wrap .content-wrap > ul > li .menulink.tgl._active:after {
  background: transparent;
}
.l_menu > .scroll-wrap .content-wrap > ul > li .menulink._other {
  padding: 13px 22px 13px 60px;
  position: relative;
}
.l_menu > .scroll-wrap .content-wrap > ul > li .menulink._other:after {
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/spray.svg");
  position: absolute;
  top: 50%;
  left: 31px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l_menu > .scroll-wrap .content-wrap > ul > li .menulink._other._pt1:after {
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/shampoo.svg");
}
.l_menu > .scroll-wrap .content-wrap > ul > li .menulink._other._pt2:after {
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/soap.svg");
}
.l_menu > .scroll-wrap .content-wrap > ul > li > ul > li {
  border-bottom: 1px solid #DCDCDC;
}
.l_menu > .scroll-wrap .content-wrap > ul > li > ul > li:last-child {
  border: none;
}
.l_menu > .scroll-wrap .content-wrap > ul > li > ul > li > .menulink {
  padding: 13px 22px 13px 30px;
}
.l_menu > .scroll-wrap .content-wrap .txt {
  margin: 20px 0 0;
  font-size: 14px;
}
.l_menu > .scroll-wrap .content-wrap .txt > a {
  color: #333;
}

/* =================================
 l_header_sp
================================= */
/* =================================
 l_content
================================= */
/* =================================
 l_main
================================= */
/* =================================
 l_main
================================= */
.l_mainvisual_sub {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l_mainvisual_sub {
    height: 200px;
    background: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/productlist/sp/kv_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right 13vw;
  }
}
.l_mainvisual_sub:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 30px 30px 0;
  background: #EBEBD5;
  height: 100%;
  z-index: -1;
  min-width: 1180px;
  width: -moz-calc(100% - 80px);
  width: -o-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
}
@media screen and (max-width: 768px) {
  .l_mainvisual_sub:before {
    min-width: auto;
    width: -moz-calc(100% - 4.6875%);
    width: -o-calc(100% - 4.6875%);
    width: -webkit-calc(100% - 4.6875%);
    width: calc(100% - 4.6875%);
  }
}
.l_mainvisual_sub .c_ttl_1 h1, .l_mainvisual_sub .c_ttl_1 p {
  text-align: center;
}
.l_mainvisual_sub .c_ttl_1 h1,
.l_mainvisual_sub .c_ttl_1 p.ttl {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .l_mainvisual_sub .c_ttl_1 h1,
  .l_mainvisual_sub .c_ttl_1 p.ttl {
    font-size: 32px;
  }
}
.l_mainvisual_sub .c_ttl_1 p {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .l_mainvisual_sub .c_ttl_1 p {
    font-size: 16px;
  }
}

/* =================================
 l_footer
================================= */
.l_footer {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  overflow: hidden;
}
.l_footer > .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.l_footer > .inner > .flex {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l_footer > .inner > .flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l_footer > .inner > .flex .sp_box {
  padding: 0 4.6875%;
}
.l_footer > .inner > .flex .sp_box .c_ttl_1 h2, .l_footer > .inner > .flex .sp_box .c_ttl_1 h1, .l_footer > .inner > .flex .sp_box .c_ttl_1 p {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .l_footer > .inner > .flex .sp_box .c_ttl_1 h2, .l_footer > .inner > .flex .sp_box .c_ttl_1 h1, .l_footer > .inner > .flex .sp_box .c_ttl_1 p {
    text-align: left;
  }
}
.l_footer > .inner > .flex > .imgwrap {
  width: 946px;
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 100%;
  -moz-transform: translateX(-110%);
  -ms-transform: translateX(-110%);
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
  z-index: 1;
}
.l_footer > .inner > .flex > .imgwrap._active {
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media screen and (max-width: 768px) {
  .l_footer > .inner > .flex > .imgwrap._active {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .l_footer > .inner > .flex > .imgwrap {
    margin: 20px 0 0;
    padding: 0 4.6875% 0 0;
    position: static;
    width: 100%;
    top: initial;
    left: initial;
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
  }
}
.l_footer > .inner > .flex > .imgwrap > img {
  max-width: 100%;
}
.l_footer > .inner > .flex > .txtwrap {
  position: relative;
  padding: 90px 2% 110px 53%;
  max-width: 550px;
}
@media screen and (max-width: 768px) {
  .l_footer > .inner > .flex > .txtwrap {
    margin: 20px 0 0;
    padding: 0 4.6875%;
  }
}
.l_footer > .inner > .flex > .txtwrap:before {
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/footer-circle.svg");
  position: absolute;
  bottom: 90px;
  right: -170px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l_footer > .inner > .flex > .txtwrap:before {
    display: none;
  }
}
.l_footer > .inner > .flex > .txtwrap .c_ttl_1 {
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  .l_footer > .inner > .flex > .txtwrap .c_ttl_1 {
    display: none;
  }
}
.l_footer > .inner > .flex > .txtwrap p {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .l_footer > .inner > .flex > .txtwrap p {
    line-height: 2;
  }
}
.l_footer > .inner > .flex > .txtwrap .second {
  margin: 20px 0 0;
}
.l_footer > .inner > .flex > .txtwrap .second > span {
  font-weight: 700;
  line-height: 1.8;
}
.l_footer > .inner > .flex > .txtwrap .second > span.bg {
  font-weight: 400;
  background: #ECF55A;
  line-height: 1.8;
}
.l_footer .cv {
  margin: 110px 30px 0;
  background: #B5B591;
  border-radius: 10px;
  padding: 75px 20px 55px;
  min-width: 1100px;
  width: -moz-calc(100% - 60px);
  width: -o-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1160px) {
  .l_footer .cv {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l_footer .cv {
    margin: 85px 4.6875% 0;
    padding: 75px 20px 30px;
    min-width: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: -moz-calc(100% - 4.6875% * 2);
    width: -o-calc(100% - 4.6875% * 2);
    width: -webkit-calc(100% - 4.6875% * 2);
    width: calc(100% - 4.6875% * 2);
  }
}
.l_footer .cv .inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l_footer .cv .inner {
    max-width: auto;
    width: 100%;
  }
}
.l_footer .cv .inner .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .l_footer .cv .inner .flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l_footer .cv .inner .flex .left {
  width: 580px;
}
@media screen and (max-width: 768px) {
  .l_footer .cv .inner .flex .left {
    width: 100%;
  }
}
.l_footer .cv .inner .flex .left .imgwrap {
  margin: -100px 0 0;
}
.l_footer .cv .inner .flex .left .fukidashi {
  background: #BA010F;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  padding: 15px 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l_footer .cv .inner .flex .left .fukidashi {
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.l_footer .cv .inner .flex .left .fukidashi:before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 250px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 0 0;
  border-color: #BA010F transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .l_footer .cv .inner .flex .left .fukidashi:before {
    left: 215px;
  }
}
.l_footer .cv .inner .flex .left .img.img2 {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .l_footer .cv .inner .flex .left .img.img2 {
    margin: 25px 0 0;
    width: 198px;
  }
}
.l_footer .cv .inner .flex .left .img.img3 {
  margin: 20px 0 0;
  padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .l_footer .cv .inner .flex .left .img.img3 {
    width: 309px;
    margin: 10px 0 0;
    padding: 0 0 15px;
  }
}
.l_footer .cv .inner .flex .left .dashed-line {
  position: relative;
}
.l_footer .cv .inner .flex .left .dashed-line:before {
  content: "";
  background-image: linear-gradient(to right, #ffffff, #ffffff 4px, rgba(0, 0, 0, 0) 5px, rgba(0, 0, 0, 0) 11px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 69px;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .l_footer .cv .inner .flex .left .dashed-line:before {
    top: 40px;
  }
}
.l_footer .cv .inner .flex .left > p {
  margin: 30px 0 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l_footer .cv .inner .flex .left > p {
    margin: 20px 0 15px;
    line-height: 1.8;
  }
}
.l_footer .cv .inner .flex .right {
  width: 430px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l_footer .cv .inner .flex .right {
    width: 100%;
    z-index: 0;
  }
}
.l_footer .cv .inner .flex .right:before {
  width: 595px;
  height: 351px;
  content: '';
  background: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/cv_bg.png");
  background-size: cover;
  position: absolute;
  bottom: -55px;
  left: -50px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l_footer .cv .inner .flex .right:before {
    width: 346px;
    height: 212px;
    bottom: -30px;
    left: -20px;
    background: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/sp/cv_bg.png");
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .l_footer .cv .inner .flex .right .flex {
    display: none;
  }
}
.l_footer .cv .inner .flex .right .flex .imgwrap > img {
  width: 72px;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
.l_footer .cv .inner .flex .right .flex .txtwrap > p {
  font-size: 21px;
  margin: 5px 0 0;
  color: #fff;
}
.l_footer .cv .inner .flex .right .u_sp > .c_btn_1 {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l_footer .cv .inner .flex .right .u_sp > .c_btn_1:nth-of-type(1) {
    margin: 0;
  }
}
.l_footer .cv .inner .flex .right .u_sp > .c_btn_1 .c_ico_3 {
  font-size: 10px;
  margin: 0;
}
.l_footer .cv .inner .flex .right .u_sp > .c_btn_1 .txt1 {
  font-weight: 600;
}
.l_footer .cv .inner .flex .right .u_sp > .c_btn_1 .txt1 img {
  width: 26px;
  margin: 0 5px 0 0;
}
.l_footer .cv .inner .flex .right .u_sp > .c_btn_1 .txt2 {
  font-weight: 600;
  margin: 0 0 0 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l_footer .cv .inner .flex .right .u_sp > .c_btn_1 span.tel {
  margin: 0 0 0 5px;
  font-size: 14px;
  color: #256E00;
}
.l_footer .cv .inner .flex .right .u_sp > .sub {
  margin: 5px 0 0;
  text-align: center;
  font-size: 14px;
}
.l_footer .cv .inner .flex .right .c_btn_1 {
  width: 430px;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .l_footer .cv .inner .flex .right .c_btn_1 {
    width: 100%;
    height: 80px;
  }
}
.l_footer .cv .inner .flex .right .c_btn_1 > p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l_footer .cv .inner .flex .right .c_btn_1 > p > span {
    font-weight: 600;
    font-size: 16px;
  }
}
.l_footer .foot {
  margin: 50px 0 0;
  background: #F4F4F4;
  padding: 40px 0 80px;
  border: none;
}
@media screen and (max-width: 768px) {
  .l_footer .foot {
    margin: 30px 0 0;
    padding: 40px 28px 0; 
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.l_footer .foot .u_sp > ul {
  margin: 20px 0 30px;
}
.l_footer .foot .u_sp > ul > li {
  border-bottom: 1px solid #DCDCDC;
}
.l_footer .foot .u_sp > ul > li.child {
  display: none;
}
.l_footer .foot .u_sp > ul > li .menulink {
  color: #333;
  padding: 13px 21px 13px 10px;
  font-size: 16px;
  width: 100%;
  display: block;
  box-sizing: border-box;
  position: relative;
}
.l_footer .foot .u_sp > ul > li .menulink:before {
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/arrow.svg");
  position: absolute;
  top: 50%;
  right: 12px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l_footer .foot .u_sp > ul > li .menulink.tgl {
  font-weight: 600;
}
.l_footer .foot .u_sp > ul > li .menulink.tgl:before {
  content: "";
  width: 13px;
  right: 9px;
  height: 1px;
  background: #359902;
}
.l_footer .foot .u_sp > ul > li .menulink.tgl:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 13px;
  right: 15px;
  background: #359902;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l_footer .foot .u_sp > ul > li .menulink.tgl._active:after {
  background: transparent;
}
.l_footer .foot .u_sp > ul > li .menulink._another {
  padding: 13px 22px 13px 40px;
  position: relative;
}
.l_footer .foot .u_sp > ul > li .menulink._another:after {
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/package.svg");
  position: absolute;
  top: 50%;
  left: 11px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l_footer .foot .u_sp > ul > li .menulink._other {
  padding: 13px 22px 13px 60px;
  position: relative;
}
.l_footer .foot .u_sp > ul > li .menulink._other:after {
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/spray.svg");
  position: absolute;
  top: 50%;
  left: 31px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l_footer .foot .u_sp > ul > li .menulink._other._pt1:after {
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/shampoo.svg");
}
.l_footer .foot .u_sp > ul > li .menulink._other._pt2:after {
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/soap.svg");
}
.l_footer .foot .u_sp > ul > li > ul > li {
  border-bottom: 1px solid #DCDCDC;
}
.l_footer .foot .u_sp > ul > li > ul > li:last-child {
  border: none;
}
.l_footer .foot .u_sp > ul > li > ul > li > .menulink {
  padding: 13px 22px 13px 30px;
}
.l_footer .foot .u_sp .txt {
  text-align: right;
  margin: 10px 0 0;
  font-size: 14px;
}
.l_footer .foot .u_sp .txt > a {
  color: #646464;
}
.l_footer .foot > .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 20px 35px;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .l_footer .foot > .inner {
    margin: 30px 0 0;
    width: 100%;
    padding: 15px;
  }
}
.l_footer .foot > .inner > .btn-wrap {
  width: 630px;
}
@media screen and (max-width: 768px) {
  .l_footer .foot > .inner > .btn-wrap {
    width: auto;
  }
}
.l_footer .foot > .inner > .btn-wrap > .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l_footer .foot > .inner > .btn-wrap > .flex > a {
  width: 308px;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .l_footer .foot > .inner > .btn-wrap > .flex > a {
    width: 100%;
  }
}
.l_footer .foot > .inner > .btn-wrap > .flex > a span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .l_footer .foot > .inner > .btn-wrap > .flex > a span {
    font-weight: 600;
  }
}
.l_footer .foot > .inner > .btn-wrap > .flex > a:nth-of-type(1) > p > img {
  width: 20px;
}
.l_footer .foot > .inner > .btn-wrap > .flex > a:nth-of-type(3), .l_footer .foot > .inner > .btn-wrap > .flex > a:nth-of-type(4), .l_footer .foot > .inner > .btn-wrap > .flex > a:nth-of-type(5) {
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .l_footer .foot > .inner > .btn-wrap > .flex > a:nth-of-type(3), .l_footer .foot > .inner > .btn-wrap > .flex > a:nth-of-type(4), .l_footer .foot > .inner > .btn-wrap > .flex > a:nth-of-type(5) {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .l_footer .foot > .inner > .btn-wrap > .flex > a:nth-of-type(4) {
    margin: 10px 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .l_footer .foot > .inner > .btn-wrap > .flex > a:nth-of-type(2) {
    margin: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .l_footer .foot > .inner > .btn-wrap > .flex > a:nth-of-type(3) {
    margin: 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l_footer .foot > .inner > .btn-wrap > .flex > a:nth-of-type(4) {
    margin: 10px 0 0;
  }
}
.l_footer .foot > .inner > .btn-wrap > .flex .u_sp {
  width: 100%;
}
.l_footer .foot > .inner > .btn-wrap > .flex .u_sp > .c_btn_1 {
  width: 100%;
  height: 70px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.l_footer .foot > .inner > .btn-wrap > .flex .u_sp > .c_btn_1 .c_ico_3 {
  font-size: 10px;
  margin: 0;
}
.l_footer .foot > .inner > .btn-wrap > .flex .u_sp > .c_btn_1 .txt1 {
  font-weight: 600;
}
.l_footer .foot > .inner > .btn-wrap > .flex .u_sp > .c_btn_1 .txt1 img {
  width: 26px;
  margin: 0 5px 0 0;
}
.l_footer .foot > .inner > .btn-wrap > .flex .u_sp > .c_btn_1 .txt2 {
  font-weight: 600;
  margin: 0 0 0 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l_footer .foot > .inner > .btn-wrap > .flex .u_sp > .c_btn_1 span.tel {
  margin: 0 0 0 5px;
  font-size: 14px;
  color: #256E00;
}
.l_footer .foot > .inner > .btn-wrap > .flex .u_sp > .sub {
  margin: 5px 0 0;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .l_footer .foot > .inner > .btn-wrap > .flex .btn1 {
    order: 1;
  }
}
@media screen and (max-width: 768px) {
  .l_footer .foot > .inner > .btn-wrap > .flex .btn2 {
    order: 4;
  }
}
@media screen and (max-width: 768px) {
  .l_footer .foot > .inner > .btn-wrap > .flex .btn3 {
    order: 3;
    padding: 15px 0 0;
    margin: 20px 0 10px;
    border-top: 1px solid #DCDCDC;
  }
}
@media screen and (max-width: 768px) {
  .l_footer .foot > .inner > .btn-wrap > .flex .btn4 {
    order: 2;
    margin: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .l_footer .foot > .inner > .btn-wrap > .flex .btn5 {
    order: 5;
  }
}
.l_footer .foot > .inner > .tel {
  padding: 13px 0 0 40px;
  width: -moz-calc(100% - 693px);
  width: -o-calc(100% - 693px);
  width: -webkit-calc(100% - 693px);
  width: calc(100% - 693px);
}
@media screen and (max-width: 768px) {
  .l_footer .foot > .inner > .tel {
    display: none;
  }
}
.l_footer .foot > .inner > .tel .sub {
  font-size: 17px;
  color: #256E00;
  font-weight: 600;
  margin: 0 0 20px;
}
.l_footer .foot > .inner > .tel .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.l_footer .foot > .inner > .tel .flex > img:nth-of-type(1) {
  width: 55px;
}
.l_footer .foot > .inner > .tel .flex > img:nth-of-type(2) {
  width: 300px;
  height: 100%;
  margin: 0 0 0 10px;
}
.l_footer .foot > .inner > .tel .sml {
  margin: 15px 0 0;
  font-size: 13px;
}
.l_footer .foot .foot-menu {
  width: 1100px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .l_footer .foot .foot-menu {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l_footer .foot .foot-menu .foot-list {
  width: 700px;
}
@media screen and (max-width: 768px) {
  .l_footer .foot .foot-menu .foot-list {
    display: none;
  }
}
.l_footer .foot .foot-menu .foot-list > p {
  padding: 0 0 10px;
  border-bottom: 1px solid #DCDCDC;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.l_footer .foot .foot-menu .foot-list > p > a {
  font-weight: 600;
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.l_footer .foot .foot-menu .foot-list > p > a:hover {
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}
.l_footer .foot .foot-menu .foot-list > p > a > img {
  margin: 0 0 0 10px;
}
.l_footer .foot .foot-menu .foot-list > .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.l_footer .foot .foot-menu .foot-list > .flex > .col {
  margin: 20px 0 0;
}
.l_footer .foot .foot-menu .foot-list > .flex > .col a {
  color: #333;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.l_footer .foot .foot-menu .foot-list > .flex > .col a:hover {
  opacity: .5;
}
.l_footer .foot .foot-menu .foot-list > .flex > .col > a {
  padding: 0 0 0 35px;
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
}
.l_footer .foot .foot-menu .foot-list > .flex > .col > a:before {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
}
.l_footer .foot .foot-menu .foot-list > .flex > .col > a.ikumo:before {
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/spray.svg");
}
.l_footer .foot .foot-menu .foot-list > .flex > .col > a.care:before {
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/shampoo.svg");
}
.l_footer .foot .foot-menu .foot-list > .flex > .col > a.soap:before {
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/soap.svg");
}
.l_footer .foot .foot-menu .foot-list > .flex > .col > a > img {
  margin: 0 0 0 10px;
}
.l_footer .foot .foot-menu .foot-list > .flex > .col > ul > li {
  margin: 10px 0 0;
  padding: 0 0 0 35px;
}
.l_footer .foot .foot-menu .foot-list > .flex2 {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.l_footer .foot .foot-menu .foot-list > .flex2 > .col > p {
  font-weight: 600;
  padding: 0 0 10px;
  border-bottom: 1px solid #DCDCDC;
}
.l_footer .foot .foot-menu .foot-list > .flex2 > .col > p > a {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.l_footer .foot .foot-menu .foot-list > .flex2 > .col > p > a:hover {
  opacity: 1;
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}
.l_footer .foot .foot-menu .foot-list > .flex2 > .col > p > a > img {
  margin: 0 0 0 10px;
}
.l_footer .foot .foot-menu .foot-list > .flex2 > .col a {
  color: #333;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.l_footer .foot .foot-menu .foot-list > .flex2 > .col a:hover {
  opacity: .5;
}
.l_footer .foot .foot-menu .foot-list > .flex2 > .col > a {
  padding: 0 0 0 35px;
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
}
.l_footer .foot .foot-menu .foot-list > .flex2 > .col > a:before {
  content: '';
  top: 0;
  left: 0;
  position: absolute;
}
.l_footer .foot .foot-menu .foot-list > .flex2 > .col > a.ikumo:before {
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/spray.svg");
}
.l_footer .foot .foot-menu .foot-list > .flex2 > .col > a.care:before {
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/shampoo.svg");
}
.l_footer .foot .foot-menu .foot-list > .flex2 > .col > a.soap:before {
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/soap.svg");
}
.l_footer .foot .foot-menu .foot-list > .flex2 > .col > a > img {
  margin: 0 0 0 10px;
}
.l_footer .foot .foot-menu .foot-list > .flex2 > .col > ul {
  margin: 20px 0 0;
}
.l_footer .foot .foot-menu .foot-list > .flex2 > .col > ul.list2 {
  margin: 40px 0 0;
}
.l_footer .foot .foot-menu .foot-list > .flex2 > .col > ul.list2 > li > a {
  font-size: 14px;
  color: #646464;
}
.l_footer .foot .foot-menu .foot-list > .flex2 > .col > ul.list3 {
  margin: -22px 0 0;
}
.l_footer .foot .foot-menu .foot-list > .flex2 > .col > ul.list3 li {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #DCDCDC;
}
.l_footer .foot .foot-menu .foot-list > .flex2 > .col > ul.list3 li > a {
  font-weight: 600;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.l_footer .foot .foot-menu .foot-list > .flex2 > .col > ul.list3 li > a:hover {
  opacity: 1;
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}
.l_footer .foot .foot-menu .foot-list > .flex2 > .col > ul.list3 li > a > img {
  margin: 0 0 0 10px;
}
.l_footer .foot .foot-menu .foot-list > .flex2 > .col > ul > li {
  margin: 10px 0 0;
}
.l_footer .foot .foot-menu .foot-calendar {
  width: 336px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l_footer .foot .foot-menu .foot-calendar {
    width: 100%;
  }
}
.l_footer .foot .foot-menu .foot-calendar > p {
  padding: 0 0 10px;
  border-bottom: 1px solid #DCDCDC;
}
@media screen and (max-width: 768px) {
  .l_footer .foot .foot-menu .foot-calendar > p {
    display: none;
  }
}
.l_footer .foot .foot-menu .foot-calendar > p > a {
  font-weight: 600;
  padding: 0 0 0 35px;
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.l_footer .foot .foot-menu .foot-calendar > p > a:hover {
  -moz-transform: translateX(15px);
  -ms-transform: translateX(15px);
  -webkit-transform: translateX(15px);
  transform: translateX(15px);
}
.l_footer .foot .foot-menu .foot-calendar > p > a:after {
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/package.svg");
  top: 0;
  left: 0;
  position: absolute;
}
.l_footer .foot .foot-menu .foot-calendar > p > a > img {
  margin: 0 0 0 10px;
}
.l_footer .foot .foot-menu .foot-calendar .pc_calender {
  margin: 20px 0 0;
  width: auto;
  float: none;
}
@media screen and (max-width: 768px) {
  .l_footer .foot .foot-menu .foot-calendar .pc_calender {
    margin: 0;
  }
}
.l_footer .foot .foot-menu .foot-calendar .pc_calender #calender_area {
  width: auto;
}
.l_footer .foot .foot-menu .foot-calendar .pc_calender #calender_area .block_title {
  font-size: 16px;
  font-weight: normal;
}
.l_footer .foot .foot-menu .foot-calendar .pc_calender #calender_area .block_body {
  padding: 5px 17px;
}
.l_footer .foot .foot-menu .foot-calendar .pc_calender #calender_area .block_body table {
  width: 100%;
}
.l_footer .foot .foot-menu .foot-calendar .pc_calender #calender_area .block_body table .month {
  font-size: 15px;
  font-weight: normal;
}
.l_footer .foot .foot-menu .foot-calendar .pc_calender #calender_area .block_body table thead th {
  padding: 5px 0;
  background: #CF0000;
  color: #fff;
}
.l_footer .foot .foot-menu .foot-calendar .pc_calender #calender_area .block_body table tbody tr td {
  padding: 5px 0;
}
.l_footer .foot .foot-menu .foot-calendar .copy {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .l_footer .foot .foot-menu .foot-calendar .copy {
    display: block;
    position: static;
    text-align: center;
    padding: 30px 0 50px;
  }
}

/* =================================
 l_course
================================= */
.l_course {
  overflow: hidden;
}
.l_course .l_content_size {
  padding: 100px 0 100px;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size {
    padding: 70px 4.6875% 60px;
  }
}
.l_course .l_content_size .ttl {
  text-align: center;
}
.l_course .l_content_size .ttl > span {
  position: relative;
  display: inline-block;
}
.l_course .l_content_size .ttl > span:before {
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/product/ico_before.svg");
  position: absolute;
  left: -60px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .ttl > span:before {
    top: inherit;
    left: 0px;
    bottom: 0;
  }
}
.l_course .l_content_size .ttl > span:after {
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/product/ico_after.svg");
  position: absolute;
  right: -60px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .ttl > span:after {
    top: inherit;
    right: 0px;
  }
}
.l_course .l_content_size .ttl span {
  display: inline-block;
}
.l_course .l_content_size .ttl span.g {
  font-size: 52px;
  color: #2F7E07;
  font-weight: 600;
  position: relative;
}
.l_course .l_content_size .ttl span.g:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #FE6D05;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: -5px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.l_course .l_content_size .ttl span.m {
  font-size: 52px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .ttl span.m {
    font-size: 42px;
  }
}
.l_course .l_content_size .ttl span.s {
  font-size: 38px;
  font-weight: 300;
  margin: 0 2px 5px;
}
.l_course .l_content_size .flex {
  margin: 55px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .flex {
    margin: 30px 0 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.l_course .l_content_size .price {
  width: 650px;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .price {
    width: 100%;
  }
}
.l_course .l_content_size .price > img {
  max-width: 100%;
}
.l_course .l_content_size .price .txt {
  margin: 10px 0 0;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .price .txt {
    font-size: 28px;
  }
}
.l_course .l_content_size .price .txt > span {
  font-size: 32px;
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ecf55a 60%);
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .price .txt > span {
    font-size: 28px;
  }
}
.l_course .l_content_size .price .txt2 {
  font-size: 18px;
  margin: 25px 0 0;
  padding: 0 0 8px;
  border-bottom: 1px solid #ACAC75;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .price .txt2 {
    text-align: center;
  }
}
.l_course .l_content_size .price .flex {
  margin: 20px 0 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .price .flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l_course .l_content_size .price .flex .before {
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .price .flex .before {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.l_course .l_content_size .price .flex .before > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.l_course .l_content_size .price .flex .before .b1 {
  font-size: 22px;
  line-height: 1.1;
  font-weight: 600;
  display: inline-block;
  margin: 0 5px 0 0;
  white-space: nowrap;
}
.l_course .l_content_size .price .flex .before .before_price {
  font-size: 42px;
  line-height: 1;
  white-space: nowrap;
  margin: 0 0 5px;
  position: relative;
}
.l_course .l_content_size .price .flex .before .before_price:before {
  content: "";
  width: 102%;
  height: 1px;
  position: absolute;
  background: #333;
  position: absolute;
  top: 50%;
  left: -1%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l_course .l_content_size .price .flex .before .before_price:after {
  content: "";
  width: 102%;
  height: 1px;
  position: absolute;
  background: #333;
  position: absolute;
  top: 70%;
  left: -1%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.l_course .l_content_size .price .flex .before .yen {
  font-weight: 600;
  font-size: 16px;
  white-space: nowrap;
  margin: 0 0 5px;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .price .flex .after {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.l_course .l_content_size .price .flex .after > div {
  padding: 0 0 0 80px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .price .flex .after > div {
    padding: 45px 0 0;
    display: block;
  }
}
.l_course .l_content_size .price .flex .after > div:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12.1px;
  border-color: transparent transparent transparent #BA010F;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .price .flex .after > div:before {
    top: 14px;
    left: 50%;
    border-width: 14px 9px 0 9px;
    border-color: #BA010F transparent transparent transparent;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.l_course .l_content_size .price .flex .after > div:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12.1px;
  border-color: transparent transparent transparent #BA010F;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .price .flex .after > div:after {
    top: 23px;
    left: 50%;
    border-width: 14px 9px 0 9px;
    border-color: #BA010F transparent transparent transparent;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.l_course .l_content_size .price .flex .after .point {
  width: 100%;
  color: #BA010F;
}
.l_course .l_content_size .price .flex .after .point .u_osw {
  color: #BA010F;
}
.l_course .l_content_size .price .flex .after .after_price {
  color: #BA010F;
  font-size: 58px;
  line-height: 1;
  font-weight: 600;
}
.l_course .l_content_size .price .flex .after .yen {
  font-size: 22px;
  color: #BA010F;
  font-weight: 600;
}
.l_course .l_content_size .price .flex .after .circle {
  position: absolute;
  top: -70px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .price .flex .after .circle {
    top: -3px;
    right: -15%;
  }
}
.l_course .l_content_size .price .flex .after .circle .wrap {
  position: relative;
  width: 128px;
  height: 128px;
  background: #BA010F;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .price .flex .after .circle .wrap {
    width: 100px;
    height: 100px;
  }
}
.l_course .l_content_size .price .flex .after .circle .wrap:before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 34px 25px;
  border-color: transparent transparent #BA010F transparent;
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.l_course .l_content_size .price .flex .after .circle .wrap > p {
  text-align: center;
}
.l_course .l_content_size .price .flex .after .circle .wrap > p ß
span {
  color: #fff;
  display: inline-block;
}
.l_course .l_content_size .price .flex .after .circle .wrap > p .num {
  color: #fff;
  font-size: 29px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .price .flex .after .circle .wrap > p .num {
    font-size: 21px;
  }
}
.l_course .l_content_size .price .flex .after .circle .wrap > p .yen {
  color: #fff;
  font-size: 15px;
  margin: 0 0 0 5px;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .price .flex .after .circle .wrap > p .yen {
    font-size: 10px;
    line-height: 1.2;
  }
}
.l_course .l_content_size .price .flex .after .circle .wrap > p .sub {
  color: #fff;
  font-size: 24px;
  font-weight: 100;
  margin: 0 0 0 5px;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .price .flex .after .circle .wrap > p .sub {
    font-size: 17px;
  }
}
.l_course .l_content_size .imgwrap {
  position: relative;
  text-align: center;
  width: -moz-calc(100% - 650px);
  width: -o-calc(100% - 650px);
  width: -webkit-calc(100% - 650px);
  width: calc(100% - 650px);
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .imgwrap {
    width: 100%;
    padding: 0 0 20px;
  }
}
.l_course .l_content_size .imgwrap:after {
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/product/bg_circle.svg");
  z-index: -1;
  position: absolute;
  top: -90px;
  right: -80px;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .imgwrap:after {
    top: 0;
    right: 0;
  }
}
.l_course .l_content_size .imgwrap > img {
  width: 264px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .imgwrap > img {
    width: 186px;
  }
}
.l_course .l_content_size .check {
  margin: 40px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .check {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l_course .l_content_size .check > li {
  width: 330px;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .check > li {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l_course .l_content_size .check > li:not(:first-child) {
    margin: 20px 0 0;
  }
}
.l_course .l_content_size .check > li > .img-wrap {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .check > li > .img-wrap {
    width: 160px;
  }
}
.l_course .l_content_size .check > li > .img-wrap > img {
  width: 220px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .check > li > .txtwrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: -moz-calc(100% - 160px);
    width: -o-calc(100% - 160px);
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
  }
}
.l_course .l_content_size .check > li > .txtwrap > h3 {
  margin: 10px 0 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .check > li > .txtwrap > h3 {
    text-align: left;
    margin: 0;
    padding: 0 0 0 35px;
  }
}
.l_course .l_content_size .check > li > .txtwrap > h3 > span {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .check > li > .txtwrap > h3 > span {
    font-size: 22px;
  }
}
.l_course .l_content_size .check > li > .txtwrap > h3 > span:before {
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/product/check.svg");
  position: absolute;
  top: 0;
  left: -40px;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .check > li > .txtwrap > h3 > span:before {
    content: '';
    top: 6px;
    left: -30px;
    width: 24px;
    height: 23px;
    background: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/product/check.svg");
    background-size: cover;
  }
}
.l_course .l_content_size .check > li > .txtwrap > h3 > span > span {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  padding: 0 2px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .check > li > .txtwrap > h3 > span > span {
    font-size: 22px;
  }
}
.l_course .l_content_size .check > li > .txtwrap > h3 > span > span.bg {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, #ecf55a 5%, #ecf55a 92%, rgba(0, 0, 0, 0) 92%, rgba(0, 0, 0, 0) 100%);
}
.l_course .l_content_size .check > li > .txtwrap > p {
  margin: 5px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .check > li > .txtwrap > p {
    display: none;
  }
}
.l_course .l_content_size .check > li > .u_sp {
  margin: 10px 0 0;
}
.l_course .l_content_size .center {
  margin: 50px 0 0;
  text-align: center;
  font-size: 38px;
  font-weight: 300;
  padding: 0 0 10px;
  border-bottom: 1px solid #ACAC75;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .center {
    font-size: 28px;
    margin: 40px 0 0;
  }
}
.l_course .l_content_size .buy {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .buy {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l_course .l_content_size .buy > li {
  width: 345px;
  padding: 0 0 10px;
  border-bottom: 1px dashed #ACAC75;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .buy > li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .buy > li:not(:first-child) .flex {
    margin: 10px 0 0;
  }
}
.l_course .l_content_size .buy > li .flex {
  margin: 0;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .buy > li .flex {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l_course .l_content_size .buy > li .flex .txt {
  padding: 2px 0 0;
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .buy > li .flex .txt {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.l_course .l_content_size .buy > li .flex .txt span.bg {
  line-height: 1;
  font-size: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, #ecf55a 35%, #ecf55a 80%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .buy > li .flex .fukidashi {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 15px 0 0;
  }
}
.l_course .l_content_size .buy > li .flex .fukidashi > p {
  margin: 0 0 0 15px;
  color: #BA010F;
  padding: 3px 5px 4px 10px;
  border: 1px solid #BA010F;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .buy > li .flex .fukidashi > p {
    display: inline;
    margin: 0;
  }
}
.l_course .l_content_size .buy > li .flex .fukidashi > p:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 13px 6px 0;
  border-color: transparent #BA010F transparent transparent;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .buy > li .flex .fukidashi > p:before {
    top: -11px;
    left: 50%;
    border-width: 0 5px 11px 5px;
    border-color: transparent transparent #BA010F transparent;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.l_course .l_content_size .buy > li .flex .fukidashi > p:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 13px 6px 0;
  border-color: transparent #fff transparent transparent;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .buy > li .flex .fukidashi > p:after {
    top: -9px;
    left: 50%;
    border-width: 0 5px 11px 5px;
    border-color: transparent transparent #fff transparent;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.l_course .l_content_size .buy > li .flex .fukidashi > p > .u_osw {
  color: #BA010F;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
}
.l_course .l_content_size .buy > li .flex .fukidashi > p > .yen {
  color: #BA010F;
  font-size: 10px;
  font-weight: 600;
  margin: 0 0 0 2px;
}
.l_course .l_content_size .buy > li .flex .fukidashi > p > .sub {
  line-height: 1.2;
  color: #BA010F;
  font-size: 16px;
  font-weight: 600;
}
.l_course .l_content_size .buy > li .middle {
  padding: 10px 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l_course .l_content_size .buy > li .middle .price {
  width: auto;
  font-size: 42px;
  color: #BA010F;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .buy > li .middle .price {
    margin: 0 0 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .buy > li .middle > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.l_course .l_content_size .buy > li .middle > div > .point {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #BA010F;
}
@media screen and (max-width: 768px) {
  .l_course .l_content_size .buy > li .middle > div > .point {
    width: auto;
    padding: 15px 0 0;
  }
}
.l_course .l_content_size .buy > li .middle > div > .point .u_osw {
  color: #BA010F;
  font-weight: 600;
}
.l_course .l_content_size .buy > li .middle > div .yen {
  margin: 0 0 0 5px;
  font-size: 14px;
  color: #BA010F;
  font-weight: 600;
}

/* =================================
 l_voice
================================= */
.l_voice {
  padding: 95px 0 80px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l_voice {
    padding: 70px 0 40px;
    width: 100%;
    margin: 0;
    background: linear-gradient(#ffffff 140px, #fafaf7 140px, #fafaf7 100%);
  }
}
.l_voice:before {
  content: "";
  position: absolute;
  min-width: 1520px;
  width: -moz-calc(100% - 60px);
  width: -o-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  height: -moz-calc(100% - 40px);
  height: -o-calc(100% - 40px);
  height: -webkit-calc(100% - 40px);
  height: calc(100% - 40px);
  bottom: 0;
  left: 50%;
  background: #FAFAF7;
  border-radius: 30px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .l_voice:before {
    height: -moz-calc(100% - 50vw);
    height: -o-calc(100% - 50vw);
    height: -webkit-calc(100% - 50vw);
    height: calc(100% - 50vw);
  }
}
.l_voice:after {
  position: absolute;
  bottom: 10px;
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/product/bg_voice_circle.svg");
  left: -moz-calc(50% - 750px);
  left: -o-calc(50% - 750px);
  left: -webkit-calc(50% - 750px);
  left: calc(50% - 750px);
}
.l_voice > .l_content_size {
  position: relative;
  z-index: 1;
}
.l_voice > .l_content_size .txtwrap {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l_voice > .l_content_size .txtwrap {
    display: block;
    padding: 0 4.6875%;
    margin: 20px 0 0;
  }
}
.l_voice > .l_content_size .txtwrap > P {
  color: #FF0000;
  line-height: 1.9;
  padding: 0 40px 0 0;
  width: -moz-calc(100% - 268px);
  width: -o-calc(100% - 268px);
  width: -webkit-calc(100% - 268px);
  width: calc(100% - 268px);
}
@media screen and (max-width: 768px) {
  .l_voice > .l_content_size .txtwrap > P {
    width: 100%;
    padding: 0;
  }
}
.l_voice > .l_content_size .txtwrap .c_btn_1 {
  width: 268px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .l_voice > .l_content_size .txtwrap .c_btn_1 {
    margin: 15px auto 0;
  }
}
.l_voice > .l_content_size .txtwrap .c_btn_1 > p > img {
  width: 23px;
}
.l_voice > .l_content_size .txtwrap .c_btn_1 > p > span {
  font-size: 16px;
}
.l_voice > .l_content_size .voice-wrap {
  margin: 20px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l_voice > .l_content_size .voice-wrap {
    width: 100%;
    padding: 0 4.6875%;
  }
}
.l_voice > .l_content_size .voice-wrap:before {
  position: absolute;
  bottom: -80px;
  z-index: -1;
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/product/bg_ran.png");
  left: -moz-calc(50% + 250px);
  left: -o-calc(50% + 250px);
  left: -webkit-calc(50% + 250px);
  left: calc(50% + 250px);
}
.l_voice > .l_content_size .voice-wrap .scroll {
  width: 100%;
  height: 350px;
  overflow: scroll;
  box-shadow: 0px 0px 2px #00000029;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .l_voice > .l_content_size .voice-wrap .scroll {
    height: 280px;
  }
}
.l_voice > .l_content_size .voice-wrap .scroll > ul {
  background: #fff;
  padding: 15px 30px 50px;
}
.l_voice > .l_content_size .voice-wrap .scroll > ul > li {
  padding: 15px 0;
  border-bottom: 1px dashed #ACAC75;
}
.l_voice > .l_content_size .voice-wrap .scroll > ul > li .ttl {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l_voice > .l_content_size .voice-wrap .scroll > ul > li .ttl {
    padding: 0 0 20px;
  }
}
.l_voice > .l_content_size .voice-wrap .scroll > ul > li .ttl .name {
  color: #256E00;
  font-size: 20px;
  font-weight: 600;
}
.l_voice > .l_content_size .voice-wrap .scroll > ul > li .ttl .hoshi {
  margin: 0 0 0 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.l_voice > .l_content_size .voice-wrap .scroll > ul > li .ttl .hoshi > img {
  margin: 0 5px 0 0;
  width: 31px;
}
.l_voice > .l_content_size .voice-wrap .scroll > ul > li .ttl .date {
  position: absolute;
  top: 10px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .l_voice > .l_content_size .voice-wrap .scroll > ul > li .ttl .date {
    top: auto;
    bottom: -6px;
  }
}
.l_voice > .l_content_size .voice-wrap .scroll > ul > li > p {
  margin: 10px 0 0;
}

.l_cv {
  margin: 70px 0 0;
}
.l_cv * {
  font-family: 'Noto Sans JP', sans-serif;
}
.l_cv .cv {
  margin: 0 30px 0;
  background: #B5B591;
  border-radius: 10px;
  padding: 75px 20px 55px;
  min-width: 1100px;
  width: -moz-calc(100% - 60px);
  width: -o-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1160px) {
  .l_cv .cv {
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l_cv .cv {
    margin: 85px 4.6875% 0;
    padding: 75px 20px 30px;
    min-width: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: -moz-calc(100% - 4.6875% * 2);
    width: -o-calc(100% - 4.6875% * 2);
    width: -webkit-calc(100% - 4.6875% * 2);
    width: calc(100% - 4.6875% * 2);
  }
}
.l_cv .cv .inner {
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l_cv .cv .inner {
    max-width: auto;
    width: 100%;
  }
}
.l_cv .cv .inner .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .l_cv .cv .inner .flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.l_cv .cv .inner .flex .left {
  width: 580px;
}
@media screen and (max-width: 768px) {
  .l_cv .cv .inner .flex .left {
    width: 100%;
  }
}
.l_cv .cv .inner .flex .left .imgwrap {
  margin: -100px 0 0;
}
.l_cv .cv .inner .flex .left .fukidashi {
  background: #BA010F;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  padding: 15px 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l_cv .cv .inner .flex .left .fukidashi {
    width: 100%;
    padding: 15px 30px;
    font-size: 18px;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.l_cv .cv .inner .flex .left .fukidashi:before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 250px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 0 0;
  border-color: #BA010F transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .l_cv .cv .inner .flex .left .fukidashi:before {
    left: 215px;
  }
}
.l_cv .cv .inner .flex .left .img.img2 {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .l_cv .cv .inner .flex .left .img.img2 {
    margin: 25px 0 0;
    width: 198px;
  }
}
.l_cv .cv .inner .flex .left .img.img3 {
  margin: 20px 0 0;
  padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .l_cv .cv .inner .flex .left .img.img3 {
    width: 309px;
    margin: 10px 0 0;
    padding: 0 0 15px;
  }
}
.l_cv .cv .inner .flex .left .dashed-line {
  position: relative;
}
.l_cv .cv .inner .flex .left .dashed-line:before {
  content: "";
  background-image: linear-gradient(to right, #ffffff, #ffffff 4px, rgba(0, 0, 0, 0) 5px, rgba(0, 0, 0, 0) 11px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 69px;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .l_cv .cv .inner .flex .left .dashed-line:before {
    top: 40px;
  }
}
.l_cv .cv .inner .flex .left > p {
  margin: 30px 0 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l_cv .cv .inner .flex .left > p {
    margin: 20px 0 15px;
    line-height: 1.8;
  }
}
.l_cv .cv .inner .flex .right {
  width: 430px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .l_cv .cv .inner .flex .right {
    width: 100%;
  }
}
.l_cv .cv .inner .flex .right:before {
  width: 524px;
  height: 351px;
  content: '';
  background: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/cv_bg.png");
  background-size: cover;
  position: absolute;
  bottom: -55px;
  left: -77px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .l_cv .cv .inner .flex .right:before {
    width: 346px;
    height: 212px;
    bottom: -30px;
    left: -20px;
    background: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/sp/cv_bg.png");
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .l_cv .cv .inner .flex .right .flex {
    display: none;
  }
}
.l_cv .cv .inner .flex .right .flex .imgwrap > img {
  width: 72px;
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
.l_cv .cv .inner .flex .right .flex .txtwrap > p {
  font-size: 21px;
  margin: 10px 0 0;
  color: #fff;
}
.l_cv .cv .inner .flex .right .u_sp > .c_btn_1 {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l_cv .cv .inner .flex .right .u_sp > .c_btn_1:nth-of-type(1) {
    margin: 0;
  }
}
.l_cv .cv .inner .flex .right .u_sp > .c_btn_1 .c_ico_3 {
  font-size: 10px;
  margin: 0;
}
.l_cv .cv .inner .flex .right .u_sp > .c_btn_1 .txt1 {
  font-weight: 600;
}
.l_cv .cv .inner .flex .right .u_sp > .c_btn_1 .txt1 img {
  width: 26px;
  margin: 0 5px 0 0;
}
.l_cv .cv .inner .flex .right .u_sp > .c_btn_1 .txt2 {
  font-weight: 600;
  margin: 0 0 0 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l_cv .cv .inner .flex .right .u_sp > .c_btn_1 span.tel {
  margin: 0 0 0 5px;
  font-size: 14px;
  color: #256E00;
}
.l_cv .cv .inner .flex .right .u_sp > .sub {
  margin: 5px 0 0;
  text-align: center;
  font-size: 14px;
}
.l_cv .cv .inner .flex .right .c_btn_1 {
  width: 430px;
  margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
  .l_cv .cv .inner .flex .right .c_btn_1 {
    width: 100%;
    height: 80px;
  }
}
.l_cv .cv .inner .flex .right .c_btn_1 > p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l_cv .cv .inner .flex .right .c_btn_1 > p > span {
    font-weight: 600;
    font-size: 16px;
  }
}

.l_recommend {
  padding: 100px 0 80px;
  margin: 30px 30px 0;
  background: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/product/recommend_bg.png");
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  width: -moz-calc(100% - 60px);
  width: -o-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
}
@media screen and (max-width: 1160px) {
  .l_recommend {
    margin: 30px 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l_recommend {
    padding: 60px 4.6875% 20px;
    width: 100%;
    margin: 70px 0 0;
    background: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/product/sp/recommend_bg.png");
    background-position: center center;
    background-size: cover;
    border-radius: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.l_recommend > .l_content_size .flexwrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l_recommend > .l_content_size .flexwrap {
    display: block;
    position: relative;
  }
}
.l_recommend > .l_content_size .flexwrap .txtwrap {
  width: 640px;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .l_recommend > .l_content_size .flexwrap .txtwrap {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .l_recommend > .l_content_size .flexwrap .txtwrap > h2 {
    width: 190px;
  }
}
.l_recommend > .l_content_size .flexwrap .txtwrap > h2 > span {
  display: block;
}
.l_recommend > .l_content_size .flexwrap .txtwrap > h2 > span.sml {
  font-size: 32px;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .l_recommend > .l_content_size .flexwrap .txtwrap > h2 > span.sml {
    font-size: 28px;
  }
}
.l_recommend > .l_content_size .flexwrap .txtwrap > h2 > span.txt {
  font-size: 52px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .l_recommend > .l_content_size .flexwrap .txtwrap > h2 > span.txt {
    font-size: 36px;
  }
}
.l_recommend > .l_content_size .flexwrap .txtwrap ul {
  margin: 50px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.l_recommend > .l_content_size .flexwrap .txtwrap ul li {
  width: 180px;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 768px) {
  .l_recommend > .l_content_size .flexwrap .txtwrap ul li {
    width: 160px;
  }
}
.l_recommend > .l_content_size .flexwrap .txtwrap ul li > p {
  margin: 10px 0 0;
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l_recommend > .l_content_size .flexwrap .txtwrap ul li > p {
    padding: 0;
    font-size: 22px;
    text-align: center;
  }
}
.l_recommend > .l_content_size .flexwrap .txtwrap ul li > p:before {
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/product/check.svg");
  position: absolute;
  top: 0;
  left: -10px;
}
@media screen and (max-width: 768px) {
  .l_recommend > .l_content_size .flexwrap .txtwrap ul li > p:before {
    content: "";
  }
}
.l_recommend > .l_content_size .flexwrap .txtwrap .sub {
  text-align: center;
  font-size: 32px;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .l_recommend > .l_content_size .flexwrap .txtwrap .sub {
    display: none;
  }
}
.l_recommend > .l_content_size .flexwrap .txtwrap .sub > span {
  font-size: 32px;
  display: inline-block;
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ecf55a 60%);
}
.l_recommend > .l_content_size .flexwrap .imgwrap {
  padding: 60px 0 0 110px;
  width: -moz-calc(100% - 640px);
  width: -o-calc(100% - 640px);
  width: -webkit-calc(100% - 640px);
  width: calc(100% - 640px);
}
@media screen and (max-width: 768px) {
  .l_recommend > .l_content_size .flexwrap .imgwrap {
    position: absolute;
    width: 180px;
    padding: 0;
    top: -110px;
    right: -5%;
  }
}
.l_recommend > .l_content_size .flexwrap .imgwrap > img {
  width: 294px;
}
@media screen and (max-width: 768px) {
  .l_recommend > .l_content_size .flexwrap .imgwrap > img {
    width: auto;
  }
}

.l_use {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .l_use {
    padding: 60px 4.6875%;
  }
}
.l_use > .l_content_size > h2 {
  font-size: 52px;
  text-align: center;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l_use > .l_content_size > h2 {
    font-size: 36px;
    font-weight: 300;
  }
}
.l_use > .l_content_size > h2:before {
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/product/ico_before.svg");
  position: absolute;
  bottom: 0;
  left: -moz-calc(50% - 180px);
  left: -o-calc(50% - 180px);
  left: -webkit-calc(50% - 180px);
  left: calc(50% - 180px);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .l_use > .l_content_size > h2:before {
    left: 0;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.l_use > .l_content_size > h2:after {
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/product/ico_after.svg");
  position: absolute;
  bottom: 0;
  left: -moz-calc(50% + 180px);
  left: -o-calc(50% + 180px);
  left: -webkit-calc(50% + 180px);
  left: calc(50% + 180px);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .l_use > .l_content_size > h2:after {
    left: initial;
    right: 0;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.l_use > .l_content_size > h2 > span {
  line-height: 1;
  font-size: 32px;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .l_use > .l_content_size > h2 > span {
    font-size: 28px;
  }
}
.l_use > .l_content_size > ul {
  margin: 20px 0 0;
}
.l_use > .l_content_size > ul > li {
  border-radius: 4px;
  box-shadow: 0px 0px 2px #00000033;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l_use > .l_content_size > ul > li {
    display: block;
  }
}
.l_use > .l_content_size > ul > li:before {
  position: absolute;
  bottom: -14px;
  left: 50%;
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/product/triangle.svg");
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .l_use > .l_content_size > ul > li:before {
    bottom: -20px;
  }
}
.l_use > .l_content_size > ul > li:not(:first-child) {
  margin: 17px 0 0;
}
@media screen and (max-width: 768px) {
  .l_use > .l_content_size > ul > li:not(:first-child) {
    margin: 22px 0 0;
  }
}
.l_use > .l_content_size > ul > li:last-child:before {
  content: "";
}
.l_use > .l_content_size > ul > li > .imgwrap {
  width: 235px;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .l_use > .l_content_size > ul > li > .imgwrap {
    width: 100%;
    height: intrinsic;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.l_use > .l_content_size > ul > li > .imgwrap > img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .l_use > .l_content_size > ul > li > .imgwrap > img {
    width: 140px;
    height: intrinsic;
  }
}
@media screen and (max-width: 768px) {
  .l_use > .l_content_size > ul > li > .imgwrap > .u_sp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.l_use > .l_content_size > ul > li > .imgwrap .wrap {
  height: 100%;
  padding: 0 0 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l_use > .l_content_size > ul > li > .imgwrap .ttl > span {
  color: #2F7E07;
  font-size: 10px;
  font-weight: 600;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l_use > .l_content_size > ul > li > .imgwrap .ttl > span .u_osw {
  color: #2F7E07;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 0 5px;
}
.l_use > .l_content_size > ul > li > .imgwrap .ttl > span.txt {
  color: #333;
  font-size: 26px;
  font-weight: 500;
}
.l_use > .l_content_size > ul > li > .txtwrap {
  background: #FAFAFA;
  padding: 30px 30px 20px 30px;
  width: -moz-calc(100% - 235px);
  width: -o-calc(100% - 235px);
  width: -webkit-calc(100% - 235px);
  width: calc(100% - 235px);
}
@media screen and (max-width: 768px) {
  .l_use > .l_content_size > ul > li > .txtwrap {
    width: 100%;
    padding: 15px;
  }
}
.l_use > .l_content_size > ul > li > .txtwrap .ttl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l_use > .l_content_size > ul > li > .txtwrap .ttl {
    display: none;
  }
}
.l_use > .l_content_size > ul > li > .txtwrap .ttl > span {
  color: #2F7E07;
}
.l_use > .l_content_size > ul > li > .txtwrap .ttl > span .u_osw {
  display: block;
  line-height: 1;
  font-weight: 600;
  color: #2F7E07;
  font-size: 50px;
  text-align: center;
}
.l_use > .l_content_size > ul > li > .txtwrap .ttl > span.txt {
  font-weight: 500;
  font-size: 32px;
  color: #333;
  padding: 25px 0 0 20px;
}
.l_use > .l_content_size > ul > li > .txtwrap > p {
  margin: 20px 0 0;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .l_use > .l_content_size > ul > li > .txtwrap > p {
    margin: 0;
  }
}
.l_use > .l_content_size .banner {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l_use > .l_content_size .banner {
    display: block;
  }
}
.l_use > .l_content_size .banner > p {
  width: 535px;
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .l_use > .l_content_size .banner > p {
    width: 100%;
    font-size: 20px;
    line-height: 1.8;
  }
}
.l_use > .l_content_size .banner > a {
  width: 535px;
}
@media screen and (max-width: 768px) {
  .l_use > .l_content_size .banner > a {
    width: 100%;
  }
}
.l_use > .l_content_size .banner > a > img {
  max-width: 100%;
  -moz-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.2);
}

.l_seibun {
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l_seibun {
    width: 100%;
    padding: 90px 4.6875% 40px;
    margin: 0;
    border-radius: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.l_seibun:before {
  position: absolute;
  top: 0;
  left: 50%;
  content: '';
  border-radius: 30px;
  height: 100%;
  background: #E1EEF5;
  z-index: -1;
  min-width: 1600px;
  width: -moz-calc(100% - 60px);
  width: -o-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.l_seibun:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 675px;
  height: 430px;
  background: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/product/bg_ran2.png");
  background-size: cover;
  z-index: -1;
  left: -moz-calc(50% - 900px);
  left: -o-calc(50% - 900px);
  left: -webkit-calc(50% - 900px);
  left: calc(50% - 900px);
}
.l_seibun > .l_content_size {
  position: relative;
}
.l_seibun > .l_content_size:before {
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/product/seibun_bg01.png");
  position: absolute;
  top: -110px;
  z-index: -1;
  left: -moz-calc(50% + 60px);
  left: -o-calc(50% + 60px);
  left: -webkit-calc(50% + 60px);
  left: calc(50% + 60px);
}
@media screen and (max-width: 768px) {
  .l_seibun > .l_content_size:before {
    top: -90px;
    left: 50%;
    content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/sp/seibun_bg01.png");
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.l_seibun > .l_content_size > h2 {
  font-size: 52px;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l_seibun > .l_content_size > h2 {
    font-size: 36px;
  }
}
.l_seibun > .l_content_size > h2 > span {
  line-height: 1;
  font-size: 32px;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .l_seibun > .l_content_size > h2 > span {
    font-size: 28px;
  }
}
.l_seibun > .l_content_size .flex {
  position: relative;
  margin: 20px 0 0;
  border-radius: 10px;
  padding: 30px;
  background: #FAFAFA;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l_seibun > .l_content_size .flex {
    padding: 0;
    display: block;
    border-radius: 5px;
  }
}
.l_seibun > .l_content_size .flex .imgwrap {
  width: 374px;
}
@media screen and (max-width: 768px) {
  .l_seibun > .l_content_size .flex .imgwrap {
    width: 100%;
  }
}
.l_seibun > .l_content_size .flex .imgwrap > img {
  max-width: 100%;
}
.l_seibun > .l_content_size .flex .txtwrap {
  padding: 30px 0 0 30px;
  width: -moz-calc(100% - 374px);
  width: -o-calc(100% - 374px);
  width: -webkit-calc(100% - 374px);
  width: calc(100% - 374px);
}
@media screen and (max-width: 768px) {
  .l_seibun > .l_content_size .flex .txtwrap {
    width: 100%;
    padding: 15px;
  }
}
.l_seibun > .l_content_size .flex .txtwrap .ttl {
  font-size: 20px;
  font-weight: 600;
}
.l_seibun > .l_content_size .flex .txtwrap .txt {
  margin: 15px 0 0;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .l_seibun > .l_content_size .flex .txtwrap .txt {
    margin: 10px 0 0;
  }
}
.l_seibun > .l_content_size .flex .txtwrap .sml {
  margin: 5px 0 0 0;
  font-size: 14px;
  font-weight: 300;
}
.l_seibun > .l_content_size .fukidashi {
  width: 484px;
  height: 60px;
  margin: 35px auto 0;
  background: #B5B591;
  border-radius: 4px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l_seibun > .l_content_size .fukidashi {
    width: 100%;
    margin: 20px auto 0;
  }
}
.l_seibun > .l_content_size .fukidashi:before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 68%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 26px 0 0;
  border-color: #B5B591 transparent transparent transparent;
}
@media screen and (max-width: 768px) {
  .l_seibun > .l_content_size .fukidashi:before {
    left: 47%;
  }
}
.l_seibun > .l_content_size .fukidashi > p {
  letter-spacing: .76px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}
.l_seibun > .l_content_size .fukidashi > p > span {
  display: inline-block;
  margin: 0 5px;
  color: #fff;
  font-size: 32px;
  line-height: 1;
}
.l_seibun > .l_content_size > ul {
  width: 800px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .l_seibun > .l_content_size > ul {
    width: 100%;
    margin: 30px auto 0;
    background: #fff;
    display: block;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    border-radius: 4px;
  }
}
.l_seibun > .l_content_size > ul > li {
  width: 180px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l_seibun > .l_content_size > ul > li {
    width: 100%;
    text-align: left;
    padding: 13px 0;
    border-bottom: 1px solid #dcdcdc;
  }
}
@media screen and (max-width: 768px) {
  .l_seibun > .l_content_size > ul > li > .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 50px 0 10px;
    position: relative;
  }
  .l_seibun > .l_content_size > ul > li > .wrap:before {
    content: '';
    width: 20px;
    height: 1px;
    background: #2F7E07;
    position: absolute;
    top: 36px;
    right: 15px;
  }
  .l_seibun > .l_content_size > ul > li > .wrap:after {
    content: '';
    width: 1px;
    height: 20px;
    background: #2F7E07;
    position: absolute;
    top: 27px;
    right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .l_seibun > .l_content_size > ul > li > .wrap._active:after {
    background: transparent;
  }
}
@media screen and (max-width: 768px) {
  .l_seibun > .l_content_size > ul > li > .wrap > p {
    padding: 0 0 0 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.l_seibun > .l_content_size > ul > li > .wrap > img {
  width: 156px;
}
@media screen and (max-width: 768px) {
  .l_seibun > .l_content_size > ul > li > .wrap > img {
    width: 70px;
    height: intrinsic;
  }
}
.l_seibun > .l_content_size > ul > li > .child {
  display: none;
}
@media screen and (max-width: 768px) {
  .l_seibun > .l_content_size > ul > li > .child {
    padding: 10px 10px 0 10px;
  }
}
.l_seibun > .l_content_size > .ttl {
  margin: 50px 0 0;
  font-size: 26px;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .l_seibun > .l_content_size > .ttl {
    margin: 30px 0 0;
    font-size: 22px;
    text-align: center;
  }
}
.l_seibun > .l_content_size > .txt {
  line-height: 1.8;
  font-size: 16px;
}
.l_seibun > .l_content_size .addition_box {
  margin: 30px 0 0;
}
.l_seibun > .l_content_size .addition_box .c_ttl_4 {
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 1.34px;
  font-weight: 300;
  padding: 8px 0 41px 398px;
  position: relative;
}
.l_seibun > .l_content_size .addition_box .c_ttl_4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/about/p.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 378px;
  height: 75px;
}
@media screen and (max-width: 768px) {
  .l_seibun > .l_content_size .addition_box .c_ttl_4 {
    font-size: 28px;
    padding: 21vw 8px 15px;
  }
  .l_seibun > .l_content_size .addition_box .c_ttl_4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/about/p.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 20vw;
  }
}
.l_seibun > .l_content_size .addition_box .circleItemList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0 -10px -20px;
}
.l_seibun > .l_content_size .addition_box .circleItemList .seibun_tgl,
.l_seibun > .l_content_size .addition_box .circleItemList .listitem {
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
  padding: 0 10px 20px;
  flex: 0 0 25%;
  max-width: 25%;
}
.l_seibun > .l_content_size .addition_box .circleItemList .seibun_tgl .wrap,
.l_seibun > .l_content_size .addition_box .circleItemList .listitem .wrap {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.l_seibun > .l_content_size .addition_box .circleItemList .seibun_tgl .wrap > h3,
.l_seibun > .l_content_size .addition_box .circleItemList .listitem .wrap > h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.l_seibun > .l_content_size .addition_box .circleItemList .seibun_tgl .wrap > h3.txt-left,
.l_seibun > .l_content_size .addition_box .circleItemList .listitem .wrap > h3.txt-left {
  text-align: left;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.l_seibun > .l_content_size .addition_box .circleItemList .seibun_tgl .wrap img,
.l_seibun > .l_content_size .addition_box .circleItemList .listitem .wrap img {
  max-width: 220px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.l_seibun > .l_content_size .addition_box .circleItemList .seibun_tgl .child,
.l_seibun > .l_content_size .addition_box .circleItemList .listitem .child {
  margin-top: 10px;
}
.l_seibun > .l_content_size .addition_box .circleItemList .seibun_tgl .child p,
.l_seibun > .l_content_size .addition_box .circleItemList .listitem .child p {
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .l_seibun > .l_content_size .addition_box .circleItemList {
    margin: 0;
    background: #fff;
    border-top: 1px solid #dcdcdc;
  }
  .l_seibun > .l_content_size .addition_box .circleItemList.u_pc {
    display: none !important;
  }
  .l_seibun > .l_content_size .addition_box .circleItemList .seibun_tgl {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    padding: 13px 0;
    border-bottom: 1px solid #dcdcdc;
  }
  .l_seibun > .l_content_size .addition_box .circleItemList .seibun_tgl .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 50px 0 0;
    position: relative;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l_seibun > .l_content_size .addition_box .circleItemList .seibun_tgl .wrap {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0 50px 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .l_seibun > .l_content_size .addition_box .circleItemList .seibun_tgl .wrap > img {
    width: 70px;
    max-width: 100%;
    margin: 0;
  }
  .l_seibun > .l_content_size .addition_box .circleItemList .seibun_tgl .wrap > h3 {
    padding: 0 0 0 10px;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: left;
  }
  .l_seibun > .l_content_size .addition_box .circleItemList .seibun_tgl .wrap::before {
    content: "";
    width: 20px;
    height: 1px;
    background: #2f7e07;
    position: absolute;
    top: 36px;
    right: 15px;
  }
  .l_seibun > .l_content_size .addition_box .circleItemList .seibun_tgl .wrap::after {
    content: "";
    width: 1px;
    height: 20px;
    background: #2f7e07;
    position: absolute;
    top: 27px;
    right: 24px;
  }
  .l_seibun > .l_content_size .addition_box .circleItemList .seibun_tgl .wrap._active::after {
    display: none;
  }
  .l_seibun > .l_content_size .addition_box .circleItemList .seibun_tgl .child {
    padding: 10px 10px 0 10px;
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .l_seibun > .l_content_size .addition_box .u_sp {
    display: none !important;
  }
  .l_seibun > .l_content_size .addition_box .circleItemList {
    margin: 0 -30px 50px;
  }
  .l_seibun > .l_content_size .addition_box .circleItemList .seibun_tgl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 30px;
  }
  .l_seibun > .l_content_size .addition_box .circleItemList .seibun_tgl .textwrap {
    padding-left: 20px;
  }
  .l_seibun > .l_content_size .addition_box .circleItemList .seibun_tgl .textwrap > .wrap > p {
    margin-top: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}

.l_attention {
  padding: 80px 0 100px;
}
@media screen and (max-width: 768px) {
  .l_attention {
    padding: 60px 4.6875% 60px;
  }
}
.l_attention > .l_content_size > h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 100;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .l_attention > .l_content_size > h2 {
    margin: 0 0 10px;
  }
}
.l_attention > .l_content_size .txt1 {
  font-size: 16px;
  padding: 0 0 0 15px;
  line-height: 1.9;
  position: relative;
}
.l_attention > .l_content_size .txt1:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #B5B591;
  position: absolute;
  top: 12px;
  left: 3px;
  border-radius: 50%;
}
.l_attention > .l_content_size .txt2 {
  font-size: 16px;
  padding: 0 0 0 78px;
  line-height: 1.9;
  position: relative;
}
.l_attention > .l_content_size .txt2 > span {
  position: absolute;
  top: 3px;
  left: 56px;
  font-weight: 600;
}
.l_attention > .l_content_size > h3 {
  margin: 35px 0 0;
  font-size: 26px;
  font-weight: 100;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .l_attention > .l_content_size > h3 {
    font-size: 22px;
    margin: 25px 0 5px;
    line-height: 1.4;
  }
}
.l_attention > .l_content_size .txt3 {
  font-size: 14px;
  line-height: 1.8;
}

.l_sp_bnr01 {
  display: none;
}
@media screen and (max-width: 768px) {
  .l_sp_bnr01 {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: none;
  }
  .l_sp_bnr01 > a {
    width: 50%;
  }
  .l_sp_bnr01 > a > img {
    max-width: 100%;
  }
}

.l_sp_bnr02 {
  display: none;
}

.p_single .l_sp_bnr01 {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_single .l_sp_bnr01 {
    display: none;
  }
}
.p_single .l_sp_bnr02 {
  display: none;
}
@media screen and (max-width: 768px) {
  .p_single .l_sp_bnr02 {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .p_single .l_sp_bnr02 > a {
    width: 100%;
  }
  .p_single .l_sp_bnr02 > a > img {
    max-width: 100%;
  }
}

.l_bread {
  width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l_bread {
    width: 92%;
    white-space: nowrap;
    overflow: scroll;
  }
}
.l_bread * {
  font-family: 'Noto Sans JP', sans-serif;
}
.l_bread li {
  padding: 0 15px 0 0;
}
.l_bread li a {
  color: #ACAC75;
  display: inline-block;
  position: relative;
}
.l_bread li a span {
  color: #ACAC75;
}
.l_bread li a:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  top: 11px;
  right: -9px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l_bread .txtlink span {
  color: #ACAC75;
  display: inline-block;
  margin: 0 5px 0 0;
  text-decoration: underline;
}
.l_bread .txtlink span:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .l_bread .txtlink span:hover {
    text-decoration: underline;
  }
}
.l_bread .txtlink:not(:nth-of-type(1)) span {
  margin: 0 5px;
}
.l_bread > .txt {
  display: inline-block;
  margin: 0 0 0 5px;
}

.u_pc {
  display: block;
}

.u_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u_pc {
    display: none;
  }

  .u_sp {
    display: block;
  }
}
.u_fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.u_body_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.u_osw {
  font-family: 'Oswald',sans-serif;
}

.u_move_right {
  opacity: 0;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
}
@media screen and (max-width: 768px) {
  .u_move_right {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.u_move_right._active {
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.u_move_top {
  opacity: 0;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}
@media screen and (max-width: 768px) {
  .u_move_top {
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.u_move_top._active {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.sPage .u_move_top._active {
  background: #FAFAFA;
}

.u_move_right_top {
  opacity: 0;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -moz-transform: translate(-100px, 100px);
  -ms-transform: translate(-100px, 100px);
  -webkit-transform: translate(-100px, 100px);
  transform: translate(-100px, 100px);
}
@media screen and (max-width: 768px) {
  .u_move_right_top {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.u_move_right_top._active {
  opacity: 1;
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
}

.c_ttl_1 h2, .c_ttl_1 h1,
.c_ttl_1 p.ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 52px;
  line-height: 1.2;
  color: #333;
}
@media screen and (max-width: 768px) {
  .c_ttl_1 h2, .c_ttl_1 h1,
  .c_ttl_1 p.ttl {
    text-align: center;
    font-size: 36px;
  }
}
.c_ttl_1 p {
  color: #ACAC75;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .c_ttl_1 p {
    text-align: center;
    line-height: 1.2;
    font-weight: 600;
    margin: 5px 0 0;
  }
}

.c_ttl_2 h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_ttl_2 h2 {
    font-size: 28px;
  }
}
.c_ttl_2 p {
  color: #ACAC75;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .c_ttl_2 p {
    line-height: 1.2;
    font-weight: 600;
    margin: 5px 0 0;
  }
}

.c_ttl_3 {
  text-align: center;
  position: relative;
}
.c_ttl_3 .sub {
  font-size: 32px;
  font-weight: 100;
  display: block;
}
@media screen and (max-width: 768px) {
  .c_ttl_3 .sub {
    font-size: 28px;
  }
}
.c_ttl_3 .main {
  line-height: 1.3;
  font-size: 52px;
  font-weight: 100;
  display: block;
}
@media screen and (max-width: 768px) {
  .c_ttl_3 .main {
    font-size: 36px;
  }
}
.c_ttl_3 .fukidashi {
  width: 420px;
  height: 70px;
  background: #BA010F;
  border-radius: 4px;
  padding: 0 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  top: -90px;
  left: 50%;
  font-weight: 400;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c_ttl_3 .fukidashi {
    width: -moz-calc(100% - 30px);
    width: -o-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 50px;
    top: -70px;
  }
}
.c_ttl_3 .fukidashi > span {
  position: relative;
  letter-spacing: 1.12px;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c_ttl_3 .fukidashi > span {
    font-size: 20px;
  }
}
.c_ttl_3 .fukidashi > span:before {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 91px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 26px 19px 0;
  border-color: transparent #BA010F transparent transparent;
}
@media screen and (max-width: 768px) {
  .c_ttl_3 .fukidashi > span:before {
    bottom: -34px;
  }
}

.c_ico_1 {
  display: inline-block;
  background: #2F7E07;
  border-radius: 1px;
  font-size: 14px;
  color: #fff;
  padding: 3px 15px;
}
.c_ico_1:not(:nth-of-type(1)) {
  margin: 0 0 0 5px;
}
.c_ico_1._pt1 {
  border: 1.5px solid #2F7E07;
  background: #fff;
  color: #2F7E07;
  padding: 1.5px 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c_ico_1 a {
  color: #fff;
}
.c_ico_1._pt1 a{
  color: #2F7E07;
}
.c_ico_2 {
  display: inline-block;
  background: #E6361B;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  padding: 5px 10px;
}
.c_ico_2:not(:nth-of-type(1)) {
  margin: 0 0 0 5px;
}
.c_ico_2._pt1 {
  background: #FF79A8;
}
.c_ico_2._pt2 {
  background: #5074D8;
}
.c_ico_2._pt3 {
  background: #006400;
}

.c_ico_3 {
  display: inline-block;
  background: #CE2D12;
  border-radius: 2px;
  font-size: 14px;
  color: #fff;
  padding: 1px 5px;
}
.c_ico_3:not(:nth-of-type(1)) {
  margin: 0 0 0 5px;
}
.c_ico_3._pt1 {
  background: #2F7E07;
}
.c_ico_3._pt2 {
  background: #fff;
  border: 1px solid #2F7E07;
  color: #2F7E07;
  padding: 0 5px;
}

.c_btn_1 {
  width: 410px;
  height: 80px;
  border-radius: 5px;
  border: 1px solid #DCDCDC;
  box-shadow: 0px 0px 2px #00000029;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ffffff 0%, #eae8e8 100%) 0% 0% no-repeat padding-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c_btn_1 {
    height: 60px;
    width: -moz-calc(50% - 5px);
    width: -o-calc(50% - 5px);
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
  }
}
.c_btn_1:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #ffffff 0%, #eae8e8 100%) 0% 0% no-repeat padding-box;
}
.c_btn_1._pt1 {
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #7fd952 0%, #36a200 100%) 0% 0% no-repeat padding-box;
}
.c_btn_1._pt1:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #7fd952 0%, #36a200 100%) 0% 0% no-repeat padding-box;
}
.c_btn_1._pt1 > p > span {
  color: #fff;
}
.c_btn_1 > p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c_btn_1 > p > img {
    width: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c_btn_1 > p > img.call {
    width: 26px;
  }
}
.c_btn_1 > p > span {
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  .c_btn_1 > p > span {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 0 5px;
  }
}

.c_btn_2 {
  width: 268px;
  height: 60px;
  border-radius: 5px;
  box-shadow: 0px 0px 2px #00000029;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ffffff 0%, #eae8e8 100%) 0% 0% no-repeat padding-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c_btn_2 {
    border-radius: 3px;
  }
}
.c_btn_2:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #ffffff 0%, #eae8e8 100%) 0% 0% no-repeat padding-box;
}
.c_btn_2 > p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c_btn_2 > p {
    white-space: nowrap;
  }
}
.c_btn_2 > p > span {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin: 0 10px 0 0;
}

.c_btn_3 {
  width: 126px;
  height: 70px;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #7fd952 0%, #36a200 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 2px #00000029;
  border-radius: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c_btn_3:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #7fd952 0%, #36a200 100%) 0% 0% no-repeat padding-box;
}
.c_btn_3 > .wrap > p {
  width: 100%;
  font-size: 12px;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c_btn_3 > .wrap > p.txt {
  margin: 4px 0 0;
}

.c_btn_4 {
  width: 126px;
  height: 70px;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ffffff 0%, #eae8e8 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 2px #00000029;
  border-radius: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c_btn_4:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #ffffff 0%, #eae8e8 100%) 0% 0% no-repeat padding-box;
}
.c_btn_4 > .wrap > p {
  width: 100%;
  font-size: 12px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c_btn_4 > .wrap > p .num {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 10px;
  display: block;
  position: absolute;
  background: #fe6d05;
  color: #fff;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-transform: translate(25%, -100%);
  -ms-transform: translate(25%, -100%);
  -webkit-transform: translate(25%, -100%);
  transform: translate(25%, -100%);
}
.c_btn_4 > .wrap > p.txt {
  margin: 4px 0 0;
}

.c_btn_5 {
  width: 308px;
  height: 70px;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #fcc359 0%, #ff6a05 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #FE6D05;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c_btn_5:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #fcc359 0%, #ff6a05 100%) 0% 0% no-repeat padding-box;
}
.c_btn_5 > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c_btn_5 > div > p {
  position: relative;
}
.c_btn_5 > div > p .num {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 10px;
  display: block;
  position: absolute;
  background: #fe6d05;
  color: #fff;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-transform: translate(45%, -120%);
  -ms-transform: translate(45%, -120%);
  -webkit-transform: translate(45%, -120%);
  transform: translate(45%, -120%);
}
.c_btn_5 > div > span {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 0 10px;
}

.c_btn_6 {
  width: 140px;
  height: 55px;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #7fd952 0%, #36a200 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 2px #00000029;
  border-radius: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c_btn_6:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #7fd952 0%, #36a200 100%) 0% 0% no-repeat padding-box;
}
.c_btn_6 > .wrap > p {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c_btn_6 > .wrap > p img {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
}
.c_btn_6 > .wrap > p span {
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
}

.c_btn_7 {
  width: 126px;
  height: 55px;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ffffff 0%, #eae8e8 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 2px #00000029;
  border-radius: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c_btn_7:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #ffffff 0%, #eae8e8 100%) 0% 0% no-repeat padding-box;
}
.c_btn_7 > .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c_btn_7 > .wrap > p {
  width: 100%;
  font-size: 12px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c_btn_7 > .wrap > p .num {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 10px;
  display: block;
  position: absolute;
  background: #fe6d05;
  color: #fff;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-transform: translate(25%, -100%);
  -ms-transform: translate(25%, -100%);
  -webkit-transform: translate(25%, -100%);
  transform: translate(25%, -100%);
}
.c_btn_7 > .wrap > p.txt {
  font-weight: 600;
  white-space: nowrap;
  margin: 0 0 0 12px;
}

.c_btn_8 {
  width: 100%;
  height: 70px;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #fcc359 0%, #ff6a05 100%) 0% 0% no-repeat padding-box;
  border: 1px solid #FE6D05;
  border-radius: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c_btn_8:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #fcc359 0%, #ff6a05 100%) 0% 0% no-repeat padding-box;
}
.c_btn_8 > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c_btn_8 > div > span {
  color: #fff;
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 0 10px;
}

.c_item_1 {
  width: 510px;
  background: #fff;
  padding: 12px 25px 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c_item_1:has(.price>small) {
  display: none;
}
@media screen and (max-width: 768px) {
  .c_item_1 {
    width: 100%;
    padding: 12px 15px 12px;
  }
}
.c_item_1 .flex {
  white-space: nowrap;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; */
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .c_item_1 .flex {
    white-space: inherit;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c_item_1 .flex .txt {
  padding: 2px 0 0;
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c_item_1 .flex .txt {
    width: 100%;
    white-space: nowrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.c_item_1 .flex .txt span.bg {
  line-height: 1;
  font-size: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 35%, #ecf55a 35%, #ecf55a 80%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 768px) {
  .c_item_1 .flex .fukidashi {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 15px 0 0;
    width: 100%;
  }
}
.c_item_1 .flex .fukidashi > p {
  margin: 0 0 0 15px;
  color: #BA010F;
  padding: 3px 8px 4px 15px;
  border: 1px solid #BA010F;
  border-radius: 4px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c_item_1 .flex .fukidashi > p {
    display: inline;
    margin: 0;
  }
}
.c_item_1 .flex .fukidashi > p:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 13px 6px 0;
  border-color: transparent #BA010F transparent transparent;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c_item_1 .flex .fukidashi > p:before {
    top: -11px;
    left: 50%;
    border-width: 0 5px 11px 5px;
    border-color: transparent transparent #BA010F transparent;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.c_item_1 .flex .fukidashi > p:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 13px 6px 0;
  border-color: transparent #fff transparent transparent;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c_item_1 .flex .fukidashi > p:after {
    top: -9px;
    left: 50%;
    border-width: 0 5px 11px 5px;
    border-color: transparent transparent #fff transparent;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.c_item_1 .flex .fukidashi > p > .u_osw {
  color: #BA010F;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
}
.c_item_1 .flex .fukidashi > p > .yen {
  color: #BA010F;
  font-size: 10px;
  font-weight: 600;
  margin: 0 0 0 2px;
}
.c_item_1 .flex .fukidashi > p > .sub {
  line-height: 1.2;
  color: #BA010F;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  margin: 0 0 0 10px;
}
.c_item_1 .middle {
  padding: 10px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .c_item_1 .middle {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c_item_1 .middle .price {
  width: auto;
  font-size: 32px;
  color: #BA010F;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c_item_1 .middle .price {
    white-space: nowrap;
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .c_item_1 .middle > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.c_item_1 .middle > div > .point {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #BA010F;
}
@media screen and (max-width: 768px) {
  .c_item_1 .middle > div > .point {
    font-size: 14px;
    padding: 12px 5px 0 0;
    width: auto;
    white-space: nowrap;
  }
}
.c_item_1 .middle > div > .point .u_osw {
  color: #BA010F;
  font-weight: 600;
}
.c_item_1 .middle > div .yen {
  margin: 0;
  font-size: 14px;
  color: #BA010F;
  font-weight: 600;
}
.c_item_1 .middle .c_btn_8 {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .c_item_1 .middle .c_btn_8 {
    width: 100%;
    margin: 10px 0 0;
  }
}

.c_item_2 {
  width: 510px;
  background: #fff;
  padding: 12px 25px 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c_item_2 {
    width: 100%;
    padding: 12px 15px 12px;
  }
}
.c_item_2 .flex {
  white-space: nowrap;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .c_item_2 .flex {
    white-space: inherit;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c_item_2 .flex .select {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c_item_2 .flex .select {
    width: 100%;
    margin: 0 0 18px;
  }
}
.c_item_2 .flex .select .txt {
  font-size: 18px;
  font-weight: 600;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c_item_2 .flex .select .selectwrap {
  margin: 0 0 0 12px;
  width: 90px;
  height: 50px;
  position: relative;
}
.c_item_2 .flex .select .selectwrap:before {
  top: 50%;
  right: 8px;
  content: "";
  position: absolute;
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c_item_2 .flex .select .selectwrap > select {
  font-size: 18px;
  width: 100%;
  height: 100%;
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  padding: 0 0 0 50px;
}
.c_item_2 .flex .fukidashi {
  padding: 3px 5px 4px 10px;
  border: 1px solid #BA010F;
  border-radius: 4px;
  position: relative;
  width: -moz-calc(100% - 173px);
  width: -o-calc(100% - 173px);
  width: -webkit-calc(100% - 173px);
  width: calc(100% - 173px);
}
@media screen and (max-width: 768px) {
  .c_item_2 .flex .fukidashi {
    width: 100%;
    display: inline;
    margin: 0;
  }
}
.c_item_2 .flex .fukidashi:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 13px 6px 0;
  border-color: transparent #BA010F transparent transparent;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c_item_2 .flex .fukidashi:before {
    top: -11px;
    left: 35%;
    border-width: 0 5px 11px 5px;
    border-color: transparent transparent #BA010F transparent;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.c_item_2 .flex .fukidashi:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 13px 6px 0;
  border-color: transparent #fff transparent transparent;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c_item_2 .flex .fukidashi:after {
    top: -9px;
    left: 35%;
    border-width: 0 5px 11px 5px;
    border-color: transparent transparent #fff transparent;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.c_item_2 .flex .fukidashi > div {
  margin: 0 0 0 5px;
  color: #BA010F;
}
.c_item_2 .flex .fukidashi > div > p:nth-of-type(2) {
  margin: 3px 0 0;
}
.c_item_2 .flex .fukidashi > div > p > .u_osw {
  color: #BA010F;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  margin: 0 1px;
}
.c_item_2 .flex .fukidashi > div > p > .txt {
  color: #BA010F;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  padding: 0 0 2px 0;
}
.c_item_2 .flex .fukidashi > div > p > .yen {
  color: #BA010F;
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 0 2px;
}
.c_item_2 .flex .fukidashi > div > p > .sub {
  line-height: 1.2;
  color: #BA010F;
  font-size: 14px;
  font-weight: 600;
}
.c_item_2 .middle {
  padding: 10px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .c_item_2 .middle {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c_item_2 .middle .price {
  width: auto;
  font-size: 32px;
  color: #BA010F;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c_item_2 .middle .price {
    white-space: nowrap;
    font-size: 38px;
  }
}
@media screen and (max-width: 768px) {
  .c_item_2 .middle > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.c_item_2 .middle > div > .point {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #BA010F;
}
@media screen and (max-width: 768px) {
  .c_item_2 .middle > div > .point {
    font-size: 14px;
    padding: 12px 5px 0 0;
    width: auto;
    white-space: nowrap;
  }
}
.c_item_2 .middle > div > .point .u_osw {
  color: #BA010F;
  font-weight: 600;
}
.c_item_2 .middle > div .yen {
  margin: 0 0 0 5px;
  font-size: 14px;
  color: #BA010F;
  font-weight: 600;
}
.c_item_2 .middle .c_btn_8 {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .c_item_2 .middle .c_btn_8 {
    width: 100%;
    margin: 10px 0 0;
  }
}

.c_item_3 .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c_item_3 .flex {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.c_item_3 .flex + .flex {
  margin: 10px 0 0;
}
.c_item_3 .flex .txtwrap {
  margin: 0 10px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c_item_3 .flex .txtwrap {
    -webkit-align-items: initial;
    -moz-align-items: initial;
    -ms-align-items: initial;
    align-items: initial;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.c_item_3 .flex .txtwrap > p {
  transform: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c_item_3 .flex .txtwrap > p {
    padding: 15px 0 0;
  }
}
.c_item_3 .flex .checkwrap,
.c_item_3 .flex .sizewrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c_item_3 .flex .checkwrap,
  .c_item_3 .flex .sizewrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 190px;
  }
}
.c_item_3 .flex .checkwrap .label01,
.c_item_3 .flex .sizewrap .label01 {
  font-size: 18px;
  padding: 0 0 0 50px;
  width: 190px;
  height: 50px;
  position: relative;
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ffffff 0%, #eae8e8 100%) 0% 0% no-repeat padding-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c_item_3 .flex .checkwrap .label01:nth-of-type(2),
.c_item_3 .flex .sizewrap .label01:nth-of-type(2) {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  .c_item_3 .flex .checkwrap .label01:nth-of-type(2),
  .c_item_3 .flex .sizewrap .label01:nth-of-type(2) {
    margin: 10px 0 0;
  }
}
.c_item_3 .flex .checkwrap .label01:before,
.c_item_3 .flex .sizewrap .label01:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  width: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #DCDCDC;
  border-radius: 2px;
  box-shadow: 1px 1px 2px 0px #DCDCDC inset;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c_item_3 .flex .checkwrap .label01._active,
.c_item_3 .flex .sizewrap .label01._active {
  background: #FDFDD5;
  border: 1px solid #ACAC75;
}
.c_item_3 .flex .checkwrap .label01._active:before,
.c_item_3 .flex .sizewrap .label01._active:before {
  box-shadow: none;
}
.c_item_3 .flex .checkwrap .label01._active:after,
.c_item_3 .flex .sizewrap .label01._active:after {
  position: absolute;
  top: 50%;
  left: 19px;
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/product/radio-check.svg");
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c_list_1 {
  width: 1100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .c_list_1 {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c_list_1 > * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c_list_1 > li {
  width: 355px;
  box-shadow: 0px 0px 2px #00000033;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .c_list_1 > li {
    width: 100%;
  }
  .c_list_1 > li:not(:first-child) {
    margin: 10px 0 0;
  }
}
.c_list_1 > li .imgwrap {
  padding: 10px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .c_list_1 > li .imgwrap {
    text-align: center;
  }
}
.c_list_1 > li .imgwrap img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .c_list_1 > li .imgwrap img {
    width: 215px;
  }
}
.c_list_1 > li .txtwrap {
  padding: 22px 16px 16px;
  background: #FAFAFA;
}
.c_list_1 > li .txtwrap .list_ttl {
  font-size: 20px;
  text-align: center;
}
.c_list_1 > li .txtwrap .tag {
  margin: 5px 0 0;
  text-align: center;
}
.c_list_1 > li .txtwrap .desc {
  margin: 8px 0 0;
}
@media screen and (max-width: 768px) {
  .c_list_1 > li .txtwrap .desc {
    line-height: 2;
  }
}
.c_list_1 > li .txtwrap .btnwrap {
  margin: 10px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: center;
}
.c_list_1 > li .txtwrap .btnwrap .btn1 {
  height: 50px;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ffb74e 0%, #ff6a05 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 2px #00000029;
  border-radius: 3px;
  width: -moz-calc(50% - 2.5px);
  width: -o-calc(50% - 2.5px);
  width: -webkit-calc(50% - 2.5px);
  width: calc(50% - 2.5px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c_list_1 > li .txtwrap .btnwrap .btn1:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #fcc359 0%, #ff6a05 100%) 0% 0% no-repeat padding-box;
}
.c_list_1 > li .txtwrap .btnwrap .btn1 > .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c_list_1 > li .txtwrap .btnwrap .btn1 > .wrap > p {
  width: 100%;
  font-size: 19px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c_list_1 > li .txtwrap .btnwrap .btn1 > .wrap > p {
    font-size: 18px;
  }
}
.c_list_1 > li .txtwrap .btnwrap .btn1 > .wrap > p > img {
  width: 26px;
}
.c_list_1 > li .txtwrap .btnwrap .btn1 > .wrap > p.txt {
  color: #fff;
  white-space: nowrap;
  margin: 0 0 0 5px;
}
.c_list_1 > li .txtwrap .btnwrap .btn2 {
  height: 50px;
  border-radius: 3px;
  box-shadow: 0px 0px 2px #00000029;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ffffff 0%, #eae8e8 100%) 0% 0% no-repeat padding-box;
  width: -moz-calc(50% - 2.5px);
  width: -o-calc(50% - 2.5px);
  width: -webkit-calc(50% - 2.5px);
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c_list_1 > li .txtwrap .btnwrap .btn2:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #ffffff 0%, #eae8e8 100%) 0% 0% no-repeat padding-box;
}
.c_list_1 > li .txtwrap .btnwrap .btn2 > p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c_list_1 > li .txtwrap .btnwrap .btn2 > p {
    white-space: nowrap;
  }
}
.c_list_1 > li .txtwrap .btnwrap .btn2 > p > span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin: 0 8px 0 0;
}
@media screen and (max-width: 768px) {
  .c_list_1 > li .txtwrap .btnwrap .btn2 > p > span {
    font-size: 12px;
  }
}
.c_list_1 > li .txtwrap .btnwrap .btn2 > p > img {
  margin: 2px 0 0;
}

.c_list_2 {
  width: 1100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .c_list_2 {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c_list_2 > * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c_list_2 > li {
  width: 260px;
  box-shadow: 0px 0px 2px #00000033;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .c_list_2 > li {
    width: -moz-calc(50% - 2.5px);
    width: -o-calc(50% - 2.5px);
    width: -webkit-calc(50% - 2.5px);
    width: calc(50% - 2.5px);
  }
  .c_list_2 > li:nth-child(n + 3) {
    margin: 5px 0 0;
  }
}
.c_list_2 > li .imgwrap {
  padding: 10px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .c_list_2 > li .imgwrap {
    text-align: center;
  }
}
.c_list_2 > li .imgwrap img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .c_list_2 > li .imgwrap img {
    width: 215px;
  }
}
.c_list_2 > li .txtwrap {
  padding: 22px 16px 16px;
  background: #FAFAFA;
}
@media screen and (max-width: 768px) {
  .c_list_2 > li .txtwrap {
    padding: 15px 10px 16px;
  }
}
.c_list_2 > li .txtwrap .list_ttl {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_list_2 > li .txtwrap .list_ttl {
    font-size: 18px;
  }
}
.c_list_2 > li .txtwrap .tag {
  margin: 5px 0 0;
  text-align: center;
}
.c_list_2 > li .txtwrap .desc {
  margin: 8px 0 0;
}
@media screen and (max-width: 768px) {
  .c_list_2 > li .txtwrap .desc {
    line-height: 2;
  }
}
.c_list_2 > li .txtwrap .btnwrap {
  margin: 10px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.c_list_2 > li .txtwrap .btnwrap .btn1 {
  height: 50px;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ffb74e 0%, #ff6a05 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 2px #00000029;
  border-radius: 3px;
  width: -moz-calc(50% - 2.5px);
  width: -o-calc(50% - 2.5px);
  width: -webkit-calc(50% - 2.5px);
  width: calc(50% - 2.5px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c_list_2 > li .txtwrap .btnwrap .btn1:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #fcc359 0%, #ff6a05 100%) 0% 0% no-repeat padding-box;
}
.c_list_2 > li .txtwrap .btnwrap .btn1 > .wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .c_list_2 > li .txtwrap .btnwrap .btn1 > .wrap {
    display: block;
  }
}
.c_list_2 > li .txtwrap .btnwrap .btn1 > .wrap > p {
  width: 100%;
  font-size: 16px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c_list_2 > li .txtwrap .btnwrap .btn1 > .wrap > p {
    font-size: 13px;
  }
}
.c_list_2 > li .txtwrap .btnwrap .btn1 > .wrap > p > img {
  width: 22px;
}
@media screen and (max-width: 768px) {
  .c_list_2 > li .txtwrap .btnwrap .btn1 > .wrap > p > img {
    width: 18px;
  }
}
.c_list_2 > li .txtwrap .btnwrap .btn1 > .wrap > p.txt {
  color: #fff;
  white-space: nowrap;
  margin: 0 0 0 5px;
}
@media screen and (max-width: 768px) {
  .c_list_2 > li .txtwrap .btnwrap .btn1 > .wrap > p.txt {
    margin: 0;
  }
}
.c_list_2 > li .txtwrap .btnwrap .btn2 {
  height: 50px;
  border-radius: 3px;
  box-shadow: 0px 0px 2px #00000029;
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #ffffff 0%, #eae8e8 100%) 0% 0% no-repeat padding-box;
  /* width: -moz-calc(50% - 2.5px);
  width: -o-calc(50% - 2.5px);
  width: -webkit-calc(50% - 2.5px);
  width: calc(50% - 2.5px); */
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c_list_2 > li .txtwrap .btnwrap .btn2:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(0deg, #ffffff 0%, #eae8e8 100%) 0% 0% no-repeat padding-box;
}
.c_list_2 > li .txtwrap .btnwrap .btn2 > p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c_list_2 > li .txtwrap .btnwrap .btn2 > p {
    width: 100%;
  }
}
.c_list_2 > li .txtwrap .btnwrap .btn2 > p > span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin: 0 8px 0 0;
}
@media screen and (max-width: 768px) {
  .c_list_2 > li .txtwrap .btnwrap .btn2 > p > span {
    font-size: 12px;
  }
}
.c_list_2 > li .txtwrap .btnwrap .btn2 > p > img {
  margin: 2px 0 0;
}

/*# sourceMappingURL=style.css.map */
@media screen and (max-width: 768px) {
  .l_sp_bnr01.bnr_fixed {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

.article_list .article_item > a .flex .imgwrap img.column_img,
.p_productlist.p_top-single img.column_img {
  height: auto;
  object-fit: cover;
}

/* 211210 */
.main .btn2{
  margin-bottom: 100px;
}
/* 220118 */
.p_top .mainvisual .mainslide .slick-slide a .wrap.bg img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
/* 221028 */
.l_seibun_02{
  width: 100%;
}
.l_seibun_02 .img-sp {
  display: block;
}
.l_seibun_02 .img-pc {
  display: none;
}
@media only screen and (min-width: 769px) {
  .l_seibun_02 .img-pc {
    display: block;
    max-width: 1600px;
    margin: 0 auto;
  }
  .l_seibun_02 .img-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l_seibun_02{
    margin: 0 auto;
    width: 100%;
  }
  .l_seibun_02 .img-sp {
    display: block;
    width: 100%;
    max-width: 100%;
 }
}

/* 221031 */

/* .p_productlist.p_top .sec.sec_2 {
  padding: 136px 0 80px;
  margin-bottom: 100px;
  position: relative;
}

.p_productlist.p_top .sec.l_seibun {
  overflow: visible;
} */

/*  */
@media screen and (min-width: 769px) {
.p_productlist.list_cymbidium{
  margin-top: 120px;
}
}
@media screen and (max-width: 768px) {
  .p_productlist.list_cymbidium{
    margin-top: 60px;
  }
  .p_productlist.list_cymbidium .u_pc {
    display: none !important;
}
}


.p_productlist.list_cymbidium .sec.sec_cymbidium {
  padding: 136px 0 80px;
  margin-bottom: 100px;
  position: relative;
}
.p_productlist.list_cymbidium .sec.sec_cymbidium:before {
  content: "";
  height: 100%;
  width: -moz-calc(100% - 60px);
  width: -o-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  min-width: 1160px;
  background: #fafaf7;
  border-radius: 30px;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.p_productlist.list_cymbidium .sec.sec_cymbidium .c_ttl_2 {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: auto;
}
.p_productlist.list_cymbidium .sec.sec_cymbidium .c_ttl_2 h2 small,
.p_productlist.list_cymbidium .sec.sec_cymbidium .c_ttl_2 h2 .man {
  font-weight: 300;
}
.p_productlist.list_cymbidium .sec.sec_cymbidium .c_ttl_2 h2 small {
  font-size: 32px;
  line-height: 1.2;
  display: block;
}
.p_productlist.list_cymbidium .sec.sec_cymbidium .c_ttl_2 h2 .main {
  font-size: 52px;
  line-height: 1.2;
}

@media screen and (min-width: 769px) {
.p_productlist.list_cymbidium .sec.sec_cymbidium .l_content_size {
  margin-top: 120px;
}
}
@media screen and (max-width: 768px) {
  .p_productlist.list_cymbidium .sec.sec_cymbidium .l_content_size {
    margin-top: 60px;
  }
}

.p_productlist.list_cymbidium .sec.sec_cymbidium .l_content_size > .txt {
  margin-bottom: 60px;
}
.p_productlist.list_cymbidium .sec.sec_cymbidium .boxwrap {
  margin-bottom: 50px;
}
.p_productlist.list_cymbidium .sec.sec_cymbidium .boxwrap .imgwrap {
  text-align: center;
  margin-bottom: 20px;
}
.p_productlist.list_cymbidium .sec.sec_cymbidium .boxwrap.lastBoxWrap {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .p_productlist.list_cymbidium .sec.sec_cymbidium .boxwrap.lastBoxWrap .circleItemList {
    margin: 0 -30px 50px;
  }
  .p_productlist.list_cymbidium .sec.sec_cymbidium .boxwrap.lastBoxWrap .circleItemList .seibun_tgl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 30px;
  }
  .p_productlist.list_cymbidium .sec.sec_cymbidium .boxwrap.lastBoxWrap .circleItemList .seibun_tgl .textwrap {
    padding-left: 20px;
  }
  .p_productlist.list_cymbidium .sec.sec_cymbidium .boxwrap.lastBoxWrap .circleItemList .seibun_tgl .textwrap > .wrap > p {
    margin-top: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
.p_productlist.list_cymbidium .sec.sec_cymbidium .boxwrap .caution {
  margin-top: 16px;
}
.p_productlist.list_cymbidium .sec.sec_cymbidium .c_ttl_4 {
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 1.34px;
  font-weight: 300;
  padding: 8px 0 41px 398px;
  position: relative;
}
.p_productlist.list_cymbidium .sec.sec_cymbidium .c_ttl_4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/about/p.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 378px;
  height: 75px;
}
@media screen and (max-width: 768px) {
  .p_productlist.list_cymbidium .sec.sec_cymbidium .c_ttl_4 {
    font-size: 28px;
    padding: 21vw 8px 15px;
  }
  .p_productlist.list_cymbidium .sec.sec_cymbidium .c_ttl_4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/about/p.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 20vw;
  }
}

@media screen and (max-width: 768px) {
  .p_productlist.list_cymbidium .sec, .p_productlist.list_cymbidium .sec.sec_1, .p_productlist.list_cymbidium .sec.sec_cymbidium {
    padding-left: 4.6875%;
    padding-right: 4.6875%;
  }

  .p_productlist.list_cymbidium .sec.sec_cymbidium {
    padding: 162px 4.6875% 40px;
  }
  .p_productlist.list_cymbidium .sec.sec_cymbidium .boxwrap {
    margin-bottom: 10px;
  }
  .p_productlist.list_cymbidium .sec.sec_cymbidium .c_ttl_2 {
    top: -95px;
    left: 4.6875%;
    right: 4.6875%;
  }
  .p_productlist.list_cymbidium .sec.sec_cymbidium .c_ttl_2 h2 > small {
    font-size: 28px;
  }
  .p_productlist.list_cymbidium .sec.sec_cymbidium .c_ttl_2 h2 .main {
    font-size: 36px;
    font-weight: 300;
  }
  .p_productlist.list_cymbidium .sec.sec_cymbidium .l_content_size > .txt {
    margin-bottom: 0;
  }
  .p_productlist.list_cymbidium .sec.sec_cymbidium .l_content_size > .flex {
    border-top: 0;
    padding: 0;
  }
  .p_productlist.list_cymbidium .sec.sec_cymbidium .l_content_size > .flex .txtwrap {
    padding: 15px 0;
  }
  .p_productlist.list_cymbidium .sec.sec_cymbidium .l_content_size > .flex .txtwrap .sml {
    margin-top: 35px;
    padding-left: 1em;
    text-indent: -1em;
  }
}

.p_productlist.list_cymbidium .sec.sec_cymbidium::after {
  display: none;
}
.p_productlist.list_cymbidium .sec.sec_cymbidium .circleItemList .listitem .wrap > h3 {
  font-size: 26px;
}

@media screen and (min-width: 769px) {
  .p_productlist.list_cymbidium .sec.sec_cymbidium {
    padding: 74px 0 80px;
    margin: 0;
  }
  .p_productlist.list_cymbidium .sec.sec_cymbidium .c_ttl_2 {
    top: -45px;
  }
  .p_productlist.list_cymbidium .sec.sec_cymbidium .l_content_size > .txt {
    margin: 0 0 30px;
  }
  /* .p_productlist.list_cymbidium .sec.sec_cymbidium .l_content_size .boxwrap {
    margin: 0;
  } */
  .p_productlist.list_cymbidium .u_pc {
    display: inline-block;
}
  .p_productlist.list_cymbidium .u_sp {
    display: none !important;
}
}

@media screen and (max-width: 768px) {
  .p_productlist.list_cymbidium .sec.sec_cymbidium {
    background: #fafaf7;
    padding: 180px 4.6875% 40px;
    margin: 0;
  }
  .p_productlist.list_cymbidium .sec.sec_cymbidium .c_ttl_2 {
    top: -30px;
  }
  .p_productlist.list_cymbidium .sec.sec_cymbidium .l_content_size > .txt {
    margin: 0 0 20px;
  }
  .p_productlist.list_cymbidium .sec.sec_cymbidium::before {
    display: none;
  }
}
/*  */
.p_productlist.list_cymbidium .circleItemList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0 -10px -20px;
}
.p_productlist.list_cymbidium .circleItemList .seibun_tgl,
.p_productlist.list_cymbidium .circleItemList .listitem {
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
  padding: 0 10px 20px;
  flex: 0 0 25%;
  max-width: 25%;
}
.p_productlist.list_cymbidium .circleItemList .seibun_tgl .wrap,
.p_productlist.list_cymbidium .circleItemList .listitem .wrap {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.p_productlist.list_cymbidium .circleItemList .seibun_tgl .wrap > h3,
.p_productlist.list_cymbidium .circleItemList .listitem .wrap > h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.p_productlist.list_cymbidium .circleItemList .seibun_tgl .wrap > h3.txt-left,
.p_productlist.list_cymbidium .circleItemList .listitem .wrap > h3.txt-left {
  text-align: left;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.p_productlist.list_cymbidium .circleItemList .seibun_tgl .wrap img,
.p_productlist.list_cymbidium .circleItemList .listitem .wrap img {
  max-width: 220px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.p_productlist.list_cymbidium .circleItemList .seibun_tgl .child,
.p_productlist.list_cymbidium .circleItemList .listitem .child {
  margin-top: 10px;
}
.p_productlist.list_cymbidium .circleItemList .seibun_tgl .child p,
.p_productlist.list_cymbidium .circleItemList .listitem .child p {
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .p_productlist.list_cymbidium .circleItemList {
    margin: 0;
    display: block;
    border-top: 1px solid #dcdcdc;
  }
  .p_productlist.list_cymbidium .circleItemList .seibun_tgl {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    padding: 13px 0;
    border-bottom: 1px solid #dcdcdc;
  }
  .p_productlist.list_cymbidium .circleItemList .seibun_tgl .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 50px 0 0;
    position: relative;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p_productlist.list_cymbidium .circleItemList .seibun_tgl .wrap {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p_productlist.list_cymbidium .circleItemList .seibun_tgl .wrap > img {
    width: 70px;
    max-width: 100%;
    margin: 0;
  }
  .p_productlist.list_cymbidium .circleItemList .seibun_tgl .wrap > h3 {
    font-size: 20px;
    padding: 0 0 0 10px;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: left;
  }
  .p_productlist.list_cymbidium .circleItemList .seibun_tgl .wrap::before {
    content: "";
    width: 20px;
    height: 1px;
    background: #2f7e07;
    position: absolute;
    top: 36px;
    right: 15px;
  }
  .p_productlist.list_cymbidium .circleItemList .seibun_tgl .wrap::after {
    content: "";
    width: 1px;
    height: 20px;
    background: #2f7e07;
    position: absolute;
    top: 27px;
    right: 24px;
  }
  .p_productlist.list_cymbidium .circleItemList .seibun_tgl .wrap._active::after {
    display: none;
  }
  .p_productlist.list_cymbidium .circleItemList .seibun_tgl .child {
    padding: 10px 0 0;
    display: none;
  }
  .p_productlist.list_cymbidium .circleItemList .listitem {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 20px;
    text-align: left;
  }
  .p_productlist.list_cymbidium .circleItemList .listitem .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .p_productlist.list_cymbidium .circleItemList .listitem .wrap img {
    max-width: 160px;
    margin: 0;
  }
  .p_productlist.list_cymbidium .circleItemList .listitem .wrap > h3 {
    font-size: 22px;
    padding: 10px 0 10px 15px;
  }
  .p_productlist.list_cymbidium .circleItemList .listitem:last-child {
    padding: 0;
  }
}
.p_productlist.list_cymbidium .sec.l_seibun {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .p_productlist.list_cymbidium .sec.l_seibun {
    background: #fafaf7;
  }
  .p_productlist.list_cymbidium .sec.l_seibun::before, .p_productlist.list_cymbidium .sec.l_seibun::after {
    display: none;
  }
}

.p_productlist.list_cymbidium .sec.sec_2 .boxwrap {
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) {
  .l_voice > .l_content_size .voice-wrap {
    margin: 40px auto 20px;
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .l_voice > .l_content_size .voice-wrap .scroll > ul {
    padding: 15px 15px 50px;
}
  .l_voice > .l_content_size .voice-wrap .scroll > ul > li .ttl .hoshi { 
    margin: 0;
    width: 100%;
    flex-wrap: wrap-reverse;
  }
}

@media screen and (min-width: 769px) {
  .tips .l_mainvisual_sub{
    height: 150px;
  }
}

/*# cart confirm */
input.cart-confirm-button {
  display       : inline-block;
  border-radius : 5px;
  font-size     : 18px;
  text-align    : center;
  cursor        : pointer;
  padding       : 12px 0;
  background    : #aabe0d;
  color         : #ffffff;
  line-height   : 1em;
  transition    : .3s;
  border        : 2px solid #aabe0d;
  width: 230px;
}
input.cart-confirm-button:hover {
  color         : #aabe0d;
  background    : #ffffff;
}

.btn_area .confirm-button {
  display       : inline-block;
  border-radius : 5px;
  font-size     : 18px;
  text-align    : center;
  cursor        : pointer;
  padding       : 12px 0;
  background    : #aabe0d;
  color         : #ffffff;
  line-height   : 1em;
  transition    : .3s;
  border        : 2px solid #aabe0d;
  width: 230px;
}
.btn_area .confirm-button:hover {
  color         : #aabe0d;
  background    : #ffffff;
}

.btn_area .disagree-button {
  display       : inline-block;
  border-radius : 5px;
  font-size     : 18px;
  text-align    : center;
  cursor        : pointer;
  padding       : 12px 0;
  background    : #afafb0;
  color         : #ffffff;
  line-height   : 1em;
  transition    : .3s;
  border        : 2px solid #afafb0;
  width: 230px;
}
div#undercolumn .btn_area .disagree-button:hover {
  color         : #afafb0;
  background    : #ffffff;
}

@media screen and (max-width: 768px) {
  input.cart-confirm-button,.btn_area .confirm-button {
    padding: 12px 0;
    font-size: 14px;
    width: 160px;
  }
  .btn_area .disagree-button {
    padding: 12px 0;
    font-size: 14px;
    width: 150px;
  }
}
@media screen and (min-width: 769px) {
  .c_list_1 > li .txtwrap .btnwrap .btn1 > .wrap > p.cartin-txt {
    font-size: 16px;
  }
}

.campaign {
  padding: 0 0 80px;
  position: relative;
  overflow: hidden;
}
.campaign:before {
  content: "";
  position: absolute;
  min-width: 1500px;
  top: 30px;
  left: 50%;
  z-index: -1;
  border-radius: 30px;
  background: #FAFAF7;
  width: -moz-calc(100% - 60px);
  width: -o-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  height: -moz-calc(100% - 90px);
  height: -o-calc(100% - 90px);
  height: -webkit-calc(100% - 90px);
  height: calc(100% - 90px);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.campaign .campaign-ttl {
  font-family:'Noto Serif JP';
  font-size: 52px;
  text-align: center;
  font-weight: bold;
}
.campaign .campaign-ttl .small{
  font-family:'Noto Sans JP';
  font-size: 28px;
  color: #BA010F;
  position: relative;
}
.campaign .campaign-ttl .small::before {
  content: "";
  position: absolute;
  content: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/top/allow_left.svg);
  display: inline-block;
  top: 0;
  left: -25px;
}
.campaign .campaign-ttl .small::after {
  content: "";
  position: absolute;
  content: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/top/allow_right.svg);
  display: inline-block;
  top: 0;
  right: -25px;
}
.campaign .pc-campaign-img {
  text-align: center;
  margin-top: 50px;
  margin-left: ;
}
.campaign .sp-campaign-img {
  text-align: center;
  margin-top: 70px;
  margin-left: 4%;
}
.campaign .btnwrap {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
}
.campaign .btnwrap .btn1,.campaign .btnwrap .btn2 {
  display: inline-block;
  width: 400px;
  margin: 0 20px;
}
.campaign .btnwrap .btn1 img,.campaign .btnwrap .btn2 img {
  width: 100%;
}
.campaign .btnwrap .btn1:hover,.campaign .btnwrap .btn2:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .campaign {
    margin-top: -30px;
  }
  .campaign:before {
    height: -moz-calc(100% - 90px);
    height: -o-calc(100% - 90px);
    height: -webkit-calc(100% - 90px);
    height: calc(100% - 90px);
  }
  .campaign .l_content_size {
    padding: 0 4.6875%;
  }
  .campaign .campaign-ttl {
    font-size: 28px;
  }
  .campaign .campaign-ttl .small {
    font-size: 20px;
  }
  .campaign .campaign-ttl .small::before,.campaign .campaign-ttl .small::after {
    top: -5px;
  }
  .campaign .btnwrap {
    margin: 20px 0 0;
    flex-wrap: wrap;
  }
  .campaign .btnwrap .btn1,.campaign .btnwrap .btn2,#p_hair-care-single .campaign.u_sp .btnwrap .btn2 {
    width: 100%;
    margin: 0 auto;
  }
  .campaign .btnwrap .btn1 img {
    margin: 0 0 20px;
  }
  .campaign .sp-campaign-img {
    margin: 40px 0 0 4%;
  }
  .u_sp.sp-campaign-banner {
    display: grid
  }
}

.fukidashi-wrap {
  margin: 0 20px 30px;
  text-align: center;
}
.fukidashi-wrap .fukidashi-ttl {
  background: #BA010F;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  padding: 10px 30px;
  position: relative;
  line-height: 2.5rem;
  margin: 0 0 0 120px;
}
.fukidashi-wrap .fukidashi-ttl:before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 250px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 0 0;
  border-color: #BA010F transparent transparent transparent;
}
.fukidashi-wrap .fukidashi-ttl .large {
  font-size: 32px;
  margin: 0 5px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .fukidashi-wrap .fukidashi-ttl {
    margin: 0;
    line-height: 2rem;
  }
  .fukidashi-wrap .fukidashi-ttl {
    width: 100%;
    padding: 5px 20px;
    font-size: 16px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .fukidashi-wrap .fukidashi-ttl .large {
    font-size: 22px;
  }
}

.l_shindanshi {
  padding: 0 0 80px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.l_shindanshi:before {
  content: "";
  position: absolute;
  min-width: 1520px;
  width: -moz-calc(100% - 60px);
  width: -o-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  height: -moz-calc(100%);
  height: -o-calc(100%);
  height: -webkit-calc(100%);
  height: calc(100%);
  bottom: 0;
  left: 50%;
  background: #FAFAF7;
  border-radius: 30px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.l_shindanshi > .l_content_size {
  position: relative;
  z-index: 1;
}
.l_shindanshi .shindanshi-wrap {
  text-align: center;
  margin: 40px auto 20px;
  width: 700px;
}
.l_shindanshi .shindanshi-wrap .shindanshi-flex {
  display: flex;
  margin: 20px 0px;
}
.l_shindanshi .shindanshi-wrap .shindanshi-flex .imgwrap img {
  width: 150px;
}
.l_shindanshi .shindanshi-wrap .shindanshi-flex .shindanshi-flex-txt {
  font-size: 24px;
  text-align: left;
  margin: 0 0 0 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.l_shindanshi .shindanshi-wrap .shindanshi-desc-txt {
  font-size: 20px;
  text-align: left;
}
.l_shindanshi .shindanshi-wrap .shindanshi-reference-txt {
  font-size: 12px;
  text-align: right;
}
@media screen and (min-width: 769px) {
  .shindanshi  > .l_content_size .shindanshi-wrap {
      margin: 40px auto 20px;
      width: 800px;
  }
}
@media screen and (max-width: 768px){
  .l_shindanshi {
    padding: 0;
  }
  .l_shindanshi .shindanshi-wrap {
    width: 100%;
  }
  .l_shindanshi .l_content_size {
    padding: 0 4.6875%;
  }
  .shindanshi  > .l_content_size .shindanshi-wrap {
      width: 100%;
      padding: 0 4.6875%;
  }
  .l_shindanshi .shindanshi-wrap .shindanshi-flex .shindanshi-flex-txt {
    font-size: 16px;
  }
  .l_shindanshi .shindanshi-wrap .shindanshi-desc-txt {
    font-size: 16px;
  }
}

.l_faq {
  padding: 80px 0 0;
}
.l_faq  > .l_content_size > h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 100;
  margin: 0 0 20px;
}
.l_faq .c_item_list_4 .item_wrap .item {
  padding: 10px 4.6875%;
  border-top: 1px solid #c8c8c8;
  cursor: pointer;
}
.l_faq .c_item_list_4 .item_wrap .item:last-child {
  border-bottom: 1px solid #c8c8c8;
}
.l_faq .c_item_list_4 .item_wrap .item .ttl_wrap {
  position: relative;
}
.l_faq .c_item_list_4 .item_wrap .item .ttl_wrap .u_txt_3 {
  display: table;
  width: 100%;
  height: 50px;
  margin: 0;
}
.l_faq .c_item_list_4 .item_wrap .item .ttl_wrap .u_txt_3 span {
  vertical-align: middle;
  padding: 0 2em 0 0;
}
.l_faq .c_item_list_4 .item_wrap .item .ttl_wrap .u_txt_3:before {
  content: 'Q';
  display: inline-block;
  font-size: 1.2em;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.l_faq .c_item_list_4 .item_wrap .item .ttl_wrap .c_ico_3 {
  margin: 0 1em 0 0;
  position: absolute;
  top: 50%;
  right: 0;
  background: none;
}
.l_faq .c_item_list_4 .item_wrap .item .tgl {
  display: none;
}
.l_faq .c_item_list_4 .item_wrap .item .tgl .u_txt_2:before {
  content: 'A';
  display: inline-block;
  font-size: 1.2em;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 700;
  color: red;
}
.l_faq .c_item_list_4 .item_wrap .item._hover {
  color: #fff;
  background: #fff;
}
.l_faq .c_ico_3 .wrap {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translatey(-50%);
  width: 38px;
  height: 38px;
  background: #000;
}
.l_faq .c_ico_3 .icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.l_faq .c_ico_3 .icon:before,
.l_faq .c_ico_3 .icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #fff;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.l_faq .c_ico_3 .icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.l_faq .c_ico_3._active .icon:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
@media screen and (max-width: 768px){
  .l_faq .c_ico_3 .wrap {
    right: -25px;
  }
  .l_faq .c_item_list_4 .item_wrap .item .ttl_wrap .u_txt_3 {
    width: 85%;
  }
}

.campaign.simple {
  padding: 0;
  margin: 0 0 40px;
}

.campaign.simple:before {
  content: none;
}

.campaign.simple  .ttl_img {
  margin: 0 auto;
  display: block;
}

.campaign.simple .btnwrap {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.campaign.simple .btnwrap .btnbox {
  display: flex;
  gap: 30px;
  flex-direction: column;
}

#p_hair-care-single .campaign.simple .btnwrap .btn1,#p_hair-care-single .campaign.simple .btnwrap .btn2 {
  display: inline-block;
  width: 400px;
  margin: 0 20px;
  height: auto;
}

@media screen and (max-width: 768px){
  #p_hair-care-single .campaign.simple .btnwrap .btn1,#p_hair-care-single .campaign.simple .btnwrap .btn2 {
    width: 100%;
    margin: 0;
  }
  .campaign.simple .btnwrap .btnbox {
    gap: 10px;
  }
}
#p_hair-care-single .column-reference-box {
  width: 90%;
  margin: 2em auto;
  background: #ffffff;
  padding: 0 20px 15px;
  border: 2px solid #BCE368;
  box-sizing: border-box;
}
#p_hair-care-single .column-reference-box .column-reference {
  display: table;
  background: #8FC423;
  padding: 4px 10px 3px;
  position: relative;
  margin: -10px 0 10px;
  color: #fff;
}
#p_hair-care-single .column-reference-box .cloumn-alink {
  display: inline-block;
  padding-left: 10px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #p_hair-care-single .column-reference-box {
    width: 100%;
    padding: 0 10px 10px;
  }
}

/* .p_subscription .sec.l_hair_care .c_list_1.hair_care_list .price_list .price_content.multi_content {
  position: relative;
}
.p_subscription .sec.l_hair_care .c_list_1.hair_care_list .price_list .price_content.multi_content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #acac75, #acac75 3px, rgba(0, 0, 0, 0) 3px, rgba(0, 0, 0, 0) 8px), linear-gradient(to right, #acac75, #acac75 3px, rgba(0, 0, 0, 0) 3px, rgba(0, 0, 0, 0) 8px), linear-gradient(to bottom, #acac75, #acac75 3px, rgba(0, 0, 0, 0) 3px, rgba(0, 0, 0, 0) 8px), linear-gradient(to bottom, #acac75, #acac75 3px, rgba(0, 0, 0, 0) 3px, rgba(0, 0, 0, 0) 8px);
  background-size: 8px 1px, 8px 1px, 1px 8px, 1px 8px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  pointer-events: none;
  width: 100%;
  height: 1px;
}
.p_subscription .sec.l_hair_care .c_list_1.hair_care_list .price_list .price_content.multi_content:last-child:before {
  content: none;
} */
@media screen and (min-width: 769px) {
  .p_subscription .l_hair_care .c_list_1.hair_care_list {
    flex-wrap: wrap;
  }
  .p_subscription .sec.l_hair_care .c_list_1.hair_care_list > li{
    padding: 30px 0;
  }
  .p_subscription .sec.l_hair_care .c_list_1.hair_care_list > li .flex {
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .p_subscription .sec.l_hair_care .c_list_1.hair_care_list > li .flex .txtwrap {
    max-width: 310px;
  }
  .c_list_1.haircare_list > li .txtwrap .btnwrap .btn1 > .wrap > p.txt{
    font-size: 16px;
  }
  .p_productlist .sec.sec_2 .flex > .txtwrap.haircare_txtwrap{
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p_subscription .sec.l_hair_care .c_list_1.hair_care_list .c_btn_8 {
    width: 100%;
    max-width: 168px;
    margin-left: 10px;
  }
  .p_subscription .c_list_1 > li .price_list .price_content .c_item_1 .flex.fukidashi_wrap
  {
    margin: 0 calc(50% - 50vw);
  }
}
.c_list_1.haircare_list {
  margin-top: 40px;
}
.aside_btnwrap.btnwrap {
  margin-bottom: 15px;
}
.aside_btnwrap.btnwrap .side_btn {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.aside_btnwrap.btnwrap .side_btn img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .aside_btnwrap.btnwrap .side_btn {
    margin: 20px;
  }
}

.p_top .sec.sec_1 .c_list_1 > li {
  box-shadow: none;
}
.p_top .sec.sec_1 .c_list_1 > li .c_item_1 {
  width: 100%;
  padding: 12px 5px 12px;
}
.p_top .sec.sec_1 .c_list_1 > li .c_item_1 .middle .c_btn_8 {
  width: 170px;
}
.p_top .sec.sec_1 .c_list_1 > li .c_item_1 .flex .fukidashi > p {
  padding: 3px 5px 4px 5px;
}

@media screen and (max-width: 768px) {
  .p_top .sec.sec_1  .l_content_size .c_list_1 > li .c_item_1 {
    flex-direction: column;
  }
}

.l_header_sp .right > .flex.buy {
  right: 5%;
  bottom: 1%;
  top: initial !important;
  width: 76px;
}
.l_header_sp .right > .flex.buy a {
  background: rgba(0, 0, 0, 0) linear-gradient(180deg, #7fd952 0%, #36a200 100%) 0% 0% no-repeat padding-box;
}
.l_header_sp .right > .flex.buy .txt  {
  color: #fff;
}
.campaign .pc-campaign-img a:hover {
  opacity: .7;
}

.campaign.simple {
  margin: 50px 0 40px;
}
@media screen and (max-width: 768px) {
  .campaign.simple {
    margin: 20px 0 40px;
  }
}

#p_hair-care-single .contents-wrap .c_btn_1.btn4._pt1.column_btn {
  margin: 10px auto 40px;
  text-decoration: none;
}

#p_hair-care-single .contents-wrap .advert-txt {
  color: #CF0000;
  margin: 0 auto;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #p_hair-care-single .contents-wrap .advert-txt {
    color: #CF0000;
    margin: 0 auto;
    font-size: 16px;
  }
}

/* youtube*/
.p_top .howto_ytb_wrap {
  background: #f5f5f5;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 60px;
}

.p_top .howto_ytb_wrap h2 {
  margin-bottom: 20px;
}

.p_top .howto_ytb_wrap .txt {
font-weight: bold;
margin-bottom: 20px;
}
.p_top .howto_ytb {
padding: 0 30px;
margin-bottom: 0px;

}
.p_top .howto_ytb .video {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.p_top .howto_ytb .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .ranmunews_detail_inf .column-reference-box {
      width: 100%;
      padding: 0 10px 10px;
  }
}
.ranmunews_detail_inf .column-reference-box {
    width: 90%;
    margin: 2em auto;
    background: #ffffff;
    padding: 0 20px 15px;
    border: 2px solid #BCE368;
    box-sizing: border-box;
}
.ranmunews_detail_inf .column-reference-box .column-reference {
  display: table;
  background: #8FC423;
  padding: 4px 10px 3px;
  position: relative;
  margin: -10px 0 10px;
  color: #fff;
}
.ranmunews_detail_inf .column-reference-box .cloumn-alink {
  display: inline-block;
  padding-left: 10px;
  text-decoration: underline;
}
.ranmunews_detail_inf .contents-wrap a {
  color: #256e00;
  text-decoration: underline;
  position: relative;
}

.c_btn_1._pt1.error_cta {
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .sidenav_bannerlist.column_banner {
    padding: 0 15%;
  }
}

.pagetop_btn {
  height: 50px;
  width: 50px;
  position: fixed;
  right:  100px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #acac75;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.pagetop_arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #acac75;
  border-right: 3px solid #acac75;
  transform: translateY(20%) rotate(-45deg);
}
@media screen and (max-width: 768px)
{
  .pagetop_btn {
      bottom: 70px;
      right:  30px;
  }
}

.rnews_nav .rnews_prev ,.rnews_nav .rnews_nexr {
  width: 300px;
}
.rnews_nav .rnews_past {
  max-width: 620px;
  width: 100%;
  box-sizing: border-box;
}
.l_footer .recommend {
  width: 1100px;
  margin: 80px auto 0;
}
.l_footer .content_recommend {
  font-family: 'Noto Sans JP', sans-serif;
}
.l_footer .content_recommend .rec_center_tlt {
  text-align: center;
  font-size: 32px;
  margin: 60px;
  position: relative;
}
.l_footer .content_recommend .rec_center_tlt:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  display: inline-block;
  width: 60px;
  height: 2px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #ACAC75;
}
.l_footer .rec_wrap {
  display: flex;
  gap: 20px;
}
.l_footer .rec_box {
  width: calc((100% - 40px) / 3);
  flex: 1;
  box-sizing: border-box;
  border-radius: 10px;
  border: 5px solid #EBEAD5;
}
.l_footer .rec_wrap .rec_title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5em 0;
  background-color: #EBEAD5;
  color: #363636;
  font-size: 20px;
  position: relative;
}
.rec_box:nth-child(1) .rec_title::before {
  content: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/rec2.svg);
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.rec_box:nth-child(2)  .rec_title::before {
  content: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/rec1.svg);
  position: absolute;
  left: 30%;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.rec_box:nth-child(3) .rec_title::before {
  content: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/rec3.svg);
  position: absolute;
  left: 18%;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}

.l_footer .rec_wrap .rec_txt_box
{
  display: flex;
  flex-direction: column;
}
.l_footer .rec_wrap .rec_txt_box img
{
  margin: 30px;
}
.l_footer .rec_wrap .rec_txt {
  font-size: 16px;
  padding: 20px 25px 0;
  text-align: center;
}
.l_footer .rec_wrap .rec_box.re2 .rec_txt {
  padding: 30px 25px;
}
.l_footer .rec_wrap .rec_box.re2 .rec_txt .re2txt_1 {
  font-size: 24px;
  font-weight: 700;
}
.l_footer .rec_wrap .rec_box.re2 .rec_txt .re2txt_2,.l_footer .rec_wrap .rec_box.re3 .rec_txt .re3txt_1 {
  font-size: 24px;
  background: linear-gradient(transparent 40%, #ecf55a 40%);
}
.l_footer .rec_wrap .rec_box.re3 .rec_txt {
  padding: 50px 25px 30px;
}

@media screen and (max-width: 768px) {
  .l_footer .recommend {
    width: 100%;
    padding: 0 4.6875%;
  }
  .l_footer .content_recommend .rec_center_tlt {
    margin: 0 20px 40px 0;
  }
  .l_footer .rec_wrap {
    width: 100%;
    flex-direction: column;
  }
  .l_footer .rec_box {
    width: 90%;
  }
  .l_footer .rec_wrap .rec_box.re3 .rec_txt {
    padding: 30px 25px 30px;
  }
}