@charset "utf-8";

html, body {
	margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #4d4d4d;
  line-height: 1.5;
}
img {
  flex-shrink: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
p {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: .75;
}

@media screen and (min-width: 769px) {
  ._sp {
    display: none!important;
  }
}
@media screen and (max-width: 768px) {
  ._pc {
    display: none!important;
  }
}

/*------------
  common
------------*/

.container {
  position: relative;
  width: 1040px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}


/*------------
  header
------------*/



/*------------
  footer
------------*/

footer {
  padding: 40px 0 30px;
  text-align: center;
  font-size: 12px;
  color: #d68476;
}
.footer-logo {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  
}


/*------------
  index
------------*/

/*
  index-section
------------*/

.index-section {
  display: flex;
  justify-content: space-between;
  position: relative;
  color: #fff;
}
.index-section .section-txt {
  position: relative;
  max-width: 335px;
}
.index-section .section-txt h3 {
  font-size: 36px;
  line-height: 54px;
}
.index-section .section-txt p {
  margin: 29px auto;
  line-height: 28px;
}
.index-section .section-num {
  font-size: 60px;
  font-weight: bold;
}
.index-section .section-btn {
  display: inline-block;
  padding: 18px 80px;
  font-weight: bold;
}
.index-section .section-insta {
  display: flex;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 0;
}
.index-section .section-insta .insta-txt {
  margin-left: 30px;
}
.index-section .section-insta .insta-txt p {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
.index-section .section-img {
  overflow-y: visible;
  position: relative;
}
.index-section .section-img h2 {
  position: relative;
  z-index: 2;
  font-size: 60px;
  line-height: 1;
}
.index-section .section-flex {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 2;
}
.index-section .section-info {
  position: relative;
  margin: 0 55px;
  text-align: center;
  font-weight: bold;
}
.index-section .section-info img {
  position: absolute;
  max-width: none;
}
.index-section .section-info .info-data {
  position: relative;
  z-index: 2;
}
.index-section .section-info .info-ttl {
  font-size: 24px;
}
.index-section .section-center {
  display: flex;
  align-items: flex-end;
}
.index-section .section-center p {
  font-size: 60px;
}
.index-section .section-bg {
  position: absolute;
  max-width: none;
}

@media screen and (max-width: 768px) {
  .index-section {
    overflow-x: hidden;
    display: block;
    padding: 0 5%;
  }
  .index-section .section-img {
    width: 100%;
  }
  .index-section .section-img h2 {
    text-align: right;
  }
  .index-section .section-info {
    margin: 0;
  }
  .index-section .section-txt {
    max-width: 100%;
  }
  .index-section .section-txt p {
    margin: 30px auto;
  }
  .index-section .section-center {
    margin: 0 15px;
  }
}


/*
  index-kv
------------*/

#index-kv {
  position: relative;
  display: flex;
}
#index-kv .kv-left {
  position: relative;
  width: 50%;
  background: #f8f0e7;
}
#index-kv .kv-logo {
  position: absolute;
  top: 50px;
  left: 50px;
}
#index-kv .kv-image {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 140px;
  padding: 0 5% 5%;
}
#index-kv .kv-image img {
  text-align: center;
}
#index-kv .kv-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 50%;
  padding: 0 5%;
  color: #fff;
  background: #d68476;
}
#index-kv .kv-right h1 {
  font-size: 60px;
}
#index-kv .kv-right h2 {
  font-size: 28px;
}
#index-kv .kv-flex {
  display: flex;
  align-items: flex-start;
  margin-top: 50px;
}
#index-kv .kv-flex .flex-txt {
  font-weight: bold;
}
#index-kv .kv-flex .flex-date {
  margin-left: 50px;
  padding: 20px 30px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #d68476;
  background: #fff;
}
#index-kv .kv-flex .flex-date span {
  font-size: 72px;
  line-height: 1;
}
#index-kv .kv-flex .flex-box + .flex-box {
  margin-top: 30px;
}
#index-kv .kv-flex .flex-box .box-ttl {
  margin-bottom: 20px;
  font-size: 24px;
}
#index-kv .kv-flex .flex-name {
  display: flex;
  align-items: center;
}
#index-kv .kv-flex .flex-name p {
  width: 140px;
  font-size: 24px;
}

#index-kv .kv-insta {
  position: absolute;
  z-index: 99;
  bottom: 0;
  right: 50px;
  transform: translateY(50%);
  padding: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
