@charset "UTF-8";

/*share*/

html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'KozGoPr6N Regular','Noto Sans Japanese',sans-serif;
    color: #4e4e4e;
    overflow-x: hidden
}

html {
    overflow-y: scroll;
}

    * {
    margin: 0;
    padding: 0;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    }

a {
    text-decoration: none;
    -webkit-transition: all .6s;
    transition: all .6s;
    background-color: transparent;
    color: #000;
}

a:hover {
    opacity: .8;
    /*animation: btn_action ease-out 1s 0s;*/
    animation-fill-mode: forwards
}

a:active,a:hover {
    outline-width: 0
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    border-style: none
}

figure {
    line-height: 0
}

li {
    list-style: none
}

video {
    width: 100%;
}

caption,th,td {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}

code,kbd,pre,samp,tt {
    font-family: monospace;
    line-height: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%
}

button,fieldset,form,input,label,legend,select,textarea {
    border: 0;
    background: none;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    vertical-align: baseline;
    -webkit-appearance: none;
}

input:active,input:focus,textarea:active,textarea:focus,button:active,button:focus,a:active,a:focus {
    outline: 0
}

q:before,q:after {
    content: ""
}

input:-webkit-autofill,textarea:-webkit-autofill {
    box-shadow: 0 0 0 1000px #fff inset
}

audio:not([controls]) {
    display: none;
    height: 0
}

hr {
    overflow: visible
}

[hidden],template {
    display: none
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none
}

b,strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

input {
    border-radius: 0
}

