<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* PC向けおよび大型タブレット向けのレイアウトの指定：961px～1160px */
@media only screen and (min-width:961px) and (max-width:1160px){
.slideBox {
    height: 64vw;
}
header ul {
    margin-right: 1em;
}
#img1,#img2 {
    max-width: 373px;
    width: 44vh;
}
#share-qa section p {
    margin-right: -10px;
}
#topInfo {
    padding: 0 1em 147px;
    box-sizing: border-box;
}
#topCharacter {
	margin-right: 0;
}
#topTwitter {
    width: calc(100% - 647px);
    max-width: 100%;
}
.character {
    margin-right: 0;
}
}

/* PC向けおよび大型タブレット向けのレイアウトの指定：960px～1032px */
@media only screen and (min-width:960px) and (max-width:1032px){
.more-about,.more-aboutImg {
    width: calc(50% - 1em);
}
.more .more-about,
.more #more-aboutImg,
.more #more-aboutImg img{
    margin: 0 auto;
}
}

/* PC向けおよび大型タブレット向けのレイアウトの指定：471px～1120px */
@media only screen and (min-width:471px) and (max-width:1120px){
.item1 {
    height: auto;
}
h3#logo {
    top: 15vw;
    max-height: 200px;
    bottom: 0;
    margin: 0 auto;
}
h3#logo img {
    max-width: 350px;
    width: 30vw;
}
}

/* PC向けおよび大型タブレット向けのレイアウトの指定：471px～960px */
@media only screen and (min-width:471px) and (max-width:960px){
.item1 {
    top: 59px;
}
}

/* PC向けおよび大型タブレット向けのレイアウトの指定：1px～960px */
@media only screen and (min-width:1px) and (max-width:960px){
/*==========================================
 body
===========================================*/
body {
	min-width: 100%;
	text-align: center;
	width: 100%;
}

/*==========================================
Menu
===========================================*/    
nav.NavMenu {
position: fixed;	/*表示位置を固定*/
z-index: 10;		/*重ね順を変更*/
top: 0;		/*表示位置を指定*/
left: 0;	/*表示位置を指定*/
background: #F9E5E7;
color: #000;	/*文字色を黒にする*/
text-align: center;		/*テキストを中央揃え*/
width: 100%;	/*全幅表示*/
transform: translateX(100%);	/*ナビを上に隠す*/
height: 100vh;
display: inherit;
}

/*トグルボタンが押されたときに付与するクラス*/
nav.NavMenu.active{
transform: translateX(3%);
transition: all 0.6s;	/*アニメーションの時間を指定*/
}
/*トグルを閉じる操作をしたら付与するクラス*/
nav.NavMenu.off{
transition: all 0.6s;	/*アニメーションの時間を指定*/
}

/*トグルボタンのスタイルを指定*/
.Toggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 11;
    background-color: #F9E5E7;
}
 
.Toggle span {
display: block;
position: absolute;
width: 26px;
border-bottom: solid 2px #F29BAE;
-webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
-moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
transition: .35s ease-in-out;
top: 0px;
left: 17px;
}
 
.Toggle span:nth-child(1) {
    top: 17px;
}
 
.Toggle span:nth-child(2) {
    top: 26px;
}
 
.Toggle span:nth-child(3) {
    top: 35px;
}
 
/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
    top: 26px;
    left: 17px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 2px #808080;
}
 
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 26px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 2px #808080;
}


/*==========================================
Other
===========================================*/
body {
    background-image: none;
}

header {
    position: fixed;
    width: 100%;
    z-index: 11;
	}

header h1 {
max-width: 52px;
width: 100%;
    margin-left: 13px;
    margin-top: 6px;
    margin-bottom: 4px;
	}
    
.NavMenu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.NavMenu ul {
display: block;
}

#spcp {
    padding-left: 12px;
    padding-top: 20px;
    padding-bottom: 17px;
}

.NavMenu ul li {
    border-top: 1px solid #FFFFFF;
    margin-left: 0px;
    font-size: 0.938em;
}

.NavMenu ul li a {
    padding-top: 20px;
    padding-right: 17px;
    padding-bottom: 17px;
    padding-left: 17px;
}

#spcp {
    display: inherit;
}

#spCopy {
display: flex;
flex-direction:column;
text-align: left;
padding-left: 17px;
padding-right: 17px;
}

