@charset "UTF-8";
/* Scss Document */
@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.05);
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.05);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**************************
common
**************************/
img {
  width: 100%;
  vertical-align: bottom;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.bg_wood {
  background: #f3f0ec;
  background-image: url(../img/common/bg_wood.jpg);
  padding-bottom: 3rem;
  background-repeat: no-repeat;
  background-size: 100%;
}

.common_title {
  position: relative;
  font-size: 1.25rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
.common_title:before {
  content: "";
  position: absolute;
  top: 45%;
  display: inline-block;
  width: 100%;
  height: 3.5px;
  background-color: #f3f0ec;
  left: 0;
  z-index: 0;
}
.common_title span {
  padding: 0 1rem;
  background: #ffffff;
  position: relative;
}

/**************************
header
**************************/
.header_wrap {
  background: #1f1c18;
  min-height: 50px;
}
.header_wrap .header_content .logo {
  margin: 0;
  line-height: 1;
}
.header_wrap .header_content .logo img {
  vertical-align: text-bottom;
}
.header_wrap .header_content #logout a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 0.875rem;
  padding: 0.4rem 0.7rem;
}
.header_wrap .toggle_menu {
  position: absolute;
  left: 1rem;
  z-index: 1;
}
.header_wrap .toggle_menu a {
  color: #fff;
  font-size: 1.3571428571rem;
  background: #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
}

/**************************
footer
**************************/
.footer_wrap {
  background: #1f1c18;
}
.footer_wrap a {
  display: block;
}
.footer_wrap .footer_wrap_nav ul li a {
  color: #ded5bc;
}
.footer_wrap .footer_wrap_nav ul li:not(:last-child) a:after {
  content: "/";
  padding: 0 0.4rem;
}
.footer_wrap .footer_wrap_nav:after {
  content: "";
  display: block;
  width: 140px;
  height: 1px;
  background: #ded5bc;
  margin: 0 auto;
}
.footer_wrap .footer_wrap_copy {
  color: #ded5bc;
  font-size: 0.625rem;
}

/**************************
sideMenu
**************************/
.side_customer p {
  margin: 0 0 0.5rem;
}
.side_customer .side_customer_name {
  font-size: 1.5rem;
  font-family: serif;
}
.side_customer .side_customer_name small {
  margin-left: 0.5rem;
}
.side_customer .side_customer_date {
  font-size: 0.75rem;
}
.side_customer .side_customer_limit {
  font-size: 0.75rem;
}

.side_album .album_collapse_albumtitle {
  text-align: center;
  font-family: serif;
  font-size: 1.25rem;
  padding: 0.8rem 0;
  font-weight: bold;
}

.side_tag {
  background: #1f1c18;
  color: #ded5bc;
  padding: 0.8rem 0.6rem;
  line-height: 1;
  font-size: 0.9rem;
}
.side_tag:not(:last-child) {
  margin-bottom: 0.8rem;
}
.side_tag i {
  margin-right: 0.8rem;
}

.side_price {
  font-size: 0.75rem;
}
.side_price .side_album_price {
  font-family: "Playball";
  font-size: 1.8rem;
}

.side_special {
  background: #f09000;
  color: #ffffff;
  transform: scale(1.1);
  padding: 0.4rem;
}
.side_special h3 {
  font-size: 2rem;
  color: #333;
  font-family: "Oswald";
  font-weight: bold;
  transform: rotate(-10deg);
  position: absolute;
  top: -1rem;
  left: 1rem;
}
.side_special ul {
  padding: 2rem 0.8rem 0.8rem;
  font-size: 0.8rem;
}
.side_special ul li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  color: inherit;
  font-size: inherit;
  font-weight: bold;
  margin-right: 0.7rem;
}

.side_special_frame {
  border: 1px solid #ffb23e;
}

/**************************
smartPhone drawerMenu
**************************/
body.side-open #sidelayer {
  position: fixed;
  display: flex;
  top: 0;
  left: 0px;
  width: 300px;
  height: 100%;
  padding: 20px;
  transition: left 0.5s, right 0.5s;
  background: #ffffff;
  flex-direction: column;
  z-index: 2;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#sideCloseBtn2 {
  font-family: "Oswald";
  font-weight: bold;
  text-align: center;
  color: #ded5bc;
  font-size: 1.25rem;
  background: #1f1c18;
  padding: 0.4rem;
}

