@charset "UTF-8";
/* CSS Document */
/* =========================================================
調整
========================================================= */
#header, #bread_crumb, #page_header {
  display: none;
}

#main_col {
  margin: 0 auto;
}

body.header_fix #main_contents {
  padding-top: 0px;
}

#left_col {
  width: 100%;
  padding-right: 0;
}

.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6, .post_content ol, .post_content ul {
  margin: 0;
  padding: 0;
}

.post_content li, .post_content dt, .post_content dd {
  line-height: 1;
}

.pc .admin-bar {
  padding-top: 0;
}

#footer_top {
  position: relative;
  z-index: 10;
}

@media (max-width: 1200px) {
  #main_col {
    width: 90% !important;
  }
}
@media only screen and (max-width: 991px) {
  #left_col {
    padding: 0;
  }
}
@media (max-width: 768px) {
  #main_col {
    width: 85% !important;
  }
}
/* =========================================================
共通
========================================================= */
.post_content h2 {
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin: 0;
  padding: 0;
  margin-bottom: 55px;
}

.eng {
  font-family: "Roboto";
  font-size: 24px;
  display: block;
  text-align: center;
  letter-spacing: 0.18em;
  margin-bottom: 26px;
}

.blue {
  color: #00345B;
}

.gray {
  color: #7A7A7A;
}

.post_content p {
  margin: 0;
}

#main_col .post_content p.description,
.post_content p.description {
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: center;
}

section {
  background-color: #fff;
  padding: 120px 0;
  position: relative;
  z-index: 5;
}

@media (max-width: 768px) {
  .post_content h2 {
    font-size: 36px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.12em;
    margin: 0;
    padding: 0;
    margin-bottom: 55px;
  }
  .eng {
    margin-bottom: 20px;
  }
  #main_col .post_content p.description,
.post_content p.description {
    font-size: 18px;
    line-height: 2.2;
  }
  section {
    padding: 80px 0;
  }
}
@media (min-width: 581px) {
  .b-580 {
    display: none;
  }
}
@media (max-width: 580px) {
  .eng {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .post_content h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  #main_col .post_content p.description,
.post_content p.description {
    font-size: 14px;
    letter-spacing: 0.01em;
    line-height: 2;
  }
}
/* =========================================================
ファーストビュー
========================================================= */
#top_image {
  width: 100vw;
  height: 800px;
  padding: 0;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  z-index: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  /* PC用画像 */
}
#top_image .top-img {
  width: 100%;
  position: fixed;
  z-index: -1;
  object-fit: cover;
  display: none;
}
#top_image .top-img_pc {
  display: block;
}
#top_image .title_box_wrap {
  position: fixed;
  z-index: 2;
  width: 100vw;
  height: 800px;
}
#top_image .title_box_wrap .title_box {
  box-sizing: border-box;
  height: 224px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: rgba(255, 255, 255, 0.835);
  border-radius: 0 5px 5px 0;
  padding: 53px 100px 57px;
}
#top_image .title_box_wrap .title_box img {
  max-width: 319px;
  display: block;
  margin: 0 auto;
}
#top_image .title_box_wrap .title_box h1 {
  font-size: 47px;
  font-weight: 400;
  letter-spacing: 0.22em;
  line-height: 1;
  margin: 25px auto 0;
  padding: 0;
}
@media (max-width: 1200px) {
  #top_image {
    height: 700px;
  }
  #top_image .title_box_wrap {
    height: 700px;
  }
}
@media (max-width: 768px) {
  #top_image {
    height: 800px;
  }
  #top_image .title_box_wrap {
    height: 800px;
  }
  #top_image .title_box_wrap .title_box {
    height: 184px;
    top: auto;
    bottom: 14%;
    padding: 39px 50px 42px;
  }
  #top_image .title_box_wrap .title_box h1 {
    margin: 19px auto 0;
    font-size: 44px;
  }
}
@media (max-width: 580px) {
  #top_image {
    height: 80vh;
    max-height: 600px;
  }
  #top_image .top-img {
    transform: scale(1.3);
  }
  #top_image .title_box_wrap {
    height: 80vh;
    max-height: 600px;
  }
  #top_image .title_box_wrap .title_box {
    height: 130px;
    padding: 30px;
  }
  #top_image .title_box_wrap .title_box img {
    max-width: 200px;
  }
  #top_image .title_box_wrap .title_box h1 {
    margin: 10px auto 0;
    font-size: 30px;
  }
}

