<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#option-photographer img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#option-photographer .pc-inline {
  display: inline;
}
#option-photographer .sp-inline {
  display: none;
}
#option-photographer .option-photographer-header {
  margin: 40px 0 80px;
  padding: 0 15px;
}
#option-photographer .option-photographer-header .title {
  margin: 0 0 30px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1em;
  text-align: center;
}
#option-photographer .option-photographer-header .title em {
  display: block;
  color: #0aa0d2;
  font-size: 44px;
  line-height: 1.6em;
}
#option-photographer .option-photographer-header .image {
  margin: 0 0 30px;
  text-align: center;
}
#option-photographer .option-photographer-header .text1 {
  margin: 0 0 20px;
  color: #4d4d4d;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6em;
  text-align: center;
}
#option-photographer .option-photographer-header .text2 {
  font-size: 14px;
  line-height: 1.6em;
  text-align: center;
}

#points {
  margin: 0 0 50px;
  padding: 70px 15px;
  background: linear-gradient(135deg, #CCECF5 0 48%, #B5E3F1 48% 100%);
}
#points &gt; .inner {
  max-width: 1000px;
  margin: 0 auto;
}
#points .points-title {
  margin: 0 0 15px;
  color: #4E4B4D;
  font-size: 44px;
  font-weight: normal;
  line-height: 1em;
  text-align: center;
}
#points .points-lead {
  margin: 0 0 60px;
  font-size: 16px;
  line-height: 1em;
  text-align: center;
}
#points .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#points .list .item {
  width: calc((100% - 70px) / 3);
}
#points .list .item:last-child {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 50px 0 0;
}
#points .list .item .image {
  margin: 0 0 20px;
  text-align: center;
}
#points .list .item .no {
  margin: 0 0 5px;
  color: #4E4B4D;
  font-size: 60px;
  line-height: 1em;
}
#points .list .item .title {
  margin: 0 0 20px;
  color: #4E4B4D;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6em;
}
#points .list .item .text {
  color: #4E4B4D;
  font-size: 14px;
  line-height: 1.85;
}
#points .list .item .images {
  flex-shrink: 0;
  width: 62%;
  margin: 0 50px 0 0;
}
#points .list .item .images-prev {
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  z-index: 5;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
#points .list .item .images-prev::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  transform: rotate(-45deg);
  content: "";
}
#points .list .item .images-next {
  position: absolute;
  top: calc(50% - 20px);
  right: 0;
  z-index: 5;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
#points .list .item .images-next::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  content: "";
}
#points .list .item .images-pagination {
  margin: 30px 0 0;
  font-size: 0;
  line-height: 1;
  text-align: center;
}
#points .list .item .images-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
}
#points .list .item .images-pagination .swiper-pagination-bullet-active {
  background-color: #0AA0D2;
}
#points .list .item .texts {
  padding: 0 0 38px;
}

#photographers {
  margin: 0 0 50px;
}
#photographers .photographers-title {
  margin: 0 0 35px;
  padding: 10px;
  background: linear-gradient(135deg, #CCECF5 0 38%, #B5E3F1 38% 100%);
  color: #4E4B4D;
  font-size: 22px;
  line-height: 1em;
  text-align: center;
}
#photographers &gt; .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
#photographers .photographers-lead {
  margin: 0 0 80px;
  color: #4E4B4D;
  font-size: 18px;
  line-height: 1em;
  text-align: center;
}
#photographers .navi {
  margin: 0 0 80px;
  overflow: hidden;
}
#photographers .navi ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px -30px 0;
}
#photographers .navi ul li {
  width: calc((100% - 120px) / 4);
  margin: 0 30px 30px 0;
}
#photographers .navi a {
  display: block;
  color: #0AA0D2;
  text-align: center;
}
#photographers .navi a:hover {
  text-decoration: none;
}
#photographers .navi a:hover .name::after {
  width: 0;
}
#photographers .navi .image {
  margin: 0 0 20px;
  background-color: #24A1D0;
  text-align: center;
}
#photographers .navi .name {
  display: inline-block;
  position: relative;
  padding: 0 5px 8px;
  font-size: 24px;
  line-height: 1em;
  text-align: center;
}
#photographers .navi .name::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0AA0D2;
  transition: width 0.2s;
  content: "";
}
#photographers .list {
  border-top: 1px solid #0AA0D2;
}
#photographers .list .item {
  padding: 50px 0;
  border-bottom: 1px solid #0AA0D2;
}
#photographers .list .item .name {
  margin: 0 0 30px;
  color: #0AA0D2;
  font-size: 36px;
  line-height: 1em;
}
#photographers .list .item .wrapper {
  display: flex;
}
#photographers .list .item .left {
  flex-shrink: 0;
  width: 35%;
  margin: 0 70px 0 0;
}
#photographers .list .item .image {
  text-align: center;
}
#photographers .list .item .btn {
  margin: 30px 0 0;
}
#photographers .list .item .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  border-radius: 8px;
  background-image: url(/common/img/option/photographer/icon_external.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 17px auto;
  background-color: #0AA0D2;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
#photographers .list .item .btn a:hover {
  opacity: 0.7;
  text-decoration: none;
}
#photographers .list .item .message .title {
  margin: 0 0 15px;
  color: #0AA0D2;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
}
#photographers .list .item .message .text {
  color: #4E4B4D;
  font-size: 16px;
  line-height: 1.75;
}
#photographers .list .item .profile {
  margin: 40px 0 0;
  padding: 40px 0 0;
  border-top: 1px solid #C8C8C8;
}
#photographers .list .item .profile .text {
  color: #4E4B4D;
  font-size: 14px;
  line-height: 1.6em;
}

