@import url('https://fonts.googleapis.com/css?family=Roboto:400,700|Open+Sans:400,700&display=swap');

*, *:before, *:after {
    border: 0;
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    padding: 0;
    color: inherit;
    font-size: 100%;
    font: inherit;
    text-decoration: none;
    vertical-align: baseline;
}

article, aside, details, dialog, figcaption, figure, footer, header, main, menu, nav, section {
    display: block;
}

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

body {
    font-family: Helvetica Neue, Helvetica, 'Open Sans', Arial, sans-serif;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
body.is-fixed {
    position: fixed;
    width: 100%;
}

br, hr {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

input, select {
    vertical-align: middle;
}

img {
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

/* --------------------------------------------------
00:  Utility Style
-------------------------------------------------- */
/* float */
.fl {
    float: left !important;
}

.fr:not(a) {
    float: right !important;
}

/* align */
.taL {
    text-align: left !important;
}

.taR {
    text-align: right !important;
}

.taC {
    text-align: center !important;
}

/* size */
.txXS {
    font-size: 10rem !important;
}

.txSS {
    font-size: 11rem !important;
}

.txS {
    font-size: 12rem !important;
}

.txM {
    font-size: 13rem !important;
}

.txL {
    font-size: 16rem !important;
}

.txLL {
    font-size: 18rem !important;
}

.txXL {
    font-size: 20rem !important;
}

/* Margin Padding */
.noMargin {
    margin: 0 !important;
}

.noPadding {
    padding: 0 !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.pt0 {
    padding-top: 0px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.mt35 {
    margin-top: 35px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.pt35 {
    padding-top: 35px !important;
}

.pb35 {
    padding-bottom: 35px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.pt40 {
    padding-top: 40px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mb45 {
    margin-bottom: 45px !important;
}

.pt45 {
    padding-top: 45px !important;
}

.pb45 {
    padding-bottom: 45px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

/* Clear */
.clr {
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/* display */
@media only screen and (max-width: 768px) {
    .pc-only {
        display: none !important;
    }
}

.sp-only {
    display: none;
}
@media only screen and (max-width: 768px) {
    .sp-only {
        display: block;
    }
}

html {
    font-size: 100%;
    color: #000;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

body.instaxParent  {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
@media only screen and (max-width: 768px) {
    body.instaxParent {
        font-size: 11px;
    }
}

.instaxParent input,
select,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border-radius: 0;
    border: 0;
    font-size: 100%;
    vertical-align: middle;
}

svg {
    width: 30px;
    height: 30px;
}

select {
    background-color: transparent;
    text-indent: .01px;
    text-overflow: "";
}

textarea {
    font-size: 100%;
}

em {
    font-style: normal;
}

strong {
    font-weight: bold;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
img[src*="_sp."] {
    display: none;
}
@media only screen and (max-width: 768px) {
    img {
        width: 100%;
    }
    img[src*="_pc."] {
        display: none;
    }
    img[src*="_sp."] {
        display: inline;
    }
}

a {
    text-decoration: none;
    transition: .25s;
}

header {
    position: relative;
    width: 100%;
        /* 22/04/11 min-width: 1120px;*/
    height: 120px;
    background: #ffffff;
    z-index: 100;
    border-bottom: 1px solid #d8dbe1;
}
header .inner {
    width: 1120px;
    margin: 0 auto;
    position: relative;
}
header .inner h1 {
    width: 108px;
    margin: 0 auto;
    padding-top: 23px;
}
@media only screen and (max-width: 768px) {
    header {
        /*    position: fixed;*/
        font-size: 11px;
        height: 61px;
        min-width: 100%;
    }
    header .inner {
        width: 100%;
    }
    header .inner h1 {
        width: 72px;
        margin: 0;
        padding: 16px;
        box-sizing: content-box;
    }
}

@media only screen and (max-width: 768px) {
    .nav_wrap {
        background: #eeeeee;
        width: 100%;
        height: 0;
        overflow-y: scroll;
        position: absolute;
        top: 60px;
        -webkit-overflow-scrolling: touch;
        transition: all 0.25s cubic-bezier(0.12, 0.72, 0.22, 0.99);
    }
    .nav_wrap.open {
        height: 100vh;
    }
}

.nav_wrap {
    margin-top: 19px;
    color: #000;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .nav_wrap {
        margin-top: 0;
    }
}
.nav_wrap ul {
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.nav_wrap ul li {
    display: inline-block;
    margin: 0 20px;
    position: relative;
}
.nav_wrap ul li:after {
    content: '';
    background: #ee0026;
    height: 0px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    transition: 0.2s;
}
.nav_wrap ul li:hover:after {
    height: 4px;
}
@media only screen and (max-width: 768px) {
    .nav_wrap ul li:hover:after {
        display: none;
    }
}
.nav_wrap ul li a {
    display: block;
    font-size: 16px;
    font-family: "Helvetica Neue";
    font-weight: bold;
    padding-bottom: 16px;
}
@media only screen and (max-width: 768px) {
    .nav_wrap ul li {
        margin: 0;
        display: block;
        width: 100%;
    }
    .nav_wrap ul li a {
        padding: 18px 16px;
        text-align: left;
        border-bottom: 1px solid #cccccc;
    }
}

#camera .nav_camera:after {
    height: 4px;
}
@media only screen and (max-width: 768px) {
    #camera .nav_camera:after {
        display: none;
    }
}

#printers .nav_printer:after {
    height: 4px;
}
@media only screen and (max-width: 768px) {
    #printers .nav_printer:after {
        display: none;
    }
}

#film .nav_film:after {
    height: 4px;
}
@media only screen and (max-width: 768px) {
    #film .nav_film:after {
        display: none;
    }
}

#accessories .nav_accessories:after {
    height: 4px;
}
@media only screen and (max-width: 768px) {
    #accessories .nav_accessories:after {
        display: none;
    }
}

/* 20210317追加 */
#support .nav_support:after {
    height: 4px;
}
@media only screen and (max-width: 768px) {
    #support .nav_support:after {
        display: none;
    }
}
/* 20210317追加ここまで */

/* 20211221追加 */
#business .nav_business:after {
    height: 4px;
}

@media only screen and (max-width: 768px) {
    #business .nav_business:after {
        display: none;
    }
}

/* 20211221追加ここまで */


#news .nav_news:after {
    height: 4px;
}
@media only screen and (max-width: 768px) {
    #news .nav_news:after {
        display: none;
    }
}

#post .nav_news:after {
    height: 4px;
}
@media only screen and (max-width: 768px) {
    #post .nav_news:after {
        display: none;
    }
}

#ideas .nav_ideas:after {
    height: 4px;
}
@media only screen and (max-width: 768px) {
    #ideas .nav_ideas:after {
        display: none;
    }
}

#ideas_post .nav_ideas:after {
    height: 4px;
}
@media only screen and (max-width: 768px) {
    #ideas_post .nav_ideas:after {
        display: none;
    }
}

#photographers .nav_photographers:after {
    height: 4px;
}
@media only screen and (max-width: 768px) {
    #photographers .nav_photographers:after {
        display: none;
    }
}

#movies .nav_movies:after {
    height: 4px;
}
@media only screen and (max-width: 768px) {
    #movies .nav_movies:after {
        display: none;
    }
}