/* =========================================================
lead
========================================================= */
#lead {
  padding: 140px 0 120px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}
#lead h2 {
  font-size: 46px;
  margin-bottom: 67px;
  letter-spacing: 0.12em;
}
#lead p {
  line-height: 2.25;
  letter-spacing: 0.12em;
}
#lead .about_bax {
  padding: 70px 60px 60px 223px;
  margin-top: 60px;
  color: #fff;
  background-image: url(../../img/foodphoto/bax_bg.webp);
  background-size: cover;
  background-position: left;
  border-radius: 8px;
}
#lead .about_bax span {
  font-size: 20px;
  letter-spacing: 0.1em;
}
#lead .about_bax h3 {
  font-size: 30px;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  font-weight: 100;
}
#lead .about_bax h3 .bax {
  font-size: 30px;
  letter-spacing: 0.01em;
}
#lead .about_bax h3::before {
  content: "About";
  font-size: 60px;
  letter-spacing: 0.06em;
  font-weight: 100;
  color: #fff;
  opacity: 10%;
  position: absolute;
  bottom: 5px;
  left: -33px;
}
#lead .about_bax p {
  margin-top: 30px;
  font-size: 15px;
  line-height: 2.6;
  letter-spacing: 0.095em;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (max-width: 768px) {
  #lead {
    padding-top: 105px;
    padding-bottom: 82px;
  }
  #lead h2 {
    font-size: 36px;
    margin-bottom: 45px;
    line-height: 1.5;
  }
  #lead p {
    font-size: 18px;
    line-height: 2.22;
  }
  #lead .about_bax {
    padding: 67px 72px 48px 84px;
    margin-top: 49px;
    background-image: url(../../img/foodphoto/bax_bg_sp.webp);
  }
  #lead .about_bax span {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  #lead .about_bax h3::before {
    left: -14px;
  }
  #lead .about_bax p {
    margin-top: 27px;
    font-size: 17px;
    line-height: 2;
    letter-spacing: 0.08em;
  }
}
@media (min-width: 581px) {
  #lead .n-581 {
    display: none;
  }
}
@media (max-width: 580px) {
  #lead {
    padding-top: 90px;
  }
  #lead h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  #lead .about_bax {
    padding: 55px 25px 40px 50px;
  }
  #lead .about_bax span {
    font-size: 16px;
  }
  #lead .about_bax h3 {
    font-size: 23px;
  }
  #lead .about_bax h3 .bax {
    font-size: 23px;
  }
  #lead .about_bax h3::before {
    font-size: 50px;
  }
  #lead .about_bax p {
    font-size: 14px;
    line-height: 2;
    margin-top: 18px;
    letter-spacing: 0.03em;
  }
}

/* =========================================================
ECパックプラン
========================================================= */
#plan01 {
  background-color: #F6F6F6;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}
#plan01 .plan_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  margin-top: 60px;
}
#plan01 .plan_list .plan_item {
  flex: 1;
  min-height: 380px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
#plan01 .plan_list .plan_item h3 {
  padding: 30px 0 25px;
  font-size: 24px;
  letter-spacing: 0.02em;
  color: #fff;
  background-color: #76A244;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
