@charset "UTF-8";
@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#rakuraku {
  /************* らくらくサイトトップページ *************/
  /******************************************* 下層 useページ用スタイル **********************************************/
}
#rakuraku img {
  width: 100%;
}
#rakuraku #design-recipe .recipe-list-container, #rakuraku #design .original-design-wrapper .original-design-image, #rakuraku #design .soft-feature-wrapper .feature-point-container, #rakuraku #design .design-wrapper .cover-detail-container, #rakuraku #use .btn-wrapper, #rakuraku #use .upload-wrapper .btn-container, #rakuraku #use .upload-wrapper .upload-step-container, #rakuraku #use .function-container, #rakuraku #use .point1-wrapper .kindness-function-container, #rakuraku #top .os-system-wrapper, #rakuraku #top .question-wrapper .faq-box, #rakuraku #top .voice-wrapper .impression-container, #rakuraku #top .kodawari-wrapper .sozai-wrapper .good-point-container, #rakuraku #top .kodawari-wrapper .kodawari-container, #rakuraku #top .point-list, #rakuraku #top .beginner-wrapper .beginner-osusume-wrapper, #rakuraku #top .tanosisa-wrapper .inner, #rakuraku #top .story-wrapper .story-first-container,
#rakuraku #top .story-wrapper .story-second-container,
#rakuraku #top .story-wrapper .story-third-container, #rakuraku #top .mv-wrapper .mv-container, #rakuraku .operation-container {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}
#rakuraku #simple-mode .recommend-ways, #rakuraku #simple-mode .about-simple-mode-wrapper, #rakuraku #design-recipe .basic-knowledge-wrapper, #rakuraku #design-recipe .inside-wrapper, #rakuraku #design-recipe .cover-wrapper, #rakuraku #use .upload-wrapper, #rakuraku #use .stress-wrapper, #rakuraku #use .picture-trouble-wrapper, #rakuraku #use .otasuke-wrapper .point2-wrapper, #rakuraku #use .actionSample-wrapper, #rakuraku #use .point1-wrapper, #rakuraku #top .os-system-wrapper, #rakuraku #top .question-wrapper, #rakuraku #top .voice-wrapper, #rakuraku #top .kodawari-wrapper .benri-wrapper, #rakuraku #top .kodawari-wrapper .sozai-wrapper, #rakuraku #top .kodawari-wrapper .kodawari-container, #rakuraku #top .beginner-wrapper .design-set-wrapper, #rakuraku #top .beginner-wrapper .beginner-osusume-wrapper, #rakuraku #top .story-wrapper {
  padding: 120px 0;
}
@media screen and (max-width: 1280px) {
  #rakuraku #simple-mode .recommend-ways, #rakuraku #simple-mode .about-simple-mode-wrapper, #rakuraku #design-recipe .basic-knowledge-wrapper, #rakuraku #design-recipe .inside-wrapper, #rakuraku #design-recipe .cover-wrapper, #rakuraku #use .upload-wrapper, #rakuraku #use .stress-wrapper, #rakuraku #use .picture-trouble-wrapper, #rakuraku #use .otasuke-wrapper .point2-wrapper, #rakuraku #use .actionSample-wrapper, #rakuraku #use .point1-wrapper, #rakuraku #top .os-system-wrapper, #rakuraku #top .question-wrapper, #rakuraku #top .voice-wrapper, #rakuraku #top .kodawari-wrapper .benri-wrapper, #rakuraku #top .kodawari-wrapper .sozai-wrapper, #rakuraku #top .kodawari-wrapper .kodawari-container, #rakuraku #top .beginner-wrapper .design-set-wrapper, #rakuraku #top .beginner-wrapper .beginner-osusume-wrapper, #rakuraku #top .story-wrapper {
    padding: 100px 0;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #simple-mode .recommend-ways, #rakuraku #simple-mode .about-simple-mode-wrapper, #rakuraku #design-recipe .basic-knowledge-wrapper, #rakuraku #design-recipe .inside-wrapper, #rakuraku #design-recipe .cover-wrapper, #rakuraku #use .upload-wrapper, #rakuraku #use .stress-wrapper, #rakuraku #use .picture-trouble-wrapper, #rakuraku #use .otasuke-wrapper .point2-wrapper, #rakuraku #use .actionSample-wrapper, #rakuraku #use .point1-wrapper, #rakuraku #top .os-system-wrapper, #rakuraku #top .question-wrapper, #rakuraku #top .voice-wrapper, #rakuraku #top .kodawari-wrapper .benri-wrapper, #rakuraku #top .kodawari-wrapper .sozai-wrapper, #rakuraku #top .kodawari-wrapper .kodawari-container, #rakuraku #top .beginner-wrapper .design-set-wrapper, #rakuraku #top .beginner-wrapper .beginner-osusume-wrapper, #rakuraku #top .story-wrapper {
    padding: 80px 0;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #simple-mode .recommend-ways, #rakuraku #simple-mode .about-simple-mode-wrapper, #rakuraku #design-recipe .basic-knowledge-wrapper, #rakuraku #design-recipe .inside-wrapper, #rakuraku #design-recipe .cover-wrapper, #rakuraku #use .upload-wrapper, #rakuraku #use .stress-wrapper, #rakuraku #use .picture-trouble-wrapper, #rakuraku #use .otasuke-wrapper .point2-wrapper, #rakuraku #use .actionSample-wrapper, #rakuraku #use .point1-wrapper, #rakuraku #top .os-system-wrapper, #rakuraku #top .question-wrapper, #rakuraku #top .voice-wrapper, #rakuraku #top .kodawari-wrapper .benri-wrapper, #rakuraku #top .kodawari-wrapper .sozai-wrapper, #rakuraku #top .kodawari-wrapper .kodawari-container, #rakuraku #top .beginner-wrapper .design-set-wrapper, #rakuraku #top .beginner-wrapper .beginner-osusume-wrapper, #rakuraku #top .story-wrapper {
    padding: 60px 0;
  }
}
#rakuraku .mobile-visible {
  display: none;
}
@media screen and (max-width: 600px) {
  #rakuraku .mobile-visible {
    display: block;
  }
}
#rakuraku .laptop-visible {
  display: none;
}
@media screen and (max-width: 1280px) {
  #rakuraku .laptop-visible {
    display: block;
  }
}
#rakuraku .footerImage {
  width: 100%;
  height: 400px;
  border-radius: 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 600px) {
  #rakuraku .footerImage {
    height: 215px;
    background-size: cover;
    background-position: center;
  }
}
#rakuraku .pc-none {
  display: none;
}
@media screen and (max-width: 600px) {
  #rakuraku .pc-none {
    display: block;
  }
}
#rakuraku .pc {
  display: block;
}
@media screen and (max-width: 600px) {
  #rakuraku .pc {
    display: none;
  }
}
#rakuraku .sp {
  display: none;
}
@media screen and (max-width: 600px) {
  #rakuraku .sp {
    display: block;
  }
}
#rakuraku .btn {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
#rakuraku .btn a {
  width: 100%;
  height: 100px;
  line-height: 100px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  color: #5b3a1f;
  border: 1px solid #5b3a1f;
  font-size: 25px;
  border-radius: 510000px;
}
@media screen and (max-width: 1280px) {
  #rakuraku .btn a {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku .btn a {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku .btn a {
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    width: 90%;
  }
}
#rakuraku .btn a:after {
  content: "";
  width: 40px;
  height: 40px;
  background-imge: url("https://ik.imagekit.io/yumephoto/yumeportal/rakuraku/ico_btn_go.png?tr=n-base&updatedAt=1756367342251");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 600px) {
  #rakuraku .btn a:after {
    width: 20px;
    height: 20px;
  }
}
#rakuraku .txt-blue {
  color: #399cef !important;
}
#rakuraku .side-navi {
  width: 100%;
  text-align: center;
}
#rakuraku .side-navi ul {
  font-size: 0;
}
#rakuraku .side-navi li {
  width: 25%;
  line-height: 100px;
  vertical-align: middle;
  display: inline-block;
  font-size: 22px;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #ffffff;
  background: #f09399;
  border-right: 1px solid #ffffff;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #rakuraku .side-navi li {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku .side-navi li {
    font-size: 16px;
    width: 50%;
    border-bottom: 1px solid #ffffff;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku .side-navi li {
    font-size: 14px;
    width: 50%;
    border-bottom: 1px solid #ffffff;
  }
}
#rakuraku .side-navi li a {
  height: 100px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1280px) {
  #rakuraku .side-navi li a {
    height: 80px;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku .side-navi li a {
    height: 80px;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku .side-navi li a {
    height: 60px;
  }
}
#rakuraku .side-navi li a span {
  display: block;
  line-height: 120%;
  height: auto;
  text-align: left;
}
#rakuraku .side-navi li:before {
  width: 30px;
  height: 30px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 1em;
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/rakuraku/ico_mouse.png?updatedAt=1756367345987");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1280px) {
  #rakuraku .side-navi li:before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku .side-navi li:before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku .side-navi li:before {
    width: 20px;
    height: 20px;
    left: 0.5em;
  }
}
#rakuraku .side-navi li:after {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0.5em;
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/rakuraku/ico_sidenavi_go.png?updatedAt=1756367355173");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  #rakuraku .side-navi li:after {
    background: none;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku .side-navi li:nth-of-type(2) {
    border-right: none;
  }
}
#rakuraku .side-navi li:nth-of-type(2):before {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/rakuraku/ico_mouse.png?updatedAt=1756367345987");
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/rakuraku/ico_art.png?updatedAt=1756367342207");
}
#rakuraku .side-navi li:nth-of-type(3)::before {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/rakuraku/ico_art.png?updatedAt=1756367342207");
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/rakuraku/ico_note.png?updatedAt=1756367350241");
}
#rakuraku .side-navi li:nth-of-type(4) {
  border-right: none;
}
#rakuraku .side-navi li:nth-of-type(4):before {
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/rakuraku/ico_simple.png?updatedAt=1761187452896");
}
#rakuraku .side-navi li.navi-simple-mode span {
  position: relative;
}
#rakuraku .side-navi li.navi-simple-mode span::after {
  content: "スマホ版";
  display: block;
  background-color: #fff;
  border-radius: 100px;
  color: #f0939a;
  font-size: 1.2rem;
  text-align: center;
  width: 60%;
  margin: 4px auto 0;
}
#rakuraku .side-navi li.navi-simple-mode span::before {
  content: "";
  display: block;
  background: url("../img/rakuraku/ico_new_sp.png") no-repeat;
  width: 40px;
  height: 30px;
  background-size: contain;
  position: absolute;
  left: 100%;
  bottom: 50%;
}
#rakuraku .operation-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 900px) {
  #rakuraku .operation-container {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku .operation-container {
    display: block;
  }
}
#rakuraku .operation-container .operation-movie-box {
  width: 60%;
}
@media screen and (max-width: 900px) {
  #rakuraku .operation-container .operation-movie-box {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku .operation-container .operation-movie-box {
    width: 100%;
  }
}
#rakuraku .operation-container .movie-selector-box {
  width: 38%;
}
@media screen and (max-width: 900px) {
  #rakuraku .operation-container .movie-selector-box {
    width: 100%;
    margin: 2em 0;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku .operation-container .movie-selector-box {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku .operation-container .movie-selector-box ul {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#rakuraku .operation-container .movie-selector-box .movie-selector {
  background: #fff;
  padding: 8px 0;
  margin-bottom: 4px;
  font-size: 26px;
  position: relative;
  padding: 16px 0 16px 60px;
  line-height: 100%;
  cursor: pointer;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1280px) {
  #rakuraku .operation-container .movie-selector-box .movie-selector {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku .operation-container .movie-selector-box .movie-selector {
    width: 32%;
    min-height: 105px;
    padding: 60px 10px 20px;
    margin-bottom: 12px;
    font-size: 12px;
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku .operation-container .movie-selector-box .movie-selector {
    padding: 60px 10px 20px;
  }
}
#rakuraku .operation-container .movie-selector-box .movie-selector:hover {
  background: #fafafa;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}
#rakuraku .operation-container .movie-selector-box .movie-selector.clicked {
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
}
#rakuraku .operation-container .movie-selector-box .movie-selector.clicked:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
}
#rakuraku .operation-container .movie-selector-box .movie-selector.clicked:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-right: 18px solid #fff;
  border-bottom: 18px solid transparent;
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 900px) {
  #rakuraku .operation-container .movie-selector-box .movie-selector.clicked:after {
    content: none;
  }
}
#rakuraku .operation-container .movie-selector-box .movie-selector:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  #rakuraku .operation-container .movie-selector-box .movie-selector:last-child {
    margin-bottom: 12px;
  }
}
#rakuraku .operation-container .movie-selector-box .movie-selector:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 900px) {
  #rakuraku .operation-container .movie-selector-box .movie-selector:before {
    margin: 0 auto;
    top: 10px;
    left: 0;
    right: 0;
  }
}
#rakuraku .operation-container .movie-selector-box .movie-selector.ico-background:before {
  background-image: url("../img/rakuraku/ico_bkground.png");
}
#rakuraku .operation-container .movie-selector-box .movie-selector.ico-photo:before {
  background-image: url("../img/rakuraku/ico_photo.png");
}
#rakuraku .operation-container .movie-selector-box .movie-selector.ico-transform:before {
  background-image: url("../img/rakuraku/ico_transform.png");
}
#rakuraku .operation-container .movie-selector-box .movie-selector.ico-text:before {
  background-image: url("../img/rakuraku/ico_text.png");
}
#rakuraku .operation-container .movie-selector-box .movie-selector.ico-waku:before {
  background-image: url("../img/rakuraku/ico_waku.png");
}
#rakuraku .operation-container .movie-selector-box .movie-selector.ico-upload:before {
  background-image: url("../img/rakuraku/ico_upload.png");
}
#rakuraku .operation-container .movie-selector-box .movie-selector.ico-move:before {
  background-image: url("../img/rakuraku/ico_move.png");
}
#rakuraku .operation-container .movie-selector-box .movie-selector.ico-color:before {
  background-image: url("../img/rakuraku/ico_color.png");
}
#rakuraku .operation-container .movie-selector-box .movie-selector.ico-background-gr:before {
  background-image: url("../img/rakuraku/ico_bkground_gr.png");
}
#rakuraku .operation-container .movie-selector-box .movie-selector.ico-photo-gr:before {
  background-image: url("../img/rakuraku/ico_photo_gr.png");
}
#rakuraku .operation-container .movie-selector-box .movie-selector.ico-waku-gr:before {
  background-image: url("../img/rakuraku/ico_waku_gr.png");
}
#rakuraku .operation-container .movie-selector-box .movie-selector.ico-upload-gr:before {
  background-image: url("../img/rakuraku/ico_upload_gr.png");
}
#rakuraku .operation-container .movie-selector-box .movie-selector.ico-move-gr:before {
  background-image: url("../img/rakuraku/ico_move_gr.png");
}
#rakuraku .operation-container .movie-selector-box .movie-selector.ico-text-gr:before {
  background-image: url("../img/rakuraku/ico_text_gr.png");
}
#rakuraku .operation-container .movie-selector-box .movie-selector.ico-color-gr:before {
  background-image: url("../img/rakuraku/ico_color_gr.png");
}
#rakuraku .operation-container .movie-selector-box .movie-selector.ico-fuku-gr:before {
  background-image: url("../img/rakuraku/ico_fuku_gr.png");
}
#rakuraku .operation-container .movie-selector-box .movie-selector.ico-ribbon-gr:before {
  background-image: url("../img/rakuraku/ico_ribbon_gr.png");
}
#rakuraku #top .mv-wrapper {
  width: 100%;
  height: 640px;
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/rakuraku/top/bg_top_mv-v2.png?tr=n-base&updatedAt=1756367401051");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #rakuraku #top .mv-wrapper {
    height: 480px;
    background-position: 33%;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #top .mv-wrapper {
    background-position: center bottom;
    padding: 4em 0;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #top .mv-wrapper {
    height: 100%;
    background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/rakuraku/top/bg_top_mv-v2_sp.png?tr=n-base&updatedAt=1756367401367");
    background-position: bottom;
    padding: 6% 0;
  }
}
#rakuraku #top .mv-wrapper:before {
  content: "";
  width: 200px;
  height: 200px;
  top: 15px;
  left: 4%;
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/rakuraku/top/ico_mv-fukidashi.png?tr=n-base&updatedAt=1756367403969");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
@media screen and (max-width: 1280px) {
  #rakuraku #top .mv-wrapper:before {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #top .mv-wrapper:before {
    display: none;
  }
}
#rakuraku #top .mv-wrapper .mv-container {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .mv-wrapper .mv-container {
    width: 100%;
  }
}
#rakuraku #top .mv-wrapper .mv-container .mv-title {
  width: 55%;
  max-width: 660px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1280px) {
  #rakuraku #top .mv-wrapper .mv-container .mv-title {
    width: 40%;
    right: 5%;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #top .mv-wrapper .mv-container .mv-title {
    right: 25px;
    width: 50%;
    right: 0;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #top .mv-wrapper .mv-container .mv-title {
    width: 80%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 364.9px) {
  #rakuraku #top .mv-wrapper .mv-container .mv-title {
    top: 2%;
  }
}
#rakuraku #top .mv-wrapper .mv-container .mv-title picture img {
  width: 100%;
  margin-bottom: 5%;
  display: block;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .mv-wrapper .mv-container .mv-title picture img {
    margin-bottom: 0;
  }
}
#rakuraku #top .mv-wrapper .new-function-container {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  bottom: -4.5%;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #rakuraku #top .mv-wrapper .new-function-container {
    padding: 15px;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #top .mv-wrapper .new-function-container {
    bottom: 3%;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #top .mv-wrapper .new-function-container {
    width: 125%;
    padding: 10px;
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 2em;
  }
}
@media screen and (max-width: 364.9px) {
  #rakuraku #top .mv-wrapper .new-function-container {
    margin-top: 1em;
  }
}
#rakuraku #top .mv-wrapper .new-function-container:before {
  content: "";
  width: 92px;
  height: 79px;
  aspect-ratio: 92/79;
  background-image: url(../img/rakuraku/ico_new.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 5%;
  top: 20px;
}
@media screen and (max-width: 1280px) {
  #rakuraku #top .mv-wrapper .new-function-container:before {
    width: 70px;
    height: auto;
    left: -6%;
    top: 5%;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #top .mv-wrapper .new-function-container:before {
    width: 50px;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #top .mv-wrapper .new-function-container:before {
    width: 11.7vw;
    height: 50px;
    top: -9%;
    left: 12%;
  }
}
@media screen and (max-width: 364.9px) {
  #rakuraku #top .mv-wrapper .new-function-container:before {
    top: -5%;
    left: 8%;
  }
}
#rakuraku #top .mv-wrapper .new-function-container h2 {
  font-size: 3rem;
  line-height: 1.3em;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #5b3a1f;
  padding-left: 120px;
  padding-bottom: 2rem;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  #rakuraku #top .mv-wrapper .new-function-container h2 {
    font-size: 2rem;
    padding-left: 10%;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #top .mv-wrapper .new-function-container h2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #top .mv-wrapper .new-function-container h2 {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6;
    padding-left: 10px;
  }
}
#rakuraku #top .mv-wrapper .new-function-container h2 span {
  border: none;
  font-size: 3rem;
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 1280px) {
  #rakuraku #top .mv-wrapper .new-function-container h2 span {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #top .mv-wrapper .new-function-container h2 span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #top .mv-wrapper .new-function-container h2 span {
    font-size: 1.8rem;
  }
}
#rakuraku #top .mv-wrapper .new-function-container h2 .border-line {
  border-bottom: 2px solid #EFB507;
  display: inline;
}
#rakuraku #top .mv-wrapper .new-function-container .new-function-detail {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #rakuraku #top .mv-wrapper .new-function-container .new-function-detail {
    gap: 10px;
  }
}
#rakuraku #top .mv-wrapper .new-function-container .new-function-detail:after {
  content: "";
  margin: auto;
  width: 0;
  height: 0;
  border-left: 20px solid #f09399;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1280px) {
  #rakuraku #top .mv-wrapper .new-function-container .new-function-detail:after {
    border-width: 16px;
    top: 65%;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #top .mv-wrapper .new-function-container .new-function-detail:after {
    border-width: 10px;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #top .mv-wrapper .new-function-container .new-function-detail:after {
    right: -32px;
  }
}
#rakuraku #top .mv-wrapper .new-function-container .new-function-detail p {
  color: #5b3a1f;
  margin-bottom: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  #rakuraku #top .mv-wrapper .new-function-container .new-function-detail p {
    font-size: 14px;
    white-space: wrap;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #top .mv-wrapper .new-function-container .new-function-detail p {
    font-size: 12px;
    line-height: 1.2;
  }
}
#rakuraku #top .mv-wrapper .new-function-container .new-function-item {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .mv-wrapper .new-function-container .new-function-item {
    width: 45%;
  }
}
#rakuraku #top .demo-wrapper {
  background-color: #fff9b3;
  padding: 100px 0;
}
@media screen and (max-width: 1280px) {
  #rakuraku #top .demo-wrapper {
    padding: 60px 0;
  }
}
#rakuraku #top .demo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #rakuraku #top .demo-container {
    display: block;
  }
}
#rakuraku #top .demo-container .btn {
  width: 100%;
  height: 100px;
  line-height: 100px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  color: #5b3a1f;
  border: 1px solid #5b3a1f;
  font-size: 25px;
  border-radius: 510000px;
  cursor: pointer;
}
@media screen and (max-width: 1280px) {
  #rakuraku #top .demo-container .btn {
    font-size: 2rem;
    height: 60px;
    line-height: 60px;
    width: 80%;
    white-space: nowrap;
    padding-inline: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  #rakuraku #top .demo-container .btn {
    width: 84%;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #top .demo-container .btn {
    width: 100%;
  }
}
#rakuraku #top .demo-container .btn:hover {
  background-color: #ddd;
}
#rakuraku #top .demo-text {
  text-align: center;
  width: 50%;
  margin-top: 100px;
}
@media screen and (max-width: 900px) {
  #rakuraku #top .demo-text {
    width: 100%;
    margin-top: 40px;
  }
}
#rakuraku #top .demo-text .demo-title {
  color: #e67b83;
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .demo-text .demo-title {
    font-size: 3rem;
  }
}
#rakuraku #top .demo-text .demo-explain {
  font-size: 2rem;
  margin-bottom: 60px;
  line-height: 180%;
}
#rakuraku #top .demo-img {
  width: 80%;
  margin-right: -20%;
}
@media screen and (max-width: 900px) {
  #rakuraku #top .demo-img {
    width: 100%;
    margin-top: 40px;
    margin-right: 0;
  }
}
#rakuraku #top .demo-info {
  font-size: 1.2rem;
  color: #666;
  margin-top: 8px;
}
#rakuraku #top .demo-choose-modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10003;
}
#rakuraku #top .demo-choose-modal-wrapper.active {
  display: block;
}
#rakuraku #top .demo-choose-modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 24px;
  padding: 40px;
  width: 800px;
  height: 400px;
  z-index: 10005;
}
@media screen and (max-width: 800px) {
  #rakuraku #top .demo-choose-modal {
    width: 94%;
    height: 80%;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #top .demo-choose-modal {
    padding: 40px 20px 20px;
  }
}
@media screen and (max-width: 412px) {
  #rakuraku #top .demo-choose-modal {
    height: 100%;
    padding-top: 20px;
  }
}
#rakuraku #top .demo-choose-modal.active {
  display: block;
}
#rakuraku #top .demo-choose-modal .demo-choose-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 412px) {
  #rakuraku #top .demo-choose-modal .demo-choose-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#rakuraku #top .demo-choose-modal .you-can-choose {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .demo-choose-modal .you-can-choose {
    font-size: 17px;
  }
}
@media screen and (max-width: 412px) {
  #rakuraku #top .demo-choose-modal .you-can-choose {
    margin-bottom: 10px;
  }
}
#rakuraku #top .demo-choose-modal .demo-en, #rakuraku #top .demo-choose-modal .demo-gyo {
  width: 45%;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .demo-choose-modal .demo-en, #rakuraku #top .demo-choose-modal .demo-gyo {
    width: 50%;
    font-size: 3vw;
  }
}
@media screen and (max-width: 412px) {
  #rakuraku #top .demo-choose-modal .demo-en, #rakuraku #top .demo-choose-modal .demo-gyo {
    width: 80%;
  }
}
#rakuraku #top .demo-choose-modal .demo-en a, #rakuraku #top .demo-choose-modal .demo-gyo a {
  display: block;
  border: 3px solid #fff;
  background-color: #ffedd3;
  color: #faa145;
  font-weight: 600;
  border-radius: 16px;
  padding: 16px;
}
#rakuraku #top .demo-choose-modal .demo-en div, #rakuraku #top .demo-choose-modal .demo-gyo div {
  margin-bottom: 16px;
}
#rakuraku #top .demo-choose-modal .demo-en img, #rakuraku #top .demo-choose-modal .demo-gyo img {
  width: 80%;
}
#rakuraku #top .demo-choose-modal .demo-gyo a {
  background-color: #dcfffa;
  color: #4dbaab;
}
#rakuraku #top .demo-choose-modal .demo-modal-close-btn {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 3px 3px rgba(0, 0, 0, 0.2);
}
#rakuraku #top .login-wrapper {
  background-color: #e7e0d7;
  text-align: center;
  padding: 100px 0;
}
@media screen and (max-width: 1280px) {
  #rakuraku #top .login-wrapper {
    padding: 60px 0;
  }
}
#rakuraku #top .login-wrapper .login-title {
  font-size: 3rem;
  margin-bottom: 40px;
}
#rakuraku #top .login-wrapper .login-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024.9px) {
  #rakuraku #top .login-wrapper .login-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
