@charset "UTF-8";

/*==========================================
SP共通
===========================================*/
body {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #000;
  line-height: 1.8;
  text-align: center;
  letter-spacing: .08em;
  font-size: 3.55vw;
  word-break: normal;
}

/*==========================================
サイトの標準横幅と内部余白
===========================================*/
.inbox {
  padding: 0 6%;
  margin: 0 auto;
}

.com-pd {
  padding: 15% 0;
}

.com-pt {
  padding-top: 15%;
}

.com-pb {
  padding-bottom: 15%;
}

.com-mb {
  margin-bottom: 15%;
}

/*==========================================
SP非表示
===========================================*/
.sp-none {
  display: none !important;
}

/*==========================================
パンくずリスト
===========================================*/
div .bread {
  display: none;
}

/*==========================================
header
===========================================*/
#header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1001;
}
#header .hd-right {
  display: none;
}
#header .fixed-mail {
  display: none;
}

.top-hd {
  height: 56vw;
}
.top-hd h1 {
  width: 55%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 18vw;
}

#mv {
  height: 56vw;
  background: url(../img/top/mv/mv-baby.png) left -45% bottom -1vw/70% no-repeat, url(../img/top/mv/mv-cat.png) right bottom/100% no-repeat, url(../img/top/mv/mv-base.png) center/cover no-repeat;
}

/*==========================================
nav
===========================================*/
#gnav {
  display: none;
}

/*==========================================
共通ブロック・要素
===========================================*/
.txt-blc {
  text-align: left;
}
.txt-blc p {
  margin-bottom: 5%;
  line-height: 1.8;
}
.txt-blc p:last-child {
  margin-bottom: 0;
}

#g-map h4 {
  font-size: 3.8vw;
  font-weight: 700;
  margin-bottom: 25;
}
#g-map h4 span {
  padding-left: 5%;
}
#g-map .map {
  position: relative;
  width: 100%;
  padding: calc(315 / 560 * 100%) 0 0;
}
#g-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.phone-num {
  font-size: 6.74vw;
  padding-left: 5%;
}
.phone-num small {
  font-size: 3.59467vw;
}

.more-btn {
  display: block;
  border: 1px solid #aaa;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 4% 2%;
  letter-spacing: .12em;
  font-size: 3.37vw;
}
.more-btn:hover {
  background: #aaa;
  opacity: 1;
  color: #fff;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-dl {
  font-family: 'Shippori Mincho B1', serif;
  text-align: left;
}
.com-dl > dl > dt {
  background: #141414;
  color: #fff;
  padding: 2% 3%;
}
.com-dl > dl > dd {
  padding: 3%;
}
.com-dl > dl > dd a[href^="tel:"],
.com-dl > dl > dd a[href^="mailto:"] {
  text-decoration: underline;
}

/*==============================================
ドロワーメニュー
==============================================*/
/*drawer btn 上下左右で設定可能
------------------------------------ */
.sp-menu-btn-wrp {
  top: 7px;
  right: 7px;
  bottom: auto;
  left: auto;
  background: #141414;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 45px;
  height: 45px;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 20px;
  height: 2px;
  background: #fff;
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 15px;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 29px;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: #fff;
}

.sp-menu-btn.active .top {
  left: -1px;
}

/*  drawer inbox
------------------------------------ */
#drawer-nav {
  padding: 6% 6% 5%;
  background: #f8f8f8;
}
#drawer-nav .drawer-logo {
  width: 35%;
  margin-bottom: 8%;
}
#drawer-nav #nav .drawer-link {
  padding: 3% 0;
  border-bottom: 1px solid #aaa;
  font-size: 4vw;
}
#drawer-nav #nav .drawer-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer-nav #nav .drawer-dropdown span {
  display: block;
}
#drawer-nav #nav .drawer-dropdown span:before, #drawer-nav #nav .drawer-dropdown span:after {
  background: #000;
}
#drawer-nav #nav .current {
  color: #1b2e73;
  padding-left: 7%;
  position: relative;
}
#drawer-nav #nav .current:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1b2e73;
  border-right: 2px solid #1b2e73;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#drawer-nav #nav .current span:after {
  opacity: 0 !important;
}
#drawer-nav #nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#drawer-nav #nav .drawer-dropdown-bx > li > .drawer-link:before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
}
#drawer-nav #nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}
#drawer-nav .sns-list {
  margin: 10% auto 8% 0;
}
#drawer-nav .sns-list li {
  margin-right: 5%;
}
#drawer-nav .sns-list li:last-child {
  margin-right: 0;
}
#drawer-nav .drawer-address {
  margin: 5% auto;
  text-align: center;
  font-size: 3.5vw;
}
#drawer-nav .drawer-address li {
  margin-bottom: 3%;
}
#drawer-nav .drawer-address li:last-child {
  margin-bottom: 0;
}
#drawer-nav .drawer-address li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
#drawer-nav .drawer-address li dl dt {
  width: 25%;
  margin-right: 3%;
}
#drawer-nav .drawer-address li dl dd {
  width: 70%;
  text-align: left;
}
#drawer-nav .drawer-tel {
  background: url(../img/common/ft-tel_icon.png) left center/5% no-repeat;
  font-size: 7.86333vw;
}
#drawer-nav .mail-btn {
  width: 80%;
  margin: 3% auto 0 auto;
  display: block;
  color: #fff;
  font-size: 3.59467vw;
  font-weight: 500;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b2e73+50,283d86+50 */
  background: linear-gradient(135deg, #1b2e73 50%, #283d86 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 5% 2% 5% 8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#drawer-nav .mail-btn:before {
  position: absolute;
  content: '';
  background: url('../img/common/mail_icon.png?1694509639');
  width: 19px;
  height: 14px;
  background-size: 100%;
  top: 0;
  right: auto;
  bottom: 0;
  left: 30px;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: auto 0;
  z-index: 1;
}

