@charset "UTF-8";
/*-------------------
reset
--------------------*/
#ppatphoto {
  /*form*/
}

#ppatphoto div, #ppatphoto span, #ppatphoto object, #ppatphoto iframe,
#ppatphoto h1, #ppatphoto h2, #ppatphoto h3, #ppatphoto h4, #ppatphoto h5, #ppatphoto h6, #ppatphoto p, #ppatphoto pre,
#ppatphoto a, #ppatphoto address, #ppatphoto em, #ppatphoto img,
#ppatphoto small, #ppatphoto sub, #ppatphoto sup, #ppatphoto var,
#ppatphoto b, #ppatphoto u, #ppatphoto i, #ppatphoto center,
#ppatphoto dl, #ppatphoto dt, #ppatphoto dd, #ppatphoto ol, #ppatphoto ul, #ppatphoto li,
#ppatphoto form, #ppatphoto label, #ppatphoto legend,
#ppatphoto table, #ppatphoto caption, #ppatphoto tbody, #ppatphoto tfoot, #ppatphoto thead, #ppatphoto tr, #ppatphoto th, #ppatphoto td,
#ppatphoto article, #ppatphoto aside, #ppatphoto canvas, #ppatphoto details, #ppatphoto embed,
#ppatphoto figure, #ppatphoto figcaption, #ppatphoto footer, #ppatphoto header, #ppatphoto hgroup,
#ppatphoto menu, #ppatphoto nav, #ppatphoto output, #ppatphoto ruby, #ppatphoto section, #ppatphoto summary,
#ppatphoto time, #ppatphoto mark, #ppatphoto audio, #ppatphoto video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: inherit;
}

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

#ppatphoto ol, #ppatphoto ul {
  list-style: none;
}

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

#ppatphoto input,
#ppatphoto button,
#ppatphoto select,
#ppatphoto textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

#ppatphoto textarea {
  resize: vertical;
}

#ppatphoto input[type='checkbox'],
#ppatphoto input[type='radio'] {
  display: none;
}

#ppatphoto input[type='submit'],
#ppatphoto input[type='button'],
#ppatphoto label,
#ppatphoto button,
#ppatphoto select {
  cursor: pointer;
}

#ppatphoto select::-ms-expand {
  display: none;
}

/*-------------------
base
--------------------*/
#ppatphoto {
  color: #313131;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 1px;
  color: inherit;
  text-align: initial;
}

#ppatphoto img {
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#ppatphoto .cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

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

#ppatphoto a {
  transition: ease-in 0.1s;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  #ppatphoto a:hover {
    text-decoration: none;
    cursor: pointer;
  }
}

@media screen and (min-width: 769px) {
  #ppatphoto .pc {
    display: block !important;
  }
  #ppatphoto .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  #ppatphoto {
    font-size: 14px;
    line-height: 1.5;
  }
  #ppatphoto img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  #ppatphoto .sp {
    display: block !important;
  }
  #ppatphoto .pc {
    display: none !important;
  }
}

/*-------------------
page_header
--------------------*/
#ppatphoto .page_head {
  max-width: 980px;
  margin: 80px auto 60px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .page_head {
    margin: 60px auto 50px;
    padding: 5%;
  }
}

#ppatphoto .page_head-title {
  color: #000000;
  text-align: center;
  margin-bottom: 44px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .page_head-title {
    margin-bottom: 30px;
  }
}

#ppatphoto .page_head-title span {
  display: block;
}

#ppatphoto .page_head-title .en {
  font-size: 14px;
  font-weight: bold;
  font-family: arial, Meiryo, sans-serif;
  margin-bottom: 6px;
}

#ppatphoto .page_head-title .ja {
  font-size: 25px;
}

#ppatphoto .page_head-text {
  color: #313131;
  font-size: 13px;
  line-height: 1.8;
  max-width: 560px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #ppatphoto .page_head-text {
    padding: 0 5%;
  }
}

#ppatphoto .page_cont {
  padding-top: 60px;
  padding-bottom: 150px;
  background-color: #FAFAFA;
}

#ppatphoto .page_cont-wh {
  background: #fff;
  padding-bottom: 210px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .page_cont {
    padding-bottom: 80px;
  }
  #ppatphoto .page_cont-wh {
    padding-bottom: 150px;
  }
}

/*-------------------
list
--------------------*/
#ppatphoto .list {
  max-width: 980px;
  margin: 0 auto 20px;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #ppatphoto .list {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 30px;
  }
}

#ppatphoto .list_result {
  display: flex;
}

#ppatphoto .list_result dt, #ppatphoto .list_result dd {
  margin-right: 15px;
}

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

#ppatphoto .list_sort {
  display: flex;
}

#ppatphoto .list_sort li {
  margin-right: 22px;
}

#ppatphoto .list_sort li:last-child {
  margin-right: 0;
}

/*-------------------
plan
--------------------*/
#ppatphoto .plan {
  background-color: #FAFAFA;
  padding-top: 51px;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .plan {
    padding-top: 47px;
    margin-bottom: 47px;
  }
}

#ppatphoto .plan_inner {
  max-width: 980px;
  margin: 0 auto;
}

#ppatphoto .plan_title {
  font-size: 16px;
  text-align: center;
  padding: 24px 0;
  margin-bottom: 30px;
  position: relative;
  svg{
        position: absolute;
        width: 20px;
        right: 20px;
        transition:transform 0.3s ease;
        &.rotated{
            transform: rotate(180deg);
            transition:transform 0.3s ease;
        }
    }
}

#ppatphoto .plan_title[data-accordion="true"] {
  cursor: pointer;
  &:hover{
    opacity:0.7;
  }
}

#ppatphoto .plan_title span {
  display: flex;
  justify-content: center;
  align-items: center;
}

#ppatphoto .plan_title img {
  width: 17px;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .plan_title {
    font-size: 13px;
    padding: 20px 0;
    margin-left: 5%;
    margin-right: 5%;
  }
  #ppatphoto .plan_title img {
    margin-right: 10px;
  }
}

#ppatphoto .plan_cont {
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .plan_cont {
    padding-bottom: 40px;
  }
}

#ppatphoto .plan_wrap {
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

#ppatphoto .plan_wrap + .plan_btn {
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .plan_wrap {
    display: block;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 18px;
  }
  #ppatphoto .plan_wrap + .plan_btn {
    margin-top: 20px;
  }
}

#ppatphoto .plan_heading {
  font-size: 14px;
  color: #000000;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
}

#ppatphoto .plan_heading img {
  width: 15px;
  margin-right: 10px;
}

#ppatphoto .plan_heading + dd {
  width: calc(100% - 20%);
}

@media screen and (max-width: 768px) {
  #ppatphoto .plan_heading {
    font-size: 13px;
    width: 100%;
    margin-bottom: 10px;
  }
  #ppatphoto .plan_heading + dd {
    width: 100%;
  }
}

#ppatphoto .plan_group {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #ppatphoto .plan_group {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

#ppatphoto .plan_item {
  width: calc((100% - 24px)/5);
  margin-right: 6px;
}

#ppatphoto .plan_item:last-of-type {
  margin-right: 0;
}

#ppatphoto .plan_item a {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 13px 0;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .plan_item {
    width: 48%;
    margin-bottom: 6px;
    margin-right: 0;
  }
  #ppatphoto .plan_item a {
    padding: 7px 0;
  }
}

#ppatphoto .plan_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

#ppatphoto .plan_btn-item {
  margin-left: 10px;
  margin-right: 10px;
}

