html {
    --gutter: 2.3vw;
    --impact-font: "futura-pt", sans-serif;
    --normal-font: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-family: var(--normal-font);
  margin: 0;
  color: #333333;
  font-size: 2.5vw;
}

a {
  text-decoration: inherit;
  color: inherit;
  color: #0E89CB;
  text-decoration: underline;
}

input {
  border: none;
  font-size: inherit;
  margin: 0;
}

button {
  border: none;
  background: none;
  font-size: inherit;
  margin: 0;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
}

img {
    vertical-align: top;
}

/* footer
**********************************************************************/
/* menu */
footer #menu { background: url(../images/origin/menu_title_bg.jpg) repeat-x; background-size: 5px 38px; height: 278px; padding: 3px 0 0 0; }
footer #menu div { position: static; bottom: 0; left: 0; }
footer #menu .fixed { position: fixed; }
footer #menu div #menuTitle { background: url(../images/origin/menu_title_bg.jpg) repeat-x left bottom; background-size: 5px 38px; border-radius: 0 3px 0 0; width: 116px; height: 35px; }
footer #menu div #menuTitle a { background: url(../images/origin/menu_title.png) no-repeat; background-size: 116px 70px; display: block; width: 116px; height: 35px; font-size: 1px; line-height: 1px; text-indent: -9999px; }
footer #menu div #menuTitle a.open { background-position: 0 -35px; }
footer #menu div nav { /* Webkit用 */ background: url(../images/origin/menu_bg.png) no-repeat right top, -webkit-gradient(linear, left top, right bottom, color-stop(0, #d02b00), color-stop(1, #a22b00)); /* Firefox用 */ background: url(../images/origin/menu_bg.png) no-repeat right top, -moz-linear-gradient(left top, #d02b00, #a22b00); background-size: 320px 240px, 100% 100%; display: none; border-top: 3px solid #832500; }
footer #menu div nav ul { background: url(../images/origin/menu_border_v.png) repeat-y center top; background-size: 3px 3px; overflow: hidden; }
footer #menu div nav ul li { background: url(../images/origin/menu_border_h.png) repeat-x; background-size: 3px 3px; width: 50%; padding: 0px 15px !important; float: left; font-size: 1px; line-height: 1px; }
footer #menu div nav ul li span { background: url(../images/origin/arrow.png) no-repeat center left; background-size: 5px 7px; padding: 0 12px; font-size: 13px !important; line-height: 160% !important; font-weight: bold; display: block; color: #FFFFFF; }
footer #menu div nav ul li:nth-child(1) { background: none; }
footer #menu div nav ul li:nth-child(2) { background: none; }
footer #menu div nav ul li a { display: block; padding: 20px 0; }
footer .copy-text {
    font-size: 14px;
    text-decoration: none;
}

/* media */
footer #media { background: url(../images/origin/media_bg.gif); padding: 14px 0; text-align: center; }
footer #media p { font-size: 14px; font-weight: bold; color: #333; line-height: 100%; }
footer #media p a { color: #777; text-decoration: underline; }

/* ft_gengo */
footer #ft_gengo { background: #333; padding: 14px 0; text-align: center; }
footer #ft_gengo p { font-size: 14px; font-weight: bold; color: #FFF; line-height: 100%; }
footer #ft_gengo p a { color: #ccc; text-decoration: underline; }
.ft_about {
    color: white;
    font-size: 2.3vw;
    text-align: center;
    margin-top: 14px;
}

/* copyrights 01 */
footer #copyrights01 { background: #999; padding: 1px 10px; }
footer #copyrights01 dl { margin-bottom: 0; }
footer #copyrights01 dl dt a { background: url(../images/origin/copyrights_icon.gif) no-repeat right 3px; display: block; background-size: 12px 40px; padding: 0 18px 0 0; color: #FFF; line-height: 100%; text-align: right; }
footer #copyrights01 dl dt a.open { background-position: right -17px; }
footer #copyrights01 dl dd {
    margin: 1em 0 0 0;
    font-size: 12px;
    color: #FFF;
    overflow: hidden;
    transition: .3s max-height;
}
footer #copyrights01 dl dd.-open {
}

/* copyrights 02 */
footer #copyrights02 { background: #333; padding: 15px 0; }
footer #copyrights02 p { font-size: 1px; line-height: 1px; text-align: center; }


