@charset "UTF-8";

/*!
Theme Name:		photobase - v2025.09.25
Theme URI:		https://photobase.me/
Description:	photobase 専用テーマ
Author:			T-R-A-M / LABONETWORK
Author URI:		https://www.labonetwork.co.jp/
Version:		v2025.09.25
License:
License URI:
*/

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  /*background-color:#ff9;*/
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: bold;
  font-weight: 600;
  src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype");
  font-display: swap;
}

/*#########################################################

mixin

#########################################################*/
/* ========================================================
メディアクエリ
=========================================================*/
/*
Bootstrap 3
768px未満: スマホ（デフォルト）
※スマホは、Media Queries無しで記述。
768px以上をタブレットサイズ
992px以上をデスクトップサイズ
1200px以上を大きめのデスクトップサイズ

iPhone4: 320 × 480
iPhone5: 320 × 568
iPhone6: 375 × 627
iPhone6s: 414 × 736
Nexus6: 414 × 659
*/
/*#########################################################

レイアウト

#########################################################*/
.pc, .spc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc, .spc {
    display: none;
  }
}

.xl {
  display: none;
}

@media screen and (min-width: 1201px) {
  .xl {
    display: block;
  }
}

.lg {
  display: none;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
  .lg {
    display: block;
  }
}

.lmd {
  display: none;
}

@media screen and (max-width: 1024px) {
  .lmd {
    display: block;
  }
}

.sp, .ssp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp, .ssp {
    display: block;
  }
}

/*#########################################################

基本設定

#########################################################*/
/*#########################################################

要素関連

#########################################################*/
*, *:before, *:after {
  box-sizing: border-box;
}

a {
  color: #121212;
}

a:focus {
  color: #121212;
}

a:active {
  color: #121212;
}

/* 固定幅フォント */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

small {
  font-size: 0.8rem;
}

/* subscript&superscript */
sub,
sup {
  font-size: 0.8rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

strong {
  font-weight: bold;
}

strong.red {
  color: #e00909;
  font-weight: normal;
}

i {
  font-weight: normal;
  font-style: italic;
}

ul, li, ol {
  list-style: none;
}

input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*
Theme Name:		PHOTO-BASE Rev 2025
Theme URI:		http://rfs.jp/
Description:	デザインありきで制作する際の、最小限必要と思われる構成のテンプレートです。
Author:			rhythmfactory
Author URI:		http://rfs.jp/
Version:		2025.09.0
Text Domain:	photo-base-rev-2025
License:
License URI:
*/
/*#########################################################

要素関連

#########################################################*/
html, body {
  font-family: "Noto Sans JP", "Avenir", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

p {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #727272;
  letter-spacing: .1rem;
  font-family: "Noto Sans JP", "Avenir", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

@media screen and (max-width: 768px) {
  p {
    font-size: calc(7px + 1.5vw);
    letter-spacing: 0.06rem;
  }
}

p.section_des {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  p.section_des {
    font-size: calc(6px + 1.5vw);
  }
}

@media screen and (max-width: 768px) {
  p.section_des {
    margin-bottom: 10px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.7;
}

h2 {
  font-size: 22px;
  font-weight: bold;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

h4 {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  h4 {
    font-size: calc(8px + 1.5vw);
  }
}

a {
  display: block;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
}

/*#########################################################

WordPress必須クラス

#########################################################*/
.wp-caption {
  /**/
}

.wp-caption-text {
  /**/
}

.sticky {
  /**/
}

.gallery-caption {
  /**/
}

.bypostauthor {
  /**/
}

.alignright {
  /**/
}

.alignleft {
  /**/
}

.aligncenter {
  /**/
}

.screen-reader-text {
  /**/
}

body {
  opacity: 0;
}

.double_box {
  width: 100%;
  font-size: 0;
}

.double_box .half_box {
  display: inline-block;
  width: 50%;
  position: relative;
}

.inner {
  max-width: 960px;
  width: 96%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 92%;
    margin: 0 auto;
  }
}

.sessioninfo_text {
  display: block;
}

.sessioninfo_text.pc {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .sessioninfo_text {
    display: none;
    border-top: 1px solid #707070;
    padding-top: 15px;
    margin-top: 15px;
  }
}

.link_btn_box {
  text-align: center;
}

.link_btn_box .link_btn {
  box-shadow: 0 10px 30px rgba(255, 181, 204, 0.86);
  width: 80%;
  max-width: 400px;
}

.link_btn {
  display: inline-block;
  background-color: #FD4A82;
  border-radius: 30px;
  border: none;
  text-align: center;
  padding: 0 54px;
  line-height: 59px;
  color: #fff !important;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .link_btn {
    font-size: 14px;
    line-height: 52px;
    letter-spacing: .2rem;
  }
}

.link_btn.white_btn {
  background: #fff;
}

.link_btn.white_btn p {
  color: #FD4A82 !important;
}

.link_btn.white_btn.min_radius {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}

.link_btn p {
  line-height: 59px;
  color: #fff !important;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .link_btn p {
    font-size: 16px;
    line-height: 52px;
    letter-spacing: .2rem;
  }
}

.link_btn.min_radius {
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(255, 181, 204, 0.86);
}

@media screen and (max-width: 768px) {
  .link_btn.min_radius {
    width: 100%;
  }
}

.link_btn.min_radius p {
  line-height: 50px;
  font-size: 16px;
  letter-spacing: .2em;
}

@media screen and (max-width: 768px) {
  .link_btn.min_radius p {
    line-height: 62px;
  }
}

.link_textbtn {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
}

.link_textbtn p {
  font-size: 15px;
  color: #FD4A82;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .link_textbtn p {
    font-size: 13px;
  }
}

.link_textbtn span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  vertical-align: middle;
  position: relative;
}

@media screen and (max-width: 768px) {
  .link_textbtn span {
    width: 24px;
    height: 24px;
  }
}

.link_textbtn span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #FD4A82;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.link_textbtn span:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  right: 0;
  border-top: 2px solid #FD4A82;
  border-right: 2px solid #FD4A82;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.session_pinkinfo {
  width: 100%;
}

.session_pinkinfo p {
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  margin-right: 20px;
  color: #FD4A82 !important;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .session_pinkinfo p {
    font-size: calc(8px + 1.5vw);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .session_pinkinfo p:last-child {
    margin-right: 0;
  }
}

.session_pinkinfo p span {
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
}

.session_pinkinfo p span img {
  height: 18px;
  width: auto;
}

.center_box {
  text-align: center;
}

/*背景色*/
.backgray {
  background: #F8F8F8;
}

/*plus minusオンオフ*/
.spToggleIcon {
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  padding: 4px;
  transition: background-position 0.2s linear;
  position: absolute;
  border-radius: 18px;
  position: absolute;
}

.spToggleIcon:before, .spToggleIcon:after {
  display: block;
  content: "";
  position: absolute;
  top: 56%;
  left: 61%;
  width: 70%;
  height: 2px;
  margin: -8% 0 0 -42%;
  background: #FD4A82;
}

.spToggleIcon:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.spToggleIcon.active {
  background: #FD4A82;
}

.spToggleIcon.active:before {
  background: #fff;
  width: 60%;
}

.spToggleIcon.active:after {
  display: none;
}

/*サムネクリックで画像変わるスライダー*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: 0px;
  margin-right: auto;
}

.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  content: "";
  display: table;
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  margin-right: 15px;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*サーチのフォーム*/
.batsu {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  border-radius: 25px;
  background: #fff;
  cursor: pointer;
}

.batsu span::before,
.batsu span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 10%;
  margin: -8% 0 0 -42%;
  background: #909090;
}

.batsu span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.batsu span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.search_back {
  width: 100vw;
  height: 120vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 201;
  display: none;
}

section.search {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

section.search form .sp_searchheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 402;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

section.search form .sp_searchheader.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

section.search form .sp_searchheader h2 {
  padding: 12px 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 20px;
}

section.search form .sp_searchheader .batsu {
  display: block;
  top: 14px;
  right: 30px;
}

section.search form .sp_searchheader .batsu span:before, section.search form .sp_searchheader .batsu span:after {
  content: "";
  background: #FD4A82;
}

section.search form .formbox {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  section.search form .formbox {
    position: fixed;
    top: 0;
    height: 100vh;
    padding: 40px 0;
    width: 100%;
    overflow: scroll;
    left: 0;
    z-index: 201;
    display: block;
    background: #fff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: .3s;
    padding: 58px 0 140px;
  }
  section.search form .formbox.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  section.search form .formbox.active .batsu {
    display: block;
  }
  section.search form .formbox.active .selectWrap .batsu {
    display: none;
  }
  section.search form .formbox h2 {
    text-align: center;
    margin-bottom: 40px;
  }
}

section.search form .sp_searchbot {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 202;
  font-size: 0;
  padding: 10px 0 20px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

section.search form .sp_searchbot.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

section.search form .sp_searchbot #search_reset {
  width: 44%;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

section.search form .sp_searchbot #search_reset p {
  text-align: center;
}

section.search form .sp_searchbot input[type="submit"] {
  width: 52%;
  display: inline-block;
  margin: 0;
  padding: 0;
}

section.search form #top_formbtn {
  display: none;
}

section.search form #top_selectform {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  cursor: pointer;
  width: 100%;
  border: none;
  opacity: 0;
  position: relative;
  z-index: 2;
}

section.search form .search_wrap_area {
  cursor: pointer;
  width: 181px;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  position: relative;
}

@media screen and (max-width: 768px) {
  section.search form .search_wrap_area {
    width: 100%;
    margin-right: 0;
  }
}

section.search form .search_wrap_area p {
  letter-spacing: 0;
}

section.search form .search_wrap_area .selectWrap {
  position: absolute;
  z-index: 15;
  top: 55px;
  left: 50%;
  width: 300px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  padding: 30px;
  -webkit-filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.16));
}

@media screen and (max-width: 768px) {
  section.search form .search_wrap_area .selectWrap {
    position: relative;
    -webkit-transform: inherit;
    transform: inherit;
    top: inherit;
    left: inherit;
    width: 100%;
    box-shadow: none;
    padding: 10px 30px 30px;
    -webkit-filter: none;
            filter: none;
    border-rbottom: 1px solid #BEBEBE;
  }
}

section.search form .search_wrap_area .selectWrap:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
}

@media screen and (max-width: 768px) {
  section.search form .search_wrap_area .selectWrap:before {
    display: none;
  }
}

section.search form .search_wrap_area.todouhuken_box .selectWrap {
  left: 0;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  width: 760px;
}

@media screen and (max-width: 768px) {
  section.search form .search_wrap_area.todouhuken_box .selectWrap {
    width: 100%;
  }
}

section.search form .search_wrap_area.todouhuken_box .selectWrap:before {
  left: 50px;
}

section.search form .search_wrap_area.todouhuken_box .selectWrap .todouhuken_parent {
  width: 100%;
}

section.search form .search_wrap_area.todouhuken_box .selectWrap .todouhuken_parent li {
  display: inline-block;
  vertical-align: top;
  width: 140px;
}

@media screen and (max-width: 768px) {
  section.search form .search_wrap_area.todouhuken_box .selectWrap .todouhuken_parent li {
    width: inherit;
  }
}

section.search form .search_wrap_area.session_box .selectWrap {
  width: 450px;
}

@media screen and (max-width: 768px) {
  section.search form .search_wrap_area.session_box .selectWrap {
    width: 100%;
    margin-right: 0;
  }
}

section.search form .search_wrap_area.session_box .selectWrap .kikaku_parent {
  font-size: 0;
}

section.search form .search_wrap_area.session_box .selectWrap .kikaku_parent li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

@media screen and (max-width: 768px) {
  section.search form .search_wrap_area.session_box .selectWrap .kikaku_parent li {
    width: 100%;
  }
}

section.search form .search_wrap_area.session_box .selectWrap .kikaku_parent li ul.child li {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  section.search form .search_wrap_area.session_box .selectWrap .kikaku_parent li ul.child li {
    width: auto;
    display: inline-block;
    margin-bottom: 10px;
  }
}

section.search form .search_wrap_area p.parent_name {
  font-size: 13px;
  color: #FD4A82;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  section.search form .search_wrap_area p.parent_name {
    color: #727272;
    margin-top: 10px;
  }
}

section.search form .search_wrap_area ul.child li {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}

section.search form .search_wrap_categorybox {
  float: right;
}