#plan01 .plan_list .plan_item h3 .p-description {
  display: block;
  font-size: 16px;
  letter-spacing: 0.06em;
  font-weight: 100;
  margin-top: 7px;
}
#plan01 .plan_list .plan_item .plan_price {
  color: #76A244;
  font-size: 44px;
  text-align: center;
  padding-top: 3px;
}
#plan01 .plan_list .plan_item .plan_price .price_tax {
  font-size: 14px;
  letter-spacing: 0.08em;
}
#plan01 .plan_list .plan_item .plan_price strong {
  padding: 0 3px 0 5px;
  vertical-align: -1.5%;
}
#plan01 .plan_list .plan_item .plan_price .price_en {
  font-size: 18px;
  letter-spacing: 0.02em;
}
#plan01 .plan_list .plan_item .plan_detail {
  padding: 17px 0;
  margin: 0 30px;
  border-top: dotted 1px #A5A5A5;
  display: flex;
  align-items: baseline;
}
#plan01 .plan_list .plan_item .plan_detail p {
  line-height: 1.6;
  letter-spacing: 0.02em;
}
#plan01 .plan_list .plan_item .plan_detail p strong {
  white-space: nowrap;
  text-align: left;
  margin-right: 15px;
}
#plan01 .plan_list .plan_item .plan_detail p .c-description {
  font-size: 13px;
}
#plan01 .plan_list .light h3 {
  background-color: #4A8CBA;
}
#plan01 .plan_list .light .plan_price {
  color: #4A8CBA;
}
#plan01 .plan_list .full h3 {
  background-color: #EE8846;
}
#plan01 .plan_list .full .plan_price {
  color: #EE8846;
}
#plan01 .plan_about {
  padding: 80px 50px 57px;
  background-color: #E3E3E3;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  margin-top: 45px;
}
#plan01 .plan_about h3 {
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 23px;
}
#plan01 .plan_about .cut_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0 27px;
}
#plan01 .plan_about .cut_wrap ol {
  max-width: 657px;
  height: 405.5px;
  list-style: none;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  row-gap: 20px;
}
#plan01 .plan_about .cut_wrap ol li {
  width: 25%;
  max-width: 134px;
}
#plan01 .plan_about .cut_wrap ol li img {
  margin-bottom: 12px;
}
#plan01 .plan_about .cut_wrap ol li figcaption {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.06em;
  margin-top: -3px;
}
#plan01 .plan_about .cut_wrap ol::after {
  display: block;
  content: "";
  width: 25%;
  max-width: 134px;
}
#plan01 .plan_about .cut_wrap .plus {
  font-size: 40px;
}
#plan01 .plan_about .cut_wrap .cut8 {
  box-sizing: border-box;
  max-width: 375px;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
#plan01 .plan_about .cut_wrap .cut8 figcaption {
  margin: 13px 0 20px;
  text-align: center;
}
#plan01 .plan_about .cut_wrap .cut8 p {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.78;
  text-align: justify;
  text-justify: inter-ideograph;
}
#plan01 .plan_about .caption {
  font-size: 14px;
  line-height: 1.78;
  letter-spacing: 0.12em;
}
@media (min-width: 1200px) {
  #plan01 .b-1200-769, #plan01 .nakaguro, #plan01 .b-1200 {
    display: none;
  }
}
@media (max-width: 1200px) {
  #plan01 .n-1200-769 {
    display: none;
  }
  #plan01 .plan_list {
    gap: 15px;
  }
  #plan01 .plan_list .plan_item {
    min-height: 405.7px;
  }
  #plan01 .plan_list .plan_item .plan_detail .c-description {
    margin-left: -8px;
  }
  #plan01 .plan_about .cut_wrap ol {
    height: 382px;
    row-gap: 20px;
  }
  #plan01 .plan_about .cut_wrap ol li {
    width: 23%;
    max-width: 134px;
  }
  #plan01 .plan_about .cut_wrap ol li img {
    margin-bottom: 12px;
  }
  #plan01 .plan_about .cut_wrap ol li figcaption {
    font-size: 13px;
  }
  #plan01 .plan_about .cut_wrap ol::after {
    display: block;
    content: "";
    width: 23%;
    max-width: 134px;
  }
  #plan01 .plan_about .cut_wrap .cut8 {
    box-sizing: border-box;
    max-width: 38%;
    height: 382px;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  #plan01 .plan_about .cut_wrap .cut8 figcaption {
    margin: 13px 0 20px;
    text-align: center;
  }
  #plan01 .plan_about .cut_wrap .cut8 p {
    font-size: 14px;
    letter-spacing: 0.08em;
    line-height: 1.78;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
