@charset "UTF-8";

/*共通*/
*{
  margin: 0;
  font-family: 'Noto Serif JP', serif;
  box-sizing: border-box;
}

*:focus {
outline: none;
}

body {
  background: #fff;
}

picture {
}

img {
  object-fit: cover;
}

.fixbar {
  position: fixed;
  z-index: 10000;
  bottom: 8px;
  right: 8px;
}

.fixbar img {
  width: 300px;
}

.gridpic {
  object-fit: cover;
    width: 100%;
    height: 100%;
}

.wrap {
  width: 100%;
}

.content {
  margin: 0 auto;
  padding: 0 2vw;
  max-width: 1376px;
}

.linkbutton {
  display: inline;
  padding: 4px 40px;
  font-size: 24px;
  letter-spacing: 3.2px;
  background-color: #000000;
  color: #fff;
  margin: 0 auto;
  border-radius: 32px;
  max-width: 400px;
  min-width: 167px;
  width: 50vw;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}

.lbcontainer {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.page_head {
  font-size: 60px;
  letter-spacing: 0.1em;
  line-height: 1.0;
  text-align: center;
  font-family: 'EB Garamond', serif;
}

.page_head_sub {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.0;
  text-align: center;
  margin: 0 0 120px 0;
  font-family: 'Noto Serif JP', serif;
}

.section_head {
  font-size: 37.6px;
  letter-spacing: 0.1em;
  line-height: 1.0;
  max-width: 1000px;
  width: 50%;
  margin: 0 auto 32px;
  padding: 16px 0;
  text-align: center;
  font-family: 'EB Garamond', serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  white-space: nowrap;
}

.section_head_jp {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.0;
  text-align: center;
}

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(255,255,255,0.2);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.modal__content{
    background: #fff;
    padding: 10px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);

}

.sp-shown {
  display: none;
}

.tb-shown {
  display: none;
}

/*共通部分--文字サイズ,幅調整*/

@media screen and (max-width: 1325px){

  /*.linkbutton {
    padding: 0.3vw 3vw;
    font-size: 1.8vw;
    letter-spacing: 0.13em;
    border-radius: 2.41vw;
  }*/

  .fixbar {
    bottom: 0.6vw;
    right: 0.6vw;
  }

  .fixbar img {
    width: 22.6vw;
  }

  .page_head {
    font-size: 4.5vw;
    letter-spacing: 0.1em;
    line-height: 1.0;
  }

  .page_head_sub {
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.0;
    margin: 0 0 9vw 0;
  }

  .section_head {
    font-size: 2.8vw;
    letter-spacing: 0.1em;
    line-height: 1.0;
    margin: 0 auto 2.4vw;
    padding: 1.2vw 0;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
  }

  .section_head_jp {
    font-size: 1.8vw;
    letter-spacing: 0.1em;
    line-height: 1.0;
  }

  .tb-shown {
    display: block;
  }

}


/*--------共通ーヘッダー&フッター---------*/
header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 4px;
  padding-top:76px;
	margin:0 auto 248px;
  width: 98%;
  max-width: 1720px;
}

.header-logo {
display: inline-block;
width: 288px;
height: 214px;
background-image: url("image/logo.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
margin: 0 0 0 24px;
}

.header-logo > a {
	display: block;
	width: 100%;
	height: 100%;
}

nav {
	text-align: center;
	margin: 0;
  color: #000000;
	font-size: 16px;
	font-family:"Oswald","sans-serif";
}

nav ul {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}

nav ul li {
	display: inline-block;
	margin-right: 16px;
}

nav ul li a:link, nav ul li a:visited, nav ul li a:active{
  color: #000000;
}

 nav ul li a:hover {
   opacity: 0.6;
 }

 #nav-content ul li a:link, #nav-content ul li a:visited, #nav-content ul li a:active{
   color: #000000;
 }

.navbl {
	width: 2px;
	height: 48px;
	background-color: #000000;
}

i {
	transform: translate(0px,-2px);
}

footer {
	width: 100%;
  padding: 88px 0 145px;
	text-align: center;
}

.links {
	display: flex;
	justify-content: center;
	margin-bottom: 64px;
}

.links a {
	margin: 0 16px;
}

.links img {
	width: 56px;
}

.copyright {
  font-size: 12px;
  font-family: 'Noto Sans JP', sans-serif;
}