@media screen and (max-width: 768px) {
  section.search form .search_wrap_categorybox {
    float: none;
    font-size: 0;
    width: 100vw;
    margin-left: -4vw;
    display: table;
    background: #fff;
    z-index: 99;
  }
  section.search form .search_wrap_categorybox.scrollon {
    position: fixed;
  }
  section.search form .search_wrap_categorybox .search_wrap_sp_search, section.search form .search_wrap_categorybox .search_wrap_category {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
    position: relative;
    text-align: center;
    width: 50%;
    border: 1px solid #BEBEBE;
  }
  section.search form .search_wrap_categorybox .search_wrap_sp_search.search_wrap_sp_search, section.search form .search_wrap_categorybox .search_wrap_category.search_wrap_sp_search {
    border-left: none;
  }
  section.search form .search_wrap_categorybox .search_wrap_sp_search.search_wrap_sp_search p, section.search form .search_wrap_categorybox .search_wrap_category.search_wrap_sp_search p {
    display: inline-block;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  section.search form .search_wrap_categorybox .search_wrap_sp_search.search_wrap_sp_search p, section.search form .search_wrap_categorybox .search_wrap_category.search_wrap_sp_search p {
    font-size: 14px;
    margin-left: 3vw;
  }
}

@media screen and (max-width: 768px) {
  section.search form .search_wrap_categorybox .search_wrap_sp_search.search_wrap_sp_search p span, section.search form .search_wrap_categorybox .search_wrap_category.search_wrap_sp_search p span {
    display: inline-block;
    vertical-align: middle;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  section.search form .search_wrap_categorybox .search_wrap_sp_search.search_wrap_sp_search p span, section.search form .search_wrap_categorybox .search_wrap_category.search_wrap_sp_search p span {
    position: absolute;
    top: 50%;
    left: 4vw;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) {
  section.search form .search_wrap_categorybox .search_wrap_sp_search.search_wrap_sp_search p span img, section.search form .search_wrap_categorybox .search_wrap_category.search_wrap_sp_search p span img {
    width: auto;
    height: 11px;
  }
  section.search form .search_wrap_categorybox .search_wrap_sp_search.search_wrap_category, section.search form .search_wrap_categorybox .search_wrap_category.search_wrap_category {
    border-left: none;
  }
}

section.search form .search_wrap_categorybox .postnum {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

section.search form .search_wrap_categorybox .postnum p {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  section.search form .search_wrap_categorybox .postnum {
    display: none;
  }
}

section.search form .search_midashi {
  background: #fff;
  padding: 6px 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.13);
}

@media screen and (max-width: 768px) {
  section.search form .search_midashi {
    margin-bottom: 0px;
    box-shadow: none;
    padding: 12px 10px;
    position: relative;
    border-bottom: 1px solid #BEBEBE;
  }
  section.search form .search_midashi:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid;
    border-color: transparent transparent #FD4A82 #FD4A82;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    top: 44%;
    right: 20px;
    transition: .2s;
  }
  section.search form .search_midashi.todouhuken_name span img {
    left: 3px;
    height: 20px;
    top: 50%;
  }
}

section.search form .search_midashi.active:after {
  content: "";
  -webkit-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
  top: 39%;
  right: 29px;
}

section.search form .search_midashi.session_name p {
  padding-left: 30px;
}

section.search form .search_midashi p {
  position: relative;
  padding-left: 24px;
}

@media screen and (max-width: 768px) {
  section.search form .search_midashi p {
    padding-left: 30px;
  }
}

section.search form .search_midashi p span img {
  position: absolute;
  top: 46%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  height: 18px;
}

section.search form .todouhuken_box .link_btn_box {
  border: none;
  display: none;
}

section.search form .todouhuken_box .link_btn_box input {
  border: none;
}

section.search form .selectWrap {
  display: none;
}

section.search form .selectWrap .link_btn_box {
  margin-top: 20px;
}

section.search form .selectWrap label {
  margin-bottom: 4px;
  display: inline-block;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  section.search form .selectWrap label {
    background: #BEBEBE;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    margin-right: 10px;
  }
  section.search form .selectWrap label.active {
    background: #FD4A82;
  }
}

section.search form .selectWrap label input {
  display: none;
}

section.search form .selectWrap label span {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  font-size: 12px;
  line-height: 1.4;
  display: block;
  color: #727272;
}

@media screen and (max-width: 768px) {
  section.search form .selectWrap label span {
    color: #fff;
    padding-left: 0;
    margin-right: 0;
  }
}

section.search form .selectWrap label span::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #999;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  section.search form .selectWrap label span::before {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  section.search form .selectWrap label input:checked + span {
    color: #FD4A82;
  }
  section.search form .selectWrap label input:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 5px;
    width: 7px;
    height: 14px;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
    border-bottom: 3px solid #FD4A82;
    border-right: 3px solid #FD4A82;
  }
}

section.search form .search_wrap_category {
  display: inline-block;
  vertical-align: middle;
}

section.search form .search_wrap_category .selectWrap {
  display: block;
  /* IE10以上で矢印を消す */
  /* フォーカス時 */
}

section.search form .search_wrap_category .selectWrap p.selectWrap_labeltext {
  position: absolute;
  width: 100%;
  z-index: 1;
  font-size: 14px;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media screen and (max-width: 768px) {
  section.search form .search_wrap_category .selectWrap p.selectWrap_labeltext {
    left: 48%;
  }
}

section.search form .search_wrap_category .selectWrap .sort_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  cursor: pointer;
  width: 100%;
  border: none;
  opacity: 0;
  position: relative;
  z-index: 2;
}

section.search form .search_wrap_category .selectWrap .sort_select::-ms-expand {
  display: none;
}

section.search form .search_wrap_category .selectWrap .sort_select:focus {
  z-index: -1;
  opacity: 1;
}

section.search form input[type="submit"] {
  display: none;
}

@media screen and (max-width: 768px) {
  section.search form input[type="submit"] {
    display: block;
    margin: 20px auto 0;
    box-shadow: 0 10px 30px rgba(255, 181, 204, 0.86);
  }
}

section .tag-list {
  font-size: 0;
  margin: 40px 0;
}

@media screen and (max-width: 768px) {
  section .tag-list {
    margin: 20px 0;
  }
  section .tag-list.scrollon {
    position: fixed;
    z-index: 99;
  }
}

section .tag-list li {
  font-size: 12px;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
  display: inline-block;
  background: rgba(123, 123, 123, 0.9);
  color: #fff;
  padding: 9px 30px 9px 11px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  section .tag-list li {
    margin-bottom: 10px;
  }
}

section .tag-list li .batsu {
  display: inline-block;
  background: transparent;
  width: 23px;
  height: 15px;
  right: 0;
  top: 9px;
}

section .tag-list li .batsu span:before {
  background: #fff;
}

section .tag-list li .batsu span:after {
  background: #fff;
}

section .tag-list li .batsu span:before, section .tag-list li .batsu span:after {
  left: 50%;
  width: 50%;
  height: 5%;
}

.search_wrap_category {
  overflow: hidden;
  width: 130px;
  text-align: center;
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}

@media screen and (max-width: 768px) {
  .search_wrap_category {
    border-radius: 0;
  }
}

.search_wrap_category::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #707070;
  pointer-events: none;
}

.search_wrap_category select {
  padding: 6px 38px 5px 8px;
  color: #707070;
  font-size: 14px;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

@media screen and (max-width: 768px) {
  .search_wrap_category select {
    padding-left: 17.5vw;
  }
}

.search_wrap_category select::-ms-expand {
  display: none;
}

/*ページネーション*/
.pagenation {
  margin: 60px auto 20px;
  text-align: center;
}

.pagenation ul.pagenation_items {
  font-size: 0;
}

.pagenation ul.pagenation_items li {
  display: inline-block;
  vertical-align: middle;
}

.pagenation ul.pagenation_items li.pagenation_items_next {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.pagenation ul.pagenation_items li.active p {
  color: #FD4A82;
  font-weight: bold;
}

.pagenation ul.pagenation_items li p {
  font-size: 20px;
  color: #959595;
  padding: 0 10px;
  margin: 0 10px;
}

.pagenation ul.pagenation_items li img {
  width: 10px;
  margin: 0 20px;
}

/*文末の...*/
.multiline-text {
  background: #fff;
  position: relative;
  width: 100%;
  height: 3em;
  margin-top: 10px;
  overflow: hidden;
  text-align: justify;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .multiline-text {
    margin-top: 0;
    font-size: calc(6px + 1.5vw);
  }
}

.multiline-text:before, .multiline-text:after {
  position: absolute;
  background: #fff;
}

.multiline-text:before {
  content: "...";
  bottom: -9px;
  right: 0;
  width: 1.1em;
  height: 2em;
  vertical-align: bottom;
}

.multiline-text:after {
  content: "";
  height: 100%;
  width: 100%;
}

.multiline-text p {
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .multiline-text p {
    font-size: calc(6px + 1.5vw);
  }
}

.not-just {
  text-align: unset;
}

/* サイトヘッダ */
header.global_header {
  width: 100%;
  padding: 10px 0;
  position: fixed;
  z-index: 320;
  top: 0;
  left: 0;
  background: #fff;
}

header.global_header .inner {
  max-width: 1280px;
}

header.global_header .header_logo {
  display: inline-block;
  vertical-align: middle;
}

header.global_header .header_logo img {
  width: 143px;
}

@media screen and (max-width: 768px) {
  header.global_header .header_logo img {
    width: 120px;
  }
}

header.global_header .header_logo h1 {
  font-size: 10px;
  color: #FD4A82;
}

.header_nav a:visited {
  color: inherit;
}

.header_nav .drawer_bg {
  width: 100%;
  height: 150%;
  position: fixed;
  z-index: 999;
  display: none;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
}

.header_nav .drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 30px;
  height: 20px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 1001;
  text-align: center;
  outline: none;
  display: none;
}

@media screen and (max-width: 768px) {
  .header_nav .drawer_button {
    top: 20px;
    display: block;
  }
}

.header_nav .drawer_button.active {
  box-shadow: none;
}

@media screen and (min-width: 769px) {
  .header_nav .drawer_nav_wrapper {
    -webkit-transform: translate(0) !important;
            transform: translate(0) !important;
  }
}

@media screen and (max-width: 768px) {
  .header_nav .drawer_nav_wrapper {
    width: 80%;
    height: 100%;
    -webkit-transform: translate(100vw);
            transform: translate(100vw);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background: white;
    overflow: scroll;
    padding: 60px 0 20px;
  }
}

/*+++ Default Navigation CSS +++*/
@media screen and (max-width: 768px) {
  .drawer_nav_wrapper .inner {
    height: 100%;
  }
}

.menu-trigger {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FD4A82;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 8px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
  width: 75%;
}

.menu-trigger.active span:nth-of-type(1) {
  width: 45%;
  -webkit-transform: translate3d(2px, 2px, 0) rotate(45deg);
  transform: translate3d(2px, 2px, 0) rotate(45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translate3d(-1px, 0, 0) rotate(-45deg);
  transform: translate3d(-1px, 0, 0) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(3) {
  width: 45%;
  -webkit-transform: translate3d(23px, -9px, 0) rotate(45deg);
  transform: translate3d(13px, -3px, 0) rotate(45deg);
}

nav.header_nav {
  display: inline-block;
  float: right;
}

nav.header_nav ul {
  font-size: 0;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  nav.header_nav ul {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}

nav.header_nav ul li {
  display: inline-block;
  margin-right: 18px;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
  nav.header_nav ul li {
    margin-right: 5px;
  }
}

@media screen and (max-width: 768px) {
  nav.header_nav ul li {
    display: block;
  }
}

nav.header_nav ul li p {
  line-height: 43px;
  color: #121212;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
  nav.header_nav ul li p {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  nav.header_nav ul.header_link li {
    margin-bottom: 15px;
  }
}

nav.header_nav ul.header_link li span {
  display: none;
}

@media screen and (max-width: 768px) {
  nav.header_nav ul.header_link li span {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 43px;
    margin-right: 15px;
    position: relative;
  }
  nav.header_nav ul.header_link li span img {
    width: 100%;
    position: absolute;
    top: 48%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 768px) {
  nav.header_nav ul.header_link p {
    display: inline-block;
    vertical-align: middle;
  }
}

@media screen and (max-width: 768px) {
  nav.header_nav ul.header_sns {
    margin-bottom: 40px;
  }
  nav.header_nav ul.header_sns li {
    display: inline-block;
    width: 5vw;
    min-width: 25px;
    margin-right: 20px;
  }
  nav.header_nav ul.header_sns li:last-child {
    margin-left: 2px;
  }
  nav.header_nav ul.header_banner li {
    margin-bottom: 20px;
  }
  nav.header_nav ul.header_banner li img {
    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.07);
  }
}

.pankuzu {
  background: #F8F8F8;
}

.pankuzu .inner {
  max-width: 1280px;
}

@media screen and (max-width: 768px) {
  .pankuzu #breadcrumb {
    padding: 10px 0;
  }
}

.pankuzu #breadcrumb li {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  line-height: 5;
  color: #777777;
  vertical-align: middle;
}

.pankuzu #breadcrumb li a {
  color: #777777;
}

@media screen and (max-width: 768px) {
  .pankuzu #breadcrumb li {
    line-height: 1;
    padding: 5px 0;
    font-size: 10px;
  }
}

.session_images {
  display: -webkit-box;
  margin: 32px auto 0;
  border-bottom: none !important;
  transition: all 0.2s linear;
}

@media screen and (max-width: 768px) {
  .session_images {
    display: block;
    margin-top: 0;
  }
}

.session_images_main {
  width: 79.16%;
  max-width: 760px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.2s linear;
  padding-top: calc(79.16 * 0.58%);
}

@media screen and (max-width: 768px) {
  .session_images_main {
    width: 100%;
    padding-top: 58%;
  }
}

.session_images_thumbnail {
  width: 20%;
  max-width: 207px;
  padding-left: 8px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .session_images_thumbnail {
    margin-top: 8px;
    width: 100%;
    max-width: inherit;
    font-size: 0;
    padding-left: 0;
  }
}

.session_images_thumbnail div {
  width: 100%;
  margin-bottom: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 78%;
}

@media screen and (max-width: 768px) {
  .session_images_thumbnail div {
    margin-bottom: 0;
  }
}

.session_images_thumbnail div:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .session_images_thumbnail div {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin-right: 2%;
    padding-top: 25%;
  }
  .session_images_thumbnail div:last-child {
    margin-right: 0;
  }
}