.header_sns {
    position: absolute;
    right: 150px;
    top: 23px;
    text-align: center;
    padding-left: 95px;
    background: url(../img/common/header_share.png) no-repeat;
    background-size: 81px;
    background-position: left center;
}
@media only screen and (max-width: 768px) {
    .header_sns {
        background: none;
        position: relative;
        right: 0;
        left: 0;
        top: 0;
        padding: 30px 0;
    }
}
.header_sns a {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    width: 24px;
    height: 36px;
    background: #f3f4f6;
    box-shadow: 1px 1px 0px #c7c7c8;
    overflow: hidden;
    border-radius: 2px;
    position: relative;
    margin: 0 6px;
    transition: 0.25s;
}
@media only screen and (max-width: 768px) {
    .header_sns a {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #a8adbc;
        box-shadow: none;
    }
}
.header_sns a:before {
    content: '';
    width: 20px;
    height: 27px;
    background: #3c5998;
    position: absolute;
    top: 3px;
    left: 2px;
}
@media only screen and (max-width: 768px) {
    .header_sns a:before {
        display: none;
    }
}
.header_sns a svg {
    margin-top: 8px;
    width: 16px;
    height: 16px;
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 768px) {
    .header_sns a svg {
        width: 26px;
        height: 26px;
    }
}
.header_sns a path {
    fill: #fff;
}
.header_sns a.fb {
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
.header_sns a.fb:hover {
    -webkit-transform: rotate(0deg) translate(0, -5px);
    -ms-transform: rotate(0deg) translate(0, -5px);
    transform: rotate(0deg) translate(0, -5px);
}
@media only screen and (max-width: 768px) {
    .header_sns a.fb {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.header_sns a.tw {
    margin-top: -4px;
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
}
.header_sns a.tw:hover {
    -webkit-transform: rotate(0deg) translate(0, -5px);
    -ms-transform: rotate(0deg) translate(0, -5px);
    transform: rotate(0deg) translate(0, -5px);
}
@media only screen and (max-width: 768px) {
    .header_sns a.tw {
        margin-top: 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.header_sns a.tw:before {
    background: #00aced;
}
.header_sns a.pin {
    margin-top: 2px;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
}
.header_sns a.pin:hover {
    -webkit-transform: rotate(0deg) translate(0, -5px);
    -ms-transform: rotate(0deg) translate(0, -5px);
    transform: rotate(0deg) translate(0, -5px);
}
@media only screen and (max-width: 768px) {
    .header_sns a.pin {
        margin-top: 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.header_sns a.pin:before {
    background: #c31021;
}
.header_sns a.pin svg {
    width: 14px;
    left: 2px;
}
@media only screen and (max-width: 768px) {
    .header_sns a.pin svg {
        width: 24px;
        left: 3px;
    }
}

.globallinks {
    position: absolute;
    width: 100%;
    left: 0;
    top: 23px;
}
@media only screen and (max-width: 768px) {
    .globallinks {
        position: relative;
        top: 0;
        padding: 0 0 150px;
    }
}
.globallinks__btn {
    position: absolute;
    background: #fff;
    display: block;
    padding: 10px;
    cursor: pointer;
    width: 136px;
    height: 40px;
    border: 1px solid #d8dbe1;
    font-size: 12px;
    font-family: "Helvetica Neue";
    font-weight: bold;
    text-align: center;
    padding-right: 30px;
    right: 0;
}
@media only screen and (max-width: 768px) {
    .globallinks__btn {
        border: 1px solid #a8adbc;
        background: none;
        position: relative;
        height: auto;
        margin: 0 16px;
        padding: 15px;
        width: auto;
        font-size: 11px;
        letter-spacing: 0.1em;
    }
}
.globallinks__btn:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -4px;
}
@media only screen and (max-width: 768px) {
    .globallinks__btn:before {
        right: auto;
        left: 50%;
        margin-left: 50px;
    }
}
.globallinks__btn.on:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.globallinks__close {
    position: absolute;
    width: 80px;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #66718a;
    display: block;
    text-align: right;
    font-size: 15px;
    cursor: pointer;
}
.globallinks__close:before {
    content: '';
    height: 2px;
    background: #66718a;
    width: 28px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.globallinks__close:after {
    content: '';
    height: 2px;
    background: #66718a;
    width: 28px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media only screen and (max-width: 768px) {
    .globallinks__close {
        font-size: 11px;
        width: 64px;
        bottom: 20px;
        padding: 10px 0;
    }
    .globallinks__close:before {
        width: 22px;
    }
    .globallinks__close:after {
        width: 22px;
    }
}
.globallinks__wrap {
    display: none;
    position: absolute;
    top: 59px;
    right: 0;
    width: 100%;
    height: 445px;
    padding: 16px;
    background: #eeeeee;
    border: 1px solid #cccccc;
    font-family: "Helvetica Neue";
    overflow: hidden;
}
@media only screen and (max-width: 768px) {
    .globallinks__wrap {
        border: 1px solid #a8adbc;
        border-top: none;
        background: #fff;
        position: relative;
        top: 0;
        text-align: center;
        width: auto;
        margin: 0 16px;
        padding: 8px;
        height: auto;
    }
}
.globallinks__wrap dl {
    width: 100%;
    overflow: hidden;
}
@media only screen and (max-width: 768px) {
    .globallinks__wrap dl {
        height: auto;
        padding-bottom: 72px;
    }
}
.globallinks__wrap dt {
    display: block;
    padding: 10px 10px 10px 20px;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}
.globallinks__wrap dt.active {
    background: #fff;
}
@media only screen and (max-width: 768px) {
    .globallinks__wrap dt {
        width: 100%;
        border: 1px solid #a8adbc;
        background: #eee;
        font-size: 16px;
        text-align: left;
        margin-top: -1px;
        position: relative;
    }
    .globallinks__wrap dt:first-child {
        margin-top: 0;
    }
    .globallinks__wrap dt:before {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 5px 0 5px;
        border-color: #000 transparent transparent transparent;
        position: absolute;
        right: 12px;
        top: 50%;
        margin-top: -4px;
    }
    .globallinks__wrap dt.active {
        background: #eee;
    }
    .globallinks__wrap dt.active:before {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
.globallinks__wrap dd {
    width: 65%;
    padding: 10px 20px;
    position: absolute;
    right: 16px;
    top: 16px;
    display: none;
    background: #fff;
    min-height: 190px;
}
@media only screen and (max-width: 768px) {
    .globallinks__wrap dd {
        width: 100%;
        right: 0;
        left: 0;
        top: 0;
        padding: 0;
        position: relative;
        min-height: auto;
    }
}
.globallinks__wrap dd.active {
    display: block;
}
.globallinks__wrap dd p {
    display: inline-block;
    padding-right: 0;
    font-size: 15px;
    width: 402px;
}
.globallinks__wrap dd p:first-child {
    font-weight: bold;
    width: 280px;
}
@media only screen and (max-width: 768px) {
    .globallinks__wrap dd p {
        display: block;
        width: 100%;
        padding: 0;
        text-align: left;
    }
    .globallinks__wrap dd p:first-child {
        width: auto;
        font-size: 11px;
    }
}
.globallinks__wrap dd p a {
    font-size: 12px;
    padding-right: 15px;
    margin-right: 10px;
    position: relative;
    color: #005eb7;
    text-decoration: underline;
    display: inline-block;
}
.globallinks__wrap dd p a:hover {
    text-decoration: none;
}
.globallinks__wrap dd p a:after {
    content: '/';
    position: absolute;
    right: 0;
}
.globallinks__wrap dd p a:last-child:after {
    display: none;
}
@media only screen and (max-width: 768px) {
    .globallinks__wrap dd p a {
        margin: 0 5px 0 0;
        padding-right: 10px;
        font-size: 9px;
    }
    .globallinks__wrap dd p a:after {
        bottom: 0;
        line-height: 1;
    }
}
.globallinks__wrap dd li {
    display: flex;
    padding: 5px 0 5px 0;
}
@media only screen and (max-width: 768px) {
    .globallinks__wrap dd li {
        padding: 12px 15px 10px 15px;
        border-bottom: 1px dotted #a8adbc;
    }
}
.globallinks__wrap.open {
    display: block;
}

.btn-menu {
    z-index: 20000;
    position: absolute;
    right: 0;
    width: 60px;
    height: 60px;
    background: #fff;
    cursor: pointer;
    display: none;
    transition: .25s;
}
@media only screen and (max-width: 768px) {
    .btn-menu {
        display: block;
        top: 0;
    }
    .btn-menu:after {
        content: 'menu';
        position: absolute;
        top: 40px;
        width: 100%;
        text-align: center;
        color: #66718a;
        line-height: 1;
    }
}
.btn-menu > span {
    position: absolute;
    left: 0;
    right: 0;
    width: 24px;
    height: 1px;
    margin: 0 auto;
    background: #66718a;
    transition: .25s;
}
.btn-menu > span:nth-child(1) {
    top: 25px;
}
.btn-menu > span:nth-child(2) {
    top: 30px;
}
.btn-menu > span:nth-child(3) {
    top: 35px;
}
@media only screen and (max-width: 768px) {
    .btn-menu > span {
        width: 20px;
        height: 2px;
    }
    .btn-menu > span:nth-child(1) {
        top: 16px;
    }
    .btn-menu > span:nth-child(2) {
        top: 24px;
    }
    .btn-menu > span:nth-child(3) {
        top: 31px;
    }
}
.btn-menu.is-active span:nth-child(1) {
    background: #a0a09d;
    top: 30px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-menu.is-active span:nth-child(2) {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.btn-menu.is-active span:nth-child(3) {
    top: 30px;
    background: #a0a09d;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
@media only screen and (max-width: 768px) {
    .btn-menu.is-active span:nth-child(1) {
        top: 24px;
    }
    .btn-menu.is-active span:nth-child(3) {
        top: 24px;
    }
}

.instaxParent main {
    /* 9/17修正 min-width: 1120px; */
    margin: 0 auto;
    padding-top: 60px;
}
@media only screen and (max-width: 768px) {
    .instaxParent main {
        min-width: 100%;
        padding-top: 0;
    }
}

.instaxParent section {
    /* overflow: hidden; */
}
.instaxParent section .inner {
    margin: 0 auto 1px auto;
    width: 1120px;
}
@media only screen and (max-width: 768px) {
    .instaxParent section .inner {
        width: 100%;
    }
}

#pagetop {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 90px;
    z-index: 100;
    display: block;
    cursor: pointer;
    background: #fcfcfc;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
}
#pagetop.on {
    opacity: 1;
}
#pagetop:after {
    content: '';
    width: 18px;
    height: 18px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    left: 31%;
    top: 43%;
    -webkit-transform: rotate(-45deg) translate(0, 0);
    -ms-transform: rotate(-45deg) translate(0, 0);
    transform: rotate(-45deg) translate(0, 0);
}
@media only screen and (max-width: 768px) {
    #pagetop {
        background: #fff;
        position: relative;
        bottom: 0;
        width: 100%;
        right: 0;
        left: 0;
        margin: 20px 0;
    }
    #pagetop:after {
        left: 50%;
        margin-left: -8px;
    }
}

footer {
    background-color: #eeeeee;
    color: #fff;
    margin-top: 80px;
        /* 22/04/11 min-width: 1120px;*/
}
@media only screen and (max-width: 768px) {
    footer {
        min-width: 100%;
        margin-top: 0;
    }
}
footer .inner {
    margin: 0 auto;
    width: 1120px;
    overflow: hidden;
}
footer .bnr_area {
    padding: 45px 0 30px 0;
}
@media only screen and (max-width: 768px) {
    footer .bnr_area {
        padding-bottom: 40px;
    }
}
.instaxParent .bnr_area ul {
    display: block;
    text-align: center;
    overflow: hidden;
}
@media only screen and (max-width: 768px) {
    footer .bnr_area ul {
        margin: 0 16px;
    }
}
footer .bnr_area li {
    display: inline-block;
    width: 268px;
    border: 1px solid #d8dbe1;
    margin: 0 6px 16px 6px;
}
footer .bnr_area li:first-child {
    margin-left: 0;
}
footer .bnr_area li:nth-child(4n) {
    margin-right: 0;
}
@media only screen and (max-width: 768px) {
    footer .bnr_area li {
        display: block;
        width: 49%;
        float: left;
        margin: 0;
        margin-right: 2%;
        margin-bottom: 2vw;
    }
    footer .bnr_area li:nth-child(2n) {
        margin-right: 0;
    }
}
footer .bnr_area a {
    display: block;
}
footer .foot_area {
    background: #000000;
}
footer .foot_area .inner {
    padding: 26px 0;
    position: relative;
}
@media only screen and (max-width: 768px) {
    footer .foot_area .inner {
        padding: 40px 0;
    }
}
footer .foot_area dl {
    float: left;
    display: table;
}
footer .foot_area dl dt {
    display: table-cell;
    vertical-align: top;
}
@media only screen and (max-width: 768px) {
    footer .foot_area dl dt img {
        width: 120px;
    }
}
footer .foot_area dl dd {
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    font-family: "Helvetica Neue";
    padding-left: 20px;
    padding-top: 3px;
}
@media only screen and (max-width: 768px) {
    footer .foot_area dl dd {
        padding: 15px 0 0;
        font-size: 9px;
    }
}
@media only screen and (max-width: 768px) {
    footer .foot_area dl {
        float: none;
        width: 100%;
        text-align: center;
    }
    footer .foot_area dl dt {
        display: block;
    }
    footer .foot_area dl dd {
        display: block;
    }
}
footer .foot_area .footer_sns {
    width: 140px;
    position: absolute;
    right: 120px;
    margin-top: -4px;
}
@media only screen and (max-width: 768px) {
    footer .foot_area .footer_sns {
        margin-top: 0;
    }
}
footer .foot_area .footer_sns a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #a8adbc;
    padding: 6px;
    margin: 0 6px;
    transition: 0.3s;
}
footer .foot_area .footer_sns a.pin svg {
    margin-left: 3px;
}
@media only screen and (max-width: 768px) {
    footer .foot_area .footer_sns a.pin svg {
        width: 24px;
        height: 24px;
        margin-left: 5px;
        margin-top: 2px;
    }
}
@media only screen and (max-width: 768px) {
    footer .foot_area .footer_sns a {
        width: 40px;
        height: 40px;
        margin: 0 10px;
    }
}
footer .foot_area .footer_sns a.fb:hover {
    background: #305097;
}
footer .foot_area .footer_sns a.tw:hover {
    background: #00aced;
}
footer .foot_area .footer_sns a.pin:hover {
    background: #ce0f19;
}
footer .foot_area .footer_sns svg {
    width: 20px;
    height: 20px;
}
@media only screen and (max-width: 768px) {
    footer .foot_area .footer_sns svg {
        width: 26px;
        height: 28px;
    }
}
footer .foot_area .footer_sns path {
    fill: #fff;
}
@media only screen and (max-width: 768px) {
    footer .foot_area .footer_sns {
        position: relative;
        width: 100%;
        right: 0;
        text-align: center;
    }
}
footer .foot_area .footer_terms {
    float: right;
    font-size: 15px;
}
footer .foot_area .footer_terms a {
  text-decoration: underline;
}
footer .foot_area .footer_terms a:hover {
    text-decoration: none;
}
@media only screen and (max-width: 768px) {
    footer .foot_area .footer_terms {
        float: none;
        text-align: center;
        margin: 30px 0;
        font-size: 11px;
    }
}
@media only screen and (max-width: 768px) {
    footer .inner {
        margin: 0 auto;
        width: 100%;
    }
}

/* animation */
.out {
    position: relative;
    display: inline-block;
    padding-right: 24px;
}
@media only screen and (max-width: 768px) {
    .out {
        padding-right: 20px;
    }
}
.out:before {
    content: '';
    width: 12px;
    height: 10px;
    border: 1px solid #006dc3;
    position: absolute;
    right: 3px;
    top: 50%;
    margin-top: -4px;
}
@media only screen and (max-width: 768px) {
    .out:before {
        width: 10px;
        height: 9px;
        right: 3px;
        margin-top: -3px;
    }
}
.out:after {
    content: '';
    width: 12px;
    height: 10px;
    border: 1px solid #006dc3;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}
@media only screen and (max-width: 768px) {
    .out:after {
        width: 10px;
        height: 9px;
        margin-top: -6px;
    }
}

.new {
    position: relative;
}
.new:after {
    content: 'New';
    font-size: 12px;
    color: #fff;
    padding: 1px 8px;
    letter-spacing: 1px;
    background: #ee0026;
    position: absolute;
    top: 4px;
    left: 4px;
}
@media only screen and (max-width: 768px) {
    .new:after {
        font-size: 9px;
        padding: 0 5px;
    }
}

.crumb {
    padding: 25px 0;
    border-bottom: 1px solid #d8dbe1;
    margin-bottom: 40px;
}
.crumb .inner {
    width: 1120px;
    margin: 0 auto;
}
.crumb a {
    font-size: 15px;
    color: #005eb7;
}
.crumb a:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
    .crumb {
        padding: 15px;
        margin-bottom: 0;
        border-bottom: none;
    }
    .crumb .inner {
        width: 100%;
    }
    .crumb a {
        font-size: 11px;
    }
}

.btn {
    border: 1px solid #005eb7;
    color: #005eb7;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    padding: 0;
    height: 40px;
    letter-spacing: 1px;
    box-sizing: border-box;
}
.btn a {
    position: relative;
    z-index: 1;
    padding: 0 30px;
}
.btn a.out {
    padding-right: 54px;
}
.btn a.out:before {
    right: 33px;
}
.btn a.out:after {
    right: 30px;
}
@media only screen and (max-width: 768px) {
    .btn a.out {
        padding-right: 50px;
    }
    .btn a.out:before {
        right: 23px;
    }
    .btn a.out:after {
        right: 20px;
    }
}
.btn:hover:after {
    content: '';
    border: 1px solid #005eb7;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}
@media only screen and (max-width: 768px) {
    .btn {
        font-size: 11px;
    }
}

#more_btn {
    border: 1px solid #005eb7;
    color: #005eb7;
    text-align: center;
    width: 160px;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    padding-right: 15px;
    box-sizing: border-box;
}
#more_btn:hover {
    border: 2px solid #005eb7;
    line-height: 38px;
}
@media only screen and (max-width: 768px) {
    #more_btn {
        margin: 25px auto 0;
    }
}
#more_btn:before {
    display: block;
    content: '';
    width: 12px;
    height: 2px;
    position: absolute;
    background: #005eb7;
    left: 50%;
    margin-left: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#more_btn:after {
    display: block;
    content: '';
    width: 2px;
    height: 12px;
    position: absolute;
    background: #005eb7;
    left: 50%;
    margin-left: 19px;
    top: 50%;
    -webkit-transform: translate(6px, -50%);
    -ms-transform: translate(6px, -50%);
    transform: translate(6px, -50%);
}

#movie .modal_wrap {
    width: 880px;
    height: 460px;
}

.modal_wrap {
    position: fixed;
    z-index: 101;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 101;
    display: none;
    font-size: 12px;
}
@media only screen and (max-width: 768px) {
    .modal_wrap {
        width: 100% !important;
        padding: 0 16px;
        font-size: 9px;
    }
}
.modal_wrap img {
    margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
    .modal_wrap img {
        margin-bottom: 20px;
    }
}
.modal_wrap .modal_close {
    position: absolute;
    top: 0;
    right: -120px;
    width: 80px;
    height: 22px;
    bottom: 50px;
    color: #66718a;
    display: block;
    text-align: right;
    font-size: 15px;
    cursor: pointer;
}
.modal_wrap .modal_close:before {
    content: '';
    height: 2px;
    background: #66718a;
    width: 28px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal_wrap .modal_close:after {
    content: '';
    height: 2px;
    background: #66718a;
    width: 28px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media only screen and (max-width: 768px) {
    .modal_wrap .modal_close {
        font-size: 11px;
        top: -60px;
        right: 16px;
        width: 32px;
        padding-top: 25px;
        right: 16px;
        text-align: center;
    }
    .modal_wrap .modal_close:before {
        width: 22px;
        left: 5px;
    }
    .modal_wrap .modal_close:after {
        width: 22px;
        left: 5px;
    }
}
.modal_wrap iframe {
    width: 880px;
    height: 460px;
}
@media only screen and (max-width: 768px) {
    .modal_wrap iframe {
        width: 100%;
        height: 58vw;
    }
}

.modal_mat {
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

.modal_arrows {
    width: 20px;
    height: 26px;
    position: absolute;
    margin-top: -13px;
    top: 50%;
    left: 50%;
    z-index: 2;
    cursor: pointer;
}
.modal_arrows:after {
    content: "";
    width: 16px;
    height: 16px;
    border-top: 1px solid #66718a;
    border-right: 1px solid #66718a;
    top: 5px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.modal_close ~ .modal_arrows {
    display: none;
}
.modal_arrows.modal_prev {
    left: -40px;
}
@media only screen and (max-width: 768px) {
    .modal_arrows.modal_prev {
        left: 15px;
    }
}
.modal_arrows.modal_prev:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    left: 4px;
}
.modal_arrows.modal_next {
    left: auto;
    right: -40px;
}
@media only screen and (max-width: 768px) {
    .modal_arrows.modal_next {
        right: 15px;
    }
}
.modal_arrows.modal_next:after {
    left: 0px;
}

.table {
    margin-top: 35px;
}
.table table {
    width: 100%;
}
.table th,
.table td {
    padding: 20px;
    vertical-align: middle;
}
.table th > *,
.table td > * {
    margin-top: 15px;
}
.table th > *:first-child,
.table td > *:first-child {
    margin-top: 0;
}
.table th {
    color: #fff;
    text-align: left;
}
.table__cell--5 {
    width: 5%;
}
.table__cell--10 {
    width: 10%;
}
.table__cell--15 {
    width: 15%;
}
.table__cell--20 {
    width: 20%;
}
.table__cell--25 {
    width: 25%;
}
.table__cell--30 {
    width: 30%;
}
.table__cell--35 {
    width: 35%;
}
.table__cell--40 {
    width: 40%;
}
.table__cell--45 {
    width: 45%;
}
.table__cell--50 {
    width: 50%;
}
.table__cell--55 {
    width: 55%;
}
.table__cell--60 {
    width: 60%;
}
.table__cell--65 {
    width: 65%;
}
.table__cell--70 {
    width: 70%;
}
.table__cell--75 {
    width: 75%;
}
.table__cell--80 {
    width: 80%;
}
.table__cell--85 {
    width: 85%;
}
.table__cell--90 {
    width: 90%;
}
.table__cell--95 {
    width: 95%;
}
.table__cell--100 {
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .table {
        margin-top: 25px;
    }
    .table th,
    .table td {
        display: block;
        padding: 10px;
    }
    .table__cell {
        width: auto;
    }
}

.headline {
    font-size: 32px;
    font-weight: bold;
    font-family: "Helvetica Neue";
    line-height: 1;
    margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
    .headline {
        margin: 0 16px 15px;
        font-size: 24px;
    }
}

.headline_s {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
    .headline_s {
        font-size: 15px;
        font-weight: bold;
        margin: 0 16px 20px;
    }
}

.products_list {
    overflow: hidden;
    margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
    .products_list {
        margin: 0 16px 10px;
    }
}
.products_list li {
    width: 23.92%;
    margin-right: 1.43%;
    display: block;
    float: left;
    text-align: center;
}
.products_list li:last-child {
    margin-right: 0;
}
@media only screen and (max-width: 768px) {
    .products_list li {
        width: 48%;
        margin-right: 4%;
    }
    .products_list li:nth-child(2n) {
        margin-right: 0;
    }
}
.products_list a {
    color: #005eb7;
    font-family: "Helvetica Neue";
    font-size: 20px;
    letter-spacing: 0.05em;
    padding-bottom: 15px;
    display: block;
}
.products_list a:hover img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
@media only screen and (max-width: 768px) {
    .products_list a {
        font-size: 15px;
    }
}
.products_list__img {
    display: block;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #d8dbe1;
    margin-bottom: 15px;
}
.products_list__img img {
    transition: 0.45s cubic-bezier(0.75, 0.1, 0.16, 1);
}
@media only screen and (max-width: 768px) {
    .products_list__img {
        margin-bottom: 5px;
    }
}

.posts_list {
    overflow: hidden;
    margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
    .posts_list {
        margin: 0 16px 10px;
    }
}
.posts_list li {
    width: 23.92%;
    margin-right: 1.43%;
    display: block;
    float: left;
    display: block;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #d8dbe1;
}
.posts_list li:last-child {
    margin-right: 0;
}
@media only screen and (max-width: 768px) {
    .posts_list li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4vw;
    }
    .posts_list li:nth-child(2n) {
        margin-right: 0;
    }
}
.posts_list a {
    color: #000;
    font-size: 15px;
    letter-spacing: 0.05em;
    padding: 12px 12px 25px;
    display: block;
}
.posts_list a:hover span {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
@media only screen and (max-width: 768px) {
    .posts_list a {
        font-size: 11px;
        padding: 10px 10px 25px;
    }
}
.posts_list__img {
    margin-bottom: 12px;
    overflow: hidden;
    position: relative;
    width: 242px;
    height: 242px;
}
@media only screen and (max-width: 768px) {
    .posts_list__img {
        height: 36.3vw;
        width: 100%;
    }
}
.posts_list__img span {
    display: block;
    position: relative;
    width: 100%;
    transition: 0.45s cubic-bezier(0.75, 0.1, 0.16, 1);
}
.posts_list__img img {
    position: relative;
    display: block;
    max-width: inherit;
    width: auto;
    height: 242px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
@media only screen and (max-width: 768px) {
    .posts_list__img img {
        height: 36.3vw;
    }
}
.posts_list__tag {
    font-size: 12px;
    color: #fff;
    background: #000;
    padding: 2px 8px 0px 8px;
    display: inline-block;
}
@media only screen and (max-width: 768px) {
    .posts_list__tag {
        font-size: 9px;
    }
}
.posts_list h5 {
    margin: 10px 0 19px 0;
    font-size: 15px;
    min-height: 66px;
}
@media only screen and (max-width: 768px) {
    .posts_list h5 {
        min-height: inherit;
        font-size: 11px;
        margin-bottom: 6px;
    }
}
.posts_list__discription {
    font-size: 12px;
    color: #a8adbc;
    margin-bottom: 15px;
    word-break: break-all;
}
@media only screen and (max-width: 768px) {
    .posts_list__discription {
        font-size: 9px;
    }
}
.posts_list__level {
    font-size: 12px;
}
@media only screen and (max-width: 768px) {
    .posts_list__level {
        font-size: 9px;
        padding-right: 2em;
    }
}
.posts_list__level span {
    display: inline-block;
    margin: 0 1px;
    color: #a8adbc;
    font-size: 14px;
}
@media only screen and (max-width: 768px) {
    .posts_list__level span {
        font-size: 12px;
    }
}
.posts_list__level span:first-child {
    margin-left: 5px;
}
@media only screen and (max-width: 768px) {
    .posts_list__level span:first-child {
        margin-left: 0;
    }
}
.posts_list__level span.red {
    color: #ee0026;
}
.posts_list small {
    text-align: right;
    font-size: 12px;
    display: inline-block;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .posts_list small {
        font-size: 9px;
        margin-top: 10px;
    }
}

.posts_list.five_column {
    margin-bottom: 0;
}
.posts_list.five_column li {
    width: 18.8%;
    margin-right: 1.5%;
    margin-bottom: 15px;
}
.posts_list.five_column li:nth-child(5n) {
    margin-right: 0;
}
@media only screen and (max-width: 768px) {
    .posts_list.five_column li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4vw;
    }
    .posts_list.five_column li:nth-child(5n) {
        margin-right: 4%;
    }
    .posts_list.five_column li:nth-child(2n) {
        margin-right: 0;
    }
}
.posts_list.five_column li a {
    padding-bottom: 20px;
}
.posts_list.five_column li h5 {
    height: 45px;
    min-height: 45px;
}
.posts_list.five_column li .posts_list__img {
    width: 185px;
    height: 236px;
}
.posts_list.five_column li .posts_list__img img {
    height: 236px;
}
@media only screen and (max-width: 768px) {
    .posts_list.five_column li .posts_list__img {
        height: 46.6vw;
        width: 100%;
    }
    .posts_list.five_column li .posts_list__img img {
        height: 46.6vw;
    }
}

.movie_list {
    overflow: hidden;
}
@media only screen and (max-width: 768px) {
    .movie_list {
        margin: 0 16px 10px;
    }
}
.movie_list li {
    width: 19.041%;
    margin-right: 1.2%;
    margin-bottom: 15px;
    display: block;
    float: left;
    background: #eeeeee;
}
.movie_list li:nth-child(5n) {
    margin-right: 0;
}
.movie_list li:hover span {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
@media only screen and (max-width: 768px) {
    .movie_list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 3%;
    }
    .movie_list li:nth-child(5n) {
        margin-right: 0%;
    }
    .movie_list li:nth-child(2n) {
        margin-right: 0;
    }
}
.movie_list div:first-child {
    display: block;
    padding-bottom: 15px;
    cursor: pointer;
}
.movie_list__img {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}
.movie_list__img span {
    display: block;
    position: relative;
    width: 100%;
    transition: 0.45s cubic-bezier(0.75, 0.1, 0.16, 1);
    z-index: 0;
}
.movie_list__img img {
    display: block;
    position: relative;
    max-width: inherit;
    width: auto;
    height: 161px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.movie_list__img:before {
    content: '';
    width: 64px;
    height: 64px;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    left: 50%;
    margin-left: -32px;
    display: block;
    z-index: 1;
}
.movie_list__img:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 12px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 50%;
    margin-left: -4px;
    display: block;
    z-index: 1;
}
@media only screen and (max-width: 768px) {
    .movie_list__img {
        margin-bottom: 5px;
    }
    .movie_list__img:before {
        display: none;
    }
    .movie_list__img:after {
        display: none;
    }
}
.movie_list__img iframe {
    width: 100%;
    height: 65vw;
}
.movie_list h5 {
    padding: 0 15px 0;
    font-size: 15px;
    height: 66px;
}
@media only screen and (max-width: 768px) {
    .movie_list h5 {
        font-size: 11px;
        height: auto;
    }
}
.movie_list small {
    margin: 0 15px;
    font-size: 12px;
}
@media only screen and (max-width: 768px) {
    .movie_list small {
        font-size: 9px;
    }
}

.product_list {
    border-bottom: 1px solid #d8dbe1;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
@media only screen and (max-width: 768px) {
    .product_list {
        padding-bottom: 10px;
        margin-bottom: 0;
    }
}
.product_list dl {
    display: table;
    margin-top: 32px;
}
@media only screen and (max-width: 768px) {
    .product_list dl {
        display: block;
        margin-top: 20px;
    }
}
.product_list dt {
    display: table-cell;
    vertical-align: top;
    width: 200px;
    padding-top: 83px;
    font-size: 20px;
    font-weight: bold;
}
@media only screen and (max-width: 768px) {
    .product_list dt {
        display: block;
        padding-top: 0;
    }
}
.product_list dd {
    display: table-cell;
    vertical-align: top;
}
@media only screen and (max-width: 768px) {
    .product_list dd {
        display: block;
    }
}
.product_list ul {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
    .product_list ul {
        margin: 0 16px;
    }
}
.product_list li {
    margin-right: 16px;
    margin-bottom: 30px;
}
.product_list li:nth-child(4n) {
    margin-right: 0;
}
@media only screen and (max-width: 768px) {
    .product_list li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 15px;
    }
    .product_list li:nth-child(2n) {
        margin-right: 0;
    }
}
.product_list__img {
    overflow: hidden;
    position: relative;
    width: 218px;
    height: 218px;
    border: 1px solid #d8dbe1;
    border-radius: 3px;
}
@media only screen and (max-width: 768px) {
    .product_list__img {
        width: 100%;
        height: 44vw;
    }
}
.product_list__img img {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product_list__name {
    font-weight: bold;
    font-size: 20px;
    display: block;
    padding: 10px 0 5px;
}
@media only screen and (max-width: 768px) {
    .product_list__name {
        font-size: 15px;
        padding: 8px 0 3px;
    }
}
.product_list__link {
    cursor: pointer;
    color: #005eb7;
}
.product_list__link:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
    .product_list__link {
        margin: 1px 0;
    }
}

.product_category {
    background: #eee;
}
@media only screen and (max-width: 768px) {
    .product_category {
        width: 100%;
        overflow: hidden;
    }
}
.product_category .inner {
    position: relative;
}
@media only screen and (max-width: 768px) {
    .product_category .inner {
        overflow: scroll;
    }
}
.product_category ul {
    position: relative;
    font-size: 15px;
    padding-left: 200px;
    box-sizing: content-box;
}
.product_category ul:after {
    content: 'Category :';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
@media only screen and (max-width: 768px) {
    .product_category ul {
        font-size: 11px;
        padding: 16px;
    }
    .product_category ul:after {
        display: none;
    }
}
.product_category li {
    line-height: 64px;
    display: inline-block;
    margin-right: 45px;
}
@media only screen and (max-width: 768px) {
    .product_category li {
        line-height: 1.6;
        margin-right: 24px;
    }
}
.product_category a {
    color: #006dc3;
    padding-left: 18px;
    position: relative;
    top: 2px;
}
.product_category a:hover {
    text-decoration: underline;
}
.product_category a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #006dc3 transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
}
.product_category.country_name {
    padding: 13px 0;
}
.product_category.country_name li {
    line-height: 35px;
}
@media only screen and (max-width: 768px) {
    .product_category.country_name {
        padding: 0;
    }
    .product_category.country_name li {
        line-height: 1.6;
    }
}

.youtube_box {
    float: right;
    width: 400px;
}
@media only screen and (max-width: 768px) {
    .youtube_box {
        width: auto;
        float: none;
    }
}
.youtube_box__inner {
    border-radius: 3px;
    border: 1px solid #d8dbe1;
    padding: 21px 20px;
    overflow: hidden;
    height: 500px;
}
@media only screen and (max-width: 768px) {
    .youtube_box__inner {
        margin: 0 16px;
        height: auto;
    }
}
.youtube_box #results dl {
    display: table;
    margin-bottom: 16px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #d8dbe1;
}
.youtube_box #results dl:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.youtube_box #results dt {
    width: 120px;
    display: table-cell;
    vertical-align: top;
}
.youtube_box #results dd {
    display: table-cell;
    padding-left: 15px;
    vertical-align: top;
}
.youtube_box #results dd strong {
    color: #005eb7;
    font-weight: normal;
    font-size: 15px;
}
@media only screen and (max-width: 768px) {
    .youtube_box #results dd strong {
        font-size: 11px;
    }
}
.youtube_box #results dd p {
    font-size: 12px;
}
@media only screen and (max-width: 768px) {
    .youtube_box #results dd p {
        font-size: 9px;
    }
}
.youtube_box #results dd a {
    text-decoration: none;
}
.youtube_box #results dd a:hover {
    text-decoration: underline;
}

