@charset "UTF-8";
/* ==================================================
	basic settings
================================================== */
/* ==================================================
	common
================================================== */
/* ▽ PC layout ========== */
/* ========== end △ */

#pate_ttl {
  position: relative;
  margin-top: 12.775vw;
}
/* ▽ SP layout ========== */
@media print, screen and (max-width: 780px) {
  #pate_ttl img {
    width: 100%;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #pate_ttl {
    height: 570px;
    margin-top: 105px;
  }
  #pate_ttl > img {
    width: auto;
    max-width: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/* ========== end △ */
#pate_ttl .txt {
  position: absolute;
  top: 20.44vw;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #pate_ttl .txt {
    top: 230px;
  }
}
/* ========== end △ */
#pate_ttl .txt .en {
  font-size: 10.22vw;
  line-height: 1;
  margin-bottom: 1.2775vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #pate_ttl .txt .en {
    font-size: 6rem;
    margin-bottom: 10px;
  }
}
/* ========== end △ */
#pate_ttl .txt .en.shade {
  text-shadow: 0 0 3vw rgb(255, 255, 255), 0 0 3vw rgb(255, 255, 255), 0 0 3vw rgb(255, 255, 255);
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #pate_ttl .txt .en.shade {
    text-shadow: 0 0 16px rgb(255, 255, 255), 0 0 16px rgb(255, 255, 255);
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media print, screen and (max-width: 780px) {
  #pate_ttl .txt .en.shade_sp {
    text-shadow: 0 0 3vw rgb(255, 255, 255), 0 0 3vw rgb(255, 255, 255), 0 0 3vw rgb(255, 255, 255);
  }
}
/* ========== end △ */
#pate_ttl .txt h2.shade {
  text-shadow: 0 0 3vw rgb(255, 255, 255), 0 0 3vw rgb(255, 255, 255), 0 0 3vw rgb(255, 255, 255), 0 0 3vw rgb(255, 255, 255), 0 0 3vw rgb(255, 255, 255), 0 0 3vw rgb(255, 255, 255);
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #pate_ttl .txt h2.shade {
    text-shadow: 0 0 16px rgb(255, 255, 255), 0 0 16px rgb(255, 255, 255), 0 0 16px rgb(255, 255, 255);
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media print, screen and (max-width: 780px) {
  #pate_ttl .txt h2.shade_sp {
    text-shadow: 0 0 3vw rgb(255, 255, 255), 0 0 3vw rgb(255, 255, 255), 0 0 3vw rgb(255, 255, 255), 0 0 3vw rgb(255, 255, 255), 0 0 3vw rgb(255, 255, 255), 0 0 3vw rgb(255, 255, 255);
  }
}
/* ========== end △ */

.u_page {
  margin-top: 17.885vw;
  margin-bottom: 12.775vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .u_page {
    margin-top: 140px;
    margin-bottom: 100px;
  }
}
/* ========== end △ */
.u_page #f_contact {
  margin-bottom: -12.775vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .u_page #f_contact {
    margin-bottom: -100px;
  }
}
/* ========== end △ */

.mid_sec {
  margin-top: 12.775vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .mid_sec {
    margin-top: 100px;
  }
}
/* ========== end △ */

.sec_area {
  padding-top: 12.775vw;
  padding-bottom: 12.775vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .sec_area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/* ========== end △ */

.mid_sec02 {
  padding-top: 15.33vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .mid_sec02 {
    padding-top: 80px;
  }
}
/* ========== end △ */

/* ==================================================
	company
================================================== */
#company #message {
  background: #f2f0e7;
  padding: 12.775vw 0vw 12.775vw 0vw;
  position: relative;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #company #message {
    padding: 100px 0;
  }
  #company #message .container {
    display: flex;
    justify-content: space-between;
  }
  #company #message .container .img {
    width: 42.5%;
  }
}
/* ========== end △ */
#company #message .deco {
  width: 86.87vw;
  position: absolute;
  top: -3vw;
  left: 0;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #company #message .deco {
    width: 960px;
    top: -27px;
  }
}
/* ========== end △ */
#company #message .container {
  position: relative;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #company #message .txt_area {
    width: 50%;
    display: flex;
    align-items: end;
    position: relative;
  }
}
/* ========== end △ */
#company #message h3 {
  font-size: 8.687vw;
  font-weight: bold;
  color: #a89d69;
  margin-bottom: 2.555vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #company #message h3 {
    line-height: 1;
    font-size: 3.4rem;
    margin-bottom: 40px;
  }
}
/* ========== end △ */
#company #message .txt_box {
  margin-bottom: 10.22vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #company #message .txt_box {
    margin-bottom: 0;
  }
}
/* ========== end △ */
#company #message .txt_box .message_txt {
  line-height: 2.8;
}
#company #message .txt_box .sign {
  text-align: right;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #company #message .txt_box .sign {
    margin-top: 90px;
  }
}
/* ========== end △ */
#company #message .txt_box .sign .company {
  display: block;
  font-size: 3.066vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #company #message .txt_box .sign .company {
    font-size: 1.4rem;
  }
}
/* ========== end △ */
#company #message .txt_box .sign .name {
  font-size: 5.621vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #company #message .txt_box .sign .name {
    font-size: 2.2rem;
  }
}
/* ========== end △ */
#company #company_data .data_box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#company #company_data .data_box .dl_box {
  padding: 0vw 7.665vw 0vw 7.665vw;
  margin-top: 10.22vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #company #company_data .data_box .dl_box {
    padding: 0 50px;
    margin-top: 80px;
  }
}
/* ========== end △ */
#company #company_data .map_box {
  margin-top: 10.22vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #company #company_data .map_box {
    margin-top: 80px;
  }
}
/* ========== end △ */
#company #company_data .map_box iframe {
  height: 51.1vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #company #company_data .map_box iframe {
    height: 550px;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #company #company_data .map_box .access_box {
    display: flex;
    justify-content: space-between;
    gap: 100px;
    margin-top: 60px;
  }
}
/* ========== end △ */
#company #company_data .map_box .access_box .item {
  margin-top: 10.22vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #company #company_data .map_box .access_box .item {
    margin-top: 0;
    width: calc(100% - 50px);
  }
}
/* ========== end △ */
#company #company_data .map_box .access_box .item .ttl02 {
  margin-bottom: 5.11vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #company #company_data .map_box .access_box .item .ttl02 {
    margin-bottom: 40px;
  }
}
/* ========== end △ */
#company #company_data .map_box .access_box dl {
  margin-top: 5.11vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #company #company_data .map_box .access_box dl {
    margin-top: 40px;
  }
}
/* ========== end △ */
#company #company_data .map_box .access_box dl dt {
  font-size: 4.599vw;
  font-weight: bold;
  margin-bottom: 2.555vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #company #company_data .map_box .access_box dl dt {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
