@charset "UTF-8";

@import url(base_wegovy.css);


/************/

/*** basement ***/
html {
  background-color: #FFFFFF;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #222222;
}

a {
  color: #00609D;
}

a:hover, a:active, a:focus {
  color: #007CCB;
}

.inner {
	max-width: 840px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

@media screen and (max-width: 480px) {
.inner {
	padding: 0 4vw;
}
}


/*** header ***/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px 0 30px;
	z-index: 200;
	transition-duration: 0.3s;
}

header div.inner {
  max-width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header h1.logoHeader {
}

/* scrolled (is-animation) */
body.is-animation header {
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 1px 4px rgba(0,0,0,0.3);
	transition-duration: 0.3s;
}

@media screen and (max-width: 768px) {
header {
	padding: 15px 0;
}

header div.inner {
	display: block;
}

header h1.logoHeader {
  max-width: 200px;
}
}


/*** navigation ***/
/* navi button (mobile) */
@media screen and (max-width: 768px) {
#menubtn {
	display: block;
  position: absolute;
  top: 20px;
  right: 10px;
	padding: 8px 8px 6px;
	cursor: pointer;
	z-index: 30;
}
#menubtn:hover {
}
#menubtn:focus {
	outline: none;
}
#menubtn i {
	color: #85C2E7;
	font-size: 18px;
}
#menubtn span {
	display: inline-block;
	text-indent: -9999px;
	background-color: #3EA0DB;
}
#menubtn:hover span {
	background-color: #85C2E7;
}
#menubtn .active span {
	background-color: #FFFFFF;
}
}

@media screen and (min-width: 769px) {
#menubtn {
	display: none;
}
}

/* navi (mobile) */
@media screen and (max-width: 768px) {
#header-menu-main, #header-menu-sub {
	display: none;
}
#header-menu-main {
	position: fixed;
	top: 0;
  left: 0;
	width: 100%;
  height: 100vh;
	padding: 70px 0 100px;
	background-color: #85C2E7;
	z-index: 20;
}
#header-menu-main ul {
  height: calc(100vh - 150px);
	display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#header-menu-main li {
	text-align: center;
}
#header-menu-main li a {
  display: block;
  color: #FFFFFF;
	font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
	text-decoration: none;
}
#header-menu-main li a:hover {
  color: #EDF7FD;
}
#header-menu-main li.naviReserve a {
  padding: 0.4em 0.5em;
  color: #3EA0DB;
  background-color: #FFFFFF;
  border-radius: 1.4em;
}
#header-menu-main li.naviCorpHome a {
  font-family: "Cinzel", serif;
  font-size: 0.8rem;
}
#header-menu-main li.naviCorpHome a span {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
#header-menu-main li.naviCorpHome a i {
  margin: 0 0 0 0.5em;
}
}

@media screen and (min-width: 769px) {
#header-menu-main {
	display: none!important;
}
}

/* navi (global) */
@media screen and (max-width: 768px) {
#header-menu-main {
	display: none;
}
}

@media screen and (min-width: 769px) {
#naviGlobal {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#header-menu-main {
	display: block!important;
}
#header-menu-main ul {
	display: flex;
  flex-wrap: wrap;
	justify-content: flex-end;
  align-items: center;
  gap: 1.2em;
  margin: 0 0 0 1vw;
	padding: 1em 1.2em;
  background-color: #85C2E7;
  border-radius: 30px;
}
#header-menu-main li {
	text-align: center;
}
#header-menu-main li a {
  color: #FFFFFF;
	font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
	text-decoration: none;
}
#header-menu-main li a:hover {
  color: #EDF7FD;
}
#header-menu-main li.naviReserve, 
#header-menu-main li.naviCorpHome {
  display: none;
}
li.naviReserve a {
  display: block;
  padding: 0.4em 0.5em;
  color: #3EA0DB;
  background-color: #FFFFFF;
  border: 2px solid;
  border-color: #85C2E7;
  border-radius: 1.4em;
}
li.naviReserve a:hover {
  background-color: #EDF7FD;
}
li.naviCorpHome a {
  display: block;
  padding: 0.4em 0.5em;
  font-family: "Cinzel", serif;
  color: #FFFFFF;
  background-color: #3EA0DB;
  border: 2px solid;
  border-color: #3EA0DB;
  border-radius: 1.4em;
}
li.naviCorpHome a:hover {
  color: #EDF7FD;
}
#header-menu-sub ul {
	display: flex;
  flex-wrap: wrap;
	justify-content: flex-end;
  align-items: center;
  gap: 0.6em;
  margin: 0 10px 0 1vw;
}
#header-menu-sub li a {
	font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
	text-decoration: none;
}
#header-menu-sub li a:hover {
}
}