#index-kv .kv-insta::before {
  content: '';
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 206px;
  height: 217px;
  background: url(../img/instagram_bg01.png) no-repeat center/contain;
}
#index-kv .kv-insta p,
#index-kv .kv-insta img {
  position: relative;
  z-index: 2;
}
#index-kv .kv-insta .insta-name {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  #index-kv {
    display: block;
    height: auto;
  }
  #index-kv .kv-left {
    width: 100%;
  }
  #index-kv .kv-logo {
    top: 10px;
    left: 10px;
    width: 30%;
  }
  #index-kv .kv-image {
    margin-top: 0;
    padding-top: 10vh;
  }
  #index-kv .kv-right {
    width: 100%;
    padding: 20px 5%;
  }
  #index-kv .kv-right h1 {
    font-size: 40px;
  }
  #index-kv .kv-right h2 {
    font-size: 18px;
  }
  #index-kv .kv-flex {
    margin-top: 30px;
  }
  #index-kv .kv-flex .flex-date {
    margin-left: auto;
    padding: 20px 10px;
    font-size: 16px;
  }
  #index-kv .kv-flex .flex-date span {
    font-size: 48px;
  }
  #index-kv .kv-flex .flex-box .box-ttl {
    font-size: 20px;
  }
  #index-kv .kv-flex .flex-name {
    display: block;
  }
  #index-kv .kv-flex .flex-name p {
    width: auto;
    font-size: 20px;
  }
  #index-kv .kv-insta {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: auto;
    transform: none;
    width: 100%;
    padding: 10px;
    background: #4b7aa0;
    font-size: 16px;
  }
  #index-kv .kv-insta .insta-name {
    font-size: 16px;
  }
  #index-kv .kv-insta img {
    padding-right: 5px;
  }
  #index-kv .kv-insta::before {
    display: none;
  }
}


/*
  index-intro
------------*/

#index-intro {
  padding: 54px 0;
  background: #4b7aa0;
}
#index-intro h2 {
  text-align: center;
  font-size: 36px;
  line-height: 54px;
}
#index-intro .intro-inner {
  width: 680px;
  margin: 0 auto;
}
#index-intro .intro-inner div {
  margin-top: 27px;
  line-height: 28px;
}
#index-intro .intro-credits {
  text-align: center;
  font-size: 12px;
  line-height: 28px;
}
#index-intro .intro-credits p {
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-intro .intro-credits span {
  padding-left: .25rem;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  #index-intro {
    padding: 40px 5%;
  }
  #index-intro h2 {
    font-size: 32px;
  }
  #index-intro .intro-inner {
    width: 100%;
  }
}


/*
  index-gender
------------*/

#index-gender {
  padding: 80px 0 40px;
  background: #daa599;
}
#index-gender .section-btn {
  background: #32729e;
}
#index-gender .section-info {
  padding-top: 278px;
}
#index-gender .section-info img {
  left: 50%;
  transform: translateX(-50%);
}
#index-gender .section-info._img01 img {
  left: 70%;
  bottom: 100px;
}
#index-gender .section-info._img02 img {
  left: 48%;
  bottom: 100px;
}
#index-gender .section-img {
  order: 2;
  margin-left: 150px;
}
#index-gender .section-img h2 {
  text-align: right;
}
#index-gender .section-bg {
  bottom: 30px;
  right: -1px;
}

@media screen and (max-width: 768px) {
  #index-gender {
    padding: 40px 0;
  }
  #index-gender .section-img {
    margin: 0 auto 25px;
  }
  #index-gender .section-info {
    padding-top: 226px;
  }
  #index-gender .section-info._img01 img {
    left: 50%;
    bottom: 127px;
    width: 152px;
  }
  #index-gender .section-info._img02 img {
    left: 40%;
    bottom: 124px;
    width: 148px;
  }
  #index-gender .section-bg {
    width: 113%;
    bottom: 48px;
    right: -6%;
  }
}


/*
  index-lgbtq
------------*/