/* ========== end △ */

/* ==================================================
	contact
================================================== */
#contact {
  padding-bottom: 12.775vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #contact {
    padding-bottom: 100px;
  }
}
/* ========== end △ */
#contact #sec_contact .contact_read {
  text-align: center;
}
#contact #sec_contact .contact_read h3 {
  font-size: 6.132vw;
  font-weight: bold;
  margin-bottom: 3.8325vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #contact #sec_contact .contact_read h3 {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
}
/* ========== end △ */
#contact #sec_contact .contact_read > p {
  font-size: 3.8325vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #contact #sec_contact .contact_read > p {
    font-size: 1.8rem;
  }
}
/* ========== end △ */
#contact #sec_contact .contact_read .info_box {
  box-sizing: border-box;
  border: 5px solid #f2f0e7;
  padding: 6.3875vw 1.2775vw 6.3875vw 1.2775vw;
  border-radius: 4.599vw;
  margin-top: 10.22vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #contact #sec_contact .contact_read .info_box {
    max-width: 880px;
    padding: 34px 20px 34px;
    border: 10px solid #f2f0e7;
    border-radius: 20px;
    margin: 80px auto 0;
  }
}
/* ========== end △ */
#contact #sec_contact .contact_read .info_box .txt01 {
  font-size: 3.8325vw;
  font-weight: bold;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #contact #sec_contact .contact_read .info_box .txt01 {
    font-size: 2rem;
  }
}
/* ========== end △ */
#contact #sec_contact .contact_read .info_box .tel {
  display: inline-flex;
  align-items: center;
  gap: 2vw;
  font-size: 7.154vw;
  font-weight: bold;
  line-height: 1;
  padding: 0.7665vw 0vw 0vw 0vw;
  margin: 5.11vw 0vw 5.11vw 0vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #contact #sec_contact .contact_read .info_box .tel {
    font-size: 4.2rem;
    padding: 5px 0 0;
    margin: 10px 0 10px;
  }
}
/* ========== end △ */
#contact #sec_contact .contact_read .info_box .tel .deco {
  width: 6.3875vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #contact #sec_contact .contact_read .info_box .tel .deco {
    width: 24px;
  }
}
/* ========== end △ */
#contact #sec_contact .contact_read .info_box .txt02 {
  font-size: 3.066vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #contact #sec_contact .contact_read .info_box .txt02 {
    font-size: 1.6rem;
  }
}
/* ========== end △ */
#contact #sec_contact .form_box {
  width: calc(100% + 7.665vw);
  background: #f2f0e7;
  box-sizing: border-box;
  font-size: 3.8325vw;
  padding: 15.33vw 7.665vw 15.33vw 7.665vw;
  border-radius: 9.198vw;
  margin-top: 10.22vw;
  margin-left: -3.8325vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #contact #sec_contact .form_box {
    width: 100%;
    max-width: 1400px;
    box-sizing: border-box;
    font-size: 1.5rem;
    padding: 120px 20px 120px;
    border-radius: 40px;
    margin: 80px auto 0;
  }
}
/* ========== end △ */
#contact #sec_contact .form_box .table_form {
  padding-bottom: 8.9425vw;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 10.22vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #contact #sec_contact .form_box .table_form {
    width: 100%;
    max-width: 1080px;
    box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 50px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #contact #sec_contact .form_box .table_form > dl {
    width: 100%;
    max-width: 960px;
    display: flex;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
  }
}
/* ========== end △ */
#contact #sec_contact .form_box .table_form > dl + dl {
  margin-top: 5.11vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #contact #sec_contact .form_box .table_form > dl + dl {
    margin-top: 40px;
  }
}
/* ========== end △ */
#contact #sec_contact .form_box .table_form > dl > dt {
  margin-bottom: 1.022vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #contact #sec_contact .form_box .table_form > dl > dt {
    position: relative;
    width: 190px;
    padding-top: 5px;
    margin-bottom: 0;
  }
}
/* ========== end △ */
#contact #sec_contact .form_box .table_form > dl > dt.req p {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  padding-right: 12.775vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #contact #sec_contact .form_box .table_form > dl > dt.req p {
    width: 100%;
    position: inherit;
    padding-right: 50px;
  }
}
/* ========== end △ */
#contact #sec_contact .form_box .table_form > dl > dt.req p::after {
  font-size: 3.066vw;
  content: "必須";
  color: #fff;
  background: #b4352c;
  font-weight: bold;
  line-height: 1;
  padding: 1.2775vw 1.2775vw 0.511vw 1.2775vw;
  border-radius: 1vw;
  position: absolute;
  top: 1vw;
  right: 0;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #contact #sec_contact .form_box .table_form > dl > dt.req p::after {
    font-size: 1.2rem;
    top: 2px;
    padding: 5px;
    border-radius: 5px;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #contact #sec_contact .form_box .table_form > dl > dd {
    width: calc(100% - 250px);
  }
}
/* ========== end △ */
#contact #sec_contact .form_box .table_form textarea,
#contact #sec_contact .form_box .table_form input {
  width: 100%;
  box-sizing: border-box;
  font-size: 3.8325vw;
  padding: 2.555vw 3.8325vw 2.555vw 3.8325vw;
  border: none;
  border-radius: 2.044vw;
  box-shadow: 0 0.7vw 0 #e5e5e5 inset;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #contact #sec_contact .form_box .table_form textarea,
  #contact #sec_contact .form_box .table_form input {
    max-width: 600px;
    font-size: 1.5rem;
    padding: 10px 15px;
    box-shadow: 0 2px 0 #e5e5e5 inset;
    border-radius: 8px;
  }
}
/* ========== end △ */
#contact #sec_contact .form_box .table_form textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  resize: none;
  height: 45.99vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #contact #sec_contact .form_box .table_form textarea {
    height: 150px;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #contact #sec_contact .form_box .table_form input[name=your-name],
  #contact #sec_contact .form_box .table_form input[name=your-ruby],
  #contact #sec_contact .form_box .table_form input[name=your-tel] {
    max-width: 430px;
  }
}
/* ========== end △ */
#contact #sec_contact .form_box .pp_area {
  margin-top: 10.22vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #contact #sec_contact .form_box .pp_area {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto 0;
  }
}
/* ========== end △ */
#contact #sec_contact .form_box .pp_area .ttl02 {
  margin-bottom: 5.11vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #contact #sec_contact .form_box .pp_area .ttl02 {
    margin-bottom: 15px;
  }
}
/* ========== end △ */
#contact #sec_contact .form_box .pp_area .scrol_box {
  height: 71.54vw;
  background: #fff;
  overflow-y: scroll;
  padding: 7.665vw 7.665vw 7.665vw 7.665vw;
  border: 1px solid #dbd8d7;
  margin-top: 10.22vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #contact #sec_contact .form_box .pp_area .scrol_box {
    height: 200px;
    padding: 30px;
    margin-top: 40px;
  }
}
/* ========== end △ */
#contact #sec_contact .form_box .pp_area .scrol_box .ttl {
  margin-bottom: 5.11vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #contact #sec_contact .form_box .pp_area .scrol_box .ttl {
    margin-bottom: 20px;
  }
}
/* ========== end △ */
#contact #sec_contact .form_box .pp_area .scrol_box dl {
  margin-top: 5.11vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #contact #sec_contact .form_box .pp_area .scrol_box dl {
    margin-top: 20px;
  }
}
/* ========== end △ */
#contact #sec_contact .form_box .accept_box {
  margin-top: 10.22vw;
  text-align: center;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #contact #sec_contact .form_box .accept_box {
    margin-top: 40px;
  }
}
/* ========== end △ */
#contact #sec_contact .form_box .accept_box input {
  width: 5.11vw;
  height: 5.11vw;
  border: 1px solid #dbd8d7;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  margin-top: -0.511vw;
  margin-right: 2.555vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #contact #sec_contact .form_box .accept_box input {
    width: 18px;
    height: 18px;
    margin-top: -4px;
    margin-right: 15px;
  }
}
/* ========== end △ */
#contact #sec_contact .form_box .btn_box01 {
  display: block;
  text-align: center;
  margin-top: 5.11vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #contact #sec_contact .form_box .btn_box01 {
    margin-top: 30px;
  }
}
/* ========== end △ */
#contact #sec_contact .form_box .btn_box01 input {
  width: fit-content;
  display: block;
  font-size: 4.599vw;
  letter-spacing: 0.1em;
  background: #383730 url(../images/common_img/btn_arrow_w.png) right 15px center/15px auto no-repeat;
  color: #fff;
  font-weight: bold;
  padding: 3.8325vw 15.33vw 3.8325vw 15.33vw;
  border: none;
  margin: 0 auto;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #contact #sec_contact .form_box .btn_box01 input {
    font-size: 2.2rem;
    padding: 16px 90px;
    transition: 0.3s ease all;
  }
  #contact #sec_contact .form_box .btn_box01 input:hover {
    background: #383730 url(../images/common_img/btn_arrow_w.png) right 10px center/15px auto no-repeat;
    box-shadow: 0 5px 16px rgba(8, 0, 58, 0.15);
  }
}
/* ========== end △ */