#rakuraku #top .login-wrapper .login-container a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48%;
  border: 1px solid #888;
  background-color: #fff;
  border-radius: 50px;
  font-size: 2rem;
  height: 100px;
}
@media screen and (max-width: 1280px) {
  #rakuraku #top .login-wrapper .login-container a {
    height: 60px;
  }
}
@media screen and (max-width: 1024.9px) {
  #rakuraku #top .login-wrapper .login-container a {
    width: 70%;
    padding: 4rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #top .login-wrapper .login-container a {
    width: 90%;
    font-size: 1.8rem;
  }
}
#rakuraku #top .login-wrapper .login-container a:hover {
  background-color: #a8865b;
  color: #fff;
}
#rakuraku #top .idea-slider {
  padding: 100px 0 10%;
  background: url("https://ik.imagekit.io/yumephoto/yumeportal/rakuraku/top/bg_slider.png?tr=n-base&updatedAt=1756367400740") no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .idea-slider {
    background: url("https://ik.imagekit.io/yumephoto/yumeportal/rakuraku/top/bg_slider_sp.png?tr=n-base&updatedAt=1756367400797") no-repeat;
    padding: 60px 0;
    background-size: cover;
  }
}
#rakuraku #top .idea-slider .textimg-idea-infinity {
  max-width: 1091px;
  width: 90%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .idea-slider .textimg-idea-infinity {
    margin: 0 auto 40px;
  }
}
#rakuraku #top .idea-slider .image-idea-infinity .slide-images {
  margin: 0 24px;
}
#rakuraku #top .concept-wrapper {
  width: 100%;
  height: 700px;
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/rakuraku/top/bg_concept01.png?tr=n-base&updatedAt=1756367395798");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 1280px) {
  #rakuraku #top .concept-wrapper {
    height: 460px;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #top .concept-wrapper {
    height: 650px;
    background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/rakuraku/top/bg_concept01_sp.png?updatedAt=1756367395941");
    background-position: 50% 90px;
  }
}
#rakuraku #top .concept-wrapper .container {
  position: relative;
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}
#rakuraku #top .concept-wrapper .container:after {
  content: "";
  width: 200px;
  height: 200px;
  background-image: url("../img/rakuraku/ico_costfree.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -20px;
  right: 0;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .concept-wrapper .container:after {
    width: 120px;
    height: 120px;
    right: 25px;
    top: 370px;
  }
}
#rakuraku #top .concept-wrapper .concept-box {
  width: 50%;
  padding: 70px 70px 50px;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: -75px;
  border-radius: 0 0 4px 4px;
}
@media screen and (max-width: 1280px) {
  #rakuraku #top .concept-wrapper .concept-box {
    width: 50%;
    height: auto;
    left: 0;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #top .concept-wrapper .concept-box {
    width: 60%;
    height: auto;
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #top .concept-wrapper .concept-box {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 20px;
    left: 0;
    right: 0;
  }
}
#rakuraku #top .concept-wrapper .concept-box h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .concept-wrapper .concept-box h2 {
    position: static;
    margin-bottom: 40px;
  }
}
#rakuraku #top .concept-wrapper .concept-box h2 img {
  width: 100%;
}
#rakuraku #top .concept-wrapper .concept-box .needs-list {
  color: #5b3a1f;
}
#rakuraku #top .concept-wrapper .concept-box .needs-list li {
  font-size: 26px;
  padding-left: 1.7em;
  position: relative;
  line-height: 2.1em;
}
@media screen and (max-width: 1280px) {
  #rakuraku #top .concept-wrapper .concept-box .needs-list li {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #top .concept-wrapper .concept-box .needs-list li {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #top .concept-wrapper .concept-box .needs-list li {
    font-size: 16px;
  }
}
#rakuraku #top .concept-wrapper .concept-box .needs-list li:before {
  width: 30px;
  height: 30px;
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  background-image: url("../img/rakuraku/ico_checkbox.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1280px) {
  #rakuraku #top .concept-wrapper .concept-box .needs-list li:before {
    width: 16px;
    height: 16px;
    top: 8px;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #top .concept-wrapper .concept-box .needs-list li:before {
    width: 16px;
    height: 16px;
    top: 8px;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #top .concept-wrapper .concept-box .needs-list li:before {
    width: 18px;
    height: 18px;
    top: 7px;
  }
}
#rakuraku #top .story-wrapper {
  width: 100%;
  padding-top: 0;
  background-color: #e7e0d7;
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/rakuraku/top/bg_concept02.png?tr=n-base&updatedAt=1756367397341");
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .story-wrapper {
    background-position: top right;
    background-size: 100%;
  }
}
#rakuraku #top .story-wrapper .story-first-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .story-wrapper .story-first-container {
    display: inherit;
  }
}
#rakuraku #top .story-wrapper .story-first-container .text-yokatta {
  width: 49%;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .story-wrapper .story-first-container .text-yokatta {
    width: 100%;
    margin-bottom: 30px;
  }
}
#rakuraku #top .story-wrapper .story-first-container .img-first {
  width: 50%;
  border-radius: 4px;
  margin-top: -20px;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .story-wrapper .story-first-container .img-first {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
  }
}
#rakuraku #top .story-wrapper .story-first-container .img-first img {
  border-radius: 4px;
}
#rakuraku #top .story-wrapper .story-second-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .story-wrapper .story-second-container {
    display: inherit;
  }
}
#rakuraku #top .story-wrapper .story-second-container .img-second {
  width: 40%;
  border-radius: 4px;
  margin-top: -160px;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .story-wrapper .story-second-container .img-second {
    display: none;
  }
}
#rakuraku #top .story-wrapper .story-second-container .img-second img {
  border-radius: 4px;
}
#rakuraku #top .story-wrapper .story-second-container .desc-omakase {
  width: 48%;
  font-size: 18px;
  line-height: 200%;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .story-wrapper .story-second-container .desc-omakase {
    width: 100%;
    font-size: 16px;
    margin-top: 30px;
  }
}
#rakuraku #top .story-wrapper .story-third-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .story-wrapper .story-third-container {
    display: inherit;
  }
}
#rakuraku #top .story-wrapper .story-third-container .img-third {
  width: 39%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  border-radius: 4px;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .story-wrapper .story-third-container .img-third {
    display: none;
  }
}
#rakuraku #top .story-wrapper .story-third-container .img-third img {
  border-radius: 4px;
}
#rakuraku #top .story-wrapper .story-third-container .text-box {
  width: 49%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-top: 120px;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .story-wrapper .story-third-container .text-box {
    width: 100%;
    margin-top: 30px;
  }
}
#rakuraku #top .story-wrapper .story-third-container .text-box .text-ondo {
  width: 100%;
}
#rakuraku #top .story-wrapper .story-third-container .text-box .desc-ondo {
  width: 100%;
  font-size: 18px;
  line-height: 200%;
  margin-top: 68px;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .story-wrapper .story-third-container .text-box .desc-ondo {
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
  }
}
#rakuraku #top .omakase-wrapper {
  width: 100%;
  height: 700px;
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/rakuraku/top/bg_concept03.jpg?tr=n-base&updatedAt=1756367398901");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1280px) {
  #rakuraku #top .omakase-wrapper {
    height: auto;
    background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/rakuraku/top/bg_concept03_sp.jpg?tr=n-base&updatedAt=1756367399937");
    padding: 40px 0;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #top .omakase-wrapper {
    background-size: cover;
  }
}
#rakuraku #top .omakase-wrapper h2 {
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  text-align: left;
  width: 29%;
  margin: 0 0 0 55%;
  padding-top: 120px;
}
@media screen and (max-width: 1280px) {
  #rakuraku #top .omakase-wrapper h2 {
    width: 50%;
    margin: 0 0 0 50%;
    padding-top: 20px;
    font-size: 26px;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #top .omakase-wrapper h2 {
    width: 75%;
    margin: 0 auto;
    padding-top: 10px;
    font-size: 20px;
  }
}
#rakuraku #top .omakase-wrapper h2 span {
  color: #5b3a1f;
  background: #ffffff;
  font-size: 35px;
  display: inline-block;
  padding: 25px;
  line-height: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  #rakuraku #top .omakase-wrapper h2 span {
    font-size: 27px;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #top .omakase-wrapper h2 span {
    font-size: 20px;
    padding: 10px;
    white-space: inherit;
  }
}
#rakuraku #top .omakase-wrapper h2 span:nth-of-type(1) {
  padding-left: -20px;
}
#rakuraku #top .omakase-wrapper p {
  margin: 30px 0 0 55%;
  font-size: 18px;
  line-height: 200%;
  text-shadow: 0px 0px 4px #fff;
}
@media screen and (max-width: 1280px) {
  #rakuraku #top .omakase-wrapper p {
    margin: 30px 0 0 50%;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #top .omakase-wrapper p {
    font-size: 16px;
    margin: 30px;
  }
}
#rakuraku #top .tanosisa-wrapper {
  padding: 120px 0 380px;
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/rakuraku/top/bg_concept04.jpg?tr=n-base&updatedAt=1756367400649");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1280px) {
  #rakuraku #top .tanosisa-wrapper {
    padding: 120px 0;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #top .tanosisa-wrapper {
    padding: 120px 0;
    background-size: cover;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #top .tanosisa-wrapper {
    padding: 120px 0;
    background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/rakuraku/top/bg_concept04_sp.jpg?tr=n-base&updatedAt=1756367400826");
  }
}
#rakuraku #top .tanosisa-wrapper .text-tanosisa {
  width: 48%;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .tanosisa-wrapper .text-tanosisa {
    width: 90%;
  }
}
#rakuraku #top .beginner-wrapper .beginner-osusume-wrapper {
  padding: 65px 0;
}
#rakuraku #top .beginner-wrapper .beginner-osusume-wrapper .top-heading {
  max-width: 798px;
  width: 80%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .beginner-wrapper .beginner-osusume-wrapper .top-heading {
    margin: 0 auto 30px;
  }
}
#rakuraku #top .beginner-wrapper .design-set-wrapper {
  background-color: #fff9b3;
  position: relative;
}
#rakuraku #top .beginner-wrapper .design-set-wrapper .top-heading {
  max-width: 694px;
  width: 80%;
  margin: 0 auto 40px;
}
#rakuraku #top .beginner-wrapper .design-set-wrapper .text-design-set-detail {
  margin-top: 40px;
  max-width: 1145px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #rakuraku #top .beginner-wrapper .design-set-wrapper .text-design-set-detail {
    margin-top: 80px;
  }
}
#rakuraku #top .beginner-wrapper .design-set-wrapper:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .beginner-wrapper .design-set-wrapper:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
  }
}
#rakuraku #top .point-list {
  margin-top: 40px;
  width: 100%;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .point-list {
    width: 90%;
    display: inherit;
  }
}
#rakuraku #top .point-list li {
  display: block;
  width: 30%;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .point-list li {
    padding: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #top .point-list.first li {
    border-bottom: 2px dashed #f09399;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #top .point-list.pro li {
    border-bottom: 2px dashed #6cbead;
  }
}
#rakuraku #top .kodawari-wrapper {
  width: 100%;
  height: auto;
}
#rakuraku #top .kodawari-wrapper .kodawari-container {
  padding: 65px 0;
}
#rakuraku #top .kodawari-wrapper .kodawari-container .top-heading {
  max-width: 1154px;
  width: 90%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .kodawari-wrapper .kodawari-container .top-heading {
    margin: 0 auto 30px;
  }
}
#rakuraku #top .kodawari-wrapper .sozai-wrapper {
  position: relative;
  background-color: #d0ebe5;
}
#rakuraku #top .kodawari-wrapper .sozai-wrapper .top-heading {
  max-width: 753px;
  width: 80%;
  margin: 0 auto 60px;
}
#rakuraku #top .kodawari-wrapper .sozai-wrapper .operation-container {
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .kodawari-wrapper .sozai-wrapper .operation-container {
    margin-bottom: 30px;
  }
}
#rakuraku #top .kodawari-wrapper .sozai-wrapper .good-point-container {
  margin-top: 120px;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .kodawari-wrapper .sozai-wrapper .good-point-container {
    margin-top: 50px;
  }
}
#rakuraku #top .kodawari-wrapper .sozai-wrapper .good-point-container .heading-infinity-design {
  font-size: 40px;
  text-align: center;
  color: #5b3a1f;
  margin-bottom: 40px;
}
@media screen and (max-width: 1280px) {
  #rakuraku #top .kodawari-wrapper .sozai-wrapper .good-point-container .heading-infinity-design {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #top .kodawari-wrapper .sozai-wrapper .good-point-container .heading-infinity-design {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #top .kodawari-wrapper .sozai-wrapper .good-point-container .heading-infinity-design {
    font-size: 24px;
  }
}
#rakuraku #top .kodawari-wrapper .sozai-wrapper .good-point-container .goodpoint-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .kodawari-wrapper .sozai-wrapper .good-point-container .goodpoint-list-container {
    display: inherit;
  }
}
#rakuraku #top .kodawari-wrapper .sozai-wrapper .good-point-container .goodpoint-list-container .list-items {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 6px;
  background-color: #ffffff;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #rakuraku #top .kodawari-wrapper .sozai-wrapper .good-point-container .goodpoint-list-container .list-items {
    width: 31%;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #top .kodawari-wrapper .sozai-wrapper .good-point-container .goodpoint-list-container .list-items {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
}
#rakuraku #top .kodawari-wrapper .sozai-wrapper .good-point-container .goodpoint-list-container .list-items:after {
  content: "";
  width: 50px;
  height: 50px;
  color: #ffffff;
  background-color: #6cbead;
  border-radius: 1000px;
  position: absolute;
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/rakuraku/ico_plus.png?tr=n-base&updatedAt=1756367352926");
  background-size: contain;
  background-repeat: no-repeat;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -40px;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .kodawari-wrapper .sozai-wrapper .good-point-container .goodpoint-list-container .list-items:after {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    right: 0;
    left: 0;
    top: -20px;
  }
}
#rakuraku #top .kodawari-wrapper .sozai-wrapper .good-point-container .goodpoint-list-container .list-items:nth-of-type(1):after {
  content: none;
}
#rakuraku #top .kodawari-wrapper .sozai-wrapper .good-point-container .goodpoint-list-container .list-items:nth-of-type(2), #rakuraku #top .kodawari-wrapper .sozai-wrapper .good-point-container .goodpoint-list-container .list-items:nth-of-type(3) {
  margin-left: 30px;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .kodawari-wrapper .sozai-wrapper .good-point-container .goodpoint-list-container .list-items:nth-of-type(2), #rakuraku #top .kodawari-wrapper .sozai-wrapper .good-point-container .goodpoint-list-container .list-items:nth-of-type(3) {
    margin-left: 0;
  }
}
#rakuraku #top .kodawari-wrapper .sozai-wrapper .good-point-container .goodpoint-list-container .list-items .item-title-box {
  padding: 40px 40px 20px;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .kodawari-wrapper .sozai-wrapper .good-point-container .goodpoint-list-container .list-items .item-title-box {
    width: 55%;
    padding: 0;
  }
}
#rakuraku #top .kodawari-wrapper .sozai-wrapper .good-point-container .goodpoint-list-container .list-items .item-title {
  text-align: center;
  color: #5b3a1f;
  font-size: 26px;
  line-height: 180%;
  border-bottom: 1px solid #6cbead;
  padding-bottom: 20px;
}
@media screen and (max-width: 900px) {
  #rakuraku #top .kodawari-wrapper .sozai-wrapper .good-point-container .goodpoint-list-container .list-items .item-title {
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #top .kodawari-wrapper .sozai-wrapper .good-point-container .goodpoint-list-container .list-items .item-title {
    width: 100%;
    padding-top: 10px;
    font-size: 4vw;
    line-height: 160%;
    border: none;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #top .kodawari-wrapper .sozai-wrapper .good-point-container .goodpoint-list-container .list-items .item-img {
    width: 40%;
  }
}
#rakuraku #top .kodawari-wrapper .sozai-wrapper .good-point-container .btn {
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .kodawari-wrapper .sozai-wrapper .good-point-container .btn {
    margin-top: 30px;
  }
}
#rakuraku #top .kodawari-wrapper .sozai-wrapper:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .kodawari-wrapper .sozai-wrapper:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #fff;
  }
}
#rakuraku #top .kodawari-wrapper .benri-wrapper .top-heading {
  max-width: 853px;
  width: 90%;
  margin: 0 auto 40px;
}
#rakuraku #top .kodawari-wrapper .benri-wrapper .visual-img {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: block;
}
#rakuraku #top .kodawari-wrapper .benri-wrapper .heading-kinou-takusan {
  text-align: center;
  font-size: 40px;
  color: #5b3a1f;
  margin-top: 80px;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .kodawari-wrapper .benri-wrapper .heading-kinou-takusan {
    font-size: 24px;
    margin: 20px 0;
  }
}
#rakuraku #top .voice-wrapper {
  background-color: #e7e0d7;
}
#rakuraku #top .voice-wrapper .top-heading-container {
  text-align: center;
}
#rakuraku #top .voice-wrapper .top-heading-container .top-heading {
  max-width: 923px;
  width: 80%;
  margin: 0 auto 40px;
}
#rakuraku #top .voice-wrapper .impression-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#rakuraku #top .voice-wrapper .impression-container .impression-items {
  width: 48%;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .voice-wrapper .impression-container .impression-items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#rakuraku #top .voice-wrapper .impression-container .impression-items .impression-image {
  display: inline-block;
  vertical-align: middle;
  width: 15%;
  margin: 10% 0;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .voice-wrapper .impression-container .impression-items .impression-image {
    width: 20%;
    margin: 0;
  }
}
#rakuraku #top .voice-wrapper .impression-baloon {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: inline-block;
  background: #fff;
  vertical-align: middle;
  padding: 24px;
  border-radius: 12px;
  width: 80%;
  line-height: 160%;
  position: relative;
  margin-left: 1em;
}
@media screen and (max-width: 900px) {
  #rakuraku #top .voice-wrapper .impression-baloon {
    width: 75%;
  }
}
#rakuraku #top .voice-wrapper .impression-baloon:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 12px 0;
  border-color: transparent #fff transparent transparent;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .voice-wrapper .impression-baloon:before {
    top: 20px;
    bottom: inherit;
  }
}
#rakuraku #top .voice-wrapper .text-free-trial {
  font-size: 50px;
  text-align: center;
  color: #f09399;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  margin: 80px 0 40px;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .voice-wrapper .text-free-trial {
    font-size: 24px;
    margin: 20px 0;
  }
}
#rakuraku #top .voice-wrapper .image-free-trial {
  max-width: 1020px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .voice-wrapper .image-free-trial {
    width: 90%;
  }
}
@media screen and (max-width: 1280px) {
  #rakuraku #top .voice-wrapper .image-free-trial {
    width: 70%;
  }
}
#rakuraku #top .taiken-image {
  width: 100%;
  height: 400px;
  border-radius: 0;
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/rakuraku/top/bg_top_taiken.jpg?tr=n-base&updatedAt=1756367401561");
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1280px) {
  #rakuraku #top .taiken-image {
    background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/rakuraku/top/bg_top_taiken_sp.jpg?tr=n-base&updatedAt=1756367402711");
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #top .taiken-image {
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #top .taiken-image {
    height: 150px;
    background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/rakuraku/top/bg_top_taiken_sp.jpg?tr=n-base&updatedAt=1756367402711");
    background-size: 100% auto;
  }
}
#rakuraku #top .question-wrapper {
  padding-bottom: 0;
}
#rakuraku #top .question-wrapper .top-heading {
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
  font-size: 55px;
  color: #5b3a1f;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