.pinterest_box {
    width: 678px;
    float: left;
}
@media only screen and (max-width: 768px) {
    .pinterest_box {
        width: auto;
        float: none;
    }
}

.pinterestWrapper {
    overflow: hidden;
}
@media only screen and (max-width: 768px) {
    .pinterestWrapper {
        margin: 0 16px 30px;
    }
}

.category_btns {
    font-size: 20px;
    overflow: hidden;
    border-left: 1px solid #d8dbe1;
    margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
    .category_btns {
        font-size: 11px;
        margin: 0 16px 25px;
        overflow: scroll;
        border: none;
    }
}
@media only screen and (max-width: 768px) {
    .category_btns ul {
        width: 440px;
    }
}
.category_btns li {
    float: left;
    text-align: center;
    border-right: 1px solid #d8dbe1;
}
.category_btns li:last-child {
    margin-right: none;
}
@media only screen and (max-width: 768px) {
    .category_btns li {
        float: none;
        display: inline-block;
        white-space: nowrap;
    }
    .category_btns li:first-child {
        border-left: 1px solid #d8dbe1;
    }
}
.category_btns a, .category_btns span {
    color: #005eb7;
    display: block;
    height: 40px;
    width: 146px;
}
@media only screen and (max-width: 768px) {
    .category_btns a, .category_btns span {
        width: 84px;
        padding: 13px 0;
    }
}
.category_btns a:hover {
    text-decoration: underline;
}
.category_btns span {
    color: #000;
    font-weight: bold;
}

.first_view {
    margin-top: 26px;
    margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
    .first_view {
        margin-top: 20px;
        margin-bottom: 25px;
    }
    .first_view .headline {
        margin-bottom: 20px;
    }
}
.first_view__visual {
    position: relative;
}
.first_view__visual p {
    position: absolute;
    width: 492px;
    height: 90px;
    background: rgba(255, 255, 255, 0.7);
    top: 50%;
    left: 0;
    right: 0;
    margin: -45px auto 0;
    text-align: center;
    font-size: 15px;
    line-height: 2;
    padding: 15px;
}
@media only screen and (max-width: 768px) {
    .first_view__visual p {
        width: 60%;
        margin: -41px auto 0;
        height: 82px;
        font-size: 11px;
        padding: 5px 10px;
        line-height: 1.7;
    }
}