/*==========================================
トップページ
===========================================*/
/*-----------------------------
一瞬を写す一生の宝物
------------------------------*/
#top-greeting {
  position: relative;
  padding: 10.28vw 0 28.98vw 0;
  background: url(../img/top/greeting-shadow.png) right 2.77083% top 14vw/25.052% no-repeat, url(../img/top/greeting-bg.png) center/cover no-repeat;
}
#top-greeting h2 span {
  font-size: 6.74vw;
}
#top-greeting p {
  text-align: left;
  margin-bottom: 6%;
}
#top-greeting p:last-child {
  margin-bottom: 0;
}
#top-greeting .img-blc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -9.38vw;
  width: 93.75%;
  margin: 0 auto;
  z-index: 2;
}
#top-greeting .img-blc img {
  border-radius: 10px;
}

/*-----------------------------
中尾スタジオの選ばれる理由
------------------------------*/
#top-reason {
  padding: 21vw 4% 10.7vw 4%;
  position: relative;
  z-index: 1;
}
#top-reason:before {
  width: 37.5%;
  height: 100%;
  background: #f7f7f1;
  left: 0;
  top: 0;
  z-index: -1;
  position: absolute;
  content: '';
}
#top-reason .txt-blc {
  margin-bottom: 8%;
}
#top-reason .txt-blc h2 {
  text-align: center;
  font-size: 5.392vw;
  letter-spacing: .12em;
  margin-bottom: 14%;
}
#top-reason .txt-blc h2 span {
  font-size: 6.29067vw;
  border-bottom: 3px double;
}
#top-reason .txt-blc .reason-list {
  margin-bottom: 10%;
}
#top-reason .txt-blc .reason-list li {
  width: 70%;
  margin: 0 auto 12% auto;
  position: relative;
  border: 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  height: 32.5vw;
  background: #fff;
}
#top-reason .txt-blc .reason-list li:last-child {
  margin-bottom: 0;
}
#top-reason .txt-blc .reason-list li dt {
  position: absolute;
  left: 0;
  top: -5.3vw;
  font-size: 5.84133vw;
  line-height: 1;
}
#top-reason .txt-blc .reason-list li dt:before {
  width: 1px;
  height: 7vw;
  background: #141414;
  position: absolute;
  content: '';
  right: -2vw;
  bottom: -3.2vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#top-reason .txt-blc .reason-list li dd {
  text-align: center;
  font-size: 3.59467vw;
}
#top-reason .txt-blc .reason-list li dd span {
  font-size: 4.26867vw;
}
#top-reason .txt-blc .view-more {
  width: 100%;
  display: block;
  position: relative;
  color: #1b2e73;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3% 2% 3% 7%;
  font-size: 4.26867vw;
}
#top-reason .txt-blc .view-more:before, #top-reason .txt-blc .view-more:after {
  width: 3%;
  height: 17vw;
  position: absolute;
  content: '';
  background: url(../img/top/reason-detail_frame.png) center/100% no-repeat;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#top-reason .txt-blc .view-more:before {
  left: 0;
}
#top-reason .txt-blc .view-more:after {
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#top-reason .txt-blc .view-more .view-more-about {
  padding-left: 12%;
  background: url(../img/common/more-blue_arr.png) left center/10% no-repeat;
}
#top-reason .txt-blc .view-more .view-more-sec {
  background: #aaa;
  font-size: 3.37vw;
  color: #fff;
  padding: 0 10px;
  display: inline-block;
  margin-top: 2%;
}