/*
@media screen and (min-width: 769px) and (max-width: 1180px) {
#header-menu-main ul {
  gap: 1.5vw;
  padding: 0 0 0 1.5vw;
}
#header-menu-main li a {
	font-size: 1.1vw;
}
}
*/


/*** footer ***/
footer {
  padding: 40px 0 40px;
  background-color: #85C2E7;
}

footer .inner {
	display: flex;
	flex-direction: column;
	align-items: center;
}

footer h2 {
  margin: 0 0 20px;
}

footer p.copyright {
  color: #FFFFFF;
	font-size: 0.85rem;
	line-height: 1.3;
  font-weight: 700;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
}


/*** scrolltop ***/
p.pagetop {
	display: none;
	position: fixed;
	bottom: 45px;
	right: 0;
	z-index: 100;
}

@media screen and (max-width: 768px) {
p.pagetop {
	bottom: 35px;
}
}

p.pagetop a {
	display: flex;
	flex-direction: column;
	align-items: center;
  justify-content: center;
  width: 60px;
  height: 48px;
	color: #FFFFFF;
	font-size: 0.8rem;
	background-color: #3EA0DB;
}

p.pagetop a:hover {
  background-color: #85C2E7;
}

p.pagetop a i {
	display: block;
	font-size: 130%;
}



/*** structure (each content) ***/
.page {
	position: relative;
}

#wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
	min-height: 100vh;
	padding: 130px 0 0;  /* notice header padding */
}

@media screen and (max-width: 768px) {
#wrapper {
	padding: 76px 0 0;  /* notice header padding */
}
}

.main {
	padding: 0 20px 50px;
}

@media screen and (max-width: 480px) {
.main {
	padding: 0 4vw 50px;
}
}

/* button */
p.btn {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
	font-size: 1.25rem;
  font-weight: 700;
}

p.btn a {
	display: block;
  max-width: 400px;
  width: 100%;
	padding: 1em 2em;
  color: #FFFFFF;
  text-align: center;
	background-color: #85C2E7;
  border-radius: 16px;
  box-shadow: 0 -10px 10px rgba(0,0,0,0.15) inset;
}

p.btn a:hover {
	background-color: #94C9E9;
  box-shadow: none;
}

p.btn i {
	padding: 0 0 0 1em;
}



/*** content ***/
section {
  padding: 80px 0;
}

