body {
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","Helvetica Neue",Arial,Meiryo,sans-serif;
  font-size: 15px;
  letter-spacing: .05em;
  color: #fff;
  background-color: #000;
}

a {
  transition: opacity .3s;
  text-decoration: none;
  color: #1ca9e3;
}

a.disabled{
  pointer-events: none;
}
a.tlink{
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

/*--------------------------------
 レイアウト
---------------------------------*/
.bg-white {
  width: 100%;
  padding-bottom: 50px;
  background-color: #fff;
}

.wrapper {
  padding-top: 63px;
  min-height: 100vh;
  position: relative;/*←相対位置*/
  padding-bottom: 80px;/*←footerの高さ*/
  box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}

.section {
  padding: 90px 0;
}

.section:nth-of-type(odd) {
  background-color: #f7f7f7;
}

.container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 40px;
}
.container2 {
  width: 94%;
  margin: 0 auto;
  padding: 0;
}
.container3 {
  width: 84%;
  margin: 0 auto;
  padding: 0;
}
.container4 {
  width: 580px;
  margin: 0 auto;
  padding: 0;
}
.container5 {
  width: 780px;
  margin: 0 auto;
  padding: 20px 0 10px 0;
  background-color: #fff;
}

/*--------------------------------
 見出し
---------------------------------*/
.main-title {
  width: 100%;
  margin: 50px auto 40px;
  font-size: 3em;
  text-align: center;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
}

/*--------------------------------
ヘッダー
---------------------------------*/
.header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #000;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
}

.header-logo {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  line-height: 1.2;
  margin-right: 20px;
  letter-spacing: 0.2em;
}

.header-logo a {
  color: #fff;
  text-decoration: none;
}

.header-logo2 {
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
}

nav#navigation {
  display: flex;
  justify-content: space-between;
  list-style: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
}
 
nav#navigation ul {
  width:auto;
}
 
nav#navigation ul li {
  border-left:1px solid rgba(0, 0, 0, 0);
  border-bottom:1px solid rgba(0, 0, 0, 0);
  width:auto;
  height:30px;
  margin-left: 40px;
  float:left;
  list-style:none;
  position:relative;
}
 
nav#navigation ul li:first-child {
  border-left:none;
}
 
nav#navigation ul li a {
  display:block;
  height:30px;
  background-color:rgba(0, 0, 0, 0.8);
  text-align:center;
  line-height:30px;
  color:rgba(255, 255, 255, 0.7);
  text-decoration:none;
  -webkit-transition:background-color 0.1s ease-in, color 0.1s ease-in;
  -moz-transition:background-color 0.1s ease-in, color 0.1s ease-in;
  -ms-transition:background-color 0.1s ease-in, color 0.1s ease-in;
  -o-transition:background-color 0.1s ease-in, color 0.1s ease-in;
  transition:background-color 0.1s ease-in, color 0.1s ease-in;
}
 
nav#navigation ul li a:hover {
  background-color:rgba(0, 0, 0, 1);
  color:rgba(255, 255, 255, 1);
}
 
nav#navigation ul li ul {
  width:140px;
  position:absolute;
  top:31px;
  left:-42px;
  visibility:hidden;
  opacity:0;
  -webkit-transition:visibility 0.1s ease-in, opacity 0.1s ease-in;
  -moz-transition:visibility 0.1s ease-in, opacity 0.1s ease-in;
  -ms-transition:visibility 0.1s ease-in, opacity 0.1s ease-in;
  -o-transition:visibility 0.1s ease-in, opacity 0.1s ease-in;
  transition:visibility 0.1s ease-in, opacity 0.1s ease-in;
  z-index:9999;
}
 
nav#navigation ul li:hover ul {
  visibility:visible;
  opacity:1;
}
 
nav#navigation ul li ul li {
  margin:-5px 0 0;
  border-left:none;
  float:none;
  -webkit-transition:margin 0.1s ease-in;
  -moz-transition:margin 0.1s ease-in;
  -ms-transition:margin 0.1s ease-in;
  -o-transition:margin 0.1s ease-in;
  transition:margin 0.1s ease-in;
}
 
nav#navigation ul li:hover ul li {
  margin-top:0;
}
 
nav#navigation ul li ul li ul {
  top:0;
  left:141px;
}
 
nav#navigation ul li ul li ul.dd-left {
  top:0;
  left:-141px;
}
 
nav#navigation ul li:hover ul li ul {
  visibility:hidden;
  opacity:0;
}
 
nav#navigation ul li:hover ul li:hover ul {
  visibility:visible;
  opacity:1;
}
 