#spCopyright {
    color: #666666;
    font-size: 0.625em;
    padding-top: 17px;
    padding-bottom: 30px;
}

.slideBox {
    height: 60vw;
    max-height: 580px;
    overflow: hidden;
    position: relative;
    background-color: #FFFFFF;
}

#campaignTit {
    top: 82px;
    max-width: 328px;
width: 100%;
}

#logo {
    /*bottom: 30px;*/
	top:120px;
	max-width: 280px;
	width: 100%;
  }

#img1 {
	max-width: 300px;
    width: 100%;
    position: relative;
    margin: 0 auto 45px;
}

#img2 {
   position: static;
    left: 0px;
    bottom: 0px;
    z-index: 0;
}

#topInfo-inner {
display: block;
}

#topTwitter {
    max-width: 100%;
}

#topTwitter-tit {
justify-content: center;
}

#twitter aside {
    display: inherit;
}

#topTwitter-tit aside {
    display: none;
}

#topTwitter-tit h2 {
    margin-right: 0px;
}

#twitter {
    background-image: url(../images/bg2.jpg);
    background-repeat: repeat;
    background-position: center top;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 25px;
    margin-bottom: 36px;
}

#tw {
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 20px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    background-color: #FFFFFF;
}

#topCharacter {
    margin-right: 0px;
    max-width: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#share-qa {
    display: block;
}

#share-qa section {
   max-width: 340px;
width: 100%;
margin-left: auto;
margin-right: auto;
}

#bottomBlock-inner__hosting {
display: block;
}

.hosting,
.sp-sponsor {
    display: block;
}

.hosting p,
.sp-sponsor p {
    margin-right: 0px;
}

.sponsor {
display: block;
}

.sponsor p {
    margin-bottom: 25px;
}

.sponsor ul {
    justify-content: center;
    margin-bottom: 30px;
}

.sponsor ul li {
width : 25%;
}
.sponsor.sponsor20230907 ul li {
    width: 25%;
}

.sponsor ul li img{
width : 92%;
}


.support {
display: block;
}

.support ul {
    display: block;
    text-align: center;
}

.support p {
    margin-bottom: 15px;
}

.support ul li {
    text-align: center;
    margin-right: 0px;
    margin-bottom: 7px;
}

.support ul li#yamanashi,
.support ul li#kofu {

    margin-right: 0px!important;
    font-weight: 500;
}

.supervision {
    display: block;
    margin-top: 25px;
}

.supervision p {
    margin-right: 0px;
    margin-bottom: 10px;
}

.supervision aside span {
    margin-left: 0px;
    display: block;
}

footer {
    background-color: #F9E5E7;
}

.subpage footer {
    position: relative;
    top: 124px;
}

.character {
    max-width: 360px;
}

.character figure {
    max-width: 360px;
}

.entry-content {
    position: relative;
    top: 124px;
    padding-top: 0;
}

.pcImg2 {
display: none;
}

.spImg2 {
    display: inherit;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.pagu {
    margin-top: 40px;
    background-image: url(../images/pagu.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 90px;
    margin-bottom: 30px;
}

#pagu {
    background-image: none;
}

#hpv {
    display: block;
}

#flow {
    margin-top: 40px;
}

#hpv {
    display: block;
}

#hpvTit {
    max-width: 330px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

#hpvTit h3 {
    font-size: 1.5em;
}

.blueBox-inner {
display: block;
}

.blueBox-inner section {
    width: 100%;
}

.graph {
    width: auto;
    padding-left: 0px;
    margin-top: 40px;
}

.more {
    display: block;
}

.more-about_inner p br {
    display: none;
}

#about_img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#more-aboutImg {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}

#more-aboutImg table {
    margin-bottom: 50px;
}

.more-about_inner p {
        padding-left: 0px;
}

.more-about_inner h3 {
    font-size: 1.5em;
    padding-left: 110px;
    background-size: 100px auto;
}

#titStyle {
    padding-top: 20px;
    padding-bottom: 25px;
}

.titStyle2 {
    background-image: none;
}

.hanaImg {
    background-image: url(../images/about_img3.png);
    background-repeat: no-repeat;
    background-position: left top;
    width: 123px;
    height: 82px;
    position: absolute;
    right: 20px;
    top: -40px;
}

