﻿@charset "utf-8";
/* ▼リセット
------------------------------------------------------------------------ */
  html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input, select {
  vertical-align: middle;
}
/* 
------------------------------------------------------------------------ */
html {
  font-size: 62.5%;
  font-size: 63.5%;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
html {
  font-size: 62.5%;
}
}
/* スクロールとズームのみ（ダブルタップでの拡大を無効化）
------------------------------------------------------------------------ */
html {
  touch-action: manipulation;
}
body {
  width: 100%;
  height: 100%;
  font-size: 1.6em;
  line-height: 1.6;
  background-color:#222;
user-select: text;
-webkit-user-select: text;
-ms-user-select: text;
-moz-user-select: text;

  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  -webkit-font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  font-family:  'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
}
a {
  color: #333;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:link {
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}
a:active, a:hover, a:focus, a:visited {
  outline: 0
}
a:hover {
  text-decoration: none;
}
button:focus {
  outline: 0;
}
img {
  border-style: none;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  width:100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
body::-webkit-scrollbar {
  width: 8px;
  height: auto;
}
body::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.0);
  border-left: solid 1px #ececec;
}
body::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #fff;
}

/*モーダルを開いたときスクロールバーを消す
------------------------------------------ */
body.scrollbar-hide::-webkit-scrollbar {
}
body.scrollbar-hide::-webkit-scrollbar-thumb{
  background-color: #fff;
}

/*ナビを開いたときスクロールバーを消す
------------------------------------------ */
body.fixed::-webkit-scrollbar {
}
body.fixed::-webkit-scrollbar-thumb{
  background-color: #fff;
}

/*モーダルに入った時スクロールバーを消す
------------------------------------------ */
body.modalNaka::-webkit-scrollbar {
  width: 0px;
  height: auto;
}
body.modalNaka::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.0);
  border-radius: 0px;
  border-left: solid 0px #ececec;
}
body.modalNaka::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.0);
  border-radius: 0;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.0);
}

/* div */
div::-webkit-scrollbar { 
  width: 0px;
  height:0px;
}
div::-webkit-scrollbar-track { 
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0); 
  border-left: solid 0px #ececec;
}
div::-webkit-scrollbar-thumb {
  background-color: #ddd;
  width: 0px;
  height: 0;
  border-radius: 10px;
  box-shadow:inset 0 0 0 0px #fff;
}


/*フォ－ム
------------------------------------------ */
input[type="text"],input[type="tel"],input[type="password"], input[type="submit"] ,input[type=checkbox], input[type="button"],textarea, select {
  width: 100%;
  padding: 5px;
  font-size: 1.4rem;
  font-size: 16px;
  line-height: 1.4;
  outline: 0;
  border:none;
  font-family: inherit;
  -webkit-appearance: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
  background-image: -webkit-linear-gradient(left, #FFFFFF, #FFFFFF);
  background-color: #fff;
  color: #111;
  font-size: 16px;
/*  overflow: hidden;*/
}

textarea::-webkit-scrollbar { 
  width: 8px;
  height: auto;
}
textarea::-webkit-scrollbar-track { 
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.0);
  border-left: solid 1px #ececec;
}
textarea::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #fff;
}

select {
  color: #111;
  font-size: 16px;
}


/*ie
------------------------------------------ */
select::-ms-expand {
    display: none !important;
}
input::placeholder,textarea::placeholder,select::placeholder {
  color: #ccc;
  font-size: 1.2rem;
}
/*
--------------------------- */
input::placeholder,textarea::placeholder,select::placeholder {
  font-size: 1.2rem;
  color: #999;
  line-height: 1.0;
  letter-spacing: 0.1rem;
}