/*-----------------------------
撮影メニュー
------------------------------*/
#top-menu {
  padding: 12% 0 18.5vw 0;
}
#top-menu h2 {
  font-size: 5.84133vw;
  letter-spacing: .12em;
  margin-bottom: 8%;
}
#top-menu .menu-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10%;
}
#top-menu .menu-wrp li {
  width: 48%;
  margin-bottom: 7%;
}
#top-menu .menu-wrp li:nth-child(2n+1):nth-last-child(-n+2), #top-menu .menu-wrp li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
  margin-bottom: 0;
}
#top-menu .menu-wrp li img {
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -1px;
}
#top-menu .menu-wrp li figcaption {
  font-size: 3.81933vw;
  margin-top: 4%;
  letter-spacing: .12em;
}
#top-menu .recommend-wrp {
  position: relative;
  padding: 7% 4%;
  z-index: 1;
}
#top-menu .recommend-wrp:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  border: 1px solid #1b2e73;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#top-menu .recommend-wrp h3 {
  width: 83%;
  background: #1b2e73;
  color: #fff;
  font-size: 4.044vw;
  letter-spacing: .12em;
  text-align: left;
  margin: 0 0 5% -6%;
  position: relative;
  z-index: 2;
}
#top-menu .recommend-wrp h3 span {
  border-bottom: 1px solid #fff;
  font-size: 3.37vw;
  padding: 0 5% 0 2%;
  vertical-align: top;
  margin-right: 10px;
}
#top-menu .recommend-wrp h4 {
  width: 91%;
  font-size: 8.98667vw;
  color: #1b2e73;
  position: relative;
  letter-spacing: .12em;
  margin: 0 auto 5% auto;
}
#top-menu .recommend-wrp h4:before, #top-menu .recommend-wrp h4:after {
  width: 5%;
  height: 15vw;
  position: absolute;
  content: '';
  background: url(../img/top/recommend-ttl_frame.png) center/100% no-repeat;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#top-menu .recommend-wrp h4:before {
  left: 0;
}
#top-menu .recommend-wrp h4:after {
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#top-menu .recommend-wrp h5 {
  font-size: 4.49333vw;
  letter-spacing: .12em;
  text-align: left;
  margin-bottom: 6%;
}
#top-menu .recommend-wrp h5 span {
  padding-bottom: 3%;
  border-bottom: 1px solid;
}
#top-menu .recommend-wrp p {
  margin-bottom: 7%;
  text-align: left;
}
#top-menu .more-btn {
  width: 88%;
  margin: 10% auto 0 auto;
}

/*-----------------------------
ギャラリー
------------------------------*/
#top-gallery {
  padding: 15% 0;
  background: #f7f7f1;
}
#top-gallery .inbox {
  position: relative;
}
#top-gallery .txt-blc h2 {
  text-align: center;
  font-size: 5.84133vw;
  letter-spacing: .12em;
  margin-bottom: 3%;
}
#top-gallery .txt-blc p {
  text-align: center;
  margin-bottom: 8%;
}
#top-gallery .txt-blc .more-btn {
  width: 100%;
}
#top-gallery .img-blc {
  display: none;
}
#top-gallery .img-blc img {
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -1px;
}

/*-----------------------------
会社概要
------------------------------*/
#top-info {
  padding: 16% 0 12% 0;
  position: relative;
  z-index: 1;
  background: url(../img/top/info-shape.png) left 4% top 10vw/29.1666% no-repeat;
}
#top-info .txt-blc {
  margin-bottom: 10%;
}
#top-info .txt-blc h2 {
  text-align: center;
  font-size: 5.84133vw;
  letter-spacing: .12em;
  margin-bottom: 7%;
}
#top-info .txt-blc p {
  margin-bottom: 7%;
}
#top-info .txt-blc .more-btn {
  width: 85%;
  margin: 0 auto;
}
#top-info figure {
  text-align: left;
  margin-bottom: 7%;
}
#top-info figure img {
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -1px;
}
#top-info figure figcaption {
  font-size: 4.044vw;
  text-align: center;
  margin-top: 3%;
}
#top-info .studio-img {
  width: 88%;
  margin: 0 auto;
}
#top-info .studio-img img {
  border-radius: 10px 0 0 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -1px;
}

/*-----------------------------
お知らせ
------------------------------*/
#top-news {
  background: #f8f8f8;
  padding: 7% 0;
}
#top-news .inbox {
  padding: 0;
}
#top-news .news-wrp {
  background: #fff;
  padding: 7% 6%;
}
#top-news .news-wrp .news-ttl-wrp {
  margin-bottom: 7%;
}
#top-news .news-wrp .news-ttl-wrp h2 {
  font-size: 5.84133vw;
  letter-spacing: .12em;
  margin-bottom: 3%;
}
#top-news .news-wrp .news-ttl-wrp .view-more {
  width: 38%;
  font-size: 3.37vw;
  display: block;
  margin: 0 0 0 auto;
  border-bottom: 1px solid;
  text-align: right;
  background: url(../img/common/more-black_arr.png) left center no-repeat;
}
#top-news .news-wrp .news-ttl-wrp .view-more:hover {
  text-decoration: underline;
  background: url(../img/common/more-black_arr.png) left 5px center no-repeat;
}
#top-news .news-wrp .news-list article {
  text-align: left;
  border-bottom: 1px solid #ccc;
}
#top-news .news-wrp .news-list article:last-child {
  border-bottom: none;
}
#top-news .news-wrp .news-list article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4.5% 0;
}
#top-news .news-wrp .news-list article time {
  width: 23%;
  background: #aaa;
  color: #fff;
  font-size: 3.14533vw;
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  position: relative;
}
#top-news .news-wrp .news-list article h3 {
  width: 75%;
  font-weight: 500;
  font-size: 3.37vw;
}
#top-news .news-wrp .news-list article a:hover h3 {
  text-decoration: underline;
}
#top-news .news-wrp .news-list article .category-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 3%;
}
#top-news .news-wrp .news-list article .category-label li {
  color: #aaa;
  font-size: 2.696vw;
  padding-left: 8px;
  position: relative;
  margin: 0 8px 8px 0;
}
#top-news .news-wrp .news-list article .category-label li:before {
  width: 1px;
  height: 12px;
  background: #aaa;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#top-news .news-wrp .news-list article .category-label li:last-child {
  margin-right: 0;
}