#hana,
#hana2 {
    position: relative;
}

#hana2 {
    background-image: none;
}

#aboutBlock {
max-width: 100%;
width:100%;
}

#about-last p {
    padding-right: 0px;
}

#voiceTit img {
    display: none;
}
}

@media only screen and (max-width:768px){
/*==========================================
 Other
===========================================*/

.item2 {
    padding-top: 60px;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btnStyle a {
padding-left: 15px;
    padding-right: 15px;
    display: block;
}

.voice {
margin-bottom: 60px;
    margin-left: 15px;
    margin-right: 15px;
}

#listTit {
    font-size: 1.8em;
}

#listTit img {
    width: 120px;
    height: auto;
}

.tableWrapper {
    overflow-x: scroll;
    padding: 0 0 1em;
}

#listBlock .tableWrapper table th{
	white-space: nowrap;
    text-align: left;
}
#listBlock .tableWrapper table td{
    white-space: nowrap;
    padding: 0 1em;
    text-align: left;
}
#listBlock .tableWrapper table td:lastchild{
	white-space: nowrap;
    text-align: right;
}
.first{
color: #9b9b9b!important;
margin-bottom: 10px;
}




}

@media only screen and (max-width: 640px){
/*==========================================
 幅640px以下から ヘッダー等微調節
===========================================*/
#spcp {
    max-width: calc(100% - 90px);
}

.sponsor ul li {
width : 50%;
margin-bottom: 40px;
}
.sponsor.sponsor20230907 ul li {
width : 50%;
margin-bottom: 40px;
}
.sponsor ul li img{
width : 86%;
}




}

@media only screen and (max-width: 470px){
/*==========================================
 幅470px以下から ヘッダー等微調節
===========================================*/
.sponsor ul li {
width : 100%;
}
.sponsor.sponsor20230907 ul li {
width : 100%;
}
.sponsor ul li img{
width : 86%;
}



.spImg {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#listTit {
    display: block;
    font-size: 1.4em;
    background-image: url(../images/list_img.png);
    background-position: right bottom;
    background-size: 120px auto;
    background-repeat: no-repeat;
    padding-bottom: 60px;
}

#listTit br {
    display: none;    
}

#listTit img {
    display: none;
}

#listTit span {
   display: block;
}

.voice {
width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

#listTit span {
    background-image: url(../images/fukidashi2.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 45px;
    padding-top: 0px;
    margin-top: 40px;
    padding-bottom: 0px;
    background-size: 35px auto;
}


#voiceTit span {
    background-image: url(../images/fukidashi2.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 45px;
    padding-top: 0px;
    margin-top: 40px;
    padding-bottom: 0px;
    background-size: 35px auto;
}

#voiceTit {
    text-align: left;
    font-size: 1.5em;
    background-image: url(../images/voice_img.png);
    background-repeat: no-repeat;
    background-position: right 18px;
    background-size: 95px auto;
}

.blueBox h3 {
    text-align: center;
     font-size: 1.5em;
}

.pink_td {
font-size: 0.7em;
}

.blue_td {
 font-size: 0.7em;
}

.gray {
   font-size: 0.7em;
}

.graph {
    background-image: url(../images/pagu2.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-bottom: 100px;
    background-size: 90px auto;
}

.blueBox {
    border-radius: 30px;
    padding-top: 30px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}

.shareTit {
display: flex;
flex-direction:column;
}

.shareTit p {
    position: relative;
    bottom: 20px;
}

.btnStyle2 a {
    font-size: 1em;
    padding-left: 15px;
    padding-right: 15px;
}

.btnStyle {
    font-size: 1em;
    margin-top: 15px;
}

.flow-inner dl dt {
    font-size: 1.3em;
}

.flow-inner dl dd {
    font-size: 1em;
}

.flow-inner dl dd br {
    display: none;
}

.flow-inner dl {
    margin-bottom: 20px;
}

.flow-inner dl:last-child {
    margin-bottom: 0px!important;
}

.first {
font-size: 1.3em!important;
}

.flowList-contents h3 {
    margin-right: 15px;
}

.flow-inner aside {
    margin-right: 15px;
    margin-right: 15px;
}

#flow {
    background-image: url(../images/hana.png);
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 40px;
    background-size: 50px auto;
}