/* ==================================================
	movie & photo
================================================== */
#service #sec_service .container {
  position: relative;
}
/* ▽ SP layout ========== */
@media print, screen and (max-width: 780px) {
  #service #sec_service .img {
    width: calc(100% + 3.8325vw);
    overflow: hidden;
    border-radius: 20px 0 0 20px;
    margin-right: -3.8325vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #service #sec_service .img {
    width: 1160px;
    position: absolute;
    left: 500px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 781px) and (max-width: 1240px) {
  #service #sec_service .img {
    position: sticky;
    width: calc(100% + 20px);
  }
}
/* ========== end △ */
#service #sec_service .txt_area {
  margin-top: 10.22vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #service #sec_service .txt_area {
    width: 420px;
    padding: 100px 0 140px;
    margin-top: 0;
  }
  #service #sec_service .txt_area .btn02 {
    margin-left: 0;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 781px) and (max-width: 1240px) {
  #service #sec_service .txt_area {
    width: 100%;
    padding: 40px 0 0;
  }
  #service #sec_service .txt_area .btn02 {
    margin-left: auto;
  }
}
/* ========== end △ */
#service #sec_service .txt_area h3 {
  font-family: "Hina Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 7.665vw;
  margin-bottom: 5.11vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #service #sec_service .txt_area h3 {
    font-size: 3.4rem;
    margin-bottom: 40px;
  }
}
/* ========== end △ */
#service #sec_service .txt_area .txt {
  line-height: 2.8;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #service .case_li {
    display: flex;
    gap: 40px;
  }
}
/* ========== end △ */
#service .case_li > li + li {
  margin-top: 15.33vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #service .case_li > li + li {
    margin-top: 0;
  }
}
/* ========== end △ */
#service .case_li > li .img {
  overflow: hidden;
  border-radius: 20px;
}
#service .case_li > li .txt_area {
  padding: 0vw 5.11vw 0vw 5.11vw;
  margin-top: 7.665vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #service .case_li > li .txt_area {
    padding: 0 30px;
    margin-top: 30px;
  }
}
/* ========== end △ */
#service .case_li > li .txt_area .ttl02 {
  margin-bottom: 5.11vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #service .case_li > li .txt_area .ttl02 {
    margin-bottom: 20px;
  }
}
/* ========== end △ */
#service .case_li > li .txt_area .txt {
  color: #555555;
  display: flex;
  flex-wrap: wrap;
  gap: 6vw;
}
#service .case_li > li .indent_li li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
#service #sec_gallery {
  background: #f2f0e7;
  border-radius: 0 60px 0 0;
  padding-top: 25.55vw;
  padding-bottom: 25.55vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #service #sec_gallery {
    border-radius: 0 120px 0 0;
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
/* ========== end △ */
#service .gallery_li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px 2.857%;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #service .gallery_li {
    justify-content: flex-start;
  }
}
/* ========== end △ */
#service .gallery_li > li {
  width: 48%;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #service .gallery_li > li {
    width: 31.428%;
  }
}
/* ========== end △ */
#service .gallery_li > li .name {
  font-size: 3.577vw;
  margin-top: 1.2775vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #service .gallery_li > li .name {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