@media screen and (max-width: 600px) {
  #rakuraku #top .question-wrapper .top-heading {
    font-size: 24px;
    padding-top: 10px;
    margin-bottom: 30px;
  }
}
#rakuraku #top .question-wrapper .top-heading:before {
  content: "";
  width: 44px;
  height: 60px;
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/rakuraku/ico_question.png?tr=n-base&updatedAt=1756367353725");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin: 0 auto;
  bottom: 110%;
  left: 0;
  right: 0;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .question-wrapper .top-heading:before {
    width: 58px;
    height: 58px;
  }
}
#rakuraku #top .question-wrapper .faq-box {
  margin-top: 20px;
}
#rakuraku #top .question-wrapper .faq-box .question-items {
  padding: 20px 24px;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #ffffff;
  background-color: #6cbead;
  line-height: 100%;
  font-size: 24px;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .question-wrapper .faq-box .question-items {
    padding: 10px 20px;
    font-size: 20px;
    line-height: 1.6em;
  }
}
#rakuraku #top .question-wrapper .faq-box .answer-items {
  padding: 40px;
  line-height: 160%;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .question-wrapper .faq-box .answer-items {
    font-size: 16px;
    padding: 10px;
  }
}
#rakuraku #top .os-system-wrapper .top-heading {
  font-size: 50px;
  padding-top: 100px;
  position: relative;
  color: #5b3a1f;
  text-align: center;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}