/*アバウト
-------------------------------------------------*/
.about-wrap {
  position: relative;
  overflow: hidden;
}
/*アバウト
-------------------------------------------------*/
.about-contaner {
  position: relative;
  max-width: 600px;
  padding: 60px 30px 0px 30px;
  color:#fff;
  line-height: 2.4;
  margin:0 auto;
  transition: transform .0s;
}
/* ロゴ
---------------------------------------------------------------*/
.about-rogo {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  width:10vw;
  max-width:60px;
  aspect-ratio:1.5 / 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../images/navi/atomos2-white.svg);
  margin:0 15px 20px 0;
  opacity:.6;
}
/* 
--------------------------------------------- */
.about-photo {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  color:#bbb;
  font-size:1.6rem;
  line-height:1;
  margin-bottom:20px;
  font-weight:bold
}
/* 
--------------------------------------------- */
.about-box {
  position: relative;
  padding:20px 0;
  border-bottom:1px solid #aaa;
}
/* 
--------------------------------------------- */
.about-name {
  position: relative;
  font-size: 1.6rem;
  border-bottom:1px solid #aaa;
  color:#bbb;
}
.name-en {
  font-size: 1.6rem;
  font-family: 'Roboto';
  font-weight: 400;
  padding-left:10px;
  color:#bbb;
}
/* 
--------------------------------------------- */
.about-text {
  position: relative;
 font-size: 1.1rem;
  color:#bbb;
}
/* 撮影実績
--------------------------------------------- */
.work-contaner {
  position: relative;
  color:#bbb;
  line-height: 1.0;
  display:none;
}
.work-category {
  position: relative;
  margin: 0px auto;
  padding: 5px;
  text-align:left;
  font-size: 0;
  letter-spacing:-10rem;
}
.category-title {
  position: relative;
  width: 100%;
  margin: 40px auto 15px;
  padding: 0px 0 10px;
  text-align:left;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  border-bottom:1px solid #aaa;
}
.category-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 10px auto;
  padding:0;
  width:240px;
  letter-spacing: 0.1rem;
}
.category-box p {
  font-size: 1.3rem;
  padding-bottom: 10px;
}
.category-box p span.jp{
 font-size: 1.1rem;
}

/*メ－ル
---------------------------------------------------------------------- */
.contact-wrap {
  position: relative;
  text-align:left;
}
/*
-----------------------------------------------------------------------*/
.contact-box-inner {
  position: relative;
  max-width:600px;
  margin:0 auto;
  overflow: hidden;
  padding:70px 30px 70px 30px;
}
/* 
------------------------------------------------*/
.contact-midashi-box {
  position: relative;
  margin:0px auto 20px;
  color:#bbb;
  line-height:1;
  letter-spacing: -10rem;
  font-size:0em;
}
.contact-midashi {  
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right:10px;
  font-size:1.8rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.contact-midashi-sub {  
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size:1.2rem;
  letter-spacing: 0rem;
}
/*
----------------------------- */
.form-title {
  position: relative;
  font-size: 1.2rem;
  line-height:1.8;
  margin:0 0 30px;
  color:#bbb;
}

/*メ－ルフォ－ム
--------------------------- */
.mail-contaner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding-bottom:50px;
  text-align:left;
}
/*
--------------------------- */
.formContents {
  position: relative;
  width: 100%;
  padding:0;
  margin-bottom:40px;
  text-align: left;
  padding:0px;
  color:#bbb;
}
/*
--------------------------- */
.mail-contentsTitle {
  position: relative;
  margin-bottom:5px;
  font-size: 1.2rem;
  line-height:1;
}
/*
--------------------------- */
.sub-check {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.0rem;
  padding:3px 5px;
  margin-right:5px;
  background-color:#f0f0f0;
  color:#1f2124;
  border-radius: 2px;
}
.sub-check.must {
  background-color:#f0f0f0;
  color:#1f2124;
}