#index-lgbtq {
  padding: 78px 0 80px;
  background: #d37242;
}
#index-lgbtq .section-btn {
  background: #254a9e;
}
#index-lgbtq .section-img {
  margin-right: 100px;
}
#index-lgbtq .section-info {
  padding-top: 298px;
}
#index-lgbtq .section-info._img01 {
  margin: 0 25px;
}
#index-lgbtq .section-info img {
  left: 50%;
  transform: translateX(-50%);
}
#index-lgbtq .section-info._img01 img {
  left: 45%;
  bottom: 110px;
}
#index-lgbtq .section-info._img02 img {
  left: 53%;
  bottom: 90px;
}
#index-lgbtq .section-bg {
  bottom: -35px;
  right: 35px;
}
#index-lgbtq .section-txt {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  #index-lgbtq {
    padding: 40px 0;
  }
  #index-lgbtq .section-img {
    margin: 0 auto;
  }
  #index-lgbtq .section-info {
    padding-top: 226px;
  }
  #index-lgbtq .section-info._img01 {
    margin: 0;
  }
  #index-lgbtq .section-info._img01 img {
    width: 171px;
    left: 47%;
    bottom: 125px;
  }
  #index-lgbtq .section-info._img02 img {
    width: 157px;
    left: 42%;
    bottom: 98px;
  }
  #index-lgbtq .section-bg {
    width: 110%;
    bottom: 56px;
    right: -6%;
  }
  #index-lgbtq .section-txt {
    margin-top: 20px;
  }
}


/*
  index-present
------------*/

#index-present {
  padding: 73px 0 77px;
  background: #4b7aa0;
}
#index-present .section-btn {
  background: #d37242;
}
#index-present .section-img {
  order: 2;
  margin-top: 20px;
  margin-left: 100px;
}
#index-present .section-info {
  margin: 0;
}
#index-present .section-info img {
  position: relative;
  right: 20px;
}
#index-present .section-bg {
  bottom: -20px;
  right: 5px;
}
#index-present .section-img h2 {
  margin-top: -45px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #index-present {
    padding: 40px 0;
  }
  #index-present .section-img {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  #index-present .section-img img {
    width: 105%;
    right: 4%;
  }
  #index-present .section-flex {
    order: 2;
    width: 100%;
    margin-top: 20px;
  }
  #index-present .section-info {
    margin: 0 -8%;
  }
  #index-present img.section-bg {
    width: 115%;
    bottom: -25px;
    right: -8%;
  }
  #index-present .section-img h2 {
    order: 1;
    width: 100%;
    margin-top: 0;
  }#index-present .section-txt {
    margin-top: 55px;
  }
}


/*
  index-sdgs
------------*/

#index-sdgs {
  padding: 60px 0;
  background: #dcd0bf;
}
#index-sdgs .section-btn {
  background: #daa599;
}
#index-sdgs .section-img {
  margin-top: 25px;
  margin-right: 150px;
}
#index-sdgs .section-info {
  margin: 0 45px;
  padding-top: 294px;
}
#index-sdgs .section-info._img01 {
  margin-bottom: 24px;
}
#index-sdgs .section-info img {
  left: 50%;
  transform: translateX(-50%);
}
#index-sdgs .section-info._img01 img {
  left: 85%;
  bottom: 95px;
}
#index-sdgs .section-info._img02 img {
  left: 64%;
  bottom: 120px;
}
#index-sdgs .section-center {
  margin-bottom: 20px;
}
#index-sdgs .section-txt {
  max-width: 360px;
}
#index-sdgs .section-bg {
  bottom: -20px;
  right: -20px;
}

@media screen and (max-width: 768px) {
  #index-sdgs {
    padding: 40px 0;
  }
  #index-sdgs .section-img {
    margin: 0 auto 60px;
  }
  #index-sdgs .section-info {
    margin: 0;
    padding-top: 224px;
  }
  #index-sdgs .section-info._img01 img {
    width: 143px;
    left: 63%;
    bottom: 143px;
  }
  #index-sdgs .section-info._img02 img {
    width: 193px;
    left: 54%;
    bottom: 164px;
  }
  #index-sdgs .section-bg {
    width: 112%;
    bottom: 100px;
    right: -6%;
  }
}


/*------------
  page
------------*/

/*
  page-kv
------------*/

