@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oooh+Baby&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lavishly+Yours&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lavishly+Yours&display=swap");
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

.noto-serif {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.lora {
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.lavishly-yours {
  font-family: "Lavishly Yours", cursive;
  font-style: normal;
}

.oooh-baby {
  font-family: "Oooh Baby", cursive;
  font-style: normal;
}

.lavishly-yours {
  font-family: "Lavishly Yours", cursive;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*

下層用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* サブビジュアル */
/* ------------- */
.sv_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.single-artists_post main section .page_head.type01:before {
  background-color: #00000033;
}

.single-artists_post main section .page_head.type01 .sv_bg01:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(25%, transparent), to(#00000033));
  background-image: linear-gradient(0deg, transparent, transparent 25%, #00000033);
}

.single-artists_post main section .page_head.type01 .sv_bg01:after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00000033), color-stop(75%, transparent), to(transparent));
  background-image: linear-gradient(0deg, #00000033, transparent 75%, transparent);
}

main section .page_head {
  width: 100%;
  /*下からの距離が変化して丸の全体が上から下に動く*/
  /*上から下にかけて丸が透過→不透明→透過する*/
}

main section .page_head.type01 {
  position: relative;
  background-size: cover;
  background-position: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 16/9;
  /*height: 100dvw;
      max-height: 800px;*/
}

@media screen and (max-width: 1280px) {
  main section .page_head.type01 {
    max-height: inherit;
  }
}

@media screen and (max-width: 767px) {
  main section .page_head.type01 {
    height: 70dvw;
  }
}

main section .page_head.type01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000od;
  width: 100%;
  height: 100%;
  z-index: 1;
}

main section .page_head.type01 .sv_bg01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main section .page_head.type01 .sv_bg01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(25%, transparent), to(#0000001a));
  background-image: linear-gradient(0deg, transparent, transparent 25%, #0000001a);
  width: 100%;
  height: 150px;
  z-index: 2;
}

main section .page_head.type01 .sv_bg01:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0000001a), color-stop(75%, transparent), to(transparent));
  background-image: linear-gradient(0deg, #0000001a, transparent 75%, transparent);
  width: 100%;
  height: 150px;
  z-index: 2;
}

main section .page_head.type01 .page_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}

main section .page_head.type01 .page_title .contents_wrap {
  height: 100%;
}

@media screen and (max-width: 1620px) {
  main section .page_head.type01 .page_title .contents_wrap.w1600 .sv_ttl {
    left: 5%;
  }
}

@media screen and (max-width: 1390px) {
  main section .page_head.type01 .page_title .contents_wrap.w1360 .sv_ttl {
    left: 5%;
  }
}

main section .page_head.type01 .page_title .sv_ttl {
  position: absolute;
  bottom: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
}

@media screen and (max-width: 1201px) {
  main section .page_head.type01 .page_title .sv_ttl {
    left: 5%;
  }
}

main section .page_head.type01 .page_title .sv_ttl .eng_ttl {
  font-size: 70px;
  font-family: "Lora", serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}

@media screen and (max-width: 1024px) {
  main section .page_head.type01 .page_title .sv_ttl .eng_ttl {
    font-size: 32px;
  }
}

main section .page_head.type01 .page_title .sv_ttl .eng_ttl span {
  font-size: clamp(26px, 1.227rem + 1.7vw, 2.5rem);
}

@media screen and (max-width: 1024px) {
  main section .page_head.type01 .page_title .sv_ttl .eng_ttl span {
    font-size: 16px;
  }
}

main section .page_head.type01 .page_title .sv_ttl .eng_ttl a {
  color: #fff;
}

main section .page_head.type01 .page_title .sv_ttl .jp_ttl {
  font-family: "Noto Serif", serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  main section .page_head.type01 .page_title .sv_ttl .jp_ttl {
    font-size: 14px;
  }
}

main section .page_head.type01 .page_title .sv_ttl .jp_ttl a {
  color: #fff;
}

main section .page_head.type02 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

main section .page_head.type02 .en_area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Lavishly Yours", cursive;
  font-size: 60px;
  line-height: 1.4;
  width: 80%;
  color: #fff;
  text-align: center;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  main section .page_head.type02 .en_area {
    font-size: 25px;
  }
}

main section .page_head.type02 #header-img {
  /*背景を固定するためfixedをかける*/
  z-index: 1;
  /*#container,#footerよりも下に配置するために数値を小さくする*/
  top: 0;
  /*topの位置がJSで変化*/
  /*以下画面で背景画像を表示させるための指定*/
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: top center;
  /*背景画像の設定※オリジナルの画像に設定してください*/
  background-size: cover;
  -webkit-transform-origin: center;
          transform-origin: center;
  /*変化する基点を中心からに設定*/
}

@media screen and (max-width: 1024px) {
  main section .page_head.type02 #header-img {
    height: auto;
    aspect-ratio: 1920 / 940;
  }
}

main section .page_head.type02 .page_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5%;
  width: 80%;
}

@media screen and (max-width: 1201px) {
  main section .page_head.type02 .page_title {
    left: 0;
    top: 75%;
  }
}

main section .page_head.type02 .page_title .sv_ttl .eng_ttl {
  font-size: 70px;
  font-family: "Lora", serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}

@media screen and (max-width: 1024px) {
  main section .page_head.type02 .page_title .sv_ttl .eng_ttl {
    font-size: 20px;
  }
}

main section .page_head.type02 .page_title .sv_ttl .eng_ttl span {
  font-size: clamp(26px, 1.227rem + 1.7vw, 2.5rem);
}

@media screen and (max-width: 1024px) {
  main section .page_head.type02 .page_title .sv_ttl .eng_ttl span {
    font-size: 14px;
  }
}

main section .page_head.type02 .page_title .sv_ttl .jp_ttl {
  font-family: "Noto Serif", serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
}