[type=search] {
    -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

optgroup {
    font-weight: 700
}

button {
    overflow: visible
}

button,html [type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

button,select {
    text-transform: none
}

button,input,select,textarea {
    background-color: transparent;
    border-style: none;
    color: inherit
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

progress {
    vertical-align: baseline
}

svg:not(:root) {
    overflow: hidden
}

audio,canvas,progress,video {
    display: inline-block
}

@keyframes scaleable {
    0% {
        transform: scale(1)
    }

    40% {
        transform: scale(1.5)
    }

    to {
        transform: scale(1)
    }
}

@keyframes scale_basic {
    0% {
        transform: scale(.8)
    }

    50% {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes hovering {
    0% {
        transform: translate(0)
    }

    50% {
        transform: translateY(-10px)
    }

    to {
        transform: translate(0)
    }
}

@keyframes letterAnimation {
    0% {
        bottom: 0
    }

    70% {
        bottom: 0
    }

    85% {
        bottom: 8px
    }

    to {
        bottom: 0
    }
}

@keyframes eraser_slide_reverse {
    0% {
        transform: translate(-6.2%)
    }

    to {
        transform: translate(0)
    }
}

@keyframes eraser_slide_top {
    0% {
        transform: translate(0)
    }

    20% {
        transform: translate(-6.2%)
    }

    30% {
        transform: translate(-6.2%)
    }

    40% {
        transform: translate(6.2%)
    }

    50% {
        transform: translate(6.2%)
    }

    60% {
        transform: translate(-6.2%)
    }

    70% {
        transform: translate(-6.2%)
    }

    80% {
        transform: translate(6.2%)
    }

    90% {
        transform: translate(6.2%)
    }

    to {
        transform: translate(0)
    }
}

@keyframes eraser_slide_bottom {
    0% {
        transform: translate(0)
    }

    20% {
        transform: translate(-2.5%)
    }

    40% {
        transform: translate(6.2%)
    }

    60% {
        transform: translate(-2.5%)
    }

    80% {
        transform: translate(6.2%)
    }

    to {
        transform: translate(0)
    }
}

@keyframes pen_slide {
    0% {
        transform: translateY(-10px)
    }

    20% {
        transform: translateY(10px)
    }

    40% {
        transform: translateY(-10px)
    }

    60% {
        transform: translateY(10px)
    }

    80% {
        transform: translateY(-10px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes scale_number {
    0% {
        transform: scale(.8)
    }

    50% {
        transform: scale(1.5)
    }

    to {
        transform: scale(1)
    }
}

@keyframes fuwafuwa {
    0% {
        transform: translate(1px) rotate(-3deg)
    }

    50% {
        transform: translateY(5px) rotate(0)
    }

    to {
        transform: translate(1px) rotate(3deg)
    }
}

@keyframes slide_top {
    0% {
        transform: translateY()
    }

    to {
        transform: translateY(-10px)
    }
}

@keyframes btn_action {
    0% {
        transform: translateY()
    }

    to {
        transform: translateY(-4px)
    }
}

@keyframes no_btn_action {
    0% {
        transform: translateY()
    }

    to {
        transform: translateY(0)
    }
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0)
    }

    to {
        transform: translate3d(85px,0,0)
    }
}

@keyframes loading_end {
    0% {
        transform: translate3d(-90px,0,0)
    }

    to {
        opacity: 0
    }
}

/*@keyframes wobble {
    0%   {
        transform: translateX(0);
    }
    20%  {
        transform: translateX(40px);
    }
    40%  {
        transform: translateX(6px);
    }
    60%  {
        transform: translateX(9px);
    }
    80%  {
        transform: translateX(2px);
    }
    100% {
        transform: translateX(0);
    }
}*/

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes progress {
    0% {
        stroke-dashoffset: 251.2;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 100;
    src: local("Noto Sans Japanese"),url(/assets/fonts/NotoSansJapanese/NotoSansJP-Thin.woff) format("woff"),url(/assets/fonts/NotoSansJapanese/NotoSansJP-Thin.otf) format("otf"),url(/assets/fonts/NotoSansJapanese/NotoSansJP-Thin.ttf) format("truetype")
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: local("Noto Sans Japanese"),url(/assets/fonts/NotoSansJapanese/NotoSansJP-Regular.woff) format("woff"),url(/assets/fonts/NotoSansJapanese/NotoSansJP-Regular.otf) format("otf"),url(/assets/fonts/NotoSansJapanese/NotoSansJP-Regular.ttf) format("truetype")
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: local("Noto Sans Japanese"),url(/assets/fonts/NotoSansJapanese/NotoSansJP-Medium.woff) format("woff"),url(/assets/fonts/NotoSansJapanese/NotoSansJP-Medium.otf) format("otf"),url(/assets/fonts/NotoSansJapanese/NotoSansJP-Medium.ttf) format("truetype")
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: local("Noto Sans Japanese"),url(/assets/fonts/NotoSansJapanese/NotoSansJP-Bold.woff) format("woff"),url(/assets/fonts/NotoSansJapanese/NotoSansJP-Bold.otf) format("otf"),url(/assets/fonts/NotoSansJapanese/NotoSansJP-Bold.ttf) format("truetype")
}

@font-face {
    font-family: slick;
    src: url(/assets/fonts/slick/slick.eot);
    src: url(/assets/fonts/slick/slick.eot#iefix) format("embedded-opentype"),url(/assets/fonts/slick/slick.woff) format("woff"),url(/assets/fonts/slick/slick.ttf) format("truetype"),url(/assets/fonts/slick/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'KozGoPr6N Regular';
    font-style: normal;
    font-weight: 400;
    src: local("KozGoPr6N Regular"),url(/assets/fonts/KozGoPr6N-Regular/KozGoPr6N-Regular.otf) format("otf")
}

.pem {
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.8);
    opacity: 0;
    transition: opacity .3s
}

.pem .pem__wrap {
    display: table;
    width: 100%;
    height: 100%
}

.pem .pem__wrap .pem__body {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center
}

.pem .pem__wrap .pem__body .pem__content {
    position: relative;
    width: 50%;
    margin: 0 auto
}

.pem .pem__wrap .pem__body .pem__content .pem__close {
    z-index: 1;
    position: absolute;
    top: -2rem;
    right: 0;
    font-size: 3rem;
    line-height: 0;
    color: #fff
}

.pem .pem__wrap .pem__body .pem__content .pem__close:hover {
    cursor: pointer
}

.pem.pem--activate {
    display: block;
    opacity: 1
}

.pem.pem--open {
    overflow-y: hidden
}

.pemLoading {
    z-index: 11;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s
}

.pemLoading.pemLoading--activate {
    opacity: 1
}

.pemLoading .pemLoading__wrapper {
    display: table;
    width: 100%;
    height: 100%
}

.pemLoading .pemLoading__wrapper .pemLoading__body {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.pemLoading .pemLoading__wrapper .pemLoading__body img {
    max-width: 44px
}

.tns-outer {
    padding: 0!important
}

.tns-outer [hidden] {
    display: none!important
}

.tns-outer [aria-controls],.tns-outer [data-action] {
    cursor: pointer
}

article,aside,dialog,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {
    display: block;
    word-wrap: break-word
}

h1,h2,h3,h4,h5,h6,section,nav,article,aside,hgroup,header,footer,address,caption,cite,code,dfn,em,th,strong,var,small,time {
    font-style: normal;
    font-weight: 400;
    font-size: inherit
}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-88,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
    position: relative;
    min-height: 1px
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-88,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12 {
    float: left
}

.col-xs-1-5,.col-sm-1-5,.col-md-1-5,.col-lg-1-5,.col-xs-2-5,.col-sm-2-5,.col-md-2-5,.col-lg-2-5,.col-xs-3-5,.col-sm-3-5,.col-md-3-5,.col-lg-3-5,.col-xs-4-5,.col-sm-4-5,.col-md-4-5,.col-lg-4-5 {
    position: relative;
    min-height: 1px
}

@media all and (min-width: 769px) {
    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12 {
        float:left
    }
}

@media all and (min-width: 1380px) {
    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
        float:left
    }
}

/*.col-xs-2*/

.col-xs-2 {
    width: 16.6666666667%
}

/*.col-xs-4*/

.col-xs-4 {
    width: 33.3333333333%
}

/*.col-xs-8*/

.col-xs-8 {
    width: 60%
}

/*.col-xs-88*/

.col-xs-88 {
    width: 60%;
    text-align: left;
    padding-left: 20px;
}

/*.col-xs-12*/

.col-xs-12 {
    width: 100%
}

/*.col-sm-1*/

@media all and (min-width: 769px) {
    .col-sm-1 {
        width: 8.3333333333%
    }
}

/*.col-sm-2*/

@media all and (min-width: 769px) {
        .col-sm-2 {
        width: 20%
    }
}

/*.col-sm-4*/

@media all and (min-width: 769px) {
    .col-sm-4 {
        width: 33.3333333333%
    }
}

/*.col-sm-8*/

@media all and (min-width: 769px) {
    .col-sm-8 {
        width: 66.6666666667%
    }
}

/*.col-sm-9*/

@media all and (min-width: 769px) {
    .col-sm-9 {
        width: 75%
    }
}

/*.col-lg-6*/

@media all and (min-width: 1380px) {
        .col-lg-6 {
        width: 100%
    }
}


/*#wrapper*/

#wrapper {
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

/* .loding-t */
#loading-t {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff; /* 背景を白に */
    z-index: 9999;
    opacity: 1;
    transition: opacity 0.7s ease;
    pointer-events: auto;
}

#loading-t.fade-out {
    opacity: 0;
    pointer-events: none;
}

#progress-t {
    animation: progress 1.5s linear infinite;
    }

#loading-t svg {
    animation: rotate 1.5s linear infinite;
}


/*.header*/

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    height: 80px;
    width: 100%;
}

@media all and (max-width: 768px) {
    .header {
        transition:all .3s
    }
}

@media all and (max-width: 414px) and (orientation: portrait) {
    .header {
        height:50px
    }
}

/*.header__fixed*/

.header .header__fixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0px 3px 3px rgba(9, 9, 9, 0.2)
}

.header.header--activate .header__fixed {
    background: #fff
}

@media all and (min-width: 1080px) {
    .home .header--activate .header__fixed {
        max-width:inherit
    }
}

/*.container*/

.container {
    width: auto;
    height: 100%;
    margin: 0 auto
}

/*.row*/

.row:before,.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

/*.header__wrap*/

.header .header__wrap {
    display: table;
    width: 100%
}

.header .header__wrap>* {
    float: none;
    display: table-cell;
    vertical-align: middle
}

@media all and (min-width: 769px) {
    .header .header__wrap {
        height:80px
    }
}

@media all and (max-width: 414px) and (orientation: portrait) {
    .header .header__wrap {
        height:50px
    }
}

/*.header__menuBtnWrap*/

.header .header__wrap .header__menuBtnWrap {
    position: relative;
    height: 80px
}

@media all and (min-width: 769px) {
    .header .header__wrap .header__menuBtnWrap {
        display:none
    }
}

@media all and (max-width: 768px) {
    .header .header__wrap .header__menuBtnWrap {
        line-height:0;
        padding: 2px;
        text-align: left
    }
}

@media all and (max-width: 414px) and (orientation: portrait) {
    .header .header__wrap .header__menuBtnWrap {
        height:53px
    }
}

/*.mbOn*/

@media all and (min-width: 769px) {
    .mbOn {
        display:none
    }
}

/*.header__menuBtn*/

.header .header__wrap .header__menuBtnWrap .header__menuBtn {
    width: 70px;
    height: 70px;
    /*background: #f8f8f8;*/
    font-size: .9rem;
    /*box-shadow: 6px 6px 0 -3px #217fc466;*/
    position: absolute;
    top: 5px;
    left: 1%;
    z-index: 100;
    cursor: pointer;
    transition: top .1s ease-in-out;
    padding-top: 40px;
    background: #5191B2;
    color: #fff;
}

@media all and (max-width: 414px) and (orientation: portrait) {
    .header .header__wrap .header__menuBtnWrap .header__menuBtn {
        width:50px;
        height: 50px;
        font-size: .6rem;
        padding-top: 32px;
        top: 1px;
        left: 1px
    }
}

.header .header__wrap .header__menuBtnWrap .header__menuBtn span {
    display: block;
    width: 30px;
    height: 2px;
    background: #fff;
    margin: 0 0 4px;
    transition: all .2s ease-in-out;
    position: absolute
}

@media all and (max-width: 414px) and (orientation: portrait) {
    .header .header__wrap .header__menuBtnWrap .header__menuBtn span {
        height:2px;
        margin: 0
    }
}

.header .header__wrap .header__menuBtnWrap .header__menuBtn span:first-child {
    top: 15px;
    left: 20px
}

@media all and (max-width: 414px) and (orientation: portrait) {
    .header .header__wrap .header__menuBtnWrap .header__menuBtn span:first-child {
        top:10px;
        left: 10px
    }
}

.header .header__wrap .header__menuBtnWrap .header__menuBtn span:nth-child(2) {
    top: 25px;
    left: 20px
}

@media all and (max-width: 414px) and (orientation: portrait) {
    .header .header__wrap .header__menuBtnWrap .header__menuBtn span:nth-child(2) {
        top:20px;
        left: 10px
    }
}

.header .header__wrap .header__menuBtnWrap .header__menuBtn span:last-child {
    top: 35px;
    left: 20px
}

@media all and (max-width: 414px) and (orientation: portrait) {
    .header .header__wrap .header__menuBtnWrap .header__menuBtn span:last-child {
        top:30px;
        left: 10px
    }
}

/*.header__menu-sp*/

.header .header__wrap .header__menuBtnWrap .header__menu-sp {
    background: #F1F8FA;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 10;
}

/*.header__menu-spLink*/

.header .header__wrap .header__menuBtnWrap .header__menu-sp .header__menu-spLink {
    padding: 0;
    left: 0;
    width: 70%;
    text-align: center;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate3d(-50%,-50%,0)
}

.header .header__wrap .header__menuBtnWrap .header__menu-sp .header__menu-spLink h2 img {
    width: 80%
}

/*.header__menu-spLink-list*/

@media all and (max-width: 414px) and (orientation: portrait) {
    .header .header__wrap .header__menuBtnWrap .header__menu-sp .header__menu-spLink .header__menu-spLink-list img {
        width:90%
    }
}

.header .header__wrap .header__menuBtnWrap .header__menu-sp .header__menu-spLink .header__menu-spLink-list a {
    line-height: 100%;
    color: #5191B2;
    font-size: 1.5rem;
    padding: 15px 10px 10px;
    border-bottom: solid 1px #5191B2;
    display: block;
    text-align: left;
}

@media all and (min-width: 321px) and (max-width: 768px) {
    .header .header__wrap .header__menuBtnWrap .header__menu-sp .header__menu-spLink .header__menu-spLink-list a {
        font-size: 1rem;
    }
}

@media all and (max-width: 320px) and (orientation: portrait) {
    .header .header__wrap .header__menuBtnWrap .header__menu-sp .header__menu-spLink .header__menu-spLink-list a {
        font-size:1rem
    }
}

.header .header__wrap .header__menuBtnWrap .header__menu-sp .header__menu-spLink .header__menu-spLink-list:first-child {
    padding-bottom: 40px
}

@media all and (max-width: 414px) and (orientation: portrait) {
    .header .header__wrap .header__menuBtnWrap .header__menu-sp .header__menu-spLink .header__menu-spLink-list:first-child {
        padding-bottom:20px
    }
}

.header .header__wrap .header__menuBtnWrap .header__menu-sp .header__menu-spLink .header__menu-spLink-list:last-child {
    padding-top: 40px
}

@media all and (max-width: 414px) and (orientation: portrait) {
    .header .header__wrap .header__menuBtnWrap .header__menu-sp .header__menu-spLink .header__menu-spLink-listlast-child {
        padding-top:10px
    }
}

.header .header__wrap .header__menuBtnWrap .header__menu-sp .header__menu-spLink .header__menu-spLink-list:last-child a {
    border-bottom: none;
    background: #5191B2;
    color: #fff;
    width: 80%;
    margin: auto;
    text-align: center;
    padding: 10px;
}

/*.header__menu-spLink-list-t*/

.header__menu-spLink-list-t {
    width: 380px;
    padding-left: 100px;
}

@media all and (max-width: 414px) {
    .header__menu-spLink-list-t {
        width: 280px;
        padding-left: 80px;
    }
}

/*.header__title*/

.header__product .header__wrap .header__title {
    margin: 0 auto;
    line-height: 0
}

@media all and (min-width: 769px) {
    .header__product .header__wrap .header__title {
        padding:0 0 0 20px
    }
}

@media all and (max-width: 768px) {
    .header__product .header__wrap .header__title {
        text-align:center;
        opacity: 1;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%
    }
}

@media all and (max-width: 768px) {
    .header__product .header__wrap .header__title a {
        display:block;
        padding: 5%
    }
}

@media all and (min-width: 415px) and (max-width: 768px) {
    .header__product .header__wrap .header__title a {
        padding:2.5%
    }
}

@media all and (max-width: 414px) and (orientation: portrait) {
    .header__product .header__wrap .header__title a {
        padding:3%
    }
}

.header__product .header__wrap .header__title a img {
    max-width: 139px
}

@media all and (max-width: 768px) {
    .header__product .header__wrap .header__title a img {
        max-width:100px
    }
}

@media all and (max-width: 768px) {
    .header.header--activate .header__fixed .header__title {
        text-align:left;
        padding-top: 5px;
        padding-left: 80px;
        opacity: 1
    }
}

@media all and (max-width: 414px) and (orientation: portrait) {
    .header.header--activate .header__fixed .header__title {
        text-align:left;
        padding-top: 5px;
        padding-left: 56px;
        opacity: 1
    }

    .header.header--activate .header__fixed .header__title img {
        height: 30px;
        margin-top: -4px
    }
}

/*.header__menu*/

.header__menu {
    font-weight: 700
}

@media all and (max-width: 768px) {
    .header__menu {
        display:none
    }
}

/*.header__menu-nav*/

.header__menu .header__menu-nav {
    display: flex;
    justify-content: right;
    align-items: center;
    font-size: .9rem;
}

@media all and (max-width: 768px) {
    .header__menu .header__menu-nav {
        display:none
    }
}

@media all and (min-width: 769px) and (max-width: 1079px) {
    .header__menu .header__menu-nav {
        position:fixed;
        top: 20px;
        right: 0;
        width: 95%;
        font-size: .85rem;
        justify-content: center;
    }
}

.header__menu .header__menu-nav a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 20px 15px;
}