section#sns {
  background: #F8F8F8;
  padding-bottom: 40px;
  margin-bottom: 0;
}

section#sns h2 {
  color: #FD4A82;
  font-size: 30px;
  text-align: center;
  margin-bottom: 25px;
  font-family: "Century Gothic", "CenturyGothic", "Noto Sans JP", "Avenir", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

section#sns p {
  text-align: center;
  color: #727272;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  section#sns p {
    font-size: calc(6px + 1.5vw);
  }
}

section#sns ul {
  text-align: center;
  font-size: 0;
}

section#sns ul li {
  display: inline-block;
  position: relative;
  width: 75px;
  height: 75px;
  margin-right: 15px;
  background: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  section#sns ul li {
    width: 18vw;
    height: 18vw;
    max-width: 60px;
    max-height: 60px;
    margin-right: 3vw;
  }
}

section#sns ul li img {
  position: absolute;
  width: 45%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section#sns ul li:last-child {
  margin-right: 0;
}

footer#site-footer {
  background: #FD4A82;
  padding: 50px 0;
}

footer#site-footer ul {
  font-size: 0;
  margin-bottom: 40px;
}

footer#site-footer ul li {
  max-width: 228px;
  width: 23.75%;
  margin-right: 1.25%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  footer#site-footer ul li {
    max-width: inherit;
  }
}

footer#site-footer ul li:last-child {
  margin-right: 0;
}

footer#site-footer ul li h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 25px;
  position: relative;
}

@media screen and (max-width: 768px) {
  footer#site-footer ul li h3 {
    font-size: 15px;
  }
  footer#site-footer ul li h3:after {
    transition: .1s;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7px 0 7px;
    border-color: #ffffff transparent transparent transparent;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  footer#site-footer ul li h3:after {
    border-width: 6px 7px 0 7px;
  }
}

@media screen and (max-width: 768px) {
  footer#site-footer ul li h3.open:after {
    content: "";
    top: 36%;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
}

footer#site-footer ul li p {
  color: #fff;
  margin-bottom: 5px;
  font-size: 13px;
}

footer#site-footer ul li .footer_linkbold {
  margin-top: 20px;
}

footer#site-footer ul li .footer_linkbold p {
  font-size: 13px;
  font-weight: bold;
  font-weight: 16px;
}

footer#site-footer ul.footer_link {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  footer#site-footer ul.footer_banner {
    font-size: 0;
    letter-spacing: 0;
  }
  footer#site-footer ul.footer_banner li {
    width: 49%;
    margin-right: 2%;
    display: inline-block;
    margin-bottom: 2vw;
  }
  footer#site-footer ul.footer_banner li:nth-child(2n) {
    margin-right: 0;
  }
  footer#site-footer .footer_link li {
    width: 100%;
  }
  footer#site-footer .footer_link li .footer_linktext {
    padding-left: 20px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  footer#site-footer .footer_link li .footer_linktext {
    display: none;
    margin-bottom: 50px;
  }
  footer#site-footer .footer_link li .footer_linktext p {
    line-height: 2.4;
  }
}

@media screen and (max-width: 768px) {
  footer#site-footer .sp_footernav ul li {
    width: 100%;
  }
  footer#site-footer .sp_footernav ul li a {
    display: inline-block;
  }
  footer#site-footer .sp_footernav ul li p {
    font-size: 13px;
    line-height: 2.4;
  }
}

footer#site-footer .company_info {
  border-top: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  footer#site-footer .company_info {
    border-top: 0;
  }
}

footer#site-footer .company_info .footer_logo {
  margin-top: 20px;
}

footer#site-footer .company_info .footer_logo img {
  width: 200px;
  margin-bottom: 5px;
}

footer#site-footer .company_info .footer_logo p {
  color: #fff;
  font-size: 10px;
  letter-spacing: 0;
}

footer#site-footer .company_info p.copyright {
  color: #fff;
  margin-top: 9px;
  font-size: 12px;
}

footer#site-footer .company_info .footer_nav {
  margin-top: 30px;
}

footer#site-footer .company_info .footer_nav ul {
  margin-bottom: 0;
}

footer#site-footer .company_info .footer_nav li {
  width: inherit;
  margin-right: 20px;
}

body.loaded section.hero .hero_inner .hero_back {
  -webkit-transform: translate3d(0, 0, 0) scale(1.2, 1.2);
  transform: translate3d(0, 0, 0) scale(1.2, 1.2);
}

section {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
  position: relative;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  section {
    padding: 30px 0;
  }
}

section h2 {
  font-size: 22px;
  font-family: "Noto Sans JP", "Avenir", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  margin-bottom: 45px;
  color: #121212;
  font-weight: 600;
  letter-spacing: .1rem;
}

@media screen and (max-width: 768px) {
  section h2 {
    margin-bottom: 20px;
  }
}

section h2.section_midashi {
  font-size: 24px;
  margin-bottom: 32px;
  letter-spacing: .2rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  section h2.section_midashi {
    font-size: calc(20px + 1vw);
    letter-spacing: .1rem;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 768px) {
  section h2.section_midashi.min {
    font-size: calc(15px + 1vw);
  }
}

section.hero {
  display: block;
  height: 80vh;
  max-height: 700px;
  position: relative;
  width: 100%;
  padding: 0;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  section.hero {
    margin-bottom: 30px;
  }
}

section.hero .hero_inner {
  width: 100%;
  height: 80vh;
  max-height: 700px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

section.hero .hero_inner .hero_back {
  background: url("./assets/images/index/hero.jpg") center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
  transform: translate3d(0, 0, 0) scale(1, 1);
  transition: -webkit-transform 13s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
  transition: transform 13s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
  transition: transform 13s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s, -webkit-transform 13s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s;
}

@media screen and (max-width: 768px) {
  section.hero .hero_inner .hero_back {
    background: url("./assets/images/index/sp/hero.jpg") center top no-repeat;
    background-size: cover;
  }
}

section.hero:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .28;
  width: 100%;
  height: 70%;
  background: linear-gradient(rgba(34, 34, 34, 0.01), rgba(31, 31, 31, 0.88));
}

@media screen and (max-width: 768px) {
  section.hero {
    padding-left: 0;
  }
}

section.hero .hero_box {
  position: absolute;
  width: 92%;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

section.hero .hero_box h2 {
  font-size: 51px;
  color: #fff;
  text-align: center;
  letter-spacing: .15rem;
  text-shadow: 1px 3px 6px rgba(34, 34, 34, 0.28);
}

@media screen and (max-width: 768px) {
  section.hero .hero_box h2 {
    font-size: calc(15px + 1.5vw);
  }
}

section.hero .hero_box p {
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
}

@media screen and (max-width: 768px) {
  section.hero .hero_box p {
    font-size: calc(8px + 1.5vw);
  }
}

section.hero .hero_search {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  z-index: 201;
  width: 90%;
  max-width: 686px;
}

@media screen and (min-width: 769px) {
  section.hero .hero_search {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 768px) {
  section.hero .hero_search {
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    top: 66vh;
  }
}

section.hero .hero_search .formbox {
  width: 100%;
  background: transparent;
  padding: 0px 4%;
  position: relative;
}

@media screen and (max-width: 768px) {
  section.hero .hero_search .formbox {
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 768px) {
  section.hero .hero_search .formbox {
    padding: 0;
  }
}

section.hero .hero_search .formbox .search_midashi {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  section.hero .hero_search .formbox .search_midashi {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

section.hero .hero_search .formbox .search_midashi:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-color: transparent transparent #FD4A82 #FD4A82;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  top: 44%;
  right: 20px;
  transition: .2s;
}

section.hero .hero_search .formbox .search_midashi.active:after {
  content: "";
  -webkit-transform: rotate(135deg) translateY(-50%);
  transform: rotate(135deg) translateY(-50%);
  top: 39%;
  right: 29px;
}

section.hero .hero_search .formbox .batsu, section.hero .hero_search .formbox h2 {
  display: none;
}

section.hero .hero_search .formbox .selectWrap {
  display: none;
  width: 100% !important;
  -webkit-filter: none;
          filter: none;
  top: inherit;
}

section.hero .hero_search .formbox .selectWrap:before {
  display: none;
}

section.hero .hero_search .formbox .selectWrap .link_btn_box {
  margin-top: 20px;
}

section.hero .hero_search .formbox .selectWrap label {
  margin-bottom: 5px;
  display: inline-block;
  background: #BEBEBE;
  color: #fff;
  padding: 10px;
  border-radius: 3px;
  margin-right: 10px;
  cursor: pointer;
}

section.hero .hero_search .formbox .selectWrap label.active {
  background: #FD4A82;
}

section.hero .hero_search .formbox .selectWrap label input {
  display: none;
}

section.hero .hero_search .formbox .selectWrap label span {
  position: relative;
  font-size: 12px;
  display: block;
  color: #727272;
  color: #fff;
  padding-left: 0;
  margin-right: 0;
}

section.hero .hero_search .formbox .selectWrap label span::before {
  display: none;
}

@media screen and (min-width: 769px) {
  section.hero .hero_search .formbox .selectWrap label input:checked + span {
    color: #fff;
  }
  section.hero .hero_search .formbox .selectWrap label input:checked + span::after {
    display: none;
  }
}

section.hero .hero_search .formbox .todouhuken_parent {
  width: 100%;
}

section.hero .hero_search .formbox .todouhuken_parent li {
  display: inline-block;
  vertical-align: top;
  width: inherit;
}

section.hero .hero_search .batsu {
  display: block;
}

section.hero .hero_search form .formbox {
  height: auto;
}

section.hero .hero_search form ul {
  font-size: 0;
}

section.hero .hero_search form ul li {
  width: auto !important;
  margin-right: 15px;
}

section.hero .hero_search form ul li p.parent_name {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #727272;
}

section.hero .hero_search form ul li ul li {
  margin-right: 0;
}

section.hero .hero_search .search_wrap_area {
  width: 100%;
}

section.hero .hero_search .search_wrap_area .search_midashi p {
  padding-left: 35px;
}

section.hero .hero_search .tag-list {
  display: none;
}

section#header_info {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 9999;
  width: 420px;
}

@media screen and (max-width: 768px) {
  section#header_info {
    width: 100%;
    bottom: 0;
    padding: 0;
  }
}

section#header_info ul li {
  background: rgba(253, 74, 130, 0.9);
  border-radius: 10px 0px 0 10px;
  padding: 20px 16px 20px 38px;
  position: relative;
}

section#header_info ul li .mbatsu {
  position: absolute;
  top: 51%;
  left: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  section#header_info ul li .mbatsu {
    left: inherit;
    top: 51%;
    right: 4vw;
    width: 14px;
  }
}

@media screen and (max-width: 768px) {
  section#header_info ul li {
    padding: 20px 0;
    border-radius: 0;
  }
}

section#header_info ul li p {
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  section#header_info ul li p {
    font-size: calc(6.5px + 1.5vw);
  }
}

@media screen and (max-width: 320px) {
  section#header_info ul li p {
    font-size: calc(5px + 1.5vw);
  }
}

section#index_sns {
  position: fixed;
  top: 100px;
  right: 0;
  width: auto;
  z-index: 302;
  padding-top: 0;
}

section#index_sns ul.header_banner {
  margin-bottom: 20px;
}

section#index_sns ul.header_banner li {
  width: 115px;
  height: 49px;
  background: #fff;
  border-radius: 5px 0 0 5px;
  text-align: center;
  margin-bottom: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  display: block;
}

@media screen and (max-width: 768px) {
  section#index_sns ul.header_banner li {
    width: 92px;
  }
}

section#index_sns ul.header_banner li.hb_line img {
  position: absolute;
  width: 65px;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section#index_sns ul.header_banner li.hb_navi img {
  position: absolute;
  width: 75px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section#index_sns ul.header_sns {
  float: right;
}

@media screen and (max-width: 768px) {
  section#index_sns ul.header_sns {
    display: none;
  }
}

section#index_sns ul.header_sns li {
  width: 38px;
  height: 38px;
  margin-right: 15px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  margin-bottom: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

section#index_sns ul.header_sns li img {
  position: absolute;
  width: 45%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

section#banner_area li {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  section#near_session .section_midashi, section#near_session2 .section_midashi {
    margin-bottom: 30px;
  }
}

section#near_session .archive_midashibox p, section#near_session2 .archive_midashibox p {
  display: none;
}

@media screen and (max-width: 768px) {
  section#near_session .archive_midashibox, section#near_session2 .archive_midashibox {
    font-size: 0;
  }
  section#near_session .archive_midashibox h2, section#near_session2 .archive_midashibox h2 {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
  }
  section#near_session .archive_midashibox p, section#near_session2 .archive_midashibox p {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    margin-bottom: 30px;
    text-align: right;
  }
}

section#near_session ul, section#near_session2 ul {
  font-size: 0;
}