/* ========== end △ */
#service .gallery_li > li .tag {
  width: fit-content;
  background: #f39f8e;
  color: #fff;
  display: block;
  font-size: 2.555vw;
  line-height: 1;
  padding: 1.2775vw 2.044vw 1.2775vw 2.044vw;
  margin-top: 0.511vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #service .gallery_li > li .tag {
    font-size: 1.2rem;
    padding: 6px 10px;
    margin-top: 5px;
  }
}
/* ========== end △ */
#service .gallery_li > li .tag.wedding {
  background: #9ed6d9;
}
#service .gallery_li > li .tag.corporate {
  background: #a1d99e;
}
#service .gallery_li .img {
  cursor: pointer;
}
#service .photo_item {
  background: #f2f0e7;
  position: relative;
  padding-bottom: 17.885vw;
  border-radius: 0 60px 0 0;
  margin-top: 51.1vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #service .photo_item {
    border-radius: 0 120px 0 0;
    padding-bottom: 140px;
    margin-top: 300px;
  }
}
/* ========== end △ */
#service .photo_item:nth-of-type(odd) {
  border-radius: 60px 0 0 0;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #service .photo_item:nth-of-type(odd) {
    border-radius: 120px 0 0 0;
  }
  #service .photo_item:nth-of-type(odd) .gallery .gallery-slider {
    order: 2;
    margin-left: auto;
  }
  #service .photo_item:nth-of-type(odd) .gallery .txt_area {
    order: 1;
    margin-left: 0;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media print, screen and (max-width: 780px) {
  #service .photo_item .container {
    margin-top: -38.325vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #service .photo_item .gallery .head {
    display: flex;
    flex-wrap: wrap;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 781px) and (max-width: 1240px) {
  #service .photo_item .gallery .head {
    display: block;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media print, screen and (max-width: 780px) {
  #service .photo_item .gallery .head {
    position: relative;
  }
  #service .photo_item .gallery .head::before {
    width: 7.665vw;
    height: 10.22vw;
    content: none;
    display: block;
    background: url(../images/common_img/ico_slide_info.png) center top/100% auto no-repeat;
    position: absolute;
    top: 74.095vw;
    right: 0;
    z-index: 2;
    transition: 0.3s ease all;
  }
  #service .photo_item .gallery .head.before_scroll::before {
    content: "";
    animation: slide_info 2s linear infinite;
  }
}
/* ========== end △ */
#service .photo_item .gallery .gallery-slider {
  overflow: hidden;
  border-radius: 20px;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #service .photo_item .gallery .gallery-slider {
    width: 59.285%;
    order: 1;
    border-radius: 40px;
    margin-top: -200px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 781px) and (max-width: 1240px) {
  #service .photo_item .gallery .gallery-slider {
    width: 100%;
    max-width: 830px;
    order: inherit;
  }
}
/* ========== end △ */
#service .photo_item .gallery .gallery-slider .swiper-slide {
  opacity: 0 !important;
}
#service .photo_item .gallery .gallery-slider .swiper-slide-active {
  opacity: 1 !important;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #service .photo_item .gallery .gallery-slider {
    display: flex;
    flex-wrap: wrap;
  }
}
/* ========== end △ */
#service .photo_item .gallery .gallery-thumbs {
  overflow: hidden;
  margin-top: 2.555vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #service .photo_item .gallery .gallery-thumbs {
    order: 3;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 781px) and (max-width: 1240px) {
  #service .photo_item .gallery .gallery-thumbs {
    order: inherit;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #service .photo_item .gallery .gallery-thumbs .swiper-wrapper {
    flex-wrap: wrap;
    height: auto;
    gap: 7px 0.5%;
    border-radius: 40px;
    transform: translate3d(0px, 0, 0) !important;
  }
  #service .photo_item .gallery .gallery-thumbs .swiper-wrapper .swiper-slide-duplicate {
    display: none;
  }
}
/* ========== end △ */
#service .photo_item .gallery .gallery-thumbs .swiper-slide {
  width: 33.3333333333%;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #service .photo_item .gallery .gallery-thumbs .swiper-slide {
    width: 13.853%;
  }
}
/* ========== end △ */
#service .photo_item .gallery .gallery-thumbs .swiper-slide {
  background: #fff;
}
#service .photo_item .gallery .gallery-thumbs .swiper-slide img {
  opacity: 0.6;
  transition-duration: 0ms;
  transition-property: opacity;
}
#service .photo_item .gallery .gallery-thumbs .swiper-slide-active img {
  opacity: 1;
}
#service .photo_item .gallery .txt_area {
  position: relative;
  margin-top: -1.2775vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #service .photo_item .gallery .txt_area {
    width: 35%;
    order: 2;
    margin-top: 0;
    padding-top: 40px;
    margin-left: auto;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 781px) and (max-width: 1240px) {
  #service .photo_item .gallery .txt_area {
    width: 100%;
    order: inherit;
    padding-top: 0;
    margin-top: -10px;
  }
}
/* ========== end △ */
#service .photo_item .gallery .txt_area .en {
  font-size: 21.462vw;
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #service .photo_item .gallery .txt_area .en {
    font-size: 14rem;
    position: absolute;
    top: -111px;
    left: 0;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 781px) and (max-width: 1240px) {
  #service .photo_item .gallery .txt_area .en {
    position: static;
    top: 0;
  }
}
/* ========== end △ */
#service .photo_item .gallery .txt_area h3 {
  font-size: 7.665vw;
  font-family: "Hina Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  line-height: 1;
  position: relative;
  margin-top: -5.11vw;
  margin-bottom: 6.3875vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #service .photo_item .gallery .txt_area h3 {
    font-size: 3.4rem;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 781px) and (max-width: 1240px) {
  #service .photo_item .gallery .txt_area h3 {
    margin-top: -40px;
  }
}
/* ========== end △ */

