
/*---------------------------------------------
---shopify page------------------------------*/
.shopify {
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  max-width: 950px;
  margin: 0 auto;
}

.shopify img {
  max-width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.shopify p {
  line-height: 1.75;
}

.shopify .title {
  text-align: center;
  margin-bottom: 100px;
}

.shopify .title h2 {
  line-height: 1.388888;
  margin-bottom: 50px;
  letter-spacing: 0;
  font-style: normal;
  font-size: 2.25em;
}
.shopify .title ul {
  margin: 20px auto;
}

.shopify .shopify_about {
  text-align: center;
  margin-bottom: 100px;
}

.shopify .shopify_about .about_title {
  margin-bottom: 50px;
}

.shopify h3.border1 {
  font-size: 1.875em;
  position: relative;
  margin-bottom: 55px;
}

.shopify h3.border1::after {
  content: '';
  position: absolute;
  border: 3px solid #E5E654;
  width: 140px;
  bottom: -25px;
  left: calc(50% - 70px);
}
.shopify .shopify_about .about_title p:nth-child(3), .shopify .shopify_about .about_title p:last-of-type {
  margin-top: 20px;
}
.shopify .shopify_about .about_function {
  padding: 40px 75px;
  background: #F0F7F7;
  margin-bottom: 50px;
}

.shopify .shopify_about .about_function h4 {
  color: #fff;
  background: #185676;
  font-size: 1.5em;
  margin-bottom: 50px;
  border-radius: 25px;
  padding: 9px 0 8px;
}

.shopify .about_function_item {
  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;
}

.shopify .about_function_item figure {
  max-height: 174px;
  max-width: 174px;
  width: calc((100% - 120px)/ 4);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

.shopify .about_function_item figure:nth-child(n+5) {
  margin-top: 40px;
}
.shopify .shopify_about .about_text p:nth-child(2) {
  margin: 20px 0;
}

/* can */
.shopify .shopify_can {
  text-align: center;
  margin-bottom: 100px;
}

.shopify .shopify_can .can_title {
  text-align: center;
  margin-bottom: 50px;
}

.sp_block, .sp_block_tab, .sp_block_888, .sp_block_722, .sp_block_671, .sp_block_586, .sp_block_552, .sp_block_493, .sp_block_475 {
  display: none;
}

.shopify .shopify_can .can_content .can_item {
  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;
  margin-bottom: 50px;
}

.shopify .shopify_can .can_content .can_item:last-of-type {
  margin-bottom: 0;
}

.shopify .shopify_can .can_content .can_item .img {
  max-width: 500px;
  width: 52.631578%;
  margin-right: 30px;
}

.shopify .shopify_can .can_content .can_item .can_item_text {
  max-width: 420px;
  width: 44.210526%;
  text-align: left;
}

.shopify .shopify_can .can_content .can_item .can_item_text h4 {
  font-size: 1.5em;
  margin-bottom: 30px;
}

/* plan */
.shopify .shopify_plan {
  text-align: center;
  margin-bottom: 50px;
}

.shopify .shopify_plan .plan_title {
  margin-bottom: 40px;
}

.shopify .shopify_plan .plan_content {
  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;
}

.shopify .shopify_plan .plan_content .plan_item {
  width: calc((100% - 25px)/ 2);
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.shopify .shopify_plan .plan_content .plan_item.option {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.shopify .shopify_plan .plan_content .plan_item .plan_text_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.shopify .shopify_plan .plan_content .plan_item .plan_text_title h4 {
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  border-radius: 25px;
  width: 100%;
  padding: 9px 0 8px;
  text-align: center;
  margin: 20px 0 15px;
  line-height: 1.05;
}

.shopify .shopify_plan .plan_content .plan_item h4.yen {
  font-family: "Noto Sans JP", Meiryo, sans-serif;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

.shopify .shopify_plan .plan_content .plan_item h4.yen span.tax {
  font-size: 22px;
}

.shopify .shopify_plan .plan_content .plan_item .plan_text dl {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  padding: 20px 0;
  text-align: center;
}

.shopify .shopify_plan .plan_content .plan_item .plan_text dl:first-of-type {
  padding-top: 0;
}

.shopify .shopify_plan .plan_content .plan_item .plan_text dl dt {
  margin-bottom: 10px;
}

.shopify .shopify_plan .plan_content .plan_item.option .option_text > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 30px;
}
.shopify .shopify_plan .plan_content .plan_item.option .option_text > ul > li {
  width: 32%;
  margin: 20px auto 0;
  padding: 20px 10px 10px;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-sizing: border-box;
}
.shopify .shopify_plan .plan_content .plan_item.option .option_text > ul > li > h5{
  padding: 5px 0;
  border-radius: 15px;
  font-size: 1.0em;
  color: #FFFFFF;
  background: #9A6700;
  margin-bottom: 10px;
  margin-top: 0;
}
.shopify .shopify_plan .plan_content .plan_item.option .option_text > ul > li  > div{
  margin: 20px 20px 10px;
}
.shopify .shopify_plan .plan_content .plan_item.option .option_text > ul > li  > div.overview{
  min-height: 90px;
  font-size: 0.8em;
  text-align: left;
}
.shopify .shopify_plan .plan_content .plan_item.option .option_text > ul > li  > div.price{
  font-size: 1.25em;
  font-weight: bolder;
}
.shopify .shopify_plan .plan_content .plan_item.option .option_text > ul > li  > div.price small{
  font-size: 0.7em;
}
.shopify .shopify_plan .plan_content .plan_item.startup {
  color: #185676;
  background: #EFF7F7;
}

.shopify .shopify_plan .plan_content .plan_item.expand {
  color: #9A3800;
  background: #FBF2EB;
}

.shopify .shopify_plan .plan_content .plan_item.option {
  color: #9A6700;
  background: #F9F6EB;
}

.shopify .shopify_plan .plan_content .plan_item.startup dl {
  border-color: #185676;
}

.shopify .shopify_plan .plan_content .plan_item.expand dl {
  border-color: #9A3800;
}

.shopify .shopify_plan .plan_content .plan_item.option dl {
  border-color: #9A6700;
}

.shopify .shopify_plan .plan_content .plan_item.startup .plan_text_title h4 {
  background: #185676;
}

.shopify .shopify_plan .plan_content .plan_item.expand .plan_text_title h4 {
  background: #9A3800;
}

.shopify .shopify_plan .plan_content .plan_item.option .plan_text_title h4 {
  background: #9A6700;
  margin-top: 0;
}

/* contact */
.shopify section.contact {
  max-width: 475px;
  margin: 0 auto;
}

.shopify .shopify_contact_container p {
  color: #185676;
  text-align: center;
}

.shopify .contact .shopify_contact {
  background-color: #185676;
  margin: 30px auto 20px;
  border-radius: 5px;
  max-width: 300px;
}

.shopify a.shopify_contact_btn {
  padding: 15px 0;
  color: #fff;
  display: block;
}

.shopify a.shopify_contact_btn:hover {
  background-color: #E5E654;
  color: #185676;
}

/* tab */
@media screen and (max-width: 960px) {
  .shopify {
    padding: 50px 30px;
    max-width: 100%;
    font-size: 87.5%;
  }

  .shopify .title h2 {
    margin-bottom: 30px;
    font-size: 2em;
  }

  .shopify .title {
    margin-bottom: 50px;
  }

  .shopify .shopify_about {
    margin-bottom: 50px;
  }

  .shopify h3.border1 {
    font-size: 1.714285em;
    margin-bottom: 35px;
  }

  .shopify h3.border1::after {
    bottom: -15px;
  }

  .shopify .shopify_about .about_title {
    margin-bottom: 30px;
  }

  .shopify .shopify_about .about_function {
    padding: 30px 40px;
    margin-bottom: 30px;
  }

  .shopify .shopify_about .about_function h4 {
    font-size: 1.42857em;
    margin-bottom: 30px;
  }

  .shopify .about_function_item figure:nth-child(n+5) {
    margin-top: 20px;
  }

  .shopify .shopify_can {
    margin-bottom: 50px;
  }

  .shopify .shopify_can .can_title {
    margin-bottom: 30px;
  }

  .shopify .shopify_can .can_content .can_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }

  .shopify .shopify_can .can_content .can_item .img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .shopify .shopify_can .can_content .can_item .can_item_text {
    max-width: 100%;
    width: 100%;
  }

  .shopify .shopify_can .can_content .can_item .can_item_text h4 {
    font-size: 1.25em;
    margin-bottom: 10px;
  }

  .shopify .shopify_plan .plan_title {
    margin-bottom: 30px;
  }

  .shopify .shopify_plan .plan_content .plan_item h4.yen {
    font-size: 2.142857em;
    margin-bottom: 20px;
  }

  .shopify .shopify_plan .plan_content .plan_item h4.yen span.tax {
    font-size: .533333em;
  }

  .shopify .shopify_plan .plan_content .plan_item .plan_text_title h4 {
    font-size: 1.42857em;
  }

  .shopify .shopify_plan .plan_content .plan_item {
    margin-bottom: 20px;
  }

  .shopify .shopify_plan .plan_content .plan_item.option {
    margin: 0;
  }

  .shopify .shopify_plan .plan_content .plan_item.option .plan_text_title h4 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 888px) {
  .shopify .shopify_plan .plan_content .plan_item.startup .plan_text_title h4 {
    margin-top: 44px;
  }
  .sp_block_888 {
    display: block;
  }
}

@media screen and (max-width: 840px) {
  .shopify .about_function_item {
    margin: auto;
  }

  .shopify .about_function_item figure {
    width: calc((100% - 60px)/ 4);
  }

  .shopify .about_function_item figure:nth-child(4),
  .shopify .about_function_item figure:last-of-type {
    margin-right: 0;
  }
}

@media screen and (max-width: 830px) {
  .shopify .shopify_plan .plan_content .plan_item {
    width: 100%;
  }

  .shopify .shopify_plan .plan_content .plan_item.startup .plan_text_title h4 {
    margin-top: 20px;
  }
}

/* sp */
@media screen and (max-width: 768px) {
  .shopify .title h2 {
    font-size: 1.714285em;
  }
  .shopify h3.border1 {
    font-size: 1.42857em;
  }
  .shopify .shopify_about .about_function h4, .shopify .shopify_plan .plan_content .plan_item .plan_text_title h4 {
    font-size: 1.285714em;
  }
  .shopify .shopify_plan .plan_content .plan_item.option .option_text > ul > li {
    width: 48%;
  }
  .shopify .shopify_plan .plan_content .plan_item.option .option_text > ul > li  > div.overview{
    min-height: 60px;
  }
}

@media screen and (max-width: 744px) {
  .shopify .shopify_about .about_function {
    padding: 30px 40px;
  }
}
@media screen and (max-width: 722px) {
  .sp_block_722 {
    display: block;
  }
}
@media screen and (max-width: 671px) {
  .sp_block_671 {
    display: block;
  }
}
@media screen and (max-width: 664px) {
  .shopify .about_function_item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .shopify .about_function_item figure:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .shopify .title h2 {
    font-size: 1.42857em;
  }

  .shopify .about_function_item {
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }

  .shopify .about_function_item figure {
    width: calc((100% - 40px)/ 3);
    margin-right: 20px;
  }

  .shopify .about_function_item figure:nth-child(2n) {
    margin-right: 20px;
  }

  .shopify .about_function_item figure:nth-child(3n) {
    margin-right: 0;
  }

  .shopify .about_function_item figure:nth-child(n+4) {
    margin-top: 20px;
  }

  .shopify .shopify_can .can_content .can_item .can_item_text h4 {
    font-size: 1.142857em; /* 16px */
  }

  .shopify .shopify_plan .plan_content .plan_item .plan_text_title h4 {
    font-size: 1.142857em; /* 16px */
  }
}
@media screen and (max-width: 586px) {
  .sp_block_586 {
    display: block;
  }
  .shopify .shopify_plan .plan_content .plan_item.option .option_text > ul > li {
    width: 96%;
  }
  .shopify .shopify_plan .plan_content .plan_item.option .option_text > ul > li  > div.overview{
    min-height: 20px;
  }
}
@media screen and (max-width: 551px) {
  .sp_block_493, .sp_none_551 {
    display: none;
  }
}

@media screen and (max-width: 518px) {
  .sp_block_tab {
    display: block;
  }
}
@media screen and (max-width: 498px) {
  .sp_none_498 {
    display: none;
  }
}

@media screen and (max-width: 493px) {
  .sp_block_493 {
    display: block;
  }
}
@media screen and (max-width: 489px) {
  .sp_none_493 {
    display: none;
  }
}

@media screen and (max-width: 475px) {
  .shopify .title h2 {
    font-size: 1.42857em;
  }

  .shopify .shopify_about .about_function {
    padding: 30px 20px;
  }

  .shopify .about_function_item figure {
    width: calc((100% - 20px)/ 3);
  }

  .shopify .shopify_about .about_function .about_function_item figure {
    margin: 0 10px 10px 0;
  }

  .shopify .shopify_about .about_function .about_function_item figure:nth-child(3n) {
    margin: 0 0 10px 0;
  }

  .shopify .shopify_plan .plan_content .plan_item {
    padding: 30px 20px;
  }

  .sp_block_475 {
    display: block;
  }

  .shopify .shopify_plan .plan_content .plan_item.startup .plan_text_title h4 {
    margin: 10px 0;
  }

  .shopify .shopify_plan .plan_content .plan_item h4.yen {
    font-size: 1.5em;
    margin-bottom: 10px;
  }

  .shopify .shopify_plan .plan_content .plan_item h4.yen span.tax {
    font-size: 12px;
  }

  .shopify .shopify_plan .plan_content .plan_item .plan_text dl {
    padding: 10px 0;
  }

  .shopify .shopify_plan .plan_content .plan_item .plan_text dl dt {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 451px) {
  .sp_none_451 {
    display: none;
  }
}

@media screen and (max-width: 439px) {
  .sp_block_493 {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .sp_block_tab {
    display: none;
  }
  .shopify .title ul {
    text-align: left;
    max-width: 200px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .shopify .about_function_item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .shopify .shopify_about .about_function .about_function_item figure {
    width: calc((100% - 20px)/ 2);
    margin: 0 0 10px 0;
  }

  .shopify .shopify_about .about_function .about_function_item figure:nth-child(n+7) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 406px) {
  .sp_block_671 {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .sp_none_375 {
    display: none;
  }
}
@media screen and (max-width: 373px) {
  .sp_block_493 {
    display: none;
  }
}
@media screen and (max-width: 368px) {
  .sp_none_552 {
    display: none;
  }
}
@media screen and (max-width: 339px) {
  .sp_none_339 {
    display: none;
  }
}

.shopify_title {
  font-weight: bold;
  background: #ffffff;
  padding-bottom: 0px;
}

.contact {
    text-align: center;
    /* color: #fff; */
    background-color: unset;
}