/* line 5, /Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

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: inherit;
    font-size: 100%;
    vertical-align: baseline;
}


/* line 22, /Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

html {
    line-height: 1;
}


/* line 24, /Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

ol,
ul {
    list-style: none;
}


/* line 26, /Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* line 28, /Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

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


/* line 30, /Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

q,
blockquote {
    quotes: none;
}


/* line 103, /Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

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


/* line 32, /Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

a img {
    border: none;
}


/* line 116, /Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */

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


/* Utility */


/* line 1, sass/_util/_setting.scss */

.embed-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}


/* line 6, sass/_util/_setting.scss */

.embed-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Vendor */


/* ----------------------------------------------------------------------------------------------------

SCSS Form Reset Helpers - Forked from: https://gist.github.com/anthonyshort/552543

Intended usage:
- MIXINS: for very specific use cases, when you dont want to reset absolutly all the forms, very verbose output.
- PLACEHOLDER SELECTORS: use as extending classes. Less verbose, more generic overrides.

A couple of things to watch out for:

- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs

Usage: 

input
  @extend %form-reset-input;
 
label
  @extend %form-reset-label;
 
select
  @extend %form-reset-select;
 
button
  @extend %form-reset-button;
 
textarea
  @extend %form-reset-textarea;

----------------------------------------------------------------------------------------------------*/


/* Fonts */

@font-face {
    font-family: "icons";
    src: url("../fonts/iconfont/icons.eot?6b67a27ed3959f6e843d36969fb451cb");
    src: url("../fonts/iconfont/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/iconfont/icons.woff?6b67a27ed3959f6e843d36969fb451cb") format("woff"), url("../fonts/iconfont/icons.ttf?6b67a27ed3959f6e843d36969fb451cb") format("truetype");
    font-weight: normal;
    font-style: normal;
}


/* line 14, sass/_fonts/_iconfont/_icons.scss */

.glyph-icon {
    font-family: "icons";
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* line 35, sass/_fonts/_iconfont/_icons.scss */

.glyph_arrow-bottom:before {
    content: "\f101";
}


/* line 40, sass/_fonts/_iconfont/_icons.scss */

.glyph_arrow-left:before {
    content: "\f102";
}

.glyph_arrow-right:before {
    content: "\f103";
}

.glyph_arrow-top:before {
    content: "\f104";
}

.glyph_facebook:before {
    content: "\f105";
}

.glyph_instagram:before {
    content: "\f106";
}

.glyph_link:before {
    content: "\f107";
}

.glyph_pinterest:before {
    content: "\f108";
}

.glyph_text:before {
    content: "\f109";
}

.glyph_twitter:before {
    content: "\f10a";
}

.glyph_viber:before {
    content: "\f10b";
}

.glyph_youtube:before {
    content: "\f10c";
}

html {
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
}

body {
    background-color: white;
    color: black;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-size: 14px;
    font-size: 1.1rem;
}

a {
    color: black;
    text-decoration: none;
    -webkit-transition: all 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

a.hover {
    color: black;
}

img {
    width: 100%;
    height: auto;
}

.image-sp {
    display: none;
}

.br-sp {
    display: none;
}


/* line 63, sass/_base/_base.scss */

#container {
    background-color: white;
    position: relative;
    z-index: 1;
    margin-top: 65px;
    margin-top: 5.41667rem;
    /*////////////////////////////margin-bottom: calc(100vh - 5.41667rem);*/
}

#container.is-home {
    margin-top: calc(100vh - 5.41667rem);
}

.is-touch #container {
    margin-bottom: 0;
}

.wrapper {
    /*////////////////////////////max-width: 700px;
	max-width: 58.33333rem;*/
    margin: 0 auto;
    padding: 0 50px;
    padding: 0 4.16667rem;
}

.wrapper-digest-index {
    max-width: 1200px;
    max-width: 100rem;
}

.wrapper-digest-single {
    max-width: 500px;
    max-width: 41.66667rem;
    padding-left: 20px;
    padding-left: 1.66667rem;
    padding-right: 20px;
    padding-right: 1.66667rem;
    margin: 0 auto;
}

.is-touch #module-people-list {
    position: absolute;
}