#ppatphoto .plan_btn-item button {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  width: 250px;
  border-width: 1px;
  border-style: solid;
  padding: 13px 0;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .plan_btn-item button {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  #ppatphoto .plan_btn {
    display: block;
    text-align: center;
  }
  #ppatphoto .plan_btn-item button {
    padding: 8px 0;
  }
  #ppatphoto .plan_btn-item + .plan_btn-item {
    margin-top: 10px;
  }
}

#ppatphoto .plan_item.choice a {
  background-color: #85A5A8;
  border-color: #85A5A8;
  color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
}

#ppatphoto .plan_btn-item.b-color01 {
  background-color: transparent;
}

/*-------------------
boxL
--------------------*/
#ppatphoto .boxL {
  max-width: 980px;
  padding: 25px;
  border-width: 1px;
  border-style: solid;
  border-color: #B1B1B1;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  #ppatphoto .boxL {
    padding: 22px;
    margin-left: 5%;
    margin-right: 5%;
  }
}

#ppatphoto .boxL + .boxL {
  margin-top: 18px;
}

#ppatphoto .boxL_inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  #ppatphoto .boxL_inner {
    display: block;
  }
}

#ppatphoto .boxL_img {
  width: 270px;
  margin-right: 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #ppatphoto .boxL_img {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

#ppatphoto .boxL_img.recommend::before {
  content: "おすすめ";
  display: inline-block;
  color: #fff;
  font-size: 14px;
  background-color: #E0BE98;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -15px;
  left: -17px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  #ppatphoto .boxL_img.recommend::before {
    top: -10px;
    left: -11px;
  }
}

#ppatphoto .boxL_desc {
  width: calc(100% - 300px);
}

@media screen and (max-width: 768px) {
  #ppatphoto .boxL_desc {
    width: 100%;
  }
}

#ppatphoto .boxL_title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #efefef;
}

@media screen and (max-width: 768px) {
  #ppatphoto .boxL_title {
    font-size: 16px;
  }
}

#ppatphoto .boxL_price {
  font-size: 14px;
  line-height: 1.8;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

#ppatphoto .boxL_price > div {
  margin-right: 8px;
}

#ppatphoto .boxL_price > div:last-child {
  margin-right: 0;
}

#ppatphoto .boxL_price .tax {
  margin-left: -4px;
}

#ppatphoto .boxL_price-base .num {
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
}

#ppatphoto .boxL_price-base.strikethrough .num {
  -webkit-text-decoration: line-through 2px;
          text-decoration: line-through 2px;
}

#ppatphoto .boxL_price-base.strikethrough .tax {
  -webkit-text-decoration: line-through 2px;
          text-decoration: line-through 2px;
}

#ppatphoto .boxL_price-off {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000;
}

#ppatphoto .boxL_price-off .num {
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
}

#ppatphoto .boxL_price-extra {
  font-size: 14px;
  padding-bottom: 2px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .boxL_price {
    display: block;
    margin-bottom: 18px;
  }
  #ppatphoto .boxL_price-base {
    display: inline-block;
  }
  #ppatphoto .boxL_price-off {
    display: inline-block;
    margin-bottom: 10px;
  }
  #ppatphoto .boxL_price-extra {
    display: inline-block;
    margin-bottom: 10px;
  }
}

#ppatphoto .boxL_category {
  font-size: 14px;
  margin-bottom: 8px;
}

#ppatphoto .boxL_category li {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 12px;
  border-radius: 14px;
}

#ppatphoto .boxL_category-group {
  display: flex;
  flex-wrap: wrap;
}

#ppatphoto .boxL_option {
  font-size: 14px;
  margin-bottom: 14px;
}

#ppatphoto .boxL_option li {
  border-width: 1px;
  border-style: solid;
  border-color: #313131;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 3px 8px;
}

#ppatphoto .boxL_option-heading {
  margin-bottom: 8px;
}

#ppatphoto .boxL_option-group {
  display: flex;
  flex-wrap: wrap;
}

#ppatphoto .boxL_btn-group {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #ppatphoto .boxL_btn-group {
    display: block;
  }
}

#ppatphoto .boxL_btn-item {
  width: 200px;
  margin-right: 5px;
  margin-bottom: 5px;
}

#ppatphoto .boxL_btn-item a {
  display: inline-block;
  font-size: 13px;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 10px 5px;
  border-width: 1px;
  border-style: solid;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ppatphoto .boxL_btn-item:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #ppatphoto .boxL_btn-item {
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  #ppatphoto .boxL_btn-item a {
    font-size: 14px;
    padding: 15px 5px;
  }
}

/*-------------------
detail
--------------------*/
#ppatphoto .detailHead {
  margin-top: 117px;
  margin-bottom: 64px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .detailHead {
    margin-top: 57px;
    margin-bottom: 44px;
    margin-left: 5%;
    margin-right: 5%;
  }
}

#ppatphoto .detailHead_inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  #ppatphoto .detailHead_inner {
    display: block;
  }
}

#ppatphoto .detailHead_img {
  width: 350px;
  margin-right: 50px;
}

#ppatphoto .detailHead_img_with_sub {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 350px;
  margin-right: 50px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .detailHead_img {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 23px;
  }
  #ppatphoto .detailHead_img img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #ppatphoto .detailHead_img_with_sub {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 23px;
  }
  #ppatphoto .detailHead_img_with_sub img {
    width: 100%;
  }
}

#ppatphoto .detailHead_main-img {
  cursor: pointer;
  margin-bottom: 30px !important;
  align-self: center;
  width: 350px;
}

#ppatphoto .detailHead_sub-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  width: 350px;
  margin-top: 20px !important;
  align-self: center;
}

#ppatphoto .detailHead_sub-img {
  width: 100px;
  height: 100px;
  cursor: pointer;
}

#ppatphoto .detailHead_sub-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#ppatphoto .detailHead_desc {
  width: calc(100% - 400px);
}

@media screen and (max-width: 768px) {
  #ppatphoto .detailHead_desc {
    width: 100%;
  }
}

#ppatphoto .detailHead_tag {
  font-size: 14px;
  margin-bottom: 14px;
}

#ppatphoto .detailHead_tag li {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 3px 26px;
}

#ppatphoto .detailHead_tag-group {
  display: flex;
  flex-wrap: wrap;
}

#ppatphoto .detailHead_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  padding-bottom: 10px;
  margin-bottom: 18px;
  border-bottom: 1px solid #efefef;
}

@media screen and (max-width: 768px) {
  #ppatphoto .detailHead_title {
    font-size: 15px;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}

#ppatphoto .detailHead_price {
  font-size: 13px;
  line-height: 1.2;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

#ppatphoto .detailHead_price > div {
  margin-right: 8px;
}

#ppatphoto .detailHead_price > div:last-child {
  margin-right: 0;
}

#ppatphoto .detailHead_price .tax {
  margin-left: -4px;
}

#ppatphoto .detailHead_price-base {
  width: 100%;
  margin-bottom: 5px;
}

#ppatphoto .detailHead_price-base .num {
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
}

#ppatphoto .detailHead_price-base.strikethrough .num {
  -webkit-text-decoration: line-through 2px;
          text-decoration: line-through 2px;
}

#ppatphoto .detailHead_price-base.strikethrough .tax {
  -webkit-text-decoration: line-through 2px;
          text-decoration: line-through 2px;
}

#ppatphoto .detailHead_price-off {
  margin-bottom: 10px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000;
}

#ppatphoto .detailHead_price-off .num {
  font-size: 18px;
  font-weight: bold;
  margin-left: 5px;
}

#ppatphoto .detailHead_price-extra {
  font-size: 14px;
  padding-bottom: 2px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .detailHead_price {
    display: block;
    margin-bottom: 18px;
  }
  #ppatphoto .detailHead_price-base {
    display: inline-block;
  }
  #ppatphoto .detailHead_price-base .num {
    font-size: 20px;
  }
  #ppatphoto .detailHead_price-off {
    display: inline-block;
  }
  #ppatphoto .detailHead_price-extra {
    display: inline-block;
    margin-bottom: 10px;
  }
}

