/* =========================================================
 reset
========================================================= */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input,
select {
    vertical-align: middle;
}
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
i {
    font-family: "ionicons";
    font-style: normal;
}
/* =========================================================
 base 
========================================================= */

.none {
    display: none;
}

/* font-base */
html {
    font-size: 16px;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", HiraginoCustom,
        "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic Medium", Meiryo, sans-serif;
    font-weight: 400;
    color: #000;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

/* link */
a {
    color: #000;
    text-decoration: none;
}
a:visited {
    color: #000;
}
a:hover {
    color: #000;
}
a:active {
    color: #000;
}
a img {
    -webkit-transition: opacity, 300ms;
    transition: opacity, 300ms;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    vertical-align: bottom;
}

.tel-link {
    cursor: default;
    pointer-events: none;
    color: #000;
}

@media screen and (max-width: 768px) {
    .tel-link {
        pointer-events: auto;
    }
}
img {
    max-width: 100%;
    height: auto;
}
/* clear */
.cf {
    *zoom: 1;
}
.cf::before,
.cf::after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
/* sppc */
.only-pc {
    display: block;
}
.only-sp {
    display: none;
}
.only-en {
    display: none;
}
@media screen and (max-width: 768px) {
    .only-pc {
        display: none;
    }
    .only-sp {
        display: block;
    }
}
.a-otf {
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
}
/* fadein */
.fadein {
    opacity: 0;
    transform: translate(0, 0px);
    -webkit-transform: translate(0, 0px);
    transition: 0.8s;
}
.fadein-on {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

.fadein2 {
    opacity: 0;
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transition: 0.8s;
}
.fadein2-on {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}

a img:hover {
    opacity: 0.7;
    transition: 0.4s;
}
/* =========================================================
 Layout 
========================================================= */

.w-herf {
    width: 50%;
}
.w-thrd {
    width: 33%;
}
.w-quarter {
    width: 25%;
}
.grid-herf li {
    width: 48%;
    margin-right: 3%;
    float: left;
}
.grid-herf li:nth-child(2n) {
    margin-right: 0%;
}

.grid-thrd ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.grid-thrd li {
    width: 288px;
    float: left;
    margin-right: 47px;
    margin-bottom: 65px;
    position: relative;
}
.grid-thrd li img {
    width: 100%;
}
.grid-thrd li:nth-child(3n) {
    margin-right: 0%;
}

.grid-quarter li {
    width: 23%;
    float: left;
    margin-right: 2%;
    position: relative;
}
.grid-quarter li img {
    width: 100%;
}
.grid-quarter li:nth-child(4n) {
    margin-right: 0%;
}
.grid-fifth li {
    width: 18.3%;
    float: left;
    margin-right: 1.7%;
    position: relative;
}

.list-cycle li:before {
    font-size: 10px;
    content: "●";
    padding-right: 4px;
}
.list-cycle li {
    padding-left: 1em;
    text-indent: -1em;
}
.list-cycle dd:before {
    font-size: 14px;
    content: "・";
    padding-right: 4px;
}
.list-cycle dd {
    padding-left: 1em;
    text-indent: -1em;
}
.left {
    float: left;
}
.right {
    float: right;
}
.align-right {
    text-align: right;
}
/* text */

.article-title {
    font-size: 18px;
    letter-spacing: 0.2em;
}
.article-title-en {
    font-size: 48px;
    line-height: 1.3;
    margin-left: -3px;
    font-weight: 400;
}
.sec-title-en {
    font-size: 24px;
    margin-bottom: 12px;
    line-height: 1;
}
.sec-title-jp {
    font-size: 16px;
    text-align: center;
    line-height: 1;
}
.sec-hgroup {
    margin-bottom: 80px;
}
.sec-ico {
    width: 70px;
    margin: 0 auto;
}
.sec-title {
    font-size: 18px;
    font-weight: 400;
}
.sec-subtitle {
    font-size: 18px;
    letter-spacing: 0.2em;
}
.sec-leadcopy {
    font-size: 18px;
    letter-spacing: 0.2em;
}
.sec-subcopy {
    font-size: 18px;
    letter-spacing: 0.2em;
}
.aside-title-jp {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
.aside-title-en {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
}

.vertical {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.sub-title {
}

.sup {
    font-size: 12px;
    color: #7d7d7d;
}
.coution .sup {
    font-size: 12px;
    color: #846f57;
}
.line100 {
    background: #000;
    height: 1px;
    width: 100px;
}
.en-Gotham {
    font-family: "Montserrat", sans-serif;
}
.en-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
}
.en {
    font-family: "Lato", sans-serif;
    font-weight: 400;
}
.serif {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ,
        Meiryo, serif;
    font-style: normal;
}
.serif-bold {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ,
        Meiryo, serif;
    font-weight: 600;
    font-style: normal;
}
/* adobe webfont 読込遅延
.en-bold {
  visibility: hidden;
}
.wf-active .en-bold {
  visibility: visible;
}
.jp-bold {
  visibility: hidden;
}
.wf-active .jp-bold {
  visibility: visible;
}*/

.copy p {
    line-height: 36px;
    letter-spacing: 0.1em;
}
.align-center {
    text-align: center;
}

/* =========================================================
module
========================================================= */

/* breadcrumb */

#breadcrumb {
    margin-top: 20px;
    height: 48px;
}
#breadcrumb ul {
    float: right;
}
#breadcrumb ul li {
    display: inline;
    position: relative;
    padding-right: 15px;
    font-size: 12px;
}
#breadcrumb ul li.current {
    padding-right: 0px;
}
#breadcrumb ul li:after {
    content: ">";
    font-size: 72%;
    top: 0px;
    right: 2px;
    position: absolute;
}
#breadcrumb ul li.current:after {
    padding-left: 0;
    content: "";
}

/* moldal menu */

.menu-btn {
    position: fixed;
    top: 0px;
    right: 0px;
    cursor: pointer;
    padding: 15px;
    z-index: 100;
}

.menu-btn span {
    color: #fff;
}

.menu-btn span:after {
    content: attr(data-txt-menu);
}

.open .menu-btn span:after {
    content: attr(data-txt-close);
}
.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.94);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
}

.menu ul {
    display: block;
    width: 600px;
    margin: 0 auto;
}

.menu li {
    opacity: 0;
    color: #fff;
}

.menu li a {
    display: block;
    font-size: 18px;
    color: #fff;
}

.menu li a:hover {
    color: #999;
}

.open .menu li {
    opacity: 1;
    transform: translateY(15px);
}

.open .menu li:nth-child(1) {
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
}

.open .menu li:nth-child(2) {
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
}

.open .menu li:nth-child(3) {
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
}

.open .menu li:nth-child(4) {
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s;
}
.open .menu li:nth-child(5) {
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0.7s;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0.7s;
}
.open .menu li:nth-child(6) {
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0.7s;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0.7s;
}
.open .menu li:nth-child(7) {
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0.8s;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0.8s;
}
.open .menu li:nth-child(8) {
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0.8s;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0.8s;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    visibility: visible;
    opacity: 1;
    z-index: 99;
}
.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
}
.menu-trigger {
    position: relative;
    width: 26px;
    height: 22px;
    z-index: 100;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
    top: 10px;
}
.menu-trigger span:nth-of-type(2) {
    top: 17px;
}

.open .menu-trigger span {
    background-color: #fff;
}
.open .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(4px) rotate(-45deg);
    transform: translateY(4px) rotate(-45deg);
}
.open .menu-trigger span:nth-of-type(2) {
    -webkit-transform: translateY(-3px) rotate(45deg);
    transform: translateY(-3px) rotate(45deg);
}
/*タブ*/
.tabs {
}

.tab_item {
    width: 32.2%;
    height: 60px;
    background-color: #d9d9d9;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    margin: 0 0.5%;
    cursor: pointer;
}
.tab_item:hover {
    opacity: 0.75;
}

input[name="tab_item"] {
    display: none;
}

.tab_content {
    padding: 0;
    clear: both;
}
#course01_content,
#course02_content,
#course03_content {
    display: none;
}
#course01:checked ~ #course01_content,
#course02:checked ~ #course02_content,
#course03:checked ~ #course03_content {
    display: block;
}
.tabs input:checked + .tab_item. {
    background-color: #5ab4bd;
    color: #fff;
}

/* =========================================================
common
========================================================= */

#demo {
    position: absolute;
    width: 1200px;
    top: 25px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    z-index: -10;
}

header {
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    transition: all 0.4s;
    position: fixed;
    display: block;
    height: 105px;
    background: #fff;
    transition: 0.8s;
}

header .inner {
    position: relative;
    width: 1140px;
    margin: 0 auto;
    transition: all 0.4s;
}
#content {
    width: 100%;
    margin: 0px auto;
    padding: 0 0 140px;
    position: relative;
    top: 105px;
}
#home #content {
    top: 0px;
}
.inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.inner-mini {
    width: 900px;
    margin: 0 auto;
}
.logo {
    width: 250px;
    position: absolute;
    top: 26px;
    left: -5px;
    transition: all 0.4s;
}
@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,
    .logo {
        height: 38px;
    }
}
#menu-pc {
    position: absolute;
    right: 5px;
    top: 43px;
    transition: all 0.4s;
    z-index: 10;
}
#menu-pc li {
    display: inline-block;
    font-size: 15px;
    letter-spacing: 0.03em;
}
#menu-pc li:not(:last-child)::after {
    content: "/";
    font-size: 15px;
    padding: 0 1px 0 6px;
    position: relative;
    display: inline-block;
}
.lang {
    padding-left: 30px;
}
.menu .lang {
    color: #fff;
    text-align: center;
    padding: 0;
    padding-bottom: 50px;
}
.menu .lang a {
    color: #fff;
}
#menu-pc li.no-line::after {
    content: none;
}

#menu-pc li a {
    position: relative;
    color: #000;
}
.hv-line a {
    position: relative;
}

.hv-line a:before {
    position: absolute;
    top: 1.8em;
    content: "";
    display: inline-block;
    width: 0;
    height: 1px;
    background: #000;
    transition: 0.3s;
}

.hv-line a:before {
    left: 0%;
}

.hv-line a:hover:before {
    width: 100%;
}

.hv-line a:before {
    position: absolute;
    top: 1.8em;
    content: "";
    display: inline-block;
    width: 0;
    height: 1px;
    background: #000;
    transition: 0.3s;
}

.hv-line a:before {
    left: 0%;
}

.hv-line a:hover:before {
    width: 100%;
}

.hv-line-w a {
    position: relative;
}

.hv-line-w a:before {
    position: absolute;
    top: 1.8em;
    content: "";
    display: inline-block;
    width: 0;
    height: 1px;
    background: #000;
    transition: 0.3s;
}

.hv-line-w a:before {
    left: 0%;
}

.hv-line-w a:hover:before {
    width: 100%;
}