@media (max-width: 1024px) {
  #plan01 .plan_about .cut_wrap {
    flex-direction: column;
  }
  #plan01 .plan_about .cut_wrap ol {
    height: auto;
  }
  #plan01 .plan_about .cut_wrap .cut8 {
    height: auto;
    max-width: 657px;
  }
  #plan01 .plan_about .cut_wrap .cut8 img {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 960px) {
  #plan01 .plan_list .plan_item {
    min-height: 424.91px;
  }
  #plan01 .plan_list .plan_item h3 {
    font-size: 20px;
  }
  #plan01 .plan_list .plan_item .p-description {
    font-size: 14px;
  }
  #plan01 .plan_list .plan_item .plan_detail {
    flex-direction: column;
    align-items: center;
  }
  #plan01 .plan_list .plan_item .plan_detail p {
    text-align: center;
  }
  #plan01 .plan_list .plan_item .plan_detail p strong {
    margin-right: 0;
  }
  #plan01 .plan_list .plan_item .plan_detail p .c-description {
    font-size: 14px;
    margin-left: -8px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #plan01 .b-1200-769 {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  #plan01 .b-1200-769 {
    display: none;
  }
  #plan01 h2 {
    margin-bottom: 37px;
  }
  #plan01 .plan_list {
    flex-direction: column;
    margin-top: 42px;
    gap: 37px;
  }
  #plan01 .plan_list .plan_item {
    width: 100%;
    min-height: auto;
    padding-bottom: 13px;
  }
  #plan01 .plan_list .plan_item h3 {
    padding: 20px 0 17px;
    font-size: 26px;
  }
  #plan01 .plan_list .plan_item .plan_price {
    font-size: 63px;
    padding-top: 0;
    margin: -20px 0 -5px;
  }
  #plan01 .plan_list .plan_item .plan_price .price_tax {
    font-size: 20px;
  }
  #plan01 .plan_list .plan_item .plan_price strong {
    padding: 0 3px 0 5px;
    vertical-align: -1.5%;
  }
  #plan01 .plan_list .plan_item .plan_price .price_en {
    font-size: 26px;
  }
  #plan01 .plan_list .plan_item .plan_detail {
    padding: 17px 0;
    margin: 0 30px;
    flex-direction: row;
    align-items: flex-start;
  }
  #plan01 .plan_list .plan_item .plan_detail p {
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
  }
  #plan01 .plan_list .plan_item .plan_detail p strong {
    text-align: left;
    margin-right: 23px;
  }
  #plan01 .plan_list .plan_item .plan_detail p .c-description {
    font-size: 16px;
    margin-left: 0;
  }
  #plan01 .plan_about {
    padding: 60px 40px 40px;
    margin-top: 40px;
  }
  #plan01 .plan_about h3 {
    font-size: 28px;
  }
  #plan01 .plan_about p.description {
    font-size: 16px;
    line-height: 1.87;
    letter-spacing: 0.08em;
  }
  #plan01 .plan_about .cut_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 41px 0 21px;
  }
  #plan01 .plan_about .cut_wrap ol {
    max-width: 100%;
    height: 100%;
    padding: 27px 35px 45px;
    row-gap: 30px;
    margin-bottom: 3px;
  }
  #plan01 .plan_about .cut_wrap ol li {
    width: 48%;
    max-width: 100%;
  }
  #plan01 .plan_about .cut_wrap ol li img {
    margin-bottom: 22px;
  }
  #plan01 .plan_about .cut_wrap ol li figcaption {
    font-size: 15px;
  }
  #plan01 .plan_about .cut_wrap ol::after {
    width: 48%;
    height: 100%;
  }
  #plan01 .plan_about .cut_wrap .plus {
    line-height: 1;
    font-size: 50px;
    margin-bottom: 9px;
  }
  #plan01 .plan_about .cut_wrap .cut8 {
    max-width: 100%;
    padding: 35px 35px 35px 38px;
  }
  #plan01 .plan_about .cut_wrap .cut8 img {
    max-width: 100%;
  }
  #plan01 .plan_about .cut_wrap .cut8 figcaption {
    margin: 13px 0 29px;
  }
  #plan01 .plan_about .cut_wrap .cut8 p {
    font-size: 15px;
    line-height: 2;
  }
}
@media (max-width: 580px) {
  #plan01 h2 {
    margin-bottom: 20px;
  }
  #plan01 .plan_list .plan_item h3 {
    font-size: 24px;
  }
  #plan01 .plan_list .plan_item .plan_price {
    font-size: 45px;
    margin: -7px 0 -3px;
  }
  #plan01 .plan_list .plan_item .plan_detail p {
    font-size: 15px;
  }
  #plan01 .plan_list .plan_item .plan_detail p .c-description {
    font-size: 13px;
    margin-left: -9px;
  }
  #plan01 .plan_list .plan_item .plan_detail p .b-1200-769 {
    display: block;
  }
  #plan01 .plan_about {
    padding: 40px 25px 30px;
  }
  #plan01 .plan_about h3 {
    font-size: 23px;
  }
  #plan01 .plan_about p.description {
    font-size: 14px;
    line-height: 1.7;
  }
  #plan01 .plan_about .cut_wrap {
    margin: 30px 0 21px;
  }
  #plan01 .plan_about .cut_wrap ol {
    padding: 27px 20px;
    row-gap: 30px;
  }
  #plan01 .plan_about .cut_wrap ol li img {
    margin-bottom: 15px;
  }
  #plan01 .plan_about .cut_wrap ol li figcaption {
    font-size: 12px;
  }
  #plan01 .plan_about .cut_wrap .cut8 {
    padding: 27px 20px;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  #plan01 .plan_about .cut_wrap .cut8 figcaption {
    margin: 13px 0 15px;
    font-size: 13px;
  }
  #plan01 .plan_about .cut_wrap .cut8 p {
    font-size: 13px;
    line-height: 1.8;
  }
  #plan01 .plan_about .caption {
    font-size: 12px;
    line-height: 1.78;
    letter-spacing: 0.02em;
  }
}