#fee {
  margin: 0 0 60px;
}
#fee .fee-title {
  margin: 0 0 35px;
  padding: 10px;
  background: linear-gradient(135deg, #CCECF5 0 38%, #B5E3F1 38% 100%);
  color: #4E4B4D;
  font-size: 22px;
  line-height: 1em;
  text-align: center;
}
#fee &gt; .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}
#fee .fee-lead {
  margin: 0 0 50px;
  color: #4E4B4D;
  font-size: 18px;
  line-height: 1.6em;
  text-align: center;
}
#fee .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px -30px 0;
}
#fee .list .item {
  width: calc((100% - 60px) / 2);
  margin: 0 30px 30px 0;
  border: 1px solid #84CFE8;
  box-sizing: border-box;
}
#fee .list .item .detail {
  padding: 25px;
  background-color: #E6F5FA;
}
#fee .list .item .detail .cut {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #84CFE8;
}
#fee .list .item .detail .cut .title {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 0 0 45px;
  background-image: url(/common/img/option/photographer/icon1.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 32px auto;
  color: #0AA0D2;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
}
#fee .list .item .detail .cut .value {
  color: #4E4B4D;
  font-size: 16px;
  line-height: 1em;
}
#fee .list .item .detail .cut .value span {
  font-size: 32px;
}
#fee .list .item .detail .fee {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#fee .list .item .detail .fee .title {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 0 0 45px;
  background-image: url(/common/img/option/photographer/icon2.svg);
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 32px auto;
  color: #0AA0D2;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
}
#fee .list .item .detail .fee .value {
  color: #4E4B4D;
  font-size: 16px;
  line-height: 1em;
}
#fee .list .item .detail .fee .value span {
  font-size: 32px;
}
#fee .list .item .plan {
  padding: 25px;
}
#fee .list .item .plan .title {
  margin: 0 0 20px;
  color: #0AA0D2;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
}
#fee .list .item .plan ul {
  margin: 0 0 20px;
  color: #4E4B4D;
  font-size: 16px;
  line-height: 1.6em;
}
#fee .list .item .plan ul li {
  margin: 0 0 5px;
}
#fee .list .item .plan ul li:last-child {
  margin: 0;
}
#fee .list .item .plan a {
  display: inline-block;
  position: relative;
  color: #4E4B4D;
  transition: none;
}
#fee .list .item .plan a:hover {
  text-decoration: none;
}
#fee .list .item .plan a:hover::after {
  width: calc(100% - 1em);
}
#fee .list .item .plan a::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 1em;
  width: 0;
  height: 1px;
  background-color: #0AA0D2;
  transition: width 0.2s;
  content: "";
}
#fee .list .item .plan .image {
  text-align: center;
}