main section .page_head.type03 {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

main section .page_head.type03 .sv_bg01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main section .page_head.type03 .sv_bg01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(25%, transparent), to(#00000022));
  background-image: linear-gradient(0deg, transparent, transparent 25%, #00000022);
  width: 100%;
  height: 150px;
  z-index: 2;
}

main section .page_head.type03 .sv_bg01:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#00000033), color-stop(75%, transparent), to(transparent));
  background-image: linear-gradient(0deg, #00000033, transparent 75%, transparent);
  width: 100%;
  height: 150px;
  z-index: 2;
}

main section .page_head.type03 .page_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  z-index: 2;
  bottom: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 5%;
  width: 80%;
}

@media screen and (max-width: 1201px) {
  main section .page_head.type03 .page_title {
    left: 5%;
    bottom: 0;
  }
}

main section .page_head.type03 .page_title .sv_ttl .eng_ttl {
  font-size: 60px;
  font-family: "Lora", serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}

@media screen and (max-width: 1024px) {
  main section .page_head.type03 .page_title .sv_ttl .eng_ttl {
    font-size: 30px;
  }
}

main section .page_head.type03 .page_title .sv_ttl .eng_ttl span {
  font-size: clamp(26px, 1.227rem + 1.7vw, 2.3rem);
}

@media screen and (max-width: 1024px) {
  main section .page_head.type03 .page_title .sv_ttl .eng_ttl span {
    font-size: 16px;
  }
}

main section .page_head.type03 .page_title .sv_ttl .jp_ttl {
  font-family: "Noto Serif", serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  main section .page_head.type03 .page_title .sv_ttl .jp_ttl {
    font-size: 14px;
  }
}

main section .page_head.type04 {
  position: relative;
  height: 30vw;
  width: 100%;
  background-color: #004B4E;
}

@media screen and (max-width: 1024px) {
  main section .page_head.type04 {
    height: 60vw;
  }
}

main section .page_head.type04 .sv_bg01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main section .page_head.type04 .sv_bg01:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(25%, transparent), to(#000000b3));
  background-image: linear-gradient(0deg, transparent, transparent 25%, #000000b3);
  width: 100%;
  height: 150px;
  z-index: 2;
}

main section .page_head.type04 .sv_bg01:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000b3), color-stop(75%, transparent), to(transparent));
  background-image: linear-gradient(0deg, #000000b3, transparent 75%, transparent);
  width: 100%;
  height: 150px;
  z-index: 2;
}

main section .page_head.type04 .page_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
}

main section .page_head.type04 .page_title .contents_wrap {
  height: 100%;
}

@media screen and (max-width: 1620px) {
  main section .page_head.type04 .page_title .contents_wrap.w1600 .sv_ttl {
    left: 5%;
  }
}

@media screen and (max-width: 1390px) {
  main section .page_head.type04 .page_title .contents_wrap.w1360 .sv_ttl {
    left: 5%;
  }
}

main section .page_head.type04 .page_title .sv_ttl {
  position: absolute;
  bottom: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
}

@media screen and (max-width: 1201px) {
  main section .page_head.type04 .page_title .sv_ttl {
    left: 5%;
  }
}

main section .page_head.type04 .page_title .sv_ttl .eng_ttl {
  font-size: 70px;
  font-family: "Lora", serif;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}

@media screen and (max-width: 1024px) {
  main section .page_head.type04 .page_title .sv_ttl .eng_ttl {
    font-size: 32px;
  }
}

main section .page_head.type04 .page_title .sv_ttl .eng_ttl span {
  font-size: clamp(26px, 1.227rem + 1.7vw, 2.5rem);
}

@media screen and (max-width: 1024px) {
  main section .page_head.type04 .page_title .sv_ttl .eng_ttl span {
    font-size: 16px;
  }
}

main section .page_head.type04 .page_title .sv_ttl .eng_ttl a {
  color: #fff;
}

main section .page_head.type04 .page_title .sv_ttl .jp_ttl {
  font-family: "Noto Serif", serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
}

@media screen and (max-width: 1024px) {
  main section .page_head.type04 .page_title .sv_ttl .jp_ttl {
    font-size: 14px;
  }
}

main section .page_head.type04 .page_title .sv_ttl .jp_ttl a {
  color: #fff;
}

main section .page_head .sv_logo {
  position: absolute;
  bottom: 28%;
  right: 10%;
  z-index: 1;
}

main section .page_head .scrolldown {
  z-index: 2;
  position: absolute;
  bottom: 0px;
  right: 18%;
}

main section .page_head .scrolldown:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eee;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

main section .page_head .scrolldown:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 100px;
  background: #eee;
}

main section .page_head .scrolldown span {
  font-family: "Lora", serif;
  position: absolute;
  left: 10px;
  bottom: 67px;
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 95px;
  }
  100% {
    bottom: -5px;
  }
}

@keyframes circlemove {
  0% {
    bottom: 95px;
  }
  100% {
    bottom: -5px;
  }
}

@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

#news_c_content .doted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

#news_c_content .doted li {
  margin-top: 0;
  margin-right: 1em;
}

#news_c_content .doted li:last-child {
  margin-right: 0;
}

/******************************/
/* レイアウトB */
/******************************/
.parts_guide {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 120px 0;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .parts_guide {
    padding: 60px 0;
  }
}

.parts_guide a {
  color: #fff;
}

.parts_guide .guide_ul li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border: solid 1px #fff;
  padding: 30px 50px;
  text-align: center;
}

.parts_guide .guide_ul li a:hover {
  background-color: #00000066;
}

.parts_guide .guide_ul li a .en_txt {
  font-family: "Lora", serif;
  font-size: clamp(18px, 0.955rem + 0.73vw, 1.5rem);
  font-weight: 400;
}

.parts_guide .guide_ul li a .jp_txt {
  font-family: "Noto Serif", serif;
  font-size: clamp(14px, 0.761rem + 0.48vw, 1.125rem);
  font-weight: 500;
}

/******************************/
/* ABOUT */
/******************************/
.about-us .sec01 {
  margin: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .about-us .sec01 {
    margin: 0 0 50px;
  }
}

.about-us .sec02 {
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .about-us .sec02 {
    padding: 50px 0;
  }
}

/******************************/
/* レイアウトB */
/******************************/
.page_tempB .leadbox,
.weddingtop .leadbox {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}