#module-people-list {
    font-size: 3vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    overflow: hidden;
    background-color: white;
}

#module-people-list.is-hidden {
    visibility: hidden;
}

#module-people-list.hidden {
    display: none;
}

#module-people-list .people-list {
    position: relative;
    left: -8.5%;
    -webkit-transform: scale(0.85, 1);
    transform: scale(0.85, 1);
    width: 117%;
    height: 100%;
}

#module-people-list .people-list ul {
    word-break: break-all;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#module-people-list .people-list ul .people-element {
    display: inline;
    opacity: 0;
    -webkit-transition: opacity 2000ms ease;
    transition: opacity 2000ms ease;
}

#module-people-list .people-list ul .people-element.is-show {
    opacity: 1;
}

#module-people-list .people-list ul .people-element.is-show .name {
    opacity: 1;
}

#module-people-list .people-list ul .people-element img {
    -webkit-transition: none;
    transition: none;
}

#module-people-list .cover-logo {
    line-height: 0;
    display: block;
    min-width: 300px;
    min-width: 25rem;
    width: 16vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    opacity: 0;
    -webkit-transition: opacity 800ms ease 1000ms;
    transition: opacity 800ms ease 1000ms;
}


/* line 198, sass/_base/_base.scss */

#module-people-list .cover-logo.is-show {
    opacity: 1;
}


/* line 206, sass/_base/_base.scss */

#module-people-list .cover-logo a {
    display: block;
}


/* line 1, sass/_base/_header.scss */

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
}


/* line 13, sass/_base/_header.scss */

#header.is-home {
    position: absolute;
    top: calc(100vh - 5.41667rem);
    box-shadow: 0 0 5px transparent;
    background: #eae8e8;
}


/* line 21, sass/_base/_header.scss */

#header.is-home.is-sticky {
    position: fixed;
    top: 0;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    font-size: 1.7rem;
}


/* line 31, sass/_base/_header.scss */

#header .header-nav {
    z-index: 0;
    width: 50%;
    height: 65px;
    height: 5.41667rem;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/* line 46, sass/_base/_header.scss */

#header .header-nav .header-sp-book {
    display: none;
}


/* line 52, sass/_base/_header.scss */

#header .header-nav .header-sp-book img {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
}


/* line 61, sass/_base/_header.scss */

#header .header-buy {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 50%;
    height: 65px;
    height: 5.41667rem;
    line-height: 65px;
    line-height: 5.41667rem;
}


/* line 80, sass/_base/_header.scss */

#header .header-buy a {
    background-color: #ff5532;
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}


/* line 91, sass/_base/_header.scss */

#header .header-buy a.is-active,
#header .header-buy a.hover {
    background-color: black;
    color: #ffffff;
}


/* line 96, sass/_base/_header.scss */

#header .header-buy a img {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 100%;
}


/* line 106, sass/_base/_header.scss */

#header .header-buy a span {
    padding: 0 20px;
    padding: 0 1.66667rem;
}


/* line 111, sass/_base/_header.scss */

#header .header-sp-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    width: 65px;
    width: 5.41667rem;
    height: 65px;
    height: 5.41667rem;
    display: none;
}


/* line 122, sass/_base/_header.scss */

#header .header-sp-nav a {
    display: block;
    background-color: black;
    width: 100%;
    height: 100%;
}


/* line 128, sass/_base/_header.scss */

#header .header-sp-nav a.is-sp-nav-active span {
    background-color: rgba(255, 255, 255, 0);
}


/* line 130, sass/_base/_header.scss */

#header .header-sp-nav a.is-sp-nav-active span:before {
    background-color: #ffffff;
    -webkit-transform: translateY(0) rotate(45deg) scale(1);
    transform: translateY(0) rotate(45deg) scale(1);
}


/* line 134, sass/_base/_header.scss */

#header .header-sp-nav a.is-sp-nav-active span:after {
    width: 26px;
    width: 2.16667rem;
    background-color: #ffffff;
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}


/* line 141, sass/_base/_header.scss */

#header .header-sp-nav a span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    width: 2.16667rem;
    height: 2px;
    height: 0.16667rem;
    margin-left: -13px;
    margin-left: -1.08333rem;
    margin-top: -1px;
    margin-top: -0.08333rem;
    background-color: #ffffff;
    display: block;
    -webkit-transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}