.page-kv {
  position: relative;
  height: 100vh;
  color: #fff;
}
.page-kv .kv-logo {
  position: absolute;
  top: 50px;
  left: 50px;
}
.page-kv .kv-ttl {
  position: absolute;
  top: 45px;
  right: 50px;
  font-size: 18px;
  font-weight: bold;
}
.page-kv .kv-ttl h1 {
  font-size: 26px;
}
.page-kv .kv-name {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 100px;
  left: 100px;
}
.page-kv .kv-name .name-info {
  margin: 0;
  text-align: center;
  font-weight: bold;
}
.page-kv .kv-name .name-info .info-ttl {
  font-size: 24px;
}
.page-kv .kv-name .name-center {
  margin: 0 30px;
}
.page-kv .kv-name .name-center p {
  font-size: 40px;
}
.page-kv .kv-insta {
  position: absolute;
  z-index: 99;
  bottom: 0;
  right: 5%;
  transform: translateY(20%);
  padding: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.page-kv .kv-insta .insta-name {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .page-kv .kv-logo {
    top: 20px;
    left: 20px;
  }
  .page-kv .kv-ttl {
    top: 13px;
    right: 20px;
    font-size: 16px;
    color: #4b7aa0;
  }
  .page-kv .kv-ttl h1 {
    font-size: 18px;
  }
  .page-kv .kv-name {
    left: 0;
    bottom: 30px;
    width: 100%;
  }
  .page-kv .kv-name .name-center {
    margin: 0 10px;
  }
  .page-kv .kv-insta {
    display: none;
  }

}


/*
  page-intro
------------*/

.page-intro {
  padding: 60px 0;
  color: #fff;
}
.page-intro h2 {
  text-align: center;
  font-size: 36px;
}
.page-intro .intro-inner {
  width: 680px;
  margin: 0 auto;
}
.page-intro .intro-inner div {
  margin-top: 35px;
}
.page-intro .intro-credits {
  text-align: center;
  font-size: 12px;
}
.page-intro .intro-credits p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-intro .intro-credits span {
  padding-left: .25rem;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .page-intro {
    padding: 40px 5%;
  }
  .page-intro .intro-inner {
    width: 100%;
  }
  .page-intro .intro-credits span {
    font-size: 12px;
  }
}


/*
  page-content
------------*/

.page-content {
  padding: 0 10%;
}
.page-content::after {
  content: '';
  display: block;
  clear: both;
}
.page-content .content-inner {
  margin: 60px 0;
}
.page-content .content-inner h2 {
  width: 680px;
  margin: 0 auto;
}
.page-content .content-box {
  margin-top: 30px;
  color: #4d4d4d;
}
.page-content .content-box._twice {
  margin-top: 60px;
}
.page-content .content-box p {
  width: 680px;
  margin: 0 auto;
}
.page-content .content-box p._bold,
.page-content .content-box p span {
  font-weight: bold;
}
.page-content .content-img {
  width: 320px;
  padding-bottom: 40px;
}
.page-content .content-img._large {
  width: 500px;
}
.page-content .content-img._right {
  float: right;
  padding-left: 40px;
}
.page-content .content-img._left {
  float: left;
  padding-right: 40px;
}
.page-content .content-img._pd {
  padding-bottom: 45px;
}
.page-content .content-img img {
  position: relative;
  opacity: 0;
  top: 10px;
  transition: 1s;
}
.page-content .content-img img.fadein {
  top: 0;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .page-content {
    padding: 0 5%;
  }
  .page-content .content-inner  {
    margin: 40px auto;
  }
  .page-content .content-inner h2,
  .page-content .content-box p {
    width: 100%;
  }
  .page-content .content-box {
    margin-top: 30px;
    color: #4d4d4d;
  }
  .page-content .content-img {
    width: 100%;
    margin: 40px auto;
  }
  .page-content .content-img._large {
    width: 100%;
  }
  .page-content .content-img._left {
    float: none;
    padding: 0;
  }
  .page-content .content-img._right {
    float: none;
    padding: 0;
  }
  .page-content .content-img._pd {
    padding-bottom: 0;
  }
}


/*
  page-bg
------------*/

.page-bg .bg-img {
  overflow: hidden;
  height: 800px;
}
.page-bg .bg-img img {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: none;
}
.page-bg p {
  margin-top: 20px;
  padding: 0 80px;
  font-size: 12px;
}

@media screen and (max-width: 1800px) {
  .page-bg .bg-img img {
    width: auto;
    max-height: 1200px;
  }
}

@media screen and (max-width: 768px) {
  .page-bg .bg-img {
    height: 600px;
  }
  .page-bg .bg-img img {
    width: auto;
    height: calc(100% + 220px);
    min-height: 1px;
  }
  .page-bg p {
    padding: 0 5%;
  }
}


/*
  page-info
------------*/

.page-info .info-inner {
  width: 680px;
  margin: 0 auto 50px;
}
.page-info .info-box {
  margin-bottom: 60px;
  padding: 40px;
}
.page-info .info-box h2 {
  margin-bottom: 30px;
  font-size: 16px;
}
.page-info .info-box a {
  text-decoration: underline;
}
.page-info .info-profile {
  display: flex;
}
.page-info .info-profile + .info-profile {
  margin-top: 30px;
}
.page-info .info-profile .profile-img {
  width: auto;
}
.page-info .info-profile .profile-txt {
  width: 540px;
  margin-left: auto;
  font-size: 14px;
}
.page-info .info-profile .profile-name {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .page-info {
    padding: 0 5%;
  }
  .page-info .info-inner {
    width: 100%;
  }
  .page-info .info-box {
    margin-bottom: 55px;
  }
  .page-info .info-profile {
    display: block;
  }
  .page-info .info-profile + .info-profile {
    margin-top: 60px;
  }
  .page-info .info-profile .profile-img {
    width: 40%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .page-info .info-profile .profile-txt {
    width: 100%;
    padding: 0;
    font-size: 14px;
  }
}


/*------------
  gender
------------*/

/*
  gender-kv
------------*/

#gender-kv {
  background: url(../img/gender_kv.jpg) no-repeat center/cover;
}
#gender-kv .kv-insta {
  background: url(../img/instagram_bg02.png) no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  #gender-kv {
    background: url(../img/sp/gender_kv.jpg) no-repeat center/cover;
  }
}