.hv-line-w a:before {
    position: absolute;
    top: 1.4em;
    content: "";
    display: inline-block;
    width: 0;
    height: 1px;
    background: #fff;
    transition: 0.3s;
}

.hv-line-w a:before {
    left: 0%;
}

.hv-line-w a:hover:before {
    width: 100%;
}
.mainvisual {
    position: relative;
    width: 1200px;
    margin: 0 auto 75px;
    text-align: center;
}

#home .mainvisual {
    margin: 30px auto 75px;
}

.mainvisual img {
    display: block;
}

.mainvisual h2 {
    position: relative;
    top: -175px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    font-size: 31px;
    text-align: center;
    letter-spacing: 0.1em;
    border: #fff solid 2px;
    display: inline;
    padding: 4px 16px;
}

.inner {
    width: 960px;
    margin: 0 auto;
}

footer {
    margin-top: 50px;
    padding: 40px 0;
    color: #fff;
    background: #005aa5;
}
.footer-logo {
    width: 220px;
    margin-bottom: 40px;
}
.footer-nav {
    position: absolute;
    top: 0;
    right: 20px;
}
.footer-nav a {
    font-size: 14px;
    color: #fff;
    display: block;
    padding-bottom: 15px;
}
.footer-add {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 40px;
}
.youtube-logo {
    width: 84px;
    position: absolute;
    top: 188px;
}
.youtube-logo2 {
    width: 30px;
    position: absolute;
    top: 182px;
    left: 0px;
}
.twitter-logo {
    width: 30px;
    position: absolute;
    top: 182px;
    left: 40px;
}
.fb-logo {
    width: 30px;
    position: absolute;
    top: 182px;
    left: 80px;
}
.insta-logo {
    width: 30px;
    position: absolute;
    top: 182px;
    left: 120px;
}

.footer-add a {
    color: #fff;
}
.copyright {
    font-size: 13px;
}
.pagetop {
    text-align: center;
    position: relative;
}

/* =========================================================
home
========================================================= */

.section-intro {
    position: relative;
    height: 100vh;
}
.item {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.item.key img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.blur {
    -ms-filter: blur(6px);
    filter: blur(6px);
}

.intro-copy {
    width: 320px;
    margin: 80px;
}
.intro-logo {
    width: 210px;
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.item:nth-child(1) {
    -webkit-animation: intro 0.5s ease 0.2s 1 forwards;
    animation: intro 0.5s ease 0.2s 1 forwards;
}
.item:nth-child(2) {
    -webkit-animation: intro 2.5s ease 2s 1 forwards;
    animation: intro 2.5s ease 2s 1 forwards;
}
.item:nth-child(3) {
    -webkit-animation: intro 3s ease 2s 1 forwards;
    animation: intro 3s ease 2s 1 forwards;
}
@-webkit-keyframes intro {
    100% {
        opacity: 1;
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}
@keyframes intro {
    100% {
        opacity: 1;
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}

@-webkit-keyframes fade-head {
    100% {
        opacity: 1;
    }
}
@keyframes fade-head {
    100% {
        opacity: 1;
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}
#home header {
    position: relative;
}
#home header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}
.home-sec-title {
    width: 44px;
    position: absolute;
    top: 60px;
    left: 0;
}

.slider {
    margin: 0px auto;
    width: 100%;
}
.slider img {
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}

#home #news-list .inner {
    width: 850px;
    margin: 0 auto;
    position: relative;
    padding-top: 60px;
    padding-left: 110px;
}
#home #news-list .line {
    width: 2px;
    position: absolute;
    top: 270px;
    left: 15px;
}
#news-list .home-sec-title {
    width: 44px;
    position: absolute;
    top: 60px;
    left: 0;
}
#home #news-list .grid-thrd li {
    width: 264px;
    float: left;
    margin-right: 28px;
    margin-bottom: 65px;
    position: relative;
}
#home #news-list .grid-thrd li:nth-child(3n) {
    margin-right: 0px;
}
#home #news-list .news-data {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 13px;
    font-weight: 600;
}
#home #news-list .summary {
    line-height: 1.8;
    font-size: 15px;
}
#home #news-list .allow {
    text-align: right;
}
#home #news-list .grid-thrd li .allow img {
    width: 45px;
    height: auto;
}
#home #news-list .btn-wrap a {
    width: 530px;
    border: #005aa8 solid 1px;
    text-align: center;
    display: block;
    height: 100px;
    line-height: 100px;
    margin: 50px auto;
    color: #005aa5;
    font-size: 13px;
    letter-spacing: 0.5em;
    position: relative;
    font-weight: 600;
}
#home #news-list .btn-wrap a:hover {
    color: #fff;
}
#home #news-list .btn-wrap a .en {
    font-weight: 600;
}
#home #news-list .btn-wrap a .allow {
    width: 45px;
    height: 10px;
    position: absolute;
    top: 40px;
    right: 40px;
    background: url(../images/home/allow-blue.svg) no-repeat;
    background-size: contain;
}
#home #news-list .btn-wrap a:hover .allow {
    background: url(../images/home/allow-blue-w.svg) no-repeat;
}

#home #news-list .grid-thrd li img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

#home .ico {
    width: 200px;
    margin: 170px auto;
}

#home-new-product {
    position: relative;
}
#home-new-product .btn-wrap a {
    width: 530px;
    border: #fff solid 1px;
    text-align: center;
    display: block;
    height: 100px;
    line-height: 20px;
    margin: 175px auto 0;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.5em;
    position: relative;
    z-index: 1;
}
#home-new-product .btn-wrap a:hover {
    color: #005aa5;
}
#home-new-product .btn-wrap a .en {
    font-weight: 600;
    display: block;
    padding-top: 28px;
}
#home-new-product .btn-wrap a .jp {
    display: block;
    letter-spacing: 0.02em;
}
#home-new-product .btn-wrap a .allow {
    width: 45px;
    height: 10px;
    position: absolute;
    top: 40px;
    right: 40px;
    background: url(../images/home/allow-w.svg) no-repeat;
    background-size: contain;
}
#home-new-product .btn-wrap a:hover .allow {
    background: url(../images/home/allow-blue.svg) no-repeat;
}
#home-new-product {
    margin-top: 115px;
    height: 460px;
    background: url(../images/home/product-bg@2x-80.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
#home #home-product .inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding-top: 80px;
}
#home #news-list .inner-mini {
    width: 850px;
    margin: 0 auto;
    position: relative;
    padding-top: 60px;
    padding-left: 110px;
}
#home #home-product .line {
    width: 2px;
    height: 443px;
    position: absolute;
    top: 102px;
    right: 10px;
    background: #000;
}
#home #home-product .sec-copy {
    position: absolute;
    left: 90px;
    top: 85px;
    line-height: 2em;
    font-size: 18px;
}
#home #home-product .line-no {
    font-size: 18px;
    position: absolute;
    top: 560px;
    right: 0px;
}
#home #home-product {
    position: relative;
    height: 605px;
}
#home #home-product .home-sec-title {
    width: 44px;
    position: absolute;
    top: 96px;
    left: 0;
}
#home #home-product .pic01 {
    position: absolute;
    z-index: 2;
    top: 280px;
    left: 85px;
    width: 390px;
}
#home #home-product .pic02 {
    position: absolute;
    z-index: 1;
    top: 102px;
    right: 70px;
    width: 506px;
}
#home #home-product .pic-bg {
    width: 830px;
    height: 250px;
    background: #ebebeb;
    position: absolute;
    top: 265px;
    left: 72px;
    z-index: -2;
}

#home #home-product .bg {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 92%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#home #home-artist {
    position: relative;
    height: 650px;
}
#home #home-artist .inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding-top: 80px;
}
#home #home-artist .inner-mini {
    width: 850px;
    margin: 0 auto;
    position: relative;
    padding-top: 60px;
    padding-left: 110px;
}
#home #home-artist .line {
    width: 2px;
    position: absolute;
    top: 75px;
    left: -5px;
    background: #000;
    height: 496px;
}
#home #home-artist .home-sec-title {
    width: 110px;
    position: absolute;
    top: 25px;
    right: 0;
    left: auto;
}
#home #home-artist .line-no {
    font-size: 18px;
    position: absolute;
    top: 585px;
    left: -12px;
}
#home #home-artist .pic01 {
    position: absolute;
    z-index: 2;
    top: 75px;
    left: 20px;
    width: 506px;
}
#home #home-artist .pic02 {
    position: absolute;
    z-index: 1;
    top: 205px;
    right: 160px;
    width: 260px;
}
#home #home-artist .pic-bg {
    width: 800px;
    height: 250px;
    background: #ebebeb;
    position: absolute;
    top: 62px;
    left: 8px;
    z-index: -2;
}
#home #home-artist .sec-copy {
    position: absolute;
    right: 160px;
    top: 75px;
    line-height: 2em;
    font-size: 18px;
}

#home #home-howto {
    position: relative;
    height: 600px;
}
#home #home-howto .inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
    padding-top: 80px;
}
#home #home-howto .inner-mini {
    width: 850px;
    margin: 0 auto;
    position: relative;
    padding-top: 60px;
    padding-left: 110px;
}
#home #home-howto .line {
    width: 2px;
    position: absolute;
    top: 102px;
    right: 10px;
    background: #000;
    height: 450px;
}

#home #home-howto .sec-copy {
    position: absolute;
    left: 90px;
    top: 392px;
    line-height: 2em;
    font-size: 18px;
}
#home #home-howto .line-no {
    font-size: 18px;
    position: absolute;
    top: 560px;
    right: 0px;
}

#home #home-howto .home-sec-title {
    width: 44px;
    position: absolute;
    top: 106px;
    left: 0;
}
#home #home-howto .pic01 {
    position: absolute;
    z-index: 2;
    top: 50px;
    left: 85px;
    width: 270px;
}
#home #home-howto .pic02 {
    position: absolute;
    z-index: 1;
    top: 102px;
    right: 70px;
    width: 522px;
}
#home #home-howto .pic-bg {
    width: 830px;
    height: 295px;
    background: #ebebeb;
    position: absolute;
    top: 90px;
    left: 72px;
    z-index: -2;
}
.home-foot-bt-wrap {
    margin: 140px auto;
    width: 682px;
}
.home-foot-bt-wrap li {
    float: left;
    margin-right: 40px;
}
.home-foot-bt-wrap li:nth-child(2n) {
    margin-right: 0px;
}
.home-foot-bt-wrap .btn-wrap a {
    width: 320px;
    border: #005aa5 solid 1px;
    display: block;
    height: 80px;
    line-height: 20px;
    color: #005aa5;
    font-size: 13px;
    letter-spacing: 0.5em;
    position: relative;
    text-align: left;
    padding-left: 36px;
    box-sizing: border-box;
}
.home-foot-bt-wrap .btn-wrap a:hover {
    width: 320px;
    color: #fff;
}
.home-foot-bt-wrap .btn-wrap a .en {
    font-weight: 600;
    font-size: 18px;
    display: block;
    padding-top: 20px;
}
.home-foot-bt-wrap .btn-wrap a .jp {
    display: block;
    letter-spacing: 0.02em;
}
.home-foot-bt-wrap .btn-wrap a .allow {
    width: 95px;
    position: absolute;
    top: 30px;
    right: 30px;
    height: 10px;
    background: url(../images/home/allow-foot.svg) no-repeat;
    background-size: contain;
}
.home-foot-bt-wrap .btn-wrap a:hover .allow {
    background: url(../images/home/allow-foot-w.svg) no-repeat;
}