.sp-shown {
	display: none;
}

.sp-unshown {
	display: block;
}

svg line,
svg polyline {
  fill: none;
}
.line1 {
  stroke: #09d;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-dasharray: 1, 5;
  stroke-dashoffset: 3;
}

/*ヘッダー＆フッター--文字サイズ,幅調整*/

@media screen and (max-width: 1376px){

  header {
  	padding: 0.2vw;
    padding-top:5vw;
  	margin: 0 auto 18vw;
  }

  .header-logo {
  width: 20.9vw;
  height: 15.5vw;
  margin: 0 0 0 1.7vw;
  }

  nav {
  	font-size: 1.16vw;
  }

  nav ul li {
  	margin-right: 1.16vw;
  }

  .navbl {
  	width: 0.145vw;
  	height: 3.48vw;
  }

  i {
  	transform: translate(0px,-0.145vw);
  }

  .links {
  	margin-bottom: 4.6vw;
  }

  .links a {
  	margin: 0 1.16vw;
  }

  .links img {
  	width: 4vw;
  }

  footer {
  	padding: 6.4vw 0 5vw;
  }

}


/*-----top-----*/
.top_article01 {
  font-size: 16.5px;
  font-family: 'Noto Serif JP', serif;
}

.top_article02 {
  font-size: 16.5px;
  font-family: 'Noto Serif JP', serif;
}

.top_article03 {
  font-size: 16.5px;
  font-family: 'Noto Serif JP', serif;
}

.topsection1{
  font-size: 188px;
  line-height: 1.0;
  font-family: 'EB Garamond', serif;
}

.topsection2{
  font-size: 57px;
  line-height: 1.0;
  letter-spacing: 2px;
  font-family: 'EB Garamond', serif;
}

.topsection3{
  font-size: 24px;
  line-height: 1.0;
}

.top_01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15%;
}

.flex_raw {
  margin-bottom: 1%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.flex_column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tesfle01 {
  flex-basis: 57%;
  position: relative;
}

.tesfle02 {
    width: 42%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.5% 0%;
}

.top_01_01 {
  margin-bottom: 0.4%;
}

.top_01_02 {
  flex-basis: 35%;
  position: relative;
}

.top_01_02_catch {
  font-family: 'Covered By Your Grace', cursive;
  position: absolute;
  font-size: 77px;
  bottom: 0;
  line-height: 1.0;
  transform:rotate(-10deg);
  transform-origin:0 0;
}

.top_01_03 {
  flex-basis: 65%;
}

.top_01_04 {
  position: relative;
}

.top_01_04_section {
  position: absolute;
  top: 0px;
  left: -13%;
}

.top_01_04::before {
  content:"";
  display: block;
  padding-top: 44%;
}

.top_01_05 {
  margin-top: 4.76%;
}

.top_01_06 {
  position: relative;
}

.top_01_06_catch {
  position: absolute;
  font-size: 60px;
  top: 56px;
  color: #fff;
  line-height: 1.0;
  transform:rotate(-10deg);
  transform-origin:0 0;
  font-family: 'Covered By Your Grace', cursive;
}



.top_02 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 15%;
}

.mgb14 {
  margin-bottom: 1.4%;
}

.top_02_01 {
}

.top_02_01::before {
  content:"";
  display: block;
  padding-top: 17.3%;
}

.top_02_02 {
  margin-right: 1.4%;
}

.top_02_03 {
  position: relative;
  padding-bottom: 154px;
}

.top_02_03_01 {
  position: relative;
  z-index: 2;
  white-space: nowrap;
  padding:12% 0 7% 40%;
  top: 0;
}

.top_02_04 {
}


.top_02_05_catch {
  position:absolute;
  font-size: 77px;
  line-height: 1.0;
  transform:rotate(-10deg);
  font-family: 'Covered By Your Grace', cursive;
  top: -10%;
}

.top_02_06 {
}

.top_02_07 {
  position: relative;
  flex-basis: 55%;
  margin-right: 1.4%;
}

.top_02_08 {
  flex-basis: 38.2%;
}

.top_03 {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15%;
}

.top_03_01 {
  width: 100%;
  position: relative;
  margin-bottom: 0.6%;
}

.top_03_01_01 {
  position: absolute;
  bottom: 5.2%;
  right: 5.2%;
}

.top_03_02 {
  display: flex;
  justify-content: space-between;
}

