@charset "UTF-8";
/* 前撮りWedding Movie Boloro CSS Document */
/* 共通部分 */
:root {
  --color-main: #6991b2;
  --color-sub: #014e7a;
  --color-grey: #4f4f4f;
  --color-beige: #e5e8e5;
  --font-family: "Nunito", sans-serif;
}
body{
  font-family: var(--font-family);
}

/* ヘッダー */
.header-bar {
  background-color: rgb(255 255 255 / 0%) !important;
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 9999;
}
.logo-image {
    position: absolute;
    top: 10px;
    left: 15px;
    width: 150px;
	max-width: 150px;
    height: 150px;
	max-height: 150px;
    margin-left: 0;
	border-radius: 50%;
	overflow: hidden;
}
.h_logo{
  object-fit: cover;
  width: 100%;
  height: auto;
}
.global-nav .menu li a{
  color: var(--color-grey);
  font-weight: bold;
}
.global-nav .menu li a:hover{
  color: var(--color-main);
}
.global-nav .menu li a.active {
  color: var(--color-main);
}
.global-nav .menu li a.active::before {
  height: calc(100% - 70px);
  background: var(--color-main);
}
.global-nav .menu li > a::before, .global-nav > ul > li > a:hover::before {
  height: calc(100% - 70px);
  color: var(--color-main);
}
.global-nav .menu li > a::before, .global-nav > ul > li > a::before, .global-nav .sub-menu a::before {
  content: '';
  height: 0;
  left: 50%;
  width: 1px;
  top: 0px;
  position: absolute;
  background: var(--color-main);
  transition: 0.5s;
}

/* ヘッダー ここまで */

/* フッター */
/*　footercontact100　*/
.footer_100_contact {
  background: #FFFFFF;
  display: flex;
}
.footer_100_contact a {
  align-items: center;
  color: var(--color-main);
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  font-weight: 400;
  height: auto;
  justify-content: center;
  padding: 1rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
.footer_100_contact p._title {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}
.footer_100_contact p._text {
  letter-spacing: 0.1rem;
  margin-bottom: 1rem;
}
.footer_100_contact p.all_text {
  font-size: 0.85em;
  line-height: 2;
  text-align: center;
}
.footer_100_contact a::before { 
  background: var(--color-main);
  color: #FFFFFF;
  content: ""; 
  height: 100%;
  position: absolute;
  transition: width 0.5s ease;
  width: 0;
  z-index: -1;
}
.footer_100_contact a:hover {
  color: #FFFFFF;
}
.footer_100_contact a:hover::before {
  width: 100%;
}
/*　footercontact100 ここまで　*/
/* フッター ここまで */

/* TOPページ オリジナルコンテンツ共通 */
.original_inner {
  margin: 0 auto;
  max-width: 1250px;
  width: 86%;
}
.flex_lay {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.original_sub_menu {
  font-size: 1.6em;
  letter-spacing: 0.2em;
  font-weight: 800;
  line-height: 1.8;
  position: relative;
  color: var(--color-sub);
  margin: 3rem;
}
.original_sub_menu span {
  display: block;
  font-size: 0.5em;
  font-weight: 300;
  letter-spacing: 0.2em;
}
/* TOPページ オリジナルコンテンツ共通 ここまで */

/* TOPページ オリジナルコンテンツ01 */
section.original01 {
  margin: 0 0 5rem;
  padding: 5rem 0 0;
  position: relative;
}
section.original01 .original_inner {
  max-width: 1000px;
}
section.original01 .flex_lay_box {
  flex-direction: column;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  width: 55%;
}
section.original01 .flex_lay_box:nth-child(even) {
  width: 45%;
}
section.original01 h2 {
  font-size: 2em;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  margin: 1.5rem 0;
}
h2.content01-title.headline-font-type, h2.headline-primary.headline-font-type {
  font-size: 1.8em;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
  font-weight: 800;
  line-height: 1.5;
  position: relative;
  color: #000000;
  text-align: center;
}
.original01_fast_title {
  position: relative;
}
/* TOPページ オリジナルコンテンツ01 ここまで */

/* TOPページ オリジナルコンテンツ02 */
.original02 {
  padding: 5rem 0;
  background-color: var(--color-main);
}
.original02-inner {
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
.original02-content {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.original02__text {
  flex: 0 1 35%;
  min-width: 0;
  padding: 3rem;
}
.original02__text h2 {
  color: var(--color-beige);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.25rem;
  line-height: 1.8;
}
.original02__img {
  display: flex;
  flex: 0 1 65%;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
}
.original02__img img {
  display: block;
  height: auto;
  object-fit: cover;
}
#original02-content01 .original02__img img,
#original02-content03 .original02__img img
{
  aspect-ratio: 3 / 4;
  width: 65%;
}
#original02-content02 .original02__img img{
  aspect-ratio: 4 / 3;
  width: 100%;
}
/* TOPページ オリジナルコンテンツ02ここまで */

/* TOPページ オリジナルコンテンツ03 */
.original03 {
  padding: 5rem 0;
}
.original03_title{
  text-align: center;
}
.original03__contents{
  display: flex;
  flex-direction: column; 
}
.original03__content-inner{
  display: flex;
  flex-direction: row;
  gap: 30px;
  width: 100%;
  align-items: center;
}
.original03__img{
  aspect-ratio: 16 / 9;
  flex: 0 1 65%;
  overflow: hidden;
  width: 100%;
}
.original03__img img{
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: cover;
}
.original03__text{
  flex: 0 1 35%;
  padding: 2rem;
}
.original03__text h2{
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.original03__text p{
  line-height: 1.7;
}
/* TOPページ オリジナルコンテンツ03ここまで */

/* TOPページ オリジナルコンテンツ04 */
.original04{
  padding: 1rem 0 5rem;
  background-color: var(--color-main);
}
.original04_title{
  text-align: center;
  color: #FFF;
}
/* TOPページ オリジナルコンテンツ04ここまで */

/* TOPページ INFORMATION */
.top-news{
  gap: 10px;
}
.article02{
  border: 1px solid var(--color-main);
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0 !important;
  width: calc((100% - 40px ) / 4);
}
.article02-thumbnail{
  width: 100%;
}
.article02-content{
  margin: 20px auto;
}
/* TOPページ INFORMATIONここまで */