body #sidelayer {
  position: fixed;
  left: -300px;
  transition: 0.5s ease;
}

body.side-open {
  overflow: hidden;
}

body.side-open:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

@media (min-width: 768px) {
  body #sidelayer {
    position: static;
    display: flex;
  }
}
/**************************
mainVisual
**************************/
.main_visual_wrap {
  position: relative;
  height: 40vh;
  min-height: 35vh;
  max-height: 500px;
}
.main_visual_wrap img {
  height: 100%;
  /* object-fit: cover; */
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 769px) {
  .main_visual_wrap {
    position: relative;
    height: 30vh;
    min-height: 30vh;
    /* max-height: 500px; */
  }
  .main_visual_wrap img {
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.main_visual_wrap .main_visual_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_visual_wrap .main_visual_title h1 {
  font-size: 3.375rem;
  color: #fff;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
  font-family: "Oswald";
  font-weight: bold;
}
.main_visual_wrap .main_visual_title h1 span {
  display: block;
  font-size: 1rem;
}
/**************************
news
**************************/
.news_wrap {
  background: #f3f0ec;
  position: relative;
  padding-bottom: 2rem;
}
.news_wrap:after {
  content: "";
  border: 15px solid transparent;
  border-top: 15px solid #f3f0ec;
  position: absolute;
  top: 100%;
  left: calc(50% - 15px);
  z-index: 1;
}
.news_wrap .news_title {
  padding: 2rem 0;
}
.news_wrap .news_title h1 {
  text-align: center;
  font-family: "Playball";
}
.news_wrap .news_title h1 span {
  display: block;
  font-size: 1rem;
}
.news_wrap .news_row {
  padding: 0.5rem 0;
}
.news_wrap .news_row:not(:last-child) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}

/**************************
pageNumber
**************************/
.page_number_wrap {
  padding: 3rem 0;
}
@media screen and (max-width: 769px) {
  .page_number_wrap .page_number_list {
    background: #1f1c18;
    justify-content: flex-start !important;
  }
}
.page_number_wrap .page_number_list .page_number_figure {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1f1c18;
  color: #fff;
  border-radius: 50%;
  font-size: 2.5rem;
  width: 5rem;
  height: 5rem;
  margin-bottom: 1rem;
  font-family: "Playball";
}
@media screen and (max-width: 769px) {
  .page_number_wrap .page_number_list .page_number_figure {
    background: none;
    margin: 0;
    margin: 0;
    height: auto;
    width: 2rem;
    margin-right: 1rem;
  }
}
.page_number_wrap .page_number_list .page_number_txt {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 769px) {
  .page_number_wrap .page_number_list .page_number_txt {
    color: #ffffff;
  }
}
@media screen and (max-width: 769px) {
  .page_number_wrap .page_number_current {
    background: #f09000;
    color: #ffffff;
  }
}
.page_number_wrap .page_number_current .page_number_figure {
  background: #f09000;
  transform: scale(1.2);
}
@media screen and (max-width: 769px) {
  .page_number_wrap .page_number_current .page_number_figure {
    background: none;
  }
}
.page_number_wrap .page_number_current .page_number_txt:after {
  content: "";
  display: block;
  width: 46px;
  height: 2px;
  background: #1f1c18;
  position: absolute;
  bottom: -0.5rem;
}
@media screen and (max-width: 769px) {
  .page_number_wrap .page_number_current .page_number_txt:after {
    content: none;
  }
}

/**************************
albumList
**************************/
.album_list_wrap .album_list_thumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3.2rem 1rem 0.2rem;
  position: relative;
}
.album_list_wrap .album_list_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2rem;
}
.album_list_wrap .album_list_title h1 {
  font-size: 4.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Oswald";
  font-weight: bold;
}
.album_list_wrap .album_list_title h1 span {
  font-size: 1rem;
}
.album_list_wrap .album_list_container,.album_list_wrap .item_list_container{
  position: relative;
  margin-bottom: 2rem;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.15) 0 5px 10px;
}
@media screen and (max-width: 993px) {
  .album_list_wrap .album_list_container,.album_list_wrap .item_list_container{
    margin-bottom: 4rem;
  }
}
.album_list_wrap .album_list_container:after {
  content: "\f078";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  color: inherit;
  font-size: inherit;
  color: #f2efeb;
  display: block;
  text-align: center;
}
.album_list_wrap .album_list_container:hover:after,.album_list_wrap .item_list_container:hover:after{
  color: #1f1c18;
}
.album_list_wrap .album_list_container button,.album_list_wrap .album_list_container a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: none;
  border: none;
  border-top: 4px solid #fff;
}
.album_list_wrap .album_list_container button:focus,.album_list_wrap .album_list_container a:focus {
  outline: none;
  border-top: 4px solid #f09000;
}
.album_list_wrap .album_list_container .collapse,.album_list_wrap .item_list_container .collapse{
  position: absolute;
  left: 0;
}
.album_list_wrap .album_list_container .album_list_name,.album_list_wrap .item_list_container .album_list_name{
  display: flex;
  justify-content: center;
  position: absolute;
  top: -1.7rem;
  z-index: 2;
}
.album_list_wrap .album_list_container .album_list_name h2,.album_list_wrap .item_list_container .album_list_name h2{
  font-size: 2.5rem;
  font-family: "Playball";
}
.album_list_wrap .album_list_container .album_list_name span,.album_list_wrap .item_list_container .album_list_name span{
  display: block;
  font-size: 0.5rem;
  text-align: center;
  padding-top: 0.5rem;
}
.album_list_wrap .album_list_container .album_list_img,.album_list_wrap .item_list_container .album_list_img{
  margin-bottom: 1rem;
}
.album_list_wrap .album_list_container .album_list_txt,.album_list_wrap .item_list_container .album_list_txt{
  font-size: 0.625rem;
  border-bottom: 1px solid #f2efeb;
  padding-bottom: 0.7rem;
  margin-bottom: 0.7rem;
}
.album_list_wrap .album_list_container .album_list_txt p,.album_list_wrap .item_list_container .album_list_txt p {
  margin: 0;
}
.album_list_wrap .album_list_container .album_list_price,.album_list_wrap .item_list_container .album_list_price {
  font-size: 1.375rem;
  font-family: "Playball";
}
.album_list_wrap .album_list_current {
  border-top: 4px solid #f09000;
}
.album_list_wrap .album_list_current a:after {
  color: #1f1c18;
}

