@charset "UTF-8";
/* ▼▼▼ 商用利用について
=====================================*/
#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#main {
  --color01:#F8F7F2;
  --color02:#CBBE79;
  --color03:#F8F7F2;
  --color04:#AD9A30;
  /* ▼▼▼ 各セクション共通
  =====================================*/
  /* ▼▼▼ セクションごとのスタイル
  =====================================*/
}
#main p {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  #main .main-wrapper {
    padding: 0 15px;
  }
}
#main .page_title {
  background-image: url(../img/commercial_use/mv_pc.jpg);
}
@media screen and (max-width: 768px) {
  #main .page_title {
    background-image: url(../img/commercial_use/mv_sp.jpg);
    background-position: right;
  }
}
#main .kome {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
#main .center-parts {
  width: 80%;
  margin: 30px auto 0px;
}
@media screen and (max-width: 768px) {
  #main .center-parts {
    width: 98%;
    margin: 0 auto;
  }
}
#main .res {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 768px) {
  #main .res {
    flex-direction: column;
  }
}
#main .underline {
  font-weight: 700;
  padding-bottom: 6px;
  background: linear-gradient(transparent 40%, #ffeb89 100%);
}
#main .underline02 {
  color: #b83634;
  font-weight: 700;
  border-bottom: 1px solid;
}
#main .dot_list:not(:last-of-type) {
  margin-bottom: 40px;
}
#main .dot_list li {
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
#main .dot_list li::before {
  content: "・";
}
#main section.introduction {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #main section.introduction {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
#main section.introduction .container {
  text-align: center;
}
#main section.introduction p.read {
  display: inline-block;
  border: solid 1px;
  padding: 30px 40px 20px 50px;
  margin: 0 auto 50px auto;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  position: relative;
}
@media screen and (max-width: 768px) {
  #main section.introduction p.read {
    padding: 20px 40px 10px 40px;
  }
}
#main section.introduction p.read::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: -12px;
  right: -12px;
  left: 11px;
  border: solid 1px #ccc;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #main section.introduction p.read::before {
    top: 8px;
    bottom: -10px;
    right: -10px;
    left: 8px;
  }
}
#main section.introduction p.read .font_red {
  font-size: 30px;
}
#main section.introduction .rule-wrapper {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #main section.introduction .rule-wrapper {
    padding-left: 0;
  }
}
#main section.introduction .rule_text {
  display: block;
  width: 50%;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  #main section.introduction .rule_text {
    padding-top: 0;
  }
}
#main section.introduction .rule_text > p {
  padding-left: 34px;
  position: relative;
}
#main section.introduction .rule_text > p::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 21.27px;
  height: 16px;
  background: url(../img/commercial_use/check-mark_bk.jpg);
  background-size: cover;
}
#main section.introduction .rule_text > p:not(:last-of-type) {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #main section.introduction .rule_text {
    width: 100%;
  }
}
#main section.introduction .rule_text .kome_wrap {
  margin-top: 20px;
}
#main section.introduction .rule_image {
  display: block;
  width: 50%;
  padding-left: 34px;
}
@media screen and (max-width: 768px) {
  #main section.introduction .rule_image {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}
#main section.price {
  margin-bottom: 60px;
}
#main section.price table {
  width: 100%;
  max-width: 500px;
  margin: 20px 0 30px;
}
#main section.price table th {
  width: 50%;
  border-bottom: 3px solid #fff;
  background: #dad9d4;
  padding: 8px 5px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
