@charset "UTF-8";

/*共通*/
body {
  box-sizing: border-box;
  color: #333;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  line-height: 1.8;
}
* {
  box-sizing: border-box;
}
a {
  display: block;
  color: #333;
  text-decoration: none;
}
img {
  width: 100%;
  vertical-align: bottom;
}

/*レイアウト*/
.container {
  overflow: hidden;
}
sup {
  font-size: 10px;
  vertical-align: top;
}
sub {
  vertical-align: bottom;
}
.inner01,
.inner02,
.inner03 {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.inner01 > .bg,
.inner01 > .inner_wrap {
  margin: 0 -200px;
}
.inner02 > .bg,
.inner02 > .inner_wrap {
  margin: 0 -100px;
}
[class^="inner_block"] {
  position: relative;
}
.product_inner {
  padding-bottom: 26px;
}
.product_inner .inner_wrap {
  display: flex;
  justify-content: center;
}
.product_item {
  display: grid;
  grid-template-columns: 370px 1fr;
  width: 810px;
  background: #fff;
}
.product_item .thum {
  width: 370px;
}
.product_item .text {
  text-align: center;
}
.product_item .title {
  padding: 45px 0 20px;
  color: #036;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.product_item .detail {
  margin-bottom: 27px;
  text-align: center;
}
.product_item .price_item {
  display: flex;
  justify-content: center;
  color: #036;
  font-weight: bold;
  line-height: 1;
}
.product_item .price_item .delivery {
  padding: 10px 13px;
  background: #daeef8;
  font-size: 20px;
}
.product_item .price_item .price {
  margin-left: 13px;
  font-size: 30px;
  line-height: 40px;
}
.product_item .price_item .price span {
  font-size: 20px;
}
.web_benefit_block {
  display: flex;
  margin-left: 19px;
}
.web_benefit_inner {
  position: relative;
  width: 371px;
  height: 267px;
  margin-top: auto;
  background: url('/img/usr/freepage/lp_soladey_rythm2/pc_bg_web_benefit.png') center top no-repeat;
  background-size: 100%;
}
.web_benefit_block .label{
  position: absolute;
  top: 18px;
  right: 0;
  width: 98px;
}
.web_benefit_block .text_block {
  padding: 122px 0 0 141px;
}
.web_benefit_block .em {
  color: #036;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.4;
}
.web_benefit_block .text {
  margin-top: 5px;
  line-height: 1;
}
.product_inner .btn {
  width: 395px;
  margin: 20px auto 0;
  border-radius: 36px;
  box-shadow: 3px 3px 6px -2px #333,
  3px 3px 8px rgba(255,255,255,0.8) inset;
}
.bg_blue {
  background: #6c86ae;
}
.bg_light_blue {
  background: #c6d4e9;
}
.bg_ultra_light_blue {
  background: #e1e6f1;
}

/*ヘッダー*/
header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
header.inner02 {
  position: fixed;
}
#menu_btn_open {
  position: absolute;
  top: 28px;
  left: 50px;
  width: 30px;
  height: 26px;
  cursor: pointer;
}
#menu_btn_open > span {
  display: block;
  width: 100%;
  margin: 0 auto 7px;
  height: 4px;
  background: #006699;
}
#menu_btn_open > span:last-child {
  margin-bottom: 0;
}