/* =========================================================
キービジュアル撮影プラン
========================================================= */
#plan02 {
  background-image: url(../../img/foodphoto/plan_bg.webp);
  background-size: cover;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}
#plan02 h2, #plan02 .description {
  color: #fff;
}
#plan02 .price_box {
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  padding-bottom: 24px;
  text-align: center;
  color: #fff;
  border: solid 1px #fff;
  margin: 50px auto 60px;
}
#plan02 .price_box .plan_price {
  font-size: 44px;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: -9px;
}
#plan02 .price_box .plan_price .price_tax {
  font-size: 14px;
  letter-spacing: 0.08em;
  margin-right: 5px;
}
#plan02 .price_box .plan_price .price_to {
  font-size: 24px;
  vertical-align: 12%;
}
#plan02 .price_box .plan_price .price_en {
  font-size: 18px;
  margin-left: 5px;
}
#plan02 .price_box span {
  font-size: 13px;
  letter-spacing: 0.08em;
}
#plan02 .photo_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#plan02 .photo_wrap picture {
  width: 49%;
}
@media (max-width: 960px) {
  #plan02 .photo_wrap {
    flex-direction: column;
    gap: 40px;
  }
  #plan02 .photo_wrap picture {
    width: 100%;
  }
}
@media (min-width: 769px) {
  #plan02 .b-769 {
    display: none;
  }
}
@media (max-width: 768px) {
  #plan02 .price_box .plan_price {
    font-size: 35px;
  }
  #plan02 .price_box .plan_price .price_to {
    font-size: 16px;
  }
  #plan02 .price_box .plan_price .price_en {
    font-size: 16px;
  }
}
@media (max-width: 580px) {
  #plan02 .price_box {
    padding-bottom: 18px;
    margin: 30px auto;
  }
  #plan02 .price_box .plan_price {
    font-size: 25px;
    letter-spacing: 0;
  }
  #plan02 .price_box .plan_price .price_tax {
    font-size: 12px;
    margin-right: 1px;
  }
  #plan02 .price_box .plan_price .price_to {
    font-size: 12px;
    margin: 0;
  }
  #plan02 .price_box .plan_price .price_en {
    font-size: 12px;
    margin-left: 3px;
  }
  #plan02 .price_box span {
    font-size: 10px;
  }
}