.post_content {
    width: 800px;
    float: left;
}
@media only screen and (max-width: 768px) {
    .post_content {
        width: 100%;
        float: none;
    }
}
.post_content__visual {
    margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
    .post_content__visual {
        margin-bottom: 20px;
    }
}
.post_content__title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
    .post_content__title {
        font-size: 24px;
        margin: 0 16px;
    }
}
.post_content__date {
    font-size: 15px;
    color: #a8adbc;
}
@media only screen and (max-width: 768px) {
    .post_content__date {
        font-size: 11px;
        margin: 5px 16px 10px 16px;
    }
}
.post_content__discription {
    font-size: 15px;
    margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
    .post_content__discription {
        font-size: 11px;
        margin: 25px 16px;
    }
}
.post_content__maintext {
    margin-bottom: 60px;
    font-size: 15px;
}
@media only screen and (max-width: 768px) {
    .post_content__maintext {
        margin: 0 16px 25px;
        font-size: 11px;
    }
}
.post_content__maintext h2 {
    font-size: 28px;
    line-height: 1.5;
}
@media only screen and (max-width: 768px) {
    .post_content__maintext h2 {
        font-size: 18px;
    }
}
.post_content__maintext h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
}
@media only screen and (max-width: 768px) {
    .post_content__maintext h3 {
        font-size: 15px;
    }
}
.post_content__maintext h4 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
}
@media only screen and (max-width: 768px) {
    .post_content__maintext h4 {
        font-size: 12px;
    }
}
.post_content__maintext p {
    margin-bottom: 20px;
}
.post_content__maintext a {
    color: #005eb7;
}
.post_content__prof {
    font-size: 15px;
    padding-bottom: 60px;
    border-bottom: 1px solid #d8dbe1;
    margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
    .post_content__prof {
        padding-bottom: 35px;
    }
}
@media only screen and (max-width: 768px) {
    .post_content__prof_img {
        width: 50%;
        margin: 0 auto;
    }
}
.post_content__prof_name {
    margin: 25px 0 20px 0;
}
@media only screen and (max-width: 768px) {
    .post_content__prof_name {
        margin: 20px 16px;
        font-size: 11px;
    }
}
@media only screen and (max-width: 768px) {
    .post_content__prof_text {
        margin: 0 16px;
        font-size: 11px;
    }
}
.post_content__products {
    border-bottom: 1px solid #d8dbe1;
    padding-bottom: 10px;
    margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
    .post_content__products {
        padding-bottom: 10px;
        margin-bottom: 25px;
    }
}
.post_content__products ul {
    overflow: hidden;
}
@media only screen and (max-width: 768px) {
    .post_content__products ul {
        margin: 0 16px;
    }
}
.post_content__products li {
    float: left;
    margin-right: 16px;
}
@media only screen and (max-width: 768px) {
    .post_content__products li {
        width: 48%;
        margin-right: 4%;
    }
    .post_content__products li:nth-child(2n) {
        margin-right: 0;
    }
}
.post_content__products a {
    width: 188px;
    display: block;
}
.post_content__products a:hover .post_content__products_name {
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
    .post_content__products a {
        width: 100%;
    }
}
.post_content__products_img {
    overflow: hidden;
    position: relative;
    width: 188px;
    height: 188px;
    border: 1px solid #d8dbe1;
    border-radius: 3px;
}
@media only screen and (max-width: 768px) {
    .post_content__products_img {
        width: 100%;
        height: 44vw;
    }
}
.post_content__products_img img {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.post_content__products_name {
    font-size: 20px;
    color: #005eb7;
    text-align: center;
    display: block;
    padding: 15px 0;
}
@media only screen and (max-width: 768px) {
    .post_content__products_name {
        font-size: 15px;
        padding: 5px 0 15px;
    }
}

.single_sns {
    margin: 10px 0 30px;
}
@media only screen and (max-width: 768px) {
    .single_sns {
        margin: 0 16px 25px;
    }
}
.single_sns li {
    line-height: 1;
    display: inline-block;
    margin: 0 7px 0 0;
    vertical-align: top;
}

.pagenation {
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
}
.pagenation.on {
    opacity: 1;
}
.pagenation.single > a, .pagenation.single > p {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 80px;
    float: left;
    border-right: 1px solid #d8dbe1;
    text-align: center;
    font-size: 20px;
    color: #005eb7;
    font-weight: normal;
}
.pagenation.single > a a, .pagenation.single > p a {
    font-weight: normal;
}
.pagenation.single > a p, .pagenation.single > p p {
    font-weight: normal;
}
@media only screen and (max-width: 768px) {
    .pagenation.single > a, .pagenation.single > p {
        font-size: 11px;
    }
}
.pagenation.single > a:first-child, .pagenation.single > p:first-child {
    border-left: 1px solid #d8dbe1;
    display: none;
}
.pagenation.single > a:nth-child(2), .pagenation.single > p:nth-child(2) {
    border-left: 1px solid #d8dbe1;
}
.pagenation.single > a:last-child, .pagenation.single > p:last-child {
    display: none;
}
.pagenation.single > p {
    font-weight: bold;
    color: #000;
}
@media only screen and (max-width: 768px) {
    .pagenation {
        margin: 0 16px 35px;
    }
}
.pagenation li {
    display: block;
    float: left;
    border-right: 1px solid #d8dbe1;
    text-align: center;
    font-size: 20px;
}
@media only screen and (max-width: 768px) {
    .pagenation li {
        font-size: 11px;
    }
}
.pagenation li:first-child {
    border-left: 1px solid #d8dbe1;
    display: none;
}
.pagenation li:nth-child(2) {
    border-left: 1px solid #d8dbe1;
}
.pagenation li:last-child {
    display: none;
}
.pagenation a, .pagenation span {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 80px;
    color: #005eb7;
}
@media only screen and (max-width: 768px) {
    .pagenation a, .pagenation span {
        height: 44px;
        line-height: 44px;
        width: 55px;
    }
}
.pagenation a:hover {
    text-decoration: underline;
}
.pagenation span {
    font-weight: bold;
    color: #000;
}

.right_column {
    width: 280px;
    float: right;
}
@media only screen and (max-width: 768px) {
    .right_column {
        float: none;
        background: #eee;
        width: 100%;
        padding: 16px 0 30px;
    }
    .right_column .headline_s {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 768px) {
    .right_column ul {
        padding: 0 16px;
    }
}
.right_column li {
    margin-bottom: 12px;
}
.right_column a {
    display: block;
    border: 1px solid #d8dbe1;
    border-radius: 3px;
    padding: 12px;
    overflow: hidden;
    font-size: 12px;
}
.right_column a:hover span {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
@media only screen and (max-width: 768px) {
    .right_column a {
        background: #fff;
        display: table;
        width: 100%;
    }
}
.right_column small {
    color: #a8adbc;
    margin-top: 5px;
    display: block;
}
.right_column .right_column__img {
    vertical-align: top;
    width: 120px;
    height: 120px;
    overflow: hidden;
    position: relative;
    float: left;
}
@media only screen and (max-width: 768px) {
    .right_column .right_column__img {
        width: 92px;
        height: 92px;
        float: none;
        display: block;
    }
}
.right_column .right_column__img span {
    display: block;
    position: relative;
    width: 100%;
    transition: 0.45s cubic-bezier(0.75, 0.1, 0.16, 1);
}
.right_column .right_column__img img {
    max-width: inherit;
    display: block;
    position: relative;
    width: auto;
    height: 120px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
@media only screen and (max-width: 768px) {
    .right_column .right_column__img img {
        height: 92px;
    }
}
.right_column .right_column__text {
    vertical-align: top;
    padding-left: 10px;
    width: 130px;
    float: right;
}
@media only screen and (max-width: 768px) {
    .right_column .right_column__text {
        width: auto;
        float: none;
        display: table-cell;
    }
}

.freetext {
    margin: 40px 0 30px;
    font-size: 14px;
}
@media only screen and (max-width: 768px) {
    .freetext {
        margin: 20px 20px 30px;
    }
}

#page_default_content {
    margin-bottom: 60px;
    font-size: 15px;
}
@media only screen and (max-width: 768px) {
    #page_default_content {
        margin: 0 16px 25px;
        font-size: 11px;
    }
}
#page_default_content h2 {
    font-size: 28px;
    line-height: 1.5;
}
@media only screen and (max-width: 768px) {
    #page_default_content h2 {
        font-size: 18px;
    }
}
#page_default_content h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
}
@media only screen and (max-width: 768px) {
    #page_default_content h3 {
        font-size: 15px;
    }
}
#page_default_content h4 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
}
@media only screen and (max-width: 768px) {
    #page_default_content h4 {
        font-size: 12px;
    }
}
#page_default_content p {
    margin-bottom: 20px;
}
#page_default_content a {
    color: #005eb7;
}
#page_default_content li {
    list-style-type: disc;
    margin-left: 1.5em;
}

#top__first {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    overflow: hidden;
    max-width: 1280px; /* 9/17追記 */
    margin: auto;　
}
@media only screen and (max-width: 768px) {
    #top__first {
        margin-bottom: 15px;
    }
}

.slide_wrap {
    opacity: 0;
    transition: 0.5s;
}
.slide_wrap.load {
    opacity: 1;
}
.slide_wrap button {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.slide_wrap button:after {
    content: '';
    width: 18px;
    height: 18px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    left: 25%;
    top: 34%;
    -webkit-transform: rotate(45deg) translate(0, 0);
    -ms-transform: rotate(45deg) translate(0, 0);
    transform: rotate(45deg) translate(0, 0);
}
@media only screen and (max-width: 768px) {
    .slide_wrap button {
        display: none !important;
    }
}
.slide_wrap .slick-prev {
    left: 0;
    z-index: 1;
}
.slide_wrap .slick-prev:after {
    left: 40%;
    -webkit-transform: rotate(-135deg) translate(0, 0);
    -ms-transform: rotate(-135deg) translate(0, 0);
    transform: rotate(-135deg) translate(0, 0);
}
.slide_wrap .slick-next {
    right: 0;
}

.page_default {
    padding: 20px 0;
}

/* #movies .first_view {
margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
#movies .first_view {
padding-bottom: 0;
border-bottom: none;
margin-bottom: 15px;
}
}
#movies .first_view__visual p {
position: absolute;
width: 410px;
height: 90px;
background: rgba(255, 255, 255, 0.7);
top: auto;
bottom: 48px;
left: auto;
right: 48px;
margin: -45px 0 0;
text-align: right;
font-size: 15px;
padding: 15px 20px;
}
@media only screen and (max-width: 768px) {
#movies .first_view__visual p {
width: 186px;
margin: 0;
height: 65px;
font-size: 11px;
padding: 5px 10px;
line-height: 1.7;
right: 24px;
bottom: 24px;
}
}
#movies section {
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: 1px solid #d8dbe1;
}
@media only screen and (max-width: 768px) {
#movies section {
margin-bottom: 20px;
padding-bottom: 10px;
}
}
#movies section:last-child {
margin-bottom: 0;
padding-bottom: 0;
border: none;
} */

#news .news_wrap {
    margin-top: 20px;
}
@media only screen and (max-width: 768px) {
    #news .news_wrap {
        margin-top: 17px;
    }
}
#news .posts_list {
    overflow: hidden;
    margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
    #news .posts_list {
        margin: 0 16px 10px;
    }
}
#news .posts_list ul {
    width: 920px;
}
#news .posts_list li {
    width: 23.92%;
    margin-right: 1.43%;
    margin-bottom: 17px;
    display: block;
    float: left;
    overflow: hidden;
    border-radius: 3px;
    border: 1px solid #d8dbe1;
}
#news .posts_list li:nth-child(4n) {
    margin-right: 0;
}
@media only screen and (max-width: 768px) {
    #news .posts_list li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4vw;
    }
    #news .posts_list li:nth-child(2n) {
        margin-right: 0;
    }
}
#news .posts_list li:nth-child(7) {
    display: none;
}
#news .posts_list li:nth-child(8) {
    display: none;
}
#news .posts_list li:nth-child(9) {
    display: none;
}
#news .posts_list li:nth-child(10) {
    display: none;
}
#news .posts_list li:nth-child(11) {
    display: none;
}
#news .posts_list li:nth-child(12) {
    display: none;
}
#news .posts_list a {
    color: #000;
    font-size: 15px;
    letter-spacing: 0.05em;
    padding: 12px 12px 25px;
    display: block;
}
#news .posts_list a:hover span {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
@media only screen and (max-width: 768px) {
    #news .posts_list a {
        font-size: 11px;
        padding: 10px 10px 25px;
    }
}
#news .posts_list__img {
    margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
    #news .posts_list__img {
        height: 36.4vw;
    }
}
@media only screen and (max-width: 768px) {
    #news .posts_list h5 {
        font-size: 11px;
        margin-bottom: 6px;
    }
}
#news .posts_list small {
    text-align: right;
    font-size: 12px;
    display: inline-block;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    #news .posts_list small {
        font-size: 9px;
        margin-top: 10px;
    }
}
#news .top_news {
    margin-bottom: 15px;
    height: auto;
}
@media only screen and (max-width: 768px) {
    #news .top_news {
        margin-bottom: 0;
    }
}
#news .top_news li {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    #news .top_news li {
        margin-bottom: 4vw;
    }
}
#news .top_news li:last-child {
    margin-right: 0;
}
@media only screen and (max-width: 768px) {
    #news .top_news li:nth-child(2n) {
        margin-right: 4%;
    }
}
#news li.pickup {
    width: 49.27%;
    height: 400px;
}
#news li.pickup a {
    padding: 0;
    position: relative;
}
@media only screen and (max-width: 768px) {
    #news li.pickup {
        width: 100%;
        height: auto;
        float: none;
    }
}
#news li.pickup .posts_list__img {
    height: 400px;
    width: 100%;
}
#news li.pickup .posts_list__img img {
    height: 400px;
}
@media only screen and (max-width: 768px) {
    #news li.pickup .posts_list__img {
        height: 60vw;
        margin-bottom: 0;
    }
    #news li.pickup .posts_list__img img {
        height: 60vw;
    }
}
#news li.pickup .posts_list__text {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px 20px 20px 20px;
    width: 100%;
}
#news li.pickup .posts_list__text h5 {
    min-height: inherit;
}
@media only screen and (max-width: 768px) {
    #news li.pickup .posts_list__text {
        padding: 10px;
        overflow: hidden;
    }
    #news li.pickup .posts_list__text h5 {
        margin: 0;
        width: 75%;
        padding-right: 1em;
        float: left;
        overflow: hidden;
        position: relative;
        height: 1.4em;
    }
    #news li.pickup .posts_list__text h5:after {
        content: '...';
        line-height: 1;
        position: absolute;
        right: 0;
        bottom: 2px;
    }
    #news li.pickup .posts_list__text small {
        margin: 0;
        width: 23%;
        float: right;
    }
}

#ideas_post .crumb .inner {
    width: 800px;
}
@media only screen and (max-width: 768px) {
    #ideas_post .crumb .inner {
        width: 100%;
    }
}

.ideas_work .inner {
    width: 800px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    overflow: hidden;
    border-bottom: 1px solid #d8dbe1;
}
@media only screen and (max-width: 768px) {
    .ideas_work .inner {
        width: 100%;
        padding: 0 16px 25px;
    }
}
@media only screen and (max-width: 768px) {
    .ideas_work .single_sns {
        margin-bottom: 0;
        margin-left: 0;
    }
}
.ideas_work__img {
    text-align: right;
    float: right;
    width: 350px;
}
@media only screen and (max-width: 768px) {
    .ideas_work__img {
        width: 100%;
        margin-bottom: 23px;
    }
}
.ideas_work__texts {
    float: left;
    width: 450px;
    padding-right: 25px;
}
@media only screen and (max-width: 768px) {
    .ideas_work__texts {
        width: 100%;
    }
}
.ideas_work__texts .tag {
    font-size: 15px;
    color: #fff;
    background: #000;
    padding: 2px 8px 0px 8px;
    display: inline-block;
    letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
    .ideas_work__texts .tag {
        font-size: 11px;
    }
}
.ideas_work__texts h2 {
    margin: 20px 0 15px;
    line-height: 1.5;
}
@media only screen and (max-width: 768px) {
    .ideas_work__texts h2 {
        margin: 15px 0;
    }
}
.ideas_work__texts .level {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
    .ideas_work__texts .level {
        font-size: 11px;
        padding-right: 2em;
        margin-bottom: 30px;
    }
}
.ideas_work__texts .level span {
    display: inline-block;
    margin: 0 3px;
    color: #a8adbc;
    font-size: 17px;
}
@media only screen and (max-width: 768px) {
    .ideas_work__texts .level span {
        font-size: 12px;
    }
}
.ideas_work__texts .level span:first-child {
    margin-left: 10px;
}
.ideas_work__texts .level span.red {
    color: #ee0026;
}
.ideas_work__texts .discription {
    font-size: 15px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
    .ideas_work__texts .discription {
        font-size: 11px;
    }
}