#main section.price table th:last-child {
  border-left: 3px solid #fff;
  background: #e8e8e8;
}
#main section.price table td {
  font-size: 15px;
  background: #f1eee7;
  padding: 6px;
  text-align: center;
  border-bottom: 3px solid #fff;
  vertical-align: middle;
}
#main section.price table td:last-child {
  background: #f4f4f4;
  border-left: 3px solid #fff;
}
#main section.price table td span {
  font-size: 70%;
}
#main section.price .after_hours {
  padding: 20px 30px 10px 30px;
  margin-top: 40px;
  background: #f4f4f4;
}
#main section.price .after_hours h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
#main .flow {
  margin-bottom: 60px;
}
#main .flow .center-parts {
  width: 90%;
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  #main .flow .center-parts {
    width: 100%;
  }
}
#main .flow .arrow-border-wrapper {
  width: 712px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #main .flow .arrow-border-wrapper {
    width: 100%;
  }
}
#main .flow .arrow-border {
  border-bottom: 1px solid #ccc;
  position: relative;
}
#main .flow .arrow-border::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 27px;
  height: 10px;
  background-color: #ccc;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#main .flow_step {
  display: flex;
  flex-direction: row;
  padding-top: 34px;
  padding-bottom: 43.7px;
}
#main .flow_step_number {
  display: block;
  width: 98px;
}
#main .flow_step_number p {
  display: block;
  width: 78px;
  height: 78px;
  background-color: var(--color03);
  border: 1px solid var(--color02);
  border-radius: 50%;
  color: var(--color04);
}
@media screen and (max-width: 768px) {
  #main .flow_step_number p {
    margin: 0 18px 0 auto;
  }
}
#main .flow_step_number p span {
  display: block;
  text-align: center;
  letter-spacing: 0em;
}
#main .flow_step_number p span:nth-of-type(1) {
  font-size: 11px;
  font-weight: 400;
  line-height: unset;
  padding-top: 10.7px;
}
#main .flow_step_number p span:nth-of-type(2) {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}
#main .flow_step_content {
  display: block;
  width: 70%;
  width: calc(100% - 98px);
}
#main .flow_step_content p:nth-of-type(1) {
  font-size: 17px;
  font-weight: 700;
  padding-bottom: 13.5px;
}
#main .flow_step_content p:nth-of-type(2) {
  font-size: 15px;
  font-weight: 500;
}
#main .flow .use_date {
  padding-bottom: 0;
  text-align: center;
}
#main .flow .use_date p {
  display: inline-grid;
  place-content: center;
  background: var(--color04);
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}
#main #movie {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #main #movie {
    margin-bottom: 30px;
  }
}
#main #movie .attention_wrap {
  padding: 30px 50px;
  margin-top: 30px;
  background: url(../img/movie/movie_bg01.png) no-repeat left 100% top 91px/102.9%, url(../img/movie/movie_bg02.png) no-repeat right -10% bottom 25px/45.6%, #F8F8F8;
}
@media screen and (max-width: 768px) {
  #main #movie .attention_wrap {
    padding: 30px 15px;
  }
}
#main #movie .attention_wrap h3 {
  font-weight: normal;
  font-size: 28px;
  text-align: left;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: #707070 1px solid;
}
@media screen and (max-width: 768px) {
  #main #movie .attention_wrap h3 {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: #707070 1px solid;
  }
}
#main #movie .attention_wrap p.kome_box {
  padding: 20px;
  border: #000 1px solid;
}
#main #movie .attention_wrap p.kome_box span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
}
#main #movie h3 {
  text-align: center;
}
#main #movie h3 span {
  display: inline-block;
  vertical-align: middle;
}
#main #movie h3 {
  margin-bottom: 30px;
}
#main #movie h3.title_coll span {
  font-size: 27px;
  line-height: 1.4;
}
#main .movie_wrap {
  width: 800px;
  max-width: 100%;
  margin: 0 auto 70px;
}
#main ul.movie_img_list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#main ul.movie_img_list li {
  -webkit-flex: 0 0 31%;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  width: 31%;
  max-width: 310px;
  margin-bottom: 30px;
  background: #FFF;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.15);
}
#main ul.movie_img_list li:nth-child(1) {
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
#main ul.movie_img_list li:nth-child(2) {
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
#main ul.movie_img_list li:nth-child(3) {
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
#main ul.movie_img_list li:nth-child(4) {
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
#main ul.movie_img_list li:nth-child(5) {
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
#main ul.movie_img_list li:nth-child(6) {
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
#main ul.movie_img_list li a {
  display: block;
}
#main ul.movie_img_list li .list_inner {
  padding: 10px;
}
#main ul.movie_img_list li img {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  vertical-align: middle;
}
#main ul.movie_img_list li p {
  font-size: 16px;
  line-height: 30px;
}
#main .btn_box {
  width: 80%;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  #main .btn_box {
    width: calc(100% - 30px);
    margin-top: 0px;
  }
}