section .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section h2.titleMiddle {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 1em;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

@media screen and (max-width: 580px) {
section h2.titleMiddle {
  font-size: 5.2vw;
}
}

section h2.titleMiddle span {
  margin: 0 0 0.8em;
  color: #3EA0DB;
  font-size: 80%;
}

section h2.titleSub {
  margin: 0 0 2em;
  color: #3EA0DB;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

section p:not(.btn), section li, section dt, section dd {
  letter-spacing: 0.1em;
  text-align: justify;
}

section p.notice {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.2em 1em;
  color: #FFFFFF;
  font-size: 1rem!important;
  font-weight: 700;
  line-height: 1.5!important;
  text-align: center;
  background-color: #3EA0DB;
  border-radius: 10px;
}

section p.notice span {
  max-width: 640px;
}

section p.notice i {
  font-size: 150%;
  margin: 0 0.3em 0 0;
  vertical-align: -0.1em;
}

section sup {
  font-size: 75%;
}

/* header */
section.headerWegovy {
  padding: 40px 0 80px;
}

section.headerWegovy .innerWide {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
  background-image: url(img/wegovy/mascot.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}

@media screen and (max-width: 1080px) {
section.headerWegovy .innerWide {
  background-position: right 10px top 6.5vw;
}
}

@media screen and (max-width: 768px) {
section.headerWegovy .innerWide {
  background-position: right 10px top 90px;
  background-size: 24vw auto;
}
}

@media screen and (max-width: 560px) {
section.headerWegovy .innerWide {
  background-position: right 10px top 16vw;
  background-size: 24vw auto;
}
}

section.headerWegovy h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 2.5em;
  color: #3EA0DB;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}

@media screen and (max-width: 560px) {
section.headerWegovy h2 {
  font-size: 4.5vw;
}
}

section.headerWegovy h2 span.lead {
  margin: 0 0 1em;
  padding: 0 0.4em 0.1em;
  font-size: 100%;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  border-bottom: 1px solid;
}

section.headerWegovy h2 span.lead span {
  font-size: 125%;
}

section.headerWegovy h2 span.sub {
  font-size: 1.8rem;
  font-size: 115%;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

section.headerWegovy h2 span.sub span {
  font-size: 165%;
}

section.headerWegovy h2 span.title {
  display: inline-block;
  font-size: 130%;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
}

section.headerWegovy h2 span.title span {
  display: inline-block;
}

section.headerWegovy h2 span.title span:not(:last-of-type) {
  font-size: 135%;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
}

section.headerWegovy h2 span.title span:nth-of-type(-n+2) span {
  line-height: 1.3;
  background: linear-gradient(to bottom, transparent 70%, #EDF7FD 70%);
}

section.headerWegovy h2 span.title span:last-of-type {
  line-height: 2.2;
}

section.headerWegovy p {
  margin: 0 0 2em;
  font-size: 1.125rem;
  line-height: 2;
}

section.headerWegovy p:not(.notice) span {
  font-weight: 700;
  border-bottom: 1px solid;
}

/* about */
section.aboutWegovy {
  background-color: #EDF7FD;
}

section.aboutWegovy p:first-of-type {
  margin: 0 0 2em;
  font-size: 1rem;
  line-height: 2;
}

section.aboutWegovy .obesity {
  margin: 0 0 40px;
  padding: 1em 2.5em;
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: #707070;
}

section.aboutWegovy .obesity h3 {
  margin: 0 0 0.5em;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

section.aboutWegovy .obesity p {
  margin: 0;
  font-size: 1rem;
  line-height: 2;
}

section.aboutWegovy p.notice {
  margin: 0 0 60px;
}

section.aboutWegovy h2.titleSub {
  margin: 0 0 1em;
}

section.aboutWegovy .condition {
}

section.aboutWegovy .condition p {
  margin: 0 0 2em;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
}

section.aboutWegovy .condition ul {
  margin: 0 0 3em;
}

section.aboutWegovy .condition li {
  margin: 0 0 1.5em;
  padding: 1em 2.5em 1em 3em;
  color: #3EA0DB;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
  background-color: #FFFFFF;
  border: 2px dotted;
  border-color: #85C2E7;
  border-radius: 20px;
  background-image: url(img/wegovy/leader.svg);
  background-repeat: no-repeat;
  background-position: 2em 1.75em;
}

section.aboutWegovy .disorder {
  margin: 0 0 20px;
}

section.aboutWegovy .disorder h3 {
  margin: 0 0 0.5em;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

section.aboutWegovy .disorder p {
  font-size: 0.85rem;
}

/* effect */
section.effectWegovy {
}

section.effectWegovy p:first-of-type {
  margin: 0 0 1em;
  font-size: 1.125rem;
  line-height: 2;
}

section.effectWegovy p:nth-of-type(2) {
  margin: 0 0 2em;
  font-size: 1.125rem;
  line-height: 2;
}

section.effectWegovy p:nth-of-type(3) {
  margin: 0 0 1em;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
}

section.effectWegovy p:last-of-type {
  margin: 0 0 1em;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
}

section.effectWegovy ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc((100% - 660px) / 2);
  margin: 0 0 1em;
}

@media screen and (max-width: 768px) {
section.effectWegovy ul {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
}

section.effectWegovy li {
  width: 220px;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #3EA0DB;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  background-color: #EDF7FD;
  border: 3px dashed;
  border-color: #3EA0DB;
  border-radius: 50%;
}

/* step */
section.stepWegovy {
  background-color: #D2EBFA;
}

section.stepWegovy dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 30px;
}

section.stepWegovy dt {
  max-width: 230px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5em 1em;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  color: #FFFFFF;
  background-color: #3EA0DB;
  border-radius: 10px;
  z-index: 20;
}

section.stepWegovy dd {
  position: relative;
  max-width: 620px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: -1.2em 0 60px;
  padding: 2em 1.5em 1.5em;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  background-color: #FFFFFF;
  border-radius: 20px;
  z-index: 10;
}

section.stepWegovy dd:not(:last-of-type)::after {
  position: absolute;
  bottom: -55px;
  content: url(img/wegovy/arrow_step.svg);
  z-index: -10;
}

section.stepWegovy dd span {
  font-size: 85%;
  font-weight: 500;
}

/* attention */
section.attentionWegovy {
}

section.attentionWegovy p:first-of-type {
  margin: 0 0 2em;
  font-size: 1.125rem;
  line-height: 2;
}

section.attentionWegovy ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc((100% - 660px) / 2);
  margin: 0 0 3em;
}

@media screen and (max-width: 768px) {
section.attentionWegovy ul {
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
}

section.attentionWegovy li {
  width: 220px;
  height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #707070;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
}

section.attentionWegovy li:first-of-type {
  background-image: url(img/wegovy/bg_attention001.svg);
}

section.attentionWegovy li:nth-of-type(2) {
  background-image: url(img/wegovy/bg_attention002.svg);
}

section.attentionWegovy li:last-of-type {
  background-image: url(img/wegovy/bg_attention003.svg);
}

section.attentionWegovy .caution {
  max-width: 660px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5em 1.5em;
  background-color: #FFFFFF;
  border: 2px dashed;
  border-color: #707070;
  border-radius: 20px;
}

section.attentionWegovy .caution h3 {
  margin: -2.25em 0 1em;
  padding: 0 1em;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  background-color: #FFFFFF;
}

section.attentionWegovy .caution p {
  margin: 0;
  font-size: 1rem;
  line-height: 2;
}

/* faq */
section.faqWegovy {
  background-color: #FAF6F2;
}

section.faqWegovy dl {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.faqWegovy dt {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5em 2em;
  color: #3EA0DB;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
  background-color: #FFFFFF;
  border-bottom: 2px dashed;
  border-color: #D2EBFA;
  border-radius: 30px 30px 0 0;
}

section.faqWegovy dt span::before {
  content: "Q.";
  margin: 0 0.4em 0 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 110%;
}

section.faqWegovy dd {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5em 2em;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0;
  background-color: #FFFFFF;
  border-radius: 0 0 30px 30px;
}

section.faqWegovy dd span::before {
  content: "A.";
  margin: 0 0.4em 0 0;
  color: #D1CFCF;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 123%;
}

section.faqWegovy dd:not(:last-of-type) {
  margin: 0 0 20px;
}

/* feature */
section.featureWegovy {
}

section.featureWegovy ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 30px;
}

section.featureWegovy li {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 30px;
  padding: 0.6em 3em 1.2em;
  color: #3EA0DB;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
  text-indent: 0.1em;
  background-color: #EDF7FD;
  border-radius: 40px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}

section.featureWegovy li span::before {
  content: url(img/wegovy/checkbox.svg);
  margin: 0 0.75em 0 0;
  vertical-align: bottom;
}

section.featureWegovy p:not(.btn) {
  margin: 0 0 60px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
  text-indent: 0.1em;
  text-align: center;
}



/*** button shape ***/
.menu-trigger, .menu-trigger span {
	display: inline-block;
}

.menu-trigger {
	position: relative;
	width: 20px;
	height: 17px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	border-radius: 3px;
	transition: all .4s;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 7px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(7px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-7px) rotate(45deg);
}

/*** wp-pagenavi ***/
.wp-pagenavi {
	clear: both;
	font-size: 0.8rem;
	text-align: center;
}
.wp-pagenavi span {
	margin: 0 5px;
	padding: 0.6em 0.9em;
	color: #FFFFFF;
	border: 1px solid;
	border-color: #BCBCBC;
	background-color: #BCBCBC;
  border-radius: 30px;
}
.wp-pagenavi span.extend {
}
.wp-pagenavi span.current {
}
.wp-pagenavi span.pages {
}
.wp-pagenavi a {
	margin: 0 5px;
	padding: 0.6em 0.9em;
	color: #232323;
	border: 1px solid;
	border-color: #BFDFFF;
	background-color: #BFDFFF;
  border-radius: 30px;
}
.wp-pagenavi a:hover {
	color: #232323;
	background-color: rgba(191,223,255,0.5);
}

/*** navigation ***/
.navigation {
	clear: both;
	text-align: center;
}
.navigation span {
	padding: 0.6em 0.9em;
	color: #FFFFFF;
	font-size: 0.9rem;
	border: 1px solid;
	border-color: #BCBCBC;
	background-color: #BCBCBC;
  border-radius: 30px;
}
.navigation a {
	padding: 0.6em 0.9em;
	color: #232323;
	font-size: 0.9rem;
	border: 1px solid;
	border-color: #BFDFFF;
	background-color: #BFDFFF;
  border-radius: 30px;
}
.navigation a:hover {
	color: #232323;
	background-color: rgba(191,223,255,0.5);
}
.navigation div.alignleft {
	float: left;
	margin: 0 5px 0 0;
}
.navigation div.alignright {
	float: right;
	margin: 0 0 0 5px;
}


/*** not found ***/
section.notfound {
}

section.notfound p.btn {
	text-align: center;
}


/*** underconstruction ***/
p.underconstruction {
	padding: 150px 0;
	color: #FFFFFF;
	font-size: 120%;
	line-height: 1.5;
	text-align: center;
	background-color: #ABABAB;
}

