@charset "utf-8";
/* TOPページ */
/*----------------------------------------------------------- 共通 */
main h2 {
  letter-spacing: 12px;
}
h2.title {
  position: relative;
}
h2.title span {
  font-family: "Aoboshi One", serif;
  font-size: 400%;
  line-height: 1em;
  background: linear-gradient(90deg, #c3c2c2 0%, #666464 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  position: relative;
}
h2.title img {
  position: absolute;
}
main p {
  font-size: 110%;
  letter-spacing: 1px;
  line-height: 2.2em;
}
main h4 {
  font-size: 130%;
  letter-spacing: 4px;
}
main h4 strong {
  font-size: 200%;
  display: inline-block;
  margin: 0 4px;
}
.LRBox {
  display: flex;
}
#top .attentionBox {
  border-top: none;
}
/*----------------------------------------------------------- section */
#S01 {
  padding: 50px 0;
}
#S01 .contentsDetail {
    max-width: inherit;
    width: 100%;
    padding: 0;
}
#S01 .detailBox {
  justify-content: center;
  align-items: center;
}
#S01 .leftBox {
  width: 600px;
}
#S01 .rightBox {
  width: 300px;
}
#S01 .flexBox4 {
  background: #555454;
  border-top: 10px solid #857864;
  padding: 20px;
}
#S01 .flexBox4 ul {
  max-width: 1200px;
  margin: auto;
  justify-content: center;
  align-items: center;
}
#S01 .flexBox4 ul li {
  width: calc(100% / 4);
  border-left: 1px solid #fff;
}
#S01 .flexBox4 ul li:first-child {
  border-left: none;
}
#S01 .flexBox4 ul li h3 {
  font-size: 110%;
  padding: 0;
}
#S02 {
    padding: 50px 0;
    background: #888888;
    background-image: url("/wp-content/themes/original-child/assets/img/top/bg_001.jpg");
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: auto;
}
#S02 .contentsDetail {
  max-width: inherit;
}
#S02 h2.title {
  text-align: left;
}
#S02 h2.title img {
  bottom: -90px;
  left: 0;
}
#S02 .detailBox {
  width: 90%;
  margin: auto;
  justify-content: center;
  padding: 100px 0 0;
}
#S02 .detailBox h2 {
  text-align: left;
}
#S02 .detailBox p {
  text-align: left;
}
#S02 .detailBox h4 {
  text-align: left;
}
#S02 .leftBox {
  width: 60%;
}
#S02 .leftBox ul li img {
  width: 100%;
}
#S02 .rightBox {
    padding: 100px 20px;
}
#S02 .rightBox .nameW {
    text-align: right;
    font-size: 70%;
}

#S02 .imgBox .phCap {
    width: fit-content;
    margin: auto;
}