@media screen and (max-width: 1024px) {
  .page_tempB .leadbox,
  .weddingtop .leadbox {
    height: 250px;
  }
}

.page_tempB .leadbox .ttl02,
.weddingtop .leadbox .ttl02 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  width: 80%;
}

.page_tempB .sec01,
.weddingtop .sec01 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .page_tempB .sec01,
  .weddingtop .sec01 {
    padding: 0 0 50px;
  }
}

.page_tempB .sec02,
.weddingtop .sec02 {
  position: relative;
  background-color: #fff;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .page_tempB .sec02,
  .weddingtop .sec02 {
    padding: 50px 0;
  }
}

.weddingtop .box.ef01,
.familyphoto-top .box.ef01 {
  margin-bottom: clamp(50px, 0.85rem + 9.71vw, 200px);
}

.weddingtop .box.ef02,
.familyphoto-top .box.ef02 {
  margin-bottom: clamp(80px, 1.663rem + 14.24vw, 300px);
}

.commercial .box_er_commercial_01 {
  margin-bottom: 150px;
  max-width: 60%;
}

@media screen and (max-width: 1024px) {
  .commercial .box_er_commercial_01 {
    margin-bottom: 80px;
  }
}

.commercial .box_er_commercial_02 {
  margin-bottom: clamp(40px, 1.969rem + 2.27vw, 75px);
}

.commercial .box_er_commercial_02 .scr_img_ul {
  height: 70vh;
  padding: 0 5%;
}

.commercial .box_er_commercial_03 {
  margin-bottom: clamp(80px, 2.421rem + 11vw, 250px);
}

.commercial .box_er_commercial_03 figure {
  text-align: right;
}

.commercial .box.ef01 {
  margin-bottom: clamp(80px, 1.663rem + 14.24vw, 300px);
}

@media screen and (max-width: 1024px) {
  .commercial .f46 {
    font-size: 28px;
  }
}

@media screen and (max-width: 1024px) {
  .commercial .sp_70p {
    max-width: 70%;
  }
}

@media screen and (max-width: 1024px) {
  .commercial .f30.ttl05 {
    font-size: 25px;
    text-align: center;
  }
  .commercial .price_txt_area01 .txt01 {
    font-size: 32px;
  }
}

.commercial .txt_x {
  margin-top: 300px !important;
  margin-bottom: 300px !important;
}