/*==========================================
footer
===========================================*/
#footer .inbox {
  padding: 10% 6% 6% 6%;
}
#footer .ft-logo {
  width: 52%;
  margin: 0 auto 8% auto;
}
#footer address .ft-adr {
  width: 100%;
  font-size: 3.14533vw;
  margin-bottom: 3%;
}
#footer address .ft-adr span {
  padding-left: 15px;
  background: url(../img/common/ft-pin_icon.png) left center no-repeat;
}
#footer address .phone-num {
  font-size: 7.86333vw;
  background: url(../img/common/ft-tel_icon.png) left center/5% no-repeat;
}
#footer address .phone-num small {
  font-size: 4.044vw;
}
#footer address .mail {
  width: 80%;
  margin: 3% auto 0 auto;
  display: block;
  color: #fff;
  font-size: 3.59467vw;
  font-weight: 500;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1b2e73+50,283d86+50 */
  background: linear-gradient(135deg, #1b2e73 50%, #283d86 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 5% 2% 5% 8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
#footer address .mail:before {
  position: absolute;
  content: '';
  background: url('../img/common/mail_icon.png?1694509639');
  width: 19px;
  height: 14px;
  background-size: 100%;
  top: 0;
  right: auto;
  bottom: 0;
  left: 30px;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin: auto 0;
  z-index: 1;
}
#footer address .work-time {
  width: 100%;
  font-size: 2.696vw;
  margin: 5% 0;
}
#footer .ft-nav {
  margin-top: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#footer .ft-nav li {
  font-weight: 500;
  font-size: 2.696vw;
}
#footer .ft-nav li:nth-last-child(n+4) {
  display: none;
}
#footer .ft-nav li a:hover {
  text-decoration: underline;
}

#copyright {
  font-size: 10px;
  word-break: normal;
  background: #141414;
  color: #fff;
  padding: 5px 0;
}
#copyright a {
  color: #fff;
}

/*==========================================
サブビジュアル
===========================================*/
.lower-hd {
  padding: 1.5% 4%;
}
.lower-hd h1 {
  width: 38%;
  line-height: 1;
}

.lower-sv {
  position: relative;
  height: 40vw;
  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;
  width: 100%;
}
.lower-sv h2 {
  font-size: 6.74vw;
  letter-spacing: .12em;
  font-weight: 500;
  font-family: 'Shippori Mincho B1', serif;
  color: #fff;
}

#about-sv {
  background: url(../img/sv/about-sv.png) center/cover no-repeat;
}

#menu-sv {
  background: url(../img/sv/menu-sv.png) center/cover no-repeat;
}

#gallery-sv {
  background: url(../img/sv/gallery-sv.png) center/cover no-repeat;
}

#info-sv {
  background: url(../img/sv/info-sv.png) center/cover no-repeat;
}

#blog-sv {
  background: url(../img/sv/blog-sv.png) center/cover no-repeat;
}

#contact-sv {
  background: url(../img/sv/contact-sv.png) center/cover no-repeat;
}

#complete-sv {
  background: url(../img/sv/complete-sv.png) center/cover no-repeat;
}

#privacy-sv {
  background: url(../img/sv/privacy-sv.png) center/cover no-repeat;
}

#site-sv {
  background: url(../img/sv/site-sv.png) center/cover no-repeat;
}

#e404-sv {
  background: url(../img/sv/e404-sv.png) center/cover no-repeat;
}
#e404-sv h2 {
  font-size: 5.84133vw;
}

/*==========================================
共通タイトル
===========================================*/
.ttl01 {
  font-size: 5.84133vw;
  font-family: 'Shippori Mincho B1', serif;
  padding-bottom: 7%;
  margin-bottom: 7%;
  position: relative;
  letter-spacing: .12em;
}
.ttl01:before {
  width: 17%;
  height: 1px;
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  background: #ccc;
  margin: 0 auto;
}

.ttl02 {
  text-align: left;
  border-bottom: 1px solid #141414;
  padding-bottom: 2%;
  margin-bottom: 3%;
  letter-spacing: .12em;
  font-size: 4.49333vw;
  font-family: 'Shippori Mincho B1', serif;
}