.top_03_02_01 {
  position: relative;
  width: 37.6%;
}

.top_03_02_01_catch {
  position: absolute;
  font-family: 'Covered By Your Grace', cursive;
}

.top_03_02_02 {
  display: flex;
  flex-direction: column;
  width: 61%;
}

.top_03_02_02_01 {
  display: flex;
}

.top_03_02_02_01_01 {
  position: relative;
  width: 37.4%;
  font-family: 'Covered By Your Grace', cursive;
}

.top_03_02_02_01_01 > p {
  position: absolute;
  bottom: -40px;
  left: -192px;
  font-size: 39pt;
  line-height: 1.0;
  transform:rotate(-10deg);
  transform-origin:0 0;
  font-family: 'Covered By Your Grace', cursive;
}

.top_03_02_02_01_02 {
  width: 62.6%;
}

.top_03_02_02_02 {
  flex-basis: 58.1%;
  width: 58.1%;
  max-width: 487px;
}

.sablink_wrap {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1326px;
  margin: 102px auto 0;
}

.sablink {
  display: inline-block;
  width: 432px;
  height: 232px;
  background-image: url("image/sablogo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: 100%;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
}

.sablink_a {
  text-align: center;
  font-size: 24px;
  font-family: 'Noto Serif JP', serif;
  color: gray;
  text-decoration:underline;
  display: block;
  margin: 0 auto;
  line-height: 2.4;
}

.sablink_a:link, .sablink_a:visited, .sablink_a:active{
  color: gray;
}

/*TOP--文字サイズ,幅調整*/

@media screen and (max-width: 1376px){

  .top_article01 {
    font-size: 1.2vw;
  }

  .top_article02 {
    font-size: 1.2vw;
  }

  .top_article03 {
    font-size: 1.2vw;
  }

.topsection1{
  font-size: 13.6vw;
  line-height: 1.0;
}

.topsection2{
  font-size: 4.14vw;
  line-height: 1.0;
  letter-spacing: 0.14vw;
}

.topsection3{
  font-size: 1.74vw;
  line-height: 1.0;
}

.top_01_02_catch {
  font-size: 5.6vw;
  bottom: 0;
  line-height: 1.0;
}

.top_01_06_catch {
  font-size: 4.4vw;
  top: 4vw;
  line-height: 1.0;
}

.top_02_03 {
  padding-bottom: 1.12vw;
}

.top_02_04 {
}

.top_02_05_catch {
  font-size: 5.6vw;
  line-height: 1.0;
}

.top_03_02_02_01_01 > p {
  top: 3vh;
  left: -24vw;
  font-size: 5.66vw;
  line-height: 1.0;
}

.sablink_wrap {
  margin: 6vw auto 0;
}

.sablink {
  width: 400px;
  height: 22vw;
}

.sablink_a {
  font-size: 1.6vw;
}

}

/*スタジオ作例ページ*/

.shots_wrap {
  padding: 0 2vw;
}

.shots_container {
  max-width: 1325px;
  margin: 0 auto 115px;
}

.shots_01 {
  width: 100%;
  margin-bottom: 0.5%;
}

.shots_01_01 {
  width: 100%;
}

.shots_02 {
  flex-basis: 56.6%;
}

.shots_03 {
    display: flex;
    flex-basis: 42%;
    flex-direction: column;
    justify-content: space-between;
    gap: 1%;
}

.shots_04 {
  margin-bottom: 1%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.shots_04_01 {
  flex-basis: 30.1%;
}

.shots_04_02 {
  flex-basis: 69%;
}

.shots_05 {
  width: 100%;
}

.shots_06 {
  flex-basis: 42.6%;
}

.shots_07 {
  flex-basis: 56.6%;
}

.shots_08 {
  flex-basis: 56.6%;
}

.shots_09 {
    display: flex;
    flex-basis: 42%;
    flex-direction: column;
    justify-content: space-between;
    gap: 1%;
}

.shots_09_01 {

}

.shots_09_02 {

}

.shots_10 {
  flex-basis: 32.8%;
}

.shots_11 {
  flex-basis: 32.8%;
}

.shots_12 {
  flex-basis: 32.8%;
}

/*撮影作品例--文字サイズ,幅調整*/

@media screen and (max-width: 1325px){
  .shots_container {
    margin: 0 auto 8.6vw;
  }

}

/*ポートフォリオページ*/

.ptflo_wrap {
  padding: 0 2vw;
}

.ptflo_container {
  max-width: 1325px;
  margin: 0 auto 155px;
}

.sh_ptflo_3 {
  max-width: 900px;
  width: 68%;
}

.ptflo_01 {
  width: 56.6%;
}

.ptflo_02 {
    display: flex;
    flex-basis: 42%;
    flex-direction: column;
    justify-content: space-between;
    gap: 1%;
}

.ptflo_02_01 {
  flex-basis:
}

.ptflo_02_02 {
  flex-basis:
}

.ptflo_03 {
  flex-basis:30.1%;
}

.ptflo_04 {
  flex-basis:69%;
}

.ptflo_05 {
  /*margin-bottom: 0.5%;*/
}

.ptflo_06 {
  flex-basis:32.8%;
}

.ptflo_07 {
  flex-basis:32.8%;
}

.ptflo_08 {
  flex-basis:32.8%;
}

.ptflo_09 {
  flex-basis:42%;
}

.ptflo_10 {
  width: 56.6%;
}

.ptflo_11 {
  flex-basis:
}

.ptflo_12 {
  width: 57%;
}

.ptflo_13 {
    display: flex;
    flex-basis: 42%;
    flex-direction: column;
    justify-content: space-between;
    gap: 1%;
}

.ptflo_14 {
  flex-basis:32.8%;
}

.ptflo_15 {
  flex-basis:32.8%;
}

.ptflo_16 {
  flex-basis:32.8%;
}

.ptflo_17 {
  width: 56.6%;
}

.ptflo_18 {
  flex-basis: 42%;
}


/*portfolio--文字サイズ,幅調整*/
@media screen and (max-width: 1325px){
  .ptflo_container {
    margin: 0 auto 11.6vw;
  }
}

/*料金案内ページ*/

.price_page_head_sub {
  margin-bottom: 65px;
}

.price_container {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto 80px;
  padding: 185px 0;
  box-shadow: 5px 5px 10px gray;
}

.price_pic {
  width: 70%;
  margin: 0 auto 20px;
}

.price_section_head {
  font-size: 44px;
  letter-spacing: 0.08em;
  font-family: 'EB Garamond', serif;
  text-align: center;
  line-height: 1.0;
}

.price_section_sub {
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 2%;
}

.price_detail {
  margin-bottom: 10.5%;
}

.pd_flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdo_sub {
  font-size: 24px;
  letter-spacing: 0.1em;
}

.price_detail_one {
  font-size: 38px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1%;
}

.price_detail_two {
  font-size: 25px;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 2%;
}

.price_detail_three {
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 4%;
}

.to_paper {

}

.to_paper_papers {
  font-size: 18.8px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 2.5%;
}

.to_option {
  margin-bottom: 3.53%;
}

.price_other {
  margin-bottom: 6.5%;
}

.toolsandoption {
  margin-top: 13.5%;
}

/*portfolio--文字サイズ,幅調整*/
@media screen and (max-width: 1000px){
  .price_page_head_sub {
    margin-bottom: 6.5vw;
  }

  .price_container {
    margin: 0 auto 8.0vw;
    padding: 18.5vw 0;
    box-shadow: 5px 5px 10px gray;
  }

  .price_pic {
    margin: 0 auto 2.0vw;
  }

  .price_section_head {
    font-size: 4.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0;
  }

  .price_section_sub {
    font-size: 2.8vw;
    letter-spacing: 0.1em;
  }

  .price_detail_one {
    font-size: 3.8vw;
    letter-spacing: 0.1em;
    line-height: 1.1;
  }

  .pdo_sub {
    font-size: 2.0vw;
    letter-spacing: 0.1em;
    line-height: 1.1;
  }

  .price_detail_two {
    font-size: 2.5vw;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }

  .price_detail_three {
    font-size: 1.82vw;
    letter-spacing: 0.1em;
  }

  .to_paper_papers {
    font-size: 1.88vw;
    letter-spacing: 0.1;
  }

}

/*設備紹介ページ*/

.tools_container {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto 148px;
  padding: 140px 0 116px;
  box-shadow: 5px 5px 10px gray;
}

.tools_pic {
  width: 70%;
  margin: 0 auto 4%;
  position: relative;
}

.tools_for_container {
  position: absolute;
  max-width: 1560px;
  width: 100vw;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border: solid #000000;
}

.tools_for {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

.tools_name {
  display: block;
  text-align: center;
}

.tf_1 {
  position: absolute;
  top: 38.5%;
  left: 6%;
}

.tfc_1 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  right:100%;
}

.tools_blackline_1 {
  max-width: 248px;
  min-width: 24px;
  width: calc(24vw - 200px);
  height:1px;
  background-color: #000000;
}

.tf_2 {
  position: absolute;
  top: 55%;
  left: 44.2%;
}

.tfc_2 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  right:100%;
}

.tools_blackline_2 {
  max-width: 630px;
  min-width: 4.8vw;
  width: calc(80vw - 560px);
  height:1px;
  background-color: #000000;
}

.tf_3 {
  position: absolute;
  top: 33.7%;
  right:33.4%;
}

.tfc_3 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  left:100%;
}