@media screen and (max-width: 1024px) {
  .commercial .txt_x {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
}

@media screen and (max-width: 1024px) {
  .studio .f46 {
    font-size: 28px;
  }
}

.studio .box.ef01 {
  margin-top: clamp(80px, 1.663rem + 14.24vw, 300px);
  margin-bottom: clamp(80px, 1.663rem + 14.24vw, 300px);
}

.studio .box.ef01b {
  margin-top: 400px;
  margin-bottom: 400px;
}

@media screen and (max-width: 1024px) {
  .studio .box.ef01b {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

.studio .box.ef02 {
  margin-bottom: clamp(80px, 1.663rem + 14.24vw, 300px);
}

.studio .box_er_studio_01 {
  margin-bottom: clamp(60px, 3.143rem + 2.59vw, 100px);
}

.studio .box_er_studio_02 {
  margin-bottom: clamp(40px, 1.969rem + 2.27vw, 75px);
}

.studio .box_er_studio_03 {
  margin-bottom: clamp(80px, 2.421rem + 11vw, 250px);
}

.studio .box_er_studio_03 figure {
  text-align: right;
}

.studio .box_er_studio_04 {
  margin-bottom: clamp(80px, 1.663rem + 14.24vw, 300px);
  position: relative;
}

.studio .box_er_studio_04 .txt_in {
  position: absolute;
  right: 15%;
  top: 15%;
}

@media screen and (max-width: 1024px) {
  .studio .box_er_studio_04 .txt_in {
    right: 7%;
    top: 20%;
    width: 7%;
  }
}

.studio .scr_img_ul {
  height: 85vh;
}

@media screen and (max-width: 1024px) {
  .studio .scr_img_ul {
    height: 55vh;
  }
}

.studio .leadbox02 {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 220px 0;
}

@media screen and (max-width: 1024px) {
  .studio .leadbox02 {
    padding: 100px 0;
    background-position: 39%;
  }
}

.studio .leadbox02 .inbox {
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff66;
  padding: 50px;
}

@media screen and (max-width: 1024px) {
  .studio .leadbox02 .inbox {
    padding: 30px 5%;
  }
}

@media screen and (max-width: 767px) {
  .studio .f50 {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 767px) {
  .studio .logo_img figure img {
    width: 72%;
  }
}

/******************************/
/* レイアウトC */
/******************************/
.collaboration .c_ttl_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 10px;
  border-bottom: solid 2px #00AEB5;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.collaboration .c_ttl_flex figure {
  width: 15%;
}

.collaboration .c_ttl_flex figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.collaboration .c_ttl_flex .ttlbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.collaboration .c_ttl_flex .ttlbox .ttl05 {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.page_tempC .sec01,
.prewedding .sec01,
.couplephoto .sec01,
.wedding-day .sec01,
.studio-wedding .sec01,
.familyphoto-plan .sec01,
.studio-family .sec01,
.graduation-20ageanniv .sec01,
.graduationday .sec01,
.portrait .sec01,
.collaboration .sec01 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .page_tempC .sec01,
  .prewedding .sec01,
  .couplephoto .sec01,
  .wedding-day .sec01,
  .studio-wedding .sec01,
  .familyphoto-plan .sec01,
  .studio-family .sec01,
  .graduation-20ageanniv .sec01,
  .graduationday .sec01,
  .portrait .sec01,
  .collaboration .sec01 {
    padding: 0 0 50px;
  }
}

.page_tempC .sec02,
.prewedding .sec02,
.couplephoto .sec02,
.wedding-day .sec02,
.studio-wedding .sec02,
.familyphoto-plan .sec02,
.studio-family .sec02,
.graduation-20ageanniv .sec02,
.graduationday .sec02,
.portrait .sec02,
.collaboration .sec02 {
  position: relative;
  background-color: #fff;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .page_tempC .sec02,
  .prewedding .sec02,
  .couplephoto .sec02,
  .wedding-day .sec02,
  .studio-wedding .sec02,
  .familyphoto-plan .sec02,
  .studio-family .sec02,
  .graduation-20ageanniv .sec02,
  .graduationday .sec02,
  .portrait .sec02,
  .collaboration .sec02 {
    padding: 50px 0;
  }
}

.page_tempC .sec02 .sub_images_ul li figure,
.prewedding .sec02 .sub_images_ul li figure,
.couplephoto .sec02 .sub_images_ul li figure,
.wedding-day .sec02 .sub_images_ul li figure,
.studio-wedding .sec02 .sub_images_ul li figure,
.familyphoto-plan .sec02 .sub_images_ul li figure,
.studio-family .sec02 .sub_images_ul li figure,
.graduation-20ageanniv .sec02 .sub_images_ul li figure,
.graduationday .sec02 .sub_images_ul li figure,
.portrait .sec02 .sub_images_ul li figure,
.collaboration .sec02 .sub_images_ul li figure {
  position: relative;
  padding-bottom: 20px;
}

.page_tempC .sec02 .sub_images_ul li figure img,
.prewedding .sec02 .sub_images_ul li figure img,
.couplephoto .sec02 .sub_images_ul li figure img,
.wedding-day .sec02 .sub_images_ul li figure img,
.studio-wedding .sec02 .sub_images_ul li figure img,
.familyphoto-plan .sec02 .sub_images_ul li figure img,
.studio-family .sec02 .sub_images_ul li figure img,
.graduation-20ageanniv .sec02 .sub_images_ul li figure img,
.graduationday .sec02 .sub_images_ul li figure img,
.portrait .sec02 .sub_images_ul li figure img,
.collaboration .sec02 .sub_images_ul li figure img {
  aspect-ratio: 42/25;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_tempC .sec02 .sub_images_ul li .caption,
.prewedding .sec02 .sub_images_ul li .caption,
.couplephoto .sec02 .sub_images_ul li .caption,
.wedding-day .sec02 .sub_images_ul li .caption,
.studio-wedding .sec02 .sub_images_ul li .caption,
.familyphoto-plan .sec02 .sub_images_ul li .caption,
.studio-family .sec02 .sub_images_ul li .caption,
.graduation-20ageanniv .sec02 .sub_images_ul li .caption,
.graduationday .sec02 .sub_images_ul li .caption,
.portrait .sec02 .sub_images_ul li .caption,
.collaboration .sec02 .sub_images_ul li .caption {
  font-family: "Noto Serif", serif;
  line-height: 1;
  font-weight: 400;
  font-size: clamp(18px, 0.955rem + 0.73vw, 1.5rem);
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  padding: 8px 15px;
  -webkit-box-shadow: 0px 3px 6px #00000029;
          box-shadow: 0px 3px 6px #00000029;
  position: absolute;
  left: 0;
  bottom: 0;
}

.page_tempC .sec03,
.prewedding .sec03,
.couplephoto .sec03,
.wedding-day .sec03,
.studio-wedding .sec03,
.familyphoto-plan .sec03,
.studio-family .sec03,
.graduation-20ageanniv .sec03,
.graduationday .sec03,
.portrait .sec03,
.collaboration .sec03 {
  position: relative;
  background-color: #F2F6F4;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .page_tempC .sec03,
  .prewedding .sec03,
  .couplephoto .sec03,
  .wedding-day .sec03,
  .studio-wedding .sec03,
  .familyphoto-plan .sec03,
  .studio-family .sec03,
  .graduation-20ageanniv .sec03,
  .graduationday .sec03,
  .portrait .sec03,
  .collaboration .sec03 {
    padding: 50px 0;
  }
}

.page_tempC .sec04,
.prewedding .sec04,
.couplephoto .sec04,
.wedding-day .sec04,
.studio-wedding .sec04,
.familyphoto-plan .sec04,
.studio-family .sec04,
.graduation-20ageanniv .sec04,
.graduationday .sec04,
.portrait .sec04,
.collaboration .sec04 {
  position: relative;
  background-color: #fff;
  padding: 80px 0 0;
}

.page_tempC .sec04 .contents_wrap.w1360,
.prewedding .sec04 .contents_wrap.w1360,
.couplephoto .sec04 .contents_wrap.w1360,
.wedding-day .sec04 .contents_wrap.w1360,
.studio-wedding .sec04 .contents_wrap.w1360,
.familyphoto-plan .sec04 .contents_wrap.w1360,
.studio-family .sec04 .contents_wrap.w1360,
.graduation-20ageanniv .sec04 .contents_wrap.w1360,
.graduationday .sec04 .contents_wrap.w1360,
.portrait .sec04 .contents_wrap.w1360,
.collaboration .sec04 .contents_wrap.w1360 {
  padding-bottom: 60px;
}

@media screen and (max-width: 1024px) {
  .page_tempC .sec04,
  .prewedding .sec04,
  .couplephoto .sec04,
  .wedding-day .sec04,
  .studio-wedding .sec04,
  .familyphoto-plan .sec04,
  .studio-family .sec04,
  .graduation-20ageanniv .sec04,
  .graduationday .sec04,
  .portrait .sec04,
  .collaboration .sec04 {
    padding: 50px 0 0;
  }
}

.page_tempC .sec04 .infobox02 .price_area,
.prewedding .sec04 .infobox02 .price_area,
.couplephoto .sec04 .infobox02 .price_area,
.wedding-day .sec04 .infobox02 .price_area,
.studio-wedding .sec04 .infobox02 .price_area,
.familyphoto-plan .sec04 .infobox02 .price_area,
.studio-family .sec04 .infobox02 .price_area,
.graduation-20ageanniv .sec04 .infobox02 .price_area,
.graduationday .sec04 .infobox02 .price_area,
.portrait .sec04 .infobox02 .price_area,
.collaboration .sec04 .infobox02 .price_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_tempC .sec04 .infobox02 .price_area .txt_l .jp_txt,
.prewedding .sec04 .infobox02 .price_area .txt_l .jp_txt,
.couplephoto .sec04 .infobox02 .price_area .txt_l .jp_txt,
.wedding-day .sec04 .infobox02 .price_area .txt_l .jp_txt,
.studio-wedding .sec04 .infobox02 .price_area .txt_l .jp_txt,
.familyphoto-plan .sec04 .infobox02 .price_area .txt_l .jp_txt,
.studio-family .sec04 .infobox02 .price_area .txt_l .jp_txt,
.graduation-20ageanniv .sec04 .infobox02 .price_area .txt_l .jp_txt,
.graduationday .sec04 .infobox02 .price_area .txt_l .jp_txt,
.portrait .sec04 .infobox02 .price_area .txt_l .jp_txt,
.collaboration .sec04 .infobox02 .price_area .txt_l .jp_txt {
  font-family: "Noto Serif", serif;
  font-weight: 400;
}

.page_tempC .sec04 .infobox02 .price_area .txt_l .en_txt,
.prewedding .sec04 .infobox02 .price_area .txt_l .en_txt,
.couplephoto .sec04 .infobox02 .price_area .txt_l .en_txt,
.wedding-day .sec04 .infobox02 .price_area .txt_l .en_txt,
.studio-wedding .sec04 .infobox02 .price_area .txt_l .en_txt,
.familyphoto-plan .sec04 .infobox02 .price_area .txt_l .en_txt,
.studio-family .sec04 .infobox02 .price_area .txt_l .en_txt,
.graduation-20ageanniv .sec04 .infobox02 .price_area .txt_l .en_txt,
.graduationday .sec04 .infobox02 .price_area .txt_l .en_txt,
.portrait .sec04 .infobox02 .price_area .txt_l .en_txt,
.collaboration .sec04 .infobox02 .price_area .txt_l .en_txt {
  font-family: "Lora", serif;
  font-weight: 400;
}

.page_tempC .sec04 .infobox02 .price_area .txt_r .en_txt,
.prewedding .sec04 .infobox02 .price_area .txt_r .en_txt,
.couplephoto .sec04 .infobox02 .price_area .txt_r .en_txt,
.wedding-day .sec04 .infobox02 .price_area .txt_r .en_txt,
.studio-wedding .sec04 .infobox02 .price_area .txt_r .en_txt,
.familyphoto-plan .sec04 .infobox02 .price_area .txt_r .en_txt,
.studio-family .sec04 .infobox02 .price_area .txt_r .en_txt,
.graduation-20ageanniv .sec04 .infobox02 .price_area .txt_r .en_txt,
.graduationday .sec04 .infobox02 .price_area .txt_r .en_txt,
.portrait .sec04 .infobox02 .price_area .txt_r .en_txt,
.collaboration .sec04 .infobox02 .price_area .txt_r .en_txt {
  font-family: "Lora", serif;
  font-weight: 400;
}

.page_tempC .sec05,
.prewedding .sec05,
.couplephoto .sec05,
.wedding-day .sec05,
.studio-wedding .sec05,
.familyphoto-plan .sec05,
.studio-family .sec05,
.graduation-20ageanniv .sec05,
.graduationday .sec05,
.portrait .sec05,
.collaboration .sec05 {
  position: relative;
  background-color: #fff;
  padding: 60px 0 80px;
}

.page_tempC .sec05 .contents_wrap.w1000,
.prewedding .sec05 .contents_wrap.w1000,
.couplephoto .sec05 .contents_wrap.w1000,
.wedding-day .sec05 .contents_wrap.w1000,
.studio-wedding .sec05 .contents_wrap.w1000,
.familyphoto-plan .sec05 .contents_wrap.w1000,
.studio-family .sec05 .contents_wrap.w1000,
.graduation-20ageanniv .sec05 .contents_wrap.w1000,
.graduationday .sec05 .contents_wrap.w1000,
.portrait .sec05 .contents_wrap.w1000,
.collaboration .sec05 .contents_wrap.w1000 {
  padding-bottom: 60px;
  border-bottom: solid 1px #00AEB5;
}

@media screen and (max-width: 1024px) {
  .page_tempC .sec05,
  .prewedding .sec05,
  .couplephoto .sec05,
  .wedding-day .sec05,
  .studio-wedding .sec05,
  .familyphoto-plan .sec05,
  .studio-family .sec05,
  .graduation-20ageanniv .sec05,
  .graduationday .sec05,
  .portrait .sec05,
  .collaboration .sec05 {
    padding: 0 0 50px;
  }
}

/******************************/
/* 記事 */
/******************************/
.single_ttl {
  border-bottom: dotted 1px #00AEB5;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.single_ttl .date {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}

.news_text_block .category_c a {
  background-color: #00AEB5;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}

/******************************/
/* フォトアルバム */
/******************************/
.photo-album .ttl_item .en_ttl {
  font-size: clamp(18px, 0.955rem + 0.73vw, 1.5rem);
}

.photo-album .price_area .en_txt {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: clamp(22px, 1.091rem + 1.21vw, 2rem);
}

.photo-album .price_area .jp_txt {
  font-family: "Noto Serif", serif;
  font-weight: 400;
}

.photo-album .sub_images_ul li a figure img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
  aspect-ratio: 18/12;
}

/******************************/
/* アーティスト詳細ページ */
/******************************/
.single-artists_post main section .page_head.type01 {
  width: 14;
  height: 100vh;
  max-height: inherit;
}

.single-artists_post .layout_b .imgbox {
  width: 30%;
}

@media screen and (max-width: 1024px) {
  .single-artists_post .layout_b .imgbox {
    width: 100%;
    margin-bottom: 25px;
  }
}

.single-artists_post .layout_b .imgbox figure {
  text-align: center;
}

.single-artists_post .layout_b .imgbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 40/64;
}

.single-artists_post .layout_b .txtbox {
  padding-top: 0;
  padding-bottom: 0;
}

.single-artists_post .artists_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 15px;
}

.single-artists_post .artists_sns .artists_sns_txt {
  position: relative;
  font-family: "Lora", serif;
  font-size: clamp(14px, 0.761rem + 0.48vw, 1.125rem);
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-artists_post .artists_sns .artists_sns_txt:after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 1px;
  background-color: #333;
  margin-left: 5px;
}

.single-artists_post .artists_sns .artists_sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-artists_post .artists_txt_area {
  border-top: solid 1px #ccc;
  padding-top: 15px;
  margin-top: 20px;
}

/******************************/
/* フォトアルバム商品ページ */
/******************************/
.photo-album body main section .page_head.type03,
.photo-album .swiper-container .swiper-wrapper .swiper-slide,
.photo-album .swiper-container .swiper-wrapper .swiper-slide img {
  aspect-ratio: 18/12 !important;
  width: 100%;
}

.photo-album-detail-wedding main section .page_head.type01,
.photo-album-detail-family main section .page_head.type01 {
  aspect-ratio: 18/12;
}

.photo-album-detail-wedding .sec01 .layout_b .imgbox,
.photo-album-detail-family .sec01 .layout_b .imgbox,
.page-template-tmpl-item_wedding_rimited_page .sec01 .layout_b .imgbox,
.page-template-tmpl-item_family_rimited_page .sec01 .layout_b .imgbox {
  width: 55%;
}

@media screen and (max-width: 1024px) {
  .photo-album-detail-wedding .sec01 .layout_b .imgbox,
  .photo-album-detail-family .sec01 .layout_b .imgbox,
  .page-template-tmpl-item_wedding_rimited_page .sec01 .layout_b .imgbox,
  .page-template-tmpl-item_family_rimited_page .sec01 .layout_b .imgbox {
    width: 100%;
  }
}

.photo-album-detail-wedding .sec01 .layout_b .imgbox .item_gallery,
.photo-album-detail-family .sec01 .layout_b .imgbox .item_gallery,
.page-template-tmpl-item_wedding_rimited_page .sec01 .layout_b .imgbox .item_gallery,
.page-template-tmpl-item_family_rimited_page .sec01 .layout_b .imgbox .item_gallery {
  margin: 0 0 5px 0;
}

.photo-album-detail-wedding .sec01 .layout_b .imgbox .item_gallery .slick-slide,
.photo-album-detail-family .sec01 .layout_b .imgbox .item_gallery .slick-slide,
.page-template-tmpl-item_wedding_rimited_page .sec01 .layout_b .imgbox .item_gallery .slick-slide,
.page-template-tmpl-item_family_rimited_page .sec01 .layout_b .imgbox .item_gallery .slick-slide {
  padding: 0;
  height: auto;
}

.photo-album-detail-wedding .sec01 .layout_b .imgbox .item_gallery .slick-slide img,
.photo-album-detail-family .sec01 .layout_b .imgbox .item_gallery .slick-slide img,
.page-template-tmpl-item_wedding_rimited_page .sec01 .layout_b .imgbox .item_gallery .slick-slide img,
.page-template-tmpl-item_family_rimited_page .sec01 .layout_b .imgbox .item_gallery .slick-slide img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 18/12;
}

.photo-album-detail-wedding .sec01 .layout_b .imgbox .item_gallery .slick-prev,
.photo-album-detail-wedding .sec01 .layout_b .imgbox .item_gallery .slick-next,
.photo-album-detail-family .sec01 .layout_b .imgbox .item_gallery .slick-prev,
.photo-album-detail-family .sec01 .layout_b .imgbox .item_gallery .slick-next,
.page-template-tmpl-item_wedding_rimited_page .sec01 .layout_b .imgbox .item_gallery .slick-prev,
.page-template-tmpl-item_wedding_rimited_page .sec01 .layout_b .imgbox .item_gallery .slick-next,
.page-template-tmpl-item_family_rimited_page .sec01 .layout_b .imgbox .item_gallery .slick-prev,
.page-template-tmpl-item_family_rimited_page .sec01 .layout_b .imgbox .item_gallery .slick-next {
  position: absolute;
  /*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #ccc;
  /*矢印の色*/
  border-right: 2px solid #ccc;
  /*矢印の色*/
  height: 25px;
  width: 25px;
}

.photo-album-detail-wedding .sec01 .layout_b .imgbox .item_gallery .slick-prev,
.photo-album-detail-family .sec01 .layout_b .imgbox .item_gallery .slick-prev,
.page-template-tmpl-item_wedding_rimited_page .sec01 .layout_b .imgbox .item_gallery .slick-prev,
.page-template-tmpl-item_family_rimited_page .sec01 .layout_b .imgbox .item_gallery .slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2.5%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.photo-album-detail-wedding .sec01 .layout_b .imgbox .item_gallery .slick-next,
.photo-album-detail-family .sec01 .layout_b .imgbox .item_gallery .slick-next,
.page-template-tmpl-item_wedding_rimited_page .sec01 .layout_b .imgbox .item_gallery .slick-next,
.page-template-tmpl-item_family_rimited_page .sec01 .layout_b .imgbox .item_gallery .slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.photo-album-detail-wedding .sec01 .layout_b .imgbox .choice-btn .slick-slide,
.photo-album-detail-family .sec01 .layout_b .imgbox .choice-btn .slick-slide,
.page-template-tmpl-item_wedding_rimited_page .sec01 .layout_b .imgbox .choice-btn .slick-slide,
.page-template-tmpl-item_family_rimited_page .sec01 .layout_b .imgbox .choice-btn .slick-slide {
  padding: 0 5px;
  aspect-ratio: 1/1;
  height: auto;
}

.photo-album-detail-wedding .sec01 .layout_b .imgbox .choice-btn .slick-slide img,
.photo-album-detail-family .sec01 .layout_b .imgbox .choice-btn .slick-slide img,
.page-template-tmpl-item_wedding_rimited_page .sec01 .layout_b .imgbox .choice-btn .slick-slide img,
.page-template-tmpl-item_family_rimited_page .sec01 .layout_b .imgbox .choice-btn .slick-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .photo-album-detail-wedding .sec01 .layout_b .txtbox,
  .photo-album-detail-family .sec01 .layout_b .txtbox,
  .page-template-tmpl-item_wedding_rimited_page .sec01 .layout_b .txtbox,
  .page-template-tmpl-item_family_rimited_page .sec01 .layout_b .txtbox {
    margin-left: 0;
    margin-top: 25px;
  }
}

.photo-album-detail-wedding .sec01 .layout_b .txtbox .txt_area,
.photo-album-detail-family .sec01 .layout_b .txtbox .txt_area,
.page-template-tmpl-item_wedding_rimited_page .sec01 .layout_b .txtbox .txt_area,
.page-template-tmpl-item_family_rimited_page .sec01 .layout_b .txtbox .txt_area {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 18px 0;
}

.photo-album-detail-wedding .sec01 .layout_b .txtbox .price_ttl,
.photo-album-detail-family .sec01 .layout_b .txtbox .price_ttl,
.page-template-tmpl-item_wedding_rimited_page .sec01 .layout_b .txtbox .price_ttl,
.page-template-tmpl-item_family_rimited_page .sec01 .layout_b .txtbox .price_ttl {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-size: clamp(14px, 0.761rem + 0.48vw, 1.125rem);
  line-height: 1.5;
  margin-bottom: 10px;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
#works_content.works-single_page .contents_wrap {
  max-width: 1000px;
}

#works_content.works-single_page .works_gallery_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex {
    display: block;
  }
}