.home-foot-bt-wrap .clear {
    clear: both;
}
/* =========================================================
product
========================================================= */

#cat-list li p {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.03em;
    padding-top: 24px;
}

#product-archive #content,
#product-single #content {
    padding: 60px 0 140px;
}

#product-archive .en-title,
#product-single .en-title {
    font-size: 40px;
    text-align: center;
    margin-bottom: 17px;
    letter-spacing: 0.04em;
}

#product-archive .jp-title,
#product-single .jp-title {
    font-size: 21px;
    font-weight: 600;
    text-align: center;
    color: #4d4d4d;
    margin-bottom: 75px;
}

#product-archive .cat-detail {
    width: 720px;
    margin: 0 auto;
}
.mgt105 {
    margin-top: 105px;
}
#product-archive .cat-detail .pic-wrap {
    width: 200px;
    float: left;
}
#product-archive .cat-detail .text-wrap {
    float: left;
    width: 520px;
    padding: 20px 0 0 50px;
    box-sizing: border-box;
}
#product-archive #marbling .cat-copy {
    text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px,
        #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px,
        #fff 2px -1px, #fff -2px -1px;
}
#product-archive .cat-copy {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 15px;
    line-height: 1.3;
}

#product-archive .cat-detail p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 30px;
}

#product-archive .cat-summary p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.5;
}
#product-archive .cat-summary dl {
    margin-top: 30px;
}
#product-archive .cat-summary p.use {
    font-size: 14px;
    font-weight: 400;
    margin-top: 15px;
}
#product-archive .cat-summary .tag {
    font-size: 11px;
    color: #fff;
    background: #333;
    border-radius: 40px;
    padding: 4px 8px;
    margin-right: 0px;
    letter-spacing: 0.1em;
}
#product-archive .cat-summary dt {
    font-size: 14px;
    width: 100px;
    float: left;
    padding: 10px 0;
    line-height: 1.4;
}
#product-archive .cat-summary dd {
    font-size: 14px;
    padding: 10px 10px 10px 100px;
    border-top: #b1b1b1 dotted 1px;
    line-height: 1.4;
}

#product-archive #cat01.cat-detail .pic-wrap {
}
#product-archive #cat01.cat-detail .text-wrap {
    float: left;
    width: 520px;
    padding: 20px 0 0 40px;
    box-sizing: border-box;
}
#cat01 .cat-copy {
    color: #004088;
}
#cat01 .cat-summary .tag {
    background: #004088;
}
#product-archive #painters-gouache.cat-detail .text-wrap {
    float: left;
    padding: 20px 0 0 0px;
    box-sizing: border-box;
    width: 510px;
}
#painters-gouache .cat-copy {
    color: #5d5d5d;
}
#painters-gouache .cat-summary .tag {
    background: #5d5d5d;
}

#product-archive #designers-color.cat-detail .text-wrap {
    float: left;
    padding: 20px 0 0 0px;
    box-sizing: border-box;
    width: 500px;
}
#designers-color .cat-copy {
    color: #006934;
}
#designers-color .cat-summary .tag {
    background: #006934;
}

#fun-poster .cat-copy {
    color: #1d2088;
}
#fun-poster .cat-summary .tag {
    background: #1d2088;
}
#fun-acrylic .cat-copy {
    color: #e60012;
}
#fun-acrylic .cat-summary .tag {
    background: #e60012;
}

#marbling .cat-summary .tag {
    background: #0b8c21;
}
#product-archive #marbling .cat-summary dt {
    font-size: 14px;
    float: none;
    padding: 0px;
    line-height: 1.4;
    padding-bottom: 10px;
    width: auto;
}
#product-archive #marbling .cat-summary dd {
    font-size: 13px;
    padding: 0;
    line-height: 1.4;
    padding-bottom: 20px;
    border-top: none;
}

#product-archive #aqrylic-gouache.cat-detail .text-wrap {
    float: left;
    padding: 20px 0 0 0px;
    box-sizing: border-box;
    width: 500px;
}
#aqrylic-gouache .cat-copy {
    color: #e60039;
}
#aqrylic-gouache .cat-summary .tag {
    background: #e60039;
}

#product-archive #marbling.cat-detail {
    width: 740px;
    background: url(../images/product/marbling_header_2.png) no-repeat;
    background-size: contain;
}
#product-archive #marbling.cat-detail .pic-wrap {
    width: 280px;
}
#product-archive #marbling.cat-detail .text-wrap {
    width: 460px;
}

#product-archive #large-capacity-paint.cat-detail .pic-wrap {
}
#product-archive #large-capacity-paint.cat-detail .text-wrap {
    float: left;
    width: 520px;
    padding: 20px 0 0 40px;
    box-sizing: border-box;
}

#large-capacity-paint .cat-copy {
    color: #00913a;
}
#large-capacity-paint .cat-summary .tag {
    background: #00913a;
}

#item-list {
    margin-top: 50px;
    margin-bottom: 100px;
    overflow: hidden;
}
#item-list .grid-thrd li {
    margin-bottom: 80px;
}
#item-list .grid-thrd li:hover {
    opacity: 0.6;
}

.item-list-pic {
    width: 220px;
    height: 200px;
    margin: 50px auto 0;
}
/*
.item-list-pic img {
    -moz-transition: -moz-transform 0.2s linear;
    -webkit-transition: -webkit-transform 0.2s linear;
    -o-transition: -o-transform 0.2s linear;
    -ms-transition: -ms-transform 0.2s linear;
    transition: transform 0.2s linear;
}
.item-list-pic img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}*/

#product-archive li {
    text-align: center;
}
.product-cat-nav ul {
    position: relative;
    left: 50%;
    float: left;
}

.product-cat-nav li {
    margin: 0 12px;
    position: relative;
    left: -50%;
    float: left;
}

.product-cat-nav li {
    border: #222 solid 1px;
    position: relative;
    padding: 0 16px;
    box-sizing: border-box;
    display: inline-block;
    transition: all 0.5s ease;
    cursor: pointer;
}
.product-cat-nav {
    position: relative;
    overflow: hidden;
    clear: both;
}
.product-cat-nav .en-bold {
    font-size: 21px;
    display: inline-block;
    padding: 16px 16px 16px 0;
}
.product-cat-nav .jp-sub {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 7px;
}
.product-cat-nav .line {
    height: 1px;
    width: 30px;
    margin-right: 15px;
    display: inline-block;
    background: #222;
    margin-bottom: 7px;
}
.hover-e01,
.hover-e01::after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.hover-e01::before,
.hover-e01::after {
    background: #222;
    content: "";
    position: absolute;
    z-index: -1;
}

.hover-e01::after {
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
}

.hover-e01:hover:after {
    width: 100%;
}
.hover-e03,
.hover-e03::after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.hover-e03::before,
.hover-e03::after {
    background: #fff;
    content: "";
    position: absolute;
    z-index: -1;
}

.hover-e03::after {
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
}

.hover-e03:hover:after {
    width: 100%;
}

.product-cat-nav li:hover .en-bold {
    color: #fff;
    transition: all 0.5s ease;
}
.product-cat-nav li:hover .jp-sub {
    color: #fff;
    transition: all 0.5s ease;
}
.product-cat-nav li:hover .line {
    background: #fff;
    transition: all 0.5s ease;
}

.product-cat-nav li.active .en-bold {
    color: #fff;
    transition: all 0.5s ease;
}
.product-cat-nav li.active .jp-sub {
    color: #fff;
    transition: all 0.5s ease;
}
.product-cat-nav li.active .line {
    background: #fff;
    transition: all 0.5s ease;
}
.product-cat-nav li.active {
    background: #222;
    transition: all 0.5s ease;
}
.product-color-nav {
    text-align: center;
    width: 815px;
    margin: 150px auto 0;
}

.product-color-nav .nav-title {
    text-align: center;
    font-size: 36px;
    border-bottom: #333 solid 3px;
    margin-bottom: 30px;
    display: inline-block;
    letter-spacing: 0.01em;
    padding-bottom: 5px;
}
.product-color-nav p {
    font-size: 15px;
    color: #4d4d4d;
    margin-bottom: 50px;
}

.product-color-nav li {
    width: 118px;
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
    cursor: pointer;
}

.product-color-nav li:nth-child(6n) {
    margin-right: 0px;
}
.product-color-nav li p {
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0px;
}

#item-list .inner {
    margin: 0 auto 100px;
}

.imgrotation img {
    transform: rotate(-90deg);
}

#product-archive .grid-thrd li img {
    width: 100%;
    display: inline;
    height: 200px;
}

.object-fit-contain {
    object-fit: contain;
    object-position: bottom;
    font-family: "object-fit: contain; object-position: bottom;";
}
@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,
    #product-archive .grid-thrd li.imgrotation img {
        transform: rotate(0deg);
        width: 60px;
    }
}

@media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,
    #product-archive .grid-thrd li img {
        height: 100%;
    }
}

#product-archive .item-title-wrap {
    margin-top: 30px;
    padding-top: 10px;
    border-top: #808080 solid 1px;
}

#product-archive .item-no {
    font-weight: 600;
    line-height: 1.6;
}

#product-archive .item-name {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.6;
}
#product-archive .item-color {
    font-size: 14px;
    line-height: 1.6;
}
#product-single .item-no {
    font-weight: 600;
    line-height: 1.6;
    text-align: center;
    font-size: 19px;
    padding-bottom: 3px;
}

#product-single .item-name {
    font-weight: 600;
    font-size: 19px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 30px;
}
#product-single-detail {
    width: 460px;
    margin: 120px auto;
}
#product-single-detail .pic-wrap img {
    display: inline;
    width: auto;
    height: 360px;
    object-fit: contain;
}
#product-single-detail .pic-wrap {
    height: 350px;
    text-align: center;
    margin-bottom: 60px;
}
#product-single-detail li {
    padding: 10px;
    font-size: 15px;
    border-top: #222 solid 1px;
}
#product-single-detail li:last-child {
    border-bottom: #222 solid 1px;
}
#product-single-detail p {
    line-height: 1.6;
    padding: 10px;
    font-size: 15px;
}
#product-single-detail .color-wrap {
    width: 280px;
    height: 200px;
    margin: 70px auto 0px;
    background: #c3c3c3;
    padding: 18px;
    box-sizing: border-box;
}