.header__menu .header__menu-nav .right-line {
    border: 1px solid #eeeeee;
    height: 40px;
}

.header__menu .header__menu-nav a:last-child {
    border-right: none;
}

.header__menu .header__menu-nav a:after {
    position: absolute;
    bottom: 10px;
    left: 10px;
    content: "";
    width: 83%;
    height: 2px;
    background: #5191B2;
    transform: scaleX(0);
    transition: transform .3s;
}

.header__menu .header__menu-nav a:hover:after {
    transform: scaleX(1);
}

@media all and (min-width: 769px) and (max-width: 1079px) {
    .header__menu .header__menu-nav a {
        padding: 15px 8px;
    }

    .header__menu .header__menu-nav a:after {
        bottom: 10px;
    }
}

/*.active*/

.header .header__wrap .header__menuBtnWrap .header__menuBtn.active span:first-child {
    transform: rotate(45deg);
    top: 20px
}

.header .header__wrap .header__menuBtnWrap .header__menuBtn.active span:nth-child(2) {
    transform: rotate(-45deg);
    top: 20px
}

.header .header__wrap .header__menuBtnWrap .header__menuBtn.active span:last-child {
    transform: rotate(45deg);
    top:20px
}

/*.header__link*/

.header .header__link {
    text-align: center
}