/*ハンバーガーメニュー：ナビゲーション*/
#uq_spNavi {
  width: 330px;
  height: 100%;
  background-color:rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  transform: translateX(-330px); /* right0から330px移動した位置 */
  transition: all .5s; /* 移動する速さ */
}
#uq_spNavi.open {
  transform: translateX(0); /* right0まで-330px移動 */
}
.menu-background {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 19;
  opacity: 0; /* 透明度を0にすることで隠す */
  transition: opacity 0.5s; /* 透明度の0→1になる速度 */
}
.menu-background.open {
  width: 100%;
  height: 100%;
  opacity: 1; /* メニューが表示されているときには背景が表示 */
}
.uq_spNavi_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow-y: scroll;
  -ms-overflow-style: none;    /* IE, Edge 対応 */
  scrollbar-width: none;       /* Firefox 対応 */
}
.uq_spNavi_screen::-webkit-scrollbar {  /* Chrome, Safari 対応 */
  display:none;
}
.uq_spNavi .logo {
  height: 64px;
  margin: 16px auto 22px;
  text-align: center;
}
.uq_spNavi .logo img {
  width: auto;
  height: 100%;
}
.el_humburgerButton__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 22px;
  height: auto;
  box-sizing: border-box;
  cursor: pointer;
  text-align: right;
}
.el_humburgerButton__close > span {
  display: block;
  width: 29px;
  margin: 0 auto;
  height: 4px;
  background: #006699;
}
.el_humburgerButton__close > span.el_humburgerLineTop {
  transform: rotate(45deg);
  transform-origin: 0 0;
}
.el_humburgerButton__close > span.el_humburgerLineBottom {
  margin-top: 15px;
  transform: rotate(-45deg);
  transform-origin: 0 100%;
}
.navigation_item {
  border-bottom: 1px solid #D2D2D2;
}
.navigation_item:first-of-type {
  border-top: 1px solid #D2D2D2;
}
.navigation_item a {
  position: relative;
  display: block;
  font-weight: bold;
  line-height: 62px;
}
.navigation_item > a {
  padding-left: 26px;
}
.navigation_item a::after {
  position: absolute;
  top: calc(50% - 9px);
  right: 16px;
  content: '';
  display: block;
  width: 12px;
  height: 18px;
  background: url('/img/usr/freepage/lp_soladey_rythm2/pc_arrow_nav_r.png');
  background-size: 100%;
}
.btn_menu_rythm2 {
  width: 276px;
  margin: 36px auto;
}

/*メインビジュアル*/
#mv {
  position: relative;
  min-width: 1000px;
  height: 641px;
  background: #dcdee7;
}
#mv .mv_inner {
  height: 100%;
  background: url('/img/usr/freepage/lp_soladey_rythm2/pc_mv.jpg') no-repeat center top;
}
#mv .logo {
  position: absolute;
  top: 89px;
  left: 316px;
  width: 188px;
  z-index: 1;
}
#mv .copy {
  position: absolute;
  top: 39px;
  left: 27px;
  width: 511px;
}

/* 実績 */
.achieve {
  min-width: 1000px;
}
.achieve .inner_block_01 {
  background: url(/img/usr/freepage/lp_soladey_rythm2/pc_bg_glisten.jpg) center top;
  background-size: cover;
}
.achieve .inner_block_02 {
  background: #660000;
}
.achieve .inner_block_02 .inner_wrap {
  height: 332px;
  background: url(/img/usr/freepage/lp_soladey_rythm2/pc_bg_achieve_01.png) center top;
  background-size: cover;
}
.achieve .inner_block_02 .detail {
  width: 632px;
  text-align: center;
  color: #fff;
}
.achieve .inner_block_02 .detail .title {
  padding-top: 47px;
  font-size: 30px;
  line-height: 1.9;
  font-weight: bold;
}
.achieve .inner_block_02 .detail .text {
  margin-top: 41px;
}

/*「ソラデーリズム2」とは*/
#section01 .inner_block_01 .inner03 {
  height: 372px;
  padding: 83px 0 0 343px;
  background: url('/img/usr/freepage/lp_soladey_rythm2/pc_bg_img_about_01.png') center top no-repeat;
  background-size: cover;
}
#section01 .inner_block_01 .title {
  color: #036;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
#section01 .inner_block_01 .text {
  margin-top: 16px;
}
#section01 .inner_block_01 .note {
  margin-top: 9px;
  font-size: 12px;
}
#section01 .inner_block_02 .product_inner {
  padding-top: 41px;
}