.commTit {
    font-size: 1.5em;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sub_tit {
    text-align: center;
    margin-bottom: 20px;
}

#copy {
font-size: 0.5em;
}

footer ul li {
margin-left: 15px;
    margin-right: 15px;
	}
    

#share-qa section p {
    margin-right: -30px;
    width: calc(100% - 30px);
}

#topCharacter h2 {
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.character dl {
    width: 96%;
    margin: 0 auto;
}

.character dl dd {
    text-align: left;
}

#share-tit h2 {
        max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#img2 {
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#topAbout p {
    font-size: 0.750em;
}

.fontStyle {
    font-size: 0.938em!important;
	letter-spacing: 1px;
}

.spImg {
    display: inherit;
}

.pcImg {
    display: none;
}

#spcp {
width: 100%;
}

#topAbout h2 {
    text-align: center;
}

nav.NavMenu {
    padding-bottom: 70px!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.spbr2 {
    display: inherit;
}

#flow {
    margin-top: -20px;
}

.spbr {
    display: inherit;
}

.commList li {
    margin-bottom: 5px;
}

#hpvTit {
    max-width: 330px;
}

#hpvTit h3 {
    font-size: 1.2em;
}

.hanaImg {
    right: 0px;
    background-size: 100px auto;
}

.memoBlock aside {
    display: none;
}

.memoBlock h4 img {
    display: inherit;
    margin-right: 15px;
}

.memoBlock h4 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.more-about_inner h3 br {
    display: none;
}

.q,
.a {
    background-color: #FFF;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 40px;
}

.q dt,
.a dt {
    width: 60px;
    height: auto;
}

.voice_bottomImg {
    position: static;
    text-align: right;
}

#listBlock table th {
    font-size: 0.625em;    
}

#listBlock table td {
    font-size: 0.625em;    
}

#listBlock h3 {
    font-size: 0.9em;
}

#listBlock h2 {
    font-size: 1em;
}

#listBlock table th {
    width: 43%;
}

#listBtn a {
    background-color: #F09BAD;
    border-radius: 50px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #FFFDFD;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#listBtn {
    font-size: 0.813em;
}

#listBtn a {
    background-color: #FFF;
    color: #F09BAD;
    border: 1px solid #F09BAD;
}

#listBtn a:hover {
    background-color: #DC7F93;
    color: #FFFFFF;
}

#listBtn span {
    margin-right: 15px;
    font-size: 0.9em;
}

#listBlock table tr td:nth-of-type(2) {
    text-align: left!important;
    width: 20%;
}

#listBtn {
    margin-top: 50px;
    margin-bottom: 50px;
}

.q dd,
.a dd{
font-size:20px;
}

.pcbr{
display: none;
}
.miniImg{
max-width:200px;
}



}

@media only screen and (max-width: 370px){
/*==========================================
 幅370px以下から 微調節
===========================================*/
.q dd {
font-size: 1.5em;
}

.q dd br {
    display: none;
}

.a dd {
    font-size: 1.3em;
}

#voiceTit {
    font-size: 1.3em;
    background-image: none;
}

.more-about_inner h3 {
    font-size: 1.3em;
}

.blueBox h3 {
     font-size: 1.3em;
}

.btnStyle2 a {
    font-size: 0.7em;
}

.btnStyle {
    font-size: 0.7em;
}

.flow-inner aside {
    display: flex;
    background-image: url(../images/nm_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    min-width: 49px;
    height: 59px;
    display: flex;
    justify-content: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #E696A7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5px;
    margin-right: 10px;
    margin-bottom: 30px;
    background-size: contain;
}

#flow {
    background-image: none;
}

	#logo {
		bottom: 160px;
		max-width: 200px;
	}

.commTit {
    font-size: 1.3em;
    padding-left: 40px;
    background-size: 30px auto;
}
}

@media only screen and (max-width: 320px){
/*==========================================
 幅320px以下から ヘッダー等微調節
===========================================*/
#listBtn {
    font-size: 0.7em;
}

.blueBox h3 {
    font-size: 1.2em;
}

.blueBox-inner .graph p {
    font-size: 0.9em;
}

#hpv {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

#hpvTit h3 {
    font-size: 0.9em;
}

#hpvTit {
    max-width: 100%;
}

#spcp {
width: 100%;
}

#campaignTit {
    max-width: 280px;
}
}
</pre></body></html>