@media screen and (max-width: 600px) {
  #rakuraku #top .os-system-wrapper .top-heading {
    font-size: 24px;
    padding-top: 60px;
  }
}
#rakuraku #top .os-system-wrapper .top-heading:before {
  content: "";
  width: 80px;
  height: 70px;
  background-image: url("https://ik.imagekit.io/yumephoto/yumeportal/rakuraku/ico_pc.png?tr=n-base&updatedAt=1756367350434");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .os-system-wrapper .top-heading:before {
    width: 60px;
    height: 60px;
  }
}
#rakuraku #top .os-system-wrapper table {
  max-width: 600px;
  width: 92%;
  border-collapse: collapse;
  margin: 40px auto 60px;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .os-system-wrapper table {
    width: 100%;
    margin-bottom: 40px;
  }
}
#rakuraku #top .os-system-wrapper table tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
#rakuraku #top .os-system-wrapper table th {
  width: 40%;
  border: 1px solid #E8E8E8;
  padding: 16px 24px;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .os-system-wrapper table th {
    padding: 10px;
  }
}
#rakuraku #top .os-system-wrapper table td {
  width: 60%;
  line-height: 160%;
  border: 1px solid #EEE;
  padding: 16px 24px;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .os-system-wrapper table td {
    padding: 10px;
  }
}
#rakuraku #top .os-system-wrapper .heading-spec-check {
  font-size: 40px;
  color: #6cbead;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  #rakuraku #top .os-system-wrapper .heading-spec-check {
    font-size: 24px;
  }
}
#rakuraku .footer-contact {
  padding: 90px 0 180px;
  background-image: url("https://ik.imagekit.io/yumephoto/sotugyo/common/bg_top_contact.png?tr=n-base&updatedAt=1756948752831");
  background-position: center 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 1px solid #dcdcdc;
}
#rakuraku .contact-box {
  width: 1080px;
  margin: 0 auto;
  background-color: #fefafa;
  -webkit-box-shadow: 0px 20px 60px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 60px 1px rgba(0, 0, 0, 0.1);
  z-index: 1;
  padding: 40px 20px 20px;
}
@media screen and (max-width: 1280px) {
  #rakuraku .contact-box {
    width: 96%;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku .contact-box {
    width: 96%;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku .contact-box {
    width: 90%;
  }
}
#rakuraku .contact-box h3 {
  text-align: center;
}
#rakuraku .contact-box p {
  text-align: center;
  color: #5b3a1f;
}
#rakuraku .contact-box .txt01 {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  margin-top: 22px;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  color: #d5281c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(50%, #fffc95));
  background: linear-gradient(transparent 70%, #fffc95 50%);
}
@media screen and (max-width: 600px) {
  #rakuraku .contact-box .txt01 {
    font-size: 1.3em;
  }
}
#rakuraku .contact-box .txt01:before {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: #d5281c;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: -20px;
}
@media screen and (max-width: 600px) {
  #rakuraku .contact-box .txt01:before {
    width: 30px;
    left: -10px;
  }
}
#rakuraku .contact-box .txt01:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: #d5281c;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: -20px;
}
@media screen and (max-width: 600px) {
  #rakuraku .contact-box .txt01:after {
    width: 30px;
    right: -10px;
  }
}
#rakuraku .contact-box .contact-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0 0;
}
@media screen and (max-width: 600px) {
  #rakuraku .contact-box .contact-box-inner {
    display: block;
  }
}
#rakuraku .contact-box .contact-box-inner li {
  text-align: center;
  width: 33%;
}
@media screen and (max-width: 600px) {
  #rakuraku .contact-box .contact-box-inner li {
    width: 100%;
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku .contact-box .contact-box-inner li:last-child {
    padding: 0;
  }
}
#rakuraku .contact-box .contact-box-inner li .balloon2 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  font-size: 14px;
  font-weight: bold;
  background: #FFF;
  border: solid 2px #d5281c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 33px;
}
#rakuraku .contact-box .contact-box-inner li .balloon2:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
  border: 7px solid transparent;
  border-top: 11px solid #FFF;
  z-index: 2;
}
#rakuraku .contact-box .contact-box-inner li .balloon2:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  border: 9px solid transparent;
  border-top: 11px solid #d5281c;
  z-index: 1;
}
#rakuraku .contact-box .contact-box-inner li .balloon2 p {
  margin: 0;
  padding: 0;
}
#rakuraku .contact-box .balloon-line {
  border: solid 2px #1dbf21;
}
#rakuraku .contact-box .balloon-line:after {
  border-top: 11px solid #1dbf21;
}
#rakuraku .contact-box .tel {
  font-family: "Abel", sans-serif;
  font-size: 2em;
  padding: 20px 0 0;
  color: #d5281c;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  #rakuraku .contact-box .tel {
    font-size: 2em;
  }
}
#rakuraku .contact-box .tel a {
  color: #d5281c;
}
#rakuraku .contact-box .time {
  font-size: 0.75em;
}
#rakuraku .contact-box .btn_contact {
  text-align: center;
}
#rakuraku .contact-box .btn_contact a {
  display: inline-block;
  margin: 15px auto;
  padding: 20px 14%;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  background-color: #d5281c;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
@media screen and (max-width: 900px) {
  #rakuraku .contact-box .btn_contact a {
    padding: 20px 10%;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku .contact-box .btn_contact a {
    font-size: 1em;
  }
}
#rakuraku .contact-box .btn-line {
  text-align: center;
}
#rakuraku .contact-box .btn-line a {
  display: inline-block;
  margin: 15px auto;
  padding: 20px 14%;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  background-color: #1dbf21;
  text-decoration: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