/*==========================================
中尾スタジオ
===========================================*/
/*---------------------------
中尾スタジオが選ばれる理由
----------------------------*/
#about-reason .reason-wrp li {
  margin-bottom: 12%;
}
#about-reason .reason-wrp li:last-child {
  margin-bottom: 0;
}
#about-reason .reason-wrp li .img-blc {
  margin-bottom: 6%;
}
#about-reason .reason-wrp li .txt-blc h4 {
  font-size: 5.16733vw;
  letter-spacing: .12em;
  margin-bottom: 5%;
  line-height: 1.5;
  padding: 5% 0 0 7%;
  position: relative;
  z-index: 1;
}
#about-reason .reason-wrp li .txt-blc h4:before {
  position: absolute;
  content: '';
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 80px 0 0;
  border-color: #f7f7f1 transparent transparent transparent;
  z-index: -1;
}
#about-reason .reason-wrp li .txt-blc h4 span {
  font-size: 5.84133vw;
}
#about-reason .reason-wrp li .txt-blc p {
  letter-spacing: 0;
}

/*---------------------------
スタッフ紹介
----------------------------*/
#staff .staff-wrp li {
  margin-bottom: 10%;
  padding-bottom: 10%;
  border-bottom: 1px solid #ccc;
}
#staff .staff-wrp li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
#staff .staff-wrp li .profile-wrp h4 {
  font-size: 5.61667vw;
  margin-bottom: 3%;
}
#staff .staff-wrp li .profile-wrp h4 small {
  font-size: 3.59467vw;
  margin-right: 3%;
}
#staff .staff-wrp li .profile-wrp dl {
  margin-bottom: 7%;
}
#staff .staff-wrp li .profile-wrp dl:last-child {
  margin-bottom: 0;
}
#staff .staff-wrp li .profile-wrp dt {
  background: #aaa;
  color: #fff;
  font-size: 4.044vw;
  padding: 2% 4%;
  margin-bottom: 3%;
}

/*---------------------------
撮影までの流れ
----------------------------*/
#steps .steps-wrp li {
  padding: 7% 2% 7% 24%;
  border-bottom: 1px solid #ccc;
  position: relative;
}
#steps .steps-wrp li:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4vw 6vw 0 6vw;
  border-color: #ccc transparent transparent transparent;
  left: 0;
  right: 0;
  bottom: -2.5vw;
  margin: 0 auto;
}
#steps .steps-wrp li:last-child:before {
  border: none;
}
#steps .steps-wrp li dl {
  text-align: left;
}
#steps .steps-wrp li dl dt {
  font-size: 4.94267vw;
  margin-bottom: 3.5%;
  padding-left: 17%;
  position: relative;
  line-height: 1.2;
}
#steps .steps-wrp li dl dt:before {
  color: #fff;
  background: #141414;
  position: absolute;
  width: 14%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#steps .steps-wrp li:nth-child(1) {
  background: url(../img/about/step01-icon.png) left top 6vw/19% no-repeat;
}
#steps .steps-wrp li:nth-child(1) dt:before {
  content: "1.";
}
#steps .steps-wrp li:nth-child(2) {
  background: url(../img/about/step02-icon.png) left top 6vw/19% no-repeat;
}
#steps .steps-wrp li:nth-child(2) dt:before {
  content: "2.";
}
#steps .steps-wrp li:nth-child(3) {
  background: url(../img/about/step03-icon.png) left top 6vw/19% no-repeat;
}
#steps .steps-wrp li:nth-child(3) dt:before {
  content: "3.";
}
#steps .steps-wrp li:nth-child(4) {
  background: url(../img/about/step04-icon.png) left top 6vw/19% no-repeat;
}
#steps .steps-wrp li:nth-child(4) dt:before {
  content: "4.";
}
#steps .steps-wrp li:nth-child(5) {
  background: url(../img/about/step05-icon.png) left top 6vw/19% no-repeat;
}
#steps .steps-wrp li:nth-child(5) dt:before {
  content: "5.";
}

/*==========================================
撮影メニュー
===========================================*/
.menu-pagenav {
  width: 88%;
  margin: 0 auto 12% auto;
}
.menu-pagenav li {
  width: 100%;
  margin-bottom: 7%;
}
.menu-pagenav li:last-child {
  margin-bottom: 0;
}

/*---------------------------
キャンペーンメニュー
----------------------------*/
#menu-campaign .campaign-wrp li {
  border: 1px solid #000;
  margin-bottom: 10%;
}
#menu-campaign .campaign-wrp li:last-child {
  margin-bottom: 0;
}
#menu-campaign .campaign-wrp li .com-img {
  width: 100%;
  height: 68vw;
}
#menu-campaign .campaign-wrp li .txt-blc {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5%;
}
#menu-campaign .campaign-wrp li .txt-blc .price {
  text-align: right;
  color: #1b2e73;
  font-size: 4.94267vw;
  letter-spacing: .12em;
}
#menu-campaign .campaign-wrp li .txt-blc .price small {
  font-size: 2.92067vw;
}
#menu-campaign .campaign-wrp li .txt-blc .menu-detail {
  text-align: left;
}