/* line 152, sass/_base/_header.scss */

#header .header-sp-nav a span:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 26px;
    width: 2.16667rem;
    height: 2px;
    height: 0.16667rem;
    margin-left: -13px;
    margin-left: -1.08333rem;
    -webkit-transform: translateY(-0.58333rem);
    transform: translateY(-0.58333rem);
    background-color: #ffffff;
    display: block;
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}


/* line 164, sass/_base/_header.scss */

#header .header-sp-nav a span:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 20px;
    width: 1.66667rem;
    height: 2px;
    height: 0.16667rem;
    margin-left: -13px;
    margin-left: -1.08333rem;
    -webkit-transform: translateY(0.58333rem);
    transform: translateY(0.58333rem);
    background-color: #ffffff;
    display: block;
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}


/* line 180, sass/_base/_header.scss */

#identity {
    font-size: 22px;
    font-size: 1.83333rem;
    height: 65px;
    height: 5.41667rem;
    line-height: 65px;
    text-align: center;
    line-height: 5.41667rem;
    letter-spacing: .3em;
    font-weight: 100;
}

#header-main-nav-container {
    background: #fff;
    height: 65px;
    height: 5.41667rem;
    line-height: 65px;
    line-height: 5.41667rem;
    margin-left: 30px;
    margin-left: 2.5rem;
}


/* line 221, sass/_base/_header.scss */

#header-main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}


/* line 229, sass/_base/_header.scss */

#header-main-nav li {
    margin-left: 15px;
    margin-left: 1.25rem;
    height: 100%;
}


/* line 238, sass/_base/_header.scss */

#header-main-nav li:first-child {
    margin-left: 0;
}


/* line 244, sass/_base/_header.scss */

#header-main-nav li.is-sp-show {
    display: none;
}


/* line 250, sass/_base/_header.scss */

#header-main-nav li.sns {
    margin-left: 30px;
    margin-left: 2.5rem;
    font-size: 24px;
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/* line 261, sass/_base/_header.scss */

#header-main-nav li.sns a {
    margin-left: 10px;
    margin-left: 0.83333rem;
}


/* line 269, sass/_base/_header.scss */

#header-main-nav li.sns a:first-child {
    margin-left: 0;
}


/* line 272, sass/_base/_header.scss */

#header-main-nav li.sns a i {
    display: inline;
    letter-spacing: 0;
}


/* line 278, sass/_base/_header.scss */

#header-main-nav li a {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
}


/* line 287, sass/_base/_header.scss */

#header-main-nav li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    height: 0.83333rem;
    background-color: #ff5532;
    -webkit-transform: translate3d(0, 150%, 0);
    transform: translate3d(0, 150%, 0);
    -webkit-transition: all 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#header-main-nav li a.is-active,
#header-main-nav li a.hover {
    color: #ff5532;
}

#header-main-nav li a.is-active:before,
#header-main-nav li a.hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#header-main-nav li a.identity {
    color: #ff5532;
}

.header-dummy {
    position: absolute;
    top: calc(100vh - 5.41667rem);
    left: 0;
    z-index: 2;
    width: 100%;
    height: 1px;
    pointer-events: none;
}

.header-sp-overlay {
    display: block;
    cursor: pointer;
    content: "";
    position: fixed;
    top: 10%;
    left: 10%;
    z-index: 4;
    width: 140%;
    height: 140%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    display: none;
}


/* Module */

.section {
    padding-top: 160px;
    padding-top: 13.33333rem;
}

.section:first-child {
    padding-top: 80px;
    padding-top: 6.66667rem;
}

.section.half-half-padding-top {
    padding-top: 40px;
    padding-top: 3.33333rem;
}

.section.half-padding-top {
    padding-top: 80px;
    padding-top: 6.66667rem;
}

.section.no-padding-top {
    padding-top: 0;
}

.section-windowheight {
    min-height: calc(100vh - 24rem);
}

.module-hr hr {
    border: none;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    margin: 0;
    padding: 0;
}

.layout-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}


/* line 39, sass/_module/_module.scss */