#product-single-detail .color-wrap img {
    height: 164px;
    width: 100%;
    object-fit: cover;
    display: block;
    vertical-align: bottom;
}

.btn-back {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-top: 70px;
}
.btn-back a {
    color: #005a80;
}
.pagenation {
    clear: both;
    margin: 0px;
    text-align: center;
}

.foot-cat-nav {
    clear: both;
    text-align: center;
    margin-top: 110px;
}
.foot-cat-nav ul {
    margin-bottom: 20px;
}
.foot-cat-nav li {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
}
.foot-cat-nav li a {
    position: relative;
    color: #4d4d4d;
}
.foot-cat-nav li:not(:last-child)::after {
    content: "|";
    font-size: 15px;
    color: #4d4d4d;
    padding: 0 10px;
    position: relative;
    display: inline-block;
}
.foot-cat-nav li a:before,
.foot-cat-nav li a:after {
    position: absolute;
    top: 1.8em;
    content: "";
    display: inline-block;
    width: 0;
    height: 1px;
    background: #4d4d4d;
    transition: 0.3s;
}

.foot-cat-nav li a:before {
    left: 50%;
}

.foot-cat-nav li a:after {
    right: 50%;
}

.foot-cat-nav li a:hover:before,
.foot-cat-nav li a:hover:after {
    width: 50%;
}
.object-fit {
    object-fit: contain;
    font-family: "object-fit: contain;";
}
/* =========================================================
about
========================================================= */

#about .cat-title {
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    color: #005aa5;
    margin-bottom: 0px;
}

#about .mainvisual {
    margin: 0 auto 50px;
}
.about-anchor-nav {
    text-align: center;
    color: #808080;
    font-size: 15px;
    margin-bottom: 60px;
}
.cat-sub-title {
    text-align: center;
    font-size: 14px;
    color: #005aa5;
}
.cat-header {
    margin-bottom: 40px;
}
#outline {
    padding-top: 150px;
}
.ontline-table {
    width: 500px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.5;
}
.ontline-table dt {
    width: 150px;
    padding: 10px;
    box-sizing: border-box;
    float: left;
}
.ontline-table dd {
    padding: 10px 10px 10px 150px;
    box-sizing: border-box;
}

/* =========================================================
howto
========================================================= */

#howto .cat-title {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    color: #005aa5;
    margin-bottom: 60px;
}
.howto-cat-nav ul {
    position: relative;
    left: 50%;
    float: left;
}
.howto-cat-nav li {
    position: relative;
    display: inline-block;
    transition: all 0.5s ease;
    cursor: pointer;
    margin-right: 40px;
    left: -50%;
    float: left;
}
.howto-cat-nav a {
    box-sizing: border-box;
    padding: 0 20px;
    display: block;
    height: 55px;
    line-height: 55px;
    color: #005aa5;
    border: #005aa5 solid 1px;
    width: 244px;
    position: relative;
}
.howto-cat-nav .active a {
    background: #005aa5;
    color: #fff;
}
.howto-cat-nav a:hover {
    color: #fff;
}
.howto-cat-nav li:nth-child(3n) {
    margin-right: 0px;
}
#howto .mainvisual {
    margin: 0 auto 50px;
}

#howto .mainvisual h2 {
    color: #000;
    border: #000 solid 2px;
}
.howto-cat-nav a .allow {
    width: 27px;
    display: block;
    position: absolute;
    top: -18px;
    right: 15px;
}

#movie-list {
    clear: both;
    padding-top: 80px;
}
#movie-list .video {
    width: 288px;
    float: left;
    margin-right: 47px;
    margin-bottom: 65px;
    position: relative;
    height: 220px;
}
#movie-list .video:nth-child(3n) {
    margin-right: 0px;
}

#movie-list p {
    font-size: 14px;
    line-height: 1.4;
}

#movie-list .video iframe {
    width: 100%;
    height: 160px;
    margin-bottom: 20px;
}

.hover-e02,
.hover-e02::after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.hover-e02::before,
.hover-e02::after {
    background: #005aa5;
    content: "";
    position: absolute;
    z-index: -1;
}

.hover-e02::after {
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
}

.hover-e02:hover:after {
    width: 100%;
}
/* =========================================================
news
========================================================= */

#news .mainvisual h2 {
    color: #000;
    border: #000 solid 2px;
}
#news-list {
    margin-left: 5px;
    width: 960px;
    margin: 0 auto;
    position: relative;
}
#news-list .moreview a {
    display: block;
    width: 102px;
    margin-top: 42px;
    clear: both;
    right: 13px;
    position: absolute;
    border-bottom: #222 solid 2px;
    padding-bottom: 6px;
}
#news .grid-thrd li {
    margin-bottom: 80px;
}
.cat {
    position: absolute;
    padding: 4px 10px;
    background: #333;
    color: #fff;
    font-size: 13px;
    z-index: 10;
    top: 0px;
    left: 0px;
}
.cat.info {
    background: #00afe8;
}
.cat.report {
    background: #ffff33;
    color: #000;
}
.cat.etc {
    background: #d14286;
}
.cat.shopcat01 {
    background: #855bab;
}
.cat.shopcat02 {
    background: #e52e8a;
}
.cat.shopcat03 {
    background: #00a700;
}
.news-data {
    font-size: 15px;
    margin-top: 20px;
}
.news-title {
    font-size: 15px;
    margin-top: 18px;
    line-height: 1.4;
    font-weight: 600;
    padding-bottom: 12px;
}
#news #news-list .summary {
    font-size: 13px;
    line-height: 1.6;
}
#news #news-list .grid-thrd li img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

#news #news-list .news-data {
    font-size: 13px;
    margin-top: 20px;
}
.entry {
    width: 520px;
    margin: 0 auto;
    color: #222;
}
#single .cat {
    position: relative;
    padding: 4px 12px;
    display: inline-block;
}

.single-txt-wrap {
    vertical-align: top;
    display: inline-block;
}
.single-data {
    font-size: 13px;
    padding-bottom: 45px;
    color: #717171;
}
.single-title {
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 15px;
    font-weight: 400;
}

.single-text {
    font-size: 14px;
    line-height: 2.2;
    color: #222;
}
.single-text p {
    padding-bottom: 30px;
    line-height: 2.4;
}
.single-text img {
    padding-bottom: 30px;
    width: 100%;
}
.pagenation .back {
    font-size: 15px;
    font-weight: 600;
    width: 49%;
    display: inline-block;
}
.pagenation .next {
    font-size: 15px;
    font-weight: 600;
    width: 50%;
    display: inline-block;
    text-align: right;
}
.pagenation .next a {
    color: #1b3a64;
    position: relative;
}
.pagenation .back a {
    color: #1b3a64;
    position: relative;
}
#single .pagenation {
    padding: 40px 5px;
    margin-top: 40px;
    border-top: #d0d0d0 solid 1px;
}
.screen-reader-text {
    display: none;
}
.pagenation .nav-links .prev {
    display: none;
}
.pagenation .nav-links .next {
    display: none;
}
.aside-list li a {
    padding-bottom: 15px;
    display: block;
    font-size: 12px;
    padding-left: 30px;
    transition: 0.4s;
    position: relative;
}
.aside-list li .allow {
    display: block;
    opacity: 0;
    width: 6px;
    position: absolute;
    left: 0px;
    top: -1px;
    transition: 0.4s;
}
.aside-list li a:hover .allow {
    display: block;
    opacity: 1;
    width: 6px;
    position: absolute;
    left: 13px;
    top: -1px;
    transition: 0.4s;
}
.cp_ipselect {
    overflow: hidden;
    width: 100%;
    margin: 2em auto;
    text-align: center;
}
.cp_ipselect select {
    width: 90%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl04 {
    position: relative;
    box-sizing: border-box;
    border: 1px solid #222;
    border-radius: 0px;
    background: #ffffff;
}
.cp_ipselect.cp_sl04::before {
    position: absolute;
    top: 0.8em;
    right: 0.8em;
    width: 10px;
    height: 10px;
    padding: 0;
    content: "";
    background: url(../images/allow-asaid02.svg) no-repeat;
}
.cp_ipselect.cp_sl04 select {
    padding: 6px 30px 8px 6px;
    color: #222;
}

.aside-list {
    position: absolute;
    top: 75px;
    right: 0;
    width: 160px;
    overflow: hidden;
}
.archive-item a:hover .archive-title {
    text-decoration: underline;
    transition: 0.4s;
}
.archive-item a:hover .archive-photo {
    opacity: 0.6;
    transition: 0.4s;
}
.list-title {
    font-size: 14px;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
    border-bottom: #005aa5 solid 1px;
    padding-bottom: 10px;
    font-weight: 600;
    color: #005aa5;
}

.category-list {
    padding-bottom: 60px;
}
.aside-list a:hover {
    text-decoration: underline;
}
.nav-links span {
    display: inline-block;
    margin-right: 6px;
    padding: 5px 9px;
    font-weight: 600;
    color: #ffffff;
    border: #005aa5 solid 1px;
    background: #005aa5;
}
a.page-numbers {
    display: inline-block;
    margin-right: 3px;
    padding: 5px 8px;
    font-weight: 600;
    color: #005aa5;
    border: #005aa5 solid 1px;
}

#entry-wrap {
    position: relative;
    width: 950px;
    margin: 0 auto;
}
#news .archive-title {
    margin-bottom: 40px;
    text-align: center;
}
#news .jp-title {
    border-bottom: #222 solid 1px;
    padding-bottom: 5px;
    display: inline;
    text-align: center;
}

/* =========================================================
artist
========================================================= */
#artist .en-title {
    font-size: 40px;
    text-align: center;
    margin-bottom: 17px;
    letter-spacing: 0.04em;
}

#artist #content {
    padding: 60px 0 50px;
}
#artist .jp-title {
    text-align: center;
    border-bottom: #222 solid 1px;
    padding-bottom: 5px;
    display: inline;
    text-align: center;
}
#artist .cat-header {
    text-align: center;
    margin-bottom: 72px;
}

.artist-no {
    width: 104px;
    margin: 82px auto 0;
    display: none;
}
#artist-prof .artist-logo {
    width: 270px;
    position: absolute;
    top: -85px;
    left: -30px;
}
.artist02 #artist-prof .artist-logo {
    width: 200px;
    position: absolute;
    top: -30px;
    left: -10px;
}

#artist-prof .prof-pic {
    width: 400px;
    position: absolute;
    right: 0px;
    top: -36px;
}
#artist-prof .artist-name {
    font-size: 27px;
    position: absolute;
    top: 58px;
    left: 0;
    letter-spacing: 0.06em;
}
#artist-prof .artist-kana {
    font-size: 15px;
    position: absolute;
    top: 95px;
    left: 0;
    color: #4e4e50;
}

