@charset "UTF-8";
/******************************Reset CSS************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: "";
    content: none;
}
q:before, q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    padding: 0;
}
button:hover {
    cursor: pointer;
}
button:focus, button:active {
    background: transparent;
    outline: none;
    box-shadow: none;
}
html {
    box-sizing: border-box;
    font-size: 62.5%;
    height: 100%;
    min-height: 100%;
}
*, *:before, *:after {
    box-sizing: inherit;
}
img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
*zoom: 1;
}
/******************************common************************************************/

body {
    margin: 0;
    padding: 0;
    font: 30px sans-serif;
    background-color: #fff;
    width: 100%;
    overflow-x: hidden;
    color: #3d3d3d;
    font-family: ”ヒラギノ角ゴ Pro W3”, ”Hiragino Kaku Gothic Pro”, Osaka, ”ＭＳ Ｐゴシック”, ”MS PGothic”, sans-serif!important;
    line-height: 1;
}
a:link, a:visited {
    color: #3d3d3d;
    text-decoration: none;
}
a:hover {
    opacity: 0.7;
}
h1.heading__main {
    text-align: center;
    margin: 30px auto;
}
h1.heading__main img {
    height: 30px;
}
.break_pc {
    display: none;
}
.inner {
    width: 96%;
    display: block;
    margin: 0 auto;
    ;
    max-width: 980px;
}
#pageTop {
    position: fixed;
    bottom: 20px;
    right: 10px;
    background-color: #014b8b;
    border-radius: 50px;
    box-shadow: 3px 3px 0 #bbb;
    z-index: 100;
}
#pageTop a {
    font-size: 23px;
    display: block;
    z-index: 999;
    padding: 13px 0 0 0;
    width: 50px;
    height: 50px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