.album_collapse_wrap {
  background: #f3f0ec;
  background-image: url(../img/top/bg_01.png);
  background-repeat: repeat;
  box-shadow: 0 0 15px rgba(51, 51, 51, 0.1) inset;
}
.album_collapse_wrap .album_collapse_title h3 {
  text-align: center;
  font-size: 3.125rem;
  font-family: "Playball";
  padding: 3rem 0;
}
.album_collapse_wrap .album_collapse_title h3 span {
  display: block;
  font-size: 0.75rem;
  text-align: center;
  padding-top: 1rem;
}
.album_collapse_wrap .album_collapse_albumtitle {
  font-family: serif;
  text-align: center;
  font-size: 1.25rem;
  padding: 1rem 0;
  margin: 0;
}
.album_collapse_wrap .album_collapse_txt {
  font-size: 0.75rem;
  color: #6d754b;
}
.album_collapse_wrap .album_collapse_price {
  font-size: 1.5rem;
  text-align: right;
  font-family: "Playball";
}

/**************************
loginBackgroundAnimation
**************************/
@keyframes album {
  0% {
    opacity: 0;
  }
  12.5% {
    opacity: 1;
  }
  37.5% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.login_area_container {
  overflow: hidden;
}
.login_area_container .login_carousel_wrap {
  position: relative;
}
.login_area_container .login_carousel_wrap .login_carousel {
  margin: auto;
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.login_area_container .login_carousel_wrap .login_carousel img {
  animation-name: album;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  position: absolute;
  left: -20px;
  top: -20px;
  object-fit: cover;
  width: calc(100% + 40px);
  height: calc(100vh + 40px);
  filter: blur(10px);
  opacity: 0;
}
.login_area_container .login_carousel_wrap .login_carousel .img2 {
  animation-delay: 8s;
}
.login_area_container .login_carousel_wrap .login_carousel .img3 {
  animation-delay: 16s;
}
.login_area_container .login_area_modal_wrap {
  min-height: 100vh;
}
.login_area_container .login_area_modal_wrap .login_area_modal {
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}
.login_area_container .login_area_modal_wrap .login_area_modal .login_area_title {
  position: absolute;
  top: -3.5rem;
  transform: rotate(-11deg);
  z-index: 1;
}
.login_area_container .login_area_modal_wrap .login_area_modal .login_area_title h1 {
  background: #1f1c18;
  color: #ded5bc;
  font-size: 2.5rem;
  text-align: center;
  border-radius: 50%;
  width: 7.5rem;
  height: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0 5px 10px;
  font-family: "Oswald";
  font-weight: bold;
}
.login_area_container .login_area_modal_wrap .login_area_modal .login_area_form {
  width: 100%;
  border: 2px solid #f2efeb;
  padding: 6rem 0 1rem;
}
.login_area_container .login_area_modal_wrap .login_area_modal .login_area_form form {
  max-width: 600px;
  padding: 0 2rem;
  margin: 0 auto;
}
.login_area_container .login_area_modal_wrap .login_area_modal .login_area_form form .login_area_form_row {
  margin-bottom: 2rem;
}
.login_area_container .login_area_modal_wrap .login_area_modal .login_area_form form .login_area_form_row .login_area_form_button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f09000;
  color: #ffffff;
  position: relative;
  border-radius: 10px;
  margin-top: 1rem;
  box-shadow: 0 5px 0 #bd7100;
}
.login_area_container .login_area_modal_wrap .login_area_modal .login_area_form form .login_area_form_row .login_area_form_button input {
  width: 100%;
  max-width: 22.5rem;
  background: transparent;
  color: #ffffff;
  font-weight: bold;
  padding: 0.7rem;
}
.login_area_container .login_area_modal_wrap .login_area_modal .login_area_form form .login_area_form_row .login_area_form_button i {
  position: absolute;
  right: 1.2rem;
  font-size: 1.25rem;
}

/**************************
selectPageColumns
**************************/
.two_columns_wrap .side_col .side_content_wrap {
  background: #fff;
  margin-top: 2.5rem;
}

/**************************
Tab
**************************/
.main_col .tabs .tab_item {
  width: 50%;
  max-width: 200px;
  background-color: rgba(255, 255, 255, 0.4);
  text-align: center;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
  padding: 0.6rem 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 0;
}
.main_col .tabs .tab_item:not(:last-child) {
  margin-right: 0.5rem;
}
@media screen and (max-width: 769px) {
  .main_col .tabs .tab_item {
    max-width: calc(50% - 1rem);
  }
}
.main_col .tabs .tab_item:hover {
  cursor: pointer;
}
.main_col .tabs input[name="tab_item"] {
  display: none;
}
.main_col .tabs .tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  background: #ffffff;
}
.main_col .tabs #all:checked ~ #all_content,
.main_col .tabs #programming:checked ~ #programming_content,
.main_col .tabs #design:checked ~ #design_content {
  display: block;
}
.main_col .tabs input:checked + .tab_item {
  background-color: #fff;
}