#ppatphoto .detailHead_category {
  font-size: 14px;
  margin-bottom: 18px;
}

#ppatphoto .detailHead_category li {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 12px;
  border-radius: 14px;
}

#ppatphoto .detailHead_category-group {
  display: flex;
  flex-wrap: wrap;
}

#ppatphoto .detailHead_time {
  font-size: 13px;
  margin-bottom: 26px;
}

#ppatphoto .detailHead_time time + time::before {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}

#ppatphoto .detailHead_heading {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 12px;
}

#ppatphoto .detailHead_text {
  font-size: 13px;
}

#ppatphoto .include {
  max-width: 980px;
  margin: 64px auto 14px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .include {
    margin: 52px 5% 32px;
  }
}

#ppatphoto .include_title {
  margin-bottom: 35px;
  position: relative;
}

#ppatphoto .include_title span {
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

#ppatphoto .include_title span img {
  width: 12px;
  margin-right: 8px;
}

#ppatphoto .include_title::after {
  content: "";
  display: inline-block;
  width: calc(100% - 195px);
  height: 1px;
  position: absolute;
  top: 50%;
  left: 195px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #85A5A8;
}

#ppatphoto .include_group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

#ppatphoto .include_group li:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #ppatphoto .include_group {
    display: block;
  }
}

#ppatphoto .include_item {
  width: 49%;
  margin-right: calc(100% - 98%);
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .include_item {
    width: 100%;
  }
}

#ppatphoto .include_box {
  border-width: 1px;
  border-style: solid;
  border-color: #B1B1B1;
  padding: 13px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  #ppatphoto .include_box {
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0 0 14px;
    flex-wrap: wrap;
  }
}

#ppatphoto .include_box-img {
  width: 150px;
  margin-right: 30px;
}

#ppatphoto .include_box-img img.no-image {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  #ppatphoto .include_box-img {
    width: 35%;
    margin-right: 20px;
  }

  #ppatphoto .include_box-img img.no-image {
    display: none;
  }
}

#ppatphoto .include_box-desc {
  width: calc(100% - 180px);
}

@media screen and (max-width: 768px) {
  #ppatphoto .include_box-desc {
    width: calc(65% - 20px);
  }
  #ppatphoto .include_box-desc.no-image {
    width: 100%;
  }
}

#ppatphoto .include_box-heading {
  font-size: 13px;
  padding-top: 28px;
  margin-bottom: 14px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #ppatphoto .include_box-heading {
    padding-top: 0;
    margin-bottom: 9px;
  }
}

#ppatphoto .include_box-text {
  font-size: 13px;
}

#ppatphoto .info {
  max-width: 980px;
  margin: 0 auto 64px;
  padding: 32px 44px 66px;
  background-color: #efefef;
}

@media screen and (max-width: 768px) {
  #ppatphoto .info {
    margin: 0 5% 46px;
    padding: 29px 24px;
  }
}

#ppatphoto .info_title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 17px;
}

#ppatphoto .info_text {
  font-size: 13px;
}

#ppatphoto .option {
  max-width: 980px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .option {
    margin: 0 5% 63px;
  }
}

#ppatphoto .option_title {
  margin-bottom: 35px;
  position: relative;
}

#ppatphoto .option_title span {
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

#ppatphoto .option_title span img {
  width: 12px;
  margin-right: 8px;
}

#ppatphoto .option_title::after {
  content: "";
  display: inline-block;
  width: calc(100% - 115px);
  height: 1px;
  position: absolute;
  top: 50%;
  left: 115px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #85A5A8;
}

#ppatphoto .option_group {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #ppatphoto .option_group {
    display: block;
  }
}

#ppatphoto .option_group li:nth-child(2n) {
  margin-right: 0;
}

#ppatphoto .option_item {
  width: 49%;
  margin-right: calc(100% - 98%);
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .option_item {
    width: 100%;
  }
}

#ppatphoto .option_box {
  border-width: 1px;
  border-style: solid;
  border-color: #B1B1B1;
  padding: 13px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  #ppatphoto .option_box {
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0 0 14px;
  }
}

#ppatphoto .option_box-img {
  width: 150px;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .option_box-img {
    width: 35%;
    margin-right: 20px;
  }
}

#ppatphoto .option_box-desc {
  width: calc(100% - 180px);
}

@media screen and (max-width: 768px) {
  #ppatphoto .option_box-desc {
    width: calc(65% - 20px);
  }
}

#ppatphoto .option_box-heading {
  font-size: 13px;
  padding-top: 23px;
  margin-bottom: 6px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #ppatphoto .option_box-heading {
    padding-top: 0;
    margin-bottom: 9px;
  }
}

#ppatphoto .option_box-price {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 11px;
}

#ppatphoto .option_box-text {
  font-size: 13px;
}

#ppatphoto .detailBtnArea {
  max-width: 980px;
  padding-bottom: 88px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #ppatphoto .detailBtnArea {
    padding-bottom: 64px;
    margin: 0 5%;
  }
}

#ppatphoto .detailBtnArea_item-btn a {
  display: inline-block;
  font-size: 16px;
  height: 100%;
  width: 320px;
  padding: 22px 0;
  margin: 0 auto 40px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #ppatphoto .detailBtnArea_item-btn a {
    width: 100%;
    max-width: 450px;
    padding: 18px 0;
  }
}

#ppatphoto .detailBtnArea_item-btn a span {
  display: inline-block;
  position: relative;
}

#ppatphoto .detailBtnArea_item-btn a span::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/icon_mail.svg) top left/contain no-repeat;
  position: absolute;
  top: 65%;
  left: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#ppatphoto .detailBtnArea_item-text a {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  position: relative;
}

#ppatphoto .detailBtnArea_item-text a::before {
  content: "<";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#ppatphoto .fixedBtn {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 8;
  max-width: 980px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #ppatphoto .fixedBtn {
    width: 100%;
  }
}

#ppatphoto .fixedBtn_group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#ppatphoto .fixedBtn_item {
  width: 215px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .fixedBtn_item-col1 {
    width: 100%;
  }
  #ppatphoto .fixedBtn_item-col2 {
    width: 50%;
  }
}

#ppatphoto .fixedBtn_item a {
  display: inline-block;
  font-size: 15px;
  padding: 16px 0 13px;
  width: 100%;
  height: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  #ppatphoto .fixedBtn_item a {
    font-size: 13px;
    padding: 14px 0 11px;
    box-shadow: none;
  }
}

#ppatphoto .fixedBtn_item a span {
  display: flex;
  justify-content: center;
  align-items: center;
}

#ppatphoto .fixedBtn_item a span img {
  width: 11px;
  margin-right: 15px;
}

#ppatphoto .fixedBtn_item-col2:first-of-type a span img {
  width: 17px;
}

#ppatphoto .fixedBtn_item-col2:nth-of-type(2) {
  margin-left: 3px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .fixedBtn_item-col2:nth-of-type(2) {
    margin-left: 0;
    border-left: 1px solid #fff;
  }
}

/*-------------------
calendar_week
--------------------*/
#ppatphoto .calendar_week {
  color: #313131;
}

#ppatphoto .calendar_week-head {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  #ppatphoto .calendar_week-head {
    margin-left: 5%;
    margin-right: 5%;
  }
}

#ppatphoto .calendar_week-heading {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 23px;
}

#ppatphoto .calendar_week-heading img {
  width: 18px;
  margin-right: 13px;
}

#ppatphoto .calendar_week-text {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 38px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .calendar_week-text {
    margin-bottom: 29px;
  }
}