/*---------------------------
おすすめメニュー
----------------------------*/
#menu-recommend .recommend-wrp {
  padding: 0 0 160vw 0;
  position: relative;
  margin-bottom: 15%;
}
#menu-recommend .recommend-wrp .txt-blc {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-bottom: 6%;
}
#menu-recommend .recommend-wrp .txt-blc h4 {
  width: 91%;
  margin: 0 auto 5% auto;
  position: relative;
  font-size: 10.11vw;
  letter-spacing: .12em;
  color: #1b2e73;
  text-align: center;
}
#menu-recommend .recommend-wrp .txt-blc h4:before, #menu-recommend .recommend-wrp .txt-blc h4:after {
  width: 5%;
  height: 17vw;
  position: absolute;
  content: '';
  background: url(../img/top/recommend-ttl_frame.png) center/100% no-repeat;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#menu-recommend .recommend-wrp .txt-blc h4:before {
  left: 0;
}
#menu-recommend .recommend-wrp .txt-blc h4:after {
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#menu-recommend .recommend-wrp .txt-blc p {
  letter-spacing: 0;
}
#menu-recommend .recommend-wrp .recom-img01 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 45vw;
}
#menu-recommend .recommend-wrp .recom-img02 {
  width: 56%;
  position: absolute;
  left: 0;
  bottom: 60vw;
}
#menu-recommend .recommend-wrp .recom-img03 {
  width: 59%;
  position: absolute;
  right: -6%;
  bottom: 41vw;
}
#menu-recommend .recommend-wrp .recom-img04 {
  width: 75%;
  position: absolute;
  left: 0;
  bottom: 0;
}
#menu-recommend .price-wrp h4 {
  width: 60%;
  margin: 0 auto;
  font-size: 5.61667vw;
  letter-spacing: .12em;
  position: relative;
  margin-bottom: 7%;
}
#menu-recommend .price-wrp h4:before, #menu-recommend .price-wrp h4:after {
  width: 25%;
  height: 5px;
  position: absolute;
  content: '';
  border-top: 3px double #141414;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#menu-recommend .price-wrp h4:before {
  left: 0;
}
#menu-recommend .price-wrp h4:after {
  right: 0;
}
#menu-recommend .price-wrp .price-inner {
  margin: 0 auto 8% auto;
  background: #f7f7f1;
  padding: 5% 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#menu-recommend .price-wrp .price-inner dd {
  font-size: 3.14533vw;
}
#menu-recommend .price-wrp .price-inner dd span {
  font-size: 4.044vw;
}
#menu-recommend .com-menu-list .com-menu-list-item {
  border: 1px solid #141414;
  padding: 7% 4%;
  margin-bottom: 8%;
}
#menu-recommend .com-menu-list .com-menu-list-item:last-child {
  margin-bottom: 0;
}
#menu-recommend .com-menu-list .com-menu-list-item .menu-meta {
  width: 100%;
}

.com-menu-list .com-menu-list-item .menu-meta .menu-detail {
  text-align: left;
  margin-bottom: 6%;
}
.com-menu-list .com-menu-list-item .menu-meta .com-dl dd small {
  font-size: 3.14533vw;
}
.com-menu-list .com-menu-list-item .menu-meta .caution {
  text-align: right;
  font-size: 2.92067vw;
  margin: 2% 0 3% 0;
}

/*---------------------------
通常メニュー
----------------------------*/
#menu-normal .com-menu-list .com-menu-list-item {
  padding-bottom: 8%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 8%;
}
#menu-normal .com-menu-list .com-menu-list-item:last-child {
  margin-bottom: 0;
}
#menu-normal .com-menu-list .com-menu-list-item .img-blc {
  margin-bottom: 3%;
}
#menu-normal .com-menu-list .com-menu-list-item .img-blc img {
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -1px;
}
#menu-normal .com-menu-list .com-menu-list-item .menu-meta h5 {
  background: #aaa;
  color: #fff;
  padding: 2% 4%;
  text-align: left;
  font-size: 4.044vw;
  margin-bottom: 2.5%;
}
#menu-normal .com-menu-list .com-menu-list-item .menu-meta .com-dl:last-child {
  margin-bottom: 0;
}
#menu-normal .com-menu-list .com-menu-list-item .menu-meta .com-dl dd span {
  display: block;
  font-size: 3.14533vw;
}
#menu-normal .com-menu-list .com-menu-list-item .menu-meta .option-price {
  text-align: left;
  padding-left: 4%;
  border-left: 2px solid #ccc;
  margin-bottom: 6%;
}