section#near_session ul li.photosession_list, section#near_session2 ul li.photosession_list {
  width: 31.3%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 769px) {
  section#near_session ul li.photosession_list:nth-child(3n), section#near_session2 ul li.photosession_list:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  section#near_session ul li.photosession_list, section#near_session2 ul li.photosession_list {
    width: 100%;
    margin-right: 0%;
    height: auto !important;
  }
}

section#near_session ul li.photosession_list .photosession_list_item, section#near_session2 ul li.photosession_list .photosession_list_item {
  font-size: 0;
  width: 100%;
}

section#near_session ul li.photosession_list .card_tag, section#near_session2 ul li.photosession_list .card_tag {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 10;
}

section#near_session ul li.photosession_list .card_tag .card_contents_tag, section#near_session2 ul li.photosession_list .card_tag .card_contents_tag {
  background: #FD4A82;
  padding: 5px 10px;
  border-radius: 0 5px 5px 0;
  margin-bottom: 5px;
}

section#near_session ul li.photosession_list .card_tag .card_contents_tag.new_tag, section#near_session2 ul li.photosession_list .card_tag .card_contents_tag.new_tag {
  background: #FD4A82;
}

@media screen and (max-width: 768px) {
  section#near_session ul li.photosession_list .card_tag .card_contents_tag, section#near_session2 ul li.photosession_list .card_tag .card_contents_tag {
    padding: 2px 5px;
  }
}

section#near_session ul li.photosession_list .card_tag p, section#near_session2 ul li.photosession_list .card_tag p {
  color: #fff;
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  section#near_session ul li.photosession_list .card_tag p, section#near_session2 ul li.photosession_list .card_tag p {
    font-size: 11px;
  }
}

section#near_session ul li.photosession_list a .card_thumbnail, section#near_session2 ul li.photosession_list a .card_thumbnail {
  padding-top: 58%;
  background-size: cover;
  background-position: center center;
  position: relative;
}

@media screen and (max-width: 768px) {
  section#near_session ul li.photosession_list a .card_thumbnail, section#near_session2 ul li.photosession_list a .card_thumbnail {
    padding-top: 35%;
    width: 46%;
    display: inline-block;
    vertical-align: middle;
  }
}

section#near_session ul li.photosession_list a .card_info, section#near_session2 ul li.photosession_list a .card_info {
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  overflow: hidden;
  padding: 5px 10px 3px;
}

@media screen and (max-width: 768px) {
  section#near_session ul li.photosession_list a .card_info, section#near_session2 ul li.photosession_list a .card_info {
    position: relative;
    padding-top: 5px;
    background: #FAFDFF;
  }
}

section#near_session ul li.photosession_list a .card_info p, section#near_session2 ul li.photosession_list a .card_info p {
  color: #FD4A82;
  font-weight: bold;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  section#near_session ul li.photosession_list a .card_info p, section#near_session2 ul li.photosession_list a .card_info p {
    font-size: calc(4px + 1.5vw);
    line-height: 14px;
  }
}

section#near_session ul li.photosession_list a .card_info p.card_locate, section#near_session2 ul li.photosession_list a .card_info p.card_locate {
  float: left;
}

section#near_session ul li.photosession_list a .card_info p.card_locate span, section#near_session2 ul li.photosession_list a .card_info p.card_locate span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

section#near_session ul li.photosession_list a .card_info p.card_locate span img, section#near_session2 ul li.photosession_list a .card_info p.card_locate span img {
  height: 14px;
  width: auto;
}

section#near_session ul li.photosession_list a .card_info p.card_price, section#near_session2 ul li.photosession_list a .card_info p.card_price {
  float: right;
}

section#near_session ul li.photosession_list a .card_contents, section#near_session2 ul li.photosession_list a .card_contents {
  padding: 10px;
}

@media screen and (max-width: 768px) {
  section#near_session ul li.photosession_list a .card_contents, section#near_session2 ul li.photosession_list a .card_contents {
    width: 54%;
    padding: 14px 10px 0;
    display: inline-block;
    vertical-align: top;
  }
}

section#near_session ul li.photosession_list a .card_contents h4, section#near_session2 ul li.photosession_list a .card_contents h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  section#near_session ul li.photosession_list a .card_contents h4, section#near_session2 ul li.photosession_list a .card_contents h4 {
    font-size: 12px;
    margin-bottom: 4px;
    line-height: 1.4;
    word-break: break-all;
  }
}

section#near_session ul li.photosession_list a .card_contents ul.gbtext_caption li, section#near_session2 ul li.photosession_list a .card_contents ul.gbtext_caption li {
  margin-bottom: 3px;
}

section#near_session ul li.photosession_list a .card_contents ul.gbtext_caption li img, section#near_session2 ul li.photosession_list a .card_contents ul.gbtext_caption li img {
  width: 14px;
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  line-height: 1.8;
  padding-top: 2px;
}

section#near_session ul li.photosession_list a .card_contents ul.gbtext_caption li p, section#near_session2 ul li.photosession_list a .card_contents ul.gbtext_caption li p {
  font-size: 12px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 32px);
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  section#near_session ul li.photosession_list a .card_contents ul.gbtext_caption li p, section#near_session2 ul li.photosession_list a .card_contents ul.gbtext_caption li p {
    font-size: 11px;
    word-break: break-all;
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 768px) {
  section#near_session ul li.photosession_list a .card_contents ul.gbtext_caption li.gbtext_brand, section#near_session2 ul li.photosession_list a .card_contents ul.gbtext_caption li.gbtext_brand {
    display: none;
  }
}

section ul.session_tag {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  section ul.session_tag {
    margin: 0;
    padding: 4px 10px 2px;
    background-color: #FAFDFF;
  }
}

section ul.session_tag li {
  display: inline-block;
  background: #A5BFDF;
  border-radius: 3px;
  margin-right: 8px;
  margin-bottom: 6px;
}

section ul.session_tag li p {
  color: #fff;
  font-size: 10px;
  padding: 2px 5px;
}

section#search_session ul {
  font-size: 0;
}

section#search_session ul li {
  width: 23.7%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 1.5%;
  margin-bottom: 20px;
}

section#search_session ul li:nth-child(4n) {
  margin-right: 0;
}

section#search_session ul li a img {
  transition: .5s;
}

section#search_session ul li a:hover img {
  width: auto;
  height: 110%;
  -webkit-transform: translate(-50%, -50%) rotate(-2deg);
          transform: translate(-50%, -50%) rotate(-2deg);
}

section#search_session ul li .session_listbox {
  width: 100%;
  padding-top: 56.5%;
}

section#search_session ul li .session_listbox:after {
  content: "";
  background: rgba(43, 43, 43, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section#search_session ul li .session_listbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

section#search_session ul li p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  section#search_session ul li p {
    font-size: calc(6px + 1.5vw);
  }
}

@media screen and (max-width: 768px) {
  section#search_session ul li {
    width: 48.5%;
    margin-right: 3%;
  }
  section#search_session ul li:nth-child(2n) {
    margin-right: 0;
  }
}

section#achievement .archieve_session ul {
  font-size: 0;
}

section#achievement .archieve_session ul li {
  width: 49%;
  margin-right: 2%;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  section#achievement .archieve_session ul li {
    margin-bottom: 20px;
  }
}

section#achievement .archieve_session ul li a {
  font-size: 0;
}

section#achievement .archieve_session ul li:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  section#achievement .archieve_session ul li {
    width: 100%;
    margin-right: 0;
  }
}

section#achievement .archieve_session ul li .achievement_thumbnail {
  width: 32.1%;
  margin-right: 3%;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  section#achievement .archieve_session ul li .achievement_thumbnail {
    margin-top: calc((8px + 1.5vw)*.35);
  }
}

section#achievement .archieve_session ul li .achievement_thumbnail:after {
  content: "";
  display: inline-block;
  padding-top: 68%;
}

section#achievement .archieve_session ul li .achievement_contents {
  vertical-align: top;
  display: inline-block;
  width: 64%;
}

section#achievement .archieve_session ul li .achievement_contents h4 {
  height: calc(16px*1.7*2);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  section#achievement .archieve_session ul li .achievement_contents h4 {
    height: calc((8px + 1.5vw)*1.7*2);
    margin-bottom: 3px;
  }
}

section#model ul.model_listbox {
  font-size: 0;
}

section#model ul.model_listbox li {
  width: 23.7%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 1.5%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  section#model ul.model_listbox li {
    width: 48.5%;
    margin-right: 3%;
  }
  section#model ul.model_listbox li:nth-child(2n) {
    margin-right: 0;
  }
}

section#model ul.model_listbox li:nth-child(4n) {
  margin-right: 0;
}

section#model ul.model_listbox li .model_img {
  overflow: hidden;
  width: 100%;
  padding-top: 56.5%;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}

section#model ul.model_listbox li .model_img img {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

section#model ul.model_listbox li .card_contents {
  margin-top: 10px;
}

section#model ul.model_listbox li .card_contents ul li {
  width: 100%;
  margin-bottom: 0px;
}

section#model ul.model_listbox li .card_contents ul li p {
  color: #FD4A82;
  font-weight: bold;
  text-align: left;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  section#model ul.model_listbox li .card_contents ul li p {
    font-size: calc(5px + 1.5vw);
  }
}

@media screen and (max-width: 768px) {
  section#model ul.model_listbox li .card_contents ul li h4 {
    font-size: calc(6px + 1.5vw);
  }
}

section#brand ul {
  font-size: 0;
}

section#brand ul li {
  width: 23.7%;
  margin-right: 1.5%;
  display: inline-block;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  vertical-align: top;
  margin-bottom: 30px;
  overflow: hidden;
}

section#brand ul li:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  section#brand ul li {
    width: 48.5%;
    margin-right: 3%;
  }
  section#brand ul li:nth-child(4n) {
    margin-right: 3%;
  }
  section#brand ul li:nth-child(2n) {
    margin-right: 0;
  }
}

section#brand ul li .card_thumbnail {
  width: 100%;
  padding-top: 50%;
  background-size: 100%;
}

section#brand ul li .brand_logobox {
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  height: 80px;
}

section#brand ul li .brand_logobox img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  max-width: 84%;
  max-height: 30px;
  margin: 0 auto;
}

section#studio ul.studio_listbox {
  font-size: 0;
}

section#studio ul.studio_listbox li {
  width: 23.7%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 1.5%;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  section#studio ul.studio_listbox li {
    width: 48.5%;
    margin-right: 3%;
  }
  section#studio ul.studio_listbox li:nth-child(2n) {
    margin-right: 0;
  }
}

section#studio ul.studio_listbox li:nth-child(4n) {
  margin-right: 0;
}

section#studio ul.studio_listbox li .card_thumbnail {
  overflow: hidden;
  width: 100%;
  padding-top: 56.5%;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  background-size: cover;
  background-position: center center;
}

section#studio ul.studio_listbox li .card_contents {
  margin-top: 10px;
}

section#studio ul.studio_listbox li .card_contents ul li h4 {
  min-height: 3.4em;
}

/*下層ページ*/
@media screen and (max-width: 768px) {
  .singlesession_footer footer#site-footer {
    padding-bottom: 160px;
  }
}

@media screen and (max-width: 768px) {
  .under_page.entry {
    width: 100vw;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .under_page.achievement section#achievement {
    padding-top: 0;
  }
  .under_page.achievement section#achievement .inner {
    width: 100%;
  }
}

.under_page.achievement section#achievement .archive_midashi {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .under_page.achievement section#achievement .archive_midashi {
    margin-top: 20px;
    width: 92%;
    margin-left: 4%;
  }
}

@media screen and (max-width: 768px) {
  .under_page.achievement section#achievement .archieve_session ul {
    width: 92%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .under_page.model section#model {
    padding-top: 0;
  }
  .under_page.model section#model .inner {
    width: 100%;
  }
}

.under_page.model section#model .archive_midashi {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .under_page.model section#model .archive_midashi {
    margin-top: 20px;
    width: 92%;
    margin-left: 4%;
  }
}

@media screen and (max-width: 768px) {
  .under_page.model section#model ul {
    width: 92%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .under_page section#near_session.under_nearsession, .under_page section#near_session2.under_nearsession {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .under_page section h2.archive_midashi {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.under_page section#session_shopimages {
  padding-top: 0;
}

/*撮影会詳細ページ*/
section#single_session {
  padding-top: 0;
}

section#single_session p {
  color: #1C1C1C;
}

section#single_session .singlesession_top {
  width: 100%;
  display: table;
}

section#single_session .singlesession_top .mv_img {
  width: 50%;
  display: table-cell;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  section#single_session .singlesession_top .mv_img {
    width: 100%;
    height: 100vw;
    display: block;
  }
}

section#single_session .singlesession_top .singlesession_topinfo {
  width: 50%;
  display: table-cell;
  padding: 42px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  section#single_session .singlesession_top .singlesession_topinfo {
    width: 92%;
    margin: 0 auto;
    display: block;
    padding: 10px 0 0;
  }
}

section#single_session .singlesession_top .singlesession_topinfo p.event_date {
  color: #fff;
  background: #EF8563;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  section#single_session .singlesession_top .singlesession_topinfo p.event_date {
    background: transparent;
    font-size: calc(8px + 1.5vw);
    line-height: 18px;
    color: #FD4A82;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0px 0 10px;
  }
}