#works_content.works-single_page .works_gallery_flex .ttl {
  background-color: #000;
  color: #fff;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}

#works_content.works-single_page .works_gallery_flex .works_before_gallery {
  width: 40%;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex .works_before_gallery {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

#works_content.works-single_page .works_gallery_flex .works_after_gallery {
  width: calc(60% - 20px);
}

@media screen and (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex .works_after_gallery {
    width: 100%;
  }
}

#works_content.works-single_page .works_gallery_flex .works_after_gallery .ttl {
  background-color: #00AEB5;
}

.page-template-tmpl_service .line01 {
  border-top: dotted 3px #333;
  margin-top: 50px;
}

.single-gallery_post .category a {
  background-color: #333;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-left: 20px;
}

.single-gallery_post h2.jp {
  border-bottom: dotted 2px #666;
  padding-bottom: 12px;
}

/******************************/
/* ギャラリー */
/******************************/
.gallery .gallery-wrapper .contents_wrap {
  max-width: 1000px;
}

/******************************/
/* 当社の特徴 */
/******************************/
.feature .feature_flex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .feature .feature_flex li {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
}

.feature .feature_flex li .numarea {
  width: 30%;
  height: auto;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
          clip-path: polygon(0% 0%, 50% 0%, 100% 100%, 50% 100%);
  background-color: #1D1D1D;
}