#ppatphoto .calendar_week-headLower {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 17px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .calendar_week-headLower {
    display: block;
    margin-bottom: 0;
  }
}

#ppatphoto .calendar_week-btnArea {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #ppatphoto .calendar_week-btnArea {
    margin-bottom: 30px;
  }
}

#ppatphoto .calendar_week-btnArea div:last-child a {
  margin-right: 0;
}

#ppatphoto .calendar_week-btnArea .weekBtn-modal img {
  width: 16px;
  margin-right: 11px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .calendar_week-btnArea .weekBtn-modal img {
    margin-right: 5px;
  }
}

#ppatphoto .calendar_week-btnArea .weekBtn-prev span {
  padding-left: 1.5em;
  position: relative;
}

#ppatphoto .calendar_week-btnArea .weekBtn-prev span::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/icon_arrow_l.svg) center center/contain no-repeat;
  position: absolute;
  top: calc(50% - 10px);
  left: -3px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .calendar_week-btnArea .weekBtn-prev span {
    padding-left: 20px;
  }
  #ppatphoto .calendar_week-btnArea .weekBtn-prev span::before {
    left: 8px;
  }
}

#ppatphoto .calendar_week-btnArea .weekBtn-next span {
  padding-right: 20px;
  position: relative;
}

#ppatphoto .calendar_week-btnArea .weekBtn-next span::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/icon_arrow_r.svg) center center/contain no-repeat;
  position: absolute;
  top: calc(50% - 10px);
  right: -3px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .calendar_week-btnArea .weekBtn-next span {
    padding-right: 20px;
  }
  #ppatphoto .calendar_week-btnArea .weekBtn-next span::before {
    right: 8px;
  }
}

#ppatphoto .calendar_week-btn a {
  display: inline-block;
  font-size: 15px;
  color: #313131;
  background-color: #fff;
  border: 1px solid #B1B1B1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  padding: 7px 18px;
  margin-right: 7px;
  min-width: 116px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .calendar_week-btn a {
    font-size: 13px;
    padding: 7px 0px;
    min-width: 85px;
  }
}

@media screen and (max-width: 768px) {
  #ppatphoto .calendar_week-btn:first-of-type {
    width: calc(100% - 177px);
  }
  #ppatphoto .calendar_week-btn:first-of-type > a {
    width: 96%;
    max-width: 137px;
  }
}

#ppatphoto .calendar_week-btn span {
  display: flex;
  justify-content: center;
  align-items: center;
}

#ppatphoto .calendar_week-note dl {
  font-size: 13px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#ppatphoto .calendar_week-note dl img {
  width: 14px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .calendar_week-note dl {
    margin-bottom: 30px;
  }
}

#ppatphoto .calendar_week-note dt {
  line-height: 1;
  margin-right: 10px;
}

#ppatphoto .calendar_week-note dd {
  margin-right: 14px;
}

#ppatphoto .calendar_week-note dd:last-child {
  margin-right: 0;
}

#ppatphoto .calendar_week-cont {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .calendar_week-cont {
    margin-left: 2%;
    margin-right: 2%;
  }
}

#ppatphoto .calendar_week-cont table {
  width: 100%;
  background-color: #fff;
  word-break: break-all;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .calendar_week-cont table {
    font-size: 11px;
  }
}

#ppatphoto .calendar_week-cont table th, #ppatphoto .calendar_week-cont table td {
  border: 1px solid #B1B1B1;
  vertical-align: middle;
}

#ppatphoto .calendar_week-cont table .sat {
  color: #254f93;
  background-color: #EDF4F5;
}

#ppatphoto .calendar_week-cont table .sun {
  color: #a80b0b;
  background-color: #F9F6F6;
}

#ppatphoto .calendar_week-cont table .wrap a {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

#ppatphoto .calendar_week-cont table .wrap span {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

#ppatphoto .calendar_week-cont .fixed {
  overflow-x: hidden;
  overflow-y: scroll;
}

#ppatphoto .calendar_week-cont .fixed::-webkit-scrollbar {
  background: #f1f1f1;
  width: 18px;
}

#ppatphoto .calendar_week-cont .fixed table {
  width: 100%;
  word-break: break-all;
}

#ppatphoto .calendar_week-cont .fixed table th:first-child {
  width: 16%;
}

#ppatphoto .calendar_week-cont .fixed table th:not(:first-child) {
  width: calc(84% / 7);
}

#ppatphoto .calendar_week-cont .fixed table .wrap span {
  padding: 22px 2px;
  line-height: 1.4;
}

#ppatphoto .calendar_week-cont .fixed table .wrap span > br.sp {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #ppatphoto .calendar_week-cont .fixed > table {
    width: 100%;
  }
  #ppatphoto .calendar_week-cont .fixed .wrap span {
    padding: 13px 0;
  }
}

#ppatphoto .calendar_week-cont .scroll {
  height: 460px;
  overflow-x: hidden;
  overflow-y: scroll;
}

#ppatphoto .calendar_week-cont .scroll::-webkit-scrollbar {
  background: #f1f1f1;
  width: 18px;
}

#ppatphoto .calendar_week-cont .scroll::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border: 2px solid #f1f1f1;
}

#ppatphoto .calendar_week-cont .scroll table {
  width: 100%;
}

#ppatphoto .calendar_week-cont .scroll table tr:first-child th, #ppatphoto .calendar_week-cont .scroll table tr:first-child td {
  border-top: none;
}

#ppatphoto .calendar_week-cont .scroll table th, #ppatphoto .calendar_week-cont .scroll table td {
  padding: 3px;
}

#ppatphoto .calendar_week-cont .scroll table th {
  width: 16%;
}

#ppatphoto .calendar_week-cont .scroll table td {
  width: calc(84% / 7);
}

#ppatphoto .calendar_week-cont .scroll .wrap {
  width: 100%;
  height: 44px;
}

#ppatphoto .calendar_week-cont .scroll .time span {
  display: flex;
  justify-content: center;
  align-items: center;
}

#ppatphoto .calendar_week-cont .scroll .time .pc {
  width: auto;
  height: auto;
  vertical-align: initial;
}

#ppatphoto .calendar_week-cont .scroll .none {
  background-color: #cbcbcb;
}

#ppatphoto .calendar_week-cont .circle {
  position: relative;
}

#ppatphoto .calendar_week-cont .circle::before {
  content: url(../img/icon_circle.svg);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#ppatphoto .calendar_week-cont .triangle {
  position: relative;
}

#ppatphoto .calendar_week-cont .triangle::before {
  content: url(../img/icon_triangle.svg);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#ppatphoto .calendar_week-cont .cross {
  background-color: #EAEAEA;
  position: relative;
}

#ppatphoto .calendar_week-cont .cross::before {
  content: url(../img/icon_cross.svg);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*-------------------
calendar_month
--------------------*/
#ppatphoto .calendar_month .sat {
  color: #254f93;
}

#ppatphoto .calendar_month .sun {
  color: #a80b0b;
}

#ppatphoto .calendar_month .holiday {
  color: #a80b0b;
}

#ppatphoto .calendar_month .today {
  color: #fff;
  position: relative;
}

#ppatphoto .calendar_month .today::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background-color: #E0BE98;
  border-radius: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

@media screen and (max-width: 768px) {
  #ppatphoto .calendar_month .today::after {
    width: 28px;
    height: 28px;
  }
}

#ppatphoto .calendar_month th.sat {
  background-color: #EDF4F5;
}

#ppatphoto .calendar_month th.sun {
  background-color: #F4EDED;
}

#ppatphoto .calendar_month-wrap {
  width: 570px;
  height: auto;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 62px 90px 53px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -20;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 768px) {
  #ppatphoto .calendar_month-wrap {
    min-width: 300px;
    max-width: 400px;
    width: 90%;
    margin: auto;
    height: auto;
    padding: 52px 20px 40px;
  }
}