/*==========================================
フォトギャラリー
===========================================*/
#gallery-archive .category-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 8%;
}
#gallery-archive .category-label li {
  width: 48%;
  margin-bottom: 5%;
}
#gallery-archive .category-label li:nth-child(2n+1):nth-last-child(-n+2), #gallery-archive .category-label li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
  margin-bottom: 0;
}
#gallery-archive .category-label li a {
  display: block;
  border-radius: 20px;
  border: 1px solid #aaa;
  padding: 3% 2%;
}
#gallery-archive .category-label li a:hover {
  opacity: 1;
  background: #aaa;
  color: #fff;
}
#gallery-archive .category-label .current a {
  background: #aaa;
  color: #fff;
}
#gallery-archive .gallery-wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#gallery-archive .gallery-wrp li {
  width: 48%;
  margin-bottom: 7%;
}
#gallery-archive .gallery-wrp li:nth-child(2n+1):nth-last-child(-n+2), #gallery-archive .gallery-wrp li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
  margin-bottom: 0;
}
#gallery-archive .gallery-wrp li .com-img {
  width: 100%;
  height: 42vw;
  border-radius: 10px;
}
#gallery-archive .gallery-wrp li .com-img img {
  border-radius: 10px;
}

#gallery-single .hero-wrp {
  margin-bottom: 5%;
}
#gallery-single .hero-wrp img {
  border-radius: 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.1) 0px 2px 4px -1px;
}
#gallery-single .comment {
  text-align: left;
}

/*==========================================
会社概要
===========================================*/
#information .com-dl {
  margin-bottom: 10%;
}

/*==========================================
一覧ぺージ用カテゴリ(セレクトボックス)
===========================================*/
.category-select {
  overflow: hidden;
  width: 55%;
  margin-left: auto;
  text-align: center;
  margin-bottom: 8%;
  position: relative;
  border-radius: 2px;
  border: 2px solid #2e2e2e;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-select:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: .8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2e2e2e;
  pointer-events: none;
}
.category-select select {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 1em;
  cursor: pointer;
  text-indent: .01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 38px 10px 8px;
  color: #2e2e2e;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-select select::-ms-expand {
  display: none;
}

/*==========================================
お知らせ
===========================================*/
.post-wrap .column-lists > li {
  border-bottom: 1px solid #ccc;
}
.post-wrap .column-lists > li a {
  display: block;
  padding: 4% 0;
}
.post-wrap .column-lists > li:last-child {
  border-bottom: none;
}
.post-wrap .column-lists .post-ttl {
  text-align: left;
  margin-bottom: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post-wrap .column-lists .post-ttl time {
  width: 20%;
  font-size: 2.55vw;
  color: #1b2e73;
  text-align: left;
  padding: 2px 0;
  letter-spacing: .05em;
}
.post-wrap .column-lists .post-ttl .category-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 78%;
}
.post-wrap .column-lists .post-ttl .category-label li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #1b2e73;
  color: #fff;
  background: #1b2e73;
  padding: 2px 5px;
  text-align: center;
  font-size: 2.55vw;
  margin: 0 2% 2% 0;
}
.post-wrap .column-lists .post-ttl .category-label li:last-child {
  margin-right: 0;
}
.post-wrap .column-lists .post-ttl .column-ttl {
  width: 100%;
  font-size: 4.49333vw;
  display: block;
  margin-top: 3%;
  font-weight: 500;
}
.post-wrap .column-lists .post-body {
  text-align: left;
  margin-bottom: 4%;
}
.post-wrap .column-lists .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: #1b2e73;
  border: 1px solid #1b2e73;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.post-wrap .column-lists .thumb {
  width: 40%;
  height: 33vw;
}
.post-wrap .post-content {
  padding: 0 3% 3% 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
}

/*----------------------------------
詳細ページのカテゴリー表示(タイトル下部)
----------------------------------*/
.single-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 6%;
}
.single-meta time {
  font-size: 3vw;
  width: 24%;
  font-weight: normal;
  display: block;
  padding: 3px 0;
}
.single-meta .category-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-meta .category-label li {
  font-size: 2.55vw;
  margin: 0 4% 2% 0;
}
.single-meta .category-label li:last-child {
  margin-right: 0;
}
.single-meta .category-label li a {
  border: 1px solid #1b2e73;
  color: #1b2e73;
  padding: 3px 5px;
  border-radius: 25px;
  display: block;
}
.single-meta .category-label li a:hover {
  opacity: 1;
  color: #fff;
  background: #1b2e73;
}

/*----------------------------------
詳細ページのカテゴリー表示(テキストエリア下部)
----------------------------------*/
.single-category {
  max-width: 250px;
  min-width: 150px;
  margin-top: 10px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 2.55vw;
}
.single-category dt {
  width: 80px;
}
.single-category dt:after {
  content: ':';
  padding: 0 5px;
}
.single-category dd {
  max-width: 135px;
  line-height: 2;
  min-width: 60px;
}
.single-category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-category ul li {
  margin-right: 5px;
}
.single-category ul li:last-child {
  margin-right: 0;
}
.single-category ul li a {
  display: block;
  padding-left: 8px;
  position: relative;
}
.single-category ul li a:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  left: 0;
  content: '#';
}
.single-category ul li a:hover {
  background: #ccc;
}