/**************************
faq
**************************/
.faq_list_wrap {
  background: #1f1c18;
}

#main_faq .ques {
  font-family: "Playball", cursive;
  width: 3.125rem;
  display: block;
  float: left;
}

#main_faq .card {
  color: #ded5bc;
  background: none;
}

#main_faq .card-header {
  border-bottom: 1px solid #6d754b;
}

#main_faq div.mb-0 a span.open_arrow {
  display: block;
  float: right;
  width: 2em;
  text-align: center;
}

#main_faq div.mb-0 a[aria-expanded="true"] span.open_arrow::after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

#main_faq div.mb-0 a[aria-expanded="false"] span.open_arrow::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.faq_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq_row .ques_txt {
  flex-grow: 1;
}

#main_faq #accordion {
  padding: 4.375rem 0;
}

#main_faq .ques_txt {
  font-family: serif;
  padding: 1rem 0.5rem;
  text-align: left;
}

#main_faq .ques {
  font-size: 2rem;
  padding: 0px;
  text-align: center;
}

#main_faq .card {
  border: solid 0px;
}

#main_faq .answer {
  margin-left: 1.5rem;
  background: #1f1c18;
  z-index: 1;
}

#main_faq .card-body {
  font-size: 0.8125rem;
  padding: 1rem 0 1rem 1.7rem;
  border-left: solid 1px #6d754b;
  border-bottom: solid 1px #6d754b;
  margin-left: 3rem;
  z-index: 1;
}