#ppatphoto .calendar_month-wrap.is_show {
  z-index: 20;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease;
}

#ppatphoto .calendar_month-closeBtn {
  position: absolute;
  top: 21px;
  right: 18px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .calendar_month-closeBtn {
    top: 10px;
    right: 10px;
  }
}

#ppatphoto .calendar_month-title {
  font-size: 15px;
  padding: 10px 0;
  border-radius: 20px;
  margin-bottom: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ppatphoto .calendar_month-title img {
  width: 17px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .calendar_month-title {
    font-size: 13px;
    margin-bottom: 30px;
  }
  #ppatphoto .calendar_month-title img {
    width: 12px;
  }
}

#ppatphoto .calendar_month-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .calendar_month-nav {
    margin-bottom: 11px;
  }
}

#ppatphoto .calendar_month-navHeading {
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .calendar_month-navHeading {
    font-size: 16px;
  }
}

#ppatphoto .calendar_month-navBtn img {
  width: 24px;
}

#ppatphoto .calendar_month-cont table {
  width: 100%;
}

#ppatphoto .calendar_month-cont table th, #ppatphoto .calendar_month-cont table td {
  text-align: center;
  border: 1px solid #D6D6D6;
}

#ppatphoto .calendar_month-cont table th {
  font-size: 15px;
  color: #000;
  padding: 11px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .calendar_month-cont table th {
    font-size: 13px;
  }
}

#ppatphoto .calendar_month-cont table td a {
  font-size: 15px;
  font-family: arial, Meiryo, sans-serif;
  font-weight: bold;
  color: #5a5a5a;
  display: block;
  width: 100%;
  height: 100%;
  padding: 11px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .calendar_month-cont table td a {
    font-size: 14px;
  }
}

#ppatphoto .calendar_month-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -10;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

#ppatphoto .calendar_month-bg.is_show {
  z-index: 10;
  visibility: visible;
  opacity: 0.95;
  transition: opacity 0.3s ease;
}

/*-------------------
tab
--------------------*/
#ppatphoto .tab {
  background-color: #FAFAFA;
  padding-top: 60px;
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .tab {
    padding: 50px 0 40px;
    margin-bottom: 60px;
  }
}

#ppatphoto .tab.bottom {
  margin-bottom: 0;
}

#ppatphoto .tab_inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
  padding-top: calc(41px + 40px);
}

@media screen and (max-width: 768px) {
  #ppatphoto .tab_inner {
    padding-top: 0;
  }
}

#ppatphoto .tab_btn a {
  display: block;
  width: calc((100% - 5px)/2);
  font-size: 15px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  padding: 13px 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  position: absolute;
}

#ppatphoto .tab_btn span {
  display: flex;
  justify-content: center;
  align-items: center;
}

#ppatphoto .tab_btn img {
  width: 17px;
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .tab_btn a {
    font-size: 13px;
    width: 90%;
    margin-bottom: 20px;
    padding: 19px 0;
    position: static;
  }
  #ppatphoto .tab_btn a img {
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  #ppatphoto .tab_btn.sp a {
    position: relative;
  }
  #ppatphoto .tab_btn.sp a::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 18px;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  #ppatphoto .tab_btn.sp.active a::after {
    -webkit-transform: translateY(-50%) rotate(225deg);
            transform: translateY(-50%) rotate(225deg);
    top: 55%;
  }
}

#ppatphoto .tab_btn01 a {
  top: 0;
  left: 0;
}

#ppatphoto .tab_btn02 a {
  top: 0;
  right: 0;
}

#ppatphoto .tab_cont {
  display: none;
}

#ppatphoto .tab_cont.open {
  display: block;
}

/*-------------------
form
--------------------*/
#ppatphoto .formNav {
  margin: 0 auto 50px;
  font-size: 13px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #ppatphoto .formNav {
    margin: 0 5% 8%;
    font-size: 14px;
  }
}

#ppatphoto .formNav.col3 {
  max-width: 730px;
}

#ppatphoto .formNav.col3 li {
  position: relative;
}

#ppatphoto .formNav.col3 li::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/icon_arrow02_pc.svg) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: calc(104/730 * -100%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #ppatphoto .formNav.col3 li::after {
    width: 14px;
    height: 14px;
    background: url(../img/icon_arrow02_sp.svg) center center/contain no-repeat;
    right: calc(186/750 * -100%);
  }
}

#ppatphoto .formNav.col3 li:last-child::before {
  content: none;
}

#ppatphoto .formNav.col3 li:last-child::after {
  content: none;
}

#ppatphoto .formNav.col4 {
  max-width: 980px;
}

#ppatphoto .formNav.col4 li {
  position: relative;
}

#ppatphoto .formNav.col4 li::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../img/icon_arrow02_pc.svg) center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: calc(176/980 * -100%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  #ppatphoto .formNav.col4 li::after {
    width: 14px;
    height: 14px;
    background: url(../img/icon_arrow02_sp.svg) center center/contain no-repeat;
    right: calc(230/750 * -100%);
  }
}

#ppatphoto .formNav.col4 li:last-child::before {
  content: none;
}

#ppatphoto .formNav.col4 li:last-child::after {
  content: none;
}

#ppatphoto .formNav_group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#ppatphoto .formNav_item-col3 {
  color: #fff;
  background-color: #CBCBCB;
  line-height: 1.4;
  max-width: 220px;
  width: 30%;
  padding: 18px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ppatphoto .formNav_item-col4 {
  color: #fff;
  background-color: #CBCBCB;
  line-height: 1.4;
  max-width: 220px;
  width: 21%;
  padding: 18px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ppatphoto .formNav_item-col2 {
  color: #fff;
  background-color: #CBCBCB;
  line-height: 1.4;
  max-width: 330px;
  width: 45%;
  padding: 18px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #ppatphoto .formNav_item-col3 {
    width: 27%;
    height: 44px;
  }
  #ppatphoto .formNav_item-col4 {
    width: 19%;
    height: 44px;
  }

  #ppatphoto .formNav_item-col2 {
    width: 41%;
    height: 44px;
  }
}

#ppatphoto .formNav li.active {
  background-color: #85A5A8;
}

#ppatphoto .form {
  color: #333;
}

#ppatphoto .form_title {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form_title {
    margin-left: 5%;
    margin-right: 5%;
  }
}

#ppatphoto .form_title-sub {
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}

#ppatphoto .form_title-sub img {
  width: 20px;
  margin-right: 11px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form_title-sub {
    margin-bottom: 28px;
  }
}

#ppatphoto .form_title-main {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 24px;
  margin-bottom: 46px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #B1B1B1;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form_title-main {
    font-size: 15px;
    padding-bottom: 18px;
  }
}

#ppatphoto .form_infoHeading {
  max-width: 980px;
  margin: 26px auto 26px;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form_infoHeading {
    margin: 26px 5% 26px;
  }
}

#ppatphoto .form_infoHeading img {
  width: 18px;
  margin-right: 11px;
}

#ppatphoto .form_area {
  max-width: 980px;
  padding: 30px 5% 30px;
  margin: 0 auto;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form_area {
    padding: 20px 5% 20px;
    margin: 0 auto;
  }
}

#ppatphoto .form_item {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #B1B1B1;
}

#ppatphoto .form_item:last-of-type {
  margin-bottom: 42px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form_item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #ppatphoto .form_item:last-of-type {
    margin-bottom: 39px;
  }
}

#ppatphoto .form_item:not(.check) .form_cont input {
  border-color: #FF5C5C;
  background: #F2BCBC;
}