.btn-more {
    display: flex;
    justify-content: center;
}
.btn-more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64.5vw;
    height: 12.5vw;
    background-color: black;
    border-radius: 20px;
    color: white;
    font-size: 4.16vw;
    font-weight: 500;
    text-decoration: none;
    position: relative;
}
.btn-more a::after {
    content: "";
    display: block;
    width: 6vw;
    height: 6vw;
    background: url(../images/btn-arrow.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3.5vw;
    margin: auto 0;
}
.btn-more.-other a {
    font-size: 3.6vw;   
}
.btn-more.-pink a {
    background-color: #ff7192;
    font-size: 3.3vw;
    text-indent: -1em;
}
.btn-more.-enji a {
    background-color: #9B003F;
    font-size: 3.3vw;
    text-indent: -1em;
}
.btn-more:nth-child(2) {
    margin-top: 4.6vw;
}


.header {
    background: white;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    top: 0;
    left: 0;
    width: 100%;
    height: 14vw;
    padding: 0 var(--gutter) !important;
    z-index: 20;
    position: relative;
}
.header::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #4851ce 0%, #4851ce 25%, #e7161a 25%, #e7161a 50%, #54c01a 50%, #54c01a 75%, #f86d07 75%, #f86d07 100%);

    position: absolute;
    bottom: 0;
    left: 0;
}
.logo {
    width: 38.8vw;
    position: relative;
    transition: .5s opacity;
}
.logo img {
    width: 100%;
}
.logo.-hide {
    /* opacity: 0; */
}
.nav-logo {
    width: 38.8vw;
    position: relative;
    transition: .5s opacity;
    height: 14vw;
    left: var(--gutter);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.nav-logo img {
    width: 100%;
}

.header-btn {
    width: 8.5vw;
    height: 8.5vw;
    margin-right: 1.6vw;
    background: black;
    border-radius: 50%;
    position: fixed;
    top: 2vw;
}
.btn-search {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 22;
    right: calc(var(--gutter) * 2 + 8.5vw );

    transition: .5s opacity;
}
.btn-search img {
    width: 5.1vw;
}
.navi-active .btn-search {
    opacity: 0;
}
.btn-navi {
    z-index: 25;
    right: var(--gutter);
}
.btn-navi::before,
.btn-navi::after {
    content: "";
    width: 6vw;
    height: 2px;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;  
    margin: auto;
    transition: .5s transform;
    will-change: transform;
}
.btn-navi::before {
    transform: translate(0, -1vw);
}
.btn-navi::after {
    transform: translate(0, 1vw);
}
.search-active .btn-navi::before,
.navi-active .btn-navi::before {
    transform: rotate(20deg);
}
.search-active .btn-navi::after,
.navi-active .btn-navi::after {
    transform: rotate(-20deg);
}
.float-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;

    transform: translate(0, -100%);
    transition: .5s transform;

    background-color: #e2e4e8;
    height: 31.5vw;
    z-index: 24;
    padding: 4.6vw;
}
.search-active .float-search {
    transform: translate(0, 0);
}
.float-search .inner {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
}
.float-search .input {
    width: 100%;
    position: relative;
}
.float-search .input i {
    display: block;
    width: 8.16vw;
    height: 8.16vw;
    background: url(../images/search-icon-black.png) center center no-repeat;
    background-size: contain;

    position: absolute;
    top: 0;
    bottom: 0;
    right: 3.5vw;
    margin: auto;
}
.float-search input {
    font-size: 3.16vw;
    padding: 5.3vw 8.5vw 5.3vw 5vw;
    width: 100%;
    border-radius: 5px;
}
.float-navi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* padding-top: 14vw; */
    overflow: scroll;

    background-color: white;
    z-index: 23;

    transform: translate(0, -100%);
    transition: .5s transform;
}
.navi-active .float-navi {
    transform: translate(0, 0);
}
.nav-list {
    padding: 4vw;
}
.nav-item {
    position: relative;
    padding-left: 4vw;
    margin-bottom: 5vw;
}
.nav-item::before {
    content: "";
    display: block;
    width: 1.5vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #6972ed;
}
.nav-item::after {
    content: "";
    display: block;
    width: 1.5vw;
    height: 1.66vw;
    position: absolute;
    left: 0;
    top: 0;
    background-color: black;
}
.nav-item:first-child::before {
    background-color: #e7161a;
}
.nav-item:nth-child(2)::before {
    background-color: #e7161a;
}
.nav-item:nth-child(3)::before {
    background-color: #f86d07;
}
.nav-item:nth-child(4)::before {
    background-color: #54c01a;
}
.nav-item:nth-child(5)::before {
    background-color: #25c9ff;
}
.nav-item:nth-child(6)::before {
    background-color: #25c9ff;
}
.nav-item:nth-child(7)::before {
    background-color: #f1bf11;
}
.nav-item:nth-child(8)::before {
    background-color: #f1bf11;
}
.nav-item:nth-child(9)::before {
    background-color: #ff748e;
}
.nav-item:nth-child(10)::before {
    background-color: #6972ed;
}