.layout-2col.is-vertical-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/* line 42, sass/_module/_module.scss */

.layout-2col .col {
    width: 46.6666667%;
    margin: 0 1.6667%;
    padding-top: 0;
    position: relative;
}


/* line 59, sass/_module/_module.scss */

.module {
    padding-top: 80px;
    padding-top: 6.66667rem;
}


/* line 61, sass/_module/_module.scss */

.module.half-padding-top {
    padding-top: 40px;
    padding-top: 3.33333rem;
}


/* line 64, sass/_module/_module.scss */

.module.no-padding-top {
    padding-top: 0;
}


/* line 67, sass/_module/_module.scss */

.module:first-child {
    padding-top: 0;
}


/* line 70, sass/_module/_module.scss */

.module.full-padding-top {
    padding-top: 80px;
    padding-top: 6.66667rem;
}


/* line 75, sass/_module/_module.scss */

.module-headline h3 {
    font-size: 40px;
    font-size: 3.33333rem;
    text-align: center;
    position: relative;
}


/* line 81, sass/_module/_module.scss */

.module-text {
    word-break: break-all;
}


/* line 84, sass/_module/_module.scss */

.module-text.is-url p {
    margin-top: 0.5em;
}


/* line 86, sass/_module/_module.scss */

.module-text.is-url p:first-child {
    margin-top: 0;
}


/* line 91, sass/_module/_module.scss */

.module-text p {
    margin-top: 1.7em;
}


/* line 93, sass/_module/_module.scss */

.module-text p:first-child {
    margin-top: 0;
}


/* line 96, sass/_module/_module.scss */

.module-text p a {
    border-bottom: solid 4px #ff5532;
    -webkit-transition: all 0ms linear 0ms;
    transition: all 0ms linear 0ms;
}


/* line 99, sass/_module/_module.scss */

.module-text p a.hover {
    border-bottom: none;
}


/* line 105, sass/_module/_module.scss */

.module-image {
    line-height: 0;
}


/* line 108, sass/_module/_module.scss */

.module-feature {
    width: 100%;
    position: relative;
}


/* line 111, sass/_module/_module.scss */

.module-feature.is-reverse {
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
}


/* line 114, sass/_module/_module.scss */

.module-feature .col-feature-bookimage {
    position: absolute;
    /*////////////////////////////top: 0;*/
    left: 0;
    width: 50%;
    height: calc(100vh - 5.41667rem);
    padding-top: 5.41667rem;
    background-color: #eae8e8;
}


/* line 127, sass/_module/_module.scss */

.module-feature .col-feature-bookimage.is-sticky {
    position: fixed;
}


/* line 130, sass/_module/_module.scss */

.module-feature .col-feature-bookimage.is-sticky-end {
    position: absolute;
}


/* line 134, sass/_module/_module.scss */

.module-feature .col-feature-bookimage-dummy {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 1px;
    pointer-events: none;
}


/* line 142, sass/_module/_module.scss */

.module-feature .col-feature-content {
    width: 50%;
    margin-left: 50%;
    padding: 125px 0 165px 0;
    padding: 10.41667rem 0 13.75rem 0;
    background-color: #eae8e8;
}


/* line 154, sass/_module/_module.scss */

.module-intro-title h2 {
    font-size: 40px;
    font-size: 3.33333rem;
}


/* line 158, sass/_module/_module.scss */

.module-intro-book {
    width: 100%;
    height: 100%;
    line-height: 0;
    position: relative;
}


/* line 163, sass/_module/_module.scss */

.module-intro-book .book-image-container {
    -webkit-transform: translateY(-3rem);
    transform: translateY(-3rem);
}


/* line 170, sass/_module/_module.scss */

.book-image-container {
    position: absolute;
}


/* line 180, sass/_module/_module.scss */

.book-image-container img {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    -webkit-transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 600ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}


/* line 184, sass/_module/_module.scss */


/* line 190, sass/_module/_module.scss */

.book-image-container .caption.is-footer {
    color: #ffffff;
}


/* line 195, sass/_module/_module.scss */

.module-image-full {
    width: 100%;
    height: calc(100vh - 5.41667rem);
}