#pageTop a:hover {
    text-decoration: none;
}
.headig--default {
    margin-bottom: 40px;
}
.headig--default img {
    height: 20px;
    width: auto;
    display: block;
    margin: 0 auto 5px;
}
/******************************top************************************************/
.top__main {
    background-image: url(../img/bg_top_orange.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0 0;
    overflow: hidden;
}
.top__main_heading {
    width: 90%;
    display: block;
    margin: 0 auto 40px;
    position: relative;
    z-index: 1;
}
.top__main_info_lists {
    color: #000;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    margin: 0 auto;
}
.top__main_info_list {
    font-size: 12px;
    line-height: 1.4;
    padding: 0 4px;
    display: inline-block;
}
/******************************header************************************************/
.nav__lists {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 1px solid #000;
}
.nav__list {
    font-size: 14px;
    line-height: 2;
    text-align: center;
    width: 33%;
    box-sizing: border-box;
}
.nav__list:nth-child(1), .nav__list:nth-child(2), .nav__list:nth-child(3) {
    border-bottom: 1px solid #000;
}
.nav__list:nth-child(1), .nav__list:nth-child(2), .nav__list:nth-child(4), .nav__list:nth-child(5) {
    border-right: 1px solid #000;
}
.nav__list:nth-child(3), .nav__list:nth-child(6) {
    width: 34%;
}
.nav__list span.red {
    color: #d50000;
    margin-right: 5px;
}
.nav__list a {
    display: block;
    width: 100%;
}
/******************************overview************************************************/

.top__overview {
    color: #014b8b;
    background-image: url(../img/global_map_re.png);
    background-size: 80%;
    background-repeat: no-repeat;
    font-size: 14px;
    padding: 20px 0;
    background-position: bottom;
}
.top__overview_text {
    margin-bottom: 10px;
    line-height: 1.4;
    text-align: center;
}
.top__overview_text.review {
    box-shadow: 2px 2px 0px #bbb;
    border: 1px solid #bbb;
    margin-bottom: 30px;
    text-align: center;
    padding: 5px;
    border-radius: 40px;
    background-color: #014b8b;
    color: #fff;
}
.top__overview_text span.red {
    background-color: #d50000;
    color: #fff;
}
/******************************top__review************************************************/

.top__review {
    background-color: #014b8b;
    font-size: 14px;
    padding: 20px 0;
    line-height: 1.4;
    color: #fff;
}
.top__review_heading {
    font-size: 14px;
    text-align: left;
}
.top__review_photo {
    width: 100px;
    float: left;
    margin-right: 10px;
}
.top__review_photo img {
    width: 100%;
    height: auto;
}
.top__review_author {
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.top__review_text {
    margin-bottom: 20px;
}
.top__reviewer_profile {
    background-color: rgba(255,255,255,0.8);
    width: 96%;
    display: block;
    margin: 0 auto 40px;
    padding: 10px;
    color: #000;
    font-size: 12px;
}
.top__reviewer_name {
    font-size: 14px;
    margin-bottom: 10px;
}
.top__reviewer_contents_parts {
    margin-bottom: 10px;
}
.top__reviewer_contents_parts_heading {
    font-size: 12px;
    background-color: #000;
    padding: 2px 5px;
    color: #fff;
    display: inline-block;
}
/******************************onlinestore************************************************/

.top__onlinestore_cover {
    width: 30%;
    float: left;
    margin-bottom: 20px;
}
.top__onlinestore {
    padding: 20px 0;
    font-size: 16px;
    text-align: center;
}
.top__onlinestore .inner {
    background-color: #efefef;
    padding: 20px 10px;
}
.top__onlinestore_lead {
    margin-bottom: 40px;
    width: 65%;
    float: right;
    text-align: left;
    font-size: 14px;
    font-weight: 800;
}
.top__onlinestore_info_lists {
    width: 65%;
    float: right;
    text-align: left;
    font-size: 12px;
    line-height: 1.6;
    padding-left: 1em;
}
.top__onlinestore_links_heading {
    clear: both;
    border-bottom: 1px solid #d50000;
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-weight: 800;
}
.top__onlinestore_links.shoten {
    margin-top: 20px;
}
.top__onlinestore_links {
    text-align: left;
}
.btn__onlinestore {
    background-color: #fff;
    color: #000;
    display: inline-block;
    margin: 0 0 10px;
    box-shadow: 2px 2px 2px #bbb;
}
.btn__onlinestore.nihonkajo {
    border: 2px solid #3c3c9c;
}
.btn__onlinestore.kinokuniya {
    border: 2px solid #3c3c9c;
}
.btn__onlinestore.rakuten {
    border: 2px solid #bf0000;
}
.btn__onlinestore.amazon {
    border: 2px solid #ffac0e;
}
.btn__onlinestore.junk {
    border: 2px solid #127130;
}
.btn__onlinestore_links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.btn__onlinestore a {
    color: #000;
    display: inline-block;
    line-height: 2;
    padding: 0 10px;
    text-decoration: none;
    font-size: 19px;
}
.btn__onlinestore a:link, .btn__onlinestore a:visited {
    color: #000;
}
.btn__onlinestore:hover {
    opacity: 0.7;
}
/******************************contents************************************************/

.top__contents {
    background-color: #f9f0d7;
    background-image: url(../img/bg_yellow.png);
    background-repeat: repeat;
    overflow: hidden;
    padding: 20px 0;
}
.top__contents_heading {
    font-size: 16px;
    text-align: center;
    position: relative;
}
.top__contents_heading:after {
    position: absolute;
    content: "";
    background-color: #000;
    width: 30px;
    height: 1px;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
}
.top__contents_chapter {
    margin-bottom: 20px;
}
.top__contents_chapter_title {
    background-color: #d50000;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    padding: 4px;
}
.top__contents_section_title {
    color: #014b8b;
    font-size: 16px;
    line-height: 1.4;
}
.top__contents_item_list {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.4;
}
.top__contents_item_title {
    font-size: 14px;
    font-weight: 800;
    color: #000;
    text-decoration: underline;
}
.open, .close {
    text-align: center;
    background-color: #d50000;
    width: 200px;
    margin: 0 auto;
    border-radius: 20px;
    color: #fff;
}
.open a, .close a {
    display: block;
    width: 100%;
    color: #fff;
    line-height: 2;
}
/******************************profile************************************************/
.top__profile {
    background-color: #014b8b;
    padding: 20px 0;
    background-image: url(../img/bg_grange.png);
    background-repeat: repeat;
    overflow: hidden;
}
.top__profile_heading {
    position: relative;
}
.top__profile_heading:after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 30px;
    height: 1px;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
}
.top__profile .inner {
}
.top__profile_photo {
    width: 30%;
}
.top__profile_name {
    font-size: 16px;
    margin-bottom: 20px;
}
.top__profile_name span.small {
    font-size: 12px;
}
.top__profile_list {
    position: relative;
}
.top__profile_list.takaya:before {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.4);
    width: 70%;
    height: 30%;
    left: 5%;
    z-index: 0;
    top: 30%;
}
.top__profile_list:after {
    position: absolute;
    content: "";
    background-image: url(../img/bg_profile3.png);
    width: 120%;
    height: 600px;
    left: -200px;
    top: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}
.top__profile_list.takigawa:after {
    background-image: url(../img/bg_profile4.png);
    width: 120%;
    height: 600px;
    left: -200px;
    top: 200px;
}
.top__profile_list.yamawaki:after {
    background-image: url(../img/bg_profile1.png);
    width: 120%;
    height: 600px;
    left: -200px;
    top: 200px;
}
.top__profile_contents {
    background-color: #fff;
    font-size: 12px;
    line-height: 1.4;
    width: 80%;
    margin-left: 20%;
    padding: 10px 10px 10px 8%;
    position: relative;
    z-index: 1;
}
.top__profile_contents:before {
    position: absolute;
    content: "";
    background-image: url(../img/photo_takaya.png);
    width: 33%;
    height: 400px;
    left: -28%;
    background-size: contain;
    background-repeat: no-repeat;
}
.top__profile_list.takigawa .top__profile_contents:before {
    background-image: url(../img/photo_takigawa.png);
}
.top__profile_list.yamawaki .top__profile_contents:before {
    background-image: url(../img/photo_yamawaki.png);
}
.top__profile_list {
    margin-bottom: 40px;
    list-style: none;
}
.top__profile_contents_parts {
    margin-bottom: 20px;
}
.top__profile_contents_parts_heading {
    background-color: #000;
    padding: 2px 5px;
    color: #fff;
    display: inline-block;
}
/******************************footer***********************************************/
footer {
    background-color: #3d3d3d;
}
footer p.credit_copyright {
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 4;
}
footer p.credit_copyright img.copy_company {
    height: 20px;
    width: auto;
    margin-left: 20px;
}