section#single_session .singlesession_top .singlesession_topinfo p.event_date span.pc {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  section#single_session .singlesession_top .singlesession_topinfo p.event_date span.pc {
    display: none;
  }
}

section#single_session .singlesession_top .singlesession_topinfo p.event_date span.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  section#single_session .singlesession_top .singlesession_topinfo p.event_date span.sp {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
  }
  section#single_session .singlesession_top .singlesession_topinfo p.event_date span.sp img {
    height: 18px;
  }
}

section#single_session .singlesession_top .singlesession_topinfo h1 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  section#single_session .singlesession_top .singlesession_topinfo h1 {
    margin-bottom: 15px;
    font-size: 19px;
  }
}

section#single_session .singlesession_top .singlesession_topinfo dl {
  width: 100%;
  display: table;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  section#single_session .singlesession_top .singlesession_topinfo dl {
    margin: 15px 0 30px;
  }
}

section#single_session .singlesession_top .singlesession_topinfo dl dt {
  display: table-cell;
  width: 100px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  section#single_session .singlesession_top .singlesession_topinfo dl dt {
    display: block;
    width: 100%;
  }
}

section#single_session .singlesession_top .singlesession_topinfo dl dt p {
  color: #fff;
  font-size: 15px;
  line-height: 50px;
  padding: 0 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  section#single_session .singlesession_top .singlesession_topinfo dl dt p {
    text-align: left;
  }
}

section#single_session .singlesession_top .singlesession_topinfo dl dd {
  display: table-cell;
  padding: 10px 15px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  section#single_session .singlesession_top .singlesession_topinfo dl dd {
    display: block;
    width: 100%;
  }
}

section#single_session .singlesession_top .singlesession_topinfo dl.session_condition dt {
  background: #EF8563;
}

section#single_session .singlesession_top .singlesession_topinfo dl.session_media dt {
  background: #A5BFDF;
}

section#single_session .singlesession_top .singlesession_topinfo .session_lead {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  section#single_session .singlesession_top .singlesession_topinfo .session_lead {
    margin-bottom: 0;
  }
  section#single_session .singlesession_top .singlesession_topinfo .session_lead br {
    display: none;
  }
}

section#single_session .singlesession_top .singlesession_topinfo .session_pricelink {
  margin-top: 60px;
}

section#single_session .singlesession_top .singlesession_topinfo .session_pricelink p.session_price {
  float: left;
  line-height: 50px;
}

@media screen and (max-width: 768px) {
  section#single_session .singlesession_top .singlesession_topinfo .session_pricelink p.session_price {
    width: 48.5%;
    margin-right: 3%;
    font-size: 12px;
    line-height: 50px;
  }
  section#single_session .singlesession_top .singlesession_topinfo .session_pricelink p.session_price.wally_price {
    line-height: 32px;
  }
}

section#single_session .singlesession_top .singlesession_topinfo .session_pricelink p.session_price span {
  font-size: 23px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  section#single_session .singlesession_top .singlesession_topinfo .session_pricelink p.session_price span {
    font-size: 15px;
  }
}

section#single_session .singlesession_top .singlesession_topinfo .session_pricelink p.session_price span.kome {
  font-size: .9em;
  display: block;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  section#single_session .singlesession_top .singlesession_topinfo .session_pricelink p.session_price span.kome {
    font-size: .75em;
    margin-top: -3px;
  }
}

section#single_session .singlesession_top .singlesession_topinfo .session_pricelink p.session_price span.wally {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  section#single_session .singlesession_top .singlesession_topinfo .session_pricelink p.session_price span.wally {
    font-size: 10px;
    font-weight: normal;
  }
}

section#single_session .singlesession_top .singlesession_topinfo .session_pricelink p.event_date {
  display: none;
}

@media screen and (max-width: 768px) {
  section#single_session .singlesession_top .singlesession_topinfo .session_pricelink p.event_date {
    display: block;
    background: #EF8563;
    color: #fff;
    padding: 5px 4%;
    border-radius: 0;
    font-size: 12px;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  section#single_session .singlesession_top .singlesession_topinfo .session_pricelink {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
  }
}

@media screen and (max-width: 768px) {
  section#single_session .singlesession_top .singlesession_topinfo .session_pricelink .session_pricelinkbox {
    padding: 10px 0;
    width: 92%;
    margin: 0 auto;
  }
  section#single_session .singlesession_top .singlesession_topinfo .session_pricelink .session_pricelinkbox:after {
    content: "";
    display: block;
    clear: both;
  }
}

section#single_session .link_btn {
  float: right;
}

@media screen and (max-width: 768px) {
  section#single_session .link_btn {
    width: 48.5%;
    padding: 0 2%;
    margin-top: 5px;
  }
  section#single_session .link_btn p {
    font-size: 12px;
    line-height: 42px;
  }
}

@media screen and (max-width: 768px) {
  section#single_sessionimages {
    padding-top: 0;
    margin-bottom: 0;
  }
  section#single_sessionimages .inner {
    width: 100%;
  }
}

section#single_sessioninfo {
  padding-bottom: 40px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  section#single_sessioninfo .inner {
    width: 100%;
  }
}

section#single_sessioninfo p {
  color: #1C1C1C;
}

@media screen and (max-width: 768px) {
  section#single_sessioninfo .link_btn.min_radius {
    width: 80%;
  }
}

section#single_sessioninfo ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  section#single_sessioninfo ul {
    display: block;
    width: 100%;
  }
}

section#single_sessioninfo ul li {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 30px;
  background: #fff;
  padding: 25px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  section#single_sessioninfo ul li {
    display: block;
    width: 100%;
    padding: 15px 4%;
    margin-bottom: 15px;
  }
}

section#single_sessioninfo ul li:nth-child(2n) {
  margin-right: 0;
}

section#single_sessioninfo ul li h3 {
  color: #FD4A82;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #707070;
  position: relative;
}

@media screen and (max-width: 768px) {
  section#single_sessioninfo ul li h3:after {
    transition: all 0.2s;
    position: absolute;
    content: "";
    top: 42%;
    right: 0%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 7.5px 0 7.5px;
    border-color: #fd4a83 transparent transparent transparent;
  }
}

@media screen and (max-width: 768px) {
  section#single_sessioninfo ul li h3.active:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@media screen and (max-width: 768px) {
  section#single_sessioninfo ul li h3 {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

section#single_sessioninfo ul li h3 + p {
  color: #FD4A82;
  margin-bottom: 30px;
}

section#single_sessioninfo ul li.sessioninfo_attention {
  background: #fff;
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  margin-bottom: 0px;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  section#single_sessioninfo ul li.sessioninfo_attention {
    padding: 15px 4%;
  }
}

section#single_sessioninfo .sessioninfo_measure {
  margin-bottom: 30px;
  background: #fff;
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  section#single_sessioninfo .sessioninfo_measure {
    padding: 15px 4%;
    margin-bottom: 15px;
  }
}

section#single_sessioninfo .sessioninfo_measure h3 {
  color: #FD4A82;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #707070;
  position: relative;
}

@media screen and (max-width: 768px) {
  section#single_sessioninfo .sessioninfo_measure h3 {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

section#single_sessioninfo .sessioninfo_measure h3 + p {
  color: #FD4A82;
  margin-bottom: 30px;
}

section#single_shopinfo {
  margin-bottom: 0;
}

section#single_shopinfo h2 {
  color: #FD4A82;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

section#single_shopinfo p {
  color: #1C1C1C;
}

section#single_shopinfo .shop_info {
  overflow: hidden;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  section#single_shopinfo .shop_info {
    margin-bottom: 20px;
  }
}

section#single_shopinfo .shop_info .studio_detail_logobox {
  width: 117px;
  height: 117px;
  border: 1px solid #BEBEBE;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}

section#single_shopinfo .shop_info .studio_detail_logobox img {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  section#single_shopinfo .shop_info .studio_detail_logobox {
    width: 22vw;
    height: 22vw;
    max-width: 117px;
    max-width: 117px;
    margin-right: 3%;
  }
}

section#single_shopinfo .shop_info .studio_detail_infobox {
  display: inline-block;
  vertical-align: middle;
}

section#single_shopinfo .shop_info .studio_detail_infobox p.shop_name {
  font-size: 22px;
  font-weight: bold;
  color: #121212;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  section#single_shopinfo .shop_info .studio_detail_infobox p.shop_name {
    font-size: 13px;
  }
}

section#single_shopinfo .shop_info .studio_detail_infobox a {
  display: inline-block;
  margin-right: 5px;
}

section#single_shopinfo .shop_info .studio_detail_infobox img {
  width: auto;
  height: 40px;
}

@media screen and (max-width: 768px) {
  section#single_shopinfo .shop_info .studio_detail_infobox img {
    height: 35px;
  }
}

section#shopinfo_interview {
  padding-top: 10px;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  section#shopinfo_interview {
    padding-top: 0;
    padding-bottom: 0px;
  }
}

section#shopinfo_interview .interview_obi p, section#shopinfo_interview .photo_obi p {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  letter-spacing: .2em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  background: #FD4A82;
}

@media screen and (max-width: 768px) {
  section#shopinfo_interview .interview_obi p, section#shopinfo_interview .photo_obi p {
    line-height: 40px;
    font-size: 15px;
  }
}

section#shopinfo_interview .photo_obi {
  margin-bottom: 20px;
}

section#shopinfo_interview h2 {
  font-size: 27px;
  color: #FD4A82;
  text-align: center;
  margin: 0;
  padding: 40px 0 35px;
  font-weight: normal;
  letter-spacing: .2em;
}

@media screen and (max-width: 768px) {
  section#shopinfo_interview h2 {
    font-size: 15px;
    padding: 20px 0 15px;
  }
}

section#shopinfo_interview h2 + p {
  text-align: center;
  color: #333;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  section#shopinfo_interview h2 + p {
    text-align: left;
    font-size: 13px;
    margin-bottom: 21px;
  }
  section#shopinfo_interview h2 + p br {
    display: none;
  }
}

section#shopinfo_interview .tentyo {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  section#shopinfo_interview .tentyo {
    margin-bottom: 28px;
  }
}

section#shopinfo_interview .tentyo img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  text-align: center;
  display: block;
  margin: 0 auto 15px;
}

@media screen and (max-width: 768px) {
  section#shopinfo_interview .tentyo img {
    width: 120px;
    height: 120px;
  }
}

section#shopinfo_interview .tentyo p {
  text-align: center;
  color: #333333;
}

@media screen and (max-width: 768px) {
  section#shopinfo_interview .tentyo p {
    font-size: 12px;
  }
}

section#shopinfo_interview .interview .interview_box {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  section#shopinfo_interview .interview .interview_box {
    margin-bottom: 30px;
  }
}

section#shopinfo_interview .interview .i_read {
  text-align: center;
  position: relative;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  section#shopinfo_interview .interview .i_read {
    margin-bottom: 25px;
  }
}

section#shopinfo_interview .interview .i_read h3 {
  display: inline-block;
  position: relative;
  background: #fff;
  color: #808080;
  font-weight: normal;
  letter-spacing: .2em;
  padding: 0 30px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  section#shopinfo_interview .interview .i_read h3 {
    width: 100%;
    font-size: 16px;
    letter-spacing: .1em;
    background: #f7f7f7;
    padding: 9px 0;
  }
}

section#shopinfo_interview .interview .i_read:after {
  content: "";
  position: absolute;
  border-top: 1px solid #808080;
  width: 100%;
  max-width: 960px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

@media screen and (max-width: 768px) {
  section#shopinfo_interview .interview .i_read:after {
    display: none;
  }
}

section#shopinfo_interview .interview .i_q {
  color: #FD4A82;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  section#shopinfo_interview .interview .i_q {
    font-size: 13px;
  }
}

section#shopinfo_interview .interview .i_a {
  margin-bottom: 35px;
  color: #333333;
}

@media screen and (max-width: 768px) {
  section#shopinfo_interview .interview .i_a {
    font-size: 13px;
    margin-bottom: 25px;
  }
}

section#shopinfo_interview .interview img {
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
}

section#shopinfo_sessioninfo .s_obi p {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  color: #1a1a1a;
  font-weight: bold;
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  background: #f2f2f2;
  letter-spacing: .2em;
  margin-bottom: 40px;
}

section#shopinfo_sessioninfo p {
  color: #1C1C1C;
  letter-spacing: 0;
}

section#shopinfo_sessioninfo ul {
  display: flex;
  flex-wrap: wrap;
}

section#shopinfo_sessioninfo ul li {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  section#shopinfo_sessioninfo ul li {
    width: 100%;
    margin-right: 0;
  }
}

section#shopinfo_sessioninfo ul li:nth-child(2n) {
  margin-right: 0;
}

section#shopinfo_sessioninfo h2 {
  color: #FD4A82;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  section#shopinfo_sessioninfo h2 {
    font-size: 18px;
    margin-bottom: 2px;
  }
}

section#shopinfo_sessioninfo #map_canvas {
  margin-bottom: 20px;
  height: 450px;
}

@media screen and (max-width: 768px) {
  section#shopinfo_sessioninfo #map_canvas {
    height: 210px;
  }
}

section#shopinfo_sessioninfo #map_canvas iframe {
  width: 100%;
}