/* line 198, sass/_module/_module.scss */

.module-image-full .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


/* line 210, sass/_module/_module.scss */

.module-name h1 {
    font-size: 40px;
    font-size: 3.33333rem;
    margin-top: 10px;
    margin-top: 0.83333rem;
}


/* line 214, sass/_module/_module.scss */

.module-name .job,
.module-name .name {
    margin-top: 10px;
    margin-top: 0.83333rem;
}


/* line 219, sass/_module/_module.scss */

.module-lead {
    font-size: 30px;
    font-size: 2.5rem;
}


/* line 221, sass/_module/_module.scss */

.module-lead span {
    background-color: black;
    color: white;
    box-shadow: -0.5rem 0 0 black, 0.5rem 0 0 black;
    padding-top: 7px;
    padding-top: 0.58333rem;
}


/* line 229, sass/_module/_module.scss */

.module-digest-index .digest-index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}


/* line 232, sass/_module/_module.scss */

.module-digest-index .digest-index ul {
    width: calc(50% - 3rem);
    margin: 0 3rem 0 0;
}


/* line 239, sass/_module/_module.scss */

.module-digest-index .digest-index ul:nth-child(even) {
    margin: 0 0 0 3rem;
}


/* line 245, sass/_module/_module.scss */

.module-digest-index .digest-index ul li {
    position: relative;
}


/* line 247, sass/_module/_module.scss */

.module-digest-index .digest-index ul li:before {
    content: attr(data-num) ". ";
    position: absolute;
    top: 0;
    left: 0;
}


/* line 253, sass/_module/_module.scss */

.module-digest-index .digest-index ul li a {
    display: inline-block;
    margin-left: 40px;
    margin-left: 3.33333rem;
}


/* line 256, sass/_module/_module.scss */

.module-digest-index .digest-index ul li a.hover,
.module-digest-index .digest-index ul li a.is-current {
    color: #ff5532;
}


/* line 265, sass/_module/_module.scss */

.module-stockists-index {
    position: relative;
    margin: 0 50px;
    margin: 0 4.16667rem;
    font-size: 14px;
    font-size: 1.16667rem;
}


/* line 281, sass/_module/_module.scss */

.module-stockists-index.is-header .store-area .store-label-area {
    padding-top: 0;
    top: 0 !important;
}


/* line 287, sass/_module/_module.scss */

.module-stockists-index .store-area {
    position: relative;
    margin-top: 10px;
    margin-top: 0.83333rem;
    padding-top: 10px;
    padding-top: 0.83333rem;
    border-top: solid 1px #eaeaea;
}


/* line 292, sass/_module/_module.scss */

.module-stockists-index .store-area:nth-of-type(1) {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}


/* line 296, sass/_module/_module.scss */

.module-stockists-index .store-area:nth-of-type(1) .store-label-area {
    top: -12px;
    top: -1rem;
}


/* line 301, sass/_module/_module.scss */

.module-stockists-index .store-label-area {
    position: absolute;
    top: 0;
    padding-top: 12px;
    padding-top: 1rem;
    padding-left: 10px;
    padding-left: 0.83333rem;
    width: 70px;
    width: 5.83333rem;
}


/* line 308, sass/_module/_module.scss */

