@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

.pconly {display: block;}
.sponly {display: none;}

#container {
    width: 100%;
    overflow: hidden;
}
.breadCrumb {
    width: 970px;
    margin: 0 auto;
}

.column2R #main {
	float: none;
	width: auto;
}

#lp_page {
	width: 100% !important;
	color: #333333;
	font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    background:repeating-linear-gradient(90deg, #fffde1 0, #fffde1 5px, #fff 5px, #fff 10px);
    margin: 20px -500% 0 !important;
    padding: 0 500%;
}
#lp_page h2 {
	background: linear-gradient(transparent 60%, #d3fafb 60%);
    font-size: 40px;
    position: relative;
    font-weight: normal;
    border-bottom: 4px solid #003296;
    margin-bottom: 30px;
}
#lp_page h2::before {
    content:url(./img/galleria-nijisanji/icn_rainbow.png);
    margin: 0 10px;
    vertical-align: middle;
}
.contents_wrap {
    width: 1048px;
    margin: 0 auto;
}

.contents_wrap section + section {
    margin-top: 60px;
}

.contents_wrap figure {
    margin: 0;
    padding: 0;
}

/*--------
タイトル
--------*/
#main-wrap {
    margin: 0 auto;
}
#main-wrap figure {
    margin: 0;
    padding: 0;
}

/*--------
とは
--------*/
#about-wrap .contents_box {
    display: flex;
    justify-content: space-between;
}
#about-wrap figure, #about-wrap .txtbox {
    width: 500px;
}
#about-wrap figure {
    text-align: center;
}
#about-wrap .txtbox {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    font-size: 24px;
    padding-bottom: 5px;
}
.collabstart {
    background: #ffff00;
    color:#003296;
    font-size: 32px;
    padding: 5px;
    box-shadow: 5px 5px #ff874c;
    margin-top: auto;
    text-align: center;
    font-style:italic;
}
.collabstart span {
    font-size: 24px;
}


/*========================================
#characters-wrap .contents_box
========================================*/
#characters-wrap .contents_box {
    display: flex;
    position: relative;
    flex-direction: column;
    margin-bottom: 30px;
}
/*--------
さく
--------*/
#characters-wrap .contents_box.saku::before {
    position: absolute;
    z-index: 1;
    content:url(./img/galleria-nijisanji/img_saku.png);
    right: 15%;
    top: 160px;
}
#characters-wrap .contents_box.saku {
    background: url(./img/galleria-nijisanji/bg_circle_saku.png) no-repeat;
    background-size: 400px 400px;
    background-position:right 0 bottom 0;
}
/*--------
かなえ
--------*/
#characters-wrap .contents_box.kanae::before {
    position: absolute;
    z-index: 1;
    content:url(./img/galleria-nijisanji/img_kanae.png);
    right: 15%;
    top: 60px;
}
#characters-wrap .contents_box.kanae {
    background: url(./img/galleria-nijisanji/bg_circle_kanae.png) no-repeat;
    background-size: 400px 400px;
    background-position:right 0 bottom 0;
}
/*--------
くずは
--------*/
#characters-wrap .contents_box.kuzuha::before {
    position: absolute;
    z-index: 1;
    content:url(./img/galleria-nijisanji/img_kuzuha.png);
    right: 10%;
    top: 60px;
}
#characters-wrap .contents_box.kuzuha {
    background: url(./img/galleria-nijisanji/bg_circle_kuzuha.png) no-repeat;
    background-size: 400px 400px;
    background-position:right 0 bottom 0;
}
/*--------
ひまわり
--------*/
#characters-wrap .contents_box.himawari::before {
    position: absolute;
    z-index: 1;
    content:url(./img/galleria-nijisanji/img_himawari.png);
    right: 15%;
    top: 160px;
}
#characters-wrap .contents_box.himawari {
    background: url(./img/galleria-nijisanji/bg_circle_himawari.png) no-repeat;
    background-size: 400px 400px;
    background-position:right 0 bottom 0;
}
/*--------
ロア
--------*/
#characters-wrap .contents_box.roa::before {
    position: absolute;
    z-index: 1;
    content:url(./img/galleria-nijisanji/img_roa.png);
    right: 10%;
    top: 130px;
}
#characters-wrap .contents_box.roa {
    background: url(./img/galleria-nijisanji/bg_circle_roa.png) no-repeat;
    background-size: 400px 400px;
    background-position:right 0 bottom 0;
}