/* =========================================================
FLOW
========================================================= */
#flow {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}
#flow .step_wrap {
  display: flex;
  flex-direction: column;
  gap: 54px;
}
#flow .step_wrap .step_box {
  padding: 36px 61px 38px;
  border: solid 1px #BCBCBC;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
#flow .step_wrap .step_box .step_number {
  margin-bottom: -20px;
}
#flow .step_wrap .step_box .step_number strong {
  font-family: "Roboto";
  text-align: center;
  font-size: 40px;
  color: #00345B;
  letter-spacing: 0.05em;
  padding-right: 60.5px;
  position: relative;
}
#flow .step_wrap .step_box .step_number strong::before {
  content: "STEP";
  font-family: "Roboto";
  font-size: 16px;
  letter-spacing: 0.12em;
  position: absolute;
  left: -10px;
  top: -10px;
}
#flow .step_wrap .step_box .step_content {
  padding-left: 49.5px;
  border-left: solid 1px #B9B9B9;
}
#flow .step_wrap .step_box .step_content .step_title {
  color: #00345B;
  font-size: 23px;
  margin-bottom: 7px;
  letter-spacing: 0.06em;
}
#flow .step_wrap .step_box .step_content p {
  font-size: 17px;
  line-height: 1.76;
  letter-spacing: 0.05em;
}
#flow .step_wrap .step_box .step_content:nth-child(even) .step_title {
  margin-bottom: 10px;
}
#flow .step_wrap .step_box:not(:last-child)::after {
  content: "";
  position: absolute;
  background-image: url(../../img/foodphoto/step_arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 29px;
  height: 18px;
  left: 0;
  right: 0;
  bottom: -38px;
  margin: auto;
}
@media (max-width: 768px) {
  #flow h2 {
    margin-bottom: 69px;
  }
  #flow .step_wrap .step_box {
    padding: 36px 30px 38px 55px;
  }
  #flow .step_wrap .step_box .step_number {
    margin-bottom: -20px;
  }
  #flow .step_wrap .step_box .step_number strong {
    padding-right: 50px;
  }
  #flow .step_wrap .step_box .step_content {
    padding-left: 37.5px;
  }
  #flow .step_wrap .step_box .step_content .step_title {
    margin-bottom: 10px;
  }
  #flow .step_wrap .step_box .step_content .step_title strong {
    font-size: 23px;
  }
  #flow .step_wrap .step_box .step_content p {
    font-size: 16px;
  }
  #flow .step_wrap .step_box .step_content:nth-child(even) .step_title {
    margin-bottom: 10px;
  }
}
@media (max-width: 580px) {
  #flow h2 {
    margin-bottom: 40px;
  }
  #flow .step_wrap .step_box {
    padding: 30px 20px 32px 30px;
  }
  #flow .step_wrap .step_box .step_number strong {
    font-size: 30px;
    letter-spacing: 0.05em;
    padding-right: 27px;
  }
  #flow .step_wrap .step_box .step_number strong::before {
    font-size: 12px;
    left: -6px;
  }
  #flow .step_wrap .step_box .step_content {
    padding-left: 28.5px;
  }
  #flow .step_wrap .step_box .step_content .step_title strong {
    font-size: 18px;
  }
  #flow .step_wrap .step_box .step_content p {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* =========================================================