.tools_blackline_3 {
  max-width: 530px;
  min-width: 96px;
  width: calc(80vw - 660px);
  height:1px;
  background-color: #000000;
}

.tf_4 {
  position: absolute;
  top: 56.5%;
  right:8.2%;
}

.tfc_4 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  left:100%;
}

.tools_blackline_4 {
  max-width: 240px;
  min-width: 36px;
  width: calc(80vw - 800px);
  height:1px;
  background-color: #000000;
}

.tools_blackline_5 {
  height: 1px;
  margin: 7.2% auto;
  background-color: #000000;
  width: 70%;
}

.tools_section_top {
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 2%;
}

.tools_detail_one {
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 0.4%;
}

.tools_detail_two {
  font-size: 18.8px;
  letter-spacing: 0.1;
  text-align: center;
  margin-bottom: 3.2%;
}

/*設備紹介--文字サイズ,幅調整*/
  @media screen and (max-width: 1000px){
    .tools_container {
      padding: 14.0vw 0  11.6vw;
      margin-bottom: 14.6vw;
    }

    .tools_for {
      font-size: 3.0vw;
    }

    .tools_name{
      font-size: 3vw;
    }

    .tools_section_top {
      font-size: 3vw;
      letter-spacing: 0.1em;
      margin-bottom: 2%;
    }

    .tools_detail_one {
      font-size: 3.0vw;
      letter-spacing: 0.1em;
      line-height: 1.2;
    }

    .tools_detail_two {
      font-size: 1.9vw;
    }

    .tools_blackline_1 {
      width: 2.4vw;
      height:1px;
      background-color: #000000;
    }

    .tools_blackline_2 {
      width: 32vw;
      height:1px;
    }
    .tools_blackline_3 {
      width: 24vw;
      height:1px;
    }
    .tools_blackline_4 {
      width: 5.6vw;
      height:1px;
    }

  }

  /*アクセスページ*/