/*========================================
.characters_box
========================================*/
.characters_box {
    width: 600px;
    display: flex;
    flex-direction: column;
    height: 600px;
}
/*========================================
#characters-wrap .contents_box
========================================*/
/*--------
さく
--------*/
#characters-wrap .contents_box.saku .characters_box {
    background: url(./img/galleria-nijisanji/bg_circle_saku.png) top left no-repeat;
}
/*--------
かなえ
--------*/
#characters-wrap .contents_box.kanae .characters_box {
    background: url(./img/galleria-nijisanji/bg_circle_kanae.png) top left no-repeat;
}
/*--------
くずは
--------*/
#characters-wrap .contents_box.kuzuha .characters_box {
    background: url(./img/galleria-nijisanji/bg_circle_kuzuha.png) top left no-repeat;
}
/*--------
ひまわり
--------*/
#characters-wrap .contents_box.himawari .characters_box  {
    background: url(./img/galleria-nijisanji/bg_circle_himawari.png) top left no-repeat;
}
/*--------
ロア
--------*/
#characters-wrap .contents_box.roa .characters_box  {
    background: url(./img/galleria-nijisanji/bg_circle_roa.png) top left no-repeat;
}


.name_box {
    background: url(./img/galleria-nijisanji/icn_2line.png) top left no-repeat;
    margin: 80px 0 0 80px;
    padding-left: 30px;
}
.name_box .name {
    font-size: 70px;
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
    letter-spacing: -0.05em;
    font-weight: normal;
}
.name_box .ruby {
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.3;
}
.intro_txt {
    font-size: 16px;
    line-height: 1.6;
    margin: 20px 0 0 80px;
    padding: 0 80px 0 0;
}
.sns_box {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    margin-top: auto;
    width: 100%;
    justify-content: center;
}
.sns_box li {
    margin: 0 30px;
    text-align: center;
    font-size: 20px;
}
.sns_box li a{
    text-decoration: none;
    color: #333;
    transition: all .3s;
}
.sns_box li a:hover{
    color: #fff;
}
.sns_box li a i{
    font-size: 40px;
}

/*========================================
.model_box
========================================*/
.model_box {
    margin-top: 30px;
    position: relative;
}
.model_box h4 {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: normal;
    padding-left:30px;
    box-sizing: border-box;
    width: 90%;
}
/*--------
さく
--------*/
#characters-wrap .contents_box.saku .model_box h4 {
    color: #ef9aaf;
    border-bottom: #ef9aaf 5px solid;
}
/*--------
かなえ
--------*/
#characters-wrap .contents_box.kanae .model_box h4  {
    color: #abd3d8;
    border-bottom: #abd3d8 5px solid;
}
/*--------
くずは
--------*/
#characters-wrap .contents_box.kuzuha .model_box h4{
    color: #aca7bb;
    border-bottom: #aca7bb 5px solid;
}
/*--------
ひまわり
--------*/
#characters-wrap .contents_box.himawari .model_box h4 {
    color: #ff9d46;
    border-bottom: #ff9d46 5px solid;
}
/*--------
ロア
--------*/
#characters-wrap .contents_box.roa .model_box h4 {
    color: #ff8787;
    border-bottom: #ff8787 5px solid;
}


.model_box_inner {
}
.model_box figure {
    position: absolute;
    bottom:30px;
    right:0;
}

/*========================================
.spec_box
========================================*/
.spec_box {
    padding-left: 30px;
}
.spec_box .name {
    font-size: 32px;
    width: 65%;
    line-height: 1.4;
    margin-bottom: 10px;
}
.spec_box .spec {
    font-size: 24px;
}
.spec_box .price {
    font-size: 30px;
    color: #ff4646;
}
.spec_box .en {
    font-size: 30px;
}
.spec_box .tax {
    font-size: 20px;
}

/*========================================
.detail_box
========================================*/
.detail_box {
    display: flex;
    margin-top: 10px;
}

/*========================================
p.linkbtn
========================================*/
p.linkbtn {
    margin-left: 50px;
}
p.linkbtn a {
	color: #fff;
	background:#1a1a1a;
	display: inline-block;
	padding: 5px 50px 5px 30px;
	text-decoration: none;
	border-radius: 30px;
	position: relative;
    font-size: 20px;
    box-sizing: border-box;
    text-align: center;
    transition: all .3s;
}
/*--------
さく
--------*/
#characters-wrap .contents_box.saku p.linkbtn a:hover {
    color: #1a1a1a;
    background:#ef9aaf;
}
/*--------
かなえ
--------*/
#characters-wrap .contents_box.kanae p.linkbtn a:hover {
    color: #1a1a1a;
    background:#abd3d8;
}
/*--------
くずは
--------*/
#characters-wrap .contents_box.kuzuha p.linkbtn a:hover  {
    color: #1a1a1a;
    background:#aca7bb;
}
/*--------
ひまわり
--------*/
#characters-wrap .contents_box.himawari p.linkbtn a:hover {
    color: #1a1a1a;
    background:#ff9d46;
}
/*--------
ロア
--------*/
#characters-wrap .contents_box.roa p.linkbtn a:hover {
    color: #1a1a1a;
    background:#ff8787;
}