@media screen and (max-width: 900px) {
  #rakuraku .contact-box .btn-line a {
    padding: 20px 10%;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku .contact-box .btn-line a {
    font-size: 1em;
  }
}
#rakuraku #use {
  background-image: url(../img/rakuraku/use/bg_footer_use.jpg);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 23%;
}
@media screen and (max-width: 1280px) {
  #rakuraku #use {
    background-size: contain;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #use {
    background-image: url("../img/rakuraku/use/bg_footer_use_sp.jpg");
    background-size: contain;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #use {
    background-image: url("../img/rakuraku/use/bg_footer_use_sp.jpg");
    background-size: contain;
    padding-bottom: 59%;
  }
}
#rakuraku #use .page-title-wrapper {
  background-image: url("../img/rakuraku/use/bg_mv_use.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
@media screen and (max-width: 900px) {
  #rakuraku #use .page-title-wrapper {
    background-image: url("../img/rakuraku/use/bg_mv_use_sp.jpg");
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #use .page-title-wrapper {
    background-image: url("../img/rakuraku/use/bg_mv_use_sp.jpg");
  }
}
#rakuraku #use .page-title-wrapper span {
  font-size: 30px;
}
@media screen and (max-width: 600px) {
  #rakuraku #use .page-title-wrapper span {
    font-size: 18px;
  }
}
#rakuraku #use .page-title-wrapper .page-title {
  max-width: 780px;
  padding: 100px 0;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #rakuraku #use .page-title-wrapper .page-title {
    padding: 50px 20px;
  }
}
#rakuraku #use .point1-wrapper {
  padding-bottom: 70px;
  background-image: url(../img/rakuraku/use/bg_basic.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  #rakuraku #use .point1-wrapper {
    background: none;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #use .point1-wrapper {
    padding-bottom: 0;
  }
}
#rakuraku #use .point1-wrapper .top-heading {
  max-width: 700px;
  width: 90%;
  margin: 0 auto 40px;
}
#rakuraku #use .point1-wrapper .top-heading img {
  width: 100%;
}
#rakuraku #use .point1-wrapper .sub-copy {
  max-width: 772px;
  margin: 0 auto 140px;
}
@media screen and (max-width: 1280px) {
  #rakuraku #use .point1-wrapper .sub-copy {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #use .point1-wrapper .sub-copy {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #use .point1-wrapper .sub-copy {
    width: 95%;
    margin-bottom: 80px;
  }
}
#rakuraku #use .point1-wrapper .sub-copy picture {
  display: block;
}
@media screen and (max-width: 900px) {
  #rakuraku #use .point1-wrapper .sub-copy picture {
    padding: 0 60px;
  }
}
#rakuraku #use .point1-wrapper .kindness-function-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 600px) {
  #rakuraku #use .point1-wrapper .kindness-function-container {
    display: inherit;
  }
}
#rakuraku #use .point1-wrapper .kindness-function-container .kindness-function-items {
  border: 1px solid #f09399;
  position: relative;
  padding: 60px 40px 40px;
  border-radius: 4px;
  width: 30%;
}
@media screen and (max-width: 600px) {
  #rakuraku #use .point1-wrapper .kindness-function-container .kindness-function-items {
    width: 100%;
    padding: 40px 20px 40px;
    margin-bottom: 50px;
  }
}
#rakuraku #use .point1-wrapper .kindness-function-container .kindness-function-items:before {
  content: "";
  width: 100px;
  height: 100px;
  background-image: url("../img/rakuraku/use/circle_basic01.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #rakuraku #use .point1-wrapper .kindness-function-container .kindness-function-items:before {
    width: 70px;
    height: 70px;
    top: -40px;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #use .point1-wrapper .kindness-function-container .kindness-function-items:before {
    width: 70px;
    height: 70px;
    top: -40px;
  }
}
#rakuraku #use .point1-wrapper .kindness-function-container .kindness-function-items:nth-of-type(2):before {
  background-image: url("../img/rakuraku/use/circle_basic02.png");
}
#rakuraku #use .point1-wrapper .kindness-function-container .kindness-function-items:nth-of-type(3):before {
  background-image: url("../img/rakuraku/use/circle_basic03.png");
}
#rakuraku #use .point1-wrapper .kindness-function-container .kindness-function-items .kindness-function-title-box {
  border-bottom: 1px solid #f09399;
  margin-bottom: 24px;
}
#rakuraku #use .point1-wrapper .kindness-function-container .kindness-function-items .kindness-function-title-box h3 {
  color: #5b3a1f;
  text-align: center;
  font-size: 36px;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  line-height: 1.4em;
  padding-bottom: 32px;
}
@media screen and (max-width: 1280px) {
  #rakuraku #use .point1-wrapper .kindness-function-container .kindness-function-items .kindness-function-title-box h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #use .point1-wrapper .kindness-function-container .kindness-function-items .kindness-function-title-box h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #use .point1-wrapper .kindness-function-container .kindness-function-items .kindness-function-title-box h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }
}
#rakuraku #use .point1-wrapper .kindness-function-container .kindness-function-items .visual-image {
  width: 100%;
  height: 280px;
}
@media screen and (max-width: 1280px) {
  #rakuraku #use .point1-wrapper .kindness-function-container .kindness-function-items .visual-image {
    height: auto;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #use .point1-wrapper .kindness-function-container .kindness-function-items .visual-image {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #use .point1-wrapper .kindness-function-container .kindness-function-items .visual-image {
    height: auto;
  }
}
#rakuraku #use .point1-wrapper .kindness-function-container .kindness-function-items .visual-image img {
  width: 100%;
}
#rakuraku #use .actionSample-wrapper {
  background-color: #fff9b3;
}
#rakuraku #use .actionSample-wrapper .top-heading {
  font-size: 55px;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #5b3a1f;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  #rakuraku #use .actionSample-wrapper .top-heading {
    font-size: 24px;
  }
}
#rakuraku #use .otasuke-wrapper .point2-wrapper {
  background-image: url(../img/rakuraku/use/bg_otasuke.jpg);
  background-position: top right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1280px) {
  #rakuraku #use .otasuke-wrapper .point2-wrapper {
    background: none;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #use .otasuke-wrapper .point2-wrapper {
    background: none;
    padding-bottom: 0;
  }
}
#rakuraku #use .otasuke-wrapper .point2-wrapper .top-heading {
  max-width: 842px;
  width: 86%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 600px) {
  #rakuraku #use .otasuke-wrapper .point2-wrapper .top-heading {
    margin: 0 auto;
  }
}
#rakuraku #use .otasuke-wrapper .point2-wrapper .heading-otasuke {
  max-width: 923px;
  width: 80%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 600px) {
  #rakuraku #use .otasuke-wrapper .point2-wrapper .heading-otasuke {
    width: 90%;
    margin: 30px auto 10px;
  }
}
#rakuraku #use .picture-trouble-wrapper {
  background-color: #d0ebe5;
}
@media screen and (max-width: 600px) {
  #rakuraku #use .picture-trouble-wrapper {
    padding-bottom: 10px;
  }
}
#rakuraku #use .picture-trouble-wrapper .top-heading {
  max-width: 923px;
  width: 90%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 600px) {
  #rakuraku #use .picture-trouble-wrapper .top-heading {
    margin: 0 auto;
  }
}
#rakuraku #use .picture-trouble-wrapper .function-items:first-child .function-title span {
  position: relative;
}
#rakuraku #use .picture-trouble-wrapper .function-items:first-child .function-title span:before {
  content: "";
  width: 100px;
  height: 80px;
  background-image: url(../img/rakuraku/ico_new.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 35px;
}
@media screen and (max-width: 900px) {
  #rakuraku #use .picture-trouble-wrapper .function-items:first-child .function-title span:before {
    bottom: -45px;
    left: -95px;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #use .picture-trouble-wrapper .function-items:first-child .function-title span:before {
    width: 70px;
    bottom: 7px;
    left: 0;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #use .stress-wrapper {
    padding-bottom: 10px;
  }
}
#rakuraku #use .stress-wrapper .top-heading {
  max-width: 923px;
  width: 90%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 600px) {
  #rakuraku #use .stress-wrapper .top-heading {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #use .function-container {
    padding: 20px 0 0 0;
  }
}
#rakuraku #use .function-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  #rakuraku #use .function-items {
    display: inherit;
    margin-top: 0;
  }
}
#rakuraku #use .function-items .function-img {
  width: 50%;
}
@media screen and (max-width: 600px) {
  #rakuraku #use .function-items .function-img {
    width: 100%;
  }
}
#rakuraku #use .function-items .function-desc {
  width: 40%;
  margin-left: 5%;
}
@media screen and (max-width: 600px) {
  #rakuraku #use .function-items .function-desc {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
#rakuraku #use .function-items .function-desc .function-title {
  font-size: 30px;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  text-align: left;
  color: #6cbead;
  margin-bottom: 32px;
}
@media screen and (max-width: 600px) {
  #rakuraku #use .function-items .function-desc .function-title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
#rakuraku #use .function-items .function-desc .function-title span {
  color: #5b3a1f;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
#rakuraku #use .function-items .function-desc p {
  line-height: 180%;
}
@media screen and (max-width: 600px) {
  #rakuraku #use .function-items .function-desc p {
    margin-bottom: 50px;
  }
}
#rakuraku #use .function-items:nth-of-type(even) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#rakuraku #use .function-items:nth-of-type(even) .function-img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
#rakuraku #use .function-items:nth-of-type(even) .function-desc {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
#rakuraku #use .upload-wrapper {
  background-color: #fff9b3;
}
@media screen and (max-width: 600px) {
  #rakuraku #use .upload-wrapper {
    padding: 50px 0;
  }
}
#rakuraku #use .upload-wrapper .top-heading {
  max-width: 833px;
  width: 86%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 600px) {
  #rakuraku #use .upload-wrapper .top-heading {
    margin: 0 auto 20px;
  }
}
#rakuraku #use .upload-wrapper .heading-direct-upload {
  max-width: 923px;
  width: 90%;
  margin: 0 auto 40px;
}
#rakuraku #use .upload-wrapper .visual-image {
  display: block;
  max-width: 1162px;
  width: 92%;
  margin: 0 auto 40px;
}
#rakuraku #use .upload-wrapper .upload-step-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 600px) {
  #rakuraku #use .upload-wrapper .upload-step-container {
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 0;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #use .upload-wrapper .upload-step-container li {
    display: inline-block;
  }
}
#rakuraku #use .upload-wrapper .upload-step-container .upload-step-items {
  width: 30%;
  position: relative;
  z-index: 1;
  height: 600px;
}
@media screen and (max-width: 600px) {
  #rakuraku #use .upload-wrapper .upload-step-container .upload-step-items {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    margin-bottom: 30px;
    background-color: #fff;
  }
}
#rakuraku #use .upload-wrapper .upload-step-container .upload-step-items:before {
  content: " ";
  display: block;
  width: 56px;
  height: 56px;
  background-image: url("../img/rakuraku/use/ico_step01.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  margin: auto;
  z-index: 10;
}
@media screen and (max-width: 600px) {
  #rakuraku #use .upload-wrapper .upload-step-container .upload-step-items:before {
    margin: 0;
    left: 15px;
  }
}
#rakuraku #use .upload-wrapper .upload-step-container .upload-step-items:nth-of-type(2):before {
  background-image: url("../img/rakuraku/use/ico_step02.png");
}
#rakuraku #use .upload-wrapper .upload-step-container .upload-step-items:nth-of-type(3):before {
  background-image: url("../img/rakuraku/use/ico_step03.png");
}
#rakuraku #use .upload-wrapper .upload-step-container .upload-step-items .step-title {
  background-image: url("../img/rakuraku/use/bg_upload_circle.png");
  background-repeat: no-repeat;
  padding-top: 86px;
  padding-bottom: 80px;
  background-size: contain;
  background-position: top center;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 900px) {
  #rakuraku #use .upload-wrapper .upload-step-container .upload-step-items .step-title {
    width: 100%;
    padding-top: 8vw;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #use .upload-wrapper .upload-step-container .upload-step-items .step-title {
    width: 50%;
    padding-top: 3vw;
    padding-bottom: 0;
    background-image: none;
  }
}
#rakuraku #use .upload-wrapper .upload-step-container .upload-step-items .step-title img {
  max-width: 14.5vw;
}
@media screen and (max-width: 900px) {
  #rakuraku #use .upload-wrapper .upload-step-container .upload-step-items .step-title img {
    max-width: 20vw;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #use .upload-wrapper .upload-step-container .upload-step-items .step-title img {
    width: 90%;
    max-width: 25vw;
  }
}
#rakuraku #use .upload-wrapper .upload-step-container .upload-step-items:nth-of-type(2) .step-title img {
  max-width: 16.72vw;
}
@media screen and (max-width: 900px) {
  #rakuraku #use .upload-wrapper .upload-step-container .upload-step-items:nth-of-type(2) .step-title img {
    max-width: 22vw;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #use .upload-wrapper .upload-step-container .upload-step-items:nth-of-type(2) .step-title img {
    width: 100%;
    max-width: 28vw;
  }
}
#rakuraku #use .upload-wrapper .upload-step-container .upload-step-items .step-image {
  max-width: 180px;
  position: absolute;
  top: 260px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  #rakuraku #use .upload-wrapper .upload-step-container .upload-step-items .step-image {
    width: 50%;
    margin: 0;
    padding: 20px 0 0 20px;
    position: unset;
  }
  #rakuraku #use .upload-wrapper .upload-step-container .upload-step-items .step-image img {
    width: auto;
    height: 150px;
    margin: 0 auto;
  }
}
#rakuraku #use .upload-wrapper .upload-step-container .upload-step-items:nth-of-type(2) .step-image {
  max-width: 247px;
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  #rakuraku #use .upload-wrapper .upload-step-container .upload-step-items:nth-of-type(2) .step-image {
    margin-right: 0;
  }
}
#rakuraku #use .upload-wrapper .upload-step-container .upload-step-items:nth-of-type(3) .step-image {
  max-width: 201px;
  margin-top: -40px;
  margin-right: 60px;
}
@media screen and (max-width: 600px) {
  #rakuraku #use .upload-wrapper .upload-step-container .upload-step-items:nth-of-type(3) .step-image {
    margin-top: 0;
    margin-right: 0;
  }
}
#rakuraku #use .upload-wrapper .upload-step-container .upload-step-items:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 100%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 30px;
  border-color: transparent transparent transparent #ffa000;
}
@media screen and (max-width: 600px) {
  #rakuraku #use .upload-wrapper .upload-step-container .upload-step-items:after {
    display: none;
  }
}
#rakuraku #use .upload-wrapper .upload-step-container .upload-step-items:nth-of-type(3):after {
  content: none;
}
#rakuraku #use .upload-wrapper .heading-access {
  font-size: 55px;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #5b3a1f;
  text-align: center;
  margin: 80px auto 60px;
}
@media screen and (max-width: 1280px) {
  #rakuraku #use .upload-wrapper .heading-access {
    margin-top: 30px;
    font-size: 30px;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #use .upload-wrapper .heading-access {
    margin-top: 30px;
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #use .upload-wrapper .heading-access {
    margin: 20px auto 30px;
    font-size: 24px;
  }
}
#rakuraku #use .upload-wrapper .btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 600px) {
  #rakuraku #use .upload-wrapper .btn-container {
    display: inherit;
  }
}
#rakuraku #use .upload-wrapper .btn-container .btn {
  width: 48%;
}
@media screen and (max-width: 900px) {
  #rakuraku #use .upload-wrapper .btn-container .btn {
    width: 100%;
  }
}
#rakuraku #use .btn {
  display: inline;
}
@media screen and (max-width: 1280px) {
  #rakuraku #use .btn {
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  #rakuraku #use .btn a {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #use .btn a {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
  }
}
#rakuraku #use .btn:nth-of-type(2) {
  margin-left: 20px;
}
@media screen and (max-width: 1280px) {
  #rakuraku #use .btn:nth-of-type(2) {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #use .btn:nth-of-type(2) {
    margin-left: 0;
  }
}
#rakuraku #use .btn:nth-of-type(2) a {
  line-height: 1.2em;
  padding-top: 16px;
}
@media screen and (max-width: 1280px) {
  #rakuraku #use .btn:nth-of-type(2) a {
    margin-bottom: 0;
    padding-top: 15px;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #use .btn:nth-of-type(2) a {
    margin-bottom: 0;
    padding-top: 25px;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #use .btn:nth-of-type(2) a {
    margin-bottom: 0;
    padding-top: 20px;
  }
}
#rakuraku #design {
  background-image: url("../img/rakuraku/design/bg_footer_design.jpg");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 23%;
}
@media screen and (max-width: 1280px) {
  #rakuraku #design {
    background-size: contain;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #design {
    background-size: contain;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #design {
    background-image: url("../img/rakuraku/design/bg_footer_design_sp.jpg");
    background-size: contain;
    padding-bottom: 59%;
  }
}
#rakuraku #design .header_mv {
  background-image: url("../img/rakuraku/design/bg_mv_design.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
@media screen and (max-width: 900px) {
  #rakuraku #design .header_mv {
    background-image: url("../img/rakuraku/design/bg_mv_design_sp.jpg");
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #design .header_mv {
    background-image: url("../img/rakuraku/design/bg_mv_design_sp.jpg");
  }
}
#rakuraku #design .header_mv h1 {
  max-width: 646px;
  width: 50%;
  margin: 0 auto;
  padding: 100px 0;
}
@media screen and (max-width: 1280px) {
  #rakuraku #design .header_mv h1 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #design .header_mv h1 {
    width: 60%;
    padding: 50px 0;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #design .header_mv h1 {
    width: 80%;
    padding: 32px 0;
  }
}
#rakuraku #design .header_mv h1 img {
  display: block;
}
#rakuraku #design .page-inner-navi {
  max-width: 840px;
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .page-inner-navi {
    width: 90%;
  }
}
#rakuraku #design .page-inner-navi li {
  border: 2px solid #5b3a1f;
  background: #fff;
  border-radius: 500px;
  width: 48%;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .page-inner-navi li {
    width: 100%;
    border: 1px solid #5b3a1f;
    margin-bottom: 16px;
  }
}
#rakuraku #design .page-inner-navi li a {
  text-align: center;
  display: block;
  padding: 24px 0;
  font-size: 24px;
}
@media screen and (max-width: 1280px) {
  #rakuraku #design .page-inner-navi li a {
    font-size: 20px;
    padding: 12px;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #design .page-inner-navi li a {
    font-size: 14px;
    padding: 16px 0;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #design .page-inner-navi li a {
    font-size: 12px;
    line-height: 100%;
    padding: 16px 0;
  }
}
#rakuraku #design .page-inner-navi li a:after {
  content: "";
  display: block;
  background: url("../img/rakuraku/design/icon_arrow_navi.png") no-repeat;
  background-size: contain;
  position: absolute;
  width: 38px;
  height: 38px;
  top: 0;
  bottom: 0;
  right: 38px;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  #rakuraku #design .page-inner-navi li a:after {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #design .page-inner-navi li a:after {
    width: 20px;
    height: 20px;
    right: 8px;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #design .page-inner-navi li a:after {
    width: 14px;
    height: 14px;
    right: 8px;
  }
}
#rakuraku #design .design-wrapper {
  padding: 160px 0;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .design-wrapper {
    padding: 60px 0;
  }
}
#rakuraku #design .design-wrapper .point1-wrapper {
  background-image: url("../img/rakuraku/design/bg_design_function.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  margin-bottom: 160px;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .design-wrapper .point1-wrapper {
    background: none;
    margin-bottom: 30px;
  }
}
#rakuraku #design .design-wrapper .top-heading {
  max-width: 780px;
  width: 90%;
  margin: 0 auto 40px;
}
#rakuraku #design .design-wrapper .top-heading img {
  width: 100%;
}
#rakuraku #design .design-wrapper .sub-copy {
  max-width: 916px;
  width: 90%;
  margin: 0 auto 120px;
  display: block;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .design-wrapper .sub-copy {
    margin-bottom: 60px;
  }
}
#rakuraku #design .design-wrapper .cover-detail-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 200px;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .design-wrapper .cover-detail-container {
    display: block;
    margin-bottom: 40px;
  }
}
#rakuraku #design .design-wrapper .cover-detail-container .cover-title-box {
  width: 50%;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .design-wrapper .cover-detail-container .cover-title-box {
    width: 100%;
  }
}
#rakuraku #design .design-wrapper .cover-detail-container .cover-title-box h3 {
  margin-top: 30px;
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .design-wrapper .cover-detail-container .cover-title-box h3 {
    margin-top: 15px;
  }
}
#rakuraku #design .design-wrapper .cover-detail-container .cover-title-box .ttl-cover-lether {
  margin-bottom: 70px;
}
#rakuraku #design .design-wrapper .cover-detail-container .cover-title-box .number-circle {
  max-width: 110px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #rakuraku #design .design-wrapper .cover-detail-container .cover-title-box .number-circle {
    max-width: 80px;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #design .design-wrapper .cover-detail-container .cover-title-box .number-circle {
    max-width: 60px;
  }
}
#rakuraku #design .design-wrapper .cover-detail-container .cover-title-box .cource-match {
  display: inline-block;
  position: absolute;
  top: 0;
  font-size: 16px;
  border: 1px solid #6cbead;
  color: #6cbead;
  border-radius: 500px;
  background: #fff;
  padding: 8px 32px;
  line-height: 100%;
  margin-top: 2%;
}
#rakuraku #design .design-wrapper .cover-detail-container .cover-title-box .cource-match.lngx3 {
  left: -50px;
  line-height: 1.4;
}
@media screen and (max-width: 1280px) {
  #rakuraku #design .design-wrapper .cover-detail-container .cover-title-box .cource-match.lngx3 {
    top: -2%;
    left: -2%;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #design .design-wrapper .cover-detail-container .cover-title-box .cource-match.lngx3 {
    top: -14%;
    left: 52%;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #design .design-wrapper .cover-detail-container .cover-title-box .cource-match.lngx3 {
    max-width: 53%;
    text-align: center;
    top: 32%;
    left: 24%;
  }
}
@media screen and (max-width: 1280px) {
  #rakuraku #design .design-wrapper .cover-detail-container .cover-title-box .cource-match {
    font-size: 12px;
    padding: 8px 16px;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #design .design-wrapper .cover-detail-container .cover-title-box .cource-match {
    font-size: 12px;
    padding: 8px 16px;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #design .design-wrapper .cover-detail-container .cover-title-box .cource-match {
    font-size: 10px;
    right: 0;
    padding: 4px 16px;
  }
}
#rakuraku #design .design-wrapper .cover-detail-container .cover-title-box p {
  font-size: 24px;
  line-height: 160%;
}
@media screen and (max-width: 1280px) {
  #rakuraku #design .design-wrapper .cover-detail-container .cover-title-box p {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #design .design-wrapper .cover-detail-container .cover-title-box p {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #design .design-wrapper .cover-detail-container .cover-title-box p {
    font-size: 12px;
    margin-top: 10px;
  }
}
#rakuraku #design .design-wrapper .cover-detail-container .img-cover {
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 555;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .design-wrapper .cover-detail-container .img-cover {
    width: 80%;
    margin: 0 auto;
    position: static;
  }
}
#rakuraku #design .design-wrapper .template-cover-wrapper {
  background-color: #fff9b3;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .design-wrapper .template-cover-wrapper {
    padding: 30px 0;
  }
}
#rakuraku #design .design-wrapper .template-cover-wrapper:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .design-wrapper .template-cover-wrapper:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
  }
}
#rakuraku #design .design-wrapper .template-cover-wrapper .cover-title-box {
  margin-left: 50%;
  margin-top: -30px;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .design-wrapper .template-cover-wrapper .cover-title-box {
    margin-left: 0;
    margin-top: 0;
  }
}
#rakuraku #design .design-wrapper .template-cover-wrapper .cource-match {
  right: 0;
}
#rakuraku #design .design-wrapper .template-cover-wrapper .img-cover {
  left: -2%;
  margin-top: -30px;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .design-wrapper .template-cover-wrapper .img-cover {
    left: 0;
    margin-top: 0;
  }
}
#rakuraku #design .design-wrapper .seifuku-cover-wrapper {
  background: #fff;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .design-wrapper .seifuku-cover-wrapper {
    padding: 30px 0;
  }
}
#rakuraku #design .design-wrapper .seifuku-cover-wrapper .cover-title-box {
  margin-right: 50%;
}
#rakuraku #design .design-wrapper .seifuku-cover-wrapper .cource-match {
  left: 0;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .design-wrapper .seifuku-cover-wrapper .cource-match {
    left: auto;
  }
}
#rakuraku #design .design-wrapper .seifuku-cover-wrapper .img-cover {
  right: -2%;
  margin-top: -100px;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .design-wrapper .seifuku-cover-wrapper .img-cover {
    right: 0;
    margin-top: 0;
  }
}
#rakuraku #design .design-wrapper .seifuku-cover-wrapper .movie-selecter-box li {
  border: 1px solid #ddd;
}
#rakuraku #design .design-wrapper .tetsunagi-cover-wrapper {
  background-color: #fff9b3;
  padding-bottom: 120px;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .design-wrapper .tetsunagi-cover-wrapper {
    padding: 30px 0;
  }
}
#rakuraku #design .design-wrapper .tetsunagi-cover-wrapper .cover-title-box {
  margin-left: 50%;
  margin-top: -30px;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .design-wrapper .tetsunagi-cover-wrapper .cover-title-box {
    margin-left: 0;
    margin-top: 0;
  }
}
#rakuraku #design .design-wrapper .tetsunagi-cover-wrapper .cource-match {
  right: 0;
}
#rakuraku #design .design-wrapper .tetsunagi-cover-wrapper .img-cover {
  left: -2%;
  margin-top: -30px;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .design-wrapper .tetsunagi-cover-wrapper .img-cover {
    left: 0;
    margin-top: 0;
  }
}
#rakuraku #design .design-wrapper .lether-cover-wrapper {
  background: #fff;
  padding: 60px 0;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .design-wrapper .lether-cover-wrapper {
    padding: 30px 0;
  }
}
#rakuraku #design .design-wrapper .lether-cover-wrapper .cover-title-box {
  margin-right: 50%;
}
#rakuraku #design .design-wrapper .lether-cover-wrapper .cource-match {
  left: 0;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .design-wrapper .lether-cover-wrapper .cource-match {
    left: auto;
  }
}
#rakuraku #design .design-wrapper .lether-cover-wrapper .img-cover {
  right: -2%;
  margin-top: -60px;
}
@media screen and (max-width: 900px) {
  #rakuraku #design .design-wrapper .lether-cover-wrapper .img-cover {
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #design .design-wrapper .lether-cover-wrapper .img-cover {
    right: 0;
    margin-top: 0;
  }
}
#rakuraku #design .design-wrapper .lether-cover-wrapper .movie-selecter-box li {
  border: 1px solid #ddd;
}
#rakuraku #design .nakamen-wrapper .top-heading {
  margin-bottom: 40px;
  max-width: 906px;
  width: 92%;
  margin: 0 auto;
}
#rakuraku #design .nakamen-wrapper .top-heading picture {
  display: block;
}
#rakuraku #design .nakamen-wrapper .subcopy {
  max-width: 950px;
  width: 90%;
  display: block;
  margin: 0 auto 120px;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .nakamen-wrapper .subcopy {
    margin: 0 auto 40px;
  }
}
#rakuraku #design .nakamen-wrapper .operation-wrapper {
  background-color: #fff9b3;
  padding: 120px 0;
  position: relative;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .nakamen-wrapper .operation-wrapper {
    padding: 30px 0;
  }
}
#rakuraku #design .nakamen-wrapper .operation-wrapper .heading-sousa-sample {
  font-size: 55px;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #5b3a1f;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .nakamen-wrapper .operation-wrapper .heading-sousa-sample {
    font-size: 24px;
  }
}
#rakuraku #design .nakamen-wrapper .operation-wrapper:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .nakamen-wrapper .operation-wrapper:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
  }
}
#rakuraku #design .soft-feature-wrapper {
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .soft-feature-wrapper {
    padding: 30px 0;
  }
}
#rakuraku #design .soft-feature-wrapper .top-heading {
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .soft-feature-wrapper .top-heading {
    margin-bottom: 30px;
  }
}
#rakuraku #design .soft-feature-wrapper .feature-point-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .soft-feature-wrapper .feature-point-container {
    display: block;
  }
}
#rakuraku #design .soft-feature-wrapper .feature-point-container .feature-item {
  width: 46%;
  margin-bottom: 4%;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .soft-feature-wrapper .feature-point-container .feature-item {
    width: 100%;
    margin-bottom: 50px;
  }
}
#rakuraku #design .soft-feature-wrapper .feature-point-container .feature-item .text {
  margin-top: 30px;
  font-size: 18px;
  text-align: justify;
  line-height: 180%;
}
@media screen and (max-width: 1280px) {
  #rakuraku #design .soft-feature-wrapper .feature-point-container .feature-item .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #design .soft-feature-wrapper .feature-point-container .feature-item .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #design .soft-feature-wrapper .feature-point-container .feature-item .text {
    font-size: 16px;
  }
}
#rakuraku #design .soft-feature-wrapper .feature-point-container .feature-item .sample {
  margin-top: 4%;
}
#rakuraku #design .soft-feature-wrapper .feature-point-container .feature-item.clipping .sample {
  max-width: 287px;
  width: 42%;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .soft-feature-wrapper .feature-point-container .feature-item.clipping .sample {
    width: 64.5%;
    margin-top: 30px;
  }
}
#rakuraku #design .soft-feature-wrapper .feature-point-container .feature-item.picture-frame .sample {
  max-width: 380px;
  width: 64.5%;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .soft-feature-wrapper .feature-point-container .feature-item.picture-frame .sample {
    margin-top: 50px;
  }
}
#rakuraku #design .soft-feature-wrapper .feature-point-container .feature-item.torikomi .sample {
  max-width: 557px;
  width: 94.5%;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .soft-feature-wrapper .feature-point-container .feature-item.torikomi .sample {
    margin-top: 50px;
  }
}
#rakuraku #design .soft-feature-wrapper .feature-point-container .feature-item.material .sample {
  max-width: 509px;
  width: 86.5%;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .soft-feature-wrapper .feature-point-container .feature-item.material .sample {
    margin-top: 50px;
  }
}
#rakuraku #design .mikaesitobira-wrapper {
  background-color: #d0ebe5;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .mikaesitobira-wrapper {
    padding: 60px 0;
  }
}
#rakuraku #design .mikaesitobira-wrapper .top-heading {
  max-width: 860px;
  width: 90%;
  margin: 0 auto;
}
#rakuraku #design .mikaesitobira-wrapper .subcopy {
  max-width: 860px;
  width: 84%;
  display: block;
  margin: 0 auto;
}
#rakuraku #design .mikaesitobira-wrapper .visual-img {
  max-width: 1157px;
  width: 94%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .mikaesitobira-wrapper .visual-img {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
  }
}
#rakuraku #design .mikaesitobira-wrapper .operation-container {
  margin-top: 120px;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .mikaesitobira-wrapper .operation-container {
    margin-top: 20px;
  }
}
#rakuraku #design .original-design-wrapper .top-heading {
  max-width: 956px;
  width: 92%;
  margin: 120px auto 80px;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .original-design-wrapper .top-heading {
    margin: 60px auto 40px;
  }
}
#rakuraku #design .original-design-wrapper .seifuku-cover-wrapper {
  padding: 0 0 120px;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .original-design-wrapper .seifuku-cover-wrapper {
    padding: 0 0 60px;
  }
}
#rakuraku #design .original-design-wrapper .original-design-title {
  max-width: 951px;
  width: 90%;
  margin: 0 auto 40px;
}
#rakuraku #design .original-design-wrapper .original-design-image {
  margin: 0 auto 40px;
}
#rakuraku #design .original-design-wrapper .original-design-making {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto 60px;
}
#rakuraku #design .dream-page-wrapper {
  background-color: #fff9b3;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .dream-page-wrapper {
    padding: 60px 0;
  }
}
#rakuraku #design .design-set-wrapper {
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .design-set-wrapper {
    padding: 60px 0;
  }
}
#rakuraku #design .design-set-wrapper .original-design-making {
  margin-top: -260px;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .design-set-wrapper .original-design-making {
    margin-top: -74px;
  }
}
#rakuraku #design .design-set-wrapper .design-set-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1100px;
  width: 92%;
  margin: 80px auto 0;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .design-set-wrapper .design-set-container {
    margin-top: 40px;
  }
}
#rakuraku #design .design-set-wrapper .design-set-container .text {
  width: 50%;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .design-set-wrapper .design-set-container .text {
    width: 90%;
    margin: 0 auto;
  }
}
#rakuraku #design .design-set-wrapper .design-set-container .visual-image {
  width: 30%;
}
@media screen and (max-width: 600px) {
  #rakuraku #design .design-set-wrapper .design-set-container .visual-image {
    width: 80%;
    margin: 24px auto 0;
  }
}
#rakuraku #design .more-button {
  position: absolute;
  text-align: center;
  width: 48%;
  right: 0;
  bottom: 108%;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  #rakuraku #design .more-button {
    width: 100%;
    position: static;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #design .more-button {
    width: 100%;
    position: static;
  }
}
#rakuraku #design .more-button a {
  color: #fff;
  padding: 16px 32px;
  border-radius: 500px;
  background: #6cbead;
  display: inline-block;
  line-height: 100%;
  font-size: 24px;
}
@media screen and (max-width: 1280px) {
  #rakuraku #design .more-button a {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #design .more-button a {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #design .more-button a {
    font-size: 12px;
  }
}
#rakuraku .page-title-wrapper {
  font-size: 55px;
  line-height: 1.2em;
  text-align: center;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  color: #5b3a1f;
  background-image: url("../img/rakuraku/use/bg_mv_use.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
#rakuraku .page-title-wrapper .page-title {
  padding: 100px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #rakuraku .page-title-wrapper .page-title {
    padding: 80px;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku .page-title-wrapper .page-title {
    padding: 80px;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku .page-title-wrapper .page-title {
    padding: 60px;
  }
}
#rakuraku .page-title-wrapper .page-title img {
  display: block;
}
#rakuraku #design-recipe {
  background-image: url("../img/rakuraku/recipe/img_footer_recipe.jpg");
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 23%;
}
@media screen and (max-width: 600px) {
  #rakuraku #design-recipe {
    background-image: url("../img/rakuraku/recipe/img_footer_recipe_sp.jpg");
    padding-bottom: 59%;
  }
}
#rakuraku #design-recipe .page-title-wrapper {
  background-image: url("../img/rakuraku/recipe/bg_recipe_mv.jpg");
}
@media screen and (max-width: 900px) {
  #rakuraku #design-recipe .page-title-wrapper {
    background-image: url("../img/rakuraku/recipe/bg_recipe_mv_sp.jpg");
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #design-recipe .page-title-wrapper {
    background-image: url("../img/rakuraku/recipe/bg_recipe_mv_sp.jpg");
  }
}
#rakuraku #design-recipe .page-title-wrapper .page-title {
  max-width: 523px;
}
@media screen and (max-width: 600px) {
  #rakuraku #design-recipe .page-title-wrapper .page-title {
    padding: 50px 20px;
  }
}
#rakuraku #design-recipe .cover-wrapper .heading-primary {
  max-width: 826px;
  width: 80%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 600px) {
  #rakuraku #design-recipe .cover-wrapper .heading-primary {
    margin-bottom: 50px;
  }
}
#rakuraku #design-recipe .inside-wrapper {
  background-color: #fff9b3;
}
#rakuraku #design-recipe .inside-wrapper .heading-primary {
  max-width: 738px;
  width: 80%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 600px) {
  #rakuraku #design-recipe .inside-wrapper .heading-primary {
    margin-bottom: 50px;
  }
}
#rakuraku #design-recipe .basic-knowledge-wrapper .heading-primary {
  max-width: 754px;
  width: 80%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 600px) {
  #rakuraku #design-recipe .basic-knowledge-wrapper .heading-primary {
    margin-bottom: 50px;
  }
}
#rakuraku #design-recipe .recipe-list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#rakuraku #design-recipe .recipe-list-container .recipe-items {
  width: 30%;
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  #rakuraku #design-recipe .recipe-list-container .recipe-items {
    width: 48%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #design-recipe .recipe-list-container .recipe-items {
    width: 100%;
    margin-bottom: 20px;
  }
}
#rakuraku #design-recipe .recipe-list-container .recipe-items .recipe-title {
  color: #5b3a1f;
  font-size: 24px;
  margin: 8px 0 24px;
  line-height: 180%;
}
@media screen and (max-width: 900px) {
  #rakuraku #design-recipe .recipe-list-container .recipe-items .recipe-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #design-recipe .recipe-list-container .recipe-items .recipe-title {
    font-size: 16px;
    white-space: normal;
  }
}
#rakuraku #design-recipe .recipe-list-container .recipe-tag-container .tags {
  background-image: url("../img/rakuraku/recipe/bg_tag_list.png");
  background-repeat: no-repeat;
  background-size: cover;
  text-decoration: none;
  padding: 2px 5px 2px 15px;
  color: #2f2f2f;
  display: inline-block;
  margin: 0 5px 5px 0;
  border-right: 1px solid #f5f5f5;
}
#rakuraku #simple-mode {
  background-image: url(../img/rakuraku/simple-mode/img_footer_simple.jpg);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 23%;
}
@media screen and (max-width: 1280px) {
  #rakuraku #simple-mode {
    background-size: contain;
  }
}
@media screen and (max-width: 900px) {
  #rakuraku #simple-mode {
    background-image: url("../img/rakuraku/use/bg_footer_use_sp.jpg");
    background-size: contain;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #simple-mode {
    background-image: url("../img/rakuraku/use/bg_footer_use_sp.jpg");
    background-size: contain;
    padding-bottom: 59%;
  }
}
#rakuraku #simple-mode .page-title-wrapper {
  background-image: url("../img/rakuraku/use/bg_mv_use.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}
@media screen and (max-width: 900px) {
  #rakuraku #simple-mode .page-title-wrapper {
    background-image: url("../img/rakuraku/use/bg_mv_use_sp.jpg");
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #simple-mode .page-title-wrapper {
    background-image: url("../img/rakuraku/use/bg_mv_use_sp.jpg");
  }
}
#rakuraku #simple-mode .page-title-wrapper span {
  font-size: 30px;
}
@media screen and (max-width: 600px) {
  #rakuraku #simple-mode .page-title-wrapper span {
    font-size: 18px;
  }
}
#rakuraku #simple-mode .page-title-wrapper .page-title {
  max-width: 460px;
  padding: 100px 0;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #rakuraku #simple-mode .page-title-wrapper .page-title {
    padding: 50px 20px;
  }
}
#rakuraku #simple-mode .about-simple-mode-wrapper {
  padding-bottom: 70px;
  background-image: url(../img/rakuraku/use/bg_basic.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  #rakuraku #simple-mode .about-simple-mode-wrapper {
    background: none;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #simple-mode .about-simple-mode-wrapper {
    padding-bottom: 0;
  }
}
#rakuraku #simple-mode .about-simple-mode-wrapper .top-heading {
  max-width: 700px;
  width: 90%;
  margin: 0 auto 40px;
}
@media screen and (max-width: 600px) {
  #rakuraku #simple-mode .about-simple-mode-wrapper .top-heading {
    width: 80%;
  }
}
#rakuraku #simple-mode .about-simple-mode-wrapper .img1 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 40px;
}
#rakuraku #simple-mode .about-simple-mode-wrapper .merit-container {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 60px;
}
@media screen and (max-width: 600px) {
  #rakuraku #simple-mode .about-simple-mode-wrapper .merit-container {
    display: block;
  }
}
#rakuraku #simple-mode .about-simple-mode-wrapper .merit-box {
  width: 33%;
  text-align: center;
  font-size: 1.8rem;
  line-height: 180%;
}
@media screen and (max-width: 600px) {
  #rakuraku #simple-mode .about-simple-mode-wrapper .merit-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#rakuraku #simple-mode .about-simple-mode-wrapper .merit-box img {
  max-width: 300px;
  width: 50%;
  margin-top: 24px;
}
@media screen and (max-width: 600px) {
  #rakuraku #simple-mode .about-simple-mode-wrapper .merit-box img {
    width: 20%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #simple-mode .about-simple-mode-wrapper .merit-box p {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 70%;
  }
}
#rakuraku #simple-mode .heading {
  max-width: 700px;
  width: 90%;
  margin: 0 auto 40px;
}
#rakuraku #simple-mode .three-step-wrapper {
  max-width: 900px;
  background-color: #e7e0d7;
  margin: 0 auto;
  border-radius: 24px;
  width: 90%;
  padding: 60px 24px 40px 24px;
}
@media screen and (max-width: 600px) {
  #rakuraku #simple-mode .three-step-wrapper {
    margin-bottom: 60px;
  }
}
#rakuraku #simple-mode .three-step-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 600px) {
  #rakuraku #simple-mode .three-step-container {
    display: block;
  }
}
#rakuraku #simple-mode .three-step-box {
  background-color: #fff;
  width: 33%;
  position: relative;
  padding: 80px 0 40px;
}
@media screen and (max-width: 600px) {
  #rakuraku #simple-mode .three-step-box {
    width: 100%;
    padding: 40px 0 30px;
    margin-bottom: 40px;
  }
}
#rakuraku #simple-mode .three-step-box .icon-step {
  display: block;
  width: 100px;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 600px) {
  #rakuraku #simple-mode .three-step-box .icon-step {
    width: 60px;
    top: -30px;
  }
}
#rakuraku #simple-mode .three-step-box p {
  font-size: 2.4rem;
  text-align: center;
  padding-bottom: 24px;
  color: #826739;
}
#rakuraku #simple-mode .three-step-box p::after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background-color: #f09399;
  margin: 24px auto 0;
}
#rakuraku #simple-mode .three-step-box span {
  font-size: 1.2rem;
}
#rakuraku #simple-mode .three-step-box img {
  width: 50%;
  display: block;
  margin: 0 auto;
}
#rakuraku #simple-mode .foot-text {
  font-size: 1.4rem;
  margin-top: 12px;
  color: #444;
}
#rakuraku #simple-mode .functions-wrapper {
  background-color: #fff9b3;
  width: 96%;
  margin: 0 auto;
  padding: 60px;
}
@media screen and (max-width: 600px) {
  #rakuraku #simple-mode .functions-wrapper {
    width: 100%;
    padding: 60px 4%;
  }
}
@media screen and (max-width: 600px) {
  #rakuraku #simple-mode .functions-wrapper .heading {
    width: 90%;
  }
}
#rakuraku #simple-mode .functions-wrapper .functions-container {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 600px) {
  #rakuraku #simple-mode .functions-wrapper .functions-container {
    display: block;
  }
}
#rakuraku #simple-mode .functions-wrapper .functions-box {
  width: 48%;
}
@media screen and (max-width: 600px) {
  #rakuraku #simple-mode .functions-wrapper .functions-box {
    width: 100%;
  }
}
#rakuraku #simple-mode .functions-wrapper .functions-box h3 {
  background-color: #f09399;
  color: #fff;
  font-size: 2rem;
  padding: 16px 0 16px 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