/* ==================================================
	price
================================================== */
#price #sec_read p {
  font-size: 4.599vw;
  text-align: center;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_read p {
    font-size: 1.8rem;
  }
}
/* ========== end △ */
#price #sec_read .link_btn {
  margin-top: 15.33vw;
  display: flex;
  justify-content: center;
  gap: 4%;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_read .link_btn {
    margin-top: 70px;
    gap: 20px;
  }
}
/* ========== end △ */
#price #sec_read .link_btn > li {
  width: 48%;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_read .link_btn > li {
    width: 332px;
  }
}
/* ========== end △ */
#price #sec_read .link_btn > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.066vw;
  font-size: 3.8325vw;
  box-sizing: border-box;
  border: 1px solid #222222;
  border-radius: 100vw;
  padding: 4.088vw 4.088vw 4.088vw 4.088vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_read .link_btn > li a {
    font-size: 1.5rem;
    gap: 20px;
    padding: 20px 20px;
  }
  #price #sec_read .link_btn > li a:hover {
    box-shadow: 0 5px 16px rgba(8, 0, 58, 0.15);
  }
}
/* ========== end △ */
#price #sec_read .link_btn > li a img {
  width: auto;
  height: 1.7885vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_read .link_btn > li a img {
    height: 9px;
  }
}
/* ========== end △ */
#price #sec_photo .container,
#price #sec_movie .container {
  background: #f8f7f2;
  border-radius: 20px;
  padding-top: 12.775vw;
  padding-bottom: 12.775vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_photo .container,
  #price #sec_movie .container {
    padding-top: 100px;
    padding-bottom: 100px;
    border-radius: 40px;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_photo .item_inner,
  #price #sec_movie .item_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ========== end △ */