#ppatphoto .form_item:not(.check) .form_cont select {
  border-color: #FF5C5C;
  background: #F2BCBC;
}

#ppatphoto .form_item:not(.check) .form_cont input::-webkit-input-placeholder {
  color: #fff;
  font-size: 14px;
}

#ppatphoto .form_item:not(.check) .form_cont input::-moz-placeholder {
  color: #fff;
  font-size: 14px;
}

#ppatphoto .form_item:not(.check) .form_cont input:-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}

#ppatphoto .form_item:not(.check) .form_cont input::-ms-input-placeholder {
  color: #fff;
  font-size: 14px;
}

#ppatphoto .form_item:not(.check) .form_cont input::placeholder {
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form_item:not(.check) .form_cont input::-webkit-input-placeholder {
    font-size: 14px;
  }
  #ppatphoto .form_item:not(.check) .form_cont input::-moz-placeholder {
    font-size: 14px;
  }
  #ppatphoto .form_item:not(.check) .form_cont input:-ms-input-placeholder {
    font-size: 14px;
  }
  #ppatphoto .form_item:not(.check) .form_cont input::-ms-input-placeholder {
    font-size: 14px;
  }
  #ppatphoto .form_item:not(.check) .form_cont input::placeholder {
    font-size: 14px;
  }
}

#ppatphoto .form_item.check .form_wrap::before {
  background-color: #b7b7b7;
}

#ppatphoto .form_item.check .form_cont input {
  border-color: #B1B1B1;
  background: #fff;
}

#ppatphoto .form_item.check .form_cont select {
  border-color: #B1B1B1;
  background: #fff;
}

#ppatphoto .form_item.check .form_cont input::-webkit-input-placeholder {
  color: #b1b1b1;
  font-size: 14px;
}

#ppatphoto .form_item.check .form_cont input::-moz-placeholder {
  color: #b1b1b1;
  font-size: 14px;
}

#ppatphoto .form_item.check .form_cont input:-ms-input-placeholder {
  color: #b1b1b1;
  font-size: 14px;
}

#ppatphoto .form_item.check .form_cont input::-ms-input-placeholder {
  color: #b1b1b1;
  font-size: 14px;
}

#ppatphoto .form_item.check .form_cont input::placeholder {
  color: #b1b1b1;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form_item.check .form_cont input::-webkit-input-placeholder {
    font-size: 14px;
  }
  #ppatphoto .form_item.check .form_cont input::-moz-placeholder {
    font-size: 14px;
  }
  #ppatphoto .form_item.check .form_cont input:-ms-input-placeholder {
    font-size: 14px;
  }
  #ppatphoto .form_item.check .form_cont input::-ms-input-placeholder {
    font-size: 14px;
  }
  #ppatphoto .form_item.check .form_cont input::placeholder {
    font-size: 14px;
  }
}

#ppatphoto .form_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form_wrap {
    display: block;
  }
}

#ppatphoto .form_wrap::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-image: url(../img/icon_formCheck_wh.svg);
  background-color: #eee;
  background-position: center center;
  background-size: 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  right: 10px;
}

#ppatphoto .form_wrap-multiLines {
  align-items: flex-start;
}

#ppatphoto .form_wrap-multiLines > .form_cont {
  width: calc(100% - 185px);
}

@media screen and (max-width: 768px) {
  #ppatphoto .form_wrap-multiLines > .form_cont {
    width: 100%;
  }
}

#ppatphoto .form_heading {
  display: inline-block;
  width: 280px;
  font-size: 14px;
  padding-right: 50px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form_heading {
    width: 280px;
    font-size: 14px;
    margin-bottom: 17px;
    padding-right: 0px;
  }
}

#ppatphoto .form_heading > span.required {
  display: inline-block;
  font-size: 13px;
  padding: 4px 10px;
  margin-right: 7px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form_heading > span.required {
    font-size: 14px;
    padding: 4px 11px;
  }
}

#ppatphoto .form_heading > span.optional {
  display: inline-block;
  font-size: 13px;
  padding: 4px 10px;
  color: #fff;
  background-color: #B1B1B1;
  margin-right: 7px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form_heading > span.optional {
    font-size: 14px;
    padding: 4px 11px;
  }
}

#ppatphoto .form_cont {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form_cont {
    font-size: 14px;
  }
}

#ppatphoto .form_cont.postal-code input:first-of-type {
  width: 70px;
}

#ppatphoto .form_cont.postal-code input:nth-of-type(2) {
  width: 82px;
}

#ppatphoto .form_cont.postal-code > span:not(.validation) {
  margin: 0 7px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form_cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  #ppatphoto .form_cont.postal-code {
    justify-content: flex-start;
  }
  #ppatphoto .form_cont.postal-code .validation {
    margin: 8px 0 0;
    width: 100%;
  }
}

#ppatphoto .form_cont input, #ppatphoto .form_cont textarea {
  font-size: 14px;
  padding: 8px 12px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #B1B1B1;
  border-radius: 3px;
}

#ppatphoto .form_cont textarea {
  border-color: #B1B1B1;
  background-color: #fff;
}

#ppatphoto .form_cont select {
  font-size: 14px;
  color: #313131;
  padding: 9px 12px 7px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  width: 310px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form_cont select {
    width: 100%;
  }
}

#ppatphoto .form_cont.selectBox {
  position: relative;
}

#ppatphoto .form_cont.selectBox::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #313131;
  border-bottom: 1px solid #313131;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 15px;
  right: 10px;
}

#ppatphoto .form_cont input[type="text"] {
  width: 150px;
}

#ppatphoto .form_cont input[type="text"].name_of_the_person {
  width: 310px;
}

#ppatphoto .form_cont input[type="text"].address {
  width: 310px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form_cont input[type="text"] {
    width: 100%;
  }
  #ppatphoto .form_cont input[type="text"].name_of_the_person {
    width: 100%;
  }
  #ppatphoto .form_cont input[type="text"].address {
    width: 100%;
  }
  #ppatphoto .form_cont input[type="text"][id="name_sei"], #ppatphoto .form_cont input[type="text"][id="name_mei"], #ppatphoto .form_cont input[type="text"][id="name_sei_kana"], #ppatphoto .form_cont input[type="text"][id="name_mei_kana"] {
    width: calc((100% - 10px)/2);
  }
}

#ppatphoto .form_cont.address input[type="text"] {
  width: 310px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form_cont.address input[type="text"] {
    width: 100%;
  }
}

#ppatphoto .form_cont input[type="email"] {
  width: 310px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form_cont input[type="email"] {
    width: 100%;
  }
}

#ppatphoto .form_cont input[type="tel"] {
  width: 310px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form_cont input[type="tel"] {
    width: 100%;
  }
}

#ppatphoto .form_cont input + input {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form_cont input + input {
    width: 5px;
  }
}

#ppatphoto .form_cont input.postal-code + input {
  margin-left: 0;
}

#ppatphoto .form_cont textarea {
  width: 90%;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form_cont textarea {
    width: 100%;
  }
}

#ppatphoto .form_cont .validation {
  display: none;
  font-size: 14px;
  color: #fd5e5e;
  margin-top: 8px;
}

#ppatphoto .form_cont .validation::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  border-style: solid;
  border-width: 0 4px 8px 4px;
  border-color: transparent transparent #ffc8c8 transparent;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form_cont.radio {
    justify-content: flex-start;
  }
}

#ppatphoto .form_cont .form_radio {
  display: inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form_cont .form_radio {
    margin-bottom: 10px;
  }
}

#ppatphoto .form_cont .form_radio span {
  display: inline-block;
  position: relative;
  font-size: 14px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form_cont .form_radio span {
    font-size: 14px;
  }
}