#rakuraku #simple-mode .functions-wrapper .functions-box .functions-raw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8%;
}
#rakuraku #simple-mode .functions-wrapper .functions-box .function-img {
  width: 40%;
}
#rakuraku #simple-mode .functions-wrapper .functions-box .function-text {
  width: 60%;
  padding-left: 2%;
}
#rakuraku #simple-mode .functions-wrapper .functions-box .function-text li {
  background-color: #fff;
  padding: 8px 0 8px 12px;
  margin-bottom: 2%;
}
@media screen and (max-width: 600px) {
  #rakuraku #simple-mode .functions-wrapper .functions-box .function-text li {
    font-size: 1.4rem;
  }
}
#rakuraku #simple-mode .functions-wrapper .functions-box .function-text li::before {
  content: "●";
  color: #f09399;
  font-size: 1rem;
  margin-right: 1em;
  vertical-align: baseline;
}
#rakuraku #simple-mode .functions-wrapper .functions-box .function-text p {
  font-size: 1.2rem;
}
#rakuraku #simple-mode .functions-wrapper .new-register-container {
  max-width: 1000px;
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
  padding: 24px 0;
}
@media screen and (max-width: 600px) {
  #rakuraku #simple-mode .functions-wrapper .new-register-container {
    text-align: justify;
    padding: 24px;
  }
}
#rakuraku #simple-mode .functions-wrapper .new-register-container h3 {
  color: #5b3a20;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
  #rakuraku #simple-mode .functions-wrapper .new-register-container h3 {
    width: 80%;
    margin-left: 20%;
    letter-spacing: 0;
  }
}
#rakuraku #simple-mode .functions-wrapper .new-register-container h3 span {
  position: relative;
}
#rakuraku #simple-mode .functions-wrapper .new-register-container h3 span::before {
  content: "";
  display: block;
  background: url(../img/rakuraku/ico_entry.png) no-repeat;
  width: 80px;
  height: 60px;
  background-size: contain;
  position: absolute;
  right: 100%;
  bottom: -10px;
}
#rakuraku #simple-mode .functions-wrapper .new-register-container p {
  font-size: 1.4rem;
  color: #666;
}
#rakuraku #simple-mode .recommend-ways h2 {
  background-color: #f09399;
  border-radius: 500px;
  max-width: 1000px;
  margin: 0 auto 40px;
  color: #fff;
  font-size: 2rem;
  padding: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #rakuraku #simple-mode .recommend-ways h2 {
    font-weight: normal;
  }
}
#rakuraku #simple-mode .recommend-ways h3 {
  max-width: 500px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 600px) {
  #rakuraku #simple-mode .recommend-ways h3 {
    width: 90%;
  }
}
#rakuraku #simple-mode .recommend-ways .team-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #rakuraku #simple-mode .recommend-ways .team-container {
    display: block;
  }
}
#rakuraku #simple-mode .recommend-ways .team-container .team-pc, #rakuraku #simple-mode .recommend-ways .team-container .team-sp {
  width: 50%;
  padding: 0 4%;
}
@media screen and (max-width: 600px) {
  #rakuraku #simple-mode .recommend-ways .team-container .team-pc, #rakuraku #simple-mode .recommend-ways .team-container .team-sp {
    width: 100%;
  }
}
#rakuraku #simple-mode .recommend-ways .team-container .team-pc .team-name, #rakuraku #simple-mode .recommend-ways .team-container .team-sp .team-name {
  text-align: center;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 2rem;
  color: #5b3a20;
}
#rakuraku #simple-mode .recommend-ways .team-container .team-pc img, #rakuraku #simple-mode .recommend-ways .team-container .team-sp img {
  display: block;
  width: 40%;
  margin: 0 auto 24px;
}
#rakuraku #simple-mode .recommend-ways .team-container .team-pc .responsible-area, #rakuraku #simple-mode .recommend-ways .team-container .team-sp .responsible-area {
  background-color: #ad9983;
  color: #fff;
  text-align: center;
  padding: 4px 0;
  margin-bottom: 24px;
}
#rakuraku #simple-mode .recommend-ways .team-container .team-pc .responsible-area-box, #rakuraku #simple-mode .recommend-ways .team-container .team-sp .responsible-area-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#rakuraku #simple-mode .recommend-ways .team-container .team-pc .responsible-area-box p, #rakuraku #simple-mode .recommend-ways .team-container .team-sp .responsible-area-box p {
  width: 50%;
  color: #5b3a20;
  margin-bottom: 16px;
}
#rakuraku #simple-mode .recommend-ways .team-container .team-pc .responsible-area-box p::before, #rakuraku #simple-mode .recommend-ways .team-container .team-sp .responsible-area-box p::before {
  content: "●";
  color: #f09399;
  font-size: 1rem;
  margin-right: 1em;
  vertical-align: baseline;
}
#rakuraku #simple-mode .recommend-ways .team-container .team-sp {
  border-left: 4px dotted #d3c1ad;
}
@media screen and (max-width: 600px) {
  #rakuraku #simple-mode .recommend-ways .team-container .team-sp {
    margin-top: 40px;
    border-left: none;
  }
}
#rakuraku #simple-mode .recommend-ways .foot-text {
  font-size: 1.2rem;
}
#rakuraku #simple-mode .compare {
  background-color: #fff;
  padding: 100px 0;
}
#rakuraku #simple-mode .compare h2 {
  max-width: 700px;
  width: 86%;
  margin: 0 auto 60px;
}
#rakuraku #simple-mode .mode-compare {
  color: #333;
  max-width: 900px;
  margin: 0 auto 100px;
  /* ===== スマホ時：横スクロール保持 ===== */
}
@media screen and (max-width: 900px) {
  #rakuraku #simple-mode .mode-compare {
    overflow-x: scroll;
    zoom: 0.8;
    width: 96%;
  }
}
#rakuraku #simple-mode .mode-compare * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#rakuraku #simple-mode .mode-compare .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 4px 1fr 4px 1fr;
  grid-template-columns: 200px 1fr 1fr;
  gap: 4px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