#price #sec_photo .item_inner + .item_inner,
#price #sec_movie .item_inner + .item_inner {
  margin-top: 25.55vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_photo .item_inner + .item_inner,
  #price #sec_movie .item_inner + .item_inner {
    margin-top: 100px;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_photo .item_inner .pc_layout,
  #price #sec_movie .item_inner .pc_layout {
    display: flex;
    justify-content: space-between;
  }
}
/* ========== end △ */
#price #sec_photo .item_inner .pc_layout + .pc_layout,
#price #sec_movie .item_inner .pc_layout + .pc_layout {
  margin-top: 15.33vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_photo .item_inner .pc_layout + .pc_layout,
  #price #sec_movie .item_inner .pc_layout + .pc_layout {
    margin-top: 60px;
  }
}
/* ========== end △ */
#price #sec_photo .item_inner .ttl,
#price #sec_movie .item_inner .ttl {
  font-size: 5.621vw;
  background: #fff;
  font-weight: 500;
  text-align: center;
  padding: 1.022vw 4.088vw 1.022vw 4.088vw;
  border-radius: 10px;
  margin-bottom: 7.665vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_photo .item_inner .ttl,
  #price #sec_movie .item_inner .ttl {
    font-size: 2.8rem;
    padding: 6px 20px;
    margin-bottom: 60px;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media print, screen and (max-width: 780px) {
  #price #sec_photo .item_inner .img,
  #price #sec_movie .item_inner .img {
    position: relative;
    padding-top: 102.2vw;
    overflow: hidden;
    border-radius: 30px;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_photo .item_inner .img,
  #price #sec_movie .item_inner .img {
    width: 38.333%;
  }
}
/* ========== end △ */
#price #sec_photo .item_inner .img img,
#price #sec_movie .item_inner .img img {
  width: 100%;
  height: auto;
}
/* ▽ SP layout ========== */
@media print, screen and (max-width: 780px) {
  #price #sec_photo .item_inner .img img,
  #price #sec_movie .item_inner .img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_photo .item_inner .img img,
  #price #sec_movie .item_inner .img img {
    border-radius: 60px;
  }
}
/* ========== end △ */
#price #sec_photo .item_inner .data_area,
#price #sec_movie .item_inner .data_area {
  margin-top: 5.11vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_photo .item_inner .data_area,
  #price #sec_movie .item_inner .data_area {
    width: 56.666%;
    display: flex;
    justify-content: space-between;
    margin-top: 0;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_photo .item_inner .data_area .data_box,
  #price #sec_movie .item_inner .data_area .data_box {
    width: 47%;
  }
  #price #sec_photo .item_inner .data_area .data_box.mode02,
  #price #sec_movie .item_inner .data_area .data_box.mode02 {
    width: 100%;
  }
  #price #sec_photo .item_inner .data_area .data_box.mode02 .pc_layout > .data_inner,
  #price #sec_movie .item_inner .data_area .data_box.mode02 .pc_layout > .data_inner {
    width: 47%;
  }
}
/* ========== end △ */
#price #sec_photo .item_inner .data_area .data_box + .data_box,
#price #sec_movie .item_inner .data_area .data_box + .data_box {
  margin-top: 15.33vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_photo .item_inner .data_area .data_box + .data_box,
  #price #sec_movie .item_inner .data_area .data_box + .data_box {
    margin-top: 0;
  }
}
/* ========== end △ */
#price #sec_photo .item_inner .data_area .data_box .data_ttl,
#price #sec_movie .item_inner .data_area .data_box .data_ttl {
  font-size: 5.11vw;
  font-weight: bold;
  text-align: center;
  padding: 1.022vw 4.088vw 1.022vw 4.088vw;
  border-bottom: 1px solid #222;
  margin-bottom: 7.665vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_photo .item_inner .data_area .data_box .data_ttl,
  #price #sec_movie .item_inner .data_area .data_box .data_ttl {
    font-size: 2.6rem;
    padding: 7px 20px;
    margin-bottom: 30px;
  }
  #price #sec_photo .item_inner .data_area .data_box .data_ttl.min_height,
  #price #sec_movie .item_inner .data_area .data_box .data_ttl.min_height {
    min-height: 88px;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/* ========== end △ */