#artist-prof .artist-job {
    position: absolute;
    right: 0;
    top: 56px;
    font-size: 16px;
    line-height: 1.6;
}
.artist-prof-txt {
    width: 480px;
    color: #4e4e50;
    position: relative;
}
.artist-history {
    clear: both;
    padding-top: 145px;
    font-size: 15px;
    line-height: 1.6;
    padding-bottom: 30px;
}
.artist-prof-txt p {
    font-size: 15px;
    border-top: #333 solid 1px;
    border-bottom: #333 solid 1px;
    margin-top: 30px;
    padding: 20px 0;
    line-height: 1.6;
}

.artist-prof-txt dd {
    padding-bottom: 5px;
}
.artist-prof-txt .url {
    padding-top: 20px;
}
#artist-prof {
    background: #ede9dd;
    padding-bottom: 30px;
}
#artist-detail {
}
#artist-detail .inner {
    margin-bottom: 100px;
}
#artist-detail .catch {
    font-size: 22px;
    text-align: center;
    padding: 80px 0 60px;
    letter-spacing: 0.05em;
    color: #005aa3;
    line-height: 1.5;
}
#artist-detail .question {
    padding: 0 22px 22px;
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
    clear: both;
}
#artist-detail .comment {
    padding: 22px 22px 0;
    background: #f1f1f1;
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}
#artist-detail .comment p {
    padding-bottom: 22px;
    color: #4d4d4d;
}
#artist-detail .comment strong {
    color: #005aa3;
    font-weight: 400;
}
#artist-detail .pic-wide {
    margin: 60px 0;
}
#artist-detail .pic-wide p {
    font-size: 14px;
    padding-top: 15px;
    color: #666;
}

.w50 .comment {
    float: left;
    width: 565px;
    box-sizing: border-box;
}
.w50 .pic-wrap {
    float: right;
    width: 345px;
}
.w50 .question {
    float: left;
    width: 565px;
    box-sizing: border-box;
}
.w50-right {
    float: right;
    width: 345px;
}
.w50-left {
    float: left;
    width: 565px;
    box-sizing: border-box;
}

.gallery {
    margin-top: 80px;
}
.galler-title {
    padding: 0 0 30px 25px;
}
#artist-archive {
    margin-top: 70px;
    padding-top: 70px;
    background: #ede9dc;
    padding-bottom: 100px;
}
.artist-top #artist-archive {
    margin-top: 70px;
    padding-top: 70px;
    background: #ffffff;
    padding-bottom: 300px;
}
.clear {
    clear: both;
}
/* =========================================================
contact
========================================================= */
#contact .cat-title {
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    color: #005aa5;
    margin-bottom: 0px;
}
#faq.inner {
    width: 880px;
}
.faq-cat-nav a {
    box-sizing: border-box;
    padding: 0 20px;
    display: block;
    height: 55px;
    line-height: 55px;
    color: #005aa5;
    border: #005aa5 solid 1px;
    width: 210px;
    position: relative;
    font-size: 14px;
}

.faq-cat-nav a:hover {
    color: #fff;
}

#faq .cat-header p {
    text-align: center;
    font-size: 15px;
    line-height: 1.8;
    padding-top: 60px;
}

.faq-cat-nav li {
    position: relative;
    display: inline-block;
    transition: all 0.5s ease;
    cursor: pointer;
    margin-right: 12px;
    margin-bottom: 12px;
    float: left;
}

.faq-cat-nav li:nth-child(4n) {
    margin-right: 0px;
}
.accordion h3 {
    padding: 15px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    background: #005aa5;
    color: #fff;
    letter-spacing: 0.05em;
    font-weight: 400;
    border-radius: 2px;
}

.accordion {
    padding-top: 80px;
}

#contact .about-anchor-nav {
    text-align: center;
    color: #808080;
    font-size: 15px;
    margin-bottom: 60px;
}
#contact .cat-sub-title {
    text-align: center;
    font-size: 14px;
    color: #005aa5;
}
#contact .cat-header {
    margin-bottom: 40px;
}

#contact .cat-header p {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
    padding-top: 60px;
    color: #333;
}
#contact .inner-mini {
    width: 670px;
    margin: 0 auto;
    padding-top: 100px;
}
#contact #mainvisual .bg {
    background: url(../images/info/main-pic.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#contact h1 {
    font-size: 35px;
    line-height: 1;
    padding-bottom: 10px;
    border-bottom: #000 solid 2px;
    letter-spacing: 0.26em;
    margin-top: 130px;
    margin-bottom: 80px;
    display: inline-block;
}
#form p {
    margin-bottom: 60px;
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
    color: #333;
}
#form p.error-text {
    color: #dc0707;
    text-align: left;
}
.contact-form-th {
    padding-bottom: 10px;
    font-size: 15px;
}
.contact-form-td {
    width: 100%;
    float: right;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.confirm .contact-form-td {
    border-bottom: #333 solid 1px;
    padding-bottom: 20px;
}
.contact-form-th2 {
    padding-bottom: 10px;
    font-size: 15px;
}
.contact-form-td2 {
    width: 100%;
    float: right;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.contact-form-td input,
select {
    vertical-align: middle;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.contact-form-td2 textarea {
    width: 100%;
    box-sizing: border-box;
}
.contact-form-submit {
    clear: both;
}
.contact-form-th label {
    padding-top: 12px;
    display: block;
}
.contact-form-submit-btn {
    text-align: center;
    margin: 0px 0 10px;
}
.contact-form-submit-btn a {
    border: solid #000 1px;
    padding: 15px 60px;
    width: 220px;
    box-sizing: border-box;
    background: #fff;
    font-size: 14px;
    margin-bottom: 0px;
    display: inline-block;
    color: #000;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
}
.contact-form-submit-btn button {
    border: solid #000 1px;
    padding: 15px 60px;
    width: 220px;
    box-sizing: border-box;
    background: #fff;
    font-size: 14px;
    margin-bottom: 0px;
    display: inline-block;
    color: #000;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
}
.contact-form-submit-btn button::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 350ms cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;
}
.contact-form-submit-btn button:hover {
    color: #fff;
    background-color: #000;
}
.contact-form-submit-btn a:hover {
    color: #fff;
    background-color: #000;
}
.contact-form-submit-btn button:hover::after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.accordion h5 {
    font-size: 20px;
    color: #666;
    text-align: left;
    width: 90%;
}
.accordion ul {
    width: 98%;
    padding: 0;
    margin: 0 auto;
}
.accordion li {
    position: relative;
    border-bottom: 1px solid #ececec;
    list-style: none;
}
.question {
    padding-left: 25px;
    font-size: 16px;
}
.question span {
    position: absolute;
    font-size: 22px;
    color: #005aa5;
    left: 14px;
    top: 14px;
}

.answer dt {
    width: 40px;
    font-size: 22px;
    color: #656565;
    float: left;
}
.answer dd {
    padding-left: 40px;
    padding-top: 5px;
}

.accordion > ul > li > a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding: 18px 25px;
    letter-spacing: 0.05em;
    color: #005aa5;
}
.accordion > ul > li > a h5:hover {
    color: #111;
    text-decoration: none;
}
.accordion > ul > li > .answer {
    display: none;
    text-align: left;
    padding: 30px 50px;
    color: #555;
    line-height: 1.8;
    font-size: 14px;
    position: relative;
    background: #f1f1f1;
}

.accordion li .accordion_icon,
.accordion li .accordion_icon span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
}
.accordion li .accordion_icon {
    position: absolute;
    width: 21px;
    height: 21px;
    top: 25px;
    right: 20px;
}
.accordion li .accordion_icon span {
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #005aa5;
}
.accordion li .accordion_icon span:nth-of-type(1) {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion li .accordion_icon span:nth-of-type(2) {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
.accordion li .accordion_icon.active span:nth-of-type(1) {
    display: none;
}
.accordion li .accordion_icon.active span:nth-of-type(2) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

@media screen and (max-width: 1200px) {
    .mainvisual {
        width: 100%;
    }
    .mainvisual h2 {
        top: -160px;
    }
}
@media screen and (max-width: 1024px) {
    .mainvisual h2 {
        top: -160px;
    }
}
@media screen and (max-width: 800px) {
    header {
        height: 80px;
    }
    header .inner {
        position: relative;
        width: 100%;
        margin: 0 auto;
        transition: all 0.4s;
    }
    .logo {
        width: 180px;
        position: absolute;
        top: 25px;
        left: 25px;
        transition: all 0.4s;
    }
    #content {
        width: 100%;
        margin: 0px auto;
        padding: 0 0 140px;
        position: relative;
        top: 80px;
    }
    .mainvisual img {
        display: block;
        height: 280px;
        object-fit: cover;
    }
    .mainvisual h2 {
        top: -160px;
    }
    .inner {
        width: 86%;
        margin: 0 auto;
    }
    .grid-thrd li {
        width: 48%;
        float: left;
        margin-right: 3.5%;
        margin-bottom: 6%;
        position: relative;
        height: auto;
    }
    .grid-thrd li:nth-child(3n) {
        margin-right: 3.5%;
    }
    .grid-thrd li:nth-child(2n) {
        margin-right: 0%;
    }
    #menu-pc {
        position: absolute;
        right: 5px;
        top: 44px;
        transition: all 0.4s;
        display: none;
    }
    #product-archive .cat-detail .pic-wrap {
        width: 200px;
        float: none;
        margin: 0 auto;
    }
    #product-archive #cat01.cat-detail .text-wrap {
        float: none;
        width: 100%;
        padding: 20px 0 0 40px;
        box-sizing: border-box;
    }
    .product-cat-nav li {
        border: #222 solid 1px;
        position: relative;
        padding: 0 14px;
        box-sizing: border-box;
        display: inline-block;
        transition: all 0.5s ease;
        cursor: pointer;
    }
    .product-cat-nav .line {
        height: 1px;
        width: 30px;
        margin-right: 13px;
        display: inline-block;
        background: #222;
        margin-bottom: 7px;
    }
    .product-cat-nav .en-bold {
        font-size: 18px;
        display: inline-block;
        padding: 13px 13px 13px 0;
    }
    .product-cat-nav .jp-sub {
        font-size: 12px;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 7px;
    }
    .product-cat-nav li {
        margin-right: 20px;
        position: relative;
        left: -50%;
        float: left;
    }

    #news-list {
        width: 95%;
        margin: 0 auto;
        position: relative;
    }
    #entry-wrap {
        position: relative;
        width: 80%;
        margin: 0 auto;
    }
    .aside-list {
        position: relative;
        top: auto;
        right: 0;
        width: 100%;
        overflow: hidden;
        margin-top: 60px;
    }
    .menu {
        position: fixed;
        display: table;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #005aa5e8;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        visibility: hidden;
        opacity: 0;
    }

    .menu ul {
        display: block;
        vertical-align: middle;
        width: 100%;
    }

    .menu li {
        margin: 0 auto;
        text-align: center;
    }

    .menu li a {
        display: block;
        font-size: 16px;
        color: #fff;
        line-height: 1.4;
    }

    .menu li a:hover {
        color: #999;
    }

    /* 開閉用ボタンがクリックされた時のスタイル */
    .open .menu {
        cursor: url(../images/cross.svg), auto;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        visibility: visible;
        opacity: 1;
    }

    #sp-header .sp-header-wrap {
        padding: 15px 0px 15px 15px;
        width: 100%;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        background: #fff;
        box-sizing: border-box;
        position: absolute;
        top: -80px;
    }

    #sp-header.scrolled .sp-header-wrap {
        background: #fff;
        padding: 10px 15px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .sp-header-wrap2 {
        width: 100%;
        background: #fff;
        padding: 10px 15px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .menu-btn {
        opacity: 1;
    }
    #sp-header2 .menu-btn {
        opacity: 1;
    }
    .scrolled .menu-btn {
        opacity: 1;
    }

    .nav-logo {
        width: 200px;
        margin: 0 auto 30px;
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #005aa5;
        border-radius: 2px;
    }
    .menu-trigger {
        position: relative;
        width: 32px;
        height: 22px;
        z-index: 100;
        margin-top: 1px;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 9px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 18px;
    }
    .open .menu-trigger span:nth-of-type(3) {
        display: none;
    }
    .open .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg);
    }
    .menu .sns-wrap {
        position: relative;
        top: 0;
        width: 106px;
        margin: 20px auto;
        right: auto;
    }

    .menu .sns-wrap li {
        width: 25px;
        margin: 5px;
    }
    .open .menu-btn {
        opacity: 1;
    }
    .menu li {
        margin: 0 auto;
        text-align: center;
        padding-bottom: 30px;
        font-size: 16px;
    }
    .menu li a .jp {
        display: block;
        font-size: 10px;
    }
    .menu .text-wrap {
        padding-top: 50px;
    }

    .menu .btn-ticket {
        margin: 0 auto;
        text-align: center;
        font-size: 13px;
    }
    .menu .btn-ticket a {
        padding: 5px 16px;
        display: block;
        border: #fff solid 2px;
        border-radius: 10px;
        transition: 0.3s;
        color: #fff;
        width: 120px;
        margin: 0 auto;
    }
    #home #news-list .inner {
        width: 80%;
        margin: 0 auto;
        position: relative;
        padding-top: 60px;
        padding-left: 0;
    }
    #home #home-product .inner {
        width: 95%;
        margin: 0 auto;
        position: relative;
        padding-top: 80px;
    }
    #home #news-list .grid-thrd li {
        width: 48%;
        float: left;
        margin-right: 3%;
        margin-bottom: 65px;
        position: relative;
    }
    #home #news-list .grid-thrd li:nth-child(2n) {
        margin-right: 0%;
    }
    #home #news-list .line {
        width: 2px;
        position: absolute;
        top: 200px;
        left: 23px;
    }

    .inner-mini {
        width: 80%;
        margin: 0 auto;
    }
    #home #home-product .pic-bg {
        display: none;
    }
    #home #home-artist .inner {
        width: 95%;
        margin: 0 auto;
        position: relative;
        padding-top: 80px;
    }
    #home #home-artist .inner-mini {
        width: 80%;
        margin: 0 auto;
        position: relative;
        padding-top: 60px;
        padding-left: 110px;
    }
    #home #home-howto .inner {
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding-top: 80px;
    }

    #home #home-howto .inner-mini {
        width: 80%;
        margin: 0 auto;
        position: relative;
        padding-top: 60px;
        padding-left: 110px;
    }

    #home #home-howto .pic-bg {
        display: none;
    }
    .home-foot-bt-wrap li {
        float: none;
        margin-right: 0;
    }
    .home-foot-bt-wrap {
        margin: 140px auto;
        width: 90%;
    }
    #home #home-product .sec-copy {
        position: absolute;
        left: 90px;
        top: 0px;
        line-height: 2em;
        font-size: 15px;
    }

    .home-foot-bt-wrap .btn-wrap a {
        width: 100%;
        border: #005aa5 solid 1px;
        display: block;
        height: 80px;
        line-height: 20px;
        color: #005aa5;
        font-size: 13px;
        letter-spacing: 0.5em;
        position: relative;
        text-align: left;
        padding-left: 36px;
        box-sizing: border-box;
    }
    #home #home-product .bg {
        position: absolute;
        top: 0;
        z-index: -1;
        width: 90%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    #news-list .home-sec-title {
        width: 30px;
        position: absolute;
        top: 60px;
        left: 10px;
    }
    #home #home-product .home-sec-title {
        width: 30px;
        position: absolute;
        top: 0px;
        left: 20px;
    }
    #home #home-artist .home-sec-title {
        width: 70px;
        position: absolute;
        top: 0px;
        right: 0;
        left: auto;
    }

    #home #home-artist .sec-copy {
        position: absolute;
        right: 80px;
        top: 0px;
        line-height: 2em;
        font-size: 15px;
    }
    #home #home-product .pic02 {
        position: absolute;
        z-index: 1;
        top: 102px;
        right: 70px;
        width: 60%;
    }
    #home #home-product .pic01 {
        position: absolute;
        z-index: 2;
        top: 320px;
        left: 65px;
        width: 40%;
    }
    #home #home-artist .pic01 {
        position: absolute;
        z-index: 2;
        top: 140px;
        left: 50px;
        width: 60%;
    }
    #home #home-artist .pic02 {
        position: absolute;
        z-index: 1;
        top: 300px;
        right: 70px;
        width: 30%;
    }
    #home #home-howto .pic02 {
        position: absolute;
        z-index: 1;
        top: 142px;
        right: 50px;
        width: 60%;
    }
    #home #home-howto .pic01 {
        position: absolute;
        z-index: 2;
        top: 300px;
        left: 85px;
        width: 30%;
    }
    #home #home-howto .home-sec-title {
        width: 30px;
        position: absolute;
        top: 50px;
        left: 10px;
    }
    #home #home-artist .pic-bg {
        display: none;
    }
    #home #home-howto .sec-copy {
        position: absolute;
        left: 90px;
        top: 45px;
        line-height: 2em;
        font-size: 15px;
    }
    .item-sp {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
    }
    .item-sp.key img {
        height: 100vh;
        width: 100%;
        object-fit: cover;
    }
    .artist-prof-txt {
        width: 360px;
    }
    #artist-prof .prof-pic {
        width: 260px;
    }
}