@media all and (max-width: 1280px) {
    .header .header__link {
        padding:0 10px 0 0
    }
}

@media all and (min-width: 769px) and (max-width: 1079px) {
    .header .header__link {
        font-size: .85rem
    }
}

/*.header__menuLink*/

.header__menuLink {
    background: #5191B2;
    color: #fff;
    padding: 10px 30px;
    font-size: .9rem;
}

@media all and (max-width: 768px) {
    .header__menuLink {
        display: none;
    }
}

@media all and (min-width: 769px) and (max-width: 1079px) {
    .header__menuLink {
        padding: 10px;
    }
}

/*container--homeMovie*/

.contents.home .container.container--homeMovie {
    position: relative;
    padding-top: 80px;
}

@media all and (max-width: 414px) and (orientation: portrait) {
    .contents.home .container.container--homeMovie {
    padding-top: 50px;
    }
}


@media all and (min-width: 1080px) {
    .contents.home .container.container--homeMovie {
        max-width:inherit
    }
}

/*home__movieItems--pc*/

.contents.home .container.container--homeMovie .home__movieItems .home__movieItems--pc {
    display: none
}


/*home__movieItem*/

.contents.home .container.container--homeMovie .home__movieItems .home__movieItem a {
    display: block
}

.contents.home .container.container--homeMovie .home__movieItems .home__movieItem video {
    visibility: hidden;
    width: 100%;
    height:100%;
    flex: 1
}