.nav-item a {
    font-family: var(--impact-font);
    font-size: 6.6vw;
    text-decoration: none;
    color: black;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.nav-item.-ja a {
    font-size: 5vw;
}
.nav-item a::after {
    content: "＞";
    font-size: 6.6vw;
    font-weight: normal;
    margin-left: 4.16vw;
}


.section {
    padding-bottom: 10.8vw;
}
.section-title {
    width: 100%;
    padding: 8vw 0 0 5.6vw;
    position: relative;
    margin-bottom: 7.6vw;
}
.section-title::before {
    content: "";
    display: block;
    width: 1.5vw;
    height: 100%;
    background-color: #ff7192;
    position: absolute;
    top: 0;
    left: 0;
}
.section-title::after {
    content: "";
    display: block;
    width: 1.5vw;
    height: 3.6vw;
    background-color: black;
    position: absolute;
    bottom: 0;
    left: 0;
}

.section-title-main {
    font-size: 7.8vw;
    font-weight: bold;
    font-family: var(--impact-font);
    line-height: .7em;
}
.section-title-sub {
    font-size: 3vw;
    line-height: 1em;
    margin-top: 2vw;
    font-weight: bold;
}
.section-body {
    padding: 0 var(--gutter);   
}
.section-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-footer {
    margin-top: 6.16vw;
}
.section-list {
    margin: -3vw 0 0 -3.3vw;
}
.card-item {
    width: calc(50% - 3.3vw);
    padding: 3vw;
    background-color: #e2e4e8;
    border-radius: 10px;
    margin-top: 3vw;
    margin-left: 3.3vw;
    display: block;
    text-decoration: none;
}
.card-item-img {
    width: 100%;
    margin-bottom: 2.5vw;
    background-color: white;
    padding: 1vw;
    border-radius: 5px;
}
.card-item-img span {
    display: block;
    border-radius: 5px;
    overflow: hidden;
}
.card-item-img img {
    width: 100%;
}
.card-item-text {
    font-weight: bold;
    font-size: 2.5vw;
    text-decoration: none;
    color: #333333;
}
.card-item-tags {
    margin-bottom: 3.1vw;
}
.card-item-tag {
    display: inline-block;
    background-color: #ff7192;
    padding: 1.3vw 2vw;
    line-height: 1em;
    color: white;
    font-size: 2.5vw;
    font-weight: bold;
    border-radius: 5px;
}
.card-item-meta {
    margin-top: 6.1vw;
    color: #333333;
}
.card-item-date {
    text-align: right;
    font-weight: bold;
    font-size: 2.5vw;
}
.card-item-created {
    text-align: left;
    font-weight: 700;
    font-size: 3vw;
    line-height: 1em;
    margin-bottom: 4.3vw;
}


.page-search {
    margin-top: 2.3vw;
}
.page-search .input {
    width: 100%;
    position: relative;
}
.page-search .input i {
    display: block;
    width: 8.16vw;
    height: 8.16vw;
    background: url(../images/search-icon-black.png) center center no-repeat;
    background-size: contain;

    position: absolute;
    top: 0;
    bottom: 0;
    right: 3.5vw;
    margin: auto;
}
.page-search input {
    font-size: 3.16vw;
    padding: 5.3vw 8.5vw 5.3vw 5vw;
    width: 100%;
    border-radius: 5px;
}

.page-header {
    background-color: #e2e4e8;
    padding: 4.16vw 4.6vw;
}

.page-breadcrumbs {
    display: flex;
    align-items: center;
}
.page-breadcrumb {
    font-size: 2.16vw;
    font-weight: bold;
    color: black;
    text-decoration: none;
}
.page-breadcrumb::after {
    content: "＞";
    margin: 0 1vw;
}
.page-breadcrumb:last-child::after {
    content: "";
    margin: 0;
}

.pagenation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 7.6vw 0;
}
.pagenation .-item {
    width: 9.6vw;
    height: 9.6vw;
    border-radius: 1.66vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.16vw;
    margin-right: 2.3vw;
}
.pagenation .-item:last-child {
    margin-right: 0;
}
.pagenation a {
    color: black;
    text-decoration: none;
    background-color: #e2e4e8;
}
.pagenation span {
    color: white;
    background-color: black;
}
.pagenation .-prev {
    width: 15.3vw;
    font-size: 3vw;
}
.pagenation .-prev::before {
    content: "＜";
    margin-right: 2vw;
}
.pagenation .-next {
    width: 15.3vw;
    font-size: 3vw;
}
.pagenation .-next::after {
    content: "＞";
    margin-left: 2vw;
}