work
========================================================= */
#work {
  background-image: url(../../img/foodphoto/plan_bg.webp);
  background-size: cover;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}
#work h2, #work .description {
  color: #fff;
}
#work .logo_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px auto 60px;
  list-style: none;
  background-color: #fff;
  padding: 35px 25px 35px;
  border-radius: 8px;
  position: relative;
}
#work .logo_wrap li img {
  object-fit: contain;
  display: block;
}
#work .logo_wrap li:nth-child(-n+6) {
  margin-right: 35px;
}
#work .logo_wrap li.attention {
  position: absolute;
  right: 0;
  bottom: -18px;
  color: #fff;
  text-align: right;
}
#work .logo_wrap li.attention span {
  font-size: 13px;
}
#work .gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}
#work .gallery li {
  width: 33.3333333333%;
  line-height: 0;
  list-style: none;
}
#work .gallery li a {
  transition: 0.3s;
}
#work .gallery li a:hover {
  opacity: 0.5;
}
@media (max-width: 960px) {
  #work .logo_wrap li:nth-child(-n+6) {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  #work .logo_wrap {
    flex-wrap: wrap;
    justify-content: center;
    padding: 25px 25px 5px;
  }
  #work .logo_wrap li img {
    max-height: 53px;
  }
  #work .logo_wrap li:not(:last-child) {
    margin-bottom: 20px;
  }
  #work .logo_wrap li:nth-child(-n+6) {
    margin-right: 0;
  }
  #work .logo_wrap li:nth-child(-n+3), #work .logo_wrap li:nth-child(5), #work .logo_wrap li:nth-child(6) {
    margin-right: 5%;
  }
  #work .logo_wrap li.attention {
    width: 100%;
  }
}
@media (max-width: 650px) {
  #work .logo_wrap li img {
    max-height: 40px;
  }
  #work .logo_wrap li:nth-child(-n+3), #work .logo_wrap li:nth-child(5), #work .logo_wrap li:nth-child(6) {
    margin-right: 8%;
  }
}
@media (max-width: 580px) {
  #work .logo_wrap {
    padding: 25px 5px 5px;
  }
  #work .logo_wrap li img {
    max-height: 38px;
  }
  #work .logo_wrap li:not(:last-child) {
    margin-bottom: 15px;
  }
  #work .logo_wrap li.attention {
    position: absolute;
    right: 0;
    bottom: -18px;
    color: #fff;
    text-align: right;
  }
  #work .logo_wrap li.attention span {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  #work .logo_wrap li img {
    max-height: 30px;
  }
  #work .logo_wrap li:nth-child(-n+3), #work .logo_wrap li:nth-child(5), #work .logo_wrap li:nth-child(6) {
    margin-right: 8%;
  }
}
@media (max-width: 380px) {
  #work .logo_wrap {
    padding: 15px 5px 0px;
  }
  #work .logo_wrap li img {
    max-height: 26px;
  }
  #work .logo_wrap li:nth-child(-n+3), #work .logo_wrap li:nth-child(5), #work .logo_wrap li:nth-child(6) {
    margin-right: 6%;
  }
}

.mfp-preloader {
  display: none;
}

.mfp-arrow:after {
  content: "";
  background-image: url(../../img/foodphoto/work_arrow.webp);
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: none;
}

.mfp-arrow-left:before,
.mfp-arrow-right:before {
  content: none;
}

.mfp-arrow-left:after {
  left: -60px;
}

.mfp-arrow-right:after {
  transform: scale(-1, 1);
  left: 31px;
}