/*
  gender-intro
------------*/

#gender-intro {
  background: #daa599;
}


/*
  gender-bg01
------------*/
/*
#gender-bg01 .bg-img {
  background: url(../img/gender_bg_pic01.jpg) no-repeat center top;
  background-size: auto calc(100% + 190px);
}

@media screen and (max-width: 768px) {
  #gender-bg01 .bg-img {
    background: url(../img/sp/gender_bg_pic01.jpg) no-repeat center top;
    background-size: auto calc(100% + 120px);
  }
}
*/


/*
  gender-bg02
------------*/
/*
#gender-bg02 .bg-img {
  background: url(../img/gender_bg_pic02.jpg) no-repeat center top/cover;
  background-size: auto calc(100% + 190px);
}

@media screen and (max-width: 768px) {
  #gender-bg02 .bg-img {
    background: url(../img/sp/gender_bg_pic02.jpg) no-repeat center top/cover;
    background-size: auto calc(100% + 120px);
  }
}
*/


/*
  gender-info
------------*/

#gender-info .info-box {
  border: 1px solid #daa599;
}


/*------------
  present
------------*/

/*
  present-kv
------------*/

#present-kv {
  background: url(../img/present_kv.jpg) no-repeat center/cover;
}
#present-kv .kv-insta {
  background: url(../img/instagram_bg03.png) no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  #present-kv {
    background: url(../img/sp/present_kv.jpg) no-repeat center/cover;
  }
  #present-kv .kv-ttl {
    color: #fff;
  }
}

/*
  present-intro
------------*/

#present-intro {
  background: #4b7aa0;
}


/*
  present-content
------------*/

#present-content .content-box {
  width: 680px;
  margin: 40px auto;
  counter-reset: number 0;
}
#present-content .content-box h2 {
  margin: 60px auto;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
}
#present-content .content-box p {
  width: 100%;
}
#present-content .content-box .box-single {
  margin: 40px auto 15px;
}
#present-content .content-box .box-single img {
  border: 1px solid #f2f2f2;
}
#present-content .content-box .box-single p {
  margin-top: 20px;
}
#present-content .content-box .box-flex {
  display: flex;
  justify-content: space-between;
  margin: 35px auto 0;
}
#present-content .content-box .box-block {
  width: 320px;
}
#present-content .content-box .box-block img {
  border: 1px solid #f2f2f2;
}
#present-content .content-box .box-indent {
  position: relative;
  margin-top: 20px;
  padding-left: 1rem;
}
#present-content .content-box .box-indent::before {
  counter-increment: number 1;
  content: counter(number) '';
  position: absolute;
  left: 0;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #present-content .content-box {
    width: 100%;
    margin: 35px auto;
  }
  #present-content .content-box h2 {
    margin: 40px auto;
  }
  #present-content .content-box .box-single {
    margin: 40px auto 30px;
  }
  #present-content .content-box .box-flex {
    display: block;
  }
  #present-content .content-box .box-block {
    width: 100%;
  }
  #present-content .content-box .box-block + .box-block {
    margin-top: 35px;
  }
}


/*
  present-info
------------*/

#present-info .info-box {
  border: 1px solid #4b7aa0;
}
#present-info .info-ttl {
  margin-bottom: 30px;
}