@media screen and (min-width:360px) {
}

@media screen and (min-width:500px) {
.top__onlinestore_lead {
    font-size: 20px;
    margin-top: 20px;
}
}

@media screen and (min-width:786px) {
.headig--default {
    margin-bottom: 80px;
}
.headig--default img {
    height: 30px;
}
.break_pc {
    display: block;
}
.top__main_heading {
    max-width: 650px;
}
.top__main_info {
}
.top__overview {
    clear: both;
    text-align: center;
    padding: 60px 0;
    background-size: 100%;
    background-position: center;
}
.top__contents_heading {
    font-size: 22px;
}
.top__overview_text {
    font-size: 22px;
}
.top__overview_text.review {
    border-radius: 50px;
    max-width: 660px;
    display: block;
    margin: 0 auto 50px;
}
.top__review {
    font-size: 15px;
    padding: 80px 0;
}
.top__review_heading {
    font-size: 18px;
}
.top__review_heading br {
    display: none;
}
.top__review_photo {
    width: 210px;
    float: left;
    margin-right: 10px;
}
.top__review_photo img {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}
.top__reviewer_profile {
    width: 100%;
    padding: 30px;
    font-size: 14px;
}
.top__onlinestore {
    padding: 80px 0;
}
.top__onlinestore .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.btn__onlinestore.nihonkajo {
    margin-right: calc(100% - 14em);
}
.top__onlinestore_contents {
    width: 60%;
    margin-left: 5%;
}
.top__onlinestore_lead {
    font-size: 26px;
    margin-bottom: 10px;
}
.top__onlinestore_info_lists {
    margin-bottom: 20px;
}
.top__onlinestore {
    font-size: 20px;
}
.top__onlinestore_cover {
    float: inherit;
    margin-left: 3%;
}
.top__onlinestore_lead, .top__onlinestore_info_lists {
    width: 100%;
    float: inherit;
}
.btn__onlinestore {
}
.top__contents {
    padding: 80px 0;
}
.contents__wrapper {
    -webkit-columns: 2;
    -moz-columns: 2;
    -ms-columns: 2;
    columns: 2;
    margin-top: 45px;
    margin-bottom: 45px;
}
.top__profile {
    padding: 80px 0;
}
.top__profile_list {
    margin-bottom: 80px;
}
.top__profile_contents {
    width: 65%;
}
.top__profile_list:after {
    width: 120%;
    height: 600px;
    left: inherit;
    right: -80%;
    top: 200px;
}
.top__profile_contents {
    font-size: 14px;
    padding: 20px 4% 20px 4%;
}
.top__profile_list.takigawa:before {
    position: absolute;
    content: "";
    background: url(../img/bg_profile4.png);
    width: 100%;
    height: 450px;
    right: -80%;
    z-index: 0;
    top: 700px;
}
.top__profile_list.takigawa:after {
    background-image: url(../img/bg_profile5.png);
    width: 120%;
    height: 600px;
    left: -80%;
    top: 200px;
}
.top__profile_list.yamawaki:after {
    width: 120%;
    height: 600px;
    left: inherit;
    right: -80%;
    top: 200px;
}
.top__profile_list.takaya:before {
    position: absolute;
    content: "";
    background-color: rgba(255, 251, 251, 0.4);
    width: 60%;
    height: 50%;
    left: -1%;
    z-index: 0;
    top: 20%;
}
.top__profile_list.yamawaki:before {
    position: absolute;
    content: "";
    background-color: rgba(255, 251, 251, 0.4);
    width: 100%;
    height: 50%;
    left: -30%;
    z-index: 0;
    top: -30%;
}
}

@media screen and (min-width:980px) {
.top__main {
    background-position: bottom;
}
.top__main:before {
    width: 160px;
    height: 100%;
    left: -40px;
}
.top__main:after {
    width: 160px;
    height: 100%;
    right: -40px;
}
.top__overview {
    background-size: 900px;
}
}

@media screen and (min-width:1200px) {
.top__main {
    background-image: url(../img/bg_top_long.png);
    background-size: cover;
    background-color: rgb(253, 187, 85);
}
}

@media screen and (min-width:1600px) {
.top__main {
    background-image: url(../img/bg_top_long.png);
    background-size: 1600px;
    background-position: center;
}
}