/*「ソラデーリズム2」のしくみ*/
#section02_01 .inner_block_01 {
  margin-top: 51px;
  padding-bottom: 60px;
}
#section02_01 .inner_block_01 .text {
  position: absolute;
  top: 216px;
  left: 0;
  width: 453px;
  line-height: 1.6;
}
#section02_01 .inner_block_01 .text span {
  display: block;
  font-size: 12px;
}
#section02_02 .copy {
  padding: 46px 0 27px;
  color: #036;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
#section02_02 [class^="inner_block_0"] .description {
  position: absolute;
  top: 97px;
  width: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 1;
}
#section02_02 [class^="inner_block_0"] > .text {
  position: absolute;
  top: 288px;
  left: 25px;
  width: 446px;
  line-height: 1.6;
}
#section02_02 .inner_block_01 .text li {
  margin-left: 1em;
  text-indent: -1em;
}
#section02_02 .inner_block_01 .thum {
  position: absolute;
  top: 413px;
  left: 97px;
  width: 308px;
}
#section02_02 .inner_block_04 {
  margin-top: 106px;
  padding-top: 41px;
}

/*「ソラデーリズム2」の特徴*/
#section03 > .title {
  padding: 79px 0 43px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#section03 .feature_block {
  min-width: 1200px;
  padding-top: 51px;
}
#section03 .inner_block_01 {
  height: 584px;
  background: url('/img/usr/freepage/lp_soladey_rythm2/pc_bg_img_feature_01.jpg') center top no-repeat;
  background-size: cover;
}
#section03 .inner_block_02 {
  height: 452px;
  background: url('/img/usr/freepage/lp_soladey_rythm2/pc_bg_img_feature_02.jpg') center top no-repeat;
  background-size: cover;
}
#section03 .inner_block_03 {
  height: 449px;
  background: url('/img/usr/freepage/lp_soladey_rythm2/pc_bg_img_feature_03.jpg') center top no-repeat;
  background-size: cover;
}
#section03 .inner_block_04 {
  height: 450px;
  background: url('/img/usr/freepage/lp_soladey_rythm2/pc_bg_img_feature_04.jpg') center top no-repeat;
  background-size: cover;
}
#section03 .inner_block_05 {
  height: 451px;
  background: url('/img/usr/freepage/lp_soladey_rythm2/pc_bg_img_feature_05.jpg') center top no-repeat;
  background-size: cover;
}
#section03 .inner_block_01 .inner02 {
  padding-right: 595px;
}
#section03 .inner_block_02 .inner02 {
  padding-left: 616px;
}
#section03 .inner_block_03 .inner02 {
  padding-right: 582px;
}
#section03 .inner_block_04 .inner02 {
  padding-left: 616px;
}
#section03 .inner_block_05 .inner02 {
  padding-right: 582px;
}
#section03 .feature_block .inner02 > * {
  margin: 0 -100px;
  text-align: center;
}
#section03 .feature_block .num {
  margin: 0 auto;
  width: 62px;
  height: 62px;
  background: #6c86ae;
  border-radius: 50%;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 35px;
  line-height: 62px;
}
#section03 .feature_block .title {
  margin-top: 11px;
  color: #036;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.8;
}
#section03 .feature_block .text {
  margin-top: 8px;
}
#section03 .feature_block .text span {
  display: block;
}
#section03 .feature_block .text .em {
  font-weight: bold;
}
#section03 .feature_block .text .note {
  font-size: 12px;
}
#section03 .inner_block_01 .thum {
  margin: 26px auto 0;
  width: 363px;
}
#section03 .inner_block_06 {
  padding-bottom: 61px;
}
#section03 .inner_block_06 .title {
  padding: 53px 0 44px;
  color: #036;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#section03 .inner_block_06 .box_movie {
  width: 790px;
  margin: 0 auto;
}
#section03 .inner_block_06 .box_movie_in {
  width:100%; 
  padding-bottom: 56.25%;
  height:0px;
  position: relative;
}
#section03 .inner_block_06 .box_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#section03 .inner_block_07 .product_inner {
  padding-top: 41px;
}

/*ソラデーのすごさ*/
#section04 {
  padding-bottom: 43px;
}
#section04 .title {
  padding: 56px 0 49px;
  color: #036;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