/**************************
order
**************************/
.order_row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.order_row .order_row_th {
  background: #1f1c18;
  color: #ffffff;
  font-size: 0.75rem;
}
.order_row .order_row_td small {
  margin-left: 0.5rem;
}

.order_form_2 .order_row_2 {
  border-bottom: 1px dotted #1f1c18;
  padding: 1rem 0;
}
.order_form_2 .order_row_2 .order_row_th {
  margin-bottom: 1rem;
}
.order_form_2 .order_row_2 .order_row_th span {
  background: #1f1c18;
  color: #ffffff;
  font-size: 0.75rem;
  padding: 0.3rem 1rem;
}
.order_form_2 .order_row_2 .order_row_bl {
  font-size: 0.75rem;
  border-left: 3px solid #1f1c18;
  padding-left: 0.5rem;
}
.order_form_2 .order_row_2 .order_radio span {
  padding-left: 0.5rem;
  font-size: 0.75rem;
}

.order_form .order_form_sheet_wrap {
  position: relative;
  border: 3px solid #1f1c18;
  padding: 3px;
}
.order_form .order_form_sheet_wrap:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  color: inherit;
  font-size: inherit;
  font-weight: bold;
  position: absolute;
  top: -3rem;
  left: 1rem;
  font-size: 3.125rem;
}
.order_form .order_form_sheet_wrap:after {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  color: inherit;
  font-size: inherit;
  font-weight: bold;
  position: absolute;
  bottom: -3rem;
  right: 1rem;
  font-size: 3.125rem;
}
.order_form .order_form_sheet_wrap .order_form_sheet_content {
  border: 2px solid #1f1c18;
  padding: 3rem 3rem 1rem;
}
.order_form .order_form_sheet_wrap .order_form_sheet_content .order_form_title {
  display: flex;
  justify-content: center;
}
.order_form .order_form_sheet_wrap .order_form_sheet_content .order_form_title h2 {
  font-family: "Playball";
  text-align: center;
  font-size: 3.125rem;
  display: inline-block;
  background: #ffffff;
  padding: 0 2rem;
  margin: -2.5rem auto 0;
}
.order_form .order_form_sheet_wrap .order_form_sheet_content .order_form_area .order_row_th_require {
  background: #f09000;
  color: #ffffff;
  text-align: center;
  font-size: 0.75rem;
  padding: 0.3rem 1rem;
}

.order_form_area_row {
  padding: 1rem 0;
}
.order_form_area_row:not(:last-child) {
  border-bottom: 1px dotted #1f1c18;
}

.order_form_txt {
  font-size: 0.75rem;
  margin-bottom: 3rem;
}
.order_form_txt2 {
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
.order_form_txt span {
  background: #f09000;
  color: #ffffff;
  padding: 0.3rem 0.8rem;
  margin-right: 0.5rem;
}

.form-control,
.input-group-text {
  height: 2rem;
}
.form-control::placeholder,
.input-group-text::placeholder {
  font-size: 0.8rem;
  color: #ccc;
}

.cover_photo input {
  display: none;
}
.cover_photo .custom-control-input:checked ~ .custom-control-label::before {
  background: #f09000;
  opacity: 1;
  z-index: 0;
  border-radius: 0;
}
.cover_photo .custom-control-input:checked ~ .custom-control-label::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color:#fff;
  font-size: inherit;
  font-weight: bold;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.3rem;
  background: #f09000;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cover_photo .custom-control-label {
  border: 1px solid #6d754b;
  padding: 0.7rem;
  position: relative;
}
.cover_photo .custom-control-label img {
  position: relative;
}
.cover_photo .custom-control-label:before {
  position: absolute;
  content: "";
  background: rgba(240, 144, 0, 0.3);
  background: transparent;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
  opacity: 0;
}
.cover_photo .custom-control-label:hover:before {
  background: rgba(240, 144, 0, 0.8);
  z-index: 1;
  opacity: 1;
  content: "\f00c \A この写真を選択にする";
  font-family: "Font Awesome 5 Free";
  color: inherit;
  font-size: inherit;
  font-weight: bold;
  color: #fff;
  white-space: pre;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}