#S03 {
    padding: 50px 0;
    background: #000000;
    background-image: url("/wp-content/themes/original-child/assets/img/top/bg_002.jpg");
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: auto;
}
#S03 .contentsDetail {
  max-width: inherit;
}
#S03 .detail h2 {
  text-align: left;
}
#S03 .detail h3 {
  text-align: left;
}
#S03 .detail p {
  text-align: left;
}
#S03 .point {
  padding: 20px;
  border: 1px solid #fff;
}
#c01 .LRBox {
  justify-content: center;
  flex-direction: row-reverse;
}
#c01 h2.title {
  text-align: right;
}
#c01 h2.title img {
  left: 0;
  top: 0;
}
#c01 .detail {
  padding: 0 0 0 100px;
}
#c01 .detailBox {
  padding: 20px 0;
  flex-direction: row-reverse;
}
#c01 .leftBox {
  width: 55%;
}
#c01 .rightBox {
  width: 45%;
}
#c02 h2.title {
  text-align: left;
}
#c02 h2.title img {
  top: 30px;
  right: -170px;
}
#c02 .LRBox {
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 40px;
}
#c02 .detail {
  padding: 0 0 0 180px;
}
#S04 {
  padding: 50px 0;
  background: #836f56;
  position: relative;
}
#S04 .contents {
  position: relative;
}
#S04 .contentsDetail {
  max-width: inherit;
}
#S04 .image {
  background-image: url("/wp-content/themes/original-child/assets/img/top/bg_003.jpg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
#S04 h2.title {
  text-align: left;
}
#S04 h2.title span {
  background: linear-gradient(90deg, #cab6a0 0%, #9c8a72 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#S04 h2.title {
    text-align: center;
}
#S04 .LRBox {
  justify-content: space-between;
}
#S04 .detail {
  padding: 0 5% 0 0;
}
#S04 .detail h2 {
  text-align: right;
}
#S04 .detail p {
  text-align: right;
}
#S04 .flexBox4 {
  margin: 35vh 0 0;
}
#S04 .flexBox4 ul li {
  width: calc(100% / 4);
}
#S04 .flexBox4 ul li h4 {
  font-size: 130%;
  font-weight: 500;
  padding: 15px 5px 10px;
  line-height: 1.6em;
}
#S04 .flexBox4 ul li p {
  font-size: 110%;
  line-height: 1.8em;
  padding: 0 20px 15px;
}
#S04 .flexBox4 ul li img {
  width: 100%;
}

#S05 {
  padding: 50px 0 0;
}
#S05 .contentsDetail {
  max-width: inherit;
}
#S05 .LRBox {
  justify-content: space-between;
  flex-direction: row-reverse;
}
#S05 .detail h2 {
  text-align: left;
}
#S05 .detail p {
  text-align: left;
}
#S05 h2.title {
  position: relative;
  text-align: right;
}
#S05 h2.title img {
  position: absolute;
  top: 0;
  right: 130px;
}
#S05 .detail {
  padding: 0 0 0 5%;
}
#S06 {
  padding: 50px 0;
  position: relative;
}
#S06 .contents {
  position: relative;
}
#S06 .contentsDetail {
  max-width: inherit;
}
#S06 .image {
  background-image: url("/wp-content/themes/original-child/assets/img/top/bg_004.jpg");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position-x: left;
  background-size: cover;
}
#S06 .LRBox {
  padding: 5vw 0 25vw;
  justify-content: space-between;
}
#S06 .detail {
  padding: 0 5% 0 0;
}
#S06 .detail h2 {
  text-align: right;
}
#S06 .detail p {
  text-align: right;
}



/*----------------------------------------------------------- 1600px */
@media screen and (max-width: 1600px) {
h2.title img {
    width: 360px;
}
#S01 {
    padding: 30px 0;
}

.LRBox {
    flex-flow: column;
}

#c02 .LRBox {
    flex-flow: column;
}

#S02 h2.title {
    text-align: center;
}
#S02 h2.title img {
    left: auto;
}
#S02 h2.title span {
    background: linear-gradient(90deg, #dcd9d9 0%, #999696 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#S02 .detailBox {
padding: 0 0 100px;
    flex-direction: column-reverse;
}
#S02 .detailBox h2 {
    text-align: center;
}
#S02 .detailBox p {
    text-align: center;
}
#S02 .detailBox h4 {
    text-align: center;
}
#S02 .rightBox img {
    margin: 80px 20px 0;
}
#S02 .leftBox {
    width: auto;
}

#c01 .LRBox {
    flex-flow: column;
}
#c01 h2.title {
    text-align: center;
}
#c01 h2.title img {
    left: auto;
    top: 0;
}
#c01 .detail {
    padding: 0 20px 100px;
}
#S03 .detail h2 {
    text-align: center;
}

#c01 .detailBox {
    flex-flow: column;
}
#c01 .leftBox {
    width: auto;
}
#c01 .rightBox {
    width: auto;
}
#c02 .detail {
    padding: 0;
}
#c02 h2.title img {
    top: 0;
    right: -20%;
}