.contents.home .container.container--homeMovie .home__movieItems.home__movieItems--mb .home__movieItem {
    height: 500px;
    max-height: 500px
}

/*home__movieItems*/

.contents.home .container.container--homeMovie .home__movieItems {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 アスペクト比 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000
}

.contents.home .container.container--homeMovie .home__movieItems.home__movieItems--pc.home__movieItems--activate {
    display: block
}

.contents.home .container.container--homeMovie .home__movieItems.home_movieItems--mb.home__movieItems--activate {
    display: block
}

/*home__movieItems--mb*/

.contents.home .container.container--homeMovie .home__movieItems.home__movieItems--mb {
    display: none
}

/*.section*/

@media all and (min-width: 769px) {
    .section {
        padding: 100px 0 32px
    }
}

@media all and (max-width: 768px) {
    .section {
        padding:5%
    }
}

/*.home__consepet*/

.contents.home .home__consepet {
    overflow: hidden;
    background: #595757;
}

/*.home__consepet .container*/

.contents.home .home__consepet .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media all and (min-width: 769px) {
    .contents.home .home__consepet .container {
        padding: 0 50px 0 100px;
    }
}

@media all and (max-width: 768px) {
    .contents.home .home__consepet .container {
        padding: 0 10px 0 30px;
    }
}

@media all and (min-width: 769px) and (max-width: 1079px) {
    .contents.home .home__consepet .container {
        padding: 0 10px 0 30px;

    }
}

@media all and (max-width: 320px) and (orientation: portrait) {
    .contents.home .home__consepet .container {
        padding: 0 10px 0 30px;

    }
}

/*.titles*/

@media all and (min-width: 769px) {
    .titles {
        padding-bottom:40px auto
    }
}

@media all and (max-width: 768px) {
    .titles {
        padding-bottom:6%;
        display: flex;
        justify-content: center;
    }
}

@media all and (min-width: 769px) {
    .contents.home .titles {
        padding: 25px 0 50px;
        display: flex;
        justify-content: center;
    }
}

/*.home__consepet .titles*/

.contents.home .home__consepet .titles {
    color: #fff;
    text-align: left;
    z-index: 1;
    display: block;
}

@media all and (min-width: 1080px) {
    .contents.home .home__consepet .titles {
        padding-top: 30px;
    }
}

@media all and (min-width: 769px) and (max-width: 1079px) {
    .contents.home .home__consepet .titles {
        padding-top: 30px;
    }
}