.ideas_step {
    border-bottom: 1px solid #d8dbe1;
}
@media only screen and (max-width: 768px) {
    .ideas_step + .crumb {
        border-bottom: 1px solid #d8dbe1;
    }
}
.ideas_step .inner {
    width: 800px;
    padding-bottom: 24px;
    overflow: hidden;
}
@media only screen and (max-width: 768px) {
    .ideas_step .inner {
        width: 100%;
        padding: 0 16px 20px;
    }
}
.ideas_step__box {
    display: table;
    margin-bottom: 16px;
    width: 100%;
}
.ideas_step__img {
    display: table-cell;
    vertical-align: top;
    width: 225px;
    padding-right: 25px;
}
@media only screen and (max-width: 768px) {
    .ideas_step__img {
        width: 50%;
        padding-right: 16px;
        box-sizing: content-box;
    }
}
.ideas_step__text {
    display: table-cell;
    vertical-align: middle;
}
.ideas_step__text h5 {
    font-size: 20px;
    line-height: 1;
}
@media only screen and (max-width: 768px) {
    .ideas_step__text h5 {
        margin: 0 0 10px;
        font-size: 15px;
    }
}
.ideas_step__text p {
    font-size: 15px;
}
@media only screen and (max-width: 768px) {
    .ideas_step__text p {
        font-size: 11px;
    }
}

#film .category_btns {
    margin-top: 30px;
    margin-bottom: 24px;
}
#film .category_btns a, #film .category_btns span {
    width: 184px;
}
@media only screen and (max-width: 768px) {
    #film .category_btns {
        overflow: hidden;
        margin-bottom: 44px;
    }
    #film .category_btns ul {
        width: 100%;
        overflow: hidden;
    }
    #film .category_btns li {
        width: 33.33%;
        display: block;
        float: left;
    }
    #film .category_btns a, #film .category_btns span {
        width: 100%;
    }
}

#camera .first_view p {
    margin-bottom: 35px;
}
#camera .first_view .btn {
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    #camera .first_view {
        margin: 40px 0;
    }
    #camera .first_view p {
        margin: 0 16px 20px;
    }
}
#camera .btn_box {
    text-align: center;
    margin-top: 35px;
}
#camera .category_btns {
    margin-top: 30px;
    margin-bottom: 24px;
    font-weight: bold;
}
#camera .category_btns a, #camera .category_btns span {
    width: 184px;
}
@media only screen and (max-width: 768px) {
    #camera .category_btns {
        overflow: hidden;
        margin-bottom: 44px;
    }
    #camera .category_btns ul {
        width: 100%;
        overflow: hidden;
    }
    #camera .category_btns li {
        width: 33.33%;
        display: block;
        float: left;
    }
    #camera .category_btns a, #camera .category_btns span {
        width: 100%;
    }
}

#photographers .crumb .inner,
#photographers .instaxParent section .inner {
    width: 800px;
}
@media only screen and (max-width: 768px) {
    #photographers .crumb .inner,
    #photographers .instaxParent section .inner {
        width: auto;
    }
}
#photographers .first_view {
    margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
    #photographers .first_view {
        margin-bottom: 24px;
    }
}
#photographers .first_view p {
    margin: 0;
    top: 48px;
    left: 48px;
    right: auto;
}
@media only screen and (max-width: 768px) {
    #photographers .first_view p {
        bottom: 30px;
        top: inherit;
        left: 25%;
        right: 16px;
        height: auto;
        margin-left: -5%;
        padding: 8px 10px;
    }
}
#photographers .category_btns {
    margin-bottom: 24px;
}
#photographers .category_btns a, #photographers .category_btns span {
    width: 184px;
}
@media only screen and (max-width: 768px) {
    #photographers .category_btns {
        overflow: hidden;
        margin-bottom: 44px;
    }
    #photographers .category_btns ul {
        width: 100%;
        overflow: hidden;
    }
    #photographers .category_btns li {
        width: 33.33%;
        display: block;
        float: left;
    }
    #photographers .category_btns a, #photographers .category_btns span {
        width: 100%;
    }
}
#photographers .product_category {
    margin-bottom: 35px;
}
#photographers .product_category.namesort {
    margin-bottom: 20px;
}
#photographers .product_category.namesort li {
    margin-right: 15px;
}
@media only screen and (max-width: 768px) {
    #photographers .product_category.peoples {
        margin-bottom: 16px;
    }
}
#photographers .product_category.peoples .inner {
    width: 800px;
}
@media only screen and (max-width: 768px) {
    #photographers .product_category.peoples .inner {
        width: auto;
    }
}
#photographers .product_category.peoples + .photographers_peopleworks .inner {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
#photographers .product_category ul {
    padding-left: 0;
    position: relative;
}
#photographers .product_category ul:after {
    display: none;
}
@media only screen and (max-width: 768px) {
    #photographers .product_category li:first-child {
        margin-left: 15px;
    }
}
#photographers .modal_wrap {
    text-align: center;
    top: 55%;
}
@media only screen and (max-width: 768px) {
    #photographers .modal_wrap > img {
        width: 70%;
    }
    #photographers .modal_wrap > img.v {
        width: 50%;
    }
}
#photographers .modal_wrap > img {
    max-width: 380px;
}
#photographers .modal_wrap img {
    margin-bottom: 15px;
}
#photographers .modal_wrap img + p {
    text-align: center;
}
@media only screen and (max-width: 768px) {
    #photographers .modal_wrap img + p {
        margin-bottom: 15px;
        font-size: 12px;
    }
}