@media screen and (max-width: 600px) {
    #content {
        width: 100%;
        margin: 0px auto;
        padding: 0 0 140px;
        position: relative;
        top: 60px;
    }
    header {
        height: 60px;
    }
    .logo {
        width: 140px;
        position: absolute;
        top: 20px;
        left: 20px;
        transition: all 0.4s;
    }
    #cat-list li p {
        font-size: 10px;
        line-height: 1.6;
        padding-top: 18px;
    }
    .footer-nav .en-bold {
        position: relative;
        top: 0;
        display: none;
        right: 20px;
    }
    .footer-nav {
        position: relative;
        top: 0;
        right: 20px;
    }
    .twitter-logo {
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
        padding-right: 5px;
    }
    .youtube-logo2 {
        position: relative;
        top: 0;
        display: inline-block;
        padding-left: 17px;
        padding-right: 5px;
    }

    .fb-logo {
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
    }
    .insta-logo {
        width: 30px;
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
        margin: 0 7px;
    }
    .footer-logo {
        width: 180px;
        margin-bottom: 40px;
    }
    .mainvisual {
        position: relative;
        margin: 0 auto 40px;
        text-align: center;
    }
    .mainvisual h2 {
        position: relative;
        top: -175px;
        left: 0;
        right: 0;
        margin: 0 auto;
        color: #fff;
        font-size: 24px;
        text-align: center;
        letter-spacing: 0.1em;
        border: #fff solid 2px;
        display: inline;
        padding: 4px 16px;
    }
    #product-archive .en-title,
    #product-single .en-title {
        font-size: 30px;
        text-align: center;
        margin-bottom: 10px;
        letter-spacing: 0.04em;
    }
    #product-archive .jp-title,
    #product-single .jp-title {
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        color: #4d4d4d;
        margin-bottom: 40px;
    }

    #product-archive .cat-detail {
        width: 80%;
        margin: 0 auto 40px;
    }
    #product-archive #cat01.cat-detail .text-wrap {
        float: none;
        width: 100%;
        padding: 20px 0 0 0px;
        box-sizing: border-box;
    }

    #product-archive .cat-copy {
        font-size: 16px;
        font-weight: 600;
        padding-bottom: 15px;
    }
    .product-cat-nav {
        position: relative;
        overflow: hidden;
        clear: both;
        width: 90%;
        margin: 0 auto;
    }
    .product-cat-nav ul {
        position: relative;
        left: 0;
        float: none;
    }
    .product-cat-nav li {
        margin: 0;
        position: relative;
        left: 0;
        float: left;
        width: 33%;
        display: block;
        text-align: center;
    }
    .poster.product-cat-nav li {
        width: 50%;
    }
    .product-cat-nav .en-bold {
        font-size: 13px;
        display: inline-block;
        padding: 10px 0 2px;
        display: block;
    }
    .product-cat-nav .line {
        display: none;
    }
    .product-cat-nav .jp-sub {
        font-size: 10px;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 10px;
    }
    .item-list-pic {
        width: 90%;
        height: 100px;
        margin: 30px auto 0;
    }
    #product-archive #aqrylic-gouache.cat-detail .text-wrap {
        float: left;
        padding: 20px 0 0 0px;
        box-sizing: border-box;
        width: 100%;
    }
    #product-archive #designers-color.cat-detail .text-wrap {
        float: none;
        padding: 20px 0 0 0px;
        box-sizing: border-box;
        width: 100%;
    }
    #product-archive .cat-detail p {
        font-size: 13px;
        line-height: 1.8;
        margin-bottom: 30px;
    }
    #product-archive #large-capacity-paint.cat-detail .text-wrap {
        float: none;
        width: 100%;
        padding: 20px 0 0 0px;
        box-sizing: border-box;
    }
    #product-archive .cat-summary dt {
        font-size: 12px;
        width: 80px;
        float: left;
        padding: 10px 0;
        line-height: 1.4;
    }
    #product-archive .cat-summary dd {
        font-size: 12px;
        padding: 10px 10px 10px 80px;
        border-top: #b1b1b1 dotted 1px;
        line-height: 1.4;
    }
    #product-archive .grid-thrd li img {
        width: 100%;
        display: inline;
        height: 100px;
        object-fit: contain;
    }
    #product-archive .cat-detail .text-wrap {
        float: none;
        width: 100%;
        padding: 20px 0 0 0px;
        box-sizing: border-box;
    }
    #product-archive #painters-gouache.cat-detail .text-wrap {
        width: 100%;
    }

    #product-archive .item-title-wrap {
        margin-top: 20px;
        padding-top: 10px;
        border-top: #808080 solid 1px;
    }
    #product-archive .item-no {
        font-weight: 600;
        line-height: 1.4;
        font-size: 13px;
    }
    #product-archive .item-name {
        font-weight: 600;
        font-size: 13px;
        line-height: 1.4;
    }
    #product-archive .item-color {
        font-size: 10px;
        line-height: 1.4;
    }
    #product-archive #content,
    #product-single #content {
        padding: 60px 0;
    }
    .foot-cat-nav {
        clear: both;
        text-align: center;
        margin-top: 110px;
        width: 90%;
        margin: 80px auto 0;
    }
    .foot-cat-nav ul {
        margin-bottom: 0;
    }
    .foot-cat-nav li {
        display: block;
        font-size: 13px;
        font-weight: 600;
        text-align: left;
        padding: 0;
        position: relative;
    }
    .foot-cat-nav li a {
        display: block;
        font-size: 13px;
        font-weight: 600;
        text-align: left;
        padding: 12px 10px;
        border-top: #222 solid 1px;
        position: relative;
    }
    .foot-cat-nav li:not(:last-child)::after {
        content: "";
        font-size: 15px;
        width: 6px;
        padding: 0;
        top: 14px;
        height: 20px;
        background: url(../images/arrow-sp.svg) no-repeat;
        right: 7px;
        position: absolute;
    }
    .foot-cat-nav li:after {
        content: "";
        font-size: 15px;
        width: 6px;
        padding: 0;
        top: 14px;
        height: 20px;
        background: url(../images/arrow-sp.svg) no-repeat;
        right: 7px;
        position: absolute;
    }

    #product-archive .cat-detail .pic-wrap {
        width: 180px;
        float: none;
        margin: 0 auto;
    }
    #product-single-detail {
        width: 90%;
        margin: 60px auto;
    }
    #product-single-detail .pic-wrap {
        height: 90%;
        text-align: center;
        margin-bottom: 60px;
    }

    #product-single-detail .pic-wrap img {
        display: inline;
        width: auto;
        height: 300px;
        object-fit: contain;
    }
    #product-single .item-name {
        font-weight: 600;
        font-size: 16px;
        line-height: 1.6;
        text-align: center;
        margin-bottom: 30px;
    }
    #product-single .item-no {
        font-weight: 600;
        line-height: 1.6;
        text-align: center;
        font-size: 16px;
        padding-bottom: 3px;
    }
    #product-single-detail li {
        padding: 10px;
        font-size: 13px;
        border-top: #222 solid 1px;
    }
    #product-single-detail .color-wrap img {
        height: 140px;
        width: 100%;
        object-fit: cover;
        display: block;
        vertical-align: bottom;
    }
    #product-single-detail .color-wrap {
        width: 240px;
        height: 160px;
        margin: 70px auto;
        background: #c3c3c3;
        padding: 10px;
        box-sizing: border-box;
    }
    .footer-add {
        font-size: 12px;
        line-height: 1.7;
        margin-bottom: 40px;
    }
    .product-color-nav .nav-title {
        text-align: center;
        font-size: 20px;
        border-bottom: #333 solid 3px;
        margin-bottom: 30px;
        display: inline-block;
        letter-spacing: 0.01em;
        padding-bottom: 5px;
    }
    .product-color-nav li {
        width: 23%;
        float: left;
        margin-right: 2%;
        margin-bottom: 3%;
        cursor: pointer;
    }
    .product-color-nav {
        text-align: center;
        width: 90%;
        margin: 60px auto 0;
    }
    .product-color-nav li p {
        font-weight: 600;
        margin-top: 5px;
        margin-bottom: 0px;
        font-size: 11px;
    }
    .product-color-nav li:nth-child(6n) {
        margin-right: 2%;
    }
    .product-color-nav li:nth-child(4n) {
        margin-right: 0%;
    }
    .product-color-nav p {
        font-size: 13px;
        line-height: 1.4;
        color: #4d4d4d;
        margin-bottom: 50px;
    }
    #product-archive .cat-detail p {
        font-size: 13px;
        line-height: 1.8;
        margin-bottom: 30px;
    }
    .foot-cat-nav li a:before,
    .foot-cat-nav li a:after {
        display: none;
    }

    .hv-line-w a {
        position: relative;
    }

    .hv-line-w a:before {
        position: absolute;
        top: 1.8em;
        content: "";
        display: inline-block;
        width: 0;
        height: 1px;
        background: #000;
        transition: 0.3s;
    }

    .hv-line-w a:before {
        display: none;
    }

    .hover-e01::before,
    .hover-e01::after {
        display: none;
    }
    .product-cat-nav li:hover {
        background: #000;
    }
    #news #news-list .grid-thrd li img {
        width: 100%;
        height: 120px;
        object-fit: cover;
    }
    .news-title {
        font-size: 14px;
        margin-top: 18px;
        line-height: 1.4;
        font-weight: 600;
        padding-bottom: 12px;
    }
    #news #news-list .summary {
        font-size: 12px;
        line-height: 1.6;
    }
    #news #news-list .news-data {
        font-size: 11px;
        margin-top: 20px;
    }
    #news .grid-thrd li {
        margin-bottom: 50px;
    }
    .entry {
        width: 100%;
        margin: 0 auto;
        color: #222;
    }
    .ontline-table {
        width: 90%;
        margin: 0 auto;
        font-size: 13px;
        line-height: 1.5;
    }
    .ontline-table dd {
        padding: 10px 10px 10px 120px;
        box-sizing: border-box;
    }
    .ontline-table dt {
        width: 120px;
        padding: 10px;
        box-sizing: border-box;
        float: left;
    }
    .ontline-table {
        width: 90%;
        margin: 0 auto;
        font-size: 13px;
        line-height: 1.5;
    }
    #movie-list .video {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 40px;
        position: relative;
        height: auto;
    }
    #movie-list .video iframe {
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
    }
    #movie-list p {
        font-size: 13px;
        line-height: 1.4;
    }
    .howto-cat-nav li {
        position: relative;
        display: inline-block;
        transition: all 0.5s ease;
        cursor: pointer;
        margin-right: 0px;
        left: 0;
        float: none;
        width: 100%;
    }
    .howto-cat-nav ul {
        position: relative;
        left: 0;
        float: none;
    }

    .artist-prof-txt {
        width: 100%;
        color: #4e4e50;
        position: relative;
    }
    .artist-history {
        clear: both;
        padding-top: 145px;
        font-size: 13px;
        line-height: 1.6;
        padding-bottom: 30px;
    }
    .artist-prof-txt p {
        font-size: 13px;
        border-top: #333 solid 1px;
        border-bottom: #333 solid 1px;
        margin-top: 30px;
        padding: 20px 0;
        line-height: 1.6;
    }
    #artist-detail .catch {
        font-size: 18px;
        text-align: center;
        padding: 60px 0 40px;
        letter-spacing: 0.05em;
        color: #005aa3;
        line-height: 1.5;
    }
    #artist-detail .question {
        padding: 0 0px 20px;
        font-size: 13px;
        color: #666666;
        line-height: 1.8;
    }
    #artist-detail .comment {
        padding: 22px 22px 0;
        background: #f1f1f1;
        font-size: 13px;
        color: #666;
        line-height: 1.8;
        margin-bottom: 30px;
    }
    #artist-detail .pic-wide p {
        font-size: 12px;
        padding-top: 15px;
        color: #666;
    }
    .w50-left {
        float: none;
        width: 100%;
        box-sizing: border-box;
    }
    .w50-right {
        float: none;
        width: 100%;
    }
    .galler-title {
        padding: 0 0 30px 0px;
        font-size: 14px;
    }
    #artist .en-title {
        font-size: 26px;
        text-align: center;
        margin-bottom: 17px;
        letter-spacing: 0.04em;
    }
    .grid-quarter li {
        width: 48%;
        float: left;
        margin-right: 2%;
        margin-bottom: 30px;
        position: relative;
    }
    #artist .jp-title {
        text-align: center;
        border-bottom: #222 solid 1px;
        padding-bottom: 5px;
        display: inline;
        text-align: center;
        font-size: 14px;
    }
    .howto-cat-nav {
        width: 80%;
        margin: 0 auto;
    }
    .howto-cat-nav a {
        box-sizing: border-box;
        padding: 0 20px;
        display: block;
        height: 55px;
        line-height: 55px;
        color: #005aa5;
        border: #005aa5 solid 1px;
        width: 100%;
        position: relative;
        font-size: 14px;
    }
    #contact .inner-mini {
        width: 80%;
        margin: 0 auto;
    }
    #form p {
        margin-bottom: 60px;
        text-align: center;
        line-height: 1.8;
        font-size: 13px;
    }
    .contact-form-th {
        padding-bottom: 10px;
        font-size: 13px;
    }
    #news-list .home-sec-title {
        width: 22px;
        position: absolute;
        top: 0px;
        left: 10px;
    }

    #home #news-list .line {
        width: 1px;
        position: absolute;
        top: 100px;
        left: 18px;
    }
    #home #news-list .inner {
        width: 70%;
        margin: 0 auto;
        position: relative;
        padding-top: 30px;
        padding-left: 0;
    }

    #home #news-list .news-data {
        font-size: 13px;
        margin-top: 0;
        margin-bottom: 13px;
        font-weight: 600;
    }
    #home #news-list .summary {
        line-height: 1.8;
        font-size: 13px;
    }
    #home #news-list .grid-thrd li {
        width: 100%;
        float: none;
        margin-right: 0%;
        margin-bottom: 36px;
        position: relative;
    }
    #home #news-list .grid-thrd li .allow img {
        width: 30px;
        height: auto;
        margin-top: 10px;
    }
    #home #news-list .btn-wrap a {
        width: 80%;
        border: #005aa8 solid 1px;
        text-align: center;
        display: block;
        height: 60px;
        line-height: 60px;
        margin: 50px auto;
        color: #005aa5;
        font-size: 12px;
        letter-spacing: 0.2em;
        position: relative;
        font-weight: 600;
    }
    #home-new-product {
        margin-top: 60px;
        height: 250px;
        background: url(../images/home/product-bg@2x-80.jpg);
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
    }
    #home #news-list .btn-wrap a .allow {
        width: 30px;
        height: 8px;
        position: absolute;
        top: 24px;
        right: 20px;
        background: url(../images/home/allow-blue.svg) no-repeat;
        background-size: contain;
    }

    #home-new-product {
        margin-top: 60px;
        height: 250px;
        background: url(../images/home/product-bg-sp.jpg);
        background-position: center center;
        background-attachment: scroll;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .slick-dots {
        left: 0 !important;
    }

    #home-new-product .btn-wrap a {
        width: 80%;
        border: #fff solid 1px;
        text-align: center;
        display: block;
        height: 60px;
        line-height: 16px;
        margin: 90px auto 0;
        color: #fff;
        font-size: 12px;
        letter-spacing: 0.2em;
        position: relative;
        z-index: 1;
    }
    #home-new-product .btn-wrap a .en {
        font-weight: 600;
        display: block;
        padding-top: 14px;
    }
    #home-new-product .btn-wrap a .allow {
        width: 30px;
        height: 10px;
        position: absolute;
        top: 26px;
        right: 26px;
        background: url(../images/home/allow-w.svg) no-repeat;
        background-size: contain;
    }

    #home .ico {
        width: 120px;
        margin: 100px auto;
    }
    #home #home-product .home-sec-title {
        width: 25px;
        position: absolute;
        top: 0px;
        left: 10px;
    }
    #home #home-product .pic01 {
        position: absolute;
        z-index: 2;
        top: 250px;
        left: 30px;
        width: 40%;
    }
    #home #home-product .line {
        width: 1px;
        height: 260px;
        position: absolute;
        top: 102px;
        right: 10px;
        background: #000;
    }

    #home #home-product .line-no {
        font-size: 15px;
        position: absolute;
        top: 375px;
        right: 3px;
    }
    #home #home-product .sec-copy {
        position: absolute;
        left: 90px;
        top: 0px;
        line-height: 2em;
        font-size: 14px;
    }
    #home #home-product {
        position: relative;
        height: 380px;
    }
    #home #home-artist .inner-mini {
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding-top: 60px;
        padding-left: 0;
    }
    #home #home-artist .home-sec-title {
        width: 60px;
        position: absolute;
        top: 0px;
        right: 10px;
        left: auto;
    }
    #home #home-artist .line {
        width: 1px;
        position: absolute;
        top: 90px;
        left: 10px;
        background: #000;
        height: 350px;
    }
    #home #home-artist .sec-copy {
        position: absolute;
        right: 100px;
        top: 0px;
        line-height: 2em;
        font-size: 14px;
        text-align: right;
    }
    #home #home-artist .pic01 {
        position: absolute;
        z-index: 2;
        top: 105px;
        left: 34px;
        width: 60%;
    }
    #home #home-artist .pic02 {
        position: absolute;
        z-index: 1;
        top: 250px;
        right: 50px;
        width: 30%;
    }
    #home #home-artist .line {
        width: 1px;
        position: absolute;
        top: 105px;
        left: 10px;
        background: #000;
        height: 270px;
    }
    #home #home-artist .line-no {
        font-size: 15px;
        position: absolute;
        top: 385px;
        left: 0px;
    }
    #home #home-artist {
        position: relative;
        height: 440px;
    }
    #home #home-howto .inner-mini {
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding-top: 60px;
        padding-left: 0;
    }
    #home #home-howto .line {
        width: 1px;
        position: absolute;
        top: 142px;
        right: 17px;
        background: #000;
        height: 310px;
    }
    #home #home-howto .sec-copy {
        position: absolute;
        left: 80px;
        top: 45px;
        line-height: 2em;
        font-size: 14px;
    }
    #home #home-howto .line-no {
        font-size: 15px;
        position: absolute;
        top: 460px;
        right: 10px;
    }
    #home #home-howto .home-sec-title {
        width: 24px;
        position: absolute;
        top: 50px;
        left: 18px;
    }
    #home #home-howto .pic01 {
        position: absolute;
        z-index: 2;
        top: 300px;
        left: 55px;
        width: 30%;
    }
    .home-foot-bt-wrap .btn-wrap a {
        width: 100%;
        border: #005aa5 solid 1px;
        display: block;
        height: 60px;
        line-height: 17px;
        color: #005aa5;
        font-size: 12px;
        letter-spacing: 0.2em;
        position: relative;
        text-align: left;
        padding-left: 26px;
        box-sizing: border-box;
    }
    .home-foot-bt-wrap .btn-wrap a .en {
        font-weight: 600;
        font-size: 16px;
        display: block;
        padding-top: 14px;
    }
    .home-foot-bt-wrap .btn-wrap a .allow {
        width: 50px;
        position: absolute;
        top: 25px;
        right: 20px;
        height: 10px;
        background: url(../images/home/allow-foot.svg) no-repeat;
        background-size: contain;
    }
    .home-foot-bt-wrap {
        margin: 70px auto;
        width: 80%;
    }
    #artist-prof .prof-pic {
        width: 90%;
        position: relative;
        right: 0px;
        top: 0;
        margin: 50px auto 40px;
    }
    .artist02 #artist-prof .artist-logo {
        width: 120px;
        position: relative;
        top: 0;
        left: -5px;
    }
    #artist-detail .pic-wrap {
        margin-bottom: 30px;
    }
    #artist-prof .artist-logo {
        width: 150px;
        position: relative;
        top: 0;
        left: -15px;
    }
    #artist-prof .artist-job {
        position: relative;
        right: 0;
        top: 0;
        font-size: 12px;
        line-height: 1.6;
    }
    #artist-prof .artist-name {
        font-size: 26px;
        position: relative;
        top: 0;
        left: 0;
        letter-spacing: 0.06em;
        padding-bottom: 5px;
    }
    #artist-prof .artist-kana {
        font-size: 13px;
        position: relative;
        top: 0;
        left: 0;
        color: #4e4e50;
        padding-bottom: 20px;
    }
    .artist-history {
        clear: both;
        padding-top: 30px;
        font-size: 13px;
        line-height: 1.6;
        padding-bottom: 30px;
    }
    .w50 .comment {
        float: none;
        width: 100%;
        box-sizing: border-box;
    }

    #product-archive #marbling.cat-detail {
        width: 80%;
        background: url(../images/product/marbling_header_2sp.png) no-repeat;
        background-size: contain;
    }
    #product-archive #marbling.cat-detail .text-wrap {
        width: 100%;
    }
    #contact .cat-header {
        margin-bottom: 40px;
        width: 80%;
        margin: 0 auto 40px;
    }
    .faq-cat-nav a {
        box-sizing: border-box;
        padding: 0 10px;
        display: block;
        height: 40px;
        line-height: 40px;
        color: #005aa5;
        border: #005aa5 solid 1px;
        width: 100%;
        position: relative;
        font-size: 10px;
        text-align: center;
    }
    .faq-cat-nav li {
        position: relative;
        display: inline-block;
        transition: all 0.5s ease;
        cursor: pointer;
        margin-right: 0;
        margin-bottom: 0;
        float: left;
        width: 33%;
    }
    .question {
        padding-left: 17px;
        font-size: 14px;
    }
    .question span {
        position: absolute;
        font-size: 18px;
        color: #005aa5;
        left: 14px;
        top: 14px;
    }
    .accordion > ul > li > .answer {
        display: none;
        text-align: left;
        padding: 20px;
        color: #555;
        line-height: 1.8;
        font-size: 12px;
        position: relative;
        background: #f1f1f1;
    }
    .answer dt {
        width: 30px;
        font-size: 18px;
        color: #656565;
        float: left;
    }
    .answer dd {
        padding-left: 30px;
        padding-top: 5px;
    }
    #faq.inner {
        width: 90%;
        margin: 0 auto;
    }
    .question {
        padding-left: 17px;
        font-size: 13px;
        padding-right: 20px;
        line-height: 1.3;
    }
    .accordion li .accordion_icon {
        position: absolute;
        width: 17px;
        height: 17px;
        top: 25px;
        right: 10px;
    }
    .hv-line a {
        position: relative;
    }

    .hv-line a:before {
        display: none;
    }

    .hv-line a:before {
        left: 0%;
    }

    .hv-line a:hover:before {
        width: 100%;
    }

    .hv-line a:before {
        display: none;
    }

    .hv-line a:before {
        left: 0%;
    }

    .hv-line a:hover:before {
        width: 100%;
    }

    .hv-line-w a {
        position: relative;
    }

    .hv-line-w a:before {
        display: none;
    }

    .hv-line-w a:before {
        left: 0%;
    }

    .hv-line-w a:hover:before {
        width: 100%;
    }

    .hv-line-w a:before {
        display: none;
    }

    .hv-line-w a:before {
        left: 0%;
    }

    .hv-line-w a:hover:before {
        width: 100%;
    }
}
@media screen and (max-width: 414px) {
    .mainvisual h2 {
        top: -155px;
    }

    .artist-prof-txt p {
        font-size: 12px;
        border-top: #333 solid 1px;
        border-bottom: #333 solid 1px;
        margin-top: 30px;
        padding: 20px 0;
        line-height: 1.6;
    }
    .intro-copy {
        width: 70%;
        margin: 60px 0 0 30px;
    }
    .intro-logo {
        width: 150px;
        position: absolute;
        bottom: 40px;
        right: 40px;
    }
}
@media screen and (max-width: 375px) {
    .mainvisual h2 {
        top: -140px;
    }
    .product-cat-nav li {
    }
    .product-cat-nav li:nth-child(3n) {
        border-right: #222 solid 1px;
    }
    .mainvisual img {
        height: 260px;
    }
}