p.linkbtn a::after {
    content: '';
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc( 50% - 5px );
    right: 30px;
}
#characters-wrap .contents_box p.linkbtn a:hover::after {
    border-top: 2px solid #1a1a1a;
    border-right: 2px solid #1a1a1a;
}

/*========================================
.movie_wrap
========================================*/
.movie_wrap {
    width: 100%;
    margin: 0 -500% 60px;;
    padding: 30px 500%;
}
/*--------
さく
--------*/
.movie_wrap.saku {
    background: #ef9aaf;
    box-sizing: unset;
}
/*--------
かなえ
--------*/
.movie_wrap.kanae {
    background: #abd3d8;
    box-sizing: unset;
}
/*--------
くずは
--------*/
.movie_wrap.kuzuha {
    background: #aca7bb;
    box-sizing: unset;
}
/*--------
ひまわり
--------*/
.movie_wrap.himawari {
    background: #ff9d46;
    box-sizing: unset;
}
.video{
width:94%;
padding-bottom: 52.875%;
height:0px;
position: relative;
margin: 0 auto;
}
.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*========================================
#footer_wrap
========================================*/
p.official_linkbtn {
    margin: 50px auto;
    width: 970px;
}
p.official_linkbtn a {
	color: #003296;
	background:#e7feff;
	display: inline-block;
	padding: 20px 50px 20px 50px;
	text-decoration: none!important;
	border-radius: 50px;
	position: relative;
    font-size: 30px;
    box-sizing: border-box;
    text-align: center;
    transition: all .3s;
    width: 100%;
    border: 4px solid #003296;
}
p.official_linkbtn a:hover {
    color: #e7feff!important;
	background: #003296!important;
}
p.official_linkbtn a::after {
    content: '';
    width: 15px;
    height: 15px;
    border-top: 2px solid #003296;
    border-right: 2px solid #003296;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc( 50% - 5px );
    right: 25%;
}
p.official_linkbtn a:hover::after {
    border-top: 2px solid #e7feff;
    border-right: 2px solid #e7feff;
}

.txt_copyright{
  padding: 30px 500%;
margin: 0 -500% 0;
  background : linear-gradient(to bottom,#ff0000 14.3%,#ff5400 14.3%,#ff5400 28.6%,#ffff00 28.6%,#ffff00 42.9%,#33cc33 42.9%,#33cc33  57.2%,#00a2ff 57.2%, #00a2ff 71.5%,#003296 71.5%,#003296 85.8%,#640096 85.8%);
    text-align: center;
}
.txt_copyright span {
   background: #fff;
    color: #003296;
    padding: 0 20px;
    font-size: 30px;
    display: inline-block;
}

/*ページリンク*/
.pageLink {
    clear: both;
    margin: 0 auto 10px;
    text-align: right;
    width: 1062px;
}
#pagetop {
  z-index: 10000;
}
#pagetop a {
  transition: all .5s;
  box-sizing: border-box;
  border: 1px solid transparent;
}
#pagetop, .pagetop, .pageLink {
    display: none;
}
#pagetop {
    position: fixed;
    bottom: 30px;
    right: 55px;
}
#pagetop a {
    color: #fff!important;
    background-color: #333;
    border-radius: 5px;
    display: block;
    font-size: 9pt;
    line-height: 1.5em;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}
/*-------------------------------------
	ボックスが伸びるおまじない
---------------------------------------*/

.cl {
	display: inline-block;
}

.cl:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
#Header {
	min-width: 320px;
}
#Header .inner {
	height: 40px;
	width: 100%;
}
#Header .logo {
	position: static;
}
#Header .logo img {
	height: auto;
	width: 50%;
}
#Header h1,
#Header ul.navi,
#Header .keyword,
#Header .btn,
#Globalnavi,
#headsearchBox,
.leadSection,
.leadSectionInner,
.breadCrumb {
	display: none !important;
}