nav#navigation ul li:hover ul li ul li {
  margin-left:-10px;
}
 
nav#navigation ul li:hover ul li ul.dd-left li {
  margin-left:10px;
}
 
nav#navigation ul li:hover ul li:hover ul li {
  margin-left:0;
}

.navigation-color {
  color: #1ca9e3;
}
 
.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {
  display:inline-block;
  min-height:1%;
}
 
/*\*/
* html .clearfix {
  height:1%;
}
.clearfix {
  display:block;
}
/**/

/*--------------------------------
 メインビジュアル
---------------------------------*/
.mv { 
  width: 100%; 
  background-position:center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
} 
.mv::before {
  content: "";
  display: block;
  padding-top: 65%;
}

.mv-title {
  width: auto; 
  display: none;
  position: absolute;
  top: 12vh;
  left: 7vw;
}

.mv-title.appear {
  display: block;
  animation: 2s mv-title-fadeIn;
}

@keyframes mv-title-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.mv-title01 {
  width: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 1.3vw;
  color: #000;
  font-weight: bold;
  animation: 2s mv-title;
}
.mv-title02 {
  width: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 1.3vw;
  color: #fff;
  font-weight: bold;
  animation: 2s mv-title;
}
.mv-title p.main {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4vw;
  text-align: center;
}
@keyframes mv-title {
  0% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0);
  }
}

.mv-subtitle01 {
  width: auto;
  margin-top: 10px;
  padding: 3px;
  /* border: 1px solid #000; */
  font-family: 'Poppins', sans-serif;
  font-size: 3.5vw;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: .08em;
  animation: 2s mv-subtitle;
}
.mv-subtitle02 {
  width: auto;
  margin-top: 10px;
  padding: 3px;
  /* border: 1px solid #fff; */
  font-family: 'Poppins', sans-serif;
  font-size: 3.5vw;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: .08em;
  animation: 2s mv-subtitle;
}
@keyframes mv-subtitle {
  0% {
    transform: translateX(-20px);
  }

  100% {
    transform: translateX(0);
  }
}

/*--------------------------------
 TOP
---------------------------------*/
.top-news {
  width: auto;
  margin: 50px auto 30px;
  display: flex;
  justify-content: space-between;
}
.top-news-title {
  width: 10%;
  padding: 1%;
  font-family: 'Poppins', sans-serif;
  font-size: 2vw;
  font-weight: bold;
  line-height: 1;
  border-right: solid 1px #fff;
}
.top-topics {
  width: 88%;
}
.top-topics dt {
clear: left;
float: left;
width: 9%;
padding: 1%;
font-weight: bold;
}
.top-topics dd {
margin-left: 11%;
padding: 1%;
}


.top-square {
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 800px;
  background-color: #000;
}
.top-square div {
  position: relative;
  width: 27%;
  background: #000;
  margin: 3%;
}
 
.top-square div::before {
  content: "";
  display: block;
  padding-top: 100%;
}
 
.top-square p.txt01 {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%,-50%);
  font-family: 'Poppins', sans-serif;
  font-size: 1.8vw;
  font-weight: bold;
  color: #000;
  opacity: 30%;
}
.top-square p.txt02 {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-family: 'Poppins', sans-serif;
  font-size: 1.8vw;
  font-weight: bold;
  color: #fff;
}
.top-square p.txt03 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-family: 'Poppins', sans-serif;
  font-size: 3em;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.2em;
}
.top-square img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}


/*--------------------------------
 photo index
---------------------------------*/
.gallery {
  width: 100%;
  display: flex;
}
.gallery a {
  cursor:pointer;
}
.gallery p {
  margin: 5px;
}
.gallery p.m10 {
  margin: 10px;
}
.gallery .photo-blank {
  width: 30%;
}
.gallery img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 600px;
  opacity: 0; /* 読み込んだ瞬間は透明に */
}
.gallery img.lazyloaded {
  animation: fade 1s forwards; /* lazyloadedになったらfadeアニメーションを実行 */
}
.square{
  width: 100%;
  height: auto;
  margin: 0 auto 94px;
  display: flex;
  justify-content: center;
}
.square a{
  cursor:pointer;
}
.square .box{
  width: 26%;
  max-width: 260px;
  max-height: 260px;
  margin: 0 47px 0 47px;
  background-color: #000;
  position: relative;
  overflow: hidden;
}
.square .box::before{
  content: "";
  padding-top: 100%;
  display: block;
}
.square .box img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  opacity: 0; /* 読み込んだ瞬間は透明に */
}
.square .box img.lazyloaded {
  animation: fade 1s forwards; /* lazyloadedになったらfadeアニメーションを実行 */
}
.magazine{
  width: 100%;
  height: auto;
  margin: 0 auto 94px;
  display: flex;
  justify-content: center;
}
.magazine a{
  cursor:pointer;
}
.magazine .box{
  width: 26%;
  height: auto;
  max-width: 260px;
  max-height: auto;
  margin: 0 47px 0 47px;
  background-color: #000;
  overflow: hidden;
}
.magazine .box img.lazyloaded {
  animation: fade 1s forwards; /* lazyloadedになったらfadeアニメーションを実行 */
}
/* fadeアニメーション */
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*--------------------------------
 STUDIO