@media screen and (max-width: 320px) {
    .mainvisual img {
        height: 220px;
    }
    .mainvisual h2 {
        top: -120px;
    }
}

.ico-ap {
    width: 100%;
    text-align: right;
  display: none;
}
.grid-thrd li .ico-ap img {
    width: 50px;
}
.cat-detail .ico-ap {
    text-align: left;
    margin-top: -40px;
}
.ico-ap img {
    width: 50px;
}
@media screen and (max-width: 600px) {
    .grid-thrd li .ico-ap img {
        width: 30px;
    }
    .ico-ap img {
        width: 30px;
    }
}

/*20220804追加
------------------------------------------*/
@media screen and (min-width: 768px) {
    header .inner {
        width: 1200px;
    }
    header .inner .logo {
        width: 220px;
        top: 30px;
    }
    #menu-pc li.lang {
        padding-left: 15px;
    }
    #menu-pc li.online {
        padding-left: 15px;
    }
    #menu-pc li.online a {
        background-color: #005aa5;
        color: #fff;
        padding: 0.5em 0.8em;
    }
    #menu-pc li.online a:hover:before {
        width: 0;
    }
    #menu-pc li.online a img {
        margin: 0 0 -1px 5px;
    }
    .footer-nav .youtube-logo2,
    .footer-nav .twitter-logo,
    .footer-nav .fb-logo,
    .footer-nav .insta-logo {
        top: 210px;
    }
}
@media screen and (max-width: 768px) {
    .online-sp {
        position: fixed;
        top: 50px;
        right: -155px;
        cursor: pointer;
        padding: 15px;
        z-index: 99;
        transform: rotate(90deg);
        transform-origin: left top;
    }
    .online-sp a {
        background-color: #005aa5;
        color: #fff;
        padding: 0.5em 0.8em;
    }
    .online-sp a img {
        margin: 0 0 -1px 5px;
    }
    #js__nav .text-wrap .online a img {
        margin: 0 0 4px 4px;
    }
}