@media (max-width: 1200px) {
  .mfp-image-holder .mfp-content {
    width: 80vw;
  }
}
/* =========================================================
Q&A
========================================================= */
#faq {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  /* iOSでのデフォルトアイコンを非表示にする */
  /* Safari特有のデフォルトマーカーを非表示にする */
}
#faq details summary {
  list-style: none; /* リストスタイルの削除 */
}
#faq summary::-webkit-details-marker {
  display: none;
}
#faq .details {
  border-top: solid 1px #CCCCCC;
}
#faq .details .details-summary {
  padding: 40.5px 58px 40.5px 42px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  position: relative;
  list-style: none;
}
#faq .details .details-summary .question {
  position: absolute;
  left: 6px;
  top: 33%;
  font-size: 24px;
  font-weight: bold;
  color: #00345B;
}
#faq .details .details-summary::before, #faq .details .details-summary::after {
  content: "";
  position: absolute;
  display: block;
  right: 18px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 20px;
  height: 0.2em;
  transition: all 0.3s;
  background-color: #00345B;
}
#faq .details .details-summary::after {
  transform: rotate(90deg);
}
#faq .details .is-active::after {
  transform: rotate(0);
}
#faq .details .details-content {
  padding: 38.5px 58px 42.5px 42px;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-top: -50px;
}
#faq .details:last-child {
  border-bottom: solid 1px #CCCCCC;
}
@media (max-width: 768px) {
  #faq h2 {
    margin-bottom: 56.5px;
  }
}
@media (max-width: 580px) {
  #faq h2 {
    margin-bottom: 40px;
  }
  #faq .details .details-summary {
    padding: 30px 45px 30px 42px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
  #faq .details .details-summary .question {
    top: 28px;
    font-size: 20px;
  }
  #faq .details .details-content {
    padding: 30px 45px 30px 42px;
    font-size: 15px;
    line-height: 1.7;
    margin-top: -40px;
  }
}

/* =========================================================
お問い合わせ
========================================================= */
#contact {
  background-color: #F3F3F3;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}
#contact h2 {
  margin-bottom: 76px;
}
#contact .wpcf7 {
  border: none;
  margin: 21px 0 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
#contact .wpcf7 form {
  padding: 4em 4.5em 2em;
}
#contact .wpcf7 form p {
  padding-bottom: 15px;
}
#contact .wpcf7 form label {
  font-size: 14px;
  letter-spacing: 0.08em;
}
#contact .wpcf7 form label .required {
  font-size: 0.8em;
  color: #FF0000;
  margin: 0 0 0 0.6em;
  vertical-align: 3%;
}
#contact .wpcf7 form .wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
#contact .wpcf7 form .wpcf7-radio .wpcf7-list-item:not(:first-child) {
  margin-left: 15px;
}
#contact .wpcf7 form use_label_element {
  display: block;
  margin: 18px 0 5px;
}
#contact .wpcf7 form use_label_element p {
  padding-top: 7px;
}
#contact .wpcf7 form input, #contact .wpcf7 form textarea {
  font-size: 17px;
  border-radius: 5px;
  background-color: #F6F6F6;
  border: 1px solid #F6F6F6;
}
#contact .wpcf7 form textarea {
  height: 200px;
}
#contact .wpcf7 form p:has(textarea[name=your-message]) label {
  line-height: 0.1;
}
#contact .wpcf7 form p:has(textarea[name=your-message]) label textarea {
  margin-top: 5px;
}
#contact .wpcf7 form .wpcf7-submit {
  color: #FFFFFF;
  background-color: #00345B;
  letter-spacing: 0.8em;
  padding-left: 30px;
}
@media (max-width: 580px) {
  #contact h2 {
    margin-bottom: 40px;
  }
  #contact .wpcf7 form {
    margin: 0;
    padding: 2em;
  }
  #contact .wpcf7 form .wpcf7-radio {
    display: flex;
    flex-direction: column;
  }
  #contact .wpcf7 form .wpcf7-radio .wpcf7-list-item:not(:first-child) {
    margin-left: 0;
  }
}/*# sourceMappingURL=foodphoto.css.map */