/*==========================================
お問い合わせ
===========================================*/
#contact {
  /* チェックボックス・ラジオボタン
  -------------------------------------------------- */
  /*==================================================
   日付選択フォーム
  ================================================== */
}
#contact .contact-form {
  text-align: left;
  margin-bottom: 5%;
}
#contact .contact-form dl dt {
  position: relative;
}
#contact .contact-form dl dt em {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
  color: #f00;
  background: #fff;
  font-weight: 500;
  padding: 3px;
  font-size: 3vw;
}
#contact .contact-form dl dd {
  padding: 10px 0;
}
#contact .contact-form dl dd li {
  list-style: none;
}
#contact .contact-form dl dd textarea {
  height: 150px;
  line-height: 1.8;
}
#contact .contact-form .txtarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  padding: 3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Shippori Mincho B1', serif;
  border-radius: 0;
}
#contact .contact-form select {
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 3.55vw;
  font-family: 'Shippori Mincho B1', serif;
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
}
#contact .contact-form #pc01,
#contact .contact-form #pc02 {
  width: 95px;
}
#contact .contact-form #address {
  margin-top: 15px;
}
#contact .contact-form .error-text {
  color: #ff0000;
  margin-bottom: 2%;
}
#contact .contact-form .upload-item-wrap #file01 {
  margin-bottom: 4%;
}
#contact .contact-form .upload-item-wrap .select-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#contact .contact-form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button {
  width: 100%;
  border-radius: 5px;
  color: #fff;
  font-size: 3.2vw;
  text-align: center;
  padding: 5px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .ancion-btn:hover {
  filter: alpha(opacity=60);
  opacity: .6;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap .upload-button {
  margin-bottom: 5px;
  background: #1b2e73;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap p {
  background: #283d86;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap #file01 {
  width: 100%;
}
#contact .contact-form .upload-item-wrap .ancion-btn-wrap input {
  display: none !important;
}
#contact .contact-submits-wrap {
  margin-top: 5%;
}
#contact .g-recaptcha div {
  margin: 0 auto;
  margin-bottom: 5%;
}
#contact input[type='button'][disabled],
#contact input[type='submit'][disabled] {
  opacity: .7;
  pointer-events: none;
}
#contact input[type='button'],
#contact input[type='submit'],
#contact .contact-submits-wrap button {
  font-size: 3.4vw;
  font-weight: 500;
  color: #fff;
  background: #fff;
  padding: 4% 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Shippori Mincho B1', serif;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #1b2e73;
  color: #1b2e73;
  border-radius: 0;
}
#contact input[type='button']:hover,
#contact input[type='submit']:hover,
#contact .contact-submits-wrap button:hover {
  background: #1b2e73;
  cursor: pointer;
  color: #fff;
  filter: alpha(opacity=100);
  opacity: 1;
}
#contact .check-btn {
  width: 75%;
  margin: 0 auto;
  margin-top: 4%;
}
#contact .back-btn {
  width: 52%;
  margin: 0 auto;
}
#contact .send-btn {
  width: 40%;
  margin: 0 auto;
  margin-left: 4%;
}
#contact input[type="submit"],
#contact select {
  -webkit-appearance: none;
}
#contact .privacy-agree {
  text-decoration: underline;
  color: -webkit-link;
}
#contact input[type=radio],
#contact input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
#contact input[type=radio] + label,
#contact input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer;
}
#contact input[type=radio],
#contact input[type=checkbox] {
  display: none;
  margin: 0;
}
#contact input[type=radio] + label,
#contact input[type=checkbox] + label {
  margin-bottom: 5px;
  padding: 0 0 0 24px;
}
#contact input[type=radio] + label::before,
#contact input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #FFF;
}
#contact input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}
#contact input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}
#contact input[type=radio]:checked + label::after,
#contact input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
#contact input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #e74c3c;
  border-radius: 8px;
}
#contact input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #e74c3c;
  border-bottom: 3px solid #e74c3c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#contact .date-list {
  padding-left: inherit;
}
#contact .date-list li {
  list-style: none;
  margin-bottom: 15px;
}
#contact .date-list li p {
  margin-bottom: 5px;
}

.complete-box p a {
  text-decoration: underline;
}

/*==========================================
プライバシーポリシー
===========================================*/
#privacy .privacy-box {
  margin-bottom: 6%;
  text-align: left;
}
#privacy .privacy-box:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box p {
  margin-bottom: 5%;
}
#privacy .privacy-box p:last-child {
  margin-bottom: 0;
}
#privacy .privacy-box ul {
  margin-top: 5%;
}

/*==========================================
プライバシーポリシー(LPフレーム時)
===========================================*/
/*==========================================
404.php
===========================================*/
#err-cont .txt-blc a {
  text-decoration: underline;
}



.rcd_list{
}

.rcd_list p{
	width:98%; 
	margin: 1% 1% 2%;
}

.rcd_list_edit{
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: solid 2px;
}
.rcd_list_edit2{
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: solid 2px;
}