.map_container {
  position: relative;
  max-width: 1046px;
  width: 100%;
  margin: 0 auto 105px;
}

#map01 {
      width: 100%;
      height: 100%;
}

#map01::before {
    content:"";
    display: block;
    padding-top:68.9%;
}

.rootlink {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 4px 8px;
  font-size: 16px;

}

.access_section_container{

}

.access_section_head{
  font-size: 45.1px;
  margin-bottom: 32px;
  letter-spacing: 0.1em;
  line-height: 1.0;
  text-align: center;
  font-family: 'EB Garamond', serif;
}

.access_detail{
  font-size: 27.8px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 56px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}

.access_caption {
  font-size: 17.29px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 105px;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}

/*アクセス--文字サイズ,幅調整*/

  @media screen and (max-width: 1046px){
    .access_section_head{
      font-size: 4.31vw;
      margin-bottom: 3vw;
    }

    .map_container {
      margin: 0 auto 10vw;
    }

    #map01 {

    }

    .access_detail{
      font-size: 2.65vw;
      margin-bottom: 5.3vw;
    }

    .access_caption {
      font-size: 1.65vw;
      margin-bottom: 10.03vw;
    }
  }

/*お問い合わせページ*/

.contactfooter{
	position:relative;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background-color: #fff;
}

.contactfooter-container {
	position:absolute;
	z-index: 2;
  top: -184px;
	left:50%;
	width: 100%;
	padding-top: 100px;
	transform: translate(-50%, -65%);
	background-color: #fff;
}

