  @import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent
  }
body {
  line-height: 1;
  background-color: #fafaf0;
  overflow-x: hidden;
}

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

html {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-width: 320px;
  -webkit-overflow-scrolling: touch;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #505050;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
  background-color: #fafaf0;
  overflow-x: hidden;
}

ul,ol {
  list-style: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  -webkit-transition: .5s;
  transition: .5s;
  color: #505050;
}
p{
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #505050;
  font-size: 16px;
  font-feature-settings: "palt";
}
@media screen and (max-width:766px) {
p{
  font-weight: 300;
  line-height: 1.75;
}
}
a:hover {
  color: #f5826e;
  opacity: 0.8;
}

img {
  max-width: 100%
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.content-inner, .message-text, .flex_column{
  max-width: 900px;
}
.bg-pink{
  background-color: #ffebeb;
}
.dot-line {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dot-line::before { 
    background: radial-gradient(circle farthest-side, #f5826e,  #f5826e 30%, transparent 30%, transparent);
    background-size: 10px 10px;
    content: '';
    display: inline-block;
    height: 10px;
    width: 60%;
    background-position: center;
  }


.hero-title{
  max-width: 1358px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.hero-title img {
  display: block;
  margin: 0 auto;
}
.wmp-title{
  max-width: 576px;
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.worldmenopauseday{
  position: relative;
  padding-top: 150px;
}
.wmp-right{
  position: absolute;
  top:0;
  right: 0px;
  width: 30%;
}
.pickup_right{
  position: absolute;
  top: -47px;
  right: 0px;
  width: 35%;
}
.right{
  position: absolute;
  top: -25%;
  right: 8%;
  width: 30%;
}

.title{
  max-width: 300px;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 40px;
   position: relative;
}
.title-pink{
  color: #f5826e;
}
.message{
  padding-top: 150px;
  position: relative;
  }
.message-title{
  max-width: 300px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  width: 100%;
}
.msg-left{
  position: absolute;
  top: 100px;
  left: 30px;
  width: 30%;
}
.message-text{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 100;
}

.left{
  position: absolute;
  left: 0px;
  top: 40px;
  width: 30%;
}

.content-text{
  max-width: 800px;
  font-size: 22px;
  text-align: center;
  align-items: center;
  margin: 45px auto 0px;
  line-height: 2.5;
}
.pc-none{
  display: none;
}
.sp-none{
  display: block;
}
@media screen and (max-width:766px) {
  .content-text{
    font-size: 16px;
    line-height: 2;
    text-align: center;
  }
  .worldmenopauseday{
    padding-top: 60px;
  }
  .msg-left{
    top: 150px;
    left: -27px;
    width: 30%;
  }
 .wmp-right {
    top: -7%;
  } 
  .wmp-title{
  width: 80%;
}
.message-title{
  width: 50%;
}
}
@media screen and (max-width:500px) {
  .sp-none{
    display: none;
  }
  .content-text{
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
  }
  .msg-left{
  top: 180px;
}
.wmp-right {
  top: -2%;
  width: 40%;
} 
}

.content-inner{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-around;
  align-items: flex-end;
  position: relative;
}

/* aタグの設定 */
.content-inner a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.content-flex__column{
  max-width: 340px;
  font-size: 16px;
  line-height: 1.75;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: left;
  padding-right: 20px;

}
.pickup_img{
  display: block;
  max-width: 520px;
  height: auto;
  z-index: 10;
}
.readmore{
  display: block;
  width: 94px;
  height: auto;
}

@media screen and (max-width:900px){
  .content-flex__column{
    font-size: 14px;
    line-height: 1.5;
   }
   .right{
    position: absolute;
    top: -15%;
    right: 3%;
    width: 30%;
  }
  }
@media screen and (max-width:766px){
  .content-inner{
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    align-items: center;
  }
  .content-flex__column{
   max-width: 540px;
   font-size: 16px;
   padding-right: 0px;
   line-height: 1.75;
  }
  .pickup_img{
    margin-bottom: 20px;
  }
  .readmore{
    width: 80px;
  }
  .pickup_right {
    top: -5px;
    right: -13%;
    width: 40%;
  }
.left {
  position: absolute;
  left: -50px;
  top: 40px;
  width: 40%;
}
.right{
  position: absolute;
  top: -10%;
  right: 0%;
  width: 30%;
}
}


.swiper-container {
  margin-inline: auto;
  max-width: 1080px;
  position: relative;
}

.swiper{
  max-width: 900px!important;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide img{
  height: auto;
  width: 100%;
}

.color_black{
  font-size: 16px;
  margin-top: 10px;
  text-align: start;
  line-height: 1.5;
}

.flex_end{
  display: flex;
  margin-left: auto;
  flex-direction: column;
  margin-right: auto;
}

.slide-flex{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.swiper-button-next:after, .swiper-button-prev:after{
  color: #f5826E;
}

.swiper-button-prev{
  top:50%;
  left: -60px;
}
.swiper-button-next{
  top:50%;
  right: -60px;
} 

@media screen and (max-width:766px){
  .swiper-slide img{
    width: 90%;
  }
  .swiper-button-prev{
    top:40%;
    left: -20px;
  }
  .swiper-button-next{
    top:40%;
    right: -20px;
  }
  .slide-flex{
    align-items: center;
  }
  .color_black{
    font-size: 20px;
    margin-top: 10px;
    font-weight: bold;
    width: 90%;
  }
}
  
@media screen and (max-width:510px){
  .swiper-button-prev{
    top:30%;
    left: -20px;
  }
  .swiper-button-next{
    top:30%;
    right: -20px;
  }
  .color_black{
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
  }
}
.bg-yellow{
  background-image: url(../img/bg-slide_gld.webp);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 340px;
  height: 1860px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: -160px;
}

.flex_column{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.sponsor-logo{
  max-width: 339px;
    height: auto;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 34px;
    margin-bottom: 40px;
}
.sponsor-text{
  font-size: 18px;
  line-height: 1.75;
  max-width: 893px;
}

.pickup{
  padding-top: 0px;
  margin-bottom: 60px;
  position: relative;
}
.select-slider{
  padding-top: 60px;
  position: relative;
}
  .sponsor{
    padding-top: 0px;
    padding-bottom: 180px;
    position: relative;
    margin-top: -100px;
  }
  .worldmenopauseday, .bg-yellow, .sponsor{
    padding-left: 10%;
    padding-right: 10%;
  }


  @media screen and (max-width:766px) {
    .worldmenopauseday{
      padding-left: 5%;
      padding-right: 5%;
    }
    .sponsor{
      padding-bottom: 110px;
      position: relative;
    }
    .bg-yellow {
      padding-top: 380px;
      height: 2300px;
      margin-top: -100px;
    }

    .sponsor-text{
      font-size: 16px;
    }
    .sponsor-logo{
      max-width: 280px;
      width: 90%;
    } 
    .title-pink{
      font-size: 20px;
      font-weight: bold;
      color: #f5826e;
      margin-top: 10px;
      margin-bottom: 15px;
    }
  }

  @media screen and (max-width:600px) {
    .bg-yellow {
      height: 2100px;

    }
  }
  @media screen and (max-width:500px) {
    .bg-yellow {
      height: 2000px;

    }
  }
  @media screen and (max-width:450px) {
    .bg-yellow {
      height: 2000px;

    }
  }
  @media screen and (max-width:400px) {
    .bg-yellow {
      height: 1900px;

    }
  }

@media screen and (max-width:766px) {
  .title-pink{
    line-height: 1.5;
  }
}