.pagenation-month {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 7.6vw 0;
}
.pagenation-month .-item {
    width: 9.6vw;
    height: 9.6vw;
    border-radius: 1.66vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4.16vw;
    margin-right: 4vw;
}
.pagenation-month .-item:last-child {
    margin-right: 0;
}
.pagenation-month a {
    color: white;
    text-decoration: none;
    background-color: #282828;
}
.pagenation-month span {
    color: white;
    background-color: #282828;
}
.pagenation-month .-next, .pagenation-month .-prev {
    width: 15.3vw;
    font-size: 3vw;
}
.pagenation-month .-next::after {
    content: "＞";
    margin-left: 2vw;
}
.pagenation-month .-prev::before {
    content: "＜";
    margin-right: 2vw;
}


.page-content-header {
    position: relative;
    padding-left: 5.6vw;
    margin-bottom: 3vw;
    min-height: 17.8vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.page-content-header::before {
    content: "";
    display: block;
    width: 1.5vw;
    height: 100%;
    background-color: #e7161a;
    position: absolute;
    top: 0;
    left: 0;
}
.page-content-header::after {
    content: "";
    display: block;
    width: 1.5vw;
    height: 3.6vw;
    background-color: black;
    position: absolute;
    bottom: 0;
    left: 0;
}
.page-content-title {
    font-weight: bold;
    font-size: 7.8vw;
    font-family: var(--impact-font);
    line-height: .8;
    margin-bottom: 1vw;
}
.page-content-title_sub {
    font-size: 3vw;
    font-weight: bold;
}

.selector {
    position: relative;
    border-radius: 1.6vw;
    background-color: white;
    width: 100%;
    height: 10vw;
    z-index: 10;
}
.selector input {
    display: none;
}
.selector-wrap {
    position: absolute;
    width: 100%;
    border-radius: 1.6vw;
    background-color: white;
    overflow: hidden;
}
.selector-selected {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 4vw;
    height: 10vw;
    position: relative;
}
.selector-selected span {
    font-size: 3.16vw;
    font-weight: 500;
}
.selector-selected i {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2vw;
    margin: auto;
    width: 3.8vw;
    height: 2.66vw;
    background: url(../images/icon-selector.png) center center no-repeat;
    background-size: contain;
}
.selector-options {
    background-color: white;
    padding: 0 2vw;
    padding-top: .5vw;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    height: 0;
    max-height: 300px;
    overflow-y: scroll;
}
.selector-option {
    font-size: 3.16vw;
    font-weight: 500;
    padding: 0 2vw;
    height: 6vw;
    display: flex;
    align-items: center;
    margin-bottom: 3.3vw;
    transition: .5s all;
}
.selector-option:hover {
    background-color: #282828;
    color: white;
}
.selector.-active {
    z-index: 11;
}
.selector.-active .selector-wrap {
    box-shadow: 0 3px 15px rgba(0, 0, 0, .37);
}
.selector.-active .selector-options {
    height: auto;
    opacity: 1;
    pointer-events: all;    
}

.flick-item {
    display: block;
    text-decoration: none;
}
.flick-item-text {
    color: #333333;
}
.flick-item-created {
    color: #333333;
}
.flick-item-meta {
    color: #333333;
}