.order_submit {
  text-align: center;
  border-radius: 10px;
  background: none;
  color: #f3f0ec;
  font-weight: bold;
  width: 100%;
  display: flex;
  padding: 0.5rem 1rem;
}
.order_submit span {
  flex-grow: 1;
}

.order_submit_back {
  background: #333 !important;
  box-shadow: 0 3px 0 #212121;
}
.order_submit_back:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  color: inherit;
  font-size: inherit;
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .order_submit_back {
    margin-bottom: 1rem;
  }
}

.order_submit_next {
  background: #f09000 !important;
  box-shadow: 0 3px 0 #cc7b00;
}
.order_submit_next:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  color: inherit;
  font-size: inherit;
  font-weight: bold;
}

/**************************
confirm
**************************/
.confirm_photo {
  border: 1px solid #6d754b;
  padding: 0.7rem;
  margin-bottom: 1.4rem;
  position: relative;
}

.confirm_row {
  padding: 0.8rem 0;
}
.confirm_row:not(:last-child) {
  border-bottom: 1px dotted #1f1c18;
}

.confirm_info .confirm_row {
  padding: 1.5rem 0;
}
.confirm_info .confirm_tag {
  background: #1f1c18;
  color: #ffffff;
  font-size: 0.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3rem;
  font-size: 0.8rem;
}

/**************************
select
**************************/
.select_photo {
  margin-bottom: 1.2rem;
}
.select_photo .custom-checkbox {
  display: flex;
  flex-direction: column-reverse;
}
.select_photo .custom-control {
  padding: 0;
  position: relative;
}
.select_photo .custom-checkbox
.custom-control-input:checked
~ .custom-control-label::after {
  background-image: none;
}
.select_photo .custom-control-label:hover:before {
  content: "\f00e";
  font-size: 2rem;
}

label.select_label{
	margin-bottom: auto;
}

.select_photo .custom-control-label {
  margin-bottom: 0.4rem;
  padding: 0.4rem;
}
.select_photo input {
  display: block;
  opacity: 1;
  z-index: 1;
  position: absolute;
  bottom: 0.5rem;
  left: 0.7rem;
}
.select_photo .select_photo_txt {
  display: block;
  background: #f3f0ec;
  font-family: serif;
  text-align: center;
  padding: 0.2rem;
}

#tileList {
  list-style: none;
}
#tileList > div {
  display: none;
}

.readMoreBtn {
  display: none;
  background: #1f1c18;
  color: #ded5bc;
  font-family: "Oswald";
  font-weight: bold;
  text-align: center;
  font-size: 1.25rem;
  padding: 0.3rem 1rem;
  width: 100%;
}

label.input-checkbox{
  display:block;
  position:relative;
  padding-left:1em;
}
label.input-checkbox input{
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  margin:auto;
}

div.error { padding:12px; color:#262626; background:#FFEBE8; border:2px solid #990000; }

/* =======================▼ ▼ 20200705 add ▼ ▼======================= */
.header_wrap {
  background: white;
}
.header_wrap .header_content #logout a {
  color: white;
  border: none;
  background: #B04032;
}

.main_visual_wrap .main_visual_title h1 {
  font-family: "Exmouth";
  font-weight: normal;
}
.main_visual_wrap .main_visual_title h1::after {
  display: block;
  content: "- 大津創寫館 フォトセレクト -";
  margin-top: 0.5rem;
  font-size: 0.8rem;
}

.page_number_wrap .page_number_current .page_number_figure{
  background: #B04032;
}

.page_number_wrap .page_number_list .page_number_figure::before {
  content: "0";
}

