@charset "UTF-8";
/*
Theme Name: Kodomo Ojibagaeri
*/
/*common*/
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
img {
    display: block;
    height: auto;
    width: 100%;
}
a {
    text-decoration: none;
}
a:hover {
    opacity: 0.7;
}
.short article {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
article {
    position: relative;
    margin: auto;
    max-width: 1024px;
    overflow: hidden;
}
article.topPage {
    max-width: 100%;
}
article.wide {
    max-width: 1024px;
}
ul {
    list-style: none;
}
ul:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
html {
    height: auto;
    width: 100%;
}
body {
    background-color: #ff9050;
    color: #000000;
    font-size: 14px;
    font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "meiryo", Helvetica, "游ゴシック", "Yu Gothic", sans-serif;
    height: auto;
    letter-spacing: 0.05em;
    line-height: 1.8em;
    position: relative;
    width: 100%;
    z-index: 0;
}
body.fixed {
    overflow: hidden;
}
/*header*/
.header {
    background: url("https://kodomo-ojibagaeri.com/wp-content/themes/kog/img/header_bg_top.png") repeat-x #ffffff;
    background-size: auto 12px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.headerInner {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 12px;
    padding-top: 16px;
}
.headerInner__linkArea {
    display: block;
}
.headerInner__siteTitle {
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    max-width: 330px;
    padding: 0;
    position: relative;
    width: 60%;
    z-index: 999;
}
.menu {
    background-color: rgba(255, 255, 255, 0);
    height: 46px;
    position: fixed;
    right: 0;
    top: 0;
    width: 46px;
    z-index: 999;
    transition: all 0.2s linear 0s;
}
.menu.active {
    /*.menuの各プロパティと関連性あり*/
    background-color: rgba(130, 130, 130, 0.5);
    height: 100%;
    width: 100%;
    overflow-y: auto;
    transition: all 0.5s ease 0s;
}
.menu.active .menuLists {
    display: block;
    position: relative;
    top: 70px;
}
.menu__hamburger {
    background: url("https://kodomo-ojibagaeri.com/wp-content/themes/kog/img/menu_hamburger.png") no-repeat rgba(255, 255, 255, 0.95);
    background-position: center;
    background-size: 34.5px;
    border-radius: 23px;
    display: block;
    height: 46px;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 46px;
}
.menu__hamburger:hover {
    opacity: 1;
}
.active .menu__hamburger {
    background-image: url("https://kodomo-ojibagaeri.com/wp-content/themes/kog/img/menu_close.png");
}
.menuLists {
    display: none;
}
.menuList {
    width: 100%;
    background-color: white;
    border-top: solid 1px #FF9251;
    border-bottom: solid 1px #ff9251;
}
.menuList:first-child {
    border-top: solid 2px #ff9251;
}
.menuList:nth-child(n+8) {
    width: 50%;
    float: left;
    font-size: 80%;
}
.menuList__linkArea {
    display: block;
    color: #006ADC;
}
.menuList__linkArea.current {
    background-color: #FF9251;
    color: #fff;
    opacity: 1;
}
.menuList__linkArea:hover {
    background-color: #FFF6D1;
    opacity: 1;
    transition: background-color 0.2s linear 0s;
}
.menuList__text {
    font-size: 1.4em;
    font-weight: bold;
    padding: 10px 14px;
    display: block;
}
.menuList img {
    display: none;
}
/*breadcrumbs*/
.short .breadcrumbsArea {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.breadcrumbsArea {
    background: #fff6d1;
    font-size: 0.8em;
    width: 100%;
}
.breadcrumbs {
    margin: -0.7em auto 0;
    width: 100%;
}
.breadcrumb {
    display: inline-block;
    padding: 4px 0px 4px 8px;
}
.breadcrumb__homeImage {
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    margin-right: 0.2em;
    vertical-align: top;
}
.breadcrumb:after {
    content: "＞";
    margin-left: 8px;
}
.breadcrumb:last-child:after {
    content: none;
    margin-left: 0;
}
/*contents*/
.main:before {
    background: url("https://kodomo-ojibagaeri.com/wp-content/themes/kog/img/slider_bg_bottom.png") repeat-x white;
    background-size: auto 12px;
    background-position: bottom;
    content: "";
    display: block;
    height: 12px;
    margin-top: 0px;
    width: 100%;
}
.main.top:before {
    display: none;
}
.main {
    background: url("https://kodomo-ojibagaeri.com/wp-content/themes/kog/img/main_bg_bottom.png") repeat-x #fff6d1;
    background-position: bottom;
    background-size: auto 12px;
    padding-bottom: 24px;
    position: relative;
    z-index: 1;
}
.container {
    background: white;
    margin: 0 auto;
    padding: 0 14px 1em;
    width: 96%;
}
.container.top {
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
    padding-top: 1em;
}
.container.bottom {
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    padding-bottom: 1em;
}
.container__heading {
    margin: auto 0;
    max-width: 200px;
    position: relative;
    width: 60%;
}
.container__heading.sitePolicy,
.container__heading.contact {
    max-width: 100%;
    width: 100%;
    font-size: 1.4em;
    margin-bottom: 0.8em;
}
.container__subheading {
    padding-bottom: 1.5em;
    margin-bottom: 0.67em;
}
.container__subheading.access {
    margin-bottom: 0;
}
.container__subheading img {
    left: 0;
    max-width: 360px;
    position: absolute;
    width: 86%;
    z-index: 2;
}
.container__subheading__visual {
    width: 100%;
    margin: -2.5em auto 1em;
    max-width: 600px;
    position: relative;
    z-index: 1;
}
.container__yakusokuArea {
    background: url("https://kodomo-ojibagaeri.com/wp-content/themes/kog/img/corkboard_sp.jpg");
    box-shadow: 0px 1px 3px #999;
    display: table;
    margin: 0.4em 0;
    padding: 0.8em 0;
    position: relative;
}
.container__yakusokuArea__fusen {
    display: table-cell;
    width: 33%;
    position: relative;
    padding: 1% 2%;
    overflow: visible;
}
.container__yakusokuArea__fusen__linkArea {
    display: block;
}
.container__yakusokuArea__fusen__linkArea:hover {
    opacity: 1;
}
.container__yakusokuArea__fusen__linkArea:hover .container__yakusokuArea__fusen__postit {
    border: solid 2px #ff9050;
}
.container__yakusokuArea__fusen__pin {
    position: absolute;
    width: 0.8em;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 2;
}
.container__yakusokuArea__fusen__postit {
    box-shadow: 0 2px 3px #999;
    position: relative;
    left: 0;
    right: 0;
    margin: .5em auto 1em;
    width: 96%;
    z-index: 1;
}
.container__yakusokuArea__fusen__tap {
    position: absolute;
    bottom: 0.3em;
    width: 1.8em;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 100%;
    box-shadow: 0 1px 3px #999;
}
.container__yakusokuArea__captionArea {
    border: solid 5px #FF9050;
    border-radius: 1em;
    display: block;
    margin: 1em 0;
    padding: 0.7em;
    position: relative;
}
.container__yakusokuArea__captionArea:before {
    background: white;
    border-left: solid 5px #ff9050;
    border-top: solid 5px #ff9050;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    top: -12px;
    transform: rotate(54deg) skew(20deg);
    width: 10px;
}
.container__yakusokuArea__captionArea.ikiru {
    display: block;
}
.container__yakusokuArea__captionArea.ikiru:before {
    left: 12.5%;
}
.container__yakusokuArea__captionArea.mono {
    display: none;
}
.container__yakusokuArea__captionArea.mono:before {
    left: 47%;
}
.container__yakusokuArea__captionArea.nakayoku {
    display: none;
}
.container__yakusokuArea__captionArea.nakayoku:before {
    left: 81.5%;
}
.container__yakusokuArea__captionArea__heading {
    display: none;
}
.container__bgArea {
    border-radius: 8px;
    height: 105px;
    overflow: hidden;
    position: absolute;
    right: 2%;
    top: 0;
    width: 105px;
}
.container__bgArea.access {
    max-width: 200px;
    height: auto;
    border-radius: 0;
    overflow: visible;
}
.container__bgArea__image {
    border-radius: 50% 0 50% 50%;
    height: 105px;
    position: relative;
    right: -15px;
    top: -15px;
    width: 105px;
}
.container__bgArea__image.access {
    border-radius: 0;
    right: 0;
    top: 0;
    height: auto;
    max-width: 200px;
    transform: rotateY(180deg);
}
.container__imageBox {
    background-color: #eaeaea;
    box-shadow: 0 2px 5px #bbb;
    display: table-cell;
    margin: 0;
    padding: 7px;
    position: relative;
    width: 49%;
}
.container__imageBox_wide {
    width: 100%;
}
.container__imageBox_wide__image01 {
    max-width: 600px;
    margin: 0 auto;
}
.container__imageBox.aqua {
    display: none;
    box-shadow: none;
    background: none;
}
.container__imageBox.rotate01 {
    margin-left: 1%;
    transform: rotate(-10deg) translateX(10px);
    z-index: 1;
}
.container__imageBox.rotate02 {
    margin-right: 1%;
    transform: rotate(10deg) translate(-10px, 10px);
    z-index: 2;
}
.container__imageBox__pin {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -0.4em;
    width: 1em;
}
.container__imageArea {
    display: table;
    margin: 14px auto 0;
    max-width: 360px;
    padding: 1.4em 0;
    width: 94%;
}
.container__tabSection__leftArea {
    margin: 0.7em auto;
    width: 80%;
}
.container__tabSection__imageArea {
    display: block;
    margin: 1.4em auto 0.4em;
    text-align: center;
    width: 100%;
}
.container__tabSection__imageArea img {
    display: inline-block;
    width: 48%;
}
.container__tabSection__imageArea img:first-child {
    padding: 1% 2% 1% 0;
}
.container__tabSection__imageArea img:last-child {
    padding: 1% 0 1% 2%;
}
.container__tabArea {
    background: url("https://kodomo-ojibagaeri.com/wp-content/themes/kog/img/tab_ribon_sp.png") no-repeat;
    background-size: cover;
    background-position: center;
    height: 64px;
    left: -10.2%;
    position: relative;
    width: 120.5%;
    margin-bottom: 1em;
}
.container__tabItems {
    display: table;
    width: 80%;
    max-width: 750px;
    margin: auto;
    text-align: center;
}
.container__tabItem {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.container__tabItem__linkArea {
    background-color: white;
    color: #000;
    font-weight: bolder;
    padding: 6px;
    width: 80%;
    display: inline-block;
    margin: 16px 6px 0;
    min-width: 80px;
    max-width: 200px;
}
.container__tabItem__linkArea.current {
    background-color: #FF9251;
    color: white;
    position: relative;
}
.container__tabItem__linkArea.current:after {
    content: " ";
    width: 8px;
    height: 8px;
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #FF9251;
    transform: rotate(-126deg) skew(20deg);
}
.container__innersection {
    margin-bottom: 1em;
    margin: auto;
    max-width: 680px;
}
.container__innersection__heading {
    left: 1.4em;
    position: relative;
    top: 0.6em;
    background: white;
    display: inline-block;
    padding: 0 0.3em;
}
.container__innersection__text {
    padding: 14px;
    border: solid 2px #bbbbbb;
    border-radius: 30px;
}
.container__question {
    display: table;
    margin: 0 0 1em;
    position: relative;
    width: 100%;
}
.container__question__imageArea {
    display: table-cell;
    position: relative;
    width: 80px;
}
.container__question__imageArea__number {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.container__question__imageArea__chara {
    bottom: 0;
    padding-top: 40%;
    padding-left: 30%;
    position: relative;
    right: 0;
    width: 100%;
    z-index: 1;
}
.container__question__textArea {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    z-index: 1;
}
.container__question__textArea__text {
    background: #FF9050;
    border-radius: 0.6em;
    color: #fff;
    font-size: 1.2em;
    margin-left: 0.8em;
    padding: 0.6em;
}
.container__question__textArea__text:before {
    background: #FF9050;
    bottom: 0em;
    content: " ";
    height: 0.6em;
    left: 0.8em;
    margin: auto 0;
    position: absolute;
    top: 0.8em;
    transform: scaleX(2) rotate(45deg);
    width: 0.6em;
    z-index: -1;
}
.container__answer {
    background: rgba(255, 144, 80, 0.5);
    border-radius: 1em;
    display: table;
    margin-bottom: 2em;
    padding: 0.6em 1em;
    position: relative;
    width: 100%;
}
.container__answer__imageArea {
    display: table-cell;
    padding: 0 0 0 0.3em;
    position: relative;
    vertical-align: middle;
    width: 80px;
}
.container__answer__textArea {
    display: table-cell;
    vertical-align: middle;
}
.container__hogosyaVoice {
    display: table;
    margin: 0 auto 1em;
    max-width: 600px;
    width: 100%;
}
.container__hogosyaVoice__rightArea {
    background-color: white;
    border: solid 4px #ff9050;
    border-radius: 14px;
    display: table-cell;
    margin: 14px 0;
    padding: 0.5em;
    position: relative;
}
.container__hogosyaVoice__rightArea:after {
    content: " ";
    width: 10px;
    height: 10px;
    background-color: white;
    border-right: solid 4px #ff9050;
    position: absolute;
    transform: rotate(149deg) skew(20deg);
    border-bottom: solid 4px #ff9050;
    top: 0;
    bottom: 0;
    left: -10px;
    margin: auto;
}
.container__hogosyaVoice__leftArea {
    display: table-cell;
    max-width: 80px;
    min-width: 60px;
    width: 15%;
    padding-right: 16px;
    vertical-align: middle;
}
.container__rightImage {
    height: auto;
    margin: -2.6em auto 1em;
    max-width: 600px;
    width: 94%;
}
.container__galleryArea__galleries {
    display: table;
    text-align: center;
}
.container__galleryArea__gallery {
    display: inline-block;
    margin: auto;
    height: 130px;
    width: 130px;
}
.container__galleryArea__gallery a {
    display: table-cell;
    height: 130px;
    vertical-align: middle;
    width: 130px;
}
.container__galleryArea__gallery img {
    border: solid 1px #ccc;
    margin: auto;
    max-height: 124px;
    max-width: 124px;
    padding: 0.2em;
    width: auto;
}
.container__mediaArea {
    max-width: 460px;
    margin: auto;
    overflow: auto;
}
.container__mediaArea__content {
    border: solid 3px #ff9050;
    border-radius: 0.8em;
    margin: 0.4em 0;
    padding: 0.4em 1em;
    position: relative;
}
.container__mediaArea__content.cd {
    padding: 0.4em 0;
    width: 100%;
}
.container__mediaArea__content:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 0;
    height: 2.4em;
    width: 2.4em;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
}
.container__mediaArea__content.score:before {
    background-image: url("https://kodomo-ojibagaeri.com/wp-content/themes/kog/img/download.png");
    bottom: 0;
}
.container__mediaArea__content.sound audio {
    width: 100%;
    margin: auto;
}
.container__mediaArea__content.sound audio:before {
    background-image: url("https://kodomo-ojibagaeri.com/wp-content/themes/kog/img/sound.png");
    bottom: inherit;
    top: 0.4em;
}
.container__mediaArea__content .youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.26%;
    margin-bottom: 10px;
}
.container__mediaArea__content .youtube iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.container__mediaArea__subheading {
    font-size: 1em;
    padding: 0.4em 0;
    position: relative;
    width: 100%;
    z-index: 1;
}
.container__mediaArea__subheading br {
    display: none;
}
.container__mediaArea__subheading.cd {
    padding: 0.4em 1em;
}
.container__mediaArea__subheading.cd:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #cbebff;
    z-index: -1;
}
.container__mediaArea__link {
    display: block;
    padding: 0.4em 1em;
    color: #FF5D00;
    text-align: right;
}
.container__mediaArea__image {
    max-width: 180px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.container__mediaArea__image-wrap {
    position: relative;
    z-index: 2;
    display: block;
}
.container__mediaArea__download {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    color: inherit;
}
.container__accessSection {
    background: #FBF7AE;
    padding: 2em 1em 1em;
    width: 100%;
    max-width: 720px;
    margin: -1.7em auto 1.7em;
}
.container__accessSection__text {
    width: 100%;
    margin: 0 auto 0.8em;
}
.container__accessSection__image {
    display: block;
}
.container__accessSection__image.wide {
    width: 100%;
}
.container__accessSection__image.shadow {
    box-shadow: 0px 1px 2px #999;
}
.container__accessSection__image.hoverNone:hover {
    opacity: 1;
}
.container__policySection {
    padding: 0 0.3em;
    margin: 0 auto 2em;
}
.container__policySection__heading {
    font-size: 1.2em;
    border-bottom: solid 2px #ff9050;
    margin-bottom: 0.5em;
    color: #005ABB;
}
.container__policySection p {
    margin-bottom: 1em;
}
.container__policySection__list {
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 0.4em;
    line-height: 1.6em;
}
.container__policySection__list:before {
    content: "●";
    display: inline-block;
    width: 1em;
    text-align: center;
}
.container__policySection__bannerArea {
    display: table;
    margin: 0 auto 1.4em;
}
.container__policySection__banner {
    width: 50%;
    position: relative;
    border-top: dotted 1px #ccc;
    max-width: 320px;
    margin: auto;
    display: table-cell;
}
.container__policySection__banner:first-child {
    padding-right: 1em;
    border-bottom: dotted 1px #ccc;
    border-right: dotted 1px #ccc;
}
.container__policySection__banner:last-child {
    border-bottom: dotted 1px #ccc;
    margin-bottom: 1em;
    padding-left: 1em;
}
.container__policySection__banner img {
    max-width: 400px;
    margin: 0 auto;
}
.container__policySection__banner__lists {
    width: 100%;
    max-width: 400px;
    margin: 1em auto 2em;
    display: table;
}
.container__policySection__banner__list {
    width: 100%;
    display: block;
    text-align: center;
}
.container__policySection a {
    text-decoration: underline;
}
.container__youtube {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
}
.container__youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}
.eventContainer {
    margin-top: 1em;
    border-top: solid 1px #ff9050;
    padding: 1em 0.2em 0.2em;
}
.eventContainer:last-child {
    border-bottom: solid 1px #ff9050;
    margin-bottom: 1em;
    padding-bottom: 1em;
}
.eventContainer__image {
    margin: 0 auto 1em;
    display: block;
    height: 160px;
    text-align: center;
}
.eventContainer__image.eventContainer__image--wide {
    height: auto;
}
.eventContainer__image.eventContainer__image--wide img {
    display: block;
    height: auto;
    max-height: 240px;
}
.eventContainer__image img {
    padding: 8px;
    background: #eaeaea;
    display: inline-block;
    box-shadow: 0px 2px 5px #666;
    max-width: 100%;
    height: 100%;
    width: auto;
    margin: auto;
}
.eventContainer__infoArea__title {
    text-align: center;
    margin-bottom: 0.2em;
    font-weight: bold;
    font-size: 1.6em;
    position: relative;
}
.eventContainer__infoArea__catchPhrase {
    font-weight: bold;
    text-align: center;
    color: #006adc;
}
.eventContainer__infoArea__buttonArea {
    width: 90%;
    margin: 0.8em auto 0;
}
.eventContainer__infoArea__buttonArea__button {
    display: block;
    width: 86%;
    background: #ff9050;
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 4px 8px;
    margin: 0 auto;
    position: relative;
}
.specialMovie.eventContainer__infoArea__buttonArea__button {
    text-indent: 1.4em;
}
.eventContainer__infoArea__buttonArea__button.displayNone {
    display: none;
}
.eventContainer__infoArea__buttonArea__button:before {
    content: "";
    width: 1.6em;
    height: 1.6em;
    position: absolute;
    left: 5%;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
}
.location.eventContainer__infoArea__buttonArea__button:before {
    background-image: url("https://kodomo-ojibagaeri.com/wp-content/themes/kog/img/icon_locationpin.png");
}
.movie.eventContainer__infoArea__buttonArea__button:before {
    background-image: url("https://kodomo-ojibagaeri.com/wp-content/themes/kog/img/icon_videocamera.png");
}
.specialMovie.eventContainer__infoArea__buttonArea__button:before {
    background-image: url("https://kodomo-ojibagaeri.com/wp-content/themes/kog/img/icon_videocamera.png");
}
.eventContainer__infoArea__text {
    position: relative;
    margin: 14px auto;
}
.eventContainer__infoArea__text > dt {
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
    font-size: 1.16em;
    padding-left: 1em;
    text-indent: -1em;
}
.eventContainer__infoArea__text > dt small {
    font-size: 0.76em;
}
.eventContainer__infoArea__text > dd {
    font-size: 1em;
    margin-left: 1.3em;
    margin-bottom: 1.16em;
    line-height: 1.8;
}
.mainVisual {
    background: #FFD7AA;
    background-position: center;
    background-size: cover;
    max-height: 576px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.mainVisual__video {
    display: block;
    margin: auto;
    max-height: 576px;
    max-width: 1024px;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%;
    z-index: 2;
}
.mainVisual__video iframe {
    height: 100%;
    width: 100%;
    max-height: 576px;
    max-width: 1024px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.homeContents {
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
    z-index: 3;
}
.siteCatchPhrase {
    background: url("https://kodomo-ojibagaeri.com/wp-content/themes/kog/img/sitecatchphrase_stars.png") no-repeat;
    background-position: bottom;
    background-size: contain;
    margin: 0.2em auto;
    max-width: 540px;
    padding: 0 5% 0.2em;
    text-align: center;
}
.siteCatchPhrase__linkArea {
    display: block;
}
.listItem {
    margin: 2% 1% 5%;
    vertical-align: top;
    width: 98%;
}
.listItem__linkArea {
    border-radius: 6px;
    box-shadow: 3px 3px 7px #AFAA8E;
    display: block;
    position: relative;
    vertical-align: top;
    width: 100%;
}
.listItem__linkArea.shadowNone {
    border-radius: 0px;
    box-shadow: none;
    width: 104%;
    margin-bottom: -4%;
}
.listItem.middle {
    width: 45.8%;
    margin: 0;
}
.listItem.middle.left {
    float: left;
}
.listItem.middle.right {
    float: right;
}
.listItem__radiusImage {
    border-radius: 6px;
}
.listItem__textImage {
    bottom: 5%;
    margin: auto 0;
    width: 50%;
    position: absolute;
    top: 5%;
    right: 5%;
}
.listItemBannerArea {
    height: auto;
    position: relative;
    width: auto;
}
.listItemTextArea {
    display: none;
    height: 100%;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 100%;
}
.leading {
    padding: 0.6em;
    margin: 1em 0;
}
.leading__headingArea {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 1.4em;
}
.leading__headingArea__heading {
    max-width: 240px;
    width: 100%;
    height: auto;
    margin: 0 auto 0.2em;
}
.leading__container {
    display: block;
    margin: 1em auto;
    text-align: center;
    vertical-align: top;
}
.leading__container.goods {
    margin-bottom: 0;
}
.leading__container__title {
    font-size: 1.4em;
    margin: 0.8em 0;
    border-bottom: solid 3px;
    text-align: center;
    font-weight: bold;
}
.leading__container__title.download {
    border-color: #ff9050;
}
.leading__container__title.event {
    border-color: #4caf50;
}
.leading__container__title.entry {
    border-color: #FFC0CB;
}
.leading__container__title.read {
    border-color: #FFCF21;
}
.leading__container__title.goods {
    border-color: #0069DC;
}
.leading__container__text-wrap {
    margin: 0 auto 1em;
    width: 90%;
    max-width: 580px;
    text-align: left;
}
.leading__container__content {
    background: #ffffff;
    margin: 0 1em 2em;
    display: inline-block;
    border-radius: 1em;
    box-shadow: 0 1px 2px #999;
    position: relative;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    width: 90%;
    min-height: 180px;
    padding-bottom: 0.8em;
    max-width: 600px;
}
.leading__container__content.wide {
    width: 90%;
    max-width: 600px;
}
.leading__container__content__heading {
    position: relative;
    width: 100%;
    padding: 0.1em 0.6em;
    margin: 0.8em 0 0.4em;
    font-size: 1.2em;
}
.leading__container__content__heading.longText {
    font-size: 1em;
    letter-spacing: -0.05em;
}
.leading__container__content__heading.download {
    background: rgba(255, 144, 80, 0.2);
}
.leading__container__content__heading.download.illust:before,
.leading__container__content__heading.download.illust:after {
    content: " ";
    height: 50px;
    width: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -2px;
}
.leading__container__content__heading.download.illust:before {
    background-image: url("https://kodomo-ojibagaeri.com/wp-content/themes/kog/img/pikky01.png");
    left: 1%;
}
.leading__container__content__heading.download.illust:after {
    background-image: url("https://kodomo-ojibagaeri.com/wp-content/themes/kog/img/ribon01.png");
    right: 1%;
}
.leading__container__content__heading.download.illust {
    padding: 0.8em 0 0.5em;
}
.leading__container__content__heading.entry {
    background: rgba(255, 192, 203, 0.2);
}
.leading__container__content__heading.event {
    background: rgba(76, 175, 80, 0.3);
}
.leading__container__content__heading.read {
    background: rgba(255, 207, 33, 0.5);
}
.leading__container__content__heading.goods {
    background: rgba(0, 108, 220, 0.2);
}
.leading__container__content__text {
    font-size: 0.86em;
    line-height: 1.5em;
    padding: 0.4em 10px;
    text-align: left;
}
.leading__container__content__text.caption {
    font-size: 0.72em;
    padding: 0 0 0 10px;
}
.leading__container__content__text.price {
    color: #FF5D00;
    font-weight: bold;
    padding: 0;
    text-align: center;
}
.leading__container__content__link {
    width: 90%;
    display: block;
    padding: 0.4em;
    margin: 0.4em auto;
    position: relative;
    font-size: 1.4em;
}
.leading__container__content__link.event {
    background: #4CAF50;
    color: #fff;
}
.leading__container__content__link.download {
    background: #ff9050;
    color: #fff;
}
.leading__container__content__link.entry {
    background: #FFC0CB;
    color: #000;
}
.leading__container__content__link.read {
    background: #FFCF21;
    color: #000;
}
.leading__container__content__link.goods {
    background: #4090d0;
    color: #fff;
    font-size: 1em;
    width: 80%;
    max-width: 200px;
}
.leading__container__content__link.goods.displayNone {
    display: none;
}
.leading__container__content__image.entry {
	max-width: 220px;
	margin: auto;
}
.leading__container__content__image.entry img {
	max-height: 124px;
	width: auto;
	margin: auto;
}
.leading__container__content__image.read {
    margin: auto;
}
.leading__container__content__image.read img {
    max-height: 180px;
    width: auto;
    border: solid 1px #ccc;
    margin: auto;
}
.leading__container__content__image.goods {
    display: block;
    margin: 0.8em auto;
}
.leading__container__content__image.goods img {
    max-width: 220px;
    width: auto;
    max-height: 150px;
    margin: auto;
}
.notyet {
	position: relative;
    pointer-events: none!important;
}

.notyet:after {
    content: "準備中";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(180,180,180,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.24em;
    font-weight: bolder;
    color: #333;
}

.profile {
    width: 100%;
    overflow: hidden;
    background-color: #eaeaea;
    margin: auto;
    position: relative;
}
.profile__imageBox {
    position: relative;
    width: 100%;
}
.profile__imageBox:after {
    height: 1.2em;
    width: 100%;
    content: "Profile";
    background-color: #ff9050;
    display: block;
    position: relative;
    margin-top: -0.2em;
    color: #fff;
    font-size: 1.4em;
    z-index: 0;
    text-indent: 0.6em;
    box-shadow: 0px -1px 3px #777;
    padding-top: 0.1em;
    font-family: serif;
    font-weight: bold;
}
.profile__imageBox img {
    width: 50%;
    margin: auto;
    z-index: 1;
    position: relative;
}
.profile__textBox {
    font-size: 0.86em;
    line-height: 1.6em;
    padding: 0.3em 1em;
    width: 100%;
}
.profile__textBox__name {
    font-weight: bold;
    font-size: 1.1em;
}
.contribution {
    margin-top: -1.47em;
}
.contribution .container__title {
    font-family: serif;
    font-weight: bold;
    margin-bottom: 0.2em;
    font-size: 1.2em;
}
.contribution .container__caption {
    font-size: 1em;
    font-weight: bold;
    border-bottom: dotted 2px #ff9050;
}
.contribution .container__sheading {
    font-size: 1.4em;
    font-family: serif;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0.2em 0;
}
.contribution .container__headingArea {
    width: 100%;
    margin-bottom: 1em;
    max-width: 640px;
}
.contribution .container__wideImageArea {
    width: 100%;
    margin: 1.6em auto;
    border: solid 1px #ddd;
    padding: 4px;
    max-width: 600px;
}
.contribution .container__wideImageArea figure {
    margin: auto;
}
.contribution .container__wideImageArea figcaption {
    font-size: 0.82em;
    line-height: 1.4em;
}
.contribution .container__middleImageArea {
    width: 90%;
    margin: 0 auto 1.4em;
    display: table;
    max-width: 420px;
}
.contribution .container__middleImageArea.column2 img {
    display: inline-block;
    width: 49%;
    padding: 0 0.5%;
}
.contribution .container__mainArticle__text {
    text-indent: 1em;
    margin-bottom: 1.2em;
}
.contribution .container__mainArticle__text.finish {
    text-align: right;
}
.contribution .container__mainArticle__ssheading {
    border-left: solid 3px #ff9050;
    padding: 4px 8px;
    font-size: 1.2em;
    margin: 1em 0 0.6em;
}
.contactSection {
    margin-bottom: 2.4em;
}
.contactSection__heading {
    font-size: 1.2em;
    border-bottom: solid 2px #ff9050;
    margin: .5em auto;
    color: #005abb;
}
.contactSection__lists {
    margin: 0.6em auto;
}
.contactSection__lists li a {
    text-decoration: underline;
    line-height: 1.4em;
    margin-bottom: 0.6em;
    display: block;
}
.contactSection__contents {
    margin: 0 auto 0.6em;
}
.contactSection__contents__title {
    font-weight: bold;
}
.contactSection__contents__text {
    margin: 0 0 0.4em 1em;
}
.contactSection__contents__lists ul li {
    list-style-type: disc;
    margin-left: 1em;
    margin-bottom: 0.6em;
}
/*footer*/
.footer {
    background: url("https://kodomo-ojibagaeri.com/wp-content/themes/kog/img/footer_bg_bottom.png") repeat-x #ffffff;
    background-position: bottom;
    background-size: auto 16px;
    position: relative;
    z-index: 1;
    margin-bottom: 0.8em;
}
.footerInner__linkArea {
    display: block;
}
.footerInner__siteTitle {
    height: auto;
    margin: 0 auto 4px;
    max-width: 180px;
    text-align: center;
    width: 70%;
}
.footerInner__copyright {
    color: #ffffff;
    font-size: 0.8em;
    text-align: center;
    line-height: 1em;
    position: relative;
    top: 0.6em;
    margin: 10px 0;
}
.footer__menu hr {
    display: none;
    border: none;
    border-bottom: solid 1px #006adc;
}
.footer__menuLists {
    display: block;
    width: 100%;
    text-align: center;
}
.footer__menuList {
    width: 100%;
    display: none;
    vertical-align: top;
    font-size: 1em;
    padding: 0 0.8%;
}
.footer__menuList.column5 {
    width: 100%;
    display: none;
}
.footer__menuList.column5.showMobile {
    display: inline-block;
    font-size: 0.85em;
    width: auto;
}
.footer__menuList.column6 {
    width: 100%;
    display: none;
}
.footer__menuList.column6.showMobile {
    display: inline-block;
    font-size: 0.85em;
    width: auto;
}
.footer__menuList__linkArea {
    display: block;
    padding: 0.4em 0.6em;
    color: #0069DB;
    font-weight: bold;
    border-bottom: solid 2px #FFB621;
    text-align: center;
}
.footer__menuList__linkArea.showMobile {
    border: none;
}
.footer__submenuList {
    margin: 0.5em 0.3em;
    border-bottom: solid 1px #ff9050;
}
.footer__submenuList:last-child {
    margin-bottom: 0.5em;
}
.footer__submenuList__linkArea {
    display: block;
    padding: 1em;
    font-size: 0.8em;
    line-height: 1em;
    color: #0069DB;
}
.footer__submenuList__linkArea br {
    display: none;
}
/*others*/
#loader {
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
}
#loader img {
    width: auto;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.notFound {
    min-height: 30vh;
    position: relative;
}
.scrollTop {
    background: url("https://kodomo-ojibagaeri.com/wp-content/themes/kog/img/scrolltop.png") no-repeat #6698e9;
    background-size: 36px;
    background-position: center;
    border-radius: 4.6px;
    display: block;
    height: 100%;
    width: 100%;
}
.scrollTop-wrap {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4.6px;
    bottom: 18px;
    display: block;
    right: 10px;
    height: 46px;
    padding: 4px;
    position: fixed;
    width: 46px;
}
.active.snsArea-wrap {
    height: 126px;
    transition: height 0.2s linear 0s;
}
.active .snsArea {
    background: #6698ea;
    border-radius: 4.6px;
}
.active .snsArea__lists {
    display: block;
}
.active .snsArea-wrap {
    background: #6698ea;
    height: auto;
}
.active .snsArea__share {
    background-image: url("https://kodomo-ojibagaeri.com/wp-content/themes/kog/img/sns_close.png");
    background-size: 30px;
}
.snsArea__lists {
    display: none;
}
.snsArea-wrap {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4.6px;
    bottom: 18px;
    display: block;
    left: 10px;
    height: 46px;
    overflow: hidden;
    padding: 4px;
    position: fixed;
    width: 46px;
    transition: height 0.1s linear 0s;
}
.snsArea__share {
    background: url("https://kodomo-ojibagaeri.com/wp-content/themes/kog/img/share.png") no-repeat #6698ea;
    background-size: 36px;
    background-position: center;
    border-radius: 4.6px;
    height: 38px;
    width: 38px;
    display: block;
}
.snsArea__list__linkArea {
    display: block;
}
.snsArea__list__linkArea__icon {
    display: block;
    height: 40px;
    width: 40px;
    background-size: 28px;
    background-position: center;
    background-repeat: no-repeat;
}
.snsArea__list__linkArea__icon.facebook {
    background-image: url("https://kodomo-ojibagaeri.com/wp-content/themes/kog/img/facebook.png");
}
.snsArea__list__linkArea__icon.twitter {
    background-image: url("https://kodomo-ojibagaeri.com/wp-content/themes/kog/img/twitter.png");
}
.button {
    font-weight: bolder;
    padding: 0.4em 1em;
    border-radius: 1em;
}
.button.historyBack {
    color: #056CDD;
    background-color: #FFF6D1;
    border: solid 2px #FFB721;
}
.button.historyBack:focus {
    outline: none;
    transform: scale(1.1);
    opacity: 0.7;
}
@media all and (min-width: 481px) {
    /* Tablet */
    /*common*/
    body {
        font-size: 16px;
    }
    /*header*/
    .header {
        background-size: auto 24px;
    }
    .headerInner {
        padding-top: 32px;
    }
    .menu {
        height: 56px;
        width: 56px;
    }
    .menu.active .menuLists {
        top: 114px;
    }
    .menu__hamburger {
        background-size: 42px;
        border-radius: 28px;
        height: 56px;
        right: 15px;
        top: 25px;
        width: 56px;
    }
    /*contents*/
    .main:before {
        background-size: auto 24px;
        height: 24px;
    }
    .main {
        background-size: auto 24px;
        padding-bottom: 48px;
    }
    .container__heading {
        max-width: 240px;
    }
    .container__subheading img {
        max-width: 360px;
        width: 70%;
    }
    .container__yakusokuArea__captionArea.ikiru:before {
        left: 14.5%;
    }
    .container__yakusokuArea__captionArea.mono:before {
        left: 48.5%;
    }
    .container__yakusokuArea__captionArea.nakayoku:before {
        left: 82.5%;
    }
    .container__bgArea {
        border-radius: 12px;
        height: 170px;
        width: 170px;
    }
    .container__bgArea__image {
        height: 170px;
        right: -30px;
        top: -20px;
        width: 170px;
    }
    .container__imageArea {
        margin: 14px auto 0;
        max-width: 480px;
    }
    .container__innersection__imageBox {
        width: 33%;
    }
    .container__innersection__imageBox.aquatama {
        display: table-cell;
    }
    .container__innersection__question__imageArea {
        width: 120px;
    }
    .container__innersection__answer__imageArea {
        width: 120px;
    }
    .container__galleryArea__gallery {
        height: 160px;
        width: 160px;
    }
    .container__galleryArea__gallery a {
        height: 160px;
        width: 160px;
    }
    .container__galleryArea__gallery img {
        max-height: 152px;
        max-width: 152px;
    }
    .container__mediaArea__image {
        float: left;
        max-width: 120px;
        margin: 0 0.6em;
    }
    .container__mediaArea__subheading br {
        display: block;
    }
    .eventContainer__image {
        height: 180px;
    }
    .homeContents {
        padding: 0 10%;
    }
    .listItem__linkArea {
        box-shadow: 5px 5px 10px #AFAA8E;
    }
    .leading__container__content.read {
        width: 44%;
    }
    .leading__container__content.goods {
        width: 44%;
    }
    .leading__container__content__heading {
        font-size: 1.2em;
    }
    .leading__container__content__heading.download.illust:before,
    .leading__container__content__heading.download.illust:after {
        height: 70px;
        width: 52px;
        top: -7px;
    }
    .leading__container__content__heading.download.illust:before {
        left: 15%;
    }
    .leading__container__content__heading.download.illust:after {
        right: 15%;
    }
    .leading__container__content__text.wide {
        padding: 0.4em 1em;
    }
    .profile__imageBox {
        width: 40%;
        float: left;
        padding: 8px;
        margin-top: 2em;
    }
    .profile__imageBox:after {
        display: none;
    }
    .profile__imageBox img {
        width: 90%;
        max-width: 170px;
    }
    .profile__textBox__name {
        display: block;
        margin-top: 2em;
    }
    .profile__textBox:before {
        height: 1.2em;
        width: 100%;
        content: "Profile";
        background-color: #ff9050;
        display: block;
        position: absolute;
        left: 0;
        margin-top: -0.2em;
        color: #fff;
        font-size: 1.4em;
        z-index: 0;
        text-indent: 0.6em;
        box-shadow: 0px -1px 3px #777;
        padding-top: 0.1em;
        font-family: serif;
        font-weight: bold;
    }
    .contribution .container__mainArticle__ssheading {
        border-left: solid 5px #ff9050;
        font-size: 1.44em;
    }
    .contribution .container__sheading {
        font-size: 1.6em;
        line-height: 1.6em;
    }
    /*footer*/
}
@media all and (min-width: 769px) {
    /* PC */
    /*common*/
    body {
        font-size: 18px;
    }
    /*header*/
    .header {
        background-size: auto 24px;
        min-width: 1024px;
    }
    .headerInner {
        display: table;
        padding-top: 40px;
        width: 1024px;
    }
    .headerInner__siteTitle {
        display: table-cell;
        width: 33%;
        margin: 0 20px;
    }
    .menu {
        bottom: 0;
        display: table-cell;
        height: 60px;
        margin: auto;
        padding: 0 0 0 40px;
        position: relative;
        vertical-align: middle;
        width: 60%;
        transition: inherit;
    }
    .menu__hamburger {
        display: none;
    }
    .menuLists {
        display: table;
        width: 100%;
    }
    .menuList {
        background-color: white;
        border-top: inherit;
        border-bottom: inherit;
        display: table-cell;
        padding: 0 2%;
        text-align: center;
        width: 20%;
        position: relative;
    }
    .menuList.displayNone {
        display: none;
        border-top: inherit;
    }
    .menuList.gnavLast {
        border-bottom: inherit;
    }
    .menuList.gnavLast:after {
        bottom: 0;
        content: url("https://kodomo-ojibagaeri.com/wp-content/themes/kog/img/navline.png");
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
    }
    .menuList__linkArea {
        padding-bottom: 8px;
    }
    .menuList__linkArea.current {
        background-color: inherit;
        border-bottom: solid 2px #ff9050;
        color: #006ADC;
    }
    .menuList__linkArea.current:after {
        background: white;
        border-bottom: solid 2px #ff9050;
        border-right: solid 2px #ff9050;
        bottom: -4px;
        content: "";
        display: block;
        height: 8px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        transform: rotate(45deg);
        width: 8px;
    }
    .menuList__linkArea:hover {
        background-color: rgba(255, 246, 209, 0.5);
        transition: inherit;
    }
    .menuList__text.displayNone {
        display: none;
    }
    .menuList:before {
        bottom: 0;
        content: url("https://kodomo-ojibagaeri.com/wp-content/themes/kog/img/navline.png");
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 0;
    }
    .menuList img {
        display: block;
        height: 60px;
        margin: auto;
        width: 60px;
    }
    /*breadcrumb*/
    .breadcrumbsArea {
        margin: 0 auto;
        max-width: 1024px;
    }
    .breadcrumbs {
        width: 96%;
    }
    /*contents*/
    .main:before {
        background-size: auto 24px;
        height: 24px;
    }
    .main {
        background-size: auto 24px;
        min-width: 1024px;
        padding-bottom: 48px;
    }
    .container {
        padding: 0 36px 1em;
    }
    .container__heading {
        max-width: 240px;
    }
    .container__subheading img {
        left: 5px;
    }
    .container__subheading__visual {
        float: left;
        width: 46%;
        margin-right: 3%;
    }
    .container__bgArea {
        height: 450px;
        width: 450px;
    }
    .container__bgArea.access {
        height: auto;
    }
    .container__bgArea__image {
        height: 450px;
        right: -80px;
        top: -65px;
        width: 450px;
    }
    .container__bgArea__image.access {
        height: auto;
        right: 0;
        top: 0;
    }
    .container__text {
        display: inline-block;
        padding-bottom: 60px;
        width: 50%;
    }
    .container__text.paddingNone {
        padding-bottom: 0px;
        margin-bottom: 0.8em;
    }
    .container__text.wide {
        width: 100%;
    }
    .container__imageArea {
        max-width: 100%;
    }
    .container__imageBox {
        width: 33%;
    }
    .container__imageBox.aqua {
        display: table-cell;
    }
    .container__tabSection__leftArea {
        display: inline-block;
        vertical-align: top;
        width: 40%;
        transform: matrix3d(0.8, 0, 0.5, 0.0006, 0, 0.95, 0, 0, -0.5, 0, 0.87, 0, 0, 0, 0, 1);
        box-shadow: -5px 5px 10px #999;
    }
    .container__tabSection__rightArea {
        display: inline-block;
        vertical-align: top;
        width: 59%;
    }
    .container__question__imageArea {
        width: 140px;
    }
    .container__question__textArea {
        top: 1em;
    }
    .container__question__textArea__text {
        width: 75%;
    }
    .container__answer {
        width: 81.5%;
        right: 0;
        margin-left: auto;
        margin-right: 0;
    }
    .container__answer__imageArea {
        width: 140px;
    }
    .container__tabArea {
        background-size: 94% 100%;
        height: 74px;
    }
    .container__tabItem__linkArea {
        margin: 20px 6px 0;
    }
    .container__hogosyaVoice {
        float: left;
        margin: 0 2% 3em 0;
        width: 31%;
        min-height: 170px;
        font-size: 0.9em;
        line-height: 1.74em;
    }
    .container__hogosyaVoice__rightArea:after {
        top: 20px;
        bottom: inherit;
    }
    .container__hogosyaVoice__leftArea {
        vertical-align: top;
        width: 30%;
    }
    .container__yakusokuArea {
        font-weight: bolder;
        left: inherit;
        margin: 1em auto;
        padding: 0.8em 2% 0;
        text-indent: 1.4em;
        width: 80%;
    }
    .container__yakusokuArea__captionArea {
        width: 76%;
        margin: 1em auto;
    }
    .container__rightImage {
        width: 46%;
        float: right;
    }
    .container__mediaArea {
        width: 44%;
        display: inline-block;
        vertical-align: top;
        margin-left: 2em;
    }
    .container__accessSection {
        max-width: 860px;
        padding: 2em 3em 1em;
    }
    .container__accessSection__text {
        width: 96%;
    }
    .container__policySection__bannerArea {
        width: 80%;
    }
    .container__policySection__banner__list {
        width: 50%;
        display: table-cell;
    }
    .mapArea {
        width: 400px;
        height: 400px;
        float: right;
        position: relative;
        right: 34px;
    }
    .mapArea.fixed {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 48px;
        margin: auto;
    }
    .eventContainer {
        width: 100%;
        position: relative;
    }
    .eventContainer__image {
        height: 210px;
        display: inline-block;
        max-width: 320px;
        width: 100%;
    }
    .eventContainer__image.eventContainer__image--wide img {
        max-height: none;
    }
    .eventContainer__image img {
        padding: 8px;
        background: #eaeaea;
        display: inline-block;
        box-shadow: 0px 2px 5px #666;
        height: 100%;
    }
    .eventContainer__infoArea {
        width: 58%;
        float: right;
    }
    .eventContainer__infoArea__title {
        text-align: left;
    }
    .eventContainer__infoArea__catchPhrase {
        font-size: 1.2em;
        margin-bottom: 0.4em;
    }
    .eventContainer__infoArea__buttonArea {
        margin: 0.8em auto 0;
    }
    .eventContainer__infoArea__buttonArea__button {
        padding: 2px 8px;
        display: inline-block;
        width: 45%;
    }
    .eventContainer__infoArea__buttonArea__button:before {
        width: 1.4em;
        height: 1.4em;
    }
    .homeContents {
        width: 1024px;
        padding: 0;
    }
    .listItem {
        display: inline-table;
        margin: 1.5%;
        vertical-align: top;
        width: 46.5%;
    }
    .listItem__linkArea {
        box-shadow: 3px 3px 7px #AFAA8E;
    }
    .leading__container {
        display: table;
        width: 100%;
        margin-bottom: 3em;
    }
    .leading__container__title {
        display: table-cell;
        width: 22%;
        border-bottom: inherit;
        border-right: solid 3px;
        font-size: 1.1em;
    }
    .leading__container__content {
        max-width: 280px;
    }
    .leading__container__content.goods {
        margin-bottom: 2em;
    }
    .leading__container__content__heading.download.illust:before,
    .leading__container__content__heading.download.illust:after {
        height: 80px;
        width: 64px;
        top: -8px;
    }
    .leading__container__content__heading.download.illust:before {
        left: 18%;
    }
    .leading__container__content__heading.download.illust:after {
        right: 18%;
    }
    .profile {
        width: 210px;
        display: inline-block;
    }
    .profile__textBox {
        padding: 0.3em 0.4em;
    }
    .profile__textBox:before {
        display: none;
    }
    .profile__textBox__name {
        margin-top: 0;
        font-size: 0.88em;
        line-height: 1.3em;
    }
    .profile__textBox__text {
        font-size: 0.78em;
        line-height: 1.49em;
    }
    .profile__imageBox {
        width: 100%;
        margin-top: 0;
        padding: 0;
        float: none;
    }
    .profile__imageBox img {
        max-width: 150px;
    }
    .profile__imageBox:after {
        display: block;
    }
    .contribution .container__mainArticle {
        width: 86%;
        margin: 2em auto 0;
    }
    .contribution .container__mainArticle__ssheading {
        border-left: solid 5px #ff9050;
        font-size: 1.44em;
    }
    .contribution .container__sheading {
        font-size: 1.6em;
        line-height: 1.6em;
    }
    .contribution .container__wideImageArea {
        padding: 0;
        border: none;
    }
    .contribution .container__wideImageArea.mainImage {
        display: inline-block;
        margin: 0 0 0 16px;
        max-width: 580px;
        vertical-align: top;
    }
    .contribution .container__middleImageArea.column2 {
        max-width: 520px;
    }
    /*footer*/
    .footer {
        min-width: 1024px;
        background-size: auto 28px;
    }
    .footerInner {
        max-width: 924px;
        margin: 0 auto;
    }
    .footerInner__siteTitle {
        margin: 0 auto 4px;
    }
    .footer__menu {
        margin: 0.4em auto 1.6em;
    }
    .footer__menu hr {
        display: block;
        margin: 0.4em 0;
    }
    .footer__menuLists {
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    .footer__menuList {
        display: block;
        width: 18%;
        margin: 0 1%;
        font-size: 0.8em;
    }
    .footer__menuLists.column6 .footer__menuList.showMobile {
        width: 14.66%;
        margin: 0 1%;
    }
    .footer__menuList__linkArea {
        padding: 0;
    }
    .footer__menuList__linkArea.showMobile {
        border-bottom: solid 2px #FFB621;
    }
    .footer__submenuList__linkArea {
        margin-bottom: 0.2em;
        padding: 0.4em;
    }
    .footer__submenuList__linkArea br {
        display: block;
    }
    .snsArea {
        display: block;
    }
    .snsArea-wrap {
        background: #6698e9;
        border-radius: 10px;
        border-top-left-radius: inherit;
        border-bottom-left-radius: inherit;
        height: 80px;
        left: 0;
        padding: 0;
    }
    .snsArea__share {
        display: none;
    }
    .snsArea__lists {
        display: block;
        text-align: center;
    }
    /*PC end*/
}
/*IE用CSS*/
@media all and (-ms-high-contrast: none) {
    .container__question__textArea__text:before {
        top: 1.5em;
    }
}
@media all and (min-width: 481px) and (-ms-high-contrast: none) {
    /* Tablet */
    .container__question__textArea__text:before {
        top: 2em;
    }
}
@media all and (min-width: 769px) and (-ms-high-contrast: none) {
    /* PC */
    .container__question__textArea__text:before {
        top: 4.5em;
    }
}
/*IE用CSSここまで*/
/*CSSアニメーションここから*/
.download.leading__container__content__heading.illust:before {
    animation-duration: 0.5s;
    animation-name: pikky;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}
.download.leading__container__content__heading.illust:after {
    animation-duration: 0.5s;
    animation-name: ribon;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    animation-delay: 0.5s;
}
@keyframes pikky {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(4deg);
    }
}
@keyframes ribon {
    0% {
        transform: rotate(-4deg);
    }
    100% {
        transform: rotate(0deg);
    }
}
/*CSSアニメーションここまで*/