.module-stockists-index .store-label-wrapper {
    margin-left: 90px;
    margin-left: 7.5rem;
    margin-top: 10px;
    margin-top: 0.83333rem;
    padding-top: 10px;
    padding-top: 0.83333rem;
    padding-left: 10px;
    padding-left: 0.83333rem;
    padding-right: 10px;
    padding-right: 0.83333rem;
    border-top: solid 1px #eaeaea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}


/* line 320, sass/_module/_module.scss */

.module-stockists-index .store-label-wrapper:nth-of-type(1) {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}


/* line 325, sass/_module/_module.scss */

.module-stockists-index .store-label-wrapper .store-label-name {
    width: 30%;
}


/* line 331, sass/_module/_module.scss */

.module-stockists-index .store-label-wrapper .store-label-address {
    width: 45%;
}


/* line 337, sass/_module/_module.scss */

.module-stockists-index .store-label-wrapper .store-label-web {
    width: 25%;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


/* line 347, sass/_module/_module.scss */

.module-topics .news {
    margin-top: 25px;
    margin-top: 2.08333rem;
}


/* line 349, sass/_module/_module.scss */

.module-topics .news:first-child {
    margin-top: 0;
}


/* line 352, sass/_module/_module.scss */

.module-topics .news dt {
    color: #cccccc;
}


/* line 355, sass/_module/_module.scss */

.module-topics .news dd {
    margin-top: 5px;
    margin-top: 0.41667rem;
}


/* line 357, sass/_module/_module.scss */

.module-topics .news dd i {
    position: relative;
    top: -3px;
    top: -0.25rem;
}


/* line 361, sass/_module/_module.scss */

.module-topics .news dd a {
    cursor: default;
    display: block;
}


/* line 364, sass/_module/_module.scss */

.module-topics .news dd a.is-link {
    cursor: pointer;
}


/* line 366, sass/_module/_module.scss */

.module-topics .news dd a.is-link.hover {
    color: #ff5532;
}


/* line 375, sass/_module/_module.scss */

.module-newsletter-submit .input {
    margin-top: 40px;
    margin-top: 3.33333rem;
}


/* line 377, sass/_module/_module.scss */

.module-newsletter-submit .input:first-child {
    margin-top: 0;
}


/* line 381, sass/_module/_module.scss */


/* line 386, sass/_module/_module.scss */

.module-newsletter-submit .input-text {
    width: calc(100% - 30px);
    padding: 5px 10px;
    border: solid 5px black;
}


/* line 391, sass/_module/_module.scss */

.module-newsletter-submit .input-text:focus {
    border-color: #ff5532;
}


/* line 395, sass/_module/_module.scss */

.module-newsletter-submit .input-button {
    width: 50%;
    padding: 10px 10px;
    margin: 0 auto;
    background-color: #ff5532;
    color: #ffffff;
    display: block;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}


/* line 406, sass/_module/_module.scss */

.module-newsletter-submit .input-button.hover {
    background-color: black;
}


/*
  single
*/


/* line 4, sass/_module/_single.scss */

.section-digest-single {
    position: relative;
    border-bottom: solid 1px #cccccc;
    padding-bottom: 80px;
    padding-bottom: 6.66667rem;
}


/* line 12, sass/_module/_single.scss */

.pagenav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    height: 65px;
    height: 5.41667rem;
    -webkit-transition: all 0ms linear 0ms;
    transition: all 0ms linear 0ms;
}


/* line 32, sass/_module/_single.scss */

.pagenav.pagenav-prev {
    left: 0;
}


/* line 34, sass/_module/_single.scss */

.pagenav.pagenav-prev .icon {
    border-right: solid 1px white;
}


/* line 38, sass/_module/_single.scss */

.pagenav.pagenav-next {
    right: 0;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
}


/* line 41, sass/_module/_single.scss */

.pagenav.pagenav-next .icon {
    border-left: solid 1px white;
}


/* line 45, sass/_module/_single.scss */

.pagenav.is-sticky {
    position: absolute;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
}


/* line 52, sass/_module/_single.scss */

.pagenav.hover .name {
    opacity: 1;
}


/* line 62, sass/_module/_single.scss */

.pagenav .icon {
    width: 65px;
    width: 5.41667rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: black;
    color: white;
}


/* line 72, sass/_module/_single.scss */

.pagenav .name {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: black;
    color: white;
    padding: 0 10px;
    padding: 0 0.83333rem;
    opacity: 0.1;
    font-size: 12px;
    font-size: 1rem;
    -webkit-transition: opacity 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: opacity 400ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}


/* line 89, sass/_module/_single.scss */

.pagenav-bottom-flag {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 1px;
}

@media (max-width: 1024px) {
		 #greyBox {
		 display:none !important;
	 }

    #time .col.col-feature-content {
        padding-bottom: 0;
    }
    /* line 63, sass/_base/_base.scss */
    #container {
        margin-bottom: 0;
        margin-top: 100px;
        margin-top: 8.33333rem;
    }
    /* line 74, sass/_base/_base.scss */
    #container.is-home {
        margin-top: 100vh;
    }
    #time #watch img {
        max-width: 400px;
    }
    /* line 108, sass/_base/_base.scss */
    #module-people-list {
        position: absolute;
        margin-top: 5.41667rem;
        height: calc(100vh - 5.41667rem);
    }
    /* line 108, sass/_base/_base.scss */
    #module-people-list {
        font-size: 3.5vw;
    }
    /* line 1, sass/_base/_header.scss */
    #header {
        position: static;
        box-shadow: none;
    }
    /* line 13, sass/_base/_header.scss */
    #header.is-home {
        position: static;
        top: 0;
    }
    /* line 21, sass/_base/_header.scss */
    #header.is-home.is-sticky {
        position: static;
        box-shadow: none;
    }
    /* line 31, sass/_base/_header.scss */
    #header .header-nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 6;
        width: 100%;
    }
    /* line 46, sass/_base/_header.scss */
    #header .header-nav .header-sp-book {
        display: block;
        line-height: 0;
    }
    /* line 61, sass/_base/_header.scss */
    #header .header-buy {
        width: 100%;
        z-index: 3;
        top: 65px;
        top: 5.41667rem;
        height: 40px;
        height: 3.33333rem;
        line-height: 40px;
        line-height: 3.33333rem;
        font-size: 16px;
        font-size: 1.33333rem;
    }
    /* line 96, sass/_base/_header.scss */
    #header .header-buy a img {
        display: none;
    }
    /* line 244, sass/_base/_header.scss */
    #header-main-nav li.is-sp-show {
        display: block;
    }
    /* line 342, sass/_base/_header.scss */
    .header-sp-overlay.is-sp-nav-active {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 600ms ease, visibility 0ms linear 0ms;
        transition: opacity 600ms ease, visibility 0ms linear 0ms;
    }
    /* line 114, sass/_module/_module.scss */
   
   
    /* line 163, sass/_module/_module.scss */
    .module-intro-book .book-image-container {
        -webkit-transform: none;
        transform: none;
    }
    /* line 170, sass/_module/_module.scss */
    .book-image-container {
        position: static;
        width: auto !important;
        height: auto !important;
        max-width: 240px;
        max-width: 20rem;
        margin: 0 auto;
        padding: 60px;
        padding: 5rem;
    }
    /* line 232, sass/_module/_module.scss */
    .module-digest-index .digest-index ul {
        width: 100%;
        margin: 0;
    }
    /* line 239, sass/_module/_module.scss */
    .module-digest-index .digest-index ul:nth-child(even) {
        margin: 0;
    }
    /* line 12, sass/_module/_single.scss */
    .pagenav {
        position: absolute;
        top: 50% !important;
    }
}