section#shopinfo_sessioninfo .studio_text p {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  section#shopinfo_sessioninfo .studio_text p {
    font-size: calc(7px + 1.5vw);
  }
}

section#shopinfo_sessioninfo .studio_text p.access_station {
  margin-bottom: 20px;
}

section#shopinfo_sessioninfo p.studio_link a {
  color: #A5BFDF;
  text-decoration: underline;
  margin-top: 20px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  section#shopinfo_sessioninfo p.studio_link a {
    font-size: 15px;
  }
}

section.linkbtn_section {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  section.linkbtn_section .link_btn.min_radius {
    width: 80%;
  }
}

section#faq h4 {
  color: #FD4A82;
  margin-bottom: 10px;
}

section#faq p {
  color: #121212;
}

section#faq a {
  color: #A5BFDF;
  text-decoration: underline;
  margin-top: 10px;
  font-size: 12px;
}

section .faq_contents {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EAEAEA;
  position: relative;
}

section .faq_contents:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

section#resemble {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  section#resemble {
    margin-bottom: 30px;
  }
}

section#resemble .resemble_tag {
  background: #F8F8F8;
  padding: 30px;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  section#resemble .resemble_tag {
    padding: 0;
    background: transparent;
    font-size: 0;
    margin-top: 30px;
  }
}

section#resemble .resemble_tag a.resemble_taglink {
  background: #A5BFDF;
  display: inline-block;
  margin-right: 10px;
  border-radius: 5px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  section#resemble .resemble_tag a.resemble_taglink {
    margin-bottom: 10px;
  }
}

section#resemble .resemble_tag a.resemble_taglink p {
  color: #fff;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  section#session_shopimages .inner {
    width: 100%;
  }
}

section#lineatlink {
  padding-bottom: 30px;
  text-align: center;
}

section#lineatlink img {
  width: 80%;
  max-width: 500px;
}

section#single_model {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  section#single_model {
    margin-bottom: 40px;
  }
}

section#single_model .model_img {
  width: 100%;
  position: relative;
}

section#single_model .model_img .slick-slide {
  margin-right: 0;
}

section#single_model .model_img img {
  top: 0;
  left: 0;
  width: 100%;
}

section#single_model ul.gbtext_caption {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  section#single_model ul.gbtext_caption {
    margin-top: 25px;
    margin-bottom: 35px;
  }
}

section#single_model ul.gbtext_caption li p {
  text-align: center;
  color: #1C1C1C;
}

section#single_model ul.model_link {
  font-size: 0;
  width: 100%;
}

section#single_model ul.model_link li {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  section#single_model ul.model_link li {
    margin-bottom: 20px;
  }
}

section#single_model ul.model_link li .baitai {
  padding-left: 13px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  section#single_model ul.model_link li .baitai {
    padding-left: 10px;
  }
}

section#single_model ul.model_link li.baitai_count_3 {
  display: block;
}

@media screen and (max-width: 768px) {
  section#single_model ul.model_link li.baitai_count_3 {
    display: inline-block;
  }
}

section#single_model ul.model_link li div {
  width: 25%;
  display: inline-block;
  margin-bottom: 20px;
}

section#single_model ul.model_link li .link_btn {
  padding: 0;
  line-height: 50px;
  width: 89%;
  border: 2px solid #FD4A82;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 8px 8px rgba(255, 181, 204, 0.15);
}

@media screen and (max-width: 768px) {
  section#single_model ul.model_link li .link_btn {
    line-height: 44px;
    width: 94%;
  }
}

section#single_model ul.model_link li .link_btn p {
  line-height: 50px;
  font-size: 16px;
  color: #FD4A82 !important;
}

@media screen and (max-width: 768px) {
  section#single_model ul.model_link li .link_btn p {
    line-height: 44px;
    font-size: 13px;
    letter-spacing: 0.1em;
  }
}

section#single_model h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  section#single_model h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  section#single_model {
    padding-top: 0;
  }
  section#single_model .inner {
    width: 100%;
  }
}

section#single_achievement h2 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  section#single_achievement h2 {
    font-size: 20px;
  }
}

section#single_achievement p {
  color: #1C1C1C;
}

section#single_achievement .achievement_text {
  margin: 40px 0 30px;
}

@media screen and (max-width: 768px) {
  section#single_achievement .achievement_text {
    margin: 0px 0 20px;
  }
}

section#single_achievement .achievement_info {
  margin-top: 20px;
  margin-bottom: 60px;
}

section#single_achievement .achievement_com {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #F8F8F8;
}

@media screen and (max-width: 768px) {
  section#single_achievement .achievement_com {
    padding: 30px 0;
  }
}

section#single_achievement .achievement_com .achievement_combox {
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  width: 100%;
}

section#single_achievement .achievement_com h4 {
  font-size: 18px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

section#single_achievement .achievement_photo {
  font-size: 0;
}

@media screen and (max-width: 768px) {
  section#single_achievement .achievement_photo.inner {
    width: 100%;
  }
}

section#single_achievement .achievement_photo li {
  display: inline-block;
  width: 20%;
  box-sizing: border-box;
  padding: 1px;
}

@media screen and (max-width: 768px) {
  section#single_achievement .achievement_photo li {
    width: 33.3%;
  }
}

section#single_brand {
  text-align: center;
}

@media screen and (max-width: 768px) {
  section#single_brand {
    padding-top: 0;
    text-align: left;
  }
}

section#single_brand p {
  text-align: center;
}

@media screen and (max-width: 768px) {
  section#single_brand p {
    text-align: left;
  }
}

section#single_brand .brandimg {
  width: 100%;
  padding-top: 50.9%;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  section#single_brand .brandimg {
    padding-top: 75%;
  }
}

section#single_brand .brandimg img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

section#single_brand .brand_name h3 {
  font-size: 24px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  section#single_brand .brand_name h3 {
    margin-top: 10px;
  }
}

section#single_brand .brand_name p {
  margin-bottom: 30px;
}

section#single_brand .brand_text {
  margin-bottom: 80px;
}

section#single_brand .brand_text p {
  color: #1C1C1C;
}

.modalWindow {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  z-index: 10000;
  overflow: hidden;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.modalWindow .modalWindow_closeButton {
  width: 24px;
  top: unset;
  right: 0%;
  /* -webkit-transform: translate(50%, 50%); */
  /* transform: translate(0%, 50%); */
  position: relative;
  display: block;
  margin-top: 20px;
  margin: 20px auto;
}

.modalWindow .modalWindow_wrap {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: visible;
}

.modalWindow .modalWindow_wrap .modalWindow_contents .modalImage {
  opacity: 0;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .modalWindow .modalWindow_wrap .modalWindow_contents .modalImage {
    width: 100%;
  }
}

.modalWindow .modalWindow_wrap .modalWindow_contents .modalImage.active {
  opacity: 1;
}

.modalWindow .modalWindow_wrap .modalWindow_contents .modalImage img {
  width: auto;
  height: 100%;
  max-height: 600px;
}

@media screen and (max-width: 768px) {
  .modalWindow .modalWindow_wrap .modalWindow_contents .modalImage img {
    height: inherit;
    max-height: inherit;
    width: 90%;
  }
}

.modalWindow .modalWindow_wrap .modalWindow_contents .modalWindow_images {
  transition: all 0.4s;
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .modalWindow .modalWindow_wrap .modalWindow_contents .modalWindow_images {
    width: 80%;
    margin: 0 auto;
  }
}

.modalWindow .modalWindow_wrap .modalWindow_contents .slick-arrow {
  width: 13px;
}

.modalWindow .modalWindow_wrap .modalWindow_contents .modalWindow_arrowLeft, .modalWindow .modalWindow_wrap .modalWindow_contents .modalWindow_arrowRight {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modalWindow .modalWindow_wrap .modalWindow_contents .modalWindow_arrowLeft img, .modalWindow .modalWindow_wrap .modalWindow_contents .modalWindow_arrowRight img {
  width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .modalWindow .modalWindow_wrap .modalWindow_contents .modalWindow_arrowLeft img, .modalWindow .modalWindow_wrap .modalWindow_contents .modalWindow_arrowRight img {
    width: 16px;
    padding: 8px 2px;
  }
}

.modalWindow .modalWindow_wrap .modalWindow_contents .modalWindow_arrowLeft {
  left: 0%;
  width: 100px;
  height: 100px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media screen and (max-width: 768px) {
  .modalWindow .modalWindow_wrap .modalWindow_contents .modalWindow_arrowLeft {
    left: 0%;
    top: -20px;
    width: 15%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}

.modalWindow .modalWindow_wrap .modalWindow_contents .modalWindow_arrowRight {
  right: 0%;
  width: 100px;
  height: 100px;
}

.modalWindow .modalWindow_wrap .modalWindow_contents .modalWindow_arrowRight img {
  -webkit-transform: rotateY(180deg) translate(-50%, -50%);
  transform: rotateY(180deg) translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
  .modalWindow .modalWindow_wrap .modalWindow_contents .modalWindow_arrowRight {
    right: 0%;
    width: 15%;
    top: -20px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
  .modalWindow .modalWindow_wrap .modalWindow_contents .modalWindow_arrowRight img {
    -webkit-transform: rotateY(180deg) translate(50%, -50%);
    transform: rotateY(180deg) translate(50%, -50%);
  }
}

@media screen and (max-width: 768px) {
  .modalWindow .modalWindow_wrap .modalWindow_contents .modalWindow_image {
    width: 100%;
  }
}

.modalWindow .modalWindow_wrap .modalWindow_contents .modalWindow_text {
  width: 70%;
  text-align: center;
  margin: 8px auto;
  font-size: 15px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .modalWindow .modalWindow_wrap .modalWindow_contents .modalWindow_text {
    width: 90%;
    text-align: left;
    margin: 8px auto 0;
    font-size: 12px;
  }
}

.border-gray {
  border-bottom: 40px solid #F8F8F8;
}

@media screen and (max-width: 768px) {
  .border-gray {
    border-bottom: 20px solid #F8F8F8;
  }
}

section#about_photobase {
  max-height: 420px;
  margin-bottom: 0;
  background: url(./assets/images/index/hero.jpg) center top no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  section#about_photobase {
    height: 66.66vw;
    background: url(./assets/images/about/sp/hero.jpg) center top no-repeat;
    background-size: 100%;
  }
}

section#about_photobase .hero_box {
  text-align: center;
}

section#about_photobase .hero_box img {
  width: 68px;
}

@media screen and (max-width: 768px) {
  section#about_photobase .hero_box img {
    width: 12vw;
    max-width: 50px;
  }
}

section#about_photobase .hero_box h2 {
  font-size: 42px;
}

@media screen and (max-width: 768px) {
  section#about_photobase .hero_box h2 {
    font-size: calc(18px + 1.5vw);
  }
}

section#about_des {
  padding-top: 45px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  section#about_des {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

section#about_des p {
  text-align: center;
  margin-bottom: 20px;
  color: #1C1C1C;
}

@media screen and (max-width: 768px) {
  section#about_des p {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  section#about_tokucyou {
    padding-bottom: 0;
  }
}

section#about_tokucyou h2 {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  section#about_tokucyou h2 {
    font-size: calc(14px + 1.5vw);
    margin-bottom: 20px;
  }
}

section#about_tokucyou ul {
  font-size: 0;
}

section#about_tokucyou ul li {
  width: 48%;
  margin-right: 4%;
  display: inline-block;
  vertical-align: top;
}

section#about_tokucyou ul li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  section#about_tokucyou ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  section#about_tokucyou ul li img {
    border-radius: 10px;
    margin-bottom: 10px;
  }
}

section#about_tokucyou ul li h2 {
  margin: 10px 0 20px;
  height: 4.5em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  section#about_tokucyou ul li h2 {
    height: inherit;
  }
}

section#about_tokucyou ul li p {
  color: #1C1C1C;
}

@media screen and (max-width: 768px) {
  section#about_tokucyou ul li p {
    font-size: calc(6px + 1.5vw);
  }
}

section#about_tokucyou ul li a {
  display: inline-block;
  margin-right: 10px;
}

section#about_tokucyou ul li a p {
  color: #A5BFDF;
  text-decoration: underline;
  margin-top: 10px;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  section#about_commit h2 {
    font-size: calc(14px + 1.5vw);
    margin-bottom: 20px;
  }
}

section#about_commit ul {
  font-size: 0;
  margin-bottom: 20px;
}

section#about_commit ul li {
  width: 31.3%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 20px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  section#about_commit ul li {
    width: 100%;
    margin-right: 0;
    padding: 10px 10px;
    margin-bottom: 20px;
    height: inherit !important;
  }
}

section#about_commit ul li:nth-child(3n):after {
  display: none;
}

@media screen and (min-width: 769px) {
  section#about_commit ul li:nth-child(3n) {
    margin-right: 0;
  }
}

section#about_commit ul li p.commit_step {
  text-align: center;
  color: #FD4A82;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  section#about_commit ul li p.commit_step {
    display: inline-block;
    font-size: calc(7px + 1.5vw);
  }
}

section#about_commit ul li img {
  width: auto;
  height: 41px;
  display: block;
  margin: 30px auto;
}

@media screen and (max-width: 768px) {
  section#about_commit ul li img {
    display: none;
  }
}