#section04 .title .em {
  font-size: 36px;
}
#section04 [class^="inner_block_0"] {
  margin-top: 15px;
  padding: 53px 40px 0;
}
#section04 .inner_block_01 {
  height: 441px;
  background: url('/img/usr/freepage/lp_soladey_rythm2/pc_bg_img_point_01.png') center top no-repeat;
  background-size: cover;
}
#section04 .inner_block_02 {
  height: 325px;
  background: url('/img/usr/freepage/lp_soladey_rythm2/pc_bg_img_point_02.png') center top no-repeat;
  background-size: cover;
}
#section04 .inner_block_03 {
  height: 325px;
  background: url('/img/usr/freepage/lp_soladey_rythm2/pc_bg_img_point_03.png') center top no-repeat;
  background-size: cover;
}
#section04 .point_title {
  padding-left: 98px;
  color: #036;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}
#section04 .point_title span {
  font-size: 21px;
}
#section04 .description_01 {
  margin-top: 63px;
  text-align: justify;
}
#section04 .inner_block_01 .description_01 {
  width: 497px;
}
#section04 .inner_block_02 .description_01 {
  width: 336px;
  margin-top: 0;
}
#section04 .inner_block_03 .description_01 {
  width: 630px;
}
#section04 .inner_block_01 .description_02 {
  display: flex;
  margin-top: 56px;
}
#section04 .inner_block_01 .description_02 .area_title {
  width: 364px;
  padding-left: 19px;
  color: #036;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
#section04 .inner_block_01 .description_02 .countries {
  padding-left: 38px;
}
#section04 .inner_block_02 .detail {
  display: flex;
  justify-content: space-between;
  margin-top: 63px;
}
#section04 .inner_block_02 .thum {
  width: 524px;
}
#section04 .inner_block_03 .description_01 a {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #333;
}
#section04 .inner_block_03 .description_01 a::after {
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  content: '';
  display: block;
  width: 10px;
  height: 16px;
  background: url('/img/usr/freepage/lp_soladey_rythm2/pc_arrow_nav_r.png');
  background-size: 100%;
}
#section04 .inner_block_03 .description_01 a span {
  padding-left: 20px;
}

/*お客様の声*/
#section05 .inner02 {
  position: relative;
}
#section05 .inner_block_01 .user_voice_list {
  position: absolute;
  top: 126px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 777px;
  margin-left: auto;
  margin-right: -100px;
}
#section05 .inner_block_01 .user_voice_liset_item {
  display: flex;
  flex-wrap: wrap;
  width: 373px;
  min-height: 233px;
  padding: 26px 22px 45px;
}
#section05 .inner_block_01 .user_voice_liset_item:nth-of-type(n+3) {
  margin-top: 21px;
}
#section05 .inner_block_01 .user_voice_liset_item > span {
  display: block;
  width: 100%;
}
#section05 .inner_block_01 .user_voice_liset_item .user {
  margin-top: auto;
  text-align: right;
}

/* オンラインストア限定 */
#section06 {
  height: 575px;
  background:url(/img/usr/freepage/lp_soladey_rythm2/pc_bg_online_store.gif) repeat-x;
  color: #fff;
}
#section06 .inner_wrap {
  display: flex;
}
#section06 .thum {
  width: 608px;
}
#section06 .detail {
  padding-left: 83px;
  color: #fff;
  text-align: center;
}
#section06 .title {
  padding: 84px 0 41px;
}
#section06 .price {
  margin-top: 19px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
#section06 .price .em {
  font-size: 48px;
}
#section06 .price .tax {
  font-size: 16px;
  font-weight: normal;
}
#section06 .btn {
  width: 395px;
  margin: 30px auto 0;
}

/*フッター*/
.footer {
  padding: 26px 0;
  text-align: center;
}
.footer small {
  font-size: 13px;
}

/*ページトップ*/
#page_top {
  position: fixed;
  bottom: 47px;
  right: 23px;
  display: none;
  width: 61px;
}