@media (max-width: 767px) {
     .module-feature .col-feature-bookimage {
    width: 100%;
        position: static !important;
        /*////////////////////////////	height: auto;*/
    }
    
     /* line 142, sass/_module/_module.scss */
    .module-feature .col-feature-content {
        width: 100%;
        margin-left: 0;
    }
    
    
    
    
    
	 #greyBox {
		 display:none;
	 }
    .module-feature .col-feature-content {
        padding: 0;
        padding: 5rem 0 5rem 0;
        background-color: #eae8e8;
    }
    /* line 41, sass/_base/_base.scss */
    .image-pc {
        display: none;
    }
    /* line 46, sass/_base/_base.scss */
    .image-sp {
        display: inline;
    }
    /* line 52, sass/_base/_base.scss */
    .br-pc {
        display: none;
    }
    /* line 57, sass/_base/_base.scss */
    .br-sp {
        display: inline;
    }
    /* line 108, sass/_base/_base.scss */
    #module-people-list {
        font-size: 4vw;
    }
    /* line 187, sass/_base/_base.scss */
    #module-people-list .cover-logo {
        min-width: auto;
        min-width: initial !important;
        width: 200px;
        width: 16.66667rem;
    }
    /* line 61, sass/_base/_header.scss */
    #header .header-buy {
        font-size: 12px;
        font-size: 1rem;
    }
    /* line 111, sass/_base/_header.scss */
    #header .header-sp-nav {
        display: block;
    }
    /* line 180, sass/_base/_header.scss */
    #identity {
        width: 100%;
        position: relative;
        z-index: 6;
        line-height: 8rem
    }
    /* line 197, sass/_base/_header.scss */
    #header-main-nav-container {
        position: fixed;
        top: 65px;
        top: 5.41667rem;
        left: 0;
        z-index: 4;
        width: 100%;
        max-width: 275px;
        max-width: 22.91667rem;
        height: 120%;
        line-height: 1;
        margin-left: 0;
        background-color: #ffffff;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
        transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    }
    /* line 215, sass/_base/_header.scss */
    #header-main-nav-container.is-sp-nav-active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    /* line 221, sass/_base/_header.scss */
    #header-main-nav {
        display: block;
    }
    /* line 229, sass/_base/_header.scss */
    #header-main-nav li {
        height: auto;
        margin-left: 0;
        margin-left: 0;
        border-top: solid 1px #cccccc;
    }
    /* line 238, sass/_base/_header.scss */
    #header-main-nav li:first-child {
        border-top: none;
    }
    /* line 250, sass/_base/_header.scss */
    #header-main-nav li.sns {
        font-size: 30px;
        font-size: 2.5rem;
        margin-left: 0;
        padding: 0 30px;
        padding: 0 2.5rem;
    }
    /* line 261, sass/_base/_header.scss */
    #header-main-nav li.sns a {
        margin-left: 0;
        width: 33.3333333%;
        text-align: center;
        padding: 20px 0;
        padding: 1.66667rem 0;
    }
    /* line 278, sass/_base/_header.scss */
    #header-main-nav li a {
        color: black;
        padding: 20px;
        padding: 1.66667rem;
    }
    /* line 287, sass/_base/_header.scss */
    #header-main-nav li a:before {
        content: none;
    }
    /* line 324, sass/_base/_header.scss */
    .header-sp-overlay {
        display: block;
    }
    /* line 3, sass/_module/_module.scss */
    .section:first-child {
        padding-top: 40px;
        padding-top: 3.33333rem;
    }
    /* line 15, sass/_module/_module.scss */
    .section.no-padding-top {
        padding-top: 0;
    }
    /* line 42, sass/_module/_module.scss */
    .layout-2col .col {
        width: 100%;
        margin: 0;
        margin-top: 30px;
        margin-top: 2.5rem;
    }
    /* line 52, sass/_module/_module.scss */
    .layout-2col .col:first-child {
        margin-top: 0;
    }
    /* line 265, sass/_module/_module.scss */
    .module-stockists-index {
        font-size: 16px;
        font-size: 1.33333rem;
    }
    /* line 276, sass/_module/_module.scss */
    .module-stockists-index.is-header {
        display: none;
    }
    /* line 308, sass/_module/_module.scss */
    .module-stockists-index .store-label-wrapper {
        display: block;
    }
    /* line 325, sass/_module/_module.scss */
    .module-stockists-index .store-label-wrapper .store-label-name {
        width: 100%;
    }
    /* line 331, sass/_module/_module.scss */
    .module-stockists-index .store-label-wrapper .store-label-address {
        width: 100%;
    }
    /* line 337, sass/_module/_module.scss */
    .module-stockists-index .store-label-wrapper .store-label-web {
        width: 100%;
    }
    /* line 4, sass/_module/_single.scss */
    .section-digest-single {
        padding-bottom: 120px;
        padding-bottom: 10rem;
    }
    /* line 12, sass/_module/_single.scss */
    .pagenav {
        top: auto !important;
        bottom: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
    /* line 55, sass/_module/_single.scss */
    .pagenav.hover .icon {
        background-color: #ff5532;
        color: white;
    }
    /* line 72, sass/_module/_single.scss */
    .pagenav .name {
        display: none;
    }
}

@media (max-width: 480px) {
    /* line 86, sass/_base/_base.scss */
    .wrapper {
        padding: 0 20px;
        padding: 0 1.66667rem;
    }
    /* line 108, sass/_base/_base.scss */
    #module-people-list {
        font-size: 5.5vw;
    }
    .module-stockists-index {
        margin: 0 10px;
        margin: 0 0.83333rem;
        font-size: 14px;
        font-size: 1.16667rem;
    }
}