#S03 .detail h3 br {
    display: none;
}
#S04 .image {
    opacity: 0.5;
}
#S04 .detail {
    padding: 0;
}
#S04 .detail h2 {
    text-align: center;
}
#S04 .detail p {
    text-align: center;
}
#S04 .flexBox4 > ul {
    flex-wrap: wrap;
}
#S04 .flexBox4 ul li {
    width: calc(100% / 2);
}
#S05 .detail {
    padding: 0;
}
#S05 .LRBox {
    flex-flow: column;
}
#S05 h2.title {
    text-align: center;
}
#S05 h2.title img {
    right: auto;
}
#S05 .detail h2 {
    text-align: center;
}
#S05 .detail p {
    text-align: center;
}
#S06 .detail {
    padding: 0;
}
#S06 .detail h2 {
    text-align: center;
}
#S06 .detail p {
    text-align: center;
}

}

/*----------------------------------------------------------- 1280px */
@media screen and (max-width: 1280px) {
h2.title span {
    font-size: 300%;
}
#S02 h2.title img {
    bottom: 0;
}
}

/*----------------------------------------------------------- 1200px */
@media screen and (max-width: 1200px) {
main h4 {
    font-size: 100%;
}
#S01 .flexBox4 ul {
    flex-wrap: wrap;
}
#S01 .flexBox4 ul li {
    width: calc(100% / 2);
    margin: 0 0 20px;
}
#S01 .flexBox4 ul li:nth-child(3) {
    border-left: none;
}
#S02 .flexBox2 > ul {
    flex-wrap: wrap;
}
}

/*----------------------------------------------------------- 1024px */
@media screen and (max-width: 1024px) {
h2.title img {
    width: 300px;
}
main p {
    font-size: 90%;
    letter-spacing: 1px;
    line-height: 1.8em;
}
main h2 {
    letter-spacing: 5px;
    font-size: 140%;
}
#S02 {padding: 30px 0;}
#S03 {
    background-size: cover;
    padding: 30px 0;
}
#S03 .contents {
    background: #0000007d;
}
#S04 .flexBox4 ul li h4 {
    font-size: 110%;
    letter-spacing: 2px;
}
#S04 .flexBox4 ul li p {
    font-size: 90%;
    line-height: 1.6em;
}

}
/*----------------------------------------------------------- 768px */
@media screen and (max-width: 768px) {
main h2 {
    font-size: 140%;
}
h2.title img {
    width: 230px;
}

#S01 .detailBox {
    flex-flow: column;
    padding: 0;
}
#S01 .leftBox {
    width: 90%;
}
#S01 .rightBox {
    width: auto;
}
#S01 .flexBox4 {
    padding: 0;
}
#S01 .flexBox4 ul li {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #989191;
    border-left: none;
}
#S02 .detailBox p {
    text-align: left;
}
#S02 .rightBox img {
    margin: 0;
}
#S04 .image {
    opacity: 0.3;
}
#S04 .flexBox4 {
    margin: 5vh 0 0;
}
#S04 .flexBox4 ul li {
    width: auto;
}
#S04 .flexBox4 ul li p {
    padding: 0 0 20px;
}
}


/*----------------------------------------------------------- 640px */
@media screen and (max-width: 640px) {
main h2 {
    font-size: 110%;
    letter-spacing: 2px;
}
#S05 .detail p {
    text-align: left;
}
#S06 .image {
    opacity: 0.5;
}
#S06 .LRBox {
    padding: 5vw 0 5vw;
}
#S06 .detail p {
    text-align: left;
}
}

/*----------------------------------------------------------- 480px */
@media screen and (max-width: 480px) {
h2.title span {
    font-size: 260%;
}
h2.title img {
    width: 160px;
}
#S02 h2.title span {
    background: linear-gradient(90deg, #eae8e8 0%, #c7c5c5 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
}