.feature .feature_flex li .numarea span {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .feature .feature_flex li .numarea span {
    font-size: 30px;
  }
}

.feature .feature_flex li .txtarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 70px;
}

@media screen and (max-width: 767px) {
  .feature .feature_flex li .txtarea {
    margin-left: 20px;
  }
  .feature .feature_flex li .txtarea h2.ma_b_2em {
    margin-bottom: 15px !important;
  }
}

.feature .feature_flex li:last-child {
  margin-bottom: 0;
}

.feature .feature_flex li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.feature .feature_flex li:nth-child(even) .numarea {
  width: 35%;
  -webkit-clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
          clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
  background-color: #EDEDE8;
  color: #1D1D1D;
}

.feature .feature_flex li:nth-child(even) .numarea span {
  color: #1D1D1D;
  font-size: 40px;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .feature .feature_flex li:nth-child(even) .numarea span {
    font-size: 30px;
  }
}

.feature .feature_flex li:nth-child(even) .txtarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 0;
  margin-right: 70px;
}

@media screen and (max-width: 767px) {
  .feature .feature_flex li:nth-child(even) .txtarea {
    margin-right: 20px;
  }
  .feature .feature_flex li:nth-child(even) .txtarea h2.ma_b_2em {
    margin-bottom: 15px !important;
  }
}