body {
	min-width: 320px!important;
    width: 100%!important;
}
#container, #wrapper {
	width:100% !important;
}
.sectionBox img , .bnrBox img{
	width: 100%;
	height: auto;
}
.sectionBox li + li {
	margin-top: 0.5em;
}
.sectionBox p + p {
	margin-top: 0.5em;
}

/*-------------------------------------
　フッター周り
---------------------------------------*/
#pagetop {
	bottom: 10px;
	right: 10px;
}

.footerTagline {
	margin-bottom: 4px;
	padding: 0% 2%;
	text-align: left;
	font-size: 90%;
	line-height: 140%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#footerLinks {
	display: none;
}

.footerTagline,
#footer,
#footerNav2,
#footerLinks #footerLinks_Nav,
#footerLinks #footerLinks_NavParts,
#footerCopy,
#footerCopy p.copyright {
	width: 100%;
	min-width: 100%;
}

#footer {
	padding: 9px 0px 7px 0px;
}

#footerLinks ul {
	float: none;
}

#footerCopy p.copyright a {
	display: block;
	margin-bottom: 7px;
}

#footerLinks ul {
	margin: 12px 0px 0px 5px;
}

#footerLinks ul li {
	display: inline-table;
	width: 45%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#footerLinks ul li.catName,
#footerLinks ul li.noLink {
		width: 90%;
}

#footerNav2 ul {
	margin: 0% 4%;
}

#footerNav2 li {
	display: inline-table;
	width: 49%;
	margin: 0px 0px 9px 0px;
	padding: 0px;
	border-left: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

#footerNav2 li:first-of-type {
	margin-bottom: 9px !important;
}

#splink_footer {
	display: none !important;
}

#footerCopy p.copyright {
	text-align: center;
	font-size: 80%;
}

/*-------------------------------------
　コンテンツ
---------------------------------------*/
    .pconly {display: none;}
    .sponly {display: block;}

    #lp_page {
	font-size: 5vw;
    margin: 0!important;
    padding: 0;
    }
    .contents_wrap {
    width: 100vw;
    margin-top: 20px;
    }
    .contents_wrap section {
        width: 100%;
        /*padding: 0 3vw;*/
        box-sizing: border-box;
    }
    .contents_wrap section + section {
    margin-top: 50px;
}
    #lp_page h2 {
    font-size: 8vw;
    padding-bottom: 10px;
    margin-bottom: 20px;
    padding-left: 56px;
    text-indent: -56px;
    line-height: 1.2;
    }
    #lp_page h2::before {
    content: "";
    background: url(./img/galleria-nijisanji/icn_rainbow.png);
    width: 36px;
    height: 36px;
    display: inline-block;
    background-size: cover;
    vertical-align: sub;
    }

    /*--------
    タイトル
    --------*/
    #main-wrap {
        padding: 0 0 !important;
    }

    /*--------
    とは
    --------*/
    #about-wrap .contents_box {
        flex-direction: column;
    }
    #about-wrap figure, #about-wrap .txtbox {
        width: 100%;
        padding: 0 3vw;
    box-sizing: border-box;
    }
    #about-wrap figure {
    margin-bottom: 20px;
    }
    #about-wrap .txtbox {
        font-size: 5vw;
    }
    .collabstart {
    font-size: 8vw;
    margin-top: 20px;
    }
    .collabstart span {
        font-size: 5.5vw;
    }

/*========================================
#characters-wrap
========================================*/
    #characters-wrap {
        padding: 0;
    }

/*========================================
#characters-wrap .contents_box
========================================*/
#characters-wrap .contents_box {
    margin-top: 30px;
}
/*--------
さく
--------*/
#characters-wrap .contents_box.saku {
    background-size: 200px 200px;
}
#characters-wrap .contents_box.saku::before {
    content: "";
    background: url(./img/galleria-nijisanji/img_saku.png) no-repeat center top;
    width: 40vw;
    height: 25vh;
    right: 3vw;
    top: 0;
}
/*--------
かなえ
--------*/
#characters-wrap .contents_box.kanae {
    background-size: 200px 200px;
}
#characters-wrap .contents_box.kanae::before {
    content: "";
    background: url(./img/galleria-nijisanji/img_kanae.png) no-repeat center top;
    width: 40vw;
    height: 25vh;
    right: 3vw;
    top: 0;
}
/*--------
くずは
--------*/
#characters-wrap .contents_box.kuzuha {
    background-size: 200px 200px;
}
#characters-wrap .contents_box.kuzuha::before {
    content: "";
    background: url(./img/galleria-nijisanji/img_kuzuha.png) no-repeat center top;
    width: 40vw;
    height: 25vh;
    right: 3vw;
    top: 0;
    background-size: cover;
}
/*--------
ひまわり
--------*/
#characters-wrap .contents_box.himawari {
    background-size: 200px 200px;
}
#characters-wrap .contents_box.himawari::before {
    content: "";
    background: url(./img/galleria-nijisanji/img_himawari.png) no-repeat center top;
    width: 40vw;
    height: 29vh;
    right: 3vw;
    top: 0;
    background-size: cover;
}
/*--------
ロア
--------*/
#characters-wrap .contents_box.roa {
    background-size: 200px 200px;
}
#characters-wrap .contents_box.roa::before {
    content: "";
    background: url(./img/galleria-nijisanji/img_roa.png) no-repeat center top;
    width: 40vw;
    height: 29vh;
    right: 3vw;
    top: 0;
    background-size: cover;
}