---------------------------------*/

.main-title-studio {
  width: 100%;
  margin: 50px auto 10px;
  font-size: 4em;
  text-align: center;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
}

p.studio-txt01 {
  margin: 10px 0;
  font-size: 18px;
  letter-spacing: normal;
  color: #000;
  text-align: center;
}
p.studio-txt02 {
  margin: 10px 0;
  font-size: 15px;
  letter-spacing: normal;
  color: #000;
  text-align: center;
}

/*--------------------------------
 INDIA
---------------------------------*/
.india img {
  pointer-events: none;
  opacity: 0; /* 読み込んだ瞬間は透明に */
}
.india img.lazyloaded {
  animation: fade 1s forwards; /* lazyloadedになったらfadeアニメーションを実行 */
}
.india .india-title {
  width: 100%;
  margin: 50px auto 0;
}
.india .india-main {
  width: 100%;
  margin: 150px auto;
}
.india .india-01 {
  width: 100%;
  margin: 0 auto 100px;
}
.india .india-p01 {
  width: 100%;
  margin: 0 auto 10px;
}
.india .india-p02 {
  width: 390px;
  margin: 0 0 10px 0;
}
.india .india-01 p {
  font-size: 13px;
  letter-spacing: .05em;
  color: #fff;
}
.india .india-01 p.en {
  font-family: 'Poppins', sans-serif;
}

/*--------------------------------
 PROFILE
---------------------------------*/
.profile {
  width: 850px;
  margin: 100px auto 0;
  display: flex;
}
.profile .profile-p {
  width: 340px;
  height: auto;
  margin: 0 100px 0 0;
}
.profile .profile-p img {
  border:  1px solid #979797;
}
.profile .profile-txt {
  width: 900px;
  margin: 0;
}
.profile p {
  margin: 6px 0 0 0;
}
.profile p.mt15 {
  margin: 20px 0 0 0;
}
.profile p.name01 {
  font-size: 30px;
  letter-spacing: 0.4em;
  margin: -6px 0 0 0;
}
.profile p.name02 {
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.2em;
  margin: -5px 0 0 0;
}

/*--------------------------------
CONTACT
---------------------------------*/
.textbox,
.textbox-label {
  color: #e5e5e5;
}

.textbox-label {
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: .9em;
}
.textbox {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #555;
  border-radius: 3px;
  background-color: transparent;
  font-size: 1em;
  line-height: 1.5;
  color: #fff;
}
.textbox02 {
  width: 31%;
  padding: 8px 10px;
  border: 1px solid #555;
  border-radius: 3px;
  background-color: transparent;
  font-size: 1em;
  line-height: 1.5;
  color: #fff;
}
.textbox-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.textbox:focus{
  outline: 1px solid #fff;
}
.textbox::placeholder {
  color: #666;
}
.textbox02:focus{
  outline: 1px solid #fff;
}
.textbox02::placeholder {
  color: #666;
}
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin:30px auto 0;
  padding: .9em 2em;
  border: none;
  border-radius: 5px;
  background-color: #1ca9e3;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
}
.button::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: '';
}
.button:hover {
  background-color: #2589d0;
}

/*--------------------------------
 フッター
---------------------------------*/
.footer {
  width: 100%;
  position: absolute;/*←絶対位置*/
  bottom: 0; /*下に固定*/
  padding: 30px;
  background-color: #000;
  font-family: 'Poppins', sans-serif;
}

.copyright {
  font-size: 10px;
  text-align: center;
  color: #666;
}