#rakuraku #simple-mode .mode-compare .col-head {
  border-radius: 8px 8px 0 0;
  color: #fff;
  padding: 0 16px;
  font-weight: 700;
  text-align: center;
  line-height: 56px;
  height: 56px;
}
#rakuraku #simple-mode .mode-compare .col-head.head-empty {
  background: transparent;
}
#rakuraku #simple-mode .mode-compare .col-head.head-pc {
  background: #ef8b9a;
}
#rakuraku #simple-mode .mode-compare .col-head.head-sp {
  background: #77b19f;
}
#rakuraku #simple-mode .mode-compare .features {
  display: -ms-grid;
  display: grid;
  gap: 4px;
}
#rakuraku #simple-mode .mode-compare .features .feature {
  font-size: 1.6rem;
  background: #f1f3f5;
  text-align: center;
  font-weight: 600;
  height: 56px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#rakuraku #simple-mode .mode-compare .pc-panel {
  background: #ffe4ea;
  padding: 18px;
  min-height: 656px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
}
#rakuraku #simple-mode .mode-compare .pc-panel .all-ok {
  position: relative;
  text-align: center;
  color: #d16a7b;
  font-weight: 700;
  line-height: 1.25;
  /* 2本の白リング */
}
#rakuraku #simple-mode .mode-compare .pc-panel .all-ok .msg {
  font-size: 32px;
}
#rakuraku #simple-mode .mode-compare .pc-panel .all-ok::before, #rakuraku #simple-mode .mode-compare .pc-panel .all-ok::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 999px;
  border: 10px solid rgba(255, 255, 255, 0.8);
}
#rakuraku #simple-mode .mode-compare .pc-panel .all-ok::before {
  width: 260px;
  height: 260px;
}
#rakuraku #simple-mode .mode-compare .pc-panel .all-ok::after {
  width: 160px;
  height: 160px;
}
#rakuraku #simple-mode .mode-compare .sp-col {
  padding: 0 0 8px;
}
#rakuraku #simple-mode .mode-compare .sp-col .sp-list {
  display: block;
}
#rakuraku #simple-mode .mode-compare .sp-col .sp-list .sp-row {
  background: #e9f5f1;
  margin-bottom: 4px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16px;
  height: 56px;
  line-height: 56px;
}
#rakuraku #simple-mode .mode-compare .sp-col .sp-list .sp-row .icon {
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
  color: #333;
  background: transparent;
  border: 0;
  margin-right: 8px;
}
#rakuraku #simple-mode .mode-compare .sp-col .sp-list .sp-row .note {
  font-size: 12px;
  color: #6b7280;
  white-space: nowrap;
}
#rakuraku #simple-mode .mode-compare .sp-col .legend {
  display: none;
}
@media (max-width: 960px) {
  #rakuraku #simple-mode .mode-compare .grid {
    display: -ms-inline-grid;
    display: inline-grid;
    -ms-grid-columns: 260px 1fr 1fr;
    grid-template-columns: 260px 1fr 1fr;
    min-width: 880px;
    overflow-x: auto;
  }
  #rakuraku #simple-mode .mode-compare .mode-compare {
    overflow-x: auto;
  }
}
/*# sourceMappingURL=rakuraku.css.map */