section#about_commit ul li h3 {
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  section#about_commit ul li h3 {
    font-size: calc(7px + 1.5vw);
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 5px;
  }
}

section#about_commit ul li p {
  color: #1C1C1C;
}

@media screen and (max-width: 768px) {
  section#about_commit ul li p {
    font-size: calc(6px + 1.5vw);
  }
}

section#about_commit ul li:first-child img {
  height: 45px;
}

section#about_commit #end_session {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  section#about_commit #end_session h2 {
    font-size: calc(14px + 1.5vw);
    margin-bottom: 20px;
  }
}

section#about_commit #end_session p {
  color: #1C1C1C;
}

@media screen and (max-width: 768px) {
  section#about_commit #end_session p {
    font-size: calc(6px + 1.5vw);
  }
}

@media screen and (max-width: 768px) {
  section.about_faq h2 {
    font-size: calc(14px + 1.5vw);
    margin-bottom: 20px;
  }
}

section.about_faq p {
  color: #1C1C1C;
}

@media screen and (max-width: 768px) {
  section.about_faq p {
    font-size: calc(6px + 1.5vw);
  }
}

section.about_faq .faq_contents {
  padding-bottom: 20px;
}

section#about_wanted {
  padding: 50px 0;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  section#about_wanted {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  #line_page section#line_hero {
    padding: 50px 0;
  }
}

#line_page section#line_hero .line_hero_box {
  margin: 0 auto;
  font-size: 0;
}

#line_page section#line_hero .lhero_content {
  display: inline-block;
  vertical-align: middle;
  width: 53.7%;
}

#line_page section#line_hero .lhero_content h2 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #line_page section#line_hero .lhero_content h2 {
    text-align: center;
    font-size: calc(20px + 1.5vw);
  }
}

#line_page section#line_hero .lhero_content img {
  margin-left: -10px;
}

@media screen and (max-width: 768px) {
  #line_page section#line_hero .lhero_content {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}

#line_page section#line_hero .lhero_mark {
  display: inline-block;
  vertical-align: middle;
  width: 46.3%;
}

#line_page section#line_hero .lhero_mark.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #line_page section#line_hero .lhero_mark {
    width: 45vw;
    max-width: 200px;
    margin: 0 auto 30px;
  }
  #line_page section#line_hero .lhero_mark.pc {
    display: none;
  }
  #line_page section#line_hero .lhero_mark.sp {
    display: block;
  }
}

#line_page section#line_about {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  #line_page section#line_about {
    padding: 40px 0;
  }
}

#line_page section#line_about h2 {
  font-size: 30px;
  text-align: center;
  color: #4d4d4d;
  position: relative;
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  #line_page section#line_about h2 {
    font-size: calc(14px + 1.5vw);
    margin-bottom: 60px;
  }
}

#line_page section#line_about h2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  width: 72px;
  border-bottom: 4px solid #4d4d4d;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #line_page section#line_about h2:after {
    width: 48px;
    bottom: -26px;
    border-bottom: 2px solid #4d4d4d;
  }
}

#line_page section#line_about ul li {
  padding-top: 65px;
  padding-bottom: 55px;
}

@media screen and (max-width: 768px) {
  #line_page section#line_about ul li {
    width: 100%;
    padding: 20px;
    display: table;
  }
}

#line_page section#line_about ul li .line_aboutimg {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #line_page section#line_about ul li .line_aboutimg {
    display: table-cell;
    vertical-align: middle;
  }
}

#line_page section#line_about ul li img {
  width: auto;
  height: 58px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #line_page section#line_about ul li img {
    margin-bottom: 0;
    height: 11vw;
    max-height: 30px;
  }
}

#line_page section#line_about ul li p {
  color: #fff;
  text-align: center;
  font-size: 17px;
  letter-spacing: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #line_page section#line_about ul li p {
    display: table-cell;
    vertical-align: middle;
    font-size: calc(7px + 1.5vw);
    text-align: left;
    padding-left: 15px;
  }
}

#line_page section#line_get {
  padding: 60px 0;
}

#line_page section#line_get h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 35px;
}

#line_page section#line_get .link_btn.white_btn.min_radius p {
  color: #00B900 !important;
}

.line_grad {
  background: linear-gradient(-45deg, rgba(0, 169, 157, 0.7), rgba(0, 172, 120, 0.7), rgba(0, 185, 0, 0.7));
  background-size: cover;
}

ul.three_ul {
  font-size: 0;
}

ul.three_ul li {
  width: 31.3%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 3%;
  margin-bottom: 30px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 20px;
}

ul.three_ul li:last-child {
  margin-right: 0;
}

section#a_faq .faq_categories {
  margin-bottom: 40px;
}

section#a_faq .faq_categories h3 {
  margin-bottom: 20px;
}

section#a_faq .faq_categories ul {
  font-size: 0;
  margin-bottom: 20px;
}

section#a_faq .faq_categories ul li {
  display: inline-block;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 15px;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  section#a_faq .faq_categories ul li {
    width: 100%;
  }
}

section#a_faq .faq_categories ul li.faq_contents {
  border-bottom: 0;
  padding: 0;
}

section#a_faq .faq_categories ul li:nth-child(2n) {
  margin-right: 0;
}

section#a_faq .faq_categories ul li p.question {
  line-height: 55px;
  width: 100%;
  display: table;
  background: #ededed;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
}

section#a_faq .faq_categories ul li p.question span.question_title {
  padding-right: 50px;
  display: table-cell;
  line-height: 1.4;
  height: 55px;
  vertical-align: middle;
}

section#a_faq .faq_categories ul li p.question.active {
  background: #fff;
}

section#a_faq .faq_categories ul li p.answer {
  display: none;
  padding: 20px 10px;
  border-top: 1px solid #ededed;
}

section#a_faq.contact_faq {
  padding: 1px 0 30px;
}

@media screen and (max-width: 768px) {
  section#a_faq.contact_faq {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 769px) {
  section h2.section_midashi.contact_section {
    margin-bottom: 55px;
  }
}

@media screen and (min-width: 769px) {
  p.section_des.photobase__contact__text {
    margin-bottom: 15px;
  }
}

.photobase .photobase__contactForm iframe {
  width: 100%;
  max-height: 1000px;
  overflow: scroll;
}

.photobase div.mw_wp_form_confirm p span.required,
.photobase div.mw_wp_form_confirm p span.optional {
  display: none;
}

.photobase__contact {
  padding-bottom: 0;
}

.photobase__contact__title {
  position: relative;
  margin: 16px auto;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .photobase__contact__title {
    text-align: center;
    font-size: 24px !important;
  }
}

.photobase__contact__title a {
  position: absolute;
  top: 8px;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 8px 20px;
}

.photobase__contact__title a img {
  width: 9px;
  vertical-align: inherit;
  padding-left: 4px;
  position: relative;
  top: 3px;
}

.photobase__contact__title span {
  display: block;
  font-size: 11px;
  font-weight: normal;
}

.photobase__contact__title span {
  display: block;
  font-size: 11px;
  font-weight: normal;
}

.photobase__contact__text span {
  color: #FD4A82;
  font-weight: 600;
}

.photobase__contact__step {
  margin: 0px auto 48px;
  text-align: center;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .photobase__contact__step {
    margin-top: 20px;
  }
}

.photobase__contact__step div {
  display: inline-block;
  width: 33.3%;
  text-align: center;
  position: relative;
  border-top: 1px solid #A5BFDF;
  border-bottom: 1px solid #A5BFDF;
  border-left: 1px solid #A5BFDF;
  margin-left: -3px;
  color: #A5BFDF;
}

@media screen and (max-width: 768px) {
  .photobase__contact__step div {
    width: 33%;
    margin-left: -2px;
  }
}

.photobase__contact__step div.active {
  background-color: #A5BFDF;
}

.photobase__contact__step div.active span {
  color: #FFF;
}

.photobase__contact__step div.active:before {
  background-color: #A5BFDF;
}

.photobase__contact__step div:first-child {
  border-radius: 4px 1px 1px 4px;
  z-index: 3;
}

.photobase__contact__step div:nth-child(2) {
  z-index: 2;
}

.photobase__contact__step div:last-child {
  border-right: 1px solid #A5BFDF;
  border-radius: 1px 4px 4px 1px;
  z-index: 1;
}

.photobase__contact__step div:last-child:before {
  position: relative;
  border-right: none;
  border-bottom: none;
}

.photobase__contact__step div:before {
  content: "";
  background: #FFF;
  border-right: 1px solid #A5BFDF;
  border-bottom: 1px solid #A5BFDF;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -17px;
  background-color: #fff;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
          transform: translate3d(0, 0, 0) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .photobase__contact__step div:before {
    right: -16px;
  }
}

.photobase__contact__step div span {
  display: inline-block;
  line-height: 48px;
  font-weight: 600;
  padding-left: 8px;
}

@media screen and (max-width: 768px) {
  .photobase__contact__step div span {
    padding-left: 16px;
  }
}

.photobase__contactForm {
  padding-top: 0;
}

.photobase__contactForm p {
  font-size: 18px;
  margin: 40px auto 8px;
}

@media screen and (max-width: 768px) {
  .photobase__contactForm p {
    font-size: 14px;
    margin: 10px auto 8px;
  }
  .photobase__contactForm p:last-child {
    margin: 8px auto;
  }
}

.photobase__contactForm p .required, .photobase__contactForm p .optional {
  font-size: 16px;
  padding: 2px 16px;
  border-radius: 4px;
  margin-right: 8px;
  vertical-align: baseline;
}

@media screen and (max-width: 768px) {
  .photobase__contactForm p .required, .photobase__contactForm p .optional {
    font-size: 14px;
  }
}

.photobase__contactForm p .required {
  color: #FFF;
  background: #FD4A82;
}

.photobase__contactForm p .optional {
  color: #FFF;
  background: #BEBEBE;
}

.photobase__contactForm div {
  position: relative;
}

.photobase__contactForm div p {
  color: #121212;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .photobase__contactForm div p {
    font-size: 14px;
  }
}

.photobase__contactForm div img {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translateY(-50%);
  right: 24px;
  width: 20px;
}

@media screen and (max-width: 768px) {
  .photobase__contactForm div img {
    right: 18px;
  }
}

.photobase__contactForm div.form_img {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .photobase__contactForm div.form_img {
    width: 100%;
  }
}

.photobase__contactForm div.form_img img {
  position: relative;
  top: inherit;
  -webkit-transform: none;
          transform: none;
  right: inherit;
  width: 100%;
}

.photobase__contactForm__input {
  font-size: 0;
}

.photobase__contactForm__input input[type="text"],
.photobase__contactForm__input input[type="tel"],
.photobase__contactForm__input input[type="email"],
.photobase__contactForm__input textarea {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin: 8px 0 16px;
  font-size: 18px;
  padding: 12px 16px;
  transition: 0.3s;
  border: 1px solid #BEBEBE;
  outline: none;
}

@media screen and (max-width: 768px) {
  .photobase__contactForm__input input[type="text"],
  .photobase__contactForm__input input[type="tel"],
  .photobase__contactForm__input input[type="email"],
  .photobase__contactForm__input textarea {
    font-size: 14px;
  }
}

.photobase__contactForm__input input[type="text"].error,
.photobase__contactForm__input input[type="tel"].error,
.photobase__contactForm__input input[type="email"].error,
.photobase__contactForm__input textarea.error {
  background: #FFF6F9;
}

.photobase__contactForm__input .contactform_box {
  width: 48%;
  display: inline-block;
  margin-right: 4%;
  vertical-align: top;
}

.photobase__contactForm__input .contactform_box.oneline {
  width: 100%;
  margin-right: 0;
}

.photobase__contactForm__input .contactform_box:nth-child(2n) {
  margin-right: 0;
}

.photobase__contactForm__input .contactform_box:last-child {
  width: 100%;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .photobase__contactForm__input .contactform_box {
    width: 100%;
    margin-right: 0;
  }
}

.photobase__contactForm__input .contactform_textarea {
  width: 100%;
}

.photobase__contactForm__input .requiredError {
  color: #BF4040;
  margin: 0 auto;
  font-size: 13px;
  padding-left: 8px;
  font-weight: 600;
}

.photobase__contactForm__input .requiredError img {
  position: relative;
  top: 0;
  right: initial;
  width: 16px;
  margin-right: 4px;
  -webkit-transform: none;
          transform: none;
}

.photobase__contactForm__radio {
  margin-bottom: 30px;
}

.photobase__contactForm__radio br.pc {
  display: none;
}

.photobase__contactForm__radio p {
  margin: 24px auto 8px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .photobase__contactForm__radio p {
    position: relative;
    width: 100%;
    margin: 12px auto;
    padding-left: 4px;
  }
}

.photobase__contactForm__radio p label {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 16px;
}

@media screen and (max-width: 768px) {
  .photobase__contactForm__radio p label {
    font-size: 14px;
    margin-top: 8px;
    display: block;
  }
}