#price #sec_photo .item_inner .data_area .data_box .data_inner + .data_inner,
#price #sec_movie .item_inner .data_area .data_box .data_inner + .data_inner {
  margin-top: 15.33vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_photo .item_inner .data_area .data_box .data_inner + .data_inner,
  #price #sec_movie .item_inner .data_area .data_box .data_inner + .data_inner {
    margin-top: 0;
  }
}
/* ========== end △ */
#price #sec_photo .item_inner .data_area .data_box .price_box,
#price #sec_movie .item_inner .data_area .data_box .price_box {
  width: 66.43vw;
  height: 66.43vw;
  background: #fff;
  box-sizing: border-box;
  color: #a89d69;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vw;
  font-size: 7.154vw;
  font-weight: 500;
  padding-bottom: 2.555vw;
  margin-right: auto;
  margin-left: auto;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_photo .item_inner .data_area .data_box .price_box,
  #price #sec_movie .item_inner .data_area .data_box .price_box {
    width: 280px;
    height: 280px;
    font-size: 3.2rem;
    padding-bottom: 10px;
  }
}
/* ========== end △ */
#price #sec_photo .item_inner .data_area .data_box .price_box .price_inner,
#price #sec_movie .item_inner .data_area .data_box .price_box .price_inner {
  text-align: center;
}
#price #sec_photo .item_inner .data_area .data_box .price_box .price_inner .desc,
#price #sec_movie .item_inner .data_area .data_box .price_box .price_inner .desc {
  font-size: 3.577vw;
  font-weight: bold;
  margin-bottom: -2.555vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_photo .item_inner .data_area .data_box .price_box .price_inner .desc,
  #price #sec_movie .item_inner .data_area .data_box .price_box .price_inner .desc {
    font-size: 1.6rem;
    margin-bottom: -17px;
  }
}
/* ========== end △ */
#price #sec_photo .item_inner .data_area .data_box .price_box .price_inner .price .num,
#price #sec_movie .item_inner .data_area .data_box .price_box .price_inner .price .num {
  font-size: 11.242vw;
  font-weight: 500;
  font-family: "Unna", serif;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_photo .item_inner .data_area .data_box .price_box .price_inner .price .num,
  #price #sec_movie .item_inner .data_area .data_box .price_box .price_inner .price .num {
    font-size: 5.2rem;
    letter-spacing: 0.008em;
  }
}
/* ========== end △ */
#price #sec_photo .item_inner .data_area .data_box .price_box .price_inner .price .tax,
#price #sec_movie .item_inner .data_area .data_box .price_box .price_inner .price .tax {
  font-size: 3.066vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_photo .item_inner .data_area .data_box .price_box .price_inner .price .tax,
  #price #sec_movie .item_inner .data_area .data_box .price_box .price_inner .price .tax {
    font-size: 1.3rem;
    letter-spacing: 0.008em;
  }
}
/* ========== end △ */
#price #sec_photo .item_inner .data_area .data_box .price_box .price_inner .transport,
#price #sec_movie .item_inner .data_area .data_box .price_box .price_inner .transport {
  width: fit-content;
  display: block;
  font-size: 4.599vw;
  color: #a89d69;
  margin-left: auto;
  margin-right: auto;
  margin-top: -5.621vw;
  margin-bottom: 2.555vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_photo .item_inner .data_area .data_box .price_box .price_inner .transport,
  #price #sec_movie .item_inner .data_area .data_box .price_box .price_inner .transport {
    font-size: 2.2rem;
    margin-top: -10px;
    margin-bottom: 20px;
  }
}
/* ========== end △ */
#price #sec_photo .item_inner .data_area .data_box .price_box .price_inner .transport::before,
#price #sec_movie .item_inner .data_area .data_box .price_box .price_inner .transport::before {
  width: 4.599vw;
  height: 4.599vw;
  font-size: 3.577vw;
  line-height: 1;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  content: "＋";
  background: #a89d69;
  border-radius: 100vw;
  margin-right: 2.555vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_photo .item_inner .data_area .data_box .price_box .price_inner .transport::before,
  #price #sec_movie .item_inner .data_area .data_box .price_box .price_inner .transport::before {
    width: 22px;
    height: 22px;
    font-size: 1.8rem;
    margin-right: 10px;
  }
}
/* ========== end △ */
#price #sec_photo .item_inner .data_area .data_box .price_box .price_inner .prod,
#price #sec_movie .item_inner .data_area .data_box .price_box .price_inner .prod {
  width: fit-content;
  background: #a89d69;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 3.066vw;
  font-weight: bold;
  padding: 1.022vw 6.132vw 1.022vw 6.132vw;
  margin-top: -0.511vw;
  margin-left: auto;
  margin-right: auto;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_photo .item_inner .data_area .data_box .price_box .price_inner .prod,
  #price #sec_movie .item_inner .data_area .data_box .price_box .price_inner .prod {
    font-size: 1.5rem;
    padding: 4px 20px;
    margin-top: -5px;
  }
}
/* ========== end △ */
#price #sec_photo .item_inner .data_area .data_box .price_data,
#price #sec_movie .item_inner .data_area .data_box .price_data {
  border-top: 1px solid #dbdbdb;
  margin-top: 7.665vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_photo .item_inner .data_area .data_box .price_data,
  #price #sec_movie .item_inner .data_area .data_box .price_data {
    margin-top: 30px;
  }
}
/* ========== end △ */
#price #sec_photo .item_inner .data_area .data_box .price_data dl,
#price #sec_movie .item_inner .data_area .data_box .price_data dl {
  display: flex;
  border-bottom: 1px solid #dbdbdb;
  font-size: 3.577vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_photo .item_inner .data_area .data_box .price_data dl,
  #price #sec_movie .item_inner .data_area .data_box .price_data dl {
    font-size: 1.5rem;
  }
}
/* ========== end △ */
#price #sec_photo .item_inner .data_area .data_box .price_data dl dt,
#price #sec_movie .item_inner .data_area .data_box .price_data dl dt {
  width: 25.55vw;
  box-sizing: border-box;
  padding: 3.066vw 2.044vw 3.066vw 2.044vw;
  font-weight: bold;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_photo .item_inner .data_area .data_box .price_data dl dt,
  #price #sec_movie .item_inner .data_area .data_box .price_data dl dt {
    width: 100px;
    padding: 14px 7px;
  }
}
/* ========== end △ */
#price #sec_photo .item_inner .data_area .data_box .price_data dl dd,
#price #sec_movie .item_inner .data_area .data_box .price_data dl dd {
  padding: 3.066vw 2.044vw 3.066vw 2.044vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_photo .item_inner .data_area .data_box .price_data dl dd,
  #price #sec_movie .item_inner .data_area .data_box .price_data dl dd {
    padding: 14px 7px;
  }
}
/* ========== end △ */
#price #sec_photo .item_inner .data_area .data_box .price_data .annotation,
#price #sec_movie .item_inner .data_area .data_box .price_data .annotation {
  font-size: 3.577vw;
  margin-top: 2.044vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_photo .item_inner .data_area .data_box .price_data .annotation,
  #price #sec_movie .item_inner .data_area .data_box .price_data .annotation {
    font-size: 1.5rem;
    margin-top: 14px;
  }
}
/* ========== end △ */
#price #sec_photo .contact_bnr,
#price #sec_movie .contact_bnr {
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  margin-top: 15.33vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_photo .contact_bnr,
  #price #sec_movie .contact_bnr {
    max-width: 1000px;
    display: flex;
    align-items: center;
    border-radius: 60px;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
  }
  #price #sec_photo .contact_bnr .img,
  #price #sec_movie .contact_bnr .img {
    width: 40%;
  }
}
/* ========== end △ */
#price #sec_photo .contact_bnr .data,
#price #sec_movie .contact_bnr .data {
  text-align: center;
  box-sizing: border-box;
  padding: 10.22vw 3.8325vw 10.22vw 3.8325vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_photo .contact_bnr .data,
  #price #sec_movie .contact_bnr .data {
    width: 60%;
    padding: 20px 20px;
  }
}
/* ========== end △ */
#price #sec_photo .contact_bnr .data .txt,
#price #sec_movie .contact_bnr .data .txt {
  font-size: 3.577vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_photo .contact_bnr .data .txt,
  #price #sec_movie .contact_bnr .data .txt {
    font-size: 1.6rem;
  }
}
/* ========== end △ */
#price #sec_photo .contact_bnr .data .btn_mt,
#price #sec_movie .contact_bnr .data .btn_mt {
  margin-top: 5.11vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_photo .contact_bnr .data .btn_mt,
  #price #sec_movie .contact_bnr .data .btn_mt {
    margin-top: 20px;
  }
}
/* ========== end △ */
#price #sec_photo .contact_bnr .data .btn_mt .btn01,
#price #sec_movie .contact_bnr .data .btn_mt .btn01 {
  width: 80%;
}
#price #sec_photo .contact_bnr .data .btn_mt .btn01 span img,
#price #sec_movie .contact_bnr .data .btn_mt .btn01 span img {
  animation: purupuru 2s linear 0s infinite;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_photo .contact_bnr .data .btn_mt .btn01,
  #price #sec_movie .contact_bnr .data .btn_mt .btn01 {
    width: 360px;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_movie {
    margin-top: 70px;
  }
}
/* ========== end △ */
#price #sec_flow {
  background: #f2f0e7;
  border-radius: 0 60px 0 0;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_flow {
    border-radius: 0 120px 0 0;
  }
}
/* ========== end △ */
#price #sec_flow .container {
  padding-top: 12.775vw;
  padding-bottom: 12.775vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_flow .container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/* ========== end △ */