.feature .feature_flex li:nth-child(3n) .numarea {
  background-color: #979797;
}

.feature .feature_flex li:nth-child(3n) .numarea span {
  color: #fff;
}

/******************************/
/* 会社案内 */
/******************************/
#company_content .greeting_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  #company_content .greeting_flex {
    display: block;
  }
}

#company_content .greeting_flex .imgbox {
  width: 460px;
}

@media screen and (max-width: 767px) {
  #company_content .greeting_flex .imgbox {
    width: 100%;
  }
}

#company_content .greeting_flex .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

#company_content .greeting_flex .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 60px;
}

@media screen and (max-width: 767px) {
  #company_content .greeting_flex .txtbox {
    margin-right: 0;
  }
}

#company_content .greeting_flex .txtbox p {
  line-height: 1.5;
}

#company_content .greeting_flex .txtbox .named {
  margin-top: 30px;
}

#company_content .greeting_flex .txtbox .named .name_ttl {
  font-weight: bold;
  font-size: 20px;
}

#company_content .maker_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#company_content .maker_list li {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #company_content .maker_list li {
    width: calc((100% - 20px) / 2);
  }
}

#company_content .maker_list li:nth-child(1) {
  margin-top: 0;
}

#company_content .maker_list li:nth-child(2) {
  margin-top: 0;
}

#company_content .maker_list li:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #company_content .maker_list li:nth-child(3) {
    margin-top: 20px;
  }
}

#company_content .maker_list li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #company_content .maker_list li:nth-child(3n) {
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  #company_content .maker_list li:nth-child(2n) {
    margin-right: 0;
  }
}

#company_content .maker_list li a {
  display: block;
}

#company_content .maker_list li a:hover {
  opacity: 0.7;
}

#company_content .maker_list li a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 320 / 92;
}

#company_content .maker_list li a p {
  margin-top: 3px;
}

/******************************/
/* リンク集 */
/******************************/
.link .link_flex .linkbox {
  margin-bottom: 80px;
}