.photobase__contactForm__radio p input[type="radio"] {
  vertical-align: baseline;
  margin-bottom: 16px;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .photobase__contactForm__radio p input[type="radio"] {
    margin-bottom: 10px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .photobase__contactForm__radio {
    margin-top: 8px;
  }
}

.photobase__contactForm__radio .mwform-radio-field {
  display: block;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .photobase__contactForm__radio .mwform-radio-field label span {
    font-size: 14px;
  }
}

.photobase__contactForm__submit {
  text-align: center;
  margin: 20px auto;
  font-size: 18px;
}

.photobase__contactForm__submit img {
  display: none;
}

.photobase__contactForm__submit div input {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .photobase__contactForm__submit div input {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .photobase__contactForm__submit {
    margin: 32px auto;
  }
}

.photobase__contactForm .gbbutton__pink {
  border-style: none;
  outline: 0;
  background: #FD548D;
  color: white;
  border: 2px solid #FD4A82;
  box-shadow: 0px 8px 12px rgba(255, 181, 204, 0.4);
  padding: 10px 60px;
  font-size: 17px;
  width: auto;
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .photobase__contactForm .gbbutton__pink {
    padding: 16px 24px;
    border-style: none;
    font-size: 17px;
    width: 100%;
    margin-bottom: 20px;
  }
}

.photobase__contactForm .gbbutton__white {
  border-style: none;
  outline: 0;
  background: #fff;
  color: #FD4A82;
  border: 2px solid #FD4A82;
  padding: 10px 60px;
  font-size: 17px;
  width: auto;
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .photobase__contactForm .gbbutton__white {
    padding: 16px 24px;
    font-size: 17px;
    width: 100%;
  }
}

.photobase__contactForm .span.mwform-radio-field.horizontal-item {
  display: block;
}

.photobase__contactForm .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0px;
}

.photobase__contactForm .mw_wp_form_input .photobase__contactForm__submit .pc input {
  background: url(./assets/images/common/contact_post.png) no-repeat;
  background-size: contain;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  width: 420px;
  height: 138px;
  vertical-align: top;
  padding: 0;
  box-shadow: none;
}

.photobase__contactForm .mw_wp_form_input .photobase__contactForm__submit .sp input {
  background: url(./assets/images/common/contact_post.png) no-repeat;
  background-size: contain;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  width: 100%;
  max-width: 400px;
  height: 28vw;
  vertical-align: top;
  padding: 0;
  box-shadow: none;
}

.photobase__contactForm .mw_wp_form_confirm {
  width: 100%;
  max-width: 1010px;
  margin: 80px auto;
}

@media screen and (max-width: 768px) {
  .photobase__contactForm .mw_wp_form_confirm {
    margin: 48px auto;
  }
}

.photobase__contactForm .mw_wp_form_confirm .photobase__privacyPolicy {
  display: none;
}

.photobase__contactForm .mw_wp_form_confirm p {
  font-size: 18px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .photobase__contactForm .mw_wp_form_confirm p {
    font-size: 14px;
  }
}

.photobase__contactForm .mw_wp_form_confirm div {
  font-size: 0;
}

.photobase__contactForm .mw_wp_form_confirm div.photobase__contactForm__radio {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .photobase__contactForm .mw_wp_form_confirm div.photobase__contactForm__radio {
    font-size: 12px;
    margin-bottom: 0px;
  }
}

.photobase__contactForm .mw_wp_form_confirm div div {
  font-size: 16px;
}

.photobase__contactForm .mw_wp_form_confirm div div.photobase__contactForm__submit div {
  border: none;
}

.photobase__contactForm .mw_wp_form_confirm div div div.contactform_textareabox {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .photobase__contactForm .mw_wp_form_confirm div {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.photobase__contactForm .mw_wp_form_confirm__submit {
  text-align: center;
  margin: 104px auto 0;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .photobase__contactForm .mw_wp_form_confirm__submit {
    margin: 56px auto 0;
  }
}

.photobase__contactForm .mw_wp_form_confirm__submit .gbbutton__pink {
  border-style: none;
  outline: 0;
}

.photobase__contactForm .mw_wp_form_confirm__submit .gbbutton__pink,
.photobase__contactForm .mw_wp_form_confirm__submit .gbbutton__white {
  margin: 8px;
}

@media screen and (max-width: 768px) {
  .photobase__contactForm .mw_wp_form_confirm__submit .gbbutton__pink,
  .photobase__contactForm .mw_wp_form_confirm__submit .gbbutton__white {
    width: 90%;
    margin-top: 24px;
  }
}

.photobase__contactForm .mw_wp_form_complete {
  text-align: center;
  margin: 72px auto 128px;
}

.photobase__contactForm .mw_wp_form_complete p {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .photobase__contactForm .mw_wp_form_complete p {
    font-size: calc(6px + 1.5vw);
  }
}

@media screen and (max-width: 768px) {
  .photobase__contactForm .mw_wp_form_complete {
    width: 90%;
    font-size: 14px;
    margin: 42px auto;
  }
}

.photobase__contactForm .mw_wp_form_complete p {
  line-height: 32px;
  margin-top: 24px;
  margin-bottom: 48px;
}

.photobase__contactForm .mw_wp_form_complete p span {
  color: #FD4A82;
  font-weight: 600;
}

.photobase__contactForm .mw_wp_form_complete p img {
  position: relative !important;
  top: inherit;
  right: initial;
  width: 100%;
  max-width: 400px;
}

@media screen and (max-width: 768px) {
  .photobase__contactForm .mw_wp_form_complete p img {
    width: 100%;
    max-width: 100%;
  }
}

.photobase__contactForm .mw_wp_form_complete p .gbbutton__pink {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .photobase__contactForm .mw_wp_form_complete p .gbbutton__pink {
    width: 70%;
  }
}

.photobase__privacyPolicy {
  width: 100%;
  max-width: 1010px;
  margin: 48px auto;
}

.photobase__privacyPolicy__title {
  font-size: 18px;
  color: #FD4A82;
  text-align: left;
  margin: 116px auto 48px;
}

@media screen and (max-width: 768px) {
  .photobase__privacyPolicy__title {
    color: #313131;
    font-size: 13px;
    margin: 72px auto 32px;
  }
}

.photobase__privacyPolicy textarea {
  width: 100%;
  font-size: 15px;
  padding: 32px 16px;
  box-sizing: border-box;
  margin: 8px 0 16px;
  padding: 24px;
  transition: 0.3s;
  border: 1px solid #BEBEBE;
  border-radius: 4px;
  outline: none;
}

@media screen and (max-width: 768px) {
  .photobase__privacyPolicy textarea {
    font-size: 12px;
  }
}

.tos {
  margin: 0px auto 42px;
  width: 100%;
  max-width: 1010px;
}

@media screen and (max-width: 768px) {
  .tos {
    margin: 0px auto 32px;
    width: 90%;
    text-align: center;
  }
}

.tos_title {
  position: relative;
  margin: 0 auto 46px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .tos_title {
    text-align: center;
    font-size: 24px !important;
    margin: 16px auto 56px;
  }
}

.tos div {
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .tos div {
    font-size: 12px;
  }
}

.sctl {
  margin: 0px auto 46px;
  width: 100%;
  max-width: 1010px;
}

@media screen and (max-width: 768px) {
  .sctl {
    margin: 0px auto 32px;
    width: 90%;
    text-align: center;
  }
}

.sctl_title {
  margin: 0 auto 46px;
  position: relative;
  margin: 0 auto 46px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .sctl_title {
    text-align: center;
    font-size: 24px !important;
    margin: 16px auto;
  }
}

.sctl_contents {
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .sctl_contents {
    font-size: 12px;
  }
}

.sctl_contents_table_label, .sctl_contents_table_text {
  padding: 8px;
}

.sctl_contents_table_label {
  display: inline-block;
  width: 28%;
  min-width: 280px;
  color: #FD4A82;
  background: #FFF6F9;
  padding: 24px 0 24px 16px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .sctl_contents_table_label {
    min-width: 90%;
    width: inherit;
    display: block;
    padding: 8px;
  }
}

.sctl_contents_table_label.height {
  min-height: 96px;
}

@media screen and (max-width: 768px) {
  .sctl_contents_table_label.height {
    min-height: initial;
  }
}

.sctl_contents_table_text {
  display: inline-block;
  width: 68%;
  background: #FFF;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .sctl_contents_table_text {
    width: 100%;
    display: block;
    padding: 8px;
    width: inherit;
  }
}

.sctl_contents_table_text p {
  color: #FF7F5A;
  font-size: 12px;
}

.privacy {
  margin: 0px auto 42px;
  width: 100%;
  max-width: 1010px;
}

@media screen and (max-width: 768px) {
  .privacy {
    margin: 0px auto 32px;
    width: 90%;
    text-align: center;
  }
}

.privacy_title {
  position: relative;
  margin: 0 auto 46px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .privacy_title {
    text-align: center;
    font-size: 24px !important;
    margin: 16px auto;
  }
}

.privacy div {
  font-size: 15px;
  line-height: 1.8;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .privacy div {
    font-size: 12px;
  }
}

.disclaimer {
  margin: 0px auto 42px;
  width: 100%;
  max-width: 1010px;
}

@media screen and (max-width: 768px) {
  .disclaimer {
    margin: 0px auto 32px;
    width: 90%;
    text-align: center;
  }
}

.disclaimer_title {
  position: relative;
  margin: 0 auto 46px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .disclaimer_title {
    text-align: center;
    font-size: 24px !important;
    margin: 16px auto;
  }
}

.disclaimer div {
  font-size: 15px;
  line-height: 32px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .disclaimer div {
    font-size: 12px;
  }
}

#tab_formbtn {
  display: none;
}

#tab_form select {
  padding: 6px 38px 5px 8px;
  color: #BEBEBE;
  font-size: 14px;
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
}

.search_wrap.base_selectbox {
  overflow: hidden;
}

.base_selectbox .selectWrap {
  overflow: hidden;
  width: 6.5em;
  float: right;
  text-align: center;
  position: relative;
  border: 1px solid #BEBEBE;
  border-radius: 2px;
  background: #ffffff;
  display: inline-block;
  vertical-align: middle;
  /* IE10以上で矢印を消す */
  /* フォーカス時 */
}

@media screen and (max-width: 768px) {
  .base_selectbox .selectWrap {
    width: 100%;
    float: none;
    padding: 15px 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }
}

.base_selectbox .selectWrap:before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #707070;
  pointer-events: none;
}

.base_selectbox .selectWrap p.selectWrap_labeltext {
  position: absolute;
  width: 100%;
  z-index: 1;
  font-size: 14px;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .base_selectbox .selectWrap p.selectWrap_labeltext {
    left: 48%;
  }
}

.base_selectbox .selectWrap .sel {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  cursor: pointer;
  width: 100%;
  border: none;
  opacity: 0;
  position: relative;
  z-index: 2;
}

.base_selectbox .selectWrap .sel::-ms-expand {
  display: none;
}

.base_selectbox .selectWrap .sel:focus {
  z-index: -1;
  opacity: 1;
}

.secret .session_pricelinkbox {
  display: none !important;
}

.secret #shopinfo_sessioninfo ul li:nth-child(2) {
  display: none !important;
}

.secret #shopinfo_sessioninfo ul li:last-child {
  display: none !important;
}

.secret #single_sessioninfo .center_box {
  display: none !important;
}

#session_btn_modal {
  position: fixed;
  display: none;
  width: 100%;
  height: 120vh;
  z-index: 999999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}

#session_btn_modal .yoyaku_modal_text {
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  padding: 20px;
  box-sizing: border-box;
  max-width: 700px;
}

#session_btn_modal .yoyaku_modal_text p {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #session_btn_modal .yoyaku_modal_text p {
    text-align: left;
  }
}

#session_btn_modal #batsu {
  width: 40px;
  height: 40px;
  position: relative;
  border: 2px solid #fff;
  border-radius: 22px;
  cursor: pointer;
  position: absolute;
  margin: 0;
  right: 0px;
  top: -50px;
}

@media screen and (max-width: 768px) {
  #session_btn_modal #batsu {
    width: 25px;
    height: 25px;
    top: -35px;
  }
}

#session_btn_modal #batsu span::before, #session_btn_modal #batsu span::after {
  display: block;
  content: "";
  position: absolute;
  top: 54%;
  left: 50%;
  width: 76%;
  height: 7%;
  margin: -6% 0 0 -38%;
  background: #fff;
}

#session_btn_modal #batsu span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#session_btn_modal #batsu span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#session_btn_modal .yoyaku_modalbox_text a {
  color: #FD4A82;
  font-weight: bold;
  margin-top: 20px;
  font-size: 1.2em;
  word-break: break-all;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #session_btn_modal .yoyaku_modalbox_text a {
    font-size: 1.4em;
  }
}

.link_form h2.section_midashi {
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .link_form h2.section_midashi {
    font-size: 22px;
  }
}

.link_form .photobase__privacyPolicy {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .link_form .photobase__privacyPolicy {
    margin: 20px auto;
  }
}

.link_form .photobase__privacyPolicy__title {
  font-size: 14px;
  margin: 15px auto;
  color: #727272;
}

@media screen and (max-width: 768px) {
  .link_form .photobase__privacyPolicy__title {
    font-size: 12px;
    margin-bottom: 20px;
  }
}

.form_link ul {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .form_link ul {
    display: block;
    margin-bottom: 80px;
  }
}

.form_link ul li {
  width: 32%;
}

@media screen and (max-width: 768px) {
  .form_link ul li {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}











/*===============================================*/