/*------------
  lgbtq
------------*/

/*
  lgbtq-kv
------------*/

#lgbtq-kv {
  background: url(../img/lgbtq_kv.jpg) no-repeat center/cover;
}
#lgbtq-kv .kv-insta {
  background: url(../img/instagram_bg04.png) no-repeat center/contain;
}
#lgbtq-kv .kv-name {
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  #lgbtq-kv {
    background: url(../img/sp/lgbtq_kv.jpg) no-repeat center/cover;
  }
  #lgbtq-kv .kv-ttl {
    color: #254a9e;
  }
}


/*
  lgbtq-intro
------------*/

#lgbtq-intro {
  background: #d37242;
}


/*
  lgbtq-bg01
------------*/

#lgbtq-bg01 .bg-img {
  background: url(../img/lgbtq_bg_pic01.jpg) no-repeat center top/cover;
  background-size: auto calc(100% + 190px);
}

@media screen and (max-width: 768px) {
  #lgbtq-bg01 .bg-img {
    background: url(../img/sp/lgbtq_bg_pic01.jpg) no-repeat center top/cover;
    background-size: auto calc(100% + 120px);
  }
}


/*
  lgbtq-bg02
------------*/

#lgbtq-bg02 .bg-img {
  background: url(../img/lgbtq_bg_pic02.jpg) no-repeat center top/cover;
  background-size: auto calc(100% + 190px);
}

@media screen and (max-width: 768px) {
  #lgbtq-bg02 .bg-img {
    background: url(../img/sp/lgbtq_bg_pic02.jpg) no-repeat center top/cover;
    background-size: auto calc(100% + 120px);
  }
}


/*
  lgbtq-info
------------*/

#lgbtq-info .info-box {
  border: 1px solid #d37242;
}
#lgbtq-info .info-live {
  margin-bottom: 30px;
}
#lgbtq-info .info-ttl {
  font-weight: bold;
}


/*------------
  sdgs
------------*/

/*
  sdgs-kv
------------*/

#sdgs-kv {
  background: url(../img/sdgs_kv.jpg) no-repeat center/cover;
}
#sdgs-kv .kv-insta {
  background: url(../img/instagram_bg05.png) no-repeat center/contain;
}
#sdgs-kv .kv-name {
  left: 50%;
  transform: translateX(-50%);
}
#sdgs-kv .kv-name .name-info {
  margin-bottom: auto;
}
#sdgs-kv .kv-name .name-center {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #sdgs-kv {
    background: url(../img/sp/sdgs_kv.jpg) no-repeat center/cover;
  }
  #sdgs-kv .kv-ttl {
    color: #daa599;
  }
}


/*
  sdgs-intro
------------*/

#sdgs-intro {
  background: #dcd0bf;
}
#sdgs-intro .intro-txt p + p {
  margin-top: 30px;
}


/*
  sdgs-content
------------*/

#sdgs-content + #sdgs-content .content-inner {
  margin: 0 auto 60px;
}
#sdgs-content .content-img._pd {
  padding-bottom: 55px;
}

@media screen and (max-width: 768px) {
  #sdgs-content + #sdgs-content .content-inner {
    margin: 0 auto 40px;
  }
  #sdgs-content .content-img._pd {
    padding-bottom: 0;
  }
}


/*
  sdgs-bg01
------------*/

#sdgs-bg01 .bg-img {
  background: url(../img/sdgs_bg_pic01.jpg) no-repeat center top/cover;
  background-size: auto calc(100% + 190px);
}

@media screen and (max-width: 768px) {
  #sdgs-bg01 .bg-img {
    background: url(../img/sp/sdgs_bg_pic01.jpg) no-repeat center top/cover;
    background-size: auto calc(100% + 120px);
  }
}


/*
  sdgs-bg02
------------*/

#sdgs-bg02 .bg-img {
  background: url(../img/sdgs_bg_pic02.jpg) no-repeat center top/cover;
  background-size: auto calc(100% + 190px);
}

@media screen and (max-width: 768px) {
  #sdgs-bg02 .bg-img {
    background: url(../img/sp/sdgs_bg_pic02.jpg) no-repeat center top/cover;
    background-size: auto calc(100% + 120px);
  }
}


/*
  sdgs-info
------------*/

#sdgs-info .info-box {
  border: 1px solid #dcd0bf;
}
#sdgs-info .info-live {
  margin-bottom: 30px;
}
#sdgs-info .info-ttl {
  font-weight: bold;
}