/*--レスポンシブ：スマホ（iphonepromaxから）--*/
@media screen and (max-width: 460px){
/*共通*/

.fixbar {
  bottom: 0.6vw;
  right: 0.6vw;
}

.fixbar img {
  width: 40vw;
}

footer {
  padding: 6.4vw 0 16vw;
}

.linkbutton {
  font-size: 16px;
  letter-spacing: 0.13em;
  padding: 4px 20px;
  border-radius: 32px;
  max-width: 400px;
  min-width: 167px;
  width: 50vw;
}

.page_head {
  font-size: 25px;
  line-height: 1.4;
}

.page_head_sub {
  font-size: 13px;
  margin: 0 0 20px 0;
}

.section_head {
  font-size: 16px;
  margin: 0 auto 2.4vw;
  padding: 1.2vw 0;
  width:60%;
}

.section_head_jp {
  font-size: 10px;
}

.sp-unshown {
  display:none;
}

.sp-shown {
  display: block;
}

.copyright {
  font-size: 10px;
}

/*top*/
.topsection1{
  font-size: 13.7vw;
  line-height: 0.8;
}

.topsection2{
  font-size: 4.6vw;
}

.topsection3{
  font-size: 12px;
}

.top_article01 {
  display: inline-block;
  line-height: 1.4;
  font-size: 10px;
}

.top_article02 {
  display: inline-block;
  line-height: 1.4;
  font-size: 10px;
}

.top_article03 {
  display: inline-block;
  line-height: 1.4;
  font-size: 10px;
}

.top_01_04::before {
  padding-top: 25vw;
}

.top_01_07 {
  position:relative;
  width: 38.2vw;
}

.top_02_03_01 {
  padding:2% 0 7% 40%;
  top: 0;
}

.top_03 {
  margin-bottom: 34px;
}

.top_03_02_02_01_01 {
    width: 30%;
}

.sablink_wrap {
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  justify-content: space-between;
}

.sablink_wrap p {
  padding: 0 8vw;
}

.sablink {
  display: inline-block;
  width: 120px;
  height: 200px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
}

.sablink_a {
  line-height: 2.4;
  font-size: 16px;
}

/*スタジオ作例*/

/*設備紹介*/
.tools_container {
  width: 100%;
  box-shadow: 0px 0px 0px #fff;
}

.tools_pic {
  width: 240px;
  margin: 0 auto 4%;
  position: relative;
}

.tools_name {
  display: block;
  font-size: 11px;
  text-align: center;
}

.tools_blackline_1 {
  height:0.5px;
}
.tools_blackline_2 {
  width: 116px;
  height:0.5px;
}
.tools_blackline_3 {
  height:0.5px;
}
.tools_blackline_4 {
  height:0.5px;
}

.tools_container {
    padding: 0;
    margin-bottom: 13vw;
}

.tools_section_top {
  font-size: 4.0vw;
}

.tools_detail_one {
  font-size: 13px;
  margin-bottom: 0;
}

.tools_detail_two {
  font-size: 11px;
}

.tools_blackline_5 {
    margin: 15px auto 20px;
    width: 280px;
    height: 0.5px;
}

.tpmb {
  margin-bottom: 24px;
}

.to_paper_papers {
  font-size: 11px;
}
/*料金紹介*/

.price_pic {
  width: 210px;
}

.price_section_head {
  letter-spacing: 0.06em;
}

.price_container {
  width: 100%;
  padding: 0;
  box-shadow: 0px 0px 0px #fff;
}

.price_detail_one {
  font-size: 18px;
  letter-spacing: 0.1em;
}

.price_detail_two {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}


.price_detail_three {
  font-size: 11px;
  letter-spacing: 0.07em;
}

.price_detail_three li{
  margin-bottom:8px;
}


/*ポートフォリオ*/


/*マップ*/
.access_section_head{
  font-size: 19px;
  margin-bottom: 3vw;
}

.map_container {
  width: 265px;
  height: 216px;
  margin: 0 auto 8vw;
}

#map01 {

}

.rootlink {
  padding: 4px 8px;
  font-size: 12px;
}

.access_detail{
  font-size: 13px;
  margin-bottom: 5.3vw;
}

.access_caption {
  font-size: 11px;
  margin-bottom: 10.03vw;
}

/*お問い合わせページ*/

.contactfooter-container {
	padding-top: 100px;
	transform: translate(-50%, -50%);
  top: -48px;
}

}