/*========================================
.characters_box
========================================*/
    .characters_box {
    width: 100vw;
    height: auto;
    min-height: 140vw;
    }

    /*--------
    さく
    --------*/
    #characters-wrap .contents_box.saku .characters_box {
        background: url(./img/galleria-nijisanji/bg_circle_saku.png) 50% 0 no-repeat;
        background-size: 140vw 140vw;
    }
    /*--------
    かなえ
    --------*/
    #characters-wrap .contents_box.kanae .characters_box {
        background: url(./img/galleria-nijisanji/bg_circle_kanae.png) 50% 0 no-repeat;
        background-size: 140vw 140vw;
    }
    /*--------
    くずは
    --------*/
    #characters-wrap .contents_box.kuzuha .characters_box {
        background: url(./img/galleria-nijisanji/bg_circle_kuzuha.png) 50% 0 no-repeat;
        background-size: 140vw 140vw;
    }
    /*--------
    ひまわり
    --------*/
    #characters-wrap .contents_box.himawari .characters_box {
        background: url(./img/galleria-nijisanji/bg_circle_himawari.png) 50% 0 no-repeat;
        background-size: 140vw 140vw;
    }
    /*--------
    ロア
    --------*/
    #characters-wrap .contents_box.roa .characters_box {
        background: url(./img/galleria-nijisanji/bg_circle_roa.png) 50% 0 no-repeat;
        background-size: 140vw 140vw;
    }


    .name_box {
    margin:14vw 0 0 3vw;
    }
    .name_box .name {
    font-size: 12vw;
    line-height: 1.1;
    }
    .name_box .ruby {
    font-size: 4vw;
    }
    .intro_txt {
    font-size: 5vw;
    margin: 20px 0 0 3vw;
    padding: 0 3vw 0 0;
        z-index: 100;
    }
    .sns_box {
    margin-bottom: 10vw;
    }
    .sns_box li {
    font-size: 5vw;
    }

/*========================================
.model_box
========================================*/
    .model_box h4 {
    font-size: 7vw;
    padding: 0 0 2vw;
    width: auto;
    margin: 0 3vw 10px;
    line-height: 1.4;
    }
    .model_box figure {
    bottom:50px;
    width: 50%;
    height: auto;
    right: 3vw;
}

/*========================================
.spec_box
========================================*/
    .spec_box {
    padding-right: 3vw;
    padding-left: 3vw;
}
    .spec_box .name {
    font-size: 6vw;
    width: auto;
    box-sizing: border-box;
}
    .spec_box .spec {
    font-size: 5vw;
}
    .spec_box .price {
    font-size: 7vw;
    color: #ff4646;
}
    .spec_box .en {
    font-size: 7vw;
}
    .spec_box .tax {
    font-size: 5vw;
}

/*========================================
.detail_box
========================================*/
.detail_box {
    flex-direction: column;
}

/*========================================
p.linkbtn
========================================*/
p.linkbtn {
    margin-left: 0;
}
    p.linkbtn a {
    width: 100%;
    margin-top: 80px;
    }

/*========================================
#footer_wrap
========================================*/
p.official_linkbtn {
    margin: 0 auto 50px;
    width: calc( 100% - 6vw );
}
p.official_linkbtn a {
    padding: 2vw 4vw 2vw 6vw;
    font-size: 6vw;
    text-align: left;
    border: 2px solid #003296;
}
p.official_linkbtn a::after {
    width: 10px;
    height: 10px;
    right: 5%;
}
.txt_copyright{
    padding: 20px 0;
    margin: 0;
    }
.txt_copyright span {
    font-size: 5vw;
}
/*========================================
#ムービー
========================================*/
    .movie_wrap{
       margin: 0;
    padding: 30px 0;
    }
}/*消さない*/