/*media Queries 767
-------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
  
  /*--------------------------------
   見出し
  ---------------------------------*/
  .main-title {
    width: 100%;
    margin: 1em auto 0.4em;
    font-size: 2.3em;
    text-align: center;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.2em;
  }
  
  /*--------------------------------
   レイアウト
  ---------------------------------*/
  .wrapper {
    padding-top: 47px;
    min-height: 100vh;
    position: relative;/*←相対位置*/
    padding-bottom: 60px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
  }

  .section {
    padding: 60px 0;
  }

  .container {
    padding: 0 20px;
  }
  .container2 {
    width: 96%;
    margin: 0 auto;
    padding: 0;
  }
  .container3 {
    width: 96%;
    margin: 0 auto;
    padding: 0;
  }
  .container4 {
    width: 88%;
    margin: 0 auto;
    padding: 0;
  }
  .container5 {
    width: 88%;
    margin: 0 auto;
    padding: 1em 0;
    background-color: #fff;
  }
  
  /*--------------------------------
   ヘッダー
  ---------------------------------*/
  .header {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    height:80px;
    background-color: #000;
  }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
  }
  
  .header-logo {
    position: fixed;
    top: 30px;
    left: 20px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    margin-right: 0px;
  }
  
  .header-logo a {
    color: #fff;
    text-decoration: none;
  }
  
  .header-logo2 {
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
  }
  .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: none;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  #menu-btn-check {
    display: none;
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #1d1d1d;
  }
  .menu-content ul {
    padding: 60px 0 0 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .menu-content ul li {
    padding: 0 1em;
    border-bottom: solid 1px #333;
    list-style: none;
  }
  .menu-content ul li.midashi {
    padding: 1.4vh 1em 0 1em;
    border-bottom: solid 1px #333;
    list-style: none;
    font-size: 2.5vh;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 2.5vh;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 1.4vh 1em 1vh 0;
    position: relative;
    height: 6vh;
  }
  .menu-content ul li a::before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 0.7em;
    top: 1em;
  }
  .menu-content ul.sub {
    padding: 0 0 0 2em;
  }
  .menu-content ul.sub li {
    padding: 0 0.5em;
    border-bottom: solid 1px #333;
    list-style: none;
  }
  .menu-content ul.sub li.noline {
    padding: 0 0.5em;
    border-bottom: solid 0px #333;
    list-style: none;
  }
  .menu-content ul.sub li a {
    display: block;
    width: 100%;
    font-size: 2.5vh;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 1.4vh 1em 1vh 0;
    position: relative;
    height: 6vh;
  }
  .menu-content ul.sub li a::before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 1em;
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #1d1d1d;
    transition: all 0.5s;/*アニメーション設定*/
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
  }
  
  /*--------------------------------
   メインビジュアル
  ---------------------------------*/
  .mv { 
    width: 100%; 
    height: 70vh;
    background-position:center center;
    background-size: cover;
    background-color: #ff0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  } 
  .mv::before {
    content: "";
    display: block;
    padding-top: 65%;
  }
  
  .mv-title {
    top: 50px;
    left: 4vw;
  }
  
  .mv-title01 {
    font-size: 2vw;
  }
  .mv-title02 {
    font-size: 2vw;
    color: #000;
  }
  .mv-title p.main {
    font-family: 'Poppins', sans-serif;
    font-size: 2vw;
  }
  
  .mv-subtitle01 {
    padding: 2px;
    font-size: 5.5vw;
  }
  .mv-subtitle02 {
    padding: 2px;
    font-size: 5.5vw;
    color: #000;
  }
  
  /*--------------------------------
   TOP
  ---------------------------------*/
  .top-news {
    width: auto;
    margin: 8% auto 2%;
    display: block;
    justify-content: space-between;
  }
  .top-news-title {
    width: auto;
    padding: 0 0 5% 0;
    font-family: 'Poppins', sans-serif;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1;
    border-right: none;
  }
  .top-topics {
    width: auto;
  }
  .top-topics dt {
  clear: left;
  float: none;
  width: auto;
  padding: 1% 0;
  font-weight: bold;
  }
  .top-topics dd {
  margin-left: 0%;
  padding: 0 0 5% 0;
  }
  
  
  .top-square {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 800px;
    background-color: #000;
  }
  .top-square div {
    position: relative;
    width: 31%;
    background: #000;
    margin: 1%;
  }
   
  .top-square div::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
   
  .top-square p.txt01 {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: 'Poppins', sans-serif;
    font-size: 4vw;
    font-weight: bold;
    color: #000;
  }
  .top-square p.txt02 {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: 'Poppins', sans-serif;
    font-size: 3.5vw;
    font-weight: bold;
    color: #fff;
  }
  .top-square p.txt03 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: 'Poppins', sans-serif;
    font-size: 5vw;
    font-weight: bold;
    color: #fff;
  }
  .top-square img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
  }


  /*--------------------------------
   photo index
  ---------------------------------*/
  .gallery {
    width: 100%;
    display: flex;
    cursor:pointer;
  }
  .gallery p {
    margin: 0.2em;
  }
  .gallery p.m10 {
    margin: 0.2em;
  }
  .gallery .photo-blank {
    width: 40%;
  }
  .gallery img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 500px;
  }
  .square{
    width: 100%;
    height: auto;
    margin: 0 auto 0.4em;
    display: flex;
    justify-content: center;
  }
  .square a{
    cursor:pointer;
  }
  .square .box{
    width: 32%;
    max-width: 32%;
    max-height: auto;
    margin: 0 0.2em 0 0.2em;
    background-color: #000;
    position: relative;
    overflow: hidden;
  }
  .square .box::before{
    content: "";
    padding-top: 100%;
    display: block;
  }
  .square .box img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  .magazine{
    width: 100%;
    height: auto;
    margin: 0 auto 0.4em;
    display: flex;
    justify-content: center;
  }
  .magazine a{
    cursor:pointer;
  }
  .magazine .box{
    width: 32%;
    max-width: 32%;
    max-height: auto;
    margin: 0 0.2em 0 0.2em;
    background-color: #000;
    overflow: hidden;
  }
  .magazine .box img{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  
  /*--------------------------------
   STUDIO
  ---------------------------------*/
  
  .main-title-studio {
    width: 100%;
    margin: 1em auto 0.4em;
    font-size: 2.3em;
    text-align: center;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.2em;
  }
  
  p.studio-txt01 {
    margin: 10px 0;
    font-size: 18px;
    letter-spacing: normal;
    color: #000;
    text-align: center;
  }
  p.studio-txt02 {
    margin: 10px 0;
    font-size: 15px;
    letter-spacing: normal;
    color: #000;
    text-align: center;
  }
  
  /*--------------------------------
   INDIA
  ---------------------------------*/
  .india img {
    pointer-events: none;
    opacity: 0; /* 読み込んだ瞬間は透明に */
  }
  .india img.lazyloaded {
    animation: fade 1s forwards; /* lazyloadedになったらfadeアニメーションを実行 */
  }
  .india .india-title {
    width: 100%;
    margin: 4em auto 0;
  }
  .india .india-main {
    width: 100%;
    margin: 3em auto;
  }
  .india .india-01 {
    width: 100%;
    margin: 0 auto 3em;
  }
  .india .india-p01 {
    width: 100%;
    margin: 0 auto 0.4em;
  }
  .india .india-p02 {
    width: 75%;
    margin: 0 0 0.4em 0;
  }
  .india .india-01 p {
    font-size: 13px;
    letter-spacing: .05em;
    color: #fff;
  }
  .india .india-01 p.en {
    font-family: 'Poppins', sans-serif;
  }
  
  /*--------------------------------
   PROFILE
  ---------------------------------*/
  .profile {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .profile .profile-p {
    width: 60%;
    height: auto;
    margin: 4em auto 0;
  }
  .profile .profile-p img {
    border:  1px solid #979797;
  }
  .profile .profile-txt {
    width: 100%;
    margin: 1em 0 0 0;
    text-align: center;
  }
  .profile p {
    margin: 6px 0 0 0;
  }
  .profile p.mt15 {
    margin: 1.5em 0 0 0;
  }
  .profile p.name01 {
    font-size: 30px;
    letter-spacing: 0.4em;
    margin: -6px 0 0 0;
  }
  .profile p.name02 {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.2em;
    margin: -5px 0 0 0;
  }
  
  /*--------------------------------
  CONTACT
  ---------------------------------*/
  .textbox,
  .textbox-label {
    color: #e5e5e5;
  }
  .textbox-label {
    display: block;
    margin: 1.5em auto 0.3em;
    font-size: .9em;
  }
  .textbox {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #555;
    border-radius: 3px;
    background-color: transparent;
    font-size: 1em;
    line-height: 1.5;
    color: #fff;
  }
  .textbox02 {
    width: 29%;
    padding: 8px 10px;
    border: 1px solid #555;
    border-radius: 3px;
    background-color: transparent;
    font-size: 1em;
    line-height: 1.5;
    color: #fff;
  }
  .textbox-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .textbox:focus{
    outline: 1px solid #fff;
  }
  .textbox::placeholder {
    color: #666;
  }
  .textbox02:focus{
    outline: 1px solid #fff;
  }
  .textbox02::placeholder {
    color: #666;
  }
  .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin:1.5em auto 0;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: #1ca9e3;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
  }
  .button::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
  }
  .button:hover {
    background-color: #2589d0;
  }
  
  /*--------------------------------
   フッター
  ---------------------------------*/
  .footer {
    padding: 20px;
    position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
  }
  
}