/*
--------------------------- */
input[type="text"], textarea {
  width: 100%;
  height: 40px;
  padding: 10px 10px;
  border:1px solid #bbb;
  border-radius: 2px;
  margin:0;
  font-size: 16px;
  background-color:#fff;
}
/*
--------------------------- */
textarea {
  width: 100%;
  max-width: 100%;
  min-height: 200px;
}
/*セレクトボックス
--------------------------- */
select.contact-salon {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 10px;
  border:1px solid #bbb;
  border-radius: 2px;
  font-size: 1.2rem;
  color:#111;
  background-color:#fff;
}
/*チェックボックス
--------------------------- */
.checkbox-wrapper {
  position: relative;
  width: 100%;
  padding: 10px;
  border:1px solid #bbb;
  border-radius: 2px;
  font-size: 1.2rem;
  color:#111;
  background-color:#fff;
}
.checkbox-title {
  position: relative;
  width: 100%;
  margin:10px 0 20px;
  padding-left: 0px ;
  line-height: 1;
  font-size: 1.2rem;
}
/*
-----------------------------*/
.checkBox {
  position: relative;
  display:block;
  margin: 8px 0;
  text-align: left;
  padding: 5px 0px;
  line-height: 1;
}
/*チェックボックスカスタム
----------------------------- */
.checkbox-input{
  display: none;
}
.checkbox-parts{
  position:relative;
  padding: 0 0px 0 22px;
}
.checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0,-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.checkbox-input:checked + .checkbox-parts{
  color: #333;
  font-weight:bold;
}
.checkbox-input:checked + .checkbox-parts::before{
  border: 1px solid #999;
}
.checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 6px;
  width: 6px;
  height: 12px;
  transform: rotate(40deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

/*▼terms
-------------------------------------------- */
.terms-box {
  position: relative;
  overflow:hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  height: 400px;
  border:1px solid  #ccc;
  background-color:#fff;
  padding:20px;
}
.terms-box::-webkit-scrollbar { 
  width: 8px;
  height: auto;
}
.terms-box::-webkit-scrollbar-track { 
  background-color: rgba(255, 255, 255, 1.0);
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.0);
  border-left: solid 1px #ececec;
}
.terms-box::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px #fff;
}
/* ★プライバシーポリシー
-------------------------------------------------------------------*/
.law-box {
  position: relative;
}
/*
-------------------------------------------------------------------*/
.law-ajax-contents {
  position: relative;
}
/*
-------------------------------------------------------------------*/
.law-title {
  position: relative;
  width: 100%;
  margin:0 auto 50px;
  text-align:center;
  font-size: 1.2rem;
  line-height: 1;
  font-family:'Hiragino Maru Gothic Pro';
  font-weight: bold;
  letter-spacing: 0.1rem;
  border:0px solid #ddd;
  padding:5px;
  background-color:#ddd;
}
/*
-------------------------------------------------------------------*/
.law-inner-title {
  position: relative;
  margin:20px auto 10px;
  padding-bottom:10px;
  font-size: 1.2rem;
  line-height: 1;
  font-family:'Hiragino Maru Gothic Pro';
  font-weight: bold;
  letter-spacing: 0.05rem;
  border-bottom:1px dotted #999;
}
/*
-------------------------------------------------------------------*/
.law-box-inner {
  position: relative;
  width: calc(100% - 20px);
  margin:10px auto 30px;
}
.law-box-inner.top {
  position: relative;
  width: calc(100% - 20px);
  margin:0px auto 30px;
  border:none;
  padding:10px 0px;
}
.law-text {
  position: relative;
  padding:5px 0px;
}
.law-num {
  position: relative;
  display:inline-block;
  vertical-align: top;
  width:20px;
}
.law-num-text {
  position: relative;
  display:inline-block;
  vertical-align: top;
  width: calc(100% - 25px);
}

/*
-----------------------------*/
.submitBox {
  position: relative;
  width: 100%;
  margin:5px auto;
  letter-spacing: -10rem;
  font-size: 0;
  text-align: left;
  overflow: hidden;
}
.formText {
  position: relative;
  letter-spacing:0.1rem;
  font-size: 1.2rem;
  margin-bottom:5px;
  color:#bbb;
  font-family:'Hiragino Maru Gothic Pro';
  font-weight:bold;
}
.submit, .reset {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width:100%;
  height: 40px;
  margin:0px;
  letter-spacing:0rem;
  overflow: hidden;
  border-radius:4px;
}
.submit {
  margin-bottom:10px;
}

@media screen and (min-width: 375px) {
.submit, .reset {
  padding:0 60px;
  width: calc(50% - 3px);
}
.submit {
  margin-bottom:0px;
  margin-right:6px;
}
}
.input-cover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 13px 0 0 0px;
  line-height:1;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  background-color:#555;
  letter-spacing: 0.1rem;
  z-index:2;
  pointer-events: none;
}
.reset .input-cover {
  background-color:#555;
  color: #fff;
}
.submit .input-cover:after {
  position: absolute;
  content:"";
  margin:0;
  width: 11px;
  height: 11px;
  top:13px;
  right:17px;
  border-top:1px solid #fff;
  border-right:1px solid #fff;
  pointer-events: none;
  transform: rotate(45deg);
  pointer-events: none;
}
.reset .input-cover:after {
  position: absolute;
  content:"";
  top:0px;
  right:0px;
  width:40px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  background-image: url(../images/navi/reload-white.svg);
  pointer-events: none;
}

.mail-contaner input[type="submit"], .mail-contaner input[type="reset"] {
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  position: relative;
  position: absolute;
  display:block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  font-size: 100px;
  z-index:1;
  text-indent: -9999px;
  border-radius: 2px;
  border-style: solid;
}


/* お問合せ有難うございました
-------------------------------------------------------------------------- */
.thanks-contaner {
  position: relative;
  background-color:#fff;
}
.thanks_box {
  position: relative;
  max-width:600px;
  margin: 0px auto;
  padding:70px 30px 70px 60px;
  color: #111;
}
/* 
--------------------------------------------*/
.thanks_title {
  position: relative;
  margin:30px 0 5px;
  font-size: 1.4rem;
}
/*
---------------------------------------------- */
.thanks_text {
  position: relative;
  padding:0 20px;
  margin-bottom: 5px;
  font-size: 1.2rem;
}
a.thanks_text.link {
  display:block;
  width: 200px;
  padding:10px 20px;
  line-height:1;
  border:1px solid #999;
  margin:30px auto 0;
  text-align:center;
  border-radius:6px;
}