@media only screen and (max-width: 890px) {
  #option-photographer .pc-inline {
    display: none;
  }
  #option-photographer .sp-inline {
    display: inline;
  }
  #option-photographer .option-photographer-header {
    margin: 15px 0 40px;
    padding: 0 15px;
  }
  #option-photographer .option-photographer-header .title {
    margin: 0 0 20px;
    font-size: 16px;
  }
  #option-photographer .option-photographer-header .title em {
    font-size: 28px;
  }
  #option-photographer .option-photographer-header .image {
    margin: 0 0 20px;
  }
  #option-photographer .option-photographer-header .text1 {
    margin: 0 0 20px;
    font-size: 14px;
    text-align: left;
  }
  #option-photographer .option-photographer-header .text2 {
    font-size: 13px;
    text-align: left;
  }

  #points {
    margin: 0 0 50px;
    padding: 30px 20px 40px;
    background: repeating-linear-gradient(135deg, #CCECF5 0 400px, #B5E3F1 400px 800px);
    background-position: 0 -140px;
    background-size: 100% calc(100% + 140px);
  }
  #points .points-title {
    margin: 0 0 10px;
    font-size: 20px;
  }
  #points .points-lead {
    margin: 0 0 25px;
    font-size: 13px;
  }
  #points .list {
    display: block;
  }
  #points .list .item {
    width: auto;
    margin: 0 0 30px;
  }
  #points .list .item:last-child {
    display: block;
    margin: 0;
  }
  #points .list .item .image {
    margin: 0 0 15px;
  }
  #points .list .item .no {
    margin: 0 0 5px;
    font-size: 45px;
  }
  #points .list .item .title {
    margin: 0 0 10px;
    font-size: 17px;
  }
  #points .list .item .text {
    font-size: 13px;
  }
  #points .list .item .images {
    width: 100%;
    margin: 0 0 15px;
  }
  #points .list .item .images-pagination {
    margin: 10px 0 0;
  }
  #points .list .item .texts {
    padding: 0;
  }

  #photographers {
    margin: 0 0 50px;
  }
  #photographers .photographers-title {
    margin: 0 0 25px;
    padding: 10px;
    font-size: 16px;
  }
  #photographers .photographers-lead {
    margin: 0 0 25px;
    font-size: 14px;
  }
  #photographers .navi {
    margin: 0 0 40px;
  }
  #photographers .navi ul {
    margin: 0 -5px -25px 0;
  }
  #photographers .navi ul li {
    width: calc((100% - 10px) / 2);
    margin: 0 5px 25px 0;
  }
  #photographers .navi .image {
    margin: 0 0 15px;
    background-color: transparent;
  }
  #photographers .navi .name {
    padding: 0 5px 5px;
    font-size: 18px;
  }
  #photographers .list .item {
    padding: 40px 0;
  }
  #photographers .list .item .name {
    margin: 0 0 15px;
    font-size: 22px;
  }
  #photographers .list .item .wrapper {
    display: block;
  }
  #photographers .list .item .left {
    width: auto;
    margin: 0 0 20px;
  }
  #photographers .list .item .btn {
    max-width: 250px;
    margin: 20px auto 0;
  }
  #photographers .list .item .btn a {
    height: 30px;
    border-radius: 4px;
    background-position: right 10px center;
    background-size: 13px auto;
    font-size: 13px;
  }
  #photographers .list .item .message .title {
    margin: 0 0 10px;
    font-size: 13px;
    text-align: center;
  }
  #photographers .list .item .message .text {
    font-size: 12px;
  }
  #photographers .list .item .profile {
    margin: 15px 0 0;
    padding: 15px 0 0;
  }
  #photographers .list .item .profile .text {
    font-size: 12px;
  }

  #fee {
    margin: 0 0 30px;
  }
  #fee .fee-title {
    margin: 0 0 25px;
    padding: 10px;
    font-size: 16px;
  }
  #fee .fee-lead {
    margin: 0 0 25px;
    font-size: 14px;
  }
  #fee .list {
    display: block;
    margin: 0 0 -25px;
  }
  #fee .list .item {
    width: auto;
    margin: 0 0 25px;
  }
  #fee .list .item .detail {
    padding: 15px;
  }
  #fee .list .item .detail .cut {
    margin: 0 0 15px;
    padding: 0 0 15px;
  }
  #fee .list .item .detail .cut .title {
    height: 23.5px;
    padding: 0 0 0 35px;
    background-size: 23.5px auto;
    font-size: 13px;
  }
  #fee .list .item .detail .cut .value {
    font-size: 13px;
  }
  #fee .list .item .detail .cut .value span {
    font-size: 25px;
  }
  #fee .list .item .detail .fee .title {
    height: 23.5px;
    padding: 0 0 0 35px;
    background-size: 23.5px auto;
    font-size: 13px;
  }
  #fee .list .item .detail .fee .value {
    font-size: 13px;
  }
  #fee .list .item .detail .fee .value span {
    font-size: 25px;
  }
  #fee .list .item .plan {
    padding: 15px;
  }
  #fee .list .item .plan .title {
    margin: 0 0 10px;
    font-size: 13px;
  }
  #fee .list .item .plan ul {
    margin: 0 0 15px;
    font-size: 13px;
  }
  #fee .list .item .plan a::after {
    display: none;
  }
}</pre></body></html>