.link .link_contents_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.link .link_contents_flex .contents_flex_li {
  width: calc((100% - 60px)/ 3);
  margin-right: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li {
    width: calc((100% - 20px)/ 2);
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li:nth-child(2n) {
    margin-right: 0;
  }
}

.link .link_contents_flex .contents_flex_li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li:nth-child(3n) {
    margin-right: 20px;
  }
}

.link .link_contents_flex .contents_flex_li:nth-child(1), .link .link_contents_flex .contents_flex_li:nth-child(2) {
  margin-top: 0;
}

.link .link_contents_flex .contents_flex_li:nth-child(3) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .link .link_contents_flex .contents_flex_li:nth-child(3) {
    margin-top: 30px;
  }
}

.link .link_contents_flex .contents_flex_li .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 380/260;
}

.link .link_contents_flex .contents_flex_li .txtbox p {
  font-size: 13px;
}

/******************************/
/* 会社案内 */
/******************************/
.company .box {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.company .box.text_layout p {
  line-height: 1.8;
}

.company .box.text_layout .named span {
  font-size: 18px;
  margin-left: 5px;
}

.company .box .company_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.company .box .company_gallery li {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-top: 20px;
}

.company .box .company_gallery li:nth-child(2n) {
  margin-right: 0;
}

.company .box .company_gallery li:nth-child(1), .company .box .company_gallery li:nth-child(2) {
  margin-top: 0;
}

.company .box .company_gallery li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 440/300;
}

/******************************/
/* コンタクト */
/******************************/
.contact .ttl04 {
  font-weight: bold;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .contact .ttl04 {
    font-size: 16px;
  }
}

.contact .line_link {
  border-radius: 100px;
  border: solid 2px #00B900;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  /* line-height: 80px; */
  height: 80px;
  max-width: 350px;
  width: 100%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/******************************/
/* ご利用案内 */
/******************************/
.graduation-20ageanniv-rules main section .page_head.type01 {
  aspect-ratio: 3/2;
}

.weddingday-rules .sec00,
.prewedding-rules .sec00,
.studiowedding-rules .sec00,
.couple-photo-rules .sec00,
.family-photo-rules .sec00,
.studio-family-rules .sec00,
.graduation-20ageanniv-rules .sec00,
.portrait-rules .sec00,
.commercial-rules .sec00 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .weddingday-rules .sec00,
  .prewedding-rules .sec00,
  .studiowedding-rules .sec00,
  .couple-photo-rules .sec00,
  .family-photo-rules .sec00,
  .studio-family-rules .sec00,
  .graduation-20ageanniv-rules .sec00,
  .portrait-rules .sec00,
  .commercial-rules .sec00 {
    padding: 0 0 50px;
  }
}

.weddingday-rules .sec01,
.prewedding-rules .sec01,
.studiowedding-rules .sec01,
.couple-photo-rules .sec01,
.family-photo-rules .sec01,
.studio-family-rules .sec01,
.graduation-20ageanniv-rules .sec01,
.portrait-rules .sec01,
.commercial-rules .sec01 {
  position: relative;
  padding: 0 0 80px;
}

@media screen and (max-width: 1024px) {
  .weddingday-rules .sec01,
  .prewedding-rules .sec01,
  .studiowedding-rules .sec01,
  .couple-photo-rules .sec01,
  .family-photo-rules .sec01,
  .studio-family-rules .sec01,
  .graduation-20ageanniv-rules .sec01,
  .portrait-rules .sec01,
  .commercial-rules .sec01 {
    padding: 0 0 50px;
  }
}

.weddingday-rules .sec02,
.prewedding-rules .sec02,
.studiowedding-rules .sec02,
.couple-photo-rules .sec02,
.family-photo-rules .sec02,
.studio-family-rules .sec02,
.graduation-20ageanniv-rules .sec02,
.portrait-rules .sec02,
.commercial-rules .sec02 {
  position: relative;
  background-color: #F2F6F4;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .weddingday-rules .sec02,
  .prewedding-rules .sec02,
  .studiowedding-rules .sec02,
  .couple-photo-rules .sec02,
  .family-photo-rules .sec02,
  .studio-family-rules .sec02,
  .graduation-20ageanniv-rules .sec02,
  .portrait-rules .sec02,
  .commercial-rules .sec02 {
    padding: 50px 0;
  }
}

.weddingday-rules .sec03,
.prewedding-rules .sec03,
.studiowedding-rules .sec03,
.couple-photo-rules .sec03,
.family-photo-rules .sec03,
.studio-family-rules .sec03,
.graduation-20ageanniv-rules .sec03,
.portrait-rules .sec03,
.commercial-rules .sec03 {
  position: relative;
  padding: 80px 0;
}

@media screen and (max-width: 1024px) {
  .weddingday-rules .sec03,
  .prewedding-rules .sec03,
  .studiowedding-rules .sec03,
  .couple-photo-rules .sec03,
  .family-photo-rules .sec03,
  .studio-family-rules .sec03,
  .graduation-20ageanniv-rules .sec03,
  .portrait-rules .sec03,
  .commercial-rules .sec03 {
    padding: 50px 0;
  }
}

/******************************/
/* レンタル衣装 / ヘアメイク */
/******************************/
.familyphoto-costume main section .page_head.type01 {
  aspect-ratio: 18/12;
}

/******************************/
/* 関連・取引先一覧 */
/******************************/
.ourpartners .sub_images_ul li figure img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 70%;
  height: auto;
  border: solid 1px #F2F6F4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.itembox .layout_b .txtbox .box .f18 span {
  margin-left: 5px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .itembox .layout_b .txtbox .box .f18 span {
    font-size: 10px;
  }
}

.tax-portfolio_c main section .page_head.type01 .page_title .sv_ttl .eng_ttl,
.single-portfolio_post main section .page_head.type01 .page_title .sv_ttl .eng_ttl {
  font-size: 60px;
}

@media screen and (max-width: 1024px) {
  .tax-portfolio_c main section .page_head.type01 .page_title .sv_ttl .eng_ttl,
  .single-portfolio_post main section .page_head.type01 .page_title .sv_ttl .eng_ttl {
    font-size: 28px;
  }
}

/******************************/
/* 404 */
/******************************/

/*# sourceMappingURL=css_map/style_page.css.map */