.photographers_list {
    border-bottom: 1px solid #d8dbe1;
    padding-bottom: 40px;
    margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
    .photographers_list {
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
}
.photographers_list:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.photographers_list.sq .horizontal li {
    width: 282px;
}
@media only screen and (max-width: 768px) {
    .photographers_list.sq .horizontal li {
        width: 139px;
    }
}
.photographers_list.sq .vertical li {
    width: 228px;
}
@media only screen and (max-width: 768px) {
    .photographers_list.sq .vertical li {
        width: 89px;
    }
}
.photographers_list.wi .horizontal {
    width: 4000px;
}
@media only screen and (max-width: 768px) {
    .photographers_list.wi .horizontal {
        width: 1600px;
    }
}
.photographers_list.wi .horizontal li {
    width: 355px;
}
@media only screen and (max-width: 768px) {
    .photographers_list.wi .horizontal li {
        width: 139px;
    }
}
.photographers_list.wi .vertical {
    width: 4000px;
}
@media only screen and (max-width: 768px) {
    .photographers_list.wi .vertical {
        width: 1600px;
    }
}
.photographers_list.wi .vertical li {
    width: 282px;
}
@media only screen and (max-width: 768px) {
    .photographers_list.wi .vertical li {
        width: 108px;
    }
}
.photographers_list h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
    .photographers_list h3 {
        padding: 0 15px;
        font-size: 15px;
        margin-bottom: 20px;
    }
}
.photographers_list a {
    display: block;
}
.photographers_list .photoworks_box {
    width: 1120px;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
    .photographers_list .photoworks_box {
        width: 100%;
        padding-bottom: 15px;
    }
}
.photographers_list .photoworks_box ul {
    display: -ms-flexbox;
    display: flex;
}
@media only screen and (max-width: 768px) {
    .photographers_list .photoworks_box ul {
        padding-left: 15px;
    }
}
.photographers_list .photoworks_box li {
    margin-right: 4px;
    display: block;
}
.photographers_list .photoworks_box li.new:after {
    top: 12px;
    left: 10px;
}
@media only screen and (max-width: 768px) {
    .photographers_list .photoworks_box li.new:after {
        top: 5px;
        left: 4px;
    }
}
.photographers_list .photoworks_box li a {
    display: block;
    position: relative;
}
.photographers_list .photoworks_box li a:before {
    content: '';
    background: #fff;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}
.photographers_list .photoworks_box li a:hover:before {
    display: block;
}
.photographers_list .horizontal {
    width: 2820px;
    margin-bottom: 3px;
}
@media only screen and (max-width: 768px) {
    .photographers_list .horizontal {
        width: 1430px;
    }
}
.photographers_list .horizontal li {
    width: 278px;
}
@media only screen and (max-width: 768px) {
    .photographers_list .horizontal li {
        width: 139px;
    }
}
.photographers_list .vertical {
    width: 2730px;
}
@media only screen and (max-width: 768px) {
    .photographers_list .vertical {
        width: 1395px;
    }
}
.photographers_list .vertical li {
    width: 178px;
}
@media only screen and (max-width: 768px) {
    .photographers_list .vertical li {
        width: 89px;
    }
}
.photographers_list .users_box {
    width: 1120px;
    overflow: hidden;
}
@media only screen and (max-width: 768px) {
    .photographers_list .users_box {
        width: 100%;
        padding-bottom: 5px;
    }
}
.photographers_list .users_box ul {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
    .photographers_list .users_box ul {
        padding: 0 15px;
    }
}
.photographers_list .users_box li {
    margin-right: 8px;
    margin-bottom: 8px;
    width: 133px;
    background: #eee;
}
@media only screen and (max-width: 768px) {
    .photographers_list .users_box li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .photographers_list .users_box li:nth-child(2n) {
        margin-right: 0;
    }
}
.photographers_list .users_box li:nth-child(8n) {
    margin-right: 0;
}
.photographers_list .users_box li div {
    display: block;
    position: relative;
}
.photographers_list .users_box li div:before {
    content: '';
    background: #fff;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}
.photographers_list .users_box li a {
    display: block;
}
.photographers_list .users_box li a:hover div:before {
    display: block;
}
.photographers_list .users_box p {
    font-size: 12px;
    padding: 16px 10px;
}

.photographers_people {
    width: 800px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .photographers_people {
        width: 100%;
        padding-top: 40px;
        border-top: 1px solid #e5e7eb;
        margin-top: -3px;
    }
}
.photographers_people .inner {
    width: 100%;
}
.photographers_people .photographers_profile {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
    .photographers_people .photographers_profile {
        padding: 0 15px;
        display: block;
    }
}
.photographers_people .photographers_profile dt {
    margin-right: 24px;
    width: 160px;
}
@media only screen and (max-width: 768px) {
    .photographers_people .photographers_profile dt {
        width: 100px;
        margin: 0 auto 15px;
    }
}
.photographers_people .photographers_profile dt img {
    width: 100%;
}
.photographers_people .photographers_profile dd {
    width: 616px;
}
@media only screen and (max-width: 768px) {
    .photographers_people .photographers_profile dd {
        width: auto;
    }
}
.photographers_people .photographers_profile dd b, .photographers_people .photographers_profile dd p {
    font-size: 15px;
}
@media only screen and (max-width: 768px) {
    .photographers_people .photographers_profile dd b, .photographers_people .photographers_profile dd p {
        font-size: 11px;
    }
}
.photographers_people .photographers_profile dd b {
    font-weight: bold;
    margin-bottom: 1em;
    display: block;
}
@media only screen and (max-width: 768px) {
    .photographers_people .photographers_profile dd b {
        margin-bottom: 10px;
    }
}
.photographers_people .photographers_profile dd p {
    height: 2.9em;
    overflow: hidden;
    position: relative;
    margin-bottom: 1.5em;
}
@media only screen and (max-width: 768px) {
    .photographers_people .photographers_profile dd p {
        margin-bottom: 15px;
    }
}
.photographers_people .photographers_profile dd p span {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    color: #005eb7;
    cursor: pointer;
    padding: 0 10px;
}
.photographers_people .comments_movie {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d8dbe1;
    padding: 16px;
    margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
    .photographers_people .comments_movie {
        display: block;
        padding: 12px 7px;
    }
}
.photographers_people .comments_movie dt {
    font-size: 16px;
    font-weight: bold;
    padding-left: 16px;
    width: 170px;
    margin-right: 0;
}
@media only screen and (max-width: 768px) {
    .photographers_people .comments_movie dt {
        width: auto;
        padding: 0;
        font-size: 11px;
        margin-bottom: 10px;
    }
}
.photographers_people .comments_movie dd {
    width: 408px;
}
@media only screen and (max-width: 768px) {
    .photographers_people .comments_movie dd {
        width: auto;
    }
}
@media only screen and (max-width: 768px) {
    .photographers_people .comments_movie .movie_list {
        margin: 0;
    }
}
.photographers_people .comments_movie .movie_list li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0;
}
.photographers_people .comments_movie .movie_list li:last-child {
    margin-right: 0;
}
.photographers_people .comments_movie .movie_list div:first-child {
    padding-bottom: 0;
}
.photographers_people .comments_movie .movie_list p {
    height: 97px;
    margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
    .photographers_people .comments_movie .movie_list p {
        height: 22vw;
    }
}
.photographers_people .comments_movie .movie_list .movie_list__img:before {
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
}
.photographers_people .comments_movie .movie_list .movie_list__img:after {
    -webkit-transform: scale(0.5) translate(-2px, 0);
    -ms-transform: scale(0.5) translate(-2px, 0);
    transform: scale(0.5) translate(-2px, 0);
}
.photographers_people .comments_movie .movie_list .movie_list__img img {
    height: 97px;
}
.photographers_people .comments_movie .movie_list .movie_list__img iframe {
    width: 100%;
    height: 22vw;
}

.photographers_profile_links {
    display: block;
    text-align: right;
}
@media only screen and (max-width: 768px) {
    .photographers_profile_links {
        text-align: center;
    }
}
.photographers_profile_links li {
    display: inline-block;
    margin-left: 7px;
}
.photographers_profile_links li:first-child {
    margin-left: 0;
}
@media only screen and (max-width: 768px) {
    .photographers_profile_links li {
        width: 24px;
    }
}
.photographers_profile_links li a:hover {
    opacity: 0.6;
}

.photographers_peopleworks .inner {
    width: 800px;
    margin-top: 5px;
    padding-top: 40px;
    border-top: 1px solid #e5e7eb;
}
@media only screen and (max-width: 768px) {
    .photographers_peopleworks .inner {
        width: auto;
        margin-top: 0px;
        padding-top: 20px;
    }
}
.photographers_peopleworks + .crumb {
    margin-top: 90px;
    border-top: 1px solid #d8dbe1;
}
@media only screen and (max-width: 768px) {
    .photographers_peopleworks + .crumb {
        border-bottom: 1px solid #d8dbe1;
        margin-top: 44px;
    }
}
.photographers_peopleworks h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
    .photographers_peopleworks h3 {
        padding: 0 15px;
        font-size: 15px;
        margin-bottom: 16px;
    }
}
.photographers_peopleworks .peopleworks_box {
    width: 800px;
    overflow: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
    .photographers_peopleworks .peopleworks_box {
        width: 100%;
        padding-bottom: 15px;
        margin-bottom: 5px;
    }
}
.photographers_peopleworks .peopleworks_box.sq li {
    width: 282px;
}
@media only screen and (max-width: 768px) {
    .photographers_peopleworks .peopleworks_box.sq li {
        width: 139px;
    }
}
.photographers_peopleworks .peopleworks_box.sq li.vertical {
    width: 228px;
}
@media only screen and (max-width: 768px) {
    .photographers_peopleworks .peopleworks_box.sq li.vertical {
        width: 89px;
    }
}
.photographers_peopleworks .peopleworks_box.wi li {
    width: 355px;
}
@media only screen and (max-width: 768px) {
    .photographers_peopleworks .peopleworks_box.wi li {
        width: 139px;
    }
}
.photographers_peopleworks .peopleworks_box.wi li.vertical {
    width: 282px;
}
@media only screen and (max-width: 768px) {
    .photographers_peopleworks .peopleworks_box.wi li.vertical {
        width: 108px;
    }
}
.photographers_peopleworks .peopleworks_box.wi li .peopleworks_images p {
    padding: 0;
}
.photographers_peopleworks .peopleworks_box ul {
    display: block;
    white-space: nowrap;
}
@media only screen and (max-width: 768px) {
    .photographers_peopleworks .peopleworks_box ul {
        padding-left: 15px;
    }
}
.photographers_peopleworks .peopleworks_box li {
    display: inline-block;
    vertical-align: top;
    width: 278px;
}
@media only screen and (max-width: 768px) {
    .photographers_peopleworks .peopleworks_box li {
        width: 139px;
        margin-right: 5px;
    }
}
.photographers_peopleworks .peopleworks_box li.vertical {
    width: 178px;
}
.photographers_peopleworks .peopleworks_box li.vertical .peopleworks_images p {
    padding: 0;
}
@media only screen and (max-width: 768px) {
    .photographers_peopleworks .peopleworks_box li.vertical {
        width: 89px;
    }
}
.photographers_peopleworks .peopleworks_box li.new:after {
    top: 12px;
    left: 10px;
}
.photographers_peopleworks .peopleworks_box li .peopleworks_images {
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
}
.photographers_peopleworks .peopleworks_box li .peopleworks_images:before {
    content: '';
    background: #fff;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}
.photographers_peopleworks .peopleworks_box li .peopleworks_images:hover:before {
    display: block;
}
@media only screen and (max-width: 768px) {
    .photographers_peopleworks .peopleworks_box li .peopleworks_images:hover:before {
        display: none;
    }
}
.photographers_peopleworks .peopleworks_box li .peopleworks_images p {
    display: block;
    padding: 39px 0;
}
@media only screen and (max-width: 768px) {
    .photographers_peopleworks .peopleworks_box li .peopleworks_images p {
        padding: 21px 0;
    }
}
.photographers_peopleworks .peopleworks_box li p {
    white-space: normal;
    font-size: 12.5px;
    font-weight: bold;
}
@media only screen and (max-width: 768px) {
    .photographers_peopleworks .peopleworks_box li p {
        font-size: 9px;
    }
}
.photographers_peopleworks .peopleworks_box li b {
    cursor: pointer;
    font-size: 12.5px;
    color: #005eb7;
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    display: block;
}
@media only screen and (max-width: 768px) {
    .photographers_peopleworks .peopleworks_box li b {
        font-size: 9px;
    }
}
.photographers_peopleworks .peopleworks_box li b:after {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../img/photographers/icon_zoom.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}
.photographers_peopleworks .peopleworks_box li a {
    font-size: 12.5px;
    color: #005eb7;
}
@media only screen and (max-width: 768px) {
    .photographers_peopleworks .peopleworks_box li a {
        font-size: 9px;
    }
}

.peopleworks_bnres {
    margin-top: 25px;
}
@media only screen and (max-width: 768px) {
    .peopleworks_bnres {
        margin: 0 auto;
        max-width: 300px;
    }
}
.peopleworks_bnres a {
    display: block;
    background: #eee;
    padding: 12px 0px 12px 0px;
    width: 360px;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
@media only screen and (max-width: 768px) {
    .peopleworks_bnres a {
        width: auto;
        padding: 10px 20px 10px 20px;
        left: 0;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
.peopleworks_bnres dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.peopleworks_bnres dt {
    font-size: 18px;
    margin-right: 25px;
}
@media only screen and (max-width: 768px) {
    .peopleworks_bnres dt {
        margin-right: 10px;
    }
}
.peopleworks_bnres dt span {
    font-weight: bold;
}
@media only screen and (max-width: 768px) {
    .peopleworks_bnres dt span {
        font-size: 11px;
    }
}
.peopleworks_bnres dt p {
    color: #005eb7;
}
@media only screen and (max-width: 768px) {
    .peopleworks_bnres dt p {
        font-size: 15px;
    }
}
.peopleworks_bnres dd {
    width: 75px;
    height: 75px;
    border: 1px solid #d8dbe1;
    border-radius: 3px;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    #accessories .first_view {
        margin-top: 40px;
    }
    #accessories .first_view p {
        margin: 0 16px;
    }

    .product_list ul {
        width: auto;
    }

    #news .top_news {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #news .top_news li:nth-child(2n) {
        margin-right: 0;
    }
}

.caution {
    margin: -20px auto 60px;
}
.caution .inner {
    border: 3px solid #000;
    border-radius: 6px;
    padding: 20px 20px 30px;
}
.caution .headline {
    color: #cc0000;
}
.caution .headline_s {
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .caution {
        margin-bottom: 40px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: -40px;
    }
    main > .caution:first-child {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .caution .inner {
        padding: 20px 0px;
    }
    .caution p {
        margin: 0 16px;
    }
}


/* --------------------------------------------------
add 190902
-------------------------------------------------- */

.wrap {
    box-sizing: content-box;
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

@media only screen and (max-width: 768px) {
    .wrap {
        padding-right: calc(48 / 750 * 100vw);
        padding-left: calc(48 / 750 * 100vw);
    }
}

header.re-header {
    min-width: auto;
    height: 100px;
    padding-top: 5px;
    border-bottom: 0;
}
header.re-header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 30000;
    height: 5px;
    background: linear-gradient(to right,  rgba(104,91,199,1) 0%,rgba(104,91,199,1) 33%,rgba(131,0,101,1) 33%,rgba(131,0,101,1) 66%,rgba(255,217,64,1) 66%,rgba(255,217,64,1) 100%);
}
header.re-header .inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 1160px;
    padding-right: 20px;
    padding-left: 20px;
    height: 100%;
}
header.re-header .inner h1 {
    width: 110px;
    margin-left: 0;
    padding-top: 0;
}
@media only screen and (max-width: 768px) {
    header.re-header {
        height: calc(120 / 750 * 100vw);
        padding-top: calc(10 / 750 * 100vw);
    }
    header.re-header::before {
        height: calc(10 / 750 * 100vw);
    }
    header.re-header .inner {
        padding-right: calc(48 / 750 * 100vw);
        padding-left: calc(48 / 750 * 100vw);
    }
    header.re-header .inner h1 {
        width: calc(140 / 750 * 100vw);
        padding: 10px 0 0;
    }
}

.re-header .nav_wrap {
    -webkit-flex: 1;
    flex: 1;
    margin-left: 60px;
    height: 100%;
}
@media only screen and (max-width: 768px) {
    .re-header .nav_wrap {
        top: calc(110 / 750 * 100vw);
        right: 0;
        width: 0;
        height: 100vh;
        margin-left: 0;
        background: rgba(255, 255, 255, .95);
    }
    .re-header .nav_wrap.open {
        width: calc(480 / 750 * 100vw);
    }
    .re-header .nav_wrap.open nav ul li,
    .re-header .nav_wrap.open .globallinks {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.re-header nav,
.re-header nav ul,
.re-header nav ul li,
.re-header nav li a {
    height: 100%;
}

.re-header nav {
    margin-top: 0;
}
.re-header nav ul {
    text-align: left;
}
.re-header nav ul li::after {
    content: none;
}
.re-header nav ul li a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    padding-bottom: 0;
    font-family: "Helvetica Neue";
}
.re-header nav ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #ccc;
    transition: .2s;
}
.re-header nav ul li.nav_camera a::after { background-color: #cc1400;}
.re-header nav ul li.nav_printer a::after { background-color: #c0f2ea;}
.re-header nav ul li.nav_film a::after { background-color: #830065;}
.re-header nav ul li.nav_accessories a::after { background-color: #ffd940;}
.re-header nav ul li.nav_support a::after { background-color: #7b78bf;}

.re-header nav ul li a:hover::after {
    height: 5px;
}

#camera .re-header nav ul li.nav_camera a,
#printers .re-header nav ul li.nav_printer a,
#film .re-header nav ul li.nav_film a,
#accessories .re-header nav ul li.nav_accessories a,
#support .re-header nav ul li.nav_support a {
    pointer-events: none;
}
#camera .re-header nav ul li.nav_camera a::after,
#printers .re-header nav ul li.nav_printer a::after,
#film .re-header nav ul li.nav_film a::after,
#accessories .re-header nav ul li.nav_accessories a::after,
#support .re-header nav ul li.nav_support a::after {
    height: 5px;
}

@media only screen and (max-width: 768px) {
    .re-header nav,
    .re-header nav ul,
    .re-header nav ul li,
    .re-header nav li a {
        height: auto;
    }

    .re-header nav ul {
        padding-top: calc(88 / 750 * 100vw);
    }
    .re-header nav ul li {
        opacity: 0;
        -webkit-transform: translateX(calc(20 / 750 * 100vw));
        transform: translateX(calc(20 / 750 * 100vw));
        transition: opacity .25s, transform .25s;
    }
    .re-header nav ul li:nth-child(1) { transition-delay: .15s;}
    .re-header nav ul li:nth-child(2) { transition-delay: .2s;}
    .re-header nav ul li:nth-child(3) { transition-delay: .25s;}
    .re-header nav ul li:nth-child(4) { transition-delay: .3s;}
    .re-header nav ul li a {
        display: block;
        padding-top: calc(48 / 750 * 100vw);
        padding-bottom: calc(48 / 750 * 100vw);
        border-bottom: 0;
        font-size: calc(32 / 750 * 100vw);
        text-align: center;
    }
    .re-header nav ul li a::after {
        content: none;
    }
}

.re-header .globallinks {
    top: 28px;
    right: 20px;
    left: auto;
    width: calc(100% - 40px);
}

.re-header .globallinks__btn {
    -webkit-display: flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-family: "Helvetica Neue";
    border: 0;
    background-color: #262626;
    color: #fff;
}
.re-header .globallinks__btn:before {
    border-top-color: #fff;
}

.re-header .globallinks__wrap {
    font-family: "Helvetica Neue";
}
@media only screen and (max-width: 768px) {
    .re-header .globallinks {
        opacity: 0;
        top: 0;
        right: auto;
        width: 100%;
        margin-top: calc(40 / 750 * 100vw);
        padding-bottom: 0;
        -webkit-transform: translateX(calc(20 / 750 * 100vw));
        transform: translateX(calc(20 / 750 * 100vw));
        transition: opacity .25s .35s, transform .25s .35s;
    }

    .re-header .globallinks__btn {
        margin-right: calc(48 / 750 * 100vw);
        margin-left: calc(48 / 750 * 100vw);
        padding: calc(30 / 750 * 100vw);
        font-size: calc(32 / 750 * 100vw);
        letter-spacing: normal;
    }
    .re-header .globallinks__btn::before {
        right: calc(30 / 750 * 100vw);
        left: auto;
        margin-top: calc(-8 / 750 * 100vw);
        margin-left: auto;
        border-width: calc(20 / 750 * 100vw) calc(12 / 750 * 100vw) 0;
    }

    .re-header .globallinks__close {
        font-size: calc(22 / 750 * 100vw);
        width: calc(128 / 750 * 100vw);
        bottom: calc(40 / 750 * 100vw);
        padding: calc(20 / 750 * 100vw) 0;
    }
    .re-header .globallinks__close:before {
        width: calc(44 / 750 * 100vw);
    }
    .re-header .globallinks__close:after {
        width: calc(44 / 750 * 100vw);
    }

    .re-header .globallinks__wrap {
        margin-right: calc(48 / 750 * 100vw);
        margin-left: calc(48 / 750 * 100vw);
        padding: calc(16 / 750 * 100vw);
    }
    .re-header .globallinks__wrap dl {
        padding-bottom: calc(144 / 750 * 100vw);
    }
    .re-header .globallinks__wrap dt {
        padding: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) calc(40 / 750 * 100vw);
        font-size: calc(32 / 750 * 100vw);
    }
    .re-header .globallinks__wrap dt:before {
        border-width: calc(16 / 750 * 100vw) calc(10 / 750 * 100vw) 0;
        right: calc(24 / 750 * 100vw);
        margin-top: calc(-8 / 750 * 100vw);
    }
    .re-header .globallinks__wrap dd p {
        font-size: calc(30 / 750 * 100vw);
    }
    .re-header .globallinks__wrap dd p:first-child {
        font-size: calc(22 / 750 * 100vw);
    }
    .re-header .globallinks__wrap dd p a {
        margin-right: calc(10 / 750 * 100vw);
        padding-right: calc(20 / 750 * 100vw);
        font-size: calc(20 / 750 * 100vw);
    }
    .re-header .globallinks__wrap dd li {
        padding: calc(24 / 750 * 100vw) calc(30 / 750 * 100vw) calc(20 / 750 * 100vw);
    }
}

.re-header .btn-menu {
    right: 6px;
    width: 55px;
    height: 55px;
}
.re-header .btn-menu > span,
.re-header .btn-menu.is-active span:nth-child(1),
.re-header .btn-menu.is-active span:nth-child(3) {
    background: #000;
}
@media only screen and (max-width: 768px) {
    .re-header .btn-menu {
        right: calc(12 / 750 * 100vw);
        width: calc(110 / 750 * 100vw);
        height: calc(110 / 750 * 100vw);
    }
    .re-header .btn-menu:after {
        content: none;
    }
    .re-header .btn-menu > span {
        width: calc(40 / 750 * 100vw);
        height: calc(4 / 750 * 100vw);
    }
    .re-header .btn-menu > span:nth-child(1) {
        top: calc(36 / 750 * 100vw);
    }
    .re-header .btn-menu > span:nth-child(2) {
        top: calc(52 / 750 * 100vw);
    }
    .re-header .btn-menu > span:nth-child(3) {
        top: calc(68 / 750 * 100vw);
    }
    .re-header .btn-menu.is-active span:nth-child(1),
    .re-header .btn-menu.is-active span:nth-child(3) {
        top: calc(52 / 750 * 100vw);
    }
}
@media only screen and (max-width: 374px) {
    .re-header .btn-menu > span {
        height: 2px;
    }
}

footer.re-footer {
    min-width: auto;
}
footer.re-footer .inner {
    width: 100%;
    max-width: 1160px;
    padding-right: 20px;
    padding-left: 20px;
}
footer.re-footer .foot_area {
    background: #001e62;
}
footer.re-footer .foot_area .footer_sns {
    width: auto;
    right: 355px;
}
footer.re-footer .foot_area .footer_sns a {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    background: transparent;
}
footer.re-footer .foot_area .footer_terms {
    padding-top: 3px;
}
footer.re-footer .foot_area .footer_terms a {
    margin-left: 15px;
}

footer.re-footer .foot_area dl dd {
    font-family: "Helvetica Neue";
}

@media only screen and (max-width: 768px) {
    footer.re-footer .inner {
        padding-right: calc(48 / 750 * 100vw);
        padding-left: calc(48 / 750 * 100vw);
    }

    footer.re-footer .foot_area .footer_sns {
        position: relative;
        width: 100%;
        right: 0;
        margin-top: 0;
        text-align: center;
    }
    footer.re-footer .foot_area .footer_sns a {
        width: calc(80 / 750 * 100vw);
        height: calc(80 / 750 * 100vw);
        margin: 0 calc(20 / 750 * 100vw);
    }
    footer.re-footer .foot_area .footer_sns svg {
        width: calc(52 / 750 * 100vw);
        height: calc(56 / 750 * 100vw);
    }

    footer.re-footer .foot_area .footer_terms {
        margin-top: calc(50 / 750 * 100vw);
        margin-bottom: calc(80 / 750 * 100vw);
        padding-top: 0;
        font-size: calc(22 / 750 * 100vw);
        font-weight: 800;
    }

    footer.re-footer .foot_area dl dt img {
        width: calc(240 / 750 * 100vw);
    }

    footer.re-footer .foot_area dl dd {
        padding-top: calc(36 / 750 * 100vw);
        padding-left: 0;
        font-size: calc(20 / 750 * 100vw);
        font-weight: 800;
        -webkit-transform: scale(.9);
        transform: scale(.9);
    }

}

/* re-bnr-area */
.re-bnr-area {
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #ffd940;
}

.re-bnr-area__slide {
    display: none;
}
.re-bnr-area__slide button {
    outline: 0;
    background-color: transparent;
    cursor: pointer;
}
.re-bnr-area__slide .slick-list {
    margin-left: -16px;
}
.re-bnr-area__slide .slick-slide {
    margin-left: 16px;
}

/* slick-arrow */
.re-bnr-area__slide .slick-prev,
.re-bnr-area__slide .slick-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 13px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    transition: .25s;
}
.re-bnr-area__slide .slick-prev {
    left: -18px;
    border-left: 3px solid #001e62;
    border-bottom: 3px solid #001e62;
}
.re-bnr-area__slide .slick-next {
    right: -18px;
    border-top: 3px solid #001e62;
    border-right: 3px solid #001e62;
}
.re-bnr-area__slide .slick-prev:hover,
.re-bnr-area__slide .slick-next:hover {
    opacity: .7;
}

@media only screen and (max-width: 768px) {
    .re-bnr-area {
        padding-top: calc(80 / 750 * 100vw);
        padding-bottom: calc(80 / 750 * 100vw);
    }

    .re-bnr-area__slide {
        padding-right: calc(32 / 750 * 100vw);
        padding-left: calc(32 / 750 * 100vw);
    }
    .re-bnr-area__slide .slick-list {
        margin-left: calc(-10 / 750 * 100vw);
    }
    .re-bnr-area__slide .slick-slide {
        margin-left: calc(10 / 750 * 100vw);
    }

    /* slick-arrow */
    .re-bnr-area__slide .slick-prev,
    .re-bnr-area__slide .slick-next {
        width: calc(13 / 750 * 100vw);
        height: calc(13 / 750 * 100vw);
    }
    .re-bnr-area__slide .slick-prev {
        left: calc(4 / 750 * 100vw);
        border-left-width: calc(3 / 750 * 100vw);
        border-bottom-width: calc(3 / 750 * 100vw);
    }
    .re-bnr-area__slide .slick-next {
        right: calc(4 / 750 * 100vw);
        border-top-width: calc(3 / 750 * 100vw);
        border-right-width: calc(3 / 750 * 100vw);
    }
    .re-bnr-area__slide .slick-prev:hover,
    .re-bnr-area__slide .slick-next:hover {
        opacity: .7;
    }
}

/* re-caution */
.re-caution {
    margin-top: 20px; /* 9/11修正　64pxから */
}

.re-caution__contents {
    padding: 32px 40px;
    border: 1px solid #c00;
}

.re-caution__headline {
    margin-bottom: 12px;
    color: #c00;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
}

.re-caution__text {
    font-size: 14px;
    line-height: 1.5;
}

.re-caution .re-headline_s {
    margin-bottom: 12px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .re-caution {
        margin-top: 60px;
    }

    .re-caution__contents {
        padding: 32px 24px;
    }

    .re-caution__headline {
        margin-bottom: 12px;
        font-size: 28px;
    }
}


/* --------------------------------------------------
Component
-------------------------------------------------- */

/* headline
------------------------------ */

/* re-headline */
.re-headline {
    line-height: 1;
    margin-bottom: 24px;
}

/* 9/16追記 */
.re-headline2 {
    line-height: 1;
    margin-bottom: 24px;
}

.re-headline2 img {
    width: 35%;
}

@media only screen and (max-width: 768px) {
    .re-headline2 img {
        width: 260px;
    }
}

@media only screen and (max-width: 768px) {
    .re-headline img[src*="information"] { width: 170px;}
    .re-headline img[src*="products"] { width: 133px;}
    .re-headline img[src*="contents"] { width: 135px;}
    .re-headline img[src*="cameras"] { width: 132px;}
    .re-headline img[src*="printers"] { width: 118px;}
    .re-headline img[src*="films"] { width: 78px;}
    .re-headline img[src*="accessories"] { width: 183px;}
    .re-headline img[src*="support"] { width: 125px;}
    .re-headline img[src*="business"] { width: 125px;}
    /* 20211221追加 */

    .re-headline img[src*="ideas"] { width: 79px;}
    .re-headline img[src*="movie"] { width: 103px;}
    .re-headline img[src*="photographers"] { width: 319px;}
}

/* re-headline_s */
.re-headline_s {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 900;
}
@media only screen and (max-width: 768px) {
    .re-headline_s {
        font-size: 16px;
    }
}

/* visual
------------------------------ */
/* re-visual-product */
.re-visual-product {
    margin-top: 24px;
}
.re-visual-product.-camera .re-visual-product__visual { background-color: #cc1400;}
.re-visual-product.-printers .re-visual-product__visual { background-color: #c0f2ea;}
.re-visual-product.-film .re-visual-product__visual { background-color: #830065;}
.re-visual-product.-accessories .re-visual-product__visual { background-color: #ffd940;}
.re-visual-product.-business .re-visual-product__visual { background-color: #cf7610;}
/* 20211221追加 */


.re-visual-product__visual {
    position: relative;
    height: 240px;
}

.re-visual-product__image {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.re-visual-product__image img {
    position: absolute;
    top: 50%;
    right: 0;
    width: auto;
    height: auto;
    max-width: none;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.re-visual-product__text {
    position: absolute;
    top: 50%;
    left: calc(40 / 1120 * 100%);
    margin: 0!important;
    color: #f266bf;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.re-visual-product__notes {
    margin-top: 8px;
    color: #cc1400;
    font-size: 12px;
    line-height: 1.5;
}

@media only screen and (max-width: 768px) {
    .re-visual-product.-printers .re-visual-product__text,
    .re-visual-product.-accessories .re-visual-product__text,
    .re-visual-product.-business .re-visual-product__text {text-align: center;}

    .re-visual-product__visual {
        height: calc(500 / 750 * 100vw);
    }

    .re-visual-product__image img {
        position: static;
        width: 100%;
        max-height: none;
        -webkit-transform: none;
        transform: none;
    }

    .re-visual-product__text {
        top: calc(72 / 750 * 100vw);
        right: calc(48 / 750 * 100vw);
        left: calc(48 / 750 * 100vw);
        font-size: calc(32 / 750 * 100vw);
        -webkit-transform: none;
        transform: none;
    }
}

/* re-visual-other */
.re-visual-other {
    margin-top: 24px;
}
.re-visual-other.-ideas .re-visual-other__text {
    background-color: rgba(0, 103, 127, .8);
    color: #d9ffff;
}
.re-visual-other.-movies .re-visual-other__text {
    background-color: rgba(0, 30, 98, .8);
    color: #ff4d33;
}
.re-visual-other.-photographers .re-visual-other__text {
    right: calc(40 / 1120 * 100%)!important;
    left: auto!important;
    background-color: rgba(104, 91, 199, .8);
    color: #ffd940;
}

.re-visual-other__visual {
    position: relative;
    height: 320px;
}

.re-visual-other__image {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.re-visual-other__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: none;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.re-visual-other__text {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 50%!important;
    right: calc(40 / 1120 * 100%);
    min-width: 460px;
    height: 100px;
    padding-right: 32px;
    padding-left: 32px;
    margin: 0!important;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.6;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
    .re-visual-other.-photographers .re-visual-other__text {
        right: calc(32 / 1120 * 100%)!important;
        bottom: auto!important;
        left: calc(32 / 750 * 100vw)!important;
        margin: 0!important;
    }

    .re-visual-other__visual {
        height: calc(500 / 750 * 100vw);
    }

    .re-visual-other__image {
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100%;
    }
    .re-visual-other__image img {
        position: static;
        width: 100%;
        max-height: none;
        -webkit-transform: none;
        transform: none;
    }

    .re-visual-other__text {
        right: calc(32 / 750 * 100vw);
        left: calc(32 / 750 * 100vw);
        min-width: auto;
        height: auto;
        padding: calc(32 / 750 * 100vw) calc(92 / 750 * 100vw)!important;
        font-size: calc(22 / 750 * 100vw);
        line-height: 1.364;
    }
}

/* tab
------------------------------ */
.re-category_btns {
    overflow: hidden;
    margin-top: 32px;
    margin-bottom: -10px;
}

.re-category_btns ul {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    display: -webkit-flex;
    display: flex;
    white-space: nowrap;
    position: relative;
    width: 100%;
    padding-bottom: 10px;
}
.re-category_btns li {
    min-width: 180px;
    height: 48px;
    font-size: 18px;
}
.re-category_btns li:nth-child(5n+1) a {
    background-color: #00677f;
    color: #c0f2ea;
}
.re-category_btns li:nth-child(5n+1) a.is-active::before { border-top-color: #00677f;}

.re-category_btns li:nth-child(5n+2) a {
    background-color: #cc1400;
    color: #ffd940;
}
.re-category_btns li:nth-child(5n+2) a.is-active::before { border-top-color: #cc1400;}

.re-category_btns li:nth-child(5n+3) a {
    background-color: #830065;
    color: #ff8026;
}
.re-category_btns li:nth-child(5n+3) a.is-active::before { border-top-color: #830065;}

.re-category_btns li:nth-child(5n+4) a {
    background-color: #ffd940;
    color: #00677f;
}
.re-category_btns li:nth-child(5n+4) a.is-active::before { border-top-color: #ffd940;}

.re-category_btns li:nth-child(5n+5) a {
    background-color: #001e62;
    color: #f266bf;
}
.re-category_btns li:nth-child(5n+5) a.is-active::before { border-top-color: #001e62;}

.re-category_btns li:not(:first-child) {
    margin-left: 8px;
}

.re-category_btns a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    height: 100%;
    background-color: #ccc;
}
.re-category_btns a:hover {
    opacity: .7;
}
.re-category_btns a.is-active {
    pointer-events: none;
}
.re-category_btns a.is-active::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border-style: solid;
    border-color: transparent;
    border-width: 10px 10px 0 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
    .re-category_btns {
        margin-bottom: -8px;
    }
    .re-category_btns ul {
        padding-bottom: 8px;
    }
    .re-category_btns li {
        min-width: 148px;
        height: 40px;
        font-size: 15px;
    }
    .re-category_btns li:not(:first-child) {
        margin-left: 6px;
    }

    .re-category_btns a.is-active::before {
        border-width: 8px 8px 0 8px;
    }
}

@media only screen and (max-width: 374px) {
    .re-category_btns li {
        min-width: 128px;
    }
}

/* anchor
------------------------------ */
.re-product_category {
    margin-bottom: 40px;
    background-color: #eee;
}
.re-product_category > .wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.re-product_category.-narrow .re-product_category__list {
    margin-left: -16px;
}
.re-product_category.-narrow .re-product_category__list li {
    margin-left: 16px;
}

.re-product_category__headline {
    -webkit-flex-basis: calc(200 / 1120 * 100%);
    flex-basis: calc(200 / 1120 * 100%);
    font-weight: 900;
}

.re-product_category__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex: 1;
    flex: 1;
    margin-top: -12px;
    margin-left: -48px;
}
.re-product_category__list li {
    margin-top: 12px;
    margin-left: 48px;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.5;
}
.re-product_category__list a {
    position: relative;
    padding-left: 18px;
    color: #005eb7;
}
.re-product_category__list a:hover {
    text-decoration: underline;
}
.re-product_category__list a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #005eb7 transparent transparent transparent;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
    .re-product_category > .wrap {
        display: block;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .re-product_category__headline {
        display: none;
    }

    .re-product_category__list {
        margin-top: -8px;
        margin-left: -24px;
    }
    .re-product_category__list li {
        margin-top: 8px;
        margin-left: 24px;
        font-size: 11px;
    }
    .re-product_category__list a {
        padding-left: 14px;
    }
    .re-product_category__list a::before {
        border-width: 6px 4px 0 4px;
    }
}

/* --------------------------------------------------
TOP
-------------------------------------------------- */
/* re-information */
.re-information {
    margin-top: 64px;
}

.re-information__list {
    padding: 34px 39px;
    border: 1px solid #000;
}
.re-information__list ul {
}
.re-information__list li {
    font-size: 14px;
    font-weight: 900;
    line-height: 1.5;
}
.re-information__list li:not(:first-child) {
    margin-top: 10px;
}
.re-information__list li a {
    margin-left: 20px;
    font-weight: 400;
}
.re-information__list li a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .re-information {
        margin-top: 48px;
    }

    .re-information__list {
        padding: 28px 24px;
    }
    .re-information__list li a {
        display: block;
        margin-top: 4px;
        margin-left: 0;
    }
}

/* re-nav-testtesttest 9/14追記 */
.re-nav-brand_philosophy{
    margin-top: 64px;
}
.re-nav-brand_philosophy-contents
{
    text-align:center; margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
    .re-nav-brand_philosophy {
        margin-top: 60px;
    }
    .re-nav-brand_philosophy .re-headline {
        width: 300px;
    }
}


/* re-nav-product */
.re-nav-product {
    margin-top: 64px;
}

.re-nav-product__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: -40px;
}

.re-nav-product__item {
    -webkit-flex-basis: calc(540 / 1120 * 100%);
    flex-basis: calc(540 / 1120 * 100%);
    margin-top: 40px;
}
.re-nav-product__item.-camera a { background-color: #cc1400;}
.re-nav-product__item.-printers a { background-color: #c0f2ea;}
.re-nav-product__item.-film a { background-color: #830065;}
.re-nav-product__item.-accessories a { background-color: #ffd940;}
.re-nav-product__item.-business a { background-color: #cf7610;}
/* 20211221追加 */

.re-nav-product__item a {
    display: block;
    position: relative;
}
.re-nav-product__item a:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.re-nav-product__image {
    overflow: hidden;
}
.re-nav-product__image img {
    width: 100%;
    transition: .25s;
}

.re-nav-product__headline {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: calc(-160 / 540 * 100%);
    color: #f266bf;
    font-size: 24px;
    font-weight: 900;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
    .re-nav-product {
        margin-top: 60px;
    }

    .re-nav-product__list {
        display: block;
        margin-top: 0;
    }

    .re-nav-product__item {
        margin-top: 0;
    }
    .re-nav-product__item:not(:first-child) {
        margin-top: 12px;
    }

    .re-nav-product__headline {
        margin-left: calc(-160 / 750 * 100vw);
        font-size: 20px;
    }
}

/* re-nav-other */
.re-nav-other {
    margin-top: 64px;
}

.re-nav-other__list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-around;
}

.re-nav-other__item {
    -webkit-flex-basis: calc(360 / 1120 * 100%);
    flex-basis: calc(360 / 1120 * 100%);
}
.re-nav-other__item.-ideas .re-nav-other__headline {
    background-color: rgba(0, 103, 127, .8);
    color: #d9ffff;
}
.re-nav-other__item.-movies .re-nav-other__headline {
    background-color: rgba(0, 30, 98, .8);
    color: #ff4d33;
}
.re-nav-other__item.-business .re-nav-other__headline {
    background-color: rgba(3, 114, 142, .8);
    color: #f19442;
}

.re-nav-other__item.-photographers .re-nav-other__headline {
    background-color: rgba(104, 91, 199, .8);
    color: #ffd940;
}

.re-nav-other__item a {
    display: block;
    position: relative;
}
.re-nav-other__item a:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.re-nav-other__image {
    overflow: hidden;
}
.re-nav-other__image img {
    width: 100%;
    transition: .25s;
}

.re-nav-other__headline {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: calc(40 / 360 * 100%);
    left: calc(40 / 360 * 100%);
    height: 64px;
    font-size: 24px;
    font-weight: 900;
    background-color: rgba(255, 255, 255, .8);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (max-width: 768px) {
    .re-nav-other {
        margin-top: 60px;
    }

    .re-nav-other__list {
        display: block;
        margin-top: 0;
    }

    .re-nav-other__item {
        margin-top: 0;
    }
    .re-nav-other__item:not(:first-child) {
        margin-top: 12px;
    }

    .re-nav-other__headline {
        right: calc(48 / 750 * 100vw);
        left: calc(48 / 750 * 100vw);
        height: 60px;
        font-size: 20px;
    }
}


/* --------------------------------------------------
PRODUCTS
-------------------------------------------------- */
.re-area-product {}

.re-area-product__item {
    padding-top: 40px;
    padding-bottom: 32px;
    border-bottom: 1px solid #d8dbe1;
}
.re-area-product__item:nth-child(8n+1) dt { color: #00677f;}
.re-area-product__item:nth-child(8n+2) dt { color: #cc1400;}
.re-area-product__item:nth-child(8n+3) dt { color: #830065;}
.re-area-product__item:nth-child(8n+4) dt { color: #685bc7;}
.re-area-product__item:nth-child(8n+5) dt { color: #f266bf;}
.re-area-product__item:nth-child(8n+6) dt { color: #ff4d33;}
.re-area-product__item:nth-child(8n+7) dt { color: #001e62;}
.re-area-product__item:nth-child(8n+8) dt { color: #ff8026;}

.re-product_list dl {
    display: -webkit-flex;
    display: flex;
}

.re-product_list dt {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-basis: calc(200 / 1120 * 100%);
    flex-basis: calc(200 / 1120 * 100%);
    height: 218px;
    margin-bottom: 0;
    padding-right: 10px;
    font-size: 20px;
    font-weight: 900;
}

.re-product_list dd {
    -webkit-flex: 1;
    flex: 1;
}

.re-product_list ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    margin-top: -30px;
    margin-left: calc(-16 / 920 * 100%);
}

.re-product_list li {
    -webkit-flex-basis: calc(218 / 936 * 100%);
    flex-basis: calc(218 / 936 * 100%);
    margin-top: 30px;
    margin-left: calc(16 / 936 * 100%);
    line-height: 1.5;
}

.re-product_list__img {
    overflow: hidden;
    position: relative;
    border: 1px solid #d8dbe1;
    border-radius: 3px;
}
.re-product_list__img img {
    width: 100%;
    max-width: 214px;
}

.re-product_list__img a:first-child{
    display: block;
    z-index: 100;
}
.re-product_list__img a{
    display: none;
}


.re-product_list__name {
    display: block;
    margin: 12px -.5em 4px 0;
    font-size: 20px;
    /*font-weight: 900;*/
    /* word-break: break-all; */
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.re-product_list__link {
    cursor: pointer;
    color: #005eb7;
}
.re-product_list__link:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 1160px) {
    .re-product_list dt {
        height: calc(218 / 1160 * 100vw);
    }
}

@media only screen and (max-width: 768px) {
    .re-area-product__item {
        padding-top: 28px;
    }

    .re-product_list dl {
        display: block;
    }

    .re-product_list dt {
        display: block;
        height: auto;
        margin-bottom: 20px;
        padding-right: 0;
        font-size: 15px;
    }

    .re-product_list ul {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-top: calc(-40 / 750 * 100vw);
        margin-left: 0;
    }

    .re-product_list li {
        -webkit-flex-basis: calc(313 / 750 * 100vw);
        flex-basis: calc(313 / 750 * 100vw);
        margin-top: calc(40 / 750 * 100vw);
        margin-left: 0;
    }

    .re-product_list__img {
        border-radius: calc(6 / 750 * 100vw);
    }

    .re-product_list__name {
        font-size: 15px;
    }
}


/* --------------------------------------------------
IDEAS
-------------------------------------------------- */
/* re-area-posts */
.re-area-posts {}

.re-area-posts .posts_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.re-area-posts .posts_list li {
    float: none;
    line-height: 1.5;
}
.posts_list a {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.re-area-posts .posts_list__tag {
    -webkit-align-self: flex-start;
    align-self: flex-start;
    padding: 4px 6px;
    font-weight: 900;
}
.re-area-posts .posts_list__tag.-memory {
    background-color: #cc1400;
    color: #ffd940;
}
.re-area-posts .posts_list__tag.-gift {
    background-color: #830065;
    color: #ff8026;
}
.re-area-posts .posts_list__tag.-decorate {
    background-color: #ffd940;
    color: #00677f;
}
.re-area-posts .posts_list__tag.-other {
    background-color: #001e62;
    color: #f266bf;
}

.re-area-posts .posts_list li h5 {
    margin-bottom: 12px;
}

.re-area-posts .posts_list__discription {
    margin-bottom: 12px;
}

.re-area-posts .posts_list__level {
    margin-top: auto;
    font-size: 12px;
}

.re-area-posts .posts_list.five_column li h5 {
    height: auto;
    min-height: auto;
}
@media only screen and (max-width: 768px) {
    .re-area-posts .posts_list {
        margin: 0;
    }
}


/* --------------------------------------------------
MOVIES
-------------------------------------------------- */
.re-area-movie {}

.re-area-movie__item:not(:first-child) {
    margin-top: 40px;
    padding-top: 36px;
    border-top: 1px solid #d8dbe1;
}
.re-area-movie__item:nth-child(8n+1) .re-headline_s { color: #00677f;}
.re-area-movie__item:nth-child(8n+2) .re-headline_s { color: #cc1400;}
.re-area-movie__item:nth-child(8n+3) .re-headline_s { color: #830065;}
.re-area-movie__item:nth-child(8n+4) .re-headline_s { color: #685bc7;}
.re-area-movie__item:nth-child(8n+5) .re-headline_s { color: #f266bf;}
.re-area-movie__item:nth-child(8n+6) .re-headline_s { color: #ff4d33;}
.re-area-movie__item:nth-child(8n+7) .re-headline_s { color: #001e62;}
.re-area-movie__item:nth-child(8n+8) .re-headline_s { color: #ff8026;}

@media only screen and (max-width: 768px) {
    .re-area-movie__item:not(:first-child) {
        margin-top: 20px;
        padding-top: 16px;
    }

    .re-area-movie .movie_list {
        margin: 0;
    }
    .re-area-movie .movie_list li:last-child {
        margin-bottom: 0;
    }
}


/* --------------------------------------------------
PHOTOGRAPHERS
-------------------------------------------------- */
.re-area-photographers {}

.re-area-photographers__item:nth-child(8n+1) .re-headline_s { color: #00677f;}
.re-area-photographers__item:nth-child(8n+2) .re-headline_s { color: #cc1400;}
.re-area-photographers__item:nth-child(8n+3) .re-headline_s { color: #830065;}
.re-area-photographers__item:nth-child(8n+4) .re-headline_s { color: #685bc7;}
.re-area-photographers__item:nth-child(8n+5) .re-headline_s { color: #f266bf;}
.re-area-photographers__item:nth-child(8n+6) .re-headline_s { color: #ff4d33;}
.re-area-photographers__item:nth-child(8n+7) .re-headline_s { color: #001e62;}
.re-area-photographers__item:nth-child(8n+8) .re-headline_s { color: #ff8026;}

@media only screen and (max-width: 768px) {
    .re-area-photographers .photographers_list h3 {
        padding-right: 0;
        padding-left: 0;
    }

    .re-area-photographers .photographers_list .photoworks_box ul {
        padding-left: 0;
    }
    .re-area-photographers .photographers_list .users_box ul {
        padding-right: 0;
        padding-left: 0;
    }

    .re-area-photographers .photographers_people .photographers_profile {
        padding-right: 0;
        padding-left: 0;
    }
    img.img_hero {
            width: unset;
        }
}
/* add211013 */

@media only screen and (min-width: 768px) {
    .re-header nav,
    .re-header nav ul,
    .re-header nav ul li,
    .re-header nav li a {
        height: 95%;
        line-height: 1.2;
        letter-spacing: 0.02em;
    }

    .re-header nav ul li.nav_business {
      text-align: center;
      top: -10%;
    }
    .re-header nav ul li.nav_business a {
        font-size: 12px;
		line-height: 1.4;
    }

}

/* add211105 */
.give_squad_movie {
	position:relative;
	max-width:1120px;
	margin:0 auto;
}
.give_squad_movie video {
	position:absolute;
	right:34%;
	left:66%;
	top:3%;
	z-index:2;
}
.give_squad_movie img {
	position:relative;
	z-index:1;
}
@media only screen and (max-width:1090px) {
	.give_squad_movie video {
		max-width:20%;
		height:auto;
	}
}
@media only screen and (max-width:768px) {
	.give_squad_movie video {
		height:auto;
		width:55%;
		max-width:55%;
		position:static;
		padding-top:5px;
	}
	.give_squad_movie {
		background-color:#675ac6;
		padding-bottom:15px;
	}
}

/*
@media only screen and (max-width:540px) {
	.give_squad_movie video {
		max-width:25%;
		height:auto;
	}
}
*/



/* add 20211122 */

.re-information__list {
  padding: 34px 39px 24px;
  position: relative;
}
.re-information__list #more_info_btn {
  position: absolute;
  right: 20px;
  top: 30px;
  padding: 3px 10px;
  font-weight: bold;
  cursor: pointer;
}
@media only screen and (max-width:1090px) {
  .re-information__list #more_info_btn {
    font-size: 14px;
    font-weight: 900;
  }
}
#info_area_1st li {
  margin-bottom: 10px;
}




/* 20211221追加 */

/* --------------------------------------------------
 Business
-------------------------------------------------- */

.-business .re-nav-other__headline {
    text-align: center;
    line-height: 1.2;
}

#business .re-product_list li {
    -webkit-flex-basis: calc(280 / 936 * 100%);
    flex-basis: calc(280 / 936 * 100%);
}

#business .re-product_list li.left a {
    text-align: center;
}

#business .re-product_list li.right {
    flex: 1;
    margin: 30px 50px;
}

#business .re-product_list a img:hover {
    opacity: 0.5;
}

#business .re-product_list__img img {
    width: 100%;
    max-width: 300px;
}

#business .re-product_list dt {
    height: 280px;
}

@media only screen and (max-width: 1160px) {
    #business .re-product_list dt {
        height: calc(280 / 1160 * 100vw);
    }
}

@media only screen and (min-width: 769px) {
    #business .re-visual-product__image img {
        left: 50%;
        right: unset;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #business .re-product_list li.left {
        width: 300px;
    }

    #business .right {
        position: relative;
    }

    #business .right .re-product_list__name {
        position: absolute;
        width: 100%;
        top: 40%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
    }
}


@media only screen and (max-width: 667px) {
    #business .re-product_list ul {
        display: block;
    }

    #business .re-product_list li.right {
        margin: 20px 0;
    }
}

@media only screen and (max-width: 768px) {
    #business .re-product_list li {
        -webkit-flex-basis: unset;
        flex-basis: unset;
    }
}


/* 20211221追加ここまで */
/* 20221130追加 */

/* --------------------------------------------------
error
-------------------------------------------------- */
.ly_sec_wrap_v_midium {
    padding-top: 3rem;
    padding-bottom: 3rem;
    box-sizing: border-box;
}
.ly_productsDetail, .ly_howtoDetail {
    display: flex;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
}
.ly_productsDetail .bl_img_wrap img {
    max-height: 350px;
    width: auto;
}
.bl_img_wrap img {
    margin: auto;
}
.ly_productsDetail .bl_img_wrap, .ly_howtoDetail .bl_img_wrap {
    flex-basis: calc(50% - 1.5rem);
    max-width: calc(50% - 1.5rem);
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    padding: 0 4rem;
}
.ly_productsDetail .bl_txt_wrap, .ly_howtoDetail .bl_txt_wrap {
    flex-basis: calc(50% - 1.5rem);
    flex-grow: 0;
    flex-shrink: 0;
    max-width: calc(50% - 1.5rem);
}
.fadeUp{
    animation-name: fadeUpAnime;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.bl_detailTtl_wrap {
    margin-bottom: 2rem;
}
.el_heading_detail {
    font-size: 3.5rem;
    margin-bottom: 10px;
}
#error .link {
    margin: 0 auto 0;
    clear: both;
    flex-basis: calc(50% - 0.5rem);
}
#error .link02 {
    clear: both;
    flex-basis: calc(50% - 0.5rem);
}
#error .link a {
    padding: 10px 0;
    line-height: 1.4em;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #022E23;
    background: #FFD940;
    display: block;
    position: relative;
}
#error .link a:hover {
    text-decoration: none;
    background: #ffbc3e;
}
#error .link a:after {
    margin: -5px 0 0 0;
    content: "";
    width: 12px;
    height: 10px;
    line-height: 10px;
    background: url(/common2/img/camera/icon_01.svg) no-repeat center center;
    background-size: cover;
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
}
#error .link02 a {
    padding: 10px 0;
    line-height: 1.4em;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background: #40C2C3;
    display: block;
    position: relative;
}
#error .link02 a:hover {
    opacity: 0.6;
}
.bl_detailbtn_wrap .bl_link_wrap {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  .ly_productsDetail {
    display: block;
    padding-left: 25px;
    padding-right: 25px;
}
  .ly_productsDetail .bl_img_wrap {
      max-width: 95%;
      margin-bottom: 0;
  }
  .el_heading_detail {
    font-size: 2.5rem;
}
  .bl_detailTtl_wrap img{
    width: 50%;
  }

  .ly_productsDetail .bl_txt_wrap, .ly_howtoDetail .bl_txt_wrap {
    max-width: 100%;
}
.ly_productsDetail .bl_img_wrap img {
    max-height: 50vw;
  }
  .bl_detailTtl_wrap{
    margin-bottom: 2rem;
  }
#error .bl_detailTtl_wrap p{
  font-size: 1.5em;
}
#error .link,#error .link02 {
    display: block;
    margin-bottom: 10px;
}
#error .bl_detailbtn_wrap .bl_link_wrap {
  display: block;
}

}



/* 20221130追加ここまで */