#ppatphoto .form_cont .form_radio span::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #B1B1B1;
  border-radius: 8px;
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
}

#ppatphoto .form_cont .form_radio input[type="radio"]:checked + span::before {
  border-color: #2196f3;
}

#ppatphoto .form_cont .form_radio input[type="radio"]:checked + span::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #2196f3;
  border-radius: 6px;
  position: absolute;
  top: calc(50% - 4px);
  left: 3px;
}

#ppatphoto .form_checkArea {
  font-size: 14px;
  text-align: center;
  margin-bottom: 46px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form_checkArea {
    font-size: 14px;
    margin-bottom: 40px;
  }
}

#ppatphoto .form_checkArea a {
  color: inherit;
  text-decoration: underline;
}

#ppatphoto .form_checkArea input[type="checkbox"] + label {
  position: relative;
}

#ppatphoto .form_checkArea input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #B1BEC1;
  border-radius: 3px;
  position: absolute;
  left: -27px;
  top: calc(50% - 8px);
}

#ppatphoto .form_checkArea input[type="checkbox"] + label::after {
  content: "";
  display: none;
  width: 16px;
  height: 16px;
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fd5e5e;
  border: 1px solid #fd5e5e;
  border-radius: 3px;
  position: absolute;
  left: -27px;
  top: calc(50% - 8px);
}

#ppatphoto .form_checkArea input[type="checkbox"]:checked + label::after {
  display: block;
}

#ppatphoto .form_btnArea {
  text-align: center;
}

#ppatphoto .form_btnArea button {
  display: inline-block;
  font-size: 15px;
  padding: 26px 0;
  width: 310px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form_btnArea button {
    font-size: 13px;
    padding: 20px 0;
    width: 100%;
    max-width: 310px;
  }
}

#ppatphoto .form_btnArea button:disabled {
  opacity: 0.5;
  cursor: auto;
}

/*-------------------
form
--------------------*/
@media screen and (max-width: 768px) {
  #ppatphoto .form.confirm .form_area {
    padding: 46px 10% 75px;
  }
}

#ppatphoto .form.confirm .form_item:last-of-type {
  margin-bottom: 65px;
}

#ppatphoto .form.confirm .form_wrap {
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form.confirm .form_wrap {
    padding: 0;
  }
}

#ppatphoto .form.confirm .form_wrap::before {
  content: none;
}

#ppatphoto .form.confirm .form_cont a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

#ppatphoto .form.confirm .form_btnArea button {
  margin: 0 8px 15px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form.confirm .form_btnArea button {
    margin: 0 0 15px;
  }
}

#ppatphoto .form.confirm .form_btn-back {
  opacity: 0.5;
}

#ppatphoto .form.complete .form_area {
  padding: 46px 5% 75px;
}

#ppatphoto .form.complete .form_area-upper {
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form.complete .form_area-upper {
    margin-bottom: 55px;
  }
}

#ppatphoto .form.complete .form_area-upperTitle {
  font-size: 36px;
  letter-spacing: 4px;
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form.complete .form_area-upperTitle {
    margin-top: 35px;
    margin-bottom: 50px;
  }
}

#ppatphoto .form.complete .form_area-upperText {
  font-size: 14px;
  line-height: 2.2;
}

#ppatphoto .form.complete .form_area-upperText + .form_area-upperHeading {
  margin-top: 80px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form.complete .form_area-upperText + .form_area-upperHeading {
    margin-top: 40px;
    margin-bottom: 25px;
  }
}

#ppatphoto .form.complete .form_area-upperHeading span {
  display: inline-block;
  position: relative;
  font-size: 18px;
}

#ppatphoto .form.complete .form_area-upperHeading span::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #333;
  position: absolute;
  right: calc(100% + 10px);
  top: 13px;
}

#ppatphoto .form.complete .form_area-upperHeading span::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: calc(100% + 10px);
  top: 13px;
}

#ppatphoto .form.complete .form_area-wrap {
  width: 90%;
  margin: auto;
  background-color: #fafafa;
  padding: 20px 38px;
  text-align: left;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form.complete .form_area-wrap {
    width: 100%;
    padding: 12px 20px;
  }
}

#ppatphoto .form.complete .form_area-wrap .text {
  font-size: 14px;
}

#ppatphoto .form.complete .form_area-lower {
  border-width: 1px;
  border-style: solid;
  border-color: #e5e5e5;
  background-color: #fff;
  padding: 50px 5% 80px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form.complete .form_area-lower {
    padding: 22px 5% 32px;
  }
}

#ppatphoto .form.complete .form_area-lower .headArea {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form.complete .form_area-lower .headArea {
    display: block;
  }
}

#ppatphoto .form.complete .form_area-lower .headArea_img {
  width: 47%;
  /*仮画像用*/
  padding-top: 35%;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form.complete .form_area-lower .headArea_img {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  #ppatphoto .form.complete .form_area-lower .headArea_img {
    padding-top: 65%;
  }
}

#ppatphoto .form.complete .form_area-lower .headArea_desc {
  width: 47%;
}

@media screen and (max-width: 768px) {
  #ppatphoto .form.complete .form_area-lower .headArea_desc {
    width: 100%;
  }
}

#ppatphoto .form.complete .form_area-lower .headArea_heading {
  font-size: 18px;
  padding-bottom: 18px;
  margin-bottom: 24px;
  border-bottom: 1px solid #B1B1B1;
}

#ppatphoto .form.complete .form_area-lower .headArea_text {
  font-size: 14px;
}

#ppatphoto .form.complete .form_area-lower .freeArea {
  text-align: center;
}

#ppatphoto .form.complete .form_btnArea {
  margin-top: 60px;
}

#ppatphoto .form.complete .form_btnArea a {
  display: inline-block;
  font-size: 15px;
  padding: 26px 0;
  width: 100%;
  max-width: 310px;
}

/*-------------------
slider
--------------------*/
#ppatphoto .slide_pageHead {
  max-width: 980px;
  margin: 80px auto 60px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .slide_pageHead {
    margin: 46px auto 33px;
    padding: 0 5%;
  }
}

#ppatphoto .slide_pageHead-title {
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .slide_pageHead-title {
    margin-bottom: 25px;
  }
}

#ppatphoto .slide_pageHead-title span {
  display: block;
}

#ppatphoto .slide_pageHead-title .en {
  font-size: 13px;
  font-weight: bold;
  color: #5a5a5a;
  font-family: arial, Meiryo, sans-serif;
  margin-bottom: 12.6px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .slide_pageHead-title .en {
    margin-bottom: 11px;
  }
}

#ppatphoto .slide_pageHead-title .ja {
  font-size: 20px;
}

#ppatphoto .slideBox_inner {
  max-width: 724px;
  padding: 19px 18px 17px;
  border-width: 1px;
  border-style: solid;
  border-color: #B1B1B1;
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  #ppatphoto .slideBox_inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    width: 78vw;
    padding: 17px 18px 21px;
    margin-left: 10px;
    margin-right: 10px;
    height: 100%;
  }
}

#ppatphoto .slideBox_img {
  width: 225px;
  margin-right: 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #ppatphoto .slideBox_img {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

#ppatphoto .slideBox_desc {
  width: calc(100% - 255px);
}

@media screen and (max-width: 768px) {
  #ppatphoto .slideBox_desc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
}

#ppatphoto .slideBox_title {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 10px;
  margin-bottom: 18px;
  border-bottom: 1px solid #efefef;
}

@media screen and (max-width: 768px) {
  #ppatphoto .slideBox_title {
    font-size: 13px;
    padding-bottom: 7px;
    margin-bottom: 12px;
  }
}

#ppatphoto .slideBox_price {
  font-size: 14px;
  line-height: 1.2;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

#ppatphoto .slideBox_price > div {
  margin-right: 8px;
}

