/* ==========================================================================
   Top
   ========================================================================== */
/* adjust
   ========================================================================== */
.main-content {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .main-content {
    margin-top: 0;
  }
}
/* Page Common
   ========================================================================== */
.index_title {
  width: 1100px;
  margin: 0 auto;
  line-height: 1.2;
  font-size: 3em;
  text-align: center;
}
.index_title > strong {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .index_title {
    width: auto;
    font-size: 2em;
  }
  .index_title > strong {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .flow .index_title,
  .news .index_title {
    font-size: 2.2em;
  }
}
.flow .index_title {
  color: #fff;
}
.index_title02 {
  width: 1100px;
  margin: 0 auto;
  line-height: 1.2;
  font-size: 3.2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index_title02 {
    width: auto;
    font-size: 2.2em;
  }
}
/* Important news
   ========================================================================== */
.important-news {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #f3f3f3;
  z-index: 10;
  -webkit-animation: important-news 0.5s ease both;
          animation: important-news 0.5s ease both;
}
@-webkit-keyframes important-news {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes important-news {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.important-news.is-initialized {
  display: table;
}
@media screen and (max-width: 768px) {
  .important-news {
    position: static;
    height: 69px;
    -webkit-animation: none;
            animation: none;
  }
}
.important-news_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .important-news_inner {
    text-align: left;
  }
}
.important-news_text-wrapper {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .important-news_text-wrapper {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.important-news_title,
.important-news_text {
  display: inline-block;
  margin-top: 0;
  vertical-align: middle;
  color: #ff0000;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .important-news_title,
  .important-news_text {
    display: block;
  }
}
.important-news_title {
  font-weight: 500;
}
.important-news_text {
  margin-left: 4px;
}
.important-news_text > a {
  color: #ff0000;
  text-decoration: underline;
}
.important-news_text > a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .important-news_text {
    margin-left: 0;
  }
  .important-news_text > a:hover {
    text-decoration: underline;
  }
}
/* Top content
   ========================================================================== */
.top-content {
  position: relative;
  height: -webkit-calc(100vh - 120px);
  height: calc(100vh - 120px);
  min-height: 489px;
  padding-bottom: 74px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top-content {
    height: 355px;
    min-height: 0;
    padding-bottom: 0px;
  }
}
/* Main visual
   ========================================================================== */
.main-visual {
  position: relative;
  height: 100%;
  padding: 0 -webkit-calc(100% - 332px - (100% - 1100px) / 2) 0 0;
  padding: 0 calc(100% - 332px - (100% - 1100px) / 2) 0 0;
}
@media screen and (max-width: 768px) {
  .main-visual {
    padding: 0 -webkit-calc(100% - 188px) 0 0;
    padding: 0 calc(100% - 188px) 0 0;
  }
}
.main-visual_text {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main-visual_text {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.main-visual_text_inner {
  display: table-cell;
  padding-bottom: 74px;
  line-height: 1.6;
  font-weight: 700;
  font-size: 3.6em;
  letter-spacing: .08em;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .main-visual_text_inner {
    padding-bottom: 38px;
    font-size: 2.2em;
    letter-spacing: 0;
  }
}
.main-visual_slider-area {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: -webkit-calc(100vw - 332px - (100vw - 1100px) / 2);
  width: calc(100vw - 332px - (100vw - 1100px) / 2);
  min-width: -webkit-calc(1100px - 332px);
  min-width: calc(1100px - 332px);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .main-visual_slider-area {
    width: -webkit-calc(100% - 188px);
    width: calc(100% - 188px);
    min-width: -webkit-calc(100% - 188px);
    min-width: calc(100% - 188px);
  }
}
.main-visual_slider {
  height: 100%;
}
.main-visual_slider .slick-list,
.main-visual_slider .slick-track {
  height: 100%;
}
.main-visual_slider_item {
  display: none;
  height: 100%;
}
.main-visual_slider_item:first-child {
  display: block;
}
.main-visual_slider_item_inner {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.main-visual_slider_item_inner img {
  position: absolute;
  top: -10000%;
  right: -10000%;
  bottom: -10000%;
  left: -10000%;
  max-width: none;
  min-width: 1000%;
  min-height: 1000%;
  margin: auto;
  -webkit-transform: scale(0.1);
      -ms-transform: scale(0.1);
          transform: scale(0.1);
}
/* feature
   ========================================================================== */
.feature {
  display: none;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 1100px;
}
@media screen and (max-width: 768px) {
  .feature {
    width: auto;
    min-width: 0;
    padding-right: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .feature .page-width {
    padding-right: 0;
    padding-left: 0;
  }
}
.feature_list > ol::after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .feature_list {
    padding: 15px 0;
    background: url(/ecshop/html/user_data/assets2/img/index_feature_item_bg01_sp.png) no-repeat left bottom / 100% 100%;
  }
}
.feature_list_item {
  float: left;
  width: 33.33%;
}
@media screen and (max-width: 768px) {
  .feature_list_item {
    position: relative;
    float: none;
    width: auto;
    margin-top: 12px;
  }
  .feature_list_item:first-child {
    margin-top: 0;
  }
}
.feature_list_item_inner {
  position: relative;
  width: 119.18%;
  margin: 0 -24px;
  padding: 22px 57px 32px 47px;
  background: url(/ecshop/html/user_data/assets2/img/index_feature_item_bg01_pc.png) no-repeat left top / 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.feature_list_item:nth-child(2) .feature_list_item_inner {
  z-index: 1;
}
.feature_list_item:nth-child(3) .feature_list_item_inner {
  z-index: 2;
}
.feature_list_item:nth-child(4) .feature_list_item_inner {
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .feature_list_item_inner {
    width: auto;
    margin: 0;
    padding: 0 0 0 52px;
    background: none;
  }
}
.feature_list_number {
  margin-left: -11px;
  line-height: 1;
  font-size: 1rem;
}
.feature_list_number > span {
  display: inline-block;
  width: 50px;
  padding-bottom: 7px;
  border-bottom: 1px solid #f0f0f0;
  border-bottom: 1px solid rgba(240, 240, 240, 0.6);
  text-align: right;
}
.feature_list_number > span img {
  width: 21px;
}
@media screen and (max-width: 768px) {
  .feature_list_number {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    line-height: .8;
  }
  .feature_list_number > span {
    width: 44px;
    padding-bottom: 3px;
  }
  .feature_list_number > span img {
    width: 12px;
  }
}
.feature_list_text {
  margin-top: 4px;
  line-height: 1.3;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: .06em;
}
.feature_list_text > strong {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .feature_list_text {
    font-size: 1.6rem;
    text-align: left;
  }
  .feature_list_text > strong {
    font-size: 1.6rem;
  }
}
/* Products
   ========================================================================== */
.products {
  padding-top: 0px;
}
@media screen and (max-width: 768px) {
  .products {
    padding-top: 0px;
  }
}
.products_content {
  position: relative;
  overflow: hidden;
  margin: 25px auto 0;
}
.products_item-wrapper {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.products_item-wrapper:last-child {
  padding-left: 1px;
}
@media screen and (max-width: 768px) {
  .products_item-wrapper {
    float: none;
    width: auto;
    margin-top: 1px;
  }
  .products_item-wrapper:first-child {
    margin-top: 0;
  }
  .products_item-wrapper:last-child {
    padding-left: 0;
  }
}
.products_item a {
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
}
.products_item a:hover {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .products_item a:hover {
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.products_item.online {
  background: url(/ecshop/html/user_data/assets2/img/index_bg_orderbanner.jpg) no-repeat center center / cover;
}
.products_item.online a {
  display: table;
  height: 37vw;
  width: 100%;
  padding: 132px 20px 133px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .products_item.online {
    background: url(/ecshop/html/user_data/assets2/img/index_bg_orderbanner_sp.jpg) no-repeat center center / cover;
  }
  .products_item.online a {
    height: auto;
    padding: 36px 15px 32px;
  }
}

.products_item_online_body {
  display: table-cell;
  vertical-align: middle;
}

.products_item_online_text {
  color: #fff;
  line-height: 1.6;
  font-weight: 700;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .products_item_online_text {
    font-size: 1.6rem;
  }
}
.products_iten_online_button {
  width: 220px;
  margin: 16px auto 0;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  -webkit-transition: color ease .3s;
  transition: color ease .3s;
}
.products_iten_online_button > span {
  display: block;
  position: relative;
  padding: 12px 44px;
  background-color: #f56c11;
  -webkit-transition: background ease .3s;
  transition: background ease .3s;
}
.products_iten_online_button > span::after {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 26px;
  height: 6px;
  margin: auto 0;
  background: url(/ecshop/html/user_data/assets2/common/img/parts/button_bg01.png) no-repeat right center;
  background-size: 100% auto;
  content: "";
}
.products_item a:hover .products_iten_online_button {
  color: #f56c11;
}
.products_item a:hover .products_iten_online_button > span {
  background-color: #fff;
}
.products_item a:hover .products_iten_online_button > span::after {
  background-image: url(/common/img/parts/button_bg03.png);
}
@media screen and (max-width: 768px) {
  .products_iten_online_button {
    width: 180px;
    margin-top: 9px;
    font-size: 1.3rem;
  }
  .products_iten_online_button > span {
    padding: 8px 32px;
  }
  .products_iten_online_button > span::after {
    right: 10px;
    width: 18px;
    height: 4px;
  }
  .products_item a:hover .products_iten_online_button {
    color: #fff;
  }
  .products_item a:hover .products_iten_online_button > span {
    background-color: #f56c11;
  }
  .products_item a:hover .products_iten_online_button > span::after {
    background-image: url(/common/img/parts/button_bg01.png);
  }
}
.products_item.simulation a {
  display: block;
  position: relative;
  padding-left: 50%;
}
@media screen and (max-width: 768px) {
  .products_item.simulation a {
    padding-left: 41.87%;
  }
}
.products_item_simulation_object {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  background-color: #000;
  text-align: center;
  padding-top: 15.52%;
}
.products_item_simulation_object img {
  position: absolute;
  top: -1000%;
  right: -1000%;
  bottom: -1000%;
  left: -1000%;
  max-width: none;
  min-width: 1000%;
  min-height: 1000%;
  margin: auto;
  -webkit-transform: scale(0.1);
      -ms-transform: scale(0.1);
          transform: scale(0.1);
}
@media screen and (max-width: 768px) {
  .products_item_simulation_object {
    width: 41.87%;
  }
}
.products_item_simulation_body {
  display: table;
  position: relative;
  width: 100%;
  height: 249px;
  background-color: #fde7d6;
  -webkit-transition: background ease .3s;
  transition: background ease .3s;
}
.products_item_simulation_body::before {
  display: block;
  position: absolute;
  top: 0;
  left: -8px;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto 0;
  background-color: #fde7d6;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  -webkit-transition: background ease .3s;
  transition: background ease .3s;
}
.products_item a:hover .products_item_simulation_body {
  background-color: #f56c11;
}
.products_item a:hover .products_item_simulation_body::before {
  background-color: #f56c11;
}
@media screen and (max-width: 768px) {
  .products_item_simulation_body {
    height: 130px;
  }
  .products_item_simulation_body::before {
    left: -6px;
    width: 12px;
    height: 12px;
  }
  .products_item a:hover .products_item_simulation_body {
    background-color: #fde7d6;
  }
  .products_item a:hover .products_item_simulation_body::before {
    background-color: #fde7d6;
  }
}
.products_item_simulation_body_inner {
  display: table-cell;
  padding: 20px;
  vertical-align: middle;
}
.products_item_simulation_body_inner > p {
  color: #f56c11;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  -webkit-transition: color ease .3s;
  transition: color ease .3s;
}
.products_item_simulation_body_inner > p::after {
  display: inline-block;
  width: 13px;
  height: 10px;
  margin-left: 10px;
  background: url(/ecshop/html/user_data/assets2/img//common/img/parts/icon_window01.png) no-repeat center center;
  background-size: 100% auto;
  vertical-align: middle;
  content: "";
  -webkit-transition: background ease .3s;
  transition: background ease .3s;
}
.products_item a:hover .products_item_simulation_body_inner > p {
  color: #fff;
}
.products_item a:hover .products_item_simulation_body_inner > p::after {
  background-image: url(/common/img/parts/icon_window02.png);
}
@media screen and (max-width: 768px) {
  .products_item_simulation_body_inner > p {
    font-size: 1.5rem;
  }
  .products_item a:hover .products_item_simulation_body_inner > p {
    color: #f56c11;
  }
  .products_item a:hover .products_item_simulation_body_inner > p::after {
    background-image: url(/common/img/parts/icon_window01.png);
  }
}
.products_item.service {
  margin-top: 1px;
  background: url(/ecshop/html/user_data/assets2/img/index_bg_customfee.jpg) no-repeat center top / cover;
}
.products_item.service a {
  display: table;
  width: 100%;
  height: 37vw;
  padding: 132px 20px 133px;
  
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .products_item.service {
    background: url(/ecshop/html/user_data/assets2/img/index_bg_customfee_sp.jpg) no-repeat center top / cover;
  }
  .products_item.service a {
    height: auto;
    padding: 36px 15px 32px;
  }
}
.products_item_service_body {
  display: table-cell;
  vertical-align: middle;
}
.products_item_service_text {
  color: #fff;
  line-height: 1.6;
  font-weight: 700;
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .products_item_service_text {
    font-size: 1.6rem;
  }
}
.products_iten_service_button {
  width: 220px;
  margin: 16px auto 0;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
  -webkit-transition: color ease .3s;
  transition: color ease .3s;
}
.products_iten_service_button > span {
  display: block;
  position: relative;
  padding: 12px 44px;
  background-color: #f56c11;
  -webkit-transition: background ease .3s;
  transition: background ease .3s;
}
.products_iten_service_button > span::after {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 26px;
  height: 6px;
  margin: auto 0;
  background: url(/ecshop/html/user_data/assets2/common/img/parts/button_bg01.png) no-repeat right center;
  background-size: 100% auto;
  content: "";
}
.products_item a:hover .products_iten_service_button {
  color: #f56c11;
}
.products_item a:hover .products_iten_service_button > span {
  background-color: #fff;
}
.products_item a:hover .products_iten_service_button > span::after {
  background-image: url(/common/img/parts/button_bg03.png);
}
@media screen and (max-width: 768px) {
  .products_iten_service_button {
    width: 180px;
    margin-top: 9px;
    font-size: 1.3rem;
  }
  .products_iten_service_button > span {
    padding: 8px 32px;
  }
  .products_iten_service_button > span::after {
    right: 10px;
    width: 18px;
    height: 4px;
  }
  .products_item a:hover .products_iten_service_button {
    color: #fff;
  }
  .products_item a:hover .products_iten_service_button > span {
    background-color: #f56c11;
  }
  .products_item a:hover .products_iten_service_button > span::after {
    background-image: url(/common/img/parts/button_bg01.png);
  }
}
/* Cashless
   ========================================================================== */
.cashless_inner {
  width: 1100px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .cashless_inner {
    width: 100%;
    padding: 0 15px;
    margin: 50px auto 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.cashless_inner a {
  width: 100%;
}
.cashless_inner img {
  display: block;
  width: 621px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cashless_inner img {
    width: 200px;
  }
}
/* Committed
   ========================================================================== */
.committed {
  position: relative;
  padding: 0px 0 100px;
  background-color: #464443;
}

@media screen and (max-width: 768px) {
  .committed {
    padding: 0px 0 45px;
  }
}
.committed_list {
  position: relative;
  margin-top: 10px;
  padding: 0 176px;
}
.committed_list.is-initialized {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .committed_list {
    margin-top: 0px;
    padding: 0 30px;
  }
}
.committed_list_item-wrapper {
  position: relative;
}
.committed_list_item-wrapper-inner .slick-list {
  margin-top: -54px;
  margin-bottom: -54px;
  padding-top: 54px !important;
  padding-bottom: 54px !important;
}
@media screen and (max-width: 768px) {
  .committed_list_item-wrapper-inner .slick-list {
    margin-top: -8px;
    margin-bottom: -8px;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}
.committed_list_item-wrapper-inner .slick-prev,
.committed_list_item-wrapper-inner .slick-next {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 65px;
  height: 100px;
  margin: auto 0;
  border: none;
  background-color: #f56c11;
  background-color: rgba(245, 108, 17, 0.75);
  text-indent: 200%;
  white-space: nowrap;
  z-index: 10;
  -webkit-transition: opacity ease .3s;
  transition: opacity ease .3s;
}
.committed_list_item-wrapper-inner .slick-prev::before,
.committed_list_item-wrapper-inner .slick-next::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 30px;
  margin: auto;
  content: "";
}
.committed_list_item-wrapper-inner .slick-prev:hover,
.committed_list_item-wrapper-inner .slick-next:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .committed_list_item-wrapper-inner .slick-prev,
  .committed_list_item-wrapper-inner .slick-next {
    width: 40px;
    height: 60px;
  }
  .committed_list_item-wrapper-inner .slick-prev::before,
  .committed_list_item-wrapper-inner .slick-next::before {
    width: 12px;
    height: 18px;
  }
  .committed_list_item-wrapper-inner .slick-prev:hover,
  .committed_list_item-wrapper-inner .slick-next:hover {
    opacity: 1;
  }
}
.committed_list_item-wrapper-inner .slick-prev {
  left: 0;
}
.committed_list_item-wrapper-inner .slick-prev::before {
  background: url(/ecshop/html/user_data/assets2/common/img/parts/slider_bg01_pc.png) no-repeat left center / 100% auto;
}
.committed_list_item-wrapper-inner .slick-next {
  right: 0;
}
.committed_list_item-wrapper-inner .slick-next::before {
  background: url(/ecshop/html/user_data/assets2/common/img/parts/slider_bg02_pc.png) no-repeat right center / 100% auto;
}
.committed_list_item-wrapper-inner .slick-dots {
  margin-top: 60px;
  padding: 0 129px;
  font-size: 0;
}
.committed_list_item-wrapper-inner .slick-dots > li {
  display: inline-block;
  padding: 0 4px;
  font-size: 1rem;
}
.committed_list_item-wrapper-inner .slick-dots > li button {
  display: block;
  overflow: hidden;
  width: 10px;
  height: 10px;
  border: none;
  background-color: #fff;
  text-indent: 200%;
  white-space: nowrap;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.committed_list_item-wrapper-inner .slick-dots > li button:hover,
.committed_list_item-wrapper-inner .slick-dots > li button:active {
  background-color: #f3811c;
}
.committed_list_item-wrapper-inner .slick-dots > li.slick-active button {
  background-color: #f3811c;
}
@media screen and (max-width: 768px) {
  .committed_list_item-wrapper-inner .slick-dots {
    margin-top: 15px;
    padding: 0;
    text-align: center;
  }
}
.committed_list_item {
  display: none;
  position: relative;
  margin: 0 44px;
  -webkit-box-shadow: 0 0 18px 7px rgba(0, 0, 0, 0.07);
          box-shadow: 0 0 18px 7px rgba(0, 0, 0, 0.07);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}
.committed_list_item:first-child {
  display: block;
}
.committed_list_item.is-current {
  z-index: 1;
  -webkit-transform: scale(1.19);
      -ms-transform: scale(1.19);
          transform: scale(1.19);
}
@media screen and (max-width: 768px) {
  .committed_list_item {
    margin: 0 5px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  }
  .committed_list_item.is-current {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.committed_list_item_inner {
  position: relative;
  margin: 0 auto;
  padding-right: 50%;
}
@media screen and (max-width: 768px) {
  .committed_list_item_inner {
    padding: 57.14% 0 0;
  }
}
.committed_list_item_object {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.committed_list_item_object img {
  position: absolute;
  top: -1000%;
  right: -1000%;
  bottom: -1000%;
  left: -1000%;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  margin: auto;
  -webkit-transform: scale(0.1);
      -ms-transform: scale(0.1);
          transform: scale(0.1);
}
@media screen and (max-width: 768px) {
  .committed_list_item_object {
    width: 100%;
    height: auto;
    padding-top: 57.14%;
  }
}
.committed_list_item_body {
  display: table;
  width: 100%;
  min-height: 360px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .committed_list_item_body {
    min-height: 0;
  }
}
.committed_list_item_body_inner {
  display: table-cell;
  padding: 20px 62px 60px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .committed_list_item_body_inner {
    padding: 25px 30px 35px;
  }
}
.committed_list_item_title {
  position: relative;
  padding-bottom: 18px;
  line-height: 1.2;
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: .05em;
}
.committed_list_item_title::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38px;
  height: 3px;
  background-color: #f56c11;
  content: "";
}
@media screen and (max-width: 768px) {
  .committed_list_item_title {
    padding-bottom: 14px;
    font-size: 2rem;
  }
  .committed_list_item_title::before {
    width: 35px;
    height: 3px;
  }
}
.committed_list_item_text {
  margin-top: 29px;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: .02em;
}
/* Committed list number
   ========================================================================== */
.committed_list_number {
  position: absolute;
  right: 133px;
  bottom: 30px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.is-initialized .committed_list_number {
  opacity: 1;
}
.committed_list_number p {
  color: #f56c11;
  line-height: 1.2;
  font-family: "Arial", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
  font-weight: 100;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .committed_list_number {
    right: 31px;
    bottom: 26px;
  }
}
.committed_list_number_current {
  position: absolute;
  right: 25px;
  bottom: -20px;
  font-size: 11em;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .committed_list_number_current {
    right: 10px;
    bottom: -15px;
    font-size: 6rem;
  }
}
.committed_list_number_denominator {
  position: absolute;
  right: -20px;
  bottom: -36px;
  margin-top: 0;
  font-size: 3.6em;
  font-style: italic;
}
.committed_list_number_denominator::before {
  display: block;
  position: absolute;
  top: -5px;
  left: -50px;
  width: 112px;
  height: 1px;
  background-color: #f56c11;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
}
@media screen and (max-width: 768px) {
  .committed_list_number_denominator {
    font-size: 2.4em;
    right: -16px;
    bottom: -30px;
  }
  .committed_list_number_denominator::before {
    top: 2px;
    left: -30px;
    width: 59px;
  }
}
/* Flow
   ========================================================================== */
.flow {
  padding: 70px 0;
  background-color: #464443;
  margin-top: 1px;
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 40px 0 45px;
  }
}
.flow_text01 {
  margin-top: 40px;
  text-align: center;
}
.flow_text01 img {
  width: 383px;
}
@media screen and (max-width: 768px) {
  .flow_text01 {
    margin-top: 25px;
  }
  .flow_text01 img {
    width: 234px;
  }
}
.flow_note {
  margin-top: 20px;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow_note {
    margin-top: 10px;
  }
}
/* Select
   ========================================================================== */
.select {
  padding-top: 0px;
}
/* Select anchor
   ========================================================================== */
.select_anchor {
  width: 1100px;
  margin: 60px auto 0;
}
.select_anchor > ul {
  overflow: hidden;
  margin: 0 -1px;
}
.select_anchor > ul > li {
  float: left;
  width: 50%;
  padding: 0 1px;
  text-align: center;
  line-height: 1.2;
  font-size: 2.4em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.select_anchor > ul > li strong {
  font-weight: 500;
  font-size: 3.2rem;
}
.select_anchor > ul > li a {
  display: block;
  position: relative;
  padding: 21px 46px;
  color: #fff;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.select_anchor > ul > li a::after {
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 20px;
  height: 12px;
  margin: auto 0;
  background: url(/ecshop/html/user_data/assets2/common/img/parts/anchor_bg01_pc.png) no-repeat right center;
  background-size: 100% auto;
  content: "";
}
.select_anchor > ul > li a:hover {
  text-decoration: none;
  opacity: .7;
}
.select_anchor > ul > li.select_anchor_color01 a {
  background-color: #ff9c01;
}
.select_anchor > ul > li.select_anchor_color02 a {
  background-color: #ff640f;
}
@media screen and (max-width: 768px) {
  .select_anchor {
    width: auto;
    margin-top: 25px;
    padding: 0 15px;
  }
  .select_anchor > ul > li {
    font-size: 1.6em;
  }
  .select_anchor > ul > li strong {
    font-size: 2.8rem;
  }
  .select_anchor > ul > li a {
    padding: 12px 10px 25px;
  }
  .select_anchor > ul > li a::after {
    top: auto;
    right: 0;
    bottom: 8px;
    left: 0;
    width: 12px;
    height: 9px;
    margin: 0 auto;
    background: url(/ecshop/html/user_data/assets2/common/img/parts/anchor_bg01_sp.png) no-repeat center bottom;
    background-size: 100% auto;
  }
  .select_anchor > ul > li a:hover {
    opacity: 1;
  }
}
/* Select section
   ========================================================================== */
.select_section {
  position: relative;
  padding: 60px 0 80px;
}
.select_section::before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 50px;
  content: "";
}
.select_section + .select_section {
  margin-top: 1px;
}
@media screen and (max-width: 768px) {
  .select_section {
    padding: 35px 0 45px;
  }
}
.select_section.theme-select-color01 {
  background-color: #fff5e5;
}
.select_section.theme-select-color01::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffedd3), to(rgba(255, 237, 211, 0)));
  background: -webkit-linear-gradient(#ffedd3, rgba(255, 237, 211, 0));
  background: linear-gradient(#ffedd3, rgba(255, 237, 211, 0));
}
.select_section.theme-select-color02 {
  background-color: #fef5f2;
}
.select_section.theme-select-color02::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#fdede9), to(rgba(253, 237, 233, 0)));
  background: -webkit-linear-gradient(#fdede9, rgba(253, 237, 233, 0));
  background: linear-gradient(#fdede9, rgba(253, 237, 233, 0));
}
.select_section_title {
  position: relative;
  padding-bottom: 16px;
  line-height: 1.2;
  font-weight: 500;
  font-size: 2.8em;
  text-align: center;
}
.select_section_title::before {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 4px;
  margin: 0 auto;
  content: "";
}
.select_section_title strong {
  font-weight: 500;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .select_section_title {
    font-size: 1.8em;
  }
  .select_section_title::before {
    width: 35px;
    height: 3px;
  }
  .select_section_title strong {
    font-size: 2.4rem;
  }
}
.theme-select-color01 .select_section_title::before {
  background-color: #ff9c01;
}
.theme-select-color02 .select_section_title::before {
  background-color: #ff640f;
}
.select_low-section {
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  .select_low-section {
    margin-top: 0px;
  }
  .select_section_title + .select_low-section {
    margin-top: 30px;
  }
}
.select_low-section_title {
  color: #333;
  line-height: 1.2;
  font-weight: 500;
  font-size: 2.4em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .select_low-section_title {
    font-size: 1.8em;
  }
}
/* Select index list
   ========================================================================== */
.select_index-list {
  margin-top: 48px;
}
.select_index-list > ul {
  margin: 0 -11px;
}
.select_index-list > ul::after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .select_index-list {
    margin-top: 30px;
  }
  .select_index-list > ul {
    margin: 0 -4.5px;
  }
}
.select_index-list_item {
  float: left;
  width: 33.33%;
  margin-top: 40px;
  padding: 0 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.select_index-list_item:nth-child(-n+3) {
  margin-top: 0;
}
.select_index-list_item:nth-child(3n+1) {
  clear: left;
}
.select_index-list_item a {
  display: block;
  position: relative;
  color: #222222;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.select_index-list_item a:hover {
  opacity: .7;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .select_index-list_item {
    width: 50%;
    margin-top: 26px;
    padding: 0 4.5px;
  }
  .select_index-list_item:nth-child(-n+3) {
    margin-top: 26px;
  }
  .select_index-list_item:nth-child(-n+2) {
    margin-top: 0;
  }
  .select_index-list_item:nth-child(3n+1) {
    clear: none;
  }
  .select_index-list_item:nth-child(2n+1) {
    clear: left;
  }
  .select_index-list_item:nth-child(n+7) {
    display: none;
  }
  .select_index-list_item a:hover {
    opacity: 1;
  }
}
.select_index-list_item_object {
  position: relative;
  padding-top: 71.02%;
  background-color: #fff;
}
.select_index-list_item_object img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.select_index-list_item_text {
  margin-top: -19px;
  padding-right: 20px;
}
.select_index-list_item_text p {
  position: relative;
  padding: 21px 50px 21px 20px;
  background-color: #fff;
  line-height: 1.2;
  font-weight: 500;
  font-size: 1.8rem;
  -webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.11);
}
.select_index-list_item_text p::after {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 26px;
  height: 6px;
  margin: auto 0;
  background: url(/ecshop/html/user_data/assets2/common/img/parts/button_bg02.png) no-repeat right center / 100% auto;
  content: "";
}
@media screen and (max-width: 768px) {
  .select_index-list_item_text {
    margin-top: -15px;
    padding-right: 10px;
  }
  .select_index-list_item_text p {
    padding: 16px 30px 18px 12px;
    font-size: 1.5rem;
  }
  .select_index-list_item_text p::after {
    right: 15px;
    width: 18px;
    height: 4px;
  }
}
/* Select index list 02
   ========================================================================== */
.select_index-list02 {
  margin-top: 48px;
}
.select_index-list02 > ul {
  margin: 0 -11px;
}
.select_index-list02 > ul::after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 768px) {
  .select_index-list02 {
    margin-top: 25px;
  }
  .select_index-list02 > ul {
    margin: 0 -4.5px;
  }
}
.select_index-list02_item {
  float: left;
  width: 33.33%;
  margin-top: 40px;
  padding: 0 11px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.select_index-list02_item:nth-child(-n+3) {
  margin-top: 0;
}
.select_index-list02_item:nth-child(3n+1) {
  clear: left;
}
.select_index-list02_item a {
  display: block;
  position: relative;
  background-color: #fff;
  color: #222222;
  -webkit-box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 7px 2px rgba(0, 0, 0, 0.11);
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.select_index-list02_item a:hover {
  opacity: .7;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .select_index-list02_item {
    width: 50%;
    margin-top: 26px;
    padding: 0 4.5px;
  }
  .select_index-list02_item:nth-child(-n+3) {
    margin-top: 26px;
  }
  .select_index-list02_item:nth-child(-n+2) {
    margin-top: 0;
  }
  .select_index-list02_item:nth-child(3n+1) {
    clear: none;
  }
  .select_index-list02_item:nth-child(2n+1) {
    clear: left;
  }
  .select_index-list02_item:nth-child(n+3) {
    display: none;
  }
  .select_index-list02_item a:hover {
    opacity: 1;
  }
}
.select_index-list02_item_object {
  position: relative;
  padding-top: 73.86%;
  background-color: #fff;
}
.select_index-list02_item_object img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.select_index-list02_item_body {
  padding: 22px 25px 25px;
}
@media screen and (max-width: 768px) {
  .select_index-list02_item_body {
    padding: 20px 15px 25px;
  }
}
.select_index-list02_item_sub-text {
  color: #777;
  line-height: 1.4;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .select_index-list02_item_sub-text {
    font-size: 1.3rem;
  }
}
.select_index-list02_item_main-text {
  margin-top: 10px;
  color: #333;
  line-height: 1.4;
  font-weight: 700;
  font-size: 1.6rem;
}
.select_index-list02_item_main-text:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .select_index-list02_item_main-text {
    font-size: 1.5rem;
  }
}
.select_index-list02_item_price {
  margin-top: 17px;
  padding-top: 14px;
  border-top: 1px solid #edece9;
  line-height: 1.5;
  color: #f56c11;
  font-weight: 500;
  font-size: 1.8rem;
}
.select_index-list02_item_price > span {
  color: #777;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .select_index-list02_item_price {
    font-size: 1.6rem;
  }
  .select_index-list02_item_price > span {
    font-size: 1.3rem;
  }
}
/* Select button
   ========================================================================== */
.select_section_button {
  width: 420px;
  margin: 50px auto 0;
  line-height: 1.2;
  font-weight: 500;
  font-size: 1.8em;
  text-align: center;
}
.select_section_button:first-child {
  margin-top: 0;
}
.select_section_button a {
  display: block;
  position: relative;
  padding: 26px 50px;
  color: #fff;
  -webkit-transition: opacity ease .3s;
  transition: opacity ease .3s;
}
.select_section_button a::after {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 26px;
  height: 6px;
  margin: auto 0;
  background: no-repeat right center / 100% auto;
  content: "";
}
.select_section_button a:hover {
  text-decoration: none;
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .select_section_button {
    width: auto;
    margin-top: 30px;
    padding: 0 22px;
    font-size: 1.5em;
  }
  .select_section_button a {
    padding: 17px 34px;
  }
  .select_section_button a::after {
    right: 12px;
    width: 18px;
    height: 4px;
  }
  .select_section_button a:hover {
    opacity: 1;
  }
}
.theme-select-color01 .select_section_button a {
  background-color: #ff9c01;
}
.theme-select-color01 .select_section_button a::after {
  background-image: url(/common/img/parts/button_bg01.png);
}
.theme-select-color02 .select_section_button a {
  background-color: #ff640f;
}
.theme-select-color02 .select_section_button a::after {
  background-image: url(/common/img/parts/button_bg01.png);
}
.theme-select-color02 .select_section_button.opt-color02 a {
  padding-top: 18px;
  padding-bottom: 18px;
  border: 1px solid #ff640f;
  background-color: #fff;
  color: #ff640f;
}
.theme-select-color02 .select_section_button.opt-color02 a::after {
  background-image: url(/common/img/parts/button_bg03.png);
}
.select_section_button + .select_section_button {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .select_section_button + .select_section_button {
    margin-top: 20px;
  }
}
/* News
   ========================================================================== */
.news {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .news {
    padding-top: 45px;
  }
}
.news_body {
  margin-top: 50px;
}
.news_body:first-child {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .news_body {
    margin-top: 30px;
  }
}
.news_button {
  width: 220px;
  margin: 40px auto 0;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}
.news_button > a {
  display: block;
  position: relative;
  padding: 14px 45px;
  border: 1px solid #222222;
  color: #222222;
}
.news_button > a::after {
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 26px;
  height: 6px;
  margin: auto 0;
  background: url(/ecshop/html/user_data/assets2/common/img/parts/button_bg04.png) no-repeat right center / 100% auto;
  content: "";
}
.news_button > a:hover {
  opacity: .7;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .news_button {
    width: 160px;
    margin-top: 30px;
  }
  .news_button > a {
    padding: 11px 30px;
  }
  .news_button > a::after {
    right: 10px;
    width: 18px;
    height: 4px;
  }
  .news_button > a:hover {
    opacity: 1;
  }
}