@media all and (max-width: 768px) {
    .contents.home .home__consepet .titles {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/*.titles__title*/

.titles .titles__title {
    display: table;
    margin: auto;
}

.home__consepet .titles__title {
    margin: 0;
}

@media all and (min-width: 1080px) {
    .titles .titles__title {
        font-size: 4rem
    }
}

@media all and (min-width: 769px) and (max-width: 1079px) {
    .titles .titles__title {
        font-size: 3.5rem
    }
}

@media all and (min-width: 321px) and (max-width: 768px) {
    .titles .titles__title {
        font-size: 2.5rem
    }
}

@media all and (max-width: 320px) and (orientation: portrait) {
    .titles .titles__title {
        font-size:2rem
    }
}

/*.home__consepetText*/

.contents.home .home__consepet .home__consepetText {
    width: 100%;
    letter-spacing: 3px;
    line-height: 170%;
}


@media all and (min-width: 1400px) {
    .contents.home .home__consepet .home__consepetText {
        font-size: 1.5rem;
        padding-top: 30px;
    }
    .br-425 {
        display: none;
    }
}

@media all and (min-width: 1081px) and (max-width: 1399px) {
    .contents.home .home__consepet .home__consepetText {
        font-size: 1.1rem;
        padding-top: 30px;
    }
    .br-425 {
        display: none;
    }
}

@media all and (min-width: 769px) and (max-width: 1080px) {
    .contents.home .home__consepet .home__consepetText {
        font-size: 0.85rem;
        padding-top: 30px;
    }
    .br-425 {
        display: none;
    }
}

@media all and (min-width: 426px) and (max-width: 768px) {
    .contents.home .home__consepet .home__consepetText {
        font-size: 0.8rem;
        letter-spacing: 1px;
        padding-top: 20px;
    }
    .br-425 {
        display: none;
    }
}

@media all and (max-width: 425px) {
    .contents.home .home__consepet .home__consepetText {
        font-size: 0.7rem;
        letter-spacing: 0;
        padding-top: 20px;
    }
}

/*.submenu*/

.submenu {
    position: absolute;
    top: 70px;
    left: -75px;
    background: rgba(241, 248, 250, 0.95);
    width: 250px;
    text-align: center;
    padding: 10px 0;
    box-shadow: 0px 3px 3px rgba(9, 9, 9, 0.2);
    z-index: 1000;
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}

@media (min-width: 769px) {
    .menu-item:hover .submenu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    .menu-item:hover > .submenu-toggle.highlight:after {
        transform: scaleX(1);
    }
}

@media (max-width: 768px) {
    .has-submenu.open .submenu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media all and (min-width: 769px) and (max-width: 1079px) {
    .submenu {
        top: 60px;
    }
}

/*.submenu-2*/

.submenu-2 {
    position: absolute;
    top: 77px;
    left: -150px;
    background: rgba(241, 248, 250, 0.95);
    width: 400px;
    text-align: center;
    padding: 10px 0;
    box-shadow: 0px 3px 3px rgba(9, 9, 9, 0.2);
    z-index: 1000;
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
}

@media (min-width: 769px) {
    .menu-item:hover .submenu-2 {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .has-submenu.open .submenu-2 {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media all and (min-width: 769px) and (max-width: 1079px) {
    .submenu-2 {
        top: 60px;
    }
}

/*.menu-item*/

.menu-item {
    position: relative;
}

/*.submenu-toggl*/

@media (max-width: 768px) {
    .submenu-toggle {
        width: 100%;
        text-align: left;
        background: none;
        border: none;
        padding: 10px 0;
        font-size: 1em;
    }
}

/*.accordion-003*/

.accordion-003 {
    border-bottom: 1px solid #5191B2;
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 10px;
    color: #5191B2;
    cursor: pointer;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 2px solid #5191B2;
    border-right: 2px solid #5191B2;
    content: '';
    transition: transform .3s;
}

.accordion-003[open] summary::after {
    transform: rotate(225deg);
}

.accordion-003 a {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #5191B2;
    transition: transform .5s, opacity .5s;
}

.accordion-003[open] a {
    transform: none;
    opacity: 1;
    background: #fff;
    border-top: 1px solid #5191B2;
}

/*.title__en*/

.titles .titles__title .title__en {
    display: table-cell;
    vertical-align: bottom;
    padding-top: 20px;
    line-height: 1;
    color: #333;
    font-weight: bold;
    letter-spacing: 5px;
}

.section-wave-3 .titles .titles__title .title__en {
    padding-top: 100px;
}

@media all and (min-width: 1080px) {
    .titles .titles__title .title__en {
        font-size: 2.5rem
    }
}

@media all and (min-width: 769px) and (max-width: 1079px) {
    .titles .titles__title .title__en {
        font-size: 2.5rem
    }
}

@media all and (min-width: 321px) and (max-width: 768px) {
    .titles .titles__title .title__en {
        font-size: 1.7rem
    }
}

@media all and (max-width: 320px) and (orientation: portrait) {
    .titles .titles__title .title__en {
        font-size: 1.3rem
    }
}

/*.moreBox*/

.moreBox {
    display: flex;
    width: 100%;
}

/*.left .moreBox*/
/*.right .moreBox*/

@media all and (min-width: 769px) {
    .left .moreBox {
        justify-content: right;
    }

    .right .moreBox {
        justify-content: left;
    }
}

@media all and (max-width: 768px) {
    .left .moreBox {
        justify-content: center;
        margin: 40px 0;
    }

    .right .moreBox {
        justify-content: center;
        margin: 40px 0;
    }
}

/*.btn*/

.btn:hover {
    opacity: .8;
    animation: btn_action ease-out 1s 0s;
    animation-fill-mode: forwards
}

/*.btnLink*/

.btn.btnLink {
    display: block;
    text-align: center;
    background: #5191B2;
    color: #fff;
    margin: 0 15px;
    font-size: .8rem;
}

.btn.btnLink>* {
    display: inline-block;
    vertical-align: middle
}

.btn.btnLink:hover {
    background: #F1F8FA;
    color: #5191B2;
    border: 1px solid #5191B2;
}

@media all and (min-width: 769px) {
    .btn.btnLink {
        padding: 10px;
        width: 100%;
    }
}

@media all and (max-width: 768px) {
    .btn.btnLink {
        padding: 10px;
    }
}

/*.btn-container-right*/

.btn-container-right {
    display: flex;
    justify-content: right;
}

@media all and (max-width: 768px) {
    .btn-container-right {
        justify-content: center;
    }
}

/*.btn-container-left*/

.btn-container-left {
    display: flex;
    justify-content: left;
}

@media all and (max-width: 768px) {
    .btn-container-left {
        justify-content: center;
    }
}

/*.btn-wrap*/

.btn-wrap {
    width: 250px;
}

/*.order2*/
/*.order1*/

@media all and (min-width: 769px) {
    .order2 {
        order: 2;
    }
    .order1 {
        order: 1;
    }
}

/*.section-wave*/

.section-wave {
    background-image: url('/assets/img/wave.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section-wave-2 {
    background-image: url('/assets/img/wave-2.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section-wave-3 {
    background-image: url('/assets/img/wave-2.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 402px;
}

/*.mobile*/
/*.pc*/

@media all and (min-width: 769px) {
    .mobile {
        display: none;
    }
}

@media all and (max-width: 768px) {
    .pc {
        display: none;
    }
}

/*.footer*/

@media all and (max-width: 1280px) {
    .footer .footer__bottom.footer__bottom--activate .footer__catalog a,.footer .footer__bottom.footer__bottom--activate .footer__contact a,.footer .footer__bottom.footer__bottom--activate .footer__shop a {
        bottom:140px
    }
}

/*.footer__pagetop*/

.footer .footer__bottom .footer__pagetop a {
    z-index: 5;
    position: fixed;
    text-align: right;
    transition: all .3s;
    opacity: 0;
}

@media all and (min-width: 769px) {
    .footer .footer__bottom .footer__pagetop a {
        right:2px;
        bottom: 2px
    }
}

@media all and (min-width: 1080px) {
    .footer .footer__bottom .footer__pagetop a {
        right:2px;
        bottom: 2px
    }
}

@media all and (max-width: 768px) {
    .footer .footer__bottom .footer__pagetop a {
        right:2px;
        bottom: 2px
    }
}

@media all and (min-width: 1280px) {
    .footer .footer__bottom .footer__pagetop a {
        right:2px;
        bottom: 2%
    }
}

.footer .footer__bottom .footer__pagetop a img {
    width: 60px;
}

@media all and (max-width: 414px) and (orientation: portrait) {
    .footer .footer__bottom .footer__pagetop a img {
        width:50px
    }
}

.footer .footer__bottom .footer__pagetop.footer__pagetop--activate a {
    opacity: 1
}

@media all and (min-width: 769px) {
    .footer .footer__bottom.footer__bottom--activate .footer__pagetop a {
        bottom:140px
    }
}

@media all and (min-width: 1080px) {
    .footer .footer__bottom.footer__bottom--activate .footer__pagetop a {
        top:inherit
    }
}

@media all and (max-width: 768px) {
    .footer .footer__bottom.footer__bottom--activate .footer__pagetop a {
        bottom:40px
    }
}

/*.footer__bottom*/

.footer .footer__bottom {
    border-top: solid 1px #d2d2d2;
    background: #f8f8f8
}

@media all and (min-width: 769px) {
    .footer .footer__bottom {
        padding:20px;
    }
}

@media all and (max-width: 768px) {
    .footer .footer__bottom {
        padding:5%
    }
}

/*.footer__bottom .container*/

@media all and (min-width: 769px) {
    .footer .footer__bottom.footer__bottom--activate .container {
        position:relative
    }
}

/*.footer__utility*/

.footer .footer__bottom .footer__utility {
    font-size: 1.1rem;
    line-height: 200%;
}

@media all and (max-width: 768px) {
    .footer .footer__bottom .footer__utility {
        font-size:1.2rem;
        display: flex;
        justify-content: center;
    }
}

.footer .footer__bottom .footer__utility ul {
    display: flex;
    align-items: c;
}

.footer .footer__bottom .footer__utility li {
    display: inline;
    margin-right: 16px
}

@media all and (max-width: 768px) {
    .footer .footer__bottom .footer__utility li {
        margin-right:0
    }

    .footer .footer__bottom .footer__utility li a {
        float: left;
        display: block;
        margin: 0;
        padding: 0 10px;
    }

    .footer .footer__bottom .footer__utility li a p {
        display: none
    }
}

/*.footer__utility-text*/

.footer .footer__bottom .footer__utility li .footer__utility-text {
    font-size: .95rem;
    color: #333;
    display: flex;
    align-items: center;
}

.footer .footer__bottom .footer__utility li .footer__utility-text:hover {
    color: #5191B2;
}

@media all and (max-width: 414px) and (orientation: portrait) {
    .footer .footer__bottom .footer__utility li .footer__utility-text {
        width:100%;
        font-size: .8rem;
    }
}

.footer .footer__bottom .footer__utility li .footer__utility-img img {
    width: 150px;
    margin-top: 10px;
}

@media all and (max-width: 768px) {
    .footer .footer__bottom .footer__utility li .footer__utility-img img {
        width: 120px;
    }
}


/*.footer__copy*/

.footer .footer__bottom .footer__copy {
    text-align: right;
    font-size: .6rem;
    padding-top: 10px;
}

@media all and (max-width: 768px) {
    .footer .footer__bottom .footer__copy {
        text-align:center;
        padding-top: 2%
    }
}

/*.footer*/

.footer {
    background: rgba(241, 248, 250, 0.95);
}

/*footer-nav,.footer-inner,.fbox*/

@media all and (max-width: 768px) {
    .footer-wrap {
        display: none;
    }
}

/*.footer-inner*/

.footer-inner {
    margin: 0 auto;
    position: relative;
    max-width: 1280px;
    padding: 70px 30px;
}

/*.footer-space*/

.footer-space {
    display: flex;
    justify-content: space-between;
}

@media all and (max-width: 1200px) {
    .footer-space {
        display: block;
    }
}

/*.footer-wrap*/

@media all and (max-width: 1200px) {
    .footer-wrap {
        padding-top: 30px;
    }
}

/*.factory-img*/

.footer-nav .factory-img {
    width: 700px;
    padding-top: 30px;
}

/*.factoryLogo-img*/

.footer-nav .factoryLogo-img {
    width: 300px;
}

@media all and (max-width: 768px) {
    .footer-nav .factoryLogo-img {
        width: 250px;
    }
}

/*.footer-box*/

.footer-box {
    padding: 20px;
    width: 240px;
}

/*.ml*/

.ml {
    margin-right: 30px;
}

/*.footer-box-ttl*/

.footer-box-ttl {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
}

/*.footer-box*/

.footer .footer-box a {
    color: #666;
    text-decoration: none;
}

.footer .footer-box a:hover {
    color: #5191B2;
}

/*.footer-box-list*/

.footer-box-list {
    margin-top: 37px;
}

.footer-box-list li:first-child {
    margin-top: 0 !important;
}

.footer-box-list li {
    font-size: 12px;
    font-size: .85rem;
    line-height: 1.2;
    margin-top: 10px;
}

/*.float-box*/

.float-box {
    float: left;
    border-left: 1px solid #5191B2;
    height: 250px;
}

/*.footerImg-wrap*/

.footerImg-wrap {
    display: block;
    width: 350px;
    padding-top: 20px;
}

@media all and (max-width: 768px) {
    .footerImg-wrap {
        width: 100%;
    }
}

.footerImg-wrap p {
    padding-top: 20px;
}

@media all and (max-width: 768px) {
    .footerImg-wrap p {
        font-size: .9rem;
    }
}

/* ----------------------------
    パンくずリスト
---------------------------- */
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    background-color: #eeefef;
    font-size: 13px;
    position: relative;
    z-index: 1;
    padding: 95px 40px 10px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    padding: 0 8px;
    color: #bbb;
    font-family: Arial, sans-serif;
}

.breadcrumb-item a {
    color: #5191B2;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item img {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 1px;
}

@media all and (max-width: 414px) {
    .breadcrumb {
        padding-top: 70px;
    }
}

.diamond {
    width: 15px;
    height: 15px;
    background-color: #5191B2;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

@media all and (min-width: 769px) {
    .br-768{
        display: none;
    }
}

@media all and (max-width: 768px) {
    .br-768-r{
        display: none;
    }
}

.fa-square {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background: #fff;
  margin: 10% auto;
  padding: 20px;
  width: 90%;
  max-width: 600px;
  position: relative;
  border-radius: 10px;
}

.modal-close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.modal-title {
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    color: #555;
    margin: 20px auto;
}

@media all and (max-width: 768px) {
    .modal-title {
        font-size: 1.1rem;
    }
}

.modal-date {
    color: rgba(88, 88, 88, 0.6);
}

.modal-body {
    line-height: 1.7;
    padding: 20px;
}

@media all and (max-width: 768px) {
    .modal-body {
        padding: 10px;
        font-size: .9rem;
    }
}

.modal-body a {
    text-decoration: underline;
    color: #5191B2;
}

.modal-date {
    padding: 10px;
}

.diosa {
    margin-top: 40px;
    display: flex;
    background: #5191B2;
    padding: 20px;
    border-radius: 10px;
}

@media all and (max-width: 768px) {
    .diosa {
    padding: 10px;
    width: 260px;
    }
}

.diosa img {
    width: 60px;
    height: 100%;
    margin-right: 20px;
}

@media all and (max-width: 768px) {
    .diosa img {
    margin-right: 10px;
    padding-top: 15px;
    }
}

.diosa .diosa-text {
    font-size: .8rem;
    line-height: 1.5;
    letter-spacing: 1px;
    align-items: center;
    padding: 0;
    color: #fff;
    display: block;
}

.diosa .diosa-text .diosa-link a {
    text-decoration: underline;
    color: #fff;
}

.diosa .diosa-text .diosa-link {
    margin-top: 10px;
    padding-bottom: 15px;
}