#price #sec_flow .flow_li li {
  background: #fff;
  position: relative;
  padding: 7.665vw 5.11vw 7.665vw 5.11vw;
  border-radius: 0 20px 0 20px;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_flow .flow_li li {
    display: flex;
    padding: 70px 80px 70px 80px;
    border-radius: 0 40px 0 40px;
  }
}
/* ========== end △ */
#price #sec_flow .flow_li li + li {
  margin-top: 15.33vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_flow .flow_li li + li {
    margin-top: 55px;
  }
}
/* ========== end △ */
#price #sec_flow .flow_li li:not(:last-child)::after {
  width: 5.8765vw;
  height: 2.044vw;
  background: #4d4d4d;
  content: "";
  display: block;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  bottom: -6.132vw;
  opacity: 0;
  left: 50%;
  transition: 2.4s ease all;
  transform: translateX(-50%);
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_flow .flow_li li:not(:last-child)::after {
    width: 46px;
    height: 15px;
    bottom: -25px;
  }
}
/* ========== end △ */
#price #sec_flow .flow_li li.active:not(:last-child)::after {
  opacity: 1;
  bottom: -8.176vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_flow .flow_li li.active:not(:last-child)::after {
    bottom: -35px;
  }
}
/* ========== end △ */
#price #sec_flow .flow_li li .top {
  display: flex;
  align-items: center;
  margin-bottom: 1.022vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_flow .flow_li li .top {
    width: 166px;
    display: block;
    margin-bottom: 0;
  }
}
/* ========== end △ */
#price #sec_flow .flow_li li .top .step {
  color: #a89d69;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.022vw;
  font-family: "Unna", serif;
  font-weight: 500;
  font-size: 9.198vw;
  line-height: 1;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_flow .flow_li li .top .step {
    font-size: 6.8rem;
    gap: 4px;
  }
}
/* ========== end △ */
#price #sec_flow .flow_li li .top .step .fs {
  font-family: "Century Gothic", "CenturyGothic", "AppleGothic", sans-serif;
  font-size: 3.577vw;
  font-weight: 500;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_flow .flow_li li .top .step .fs {
    font-size: 2.8rem;
  }
}
/* ========== end △ */
#price #sec_flow .flow_li li .top .info {
  font-size: 3.066vw;
  border: 1px solid #a89d69;
  padding: 0.511vw 2.555vw 0vw 2.555vw;
  margin-left: 3.066vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_flow .flow_li li .top .info {
    font-size: 1.4rem;
    text-align: center;
    padding: 2px 4px;
    margin-left: 0;
    margin-top: 10px;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_flow .flow_li li .bottom {
    width: calc(100% - 220px);
    margin-left: auto;
  }
}
/* ========== end △ */
#price #sec_flow .flow_li li .bottom .ttl {
  font-size: 5.11vw;
  font-weight: bold;
  margin-bottom: 1.022vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_flow .flow_li li .bottom .ttl {
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
}
/* ========== end △ */
#price #sec_flow .flow_li li .bottom .txt {
  font-size: 3.577vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #price #sec_flow .flow_li li .bottom .txt {
    font-size: 1.8rem;
  }
}
/* ========== end △ */

/* ==================================================
	news
================================================== */
#news {
  position: relative;
  margin-top: 12.775vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #news {
    margin-top: 105px;
  }
}
/* ========== end △ */
#news #t_news {
  position: relative;
  padding: 15.33vw 0vw 30.66vw 0vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #news #t_news {
    padding: 120px 0 200px;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #news #t_news .btn_mt {
    margin-top: 60px;
  }
}
/* ========== end △ */
#news .article .ttl {
  font-size: 5.621vw;
  font-weight: bold;
  margin-bottom: 7.665vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #news .article .ttl {
    font-size: 3.6rem;
    margin-bottom: 30px;
  }
}
/* ========== end △ */
#news .article .txt_box {
  margin-top: 7.665vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #news .article .txt_box {
    margin-top: 30px;
  }
}
/* ========== end △ */

/* ==================================================
	multiple
================================================== */
#insta .insta_li {
  display: flex;
  flex-wrap: wrap;
}
#insta .insta_li li {
  width: 50%;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #insta .insta_li li {
    width: 16.666%;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 781px) and (max-width: 1240px) {
  #insta .insta_li li {
    width: 25%;
  }
}
/* ========== end △ */
#insta .insta_li li img {
  width: 100%;
}/*# sourceMappingURL=content.css.map */