.no-gutters {
  background: black;
}
.footer_wrap .footer_wrap_nav ul li a {
  color: white;
}
.footer_wrap .footer_wrap_copy {
  color: white;
}
.bg_wood {
  background-image: url(../img/common/bg_wood2.jpg);
}
.faq_list_wrap {
  background: white;
}
#main_faq .card-header {
  border-bottom: 1px solid #B04032;
}
#main_faq .card {
  color: black;
}
#main_faq .ques {
  color: #B04032;
}
#main_faq .answer {
  color: #81282C;
  background: white;
}
#main_faq .card-body {
  border-left: 1px solid #B04032;
  border-bottom: 1px solid #B04032;
}
.side_special {
  background: #C6AE9D; 
}
.side_special_frame {
  border: 1px solid #ECE4DF;
}

.main_visual_wrap .main_visual_title h1 {
  color:black;
  z-index: 2;
}
.main_visual_wrap .main_visual_title::before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 420px;
  height: 220px;
  background: rgba(255, 255, 255, 0.7);
}
.main_visual_wrap .main_visual_title::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 400px;
  height: 200px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 420px) {
  .main_visual_wrap .main_visual_title::before {
      width: 100%;
  }
  .main_visual_wrap .main_visual_title::after {
      width: 100%;
  }
}
.side_tag {
  color: white;
  background: #B04032;
}
.cover_photo .custom-control-input:checked ~ .custom-control-label::before {
  background: #B04032;
}
.cover_photo .custom-control-input:checked ~ .custom-control-label::after {
  background: #B04032;
}
.cover_photo .custom-control-label:before {
  background: rgba(107, 43, 0, 0.3);
}
.cover_photo .custom-control-label:hover:before {
  background: rgba(107, 43, 0, 0.8);
}
.readMoreBtn {
  background: white;
  border: 1px solid #B04032;
  color: #B04032;
  font-family: "bodoniXT";
  font-weight: normal;
}
.faq_list_wrap {
  background: #f3f0ec;
}
.faq_list_wrap .faq_title {
  padding: 2rem 0;
}
.faq_list_wrap .faq_title h1 {
  font-family: "bodoniXT";
  text-align: center;
}
.faq_list_wrap .faq_title h1 span {
  display: block;
  font-size: 1rem;
}
.faq_list_wrap .card-header {
  background: none;
}
#main_faq .answer {
  background: #f3f0ec;
}
@media screen and (max-width: 769px) {
  .page_number_wrap .page_number_current {
    background: #B04032;
  }

  .page_number_wrap .page_number_current .page_number_figure {
    background: none;
  }
}



/* =======================▲ ▲ 20200705  add ▲ ▲======================= */

/* ======================= Email Form ===================================== */
#main.main_wrap {
  position: relative;
  padding: 80px 20px;
  overflow: hidden;
}

#main .formArea__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  margin: 0 !important;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

#main .formArea__bg > img {
  width: 100%;
  min-width: 800px;
  height: auto;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

#main section {
  max-width: 610px;
  margin: auto;
  text-align: center;
}

#main .formArea {
  position: relative;
  width: 100%;
  margin: auto;
  padding: 60px 40px 80px;
  background: white;
}

#main .login_area_form_row {
  text-align: left;
}

#main .login_area_form_row .login_area_form_txt {
  font-size: 1rem;
  margin-bottom: .5rem;
}

#main .login_area_form_row .login_area_form_input input {
  width: 100%;
  height: 2rem;
  padding: .375rem .75rem;
  border-radius: .25rem;
  font-size: 1rem;
  border: 1px solid #ced4da;
  -webkit-border-radius: .25rem;
  -moz-border-radius: .25rem;
  -ms-border-radius: .25rem;
  -o-border-radius: .25rem;
}

#main .submitBtn {
  position: relative;
  width: 100%;
  max-width: 22.5rem;
  margin-top: 30px;
  padding: 1.6rem;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  background: none;
}

#main .submitBtn > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  z-index: 3;
}

#main .submitBtn::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all .2s;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  background: #f09000;
  z-index: 1;
}

#main .submitBtn::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #bd7100;
  z-index: 0;
}

#main .submitBtn:hover > span {
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
}

#main .submitBtn:hover::before {
  top: 5px;
}