#ppatphoto .slideBox_price > div:last-child {
  margin-right: 0;
}

#ppatphoto .slideBox_price .tax {
  margin-left: -4px;
}

#ppatphoto .slideBox_price-base {
  width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
}

#ppatphoto .slideBox_price-base .num {
  font-size: 18px;
  font-weight: bold;
}

#ppatphoto .slideBox_price-base.strikethrough .num {
  -webkit-text-decoration: line-through 2px;
          text-decoration: line-through 2px;
}

#ppatphoto .slideBox_price-base.strikethrough .tax {
  -webkit-text-decoration: line-through 2px;
          text-decoration: line-through 2px;
}

#ppatphoto .slideBox_price-off {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000;
}

#ppatphoto .slideBox_price-off .num {
  font-size: 18px;
  font-weight: bold;
}

#ppatphoto .slideBox_price-extra {
  font-size: 14px;
  padding-bottom: 2px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .slideBox_price {
    display: block;
    margin-bottom: 15px;
  }
  #ppatphoto .slideBox_price-base {
    display: inline-block;
    margin-bottom: 7px;
  }
  #ppatphoto .slideBox_price-base + .slideBox_price-extra {
    margin-top: 5px;
  }
  #ppatphoto .slideBox_price-off {
    display: inline-block;
    margin-bottom: 10px;
  }
  #ppatphoto .slideBox_price-extra {
    display: inline-block;
    margin-bottom: 10px;
  }
}

#ppatphoto .slideBox_tag {
  font-size: 14px;
  margin-bottom: 17px;
}

@media screen and (max-width: 768px) {
  #ppatphoto .slideBox_tag {
    margin-bottom: 9px;
  }
}

#ppatphoto .slideBox_tag li {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 4px 8px;
}

#ppatphoto .slideBox_tag-group {
  display: flex;
  flex-wrap: wrap;
}

#ppatphoto .slideBox_tag li.slideBox_tag-genre {
  border-radius: 14px;
  padding: 4px 12px;
}

#ppatphoto .slideBox_btn-group {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #ppatphoto .slideBox_btn-group {
    display: block;
  }
}

#ppatphoto .slideBox_btn-item {
  width: 170px;
  margin-right: 5px;
  margin-bottom: 5px;
}

#ppatphoto .slideBox_btn-item a {
  display: inline-block;
  font-size: 13px;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 10px 5px;
  border-width: 1px;
  border-style: solid;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #ppatphoto .slideBox_btn-item {
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  #ppatphoto .slideBox_btn-item a {
    font-size: 14px;
    padding: 15px 5px;
  }
}

#ppatphoto .slick-track {
  display: flex;
}

#ppatphoto .slick-slide {
  height: auto !important;
}

#ppatphoto .slick-prev::before,
#ppatphoto .slick-next::before {
  content: "";
  opacity: 1;
  background: url(../img/icon_arrow02_pc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
}

#ppatphoto .slick-prev::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#ppatphoto .slick-next::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media screen and (max-width: 768px) {
  #ppatphoto .slick-prev::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #ppatphoto .slick-next::before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

#ppatphoto .slick-prev {
  right: calc(50% + 380px);
  left: auto;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  #ppatphoto .slick-prev {
    right: calc(100vw - 14%);
    left: auto;
  }
}

#ppatphoto .slick-next {
  left: calc(50% + 380px);
  right: auto;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  #ppatphoto .slick-next {
    left: calc(100vw - 14%);
    right: auto;
  }
}

#ppatphoto .slick-prev, .slick-next {
  width: 25px;
  height: 25px;
}

/*-------------------
color
--------------------*/
#ppatphoto .b-color01 {
  background-color: #85A5A8;
  color: #fff;
  border-color: #85A5A8;
}

#ppatphoto .b-color01 a, #ppatphoto .b-color01 button {
  background-color: #85A5A8;
  color: #fff;
  border-color: #85A5A8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

#ppatphoto .b-color01-on a, #ppatphoto .b-color01-on button {
  background-color: #85A5A8;
  color: #fff;
  border-color: #85A5A8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}

#ppatphoto .b-color01-off a, #ppatphoto .b-color01-off button {
  background-color: #fff;
  color: #85A5A8;
  border-color: #85A5A8;
}

#ppatphoto .b-color02 a, #ppatphoto .b-color02 button {
  background-color: transparent;
  color: #A5AFB1;
  border-color: #A5AFB1;
}

#ppatphoto .b-color03 a, #ppatphoto .b-color03 button {
  background-color: #BA776E;
  color: #fff;
  border-color: #BA776E;
}

#ppatphoto .b-color03-on a {
  background-color: #BA776E;
  color: #fff;
  border-color: #BA776E;
}

#ppatphoto .b-color03-off a {
  background-color: #fff;
  color: #BA776E;
  border-color: #BA776E;
}

#ppatphoto .b-color04 a {
  background-color: #fff;
  color: #BA776E;
  border-color: #BA776E;
}

#ppatphoto .b-color05 {
  background-color: #E0BE98;
  color: #fff;
  border-color: #E0BE98;
}

#ppatphoto .b-color06 {
  background-color: #E0BE98;
  color: #fff;
}

#ppatphoto .b-color06 a {
  background-color: inherit;
  color: inherit;
}

#ppatphoto .b-color07 {
  background-color: #E0BE98;
  color: #fff;
}

#ppatphoto .b-color07 a {
  background-color: inherit;
  color: inherit;
}

#ppatphoto .b-color08 {
  background-color: #BA776E;
  color: #fff;
}

#ppatphoto .b-color08 a {
  background-color: inherit;
  color: inherit;
}

#ppatphoto .f-color01 {
  color: #85A5A8;
}
#ppatphoto svg.srtoke-color01 {
    stroke: #85A5A8;
}
#ppatphoto svg.fill-color01 {
    fill: #85A5A8;
}

#ppatphoto .f-color01-l {
  color: #C7D0D1;
}

#ppatphoto .f-color01-l.active {
  color: #85A5A8;
}

#ppatphoto .f-color02 {
  color: #BA776E;
}

#ppatphoto .f-color02 a {
  color: #BA776E;
}

#ppatphoto .bd-color01 {
  color: #BA776E;
  border-color: #BA776E;
}

#ppatphoto .bd-color01 a {
  color: #BA776E;
  border-color: #BA776E;
}

#ppatphoto .container-bgcolor {
  background-color: #FAFAFA;
}

#ppatphoto .modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
  text-align: center;
}

#ppatphoto .modal-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#ppatphoto .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  cursor: pointer;
}

#ppatphoto .close:hover,
#ppatphoto .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #ppatphoto .modal-content {
    max-width: 90%;
  }
}

#ppatphoto .prev,
#ppatphoto .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  text-decoration: none;
}

#ppatphoto .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

#ppatphoto .prev {
  left: 0;
  border-radius: 0 3px 3px 0;
}

#ppatphoto .prev:hover,
#ppatphoto .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 768px) {
  #ppatphoto .modal-content {
    max-width: 90%;
  }
  
  #ppatphoto .prev,
  #ppatphoto .next {
    padding: 8px;
    font-size: 22px;
  }
}

#ppatphoto .modal-prev,
#ppatphoto .modal-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  text-decoration: none;
}

#ppatphoto .modal-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

#ppatphoto .modal-prev {
  left: 0;
  border-radius: 0 3px 3px 0;
}

#ppatphoto .modal-prev:hover,
#ppatphoto .modal-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 768px) {
  #ppatphoto .modal-content {
    max-width: 90%;
  }
  
  #ppatphoto .modal-prev,
  #ppatphoto .modal-next {
    padding: 8px;
    font-size: 22px;
  }
}
