.innerA {
    display: table;
    width: 100%
}

@media all and (max-width: 639px) {
    .innerA {
        display: block
    }
}

.innerA .left,
.innerA .right {
    width: 48%;
    float: left
}

@media all and (max-width: 639px) {

    .innerA .left,
    .innerA .right {
        width: 100%;
        float: none
    }
}

.innerA .right {
    margin-left: 4%
}

@media all and (max-width: 639px) {
    .innerA .right {
        margin-left: 0;
        margin-top: 15px
    }
}

.innerA .left_s {
    width: 30%;
    float: left
}

@media all and (max-width: 639px) {
    .innerA .left_s {
        width: 100%;
        float: none
    }
}

.innerA .right_l {
    width: 66%;
    float: left;
    margin-left: 4%
}

@media all and (max-width: 639px) {
    .innerA .right_l {
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
        float: none
    }
}

.innerB {
    display: table;
    width: 100%;
    table-layout: fixed
}

@media all and (max-width: 639px) {
    .innerB {
        display: block
    }
}

.innerB .left,
.innerB .right {
    width: 48%;
    float: left
}

@media all and (max-width: 639px) {

    .innerB .left,
    .innerB .right {
        width: 100%;
        float: none
    }
}

.innerB .right {
    margin-left: 4%
}

@media all and (max-width: 639px) {
    .innerB .right {
        margin-left: 0;
        margin-top: 15px
    }
}

.innerB .left_s {
    width: 30%;
    float: left
}

@media all and (max-width: 639px) {
    .innerB .left_s {
        width: 100%;
        float: none
    }
}

.innerB .right_l {
    width: 66%;
    float: left;
    margin-left: 4%
}

@media all and (max-width: 639px) {
    .innerB .right_l {
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
        float: none
    }
}

#entry {
    margin-top: 50px;
    padding-bottom: 100px
}

@media all and (max-width: 800px) {
    #entry {
        padding-bottom: 50px
    }
}

#entry .entry__cotent {
    background: #fff;
    padding: 30px;
    font-family: "YakuHanJP", "Noto Serif JP", serif
}

@media all and (max-width: 800px) {
    #entry .entry__cotent {
        padding: 15px
    }
}

#entry .entry__cotent .data span {
    background: #F2F2F2;
    padding: .3em .5em
}

#entry .entry__cotent .entry__title {
    border-bottom: 1px solid #C69C6D;
    margin-bottom: 15px;
    margin-top: 15px;
    color: #C69C6D;
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: .1em;
    font-weight: 900
}

#entry .entry__cotent .entry__cotent__text {
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: .1em
}

.mailbtn {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    float: left;
    font-size: 12px;
    margin-right: 10px
}

.rcsLinkType01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.rcsLinkType01 .link_box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    max-width: 100%
}

.rcsLinkType01 .link_box ._img_box img {
    max-width: 100%;
    -webkit-box-shadow: 4px 4px;
    box-shadow: 4px 4px
}

.rcsLinkType01 .link_box ._title_box h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: rgba(203, 48, 93, 0.6);
    color: #FFF;
    position: absolute;
    width: 200px;
    padding: 20px 0;
    bottom: 20px;
    left: -10px;
    margin: 0 auto
}

.rcsLinkType01 .link_box ._title_box h3:before {
    font-family: "fontAwesome";
    content: "\f0da";
    margin-right: 8px
}

.rcsLinkType01 .link_box ._title_box h3 span {
    display: none
}

.rcsLinkType01 .link_box ._explain_box {
    display: none
}

.rcsLinkType01 .link_box ._btn_box {
    display: none
}

.rcsLinkType01._col2 .link_box {
    width: 49%
}

.rcsLinkType01._col3 .link_box {
    width: 32%
}

.rcsLinkType01._col4 .link_box {
    width: 24%
}

.rcsLinkType02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.rcsLinkType02 .link_box {
    margin-bottom: 10px;
    background: #FFF;
    height: 200px;
    border: 2px solid #cb305d;
    position: relative;
    overflow: hidden
}

.rcsLinkType02 .link_box ._img_box {
    text-align: center
}

.rcsLinkType02 .link_box ._img_box img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%)
}

.rcsLinkType02 .link_box ._title_box h3 {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    color: #cb305d;
    font-size: 22px;
    width: 100%;
    z-index: 100;
    bottom: 10px;
    padding: 5px 0 5px 10px;
    line-height: 1.1
}

.rcsLinkType02 .link_box ._title_box h3 span {
    display: block;
    font-size: 20px;
    margin-left: 10px
}

.rcsLinkType02 .link_box ._explain_box {
    display: none
}

.rcsLinkType02 .link_box ._btn_box {
    display: none
}

.rcsLinkType02._col2 .link_box {
    width: 49%
}

.rcsLinkType02._col3 .link_box {
    width: 32%
}

.rcsLinkType02._col4 .link_box {
    width: 24%
}

.rcsLinkType03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.rcsLinkType03 .link_box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    background: #FFF;
    height: 200px;
    border: 2px solid #cb305d;
    position: relative;
    overflow: hidden
}

.rcsLinkType03 .link_box ._img_box img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%)
}

.rcsLinkType03 .link_box ._title_box h3 {
    position: absolute;
    background: rgba(203, 48, 93, 0.8);
    color: #FFF;
    font-size: 22px;
    width: 100%;
    z-index: 100;
    bottom: 10px;
    padding: 5px 0 5px 10px;
    line-height: 1.1;
    text-align: center
}

.rcsLinkType03 .link_box ._title_box h3 span {
    display: block;
    font-size: 20px;
    margin-left: 10px
}

.rcsLinkType03 .link_box ._explain_box {
    display: none
}

.rcsLinkType03 .link_box ._btn_box {
    display: none
}

.rcsLinkType03._col2 .link_box {
    width: 49%
}

.rcsLinkType03._col3 .link_box {
    width: 32%
}

.rcsLinkType03._col4 .link_box {
    width: 24%
}

.rcsLinkType04 {
    min-width: 960px;
    max-width: 100%;
    padding: 20px 0
}

.rcsLinkType04 ul {
    overflow: hidden
}

.rcsLinkType04._col1 li {
    width: 100%;
    min-height: 400px
}

.rcsLinkType04._col1 li:first-child {
    width: 100%
}

.rcsLinkType04._col1 .bg {
    height: 400px
}

.rcsLinkType04._col2 li {
    width: 50%;
    min-height: 400px
}

.rcsLinkType04._col2 li:first-child {
    width: 50%
}

.rcsLinkType04._col2 .bg {
    height: 400px
}

.rcsLinkType04._col3 li {
    width: 33.3%;
    min-height: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.rcsLinkType04._col3 li:first-child {
    width: 33.4%
}

.rcsLinkType04._col3 .bg {
    height: 400px
}

.rcsLinkType04._col4 li {
    width: 25%;
    min-height: 400px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.rcsLinkType04._col4 li:first-child {
    width: 25%
}

.rcsLinkType04._col4 .bg {
    height: 400px
}

.rcsLinkType04 li {
    float: left;
    overflow: hidden;
    position: relative
}

.rcsLinkType04 li a {
    display: block;
    text-align: center;
    overflow: hidden
}

.rcsLinkType04 li a .piclogo {
    position: relative;
    padding: 50px 0
}

.rcsLinkType04 li a .weblogo {
    display: block;
    margin: 50px auto;
    width: 200px;
    position: relative;
    padding: 75px 35px;
    text-align: center;
    background: rgba(203, 48, 93, 0.6);
    border-radius: 50%
}

.rcsLinkType04 li a .weblogo i {
    font-family: "fontAwesome";
    font-size: 60px;
    font-style: normal;
    color: rgba(255, 255, 255, 0.9)
}

.rcsLinkType04 li a .weblogo span {
    display: block;
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px
}

.rcsLinkType04 li:nth-child(1) .bg {
    background: url(../img/base_img1.jpg) no-repeat 50% 50%;
    background-size: cover
}

.rcsLinkType04 li:nth-child(2) .bg {
    background: url(../img/base_img2.jpg) no-repeat 50% 50%;
    background-size: cover
}

.rcsLinkType04 li:nth-child(3) .bg {
    background: url(../img/base_img3.jpg) no-repeat 50% 50%;
    background-size: cover
}

.rcsLinkType04 li:nth-child(4) .bg {
    background: url(../img/base_img4.jpg) no-repeat 50% 50%;
    background-size: cover
}

.rcsLinkType04 li .bg {
    width: 101%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%)
}

.rcsLinkType04 li:hover .bg {
    opacity: 0.6;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%)
}

.rcsLinkType05 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover
}

.rcsLinkType05._bgimg1 {
    background-image: url(../img/base_img4.jpg)
}

.rcsLinkType05._bgimg2 {
    background-image: url(../img/base_img5.jpg)
}

.rcsLinkType05._bgimg3 {
    background-image: url(../img/base_img6.jpg)
}

.rcsLinkType05 ._boxBase {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 960px;
    margin: 0 auto
}

.rcsLinkType05 ._boxBase._ctr {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 80px auto
}

.rcsLinkType05 ._boxBase._rgt {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 80px auto
}

.rcsLinkType05 ._boxDetail {
    width: 300px;
    background-color: rgba(255, 255, 255, 0.8);
    vertical-align: middle;
    padding: 15% 5%
}

.rcsLinkType05 h2 {
    text-align: center;
    font-size: 30px;
    line-height: .8;
    margin-bottom: 35px;
    position: relative;
    letter-spacing: 2px
}

.rcsLinkType05 h2:after {
    content: "";
    width: 100px;
    height: 3px;
    background: #cb305d;
    display: block;
    position: absolute;
    top: 60px;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0
}

.rcsLinkType05 h2 span {
    font-size: 18px;
    display: block
}

.rcsLinkType05 ._btn a {
    position: relative;
    z-index: 2;
    background-color: #cb305d;
    border: 2px solid #cb305d;
    font-size: 13px;
    display: block;
    width: 200px;
    margin: 15px auto;
    text-align: center;
    font-weight: normal;
    padding: 2px 0;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

.rcsLinkType05 ._btn a:link,
.rcsLinkType05 ._btn a:visited {
    color: #fff;
    text-decoration: none
}

.rcsLinkType05 ._btn a:hover {
    color: #cb305d;
    background-color: #fff;
    border-color: #cb305d
}

.rcsLinkType05 ._btn a::before,
.rcsLinkType05 ._btn a::after {
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #cb305d
}

.rcsLinkType05 ._btn a::before {
    right: 0
}

.rcsLinkType05 ._btn a::after {
    left: 0
}

.rcsLinkType05 ._btn a:hover::before,
.rcsLinkType05 ._btn a:hover::after {
    width: 0;
    background-color: #cb305d
}

.rcsLinkType05 ._btn a::before,
.rcsLinkType05 ._btn a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''
}

.rcsLinkType05 ._btn a::before,
.rcsLinkType05 ._btn a::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

.rcsLinkType06 {
    width: 100%
}

.rcsLinkType06 ul {
    overflow: hidden
}

.rcsLinkType06 li {
    float: left;
    height: 210px;
    overflow: hidden;
    position: relative;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%)
}

.rcsLinkType06 li:hover {
    opacity: 0.6;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%)
}

.rcsLinkType06 li a {
    display: block;
    text-align: center;
    overflow: hidden
}

.rcsLinkType06 li:nth-child(1) {
    background: url(../img/base_img3.jpg) no-repeat 50% 50%;
    background-size: cover
}

.rcsLinkType06 li:nth-child(2) {
    background: url(../img/base_img4.jpg) no-repeat 50% 50%;
    background-size: cover
}

.rcsLinkType06 li:nth-child(3) {
    background: url(../img/base_img5.jpg) no-repeat 50% 50%;
    background-size: cover
}

.rcsLinkType06 li:nth-child(4) {
    background: url(../img/base_img6.jpg) no-repeat 50% 50%;
    background-size: cover
}

.rcsLinkType06 li .bg {
    width: 101%;
    height: 230px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%)
}

.rcsLinkType06 li:hover .bg {
    opacity: 0.6;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%)
}

.rcsLinkType06 li figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 230px;
    max-height: 200px;
    height: 100%;
    width: 100%;
    color: #ffffff;
    text-align: left;
    font-size: 16px
}

.rcsLinkType06 li figure * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease
}

.rcsLinkType06 li figure:after,
.rcsLinkType06 li figure figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.rcsLinkType06 li figure:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    opacity: 0
}

.rcsLinkType06 li figure figcaption {
    z-index: 1;
    padding: 30px 40px;
    background: none
}

.rcsLinkType06 li figure h3,
.rcsLinkType06 li figure .links {
    width: 100%;
    margin: 5px 0;
    padding: 0
}

.rcsLinkType06 li figure h3 {
    line-height: 1.3em;
    font-weight: normal;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px;
    left: 0;
    position: relative;
    font-size: 20px;
    text-align: left
}

.rcsLinkType06 li figure h3 span {
    font-size: 12px;
    border-top: 1px solid #fff;
    padding-top: 3px;
    color: #FFF
}

.rcsLinkType06 li figure p {
    font-size: 0.8em;
    font-weight: 300;
    letter-spacing: 1px;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    text-align: left
}

.rcsLinkType06 li figure i {
    position: absolute;
    bottom: -10px;
    right: 10px;
    padding: 20px 25px;
    font-size: 34px;
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.rcsLinkType06 li figure a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.rcsLinkType06 li figure:hover:after,
.rcsLinkType06 li figure.hover:after {
    opacity: 1;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px
}

.rcsLinkType06 li figure:hover h3,
.rcsLinkType06 li figure.hover h3,
.rcsLinkType06 li figure:hover p,
.rcsLinkType06 li figure.hover p,
.rcsLinkType06 li figure:hover i,
.rcsLinkType06 li figure.hover i {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1
}

.rcsLinkType06 li figure:hover h3 {
    background: transparent;
    padding: 0px;
    left: 0%
}

.rcsLinkType06._col1 li {
    width: 100%
}

.rcsLinkType06._col2 li {
    width: 50%
}

.rcsLinkType06._col3 li {
    width: 33.3%
}

header {
    background: none
}

header #headA {
    padding-top: 0;
    position: absolute;
    z-index: 9
}

@media all and (max-width: 800px) {
    header #headA {
        background: none
    }
}

header #headA #head {
    padding-top: 0
}

@media all and (max-width: 800px) {
    header #headA #head {
        height: auto;
        padding: 0
    }
}

header #headA #head .logo {
    width: 167px;
    padding-top: 0
}

@media all and (max-width: 800px) {
    header #headA #head .logo {
        padding-top: 0;
        width: auto;
        height: 53px;
        text-align: center;
        display: block;
        margin: auto;
        float: none
    }
}

@media all and (max-width: 639px) {
    header #headA #head .logo {
        margin-left: 0
    }
}

header #headA #head .logo a img {
    width: 100%
}

@media all and (max-width: 800px) {
    header #headA #head .logo a img {
        display: none
    }
}

header #headA #head .logo a img._sp {
    display: none;
    width: 130px;
    height: auto
}

@media all and (max-width: 800px) {
    header #headA #head .logo a img._sp {
        display: block
    }
}

header #headA #head .head_nav {
    float: right;
    margin-top: 50px
}

@media all and (max-width: 800px) {
    header #headA #head .head_nav {
        display: none
    }
}

header #headA #head .head_nav ul li {
    width: auto;
    float: left;
    margin: 0 .5em
}

header #headA #head .head_nav ul li a {
    display: table;
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .1em;
    color: #4d4d4d;
    font-weight: 700
}

header #headA #head .head_nav ul li a:hover {
    border-bottom: 1px solid #fff;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

header #menuA {
    background: #fff;
    border-top: none;
    border-bottom: none
}

header #menuA #menu ul li {
    border-right: none
}

header #menuA #menu ul li:first-child {
    border-left: none
}

header #menuA #menu ul li a {
    width: 160px
}

@media all and (max-width: 800px) {
    #flash.takey {
        padding: 0
    }
}

.top_main {
    position: relative
}

.top_main .slider li {
    background-image: url(../img/slider-1_back.jpg);
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.top_main .slider li:nth-child(2) {
    background-image: url(../img/slider-2_back.jpg)
}

.top_main .slider li:nth-child(3) {
    background-image: url(../img/slider-3_back.jpg)
}

.top_main .slider li:nth-child(4) {
    background-image: url(../img/slider-4_back.jpg)
}

.top_main .slider__contens {
    width: 100%;
    height: 100vh;
    position: relative
}

.top_main .slider__contens img {
    width: 526px;
    display: block;
    margin: auto;
    height: 487px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0
}

@media all and (max-width: 800px) {
    .top_main .slider__contens img {
        height: auto;
        width: 90%
    }
}

.top_main .top_main__contents.single {
    padding-top: 0;
    padding-bottom: 0
}

.top_main .top_main_box {
    padding: 0;
    position: absolute;
    bottom: 5vh;
    text-align: center;
    width: 150px;
    height: 50px;
    margin: auto;
    left: 0;
    right: 0
}

.top_main .top_main_box img {
    width: 100%;
    display: block
}

#top_1 {
    background-image: url(../img/top_1back.jpg);
    padding: 50px 0
}

#top_1 .sec_title {
    text-align: center;
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: .1em;
    color: #fff;
    margin-bottom: 30px
}

#top_1 .top_1__item {
    position: relative
}

#top_1 .top_1__item:before {
    content: "";
    display: block;
    width: 45%;
    position: absolute;
    height: 100%;
    background-image: url(../img/top_1__item.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0
}

@media all and (max-width: 639px) {
    #top_1 .top_1__item:before {
        display: none
    }
}

#top_1 .top_1__item .top_1__item__contens {
    width: 50%;
    margin-left: auto
}

#top_1 .top_1__item .top_1__item__contens ._sp {
    display: none;
    margin-bottom: 15px
}

@media all and (max-width: 639px) {
    #top_1 .top_1__item .top_1__item__contens ._sp {
        display: block;
        width: 100%
    }
}

@media all and (max-width: 639px) {
    #top_1 .top_1__item .top_1__item__contens {
        width: 95%;
        margin: auto
    }
}

#top_1 .top_1__item .top_1__item__contens .read {
    color: #fff;
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: .1em;
    line-height: 1.4em
}

#top_1 .top_1__item .top_1__item__contens .main {
    margin-top: 30px;
    color: #fff;
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .1em;
    line-height: 1.4em
}

#top_1 .top_2__item {
    position: relative;
    margin-top: 80px
}

@media all and (max-width: 639px) {
    #top_1 .top_2__item {
        margin-top: 0px
    }
}

#top_1 .top_2__item:before {
    content: "";
    display: block;
    width: 45%;
    position: absolute;
    height: 100%;
    background-image: url(../img/top_2__item.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    right: 0
}

@media all and (max-width: 639px) {
    #top_1 .top_2__item:before {
        display: none
    }
}

#top_1 .top_2__item .top_1__item__contens {
    width: 50%
}

#top_1 .top_2__item .top_1__item__contens ._sp {
    display: none;
    margin-bottom: 15px
}

@media all and (max-width: 639px) {
    #top_1 .top_2__item .top_1__item__contens ._sp {
        display: block;
        width: 100%
    }
}

@media all and (max-width: 639px) {
    #top_1 .top_2__item .top_1__item__contens {
        width: 95%;
        margin: auto
    }
}

#top_1 .top_2__item .top_1__item__contens .read {
    color: #fff;
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: .1em;
    line-height: 1.4em
}

#top_1 .top_2__item .top_1__item__contens .main {
    margin-top: 30px;
    color: #fff;
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .1em;
    line-height: 1.4em
}

#top_1 .top_2__item .top_1__item__contens img {
    width: 100%;
    margin-top: 15px;
    display: block
}

#top_1 .top_3__item {
    position: relative;
    margin-top: 80px
}

@media all and (max-width: 639px) {
    #top_1 .top_3__item {
        margin-top: 0
    }
}

#top_1 .top_3__item:before {
    content: "";
    display: block;
    width: 45%;
    position: absolute;
    height: 100%;
    background-image: url(../img/top_3__item.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0
}

@media all and (max-width: 639px) {
    #top_1 .top_3__item:before {
        display: none
    }
}

#top_1 .top_3__item .top_1__item__contens {
    width: 50%;
    margin-left: auto
}

#top_1 .top_3__item .top_1__item__contens ._sp {
    display: none;
    margin-bottom: 15px
}

@media all and (max-width: 639px) {
    #top_1 .top_3__item .top_1__item__contens ._sp {
        display: block;
        width: 100%
    }
}

@media all and (max-width: 639px) {
    #top_1 .top_3__item .top_1__item__contens {
        width: 95%;
        margin: auto
    }
}

#top_1 .top_3__item .top_1__item__contens .read {
    color: #fff;
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: .1em;
    line-height: 1.4em
}

#top_1 .top_3__item .top_1__item__contens .main {
    margin-top: 30px;
    color: #fff;
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .1em;
    line-height: 1.4em
}

#top_1 .top_3__item img {
    width: 100%;
    margin-top: 15px;
    display: block
}

#top_2 {
    padding: 80px 0;
    position: relative;
    background-color: #f9faff
}

#top_2:before,
#top_2:after {
    content: "";
    display: block;
    width: 30%;
    height: 100%;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 1
}

#top_2:before {
    background-image: url(../img/top_2_left.jpg);
    background-position: right center;
    top: 0;
    left: 0
}

#top_2:after {
    background-image: url(../img/top_2_right.jpg);
    background-position: left center;
    top: 0;
    right: 0
}

#top_2 h3 {
    text-align: center;
    z-index: 2;
    position: relative
}

#top_2 h3 img {
    width: 900px;
    display: block;
    margin: auto
}

#top_2 h3 img._sp {
    display: none
}

@media all and (max-width: 639px) {
    #top_2 h3 img {
        display: none
    }

    #top_2 h3 img._sp {
        display: block
    }
}

#top_2 .read {
    color: #cb305d;
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: .1em;
    line-height: 1.4em;
    text-align: center;
    margin: 30px 0 50px;
    z-index: 2;
    position: relative
}

@media all and (max-width: 639px) {
    #top_2 .read {
        text-align: left
    }

    #top_2 .read br {
        display: none
    }
}

#top_2 .main {
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .1em;
    line-height: 1.6em;
    text-align: center;
    z-index: 2;
    position: relative
}

@media all and (max-width: 639px) {
    #top_2 .main {
        text-align: left
    }
}

#top_3 {
    background-image: url(../img/top3_back.jpg);
    padding: 80px 0
}

@media all and (max-width: 639px) {
    #top_3 {
        padding: 30px 0
    }
}

#top_3 .top_3__contens {
    background: #fff;
    padding: 50px 0 60px;
    margin: auto
}

#top_3 .top_3__contens .top_3__contens__title h3 {
    position: relative;
    text-align: center;
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: .1em;
    color: #cb305d;
    margin-bottom: 15px;
    line-height: 1.4em;
    margin-top: 15px
}

@media all and (max-width: 639px) {
    #top_3 .top_3__contens .top_3__contens__title h3 {
        font-size: 20px
    }
}

#top_3 .top_3__contens .top_3__contens__title img {
    width: 350px;
    display: block;
    margin: auto
}

#top_3 .top_3__contens ul {
    width: 80%;
    margin: 30px auto 0
}

#top_3 .top_3__contens ul li {
    border-bottom: 1px solid #C69C6D;
    position: relative;
    padding: 20px 0
}

#top_3 .top_3__contens ul li:first-child {
    border-top: 1px solid #C69C6D
}

#top_3 .top_3__contens ul li .main {
    padding-left: 70px;
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .1em;
    line-height: 1.4em
}

#top_3 .top_3__contens ul li .main:before {
    content: "";
    width: 54px;
    height: 60px;
    background-image: url(../img/top_3_text_before.png);
    display: block;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain
}

#top_3 .top_3__contens a {
    display: block;
    text-align: center;
    color: #C69C6D;
    border: 1px solid #C69C6D;
    width: 290px;
    margin: 50px auto 0;
    padding: .8em 0;
    border-radius: 50px
}

#top_3 .top_3__contens a span {
    font-family: "YakuHanJP", "Noto Sans JP";
    font-weight: 300;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: .1em;
    font-weight: 700
}

#top_3 .top_3__contens a span:after {
    font-family: 'FontAwesome';
    content: "\f105";
    margin-left: 5px
}

#top_4 {
    padding: 80px 0
}

@media all and (max-width: 639px) {
    #top_4 {
        padding: 30px 0
    }
}

#top_4 h3 {
    position: relative;
    text-align: center;
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: .1em;
    color: #cb305d;
    margin-bottom: 15px;
    line-height: 1.4em;
    margin-top: 15px
}

@media all and (max-width: 639px) {
    #top_4 h3 {
        font-size: 20px
    }
}

#top_4 ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px
}

#top_4 ul li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 15px
}

@media all and (max-width: 639px) {
    #top_4 ul li {
        width: 49%
    }
}

#top_4 ul li:nth-child(4n) {
    margin-right: 0
}

@media all and (max-width: 639px) {
    #top_4 ul li:nth-child(4n) {
        margin-right: auto
    }
}

@media all and (max-width: 639px) {
    #top_4 ul li:nth-child(even) {
        margin-right: 0
    }
}

#top_4 ul li a {
    display: block
}

#top_4 ul li a img {
    width: 100%;
    display: block
}

#top_6 {
    padding: 80px 0;
    background-image: url(../img/top_6_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

#top_6 .sec_title {
    display: table;
    margin: auto
}

#top_6 .sec_title h4 {
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 25px;
    font-size: 1.5625rem;
    letter-spacing: .1em;
    color: #cb305d
}

#top_6 .sec_title h4:before,
#top_6 .sec_title h4:after {
    content: "";
    background-image: url(../img/top_6_title_before.png);
    display: inline-block;
    width: 87px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: sub
}

@media all and (max-width: 639px) {

    #top_6 .sec_title h4:before,
    #top_6 .sec_title h4:after {
        display: block;
        margin: auto
    }
}

#top_6 .sec_title h4:after {
    background-image: url(../img/top_6_title_after.png)
}

@media all and (max-width: 639px) {
    #top_6 .sec_title h4:after {
        display: none
    }
}

#top_6 .news {
    margin-bottom: 0;
    padding: 30px 0;
    background: #F2F2F2
}

#top_6 .news .news_list {
    width: 90%;
    background: #fff;
    margin: 15px auto 0
}

#top_6 .news .news_list ul {
    padding: 30px
}

#top_6 .news .news_list ul li {
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: .1em;
    border-bottom: 1px solid #F2F2F2;
    padding: .8em 0
}

#top_6 .news .news_list ul li:first-child {
    border-top: 1px solid #F2F2F2
}

#top_6 .news__bottom {
    background: #cb305d;
    padding: 50px 30px
}

#top_6 .news__bottom .read {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    margin-bottom: 15px;
    color: #fff;
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: .1em;
    text-align: center;
    padding: .8em 0
}

#top_6 .news__bottom .innerB {
    width: 80%;
    margin: auto
}

#top_6 .news__bottom img {
    width: 100%
}

#top_6 .news__bottom .main {
    color: #fff;
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .1em
}

#top_6 .topics {
    margin-top: 50px
}

#top_6 .topics .galaa {
    margin-top: 30px
}

#top_6 .topics .galaa ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#top_6 .topics .galaa ul li {
    width: 25%;
    margin-bottom: 2px
}

#top_6 .topics .galaa ul li a {
    display: block
}

#top_6 .topics .galaa ul li a img {
    width: 99%;
    margin: auto;
    display: block
}

#top_6 .topics .blog {
    margin-top: 30px
}

#top_6 .topics .blog ul li {
    border-bottom: 1px solid #F2F2F2;
    padding: .8em 0
}

#top_6 .topics .blog ul li:first-child {
    border-top: 1px solid #F2F2F2
}

#top_6 .topics .blog ul li span {
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 12px;
    font-size: .75rem;
    letter-spacing: .1em;
    background: #C69C6D;
    display: inline-block;
    color: #fff;
    padding: 0 .8em
}

#top_6 .topics .blog ul li a {
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: .1em;
    display: block
}

#top_6 .topics .inst {
    display: block;
    margin-top: 15px
}

#top_6 .topics .inst img {
    width: 100%;
    display: block
}

#top_7 .top_7__top {
    position: relative;
    padding: 80px 0 0
}

@media all and (max-width: 639px) {
    #top_7 .top_7__top {
        padding: 30px 0
    }
}

#top_7 .top_7__top .single {
    padding-bottom: 0
}

#top_7 .top_7__top:before {
    content: "";
    background-image: url(../img/top_7__top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    width: 60%;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: -1;
    top: 0
}

@media all and (max-width: 639px) {
    #top_7 .top_7__top:before {
        display: none
    }
}

#top_7 .top_7__top ._sp {
    display: none
}

@media all and (max-width: 639px) {
    #top_7 .top_7__top ._sp {
        display: block;
        width: 100%
    }
}

#top_7 .top_7__top .top_7__top__main {
    background: #cb305d;
    width: 50%
}

@media all and (max-width: 639px) {
    #top_7 .top_7__top .top_7__top__main {
        width: 95%;
        margin: auto
    }
}

#top_7 .top_7__top .top_7__top__main .main {
    color: #fff;
    padding: 30px;
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: .1em
}

#top_7 .top_7__main {
    padding: 80px 0
}

@media all and (max-width: 639px) {
    #top_7 .top_7__main {
        padding: 30px 0
    }
}

#top_7 .top_7__main .sec_title {
    position: relative;
    text-align: center;
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: .1em;
    color: #cb305d;
    margin-bottom: 15px;
    line-height: 1.4em;
    margin-top: 15px
}

@media all and (max-width: 639px) {
    #top_7 .top_7__main .sec_title {
        font-size: 30px
    }
}

#top_7 .top_7__main ul {
    margin-top: 30px
}

#top_7 .top_7__main ul li {
    padding: 20px 0;
    border-bottom: 1px solid #C69C6D
}

#top_7 .top_7__main ul li:first-child {
    border-top: 1px solid #C69C6D
}

#top_7 .top_7__main .top_7__main__item {
    width: 80%;
    margin: auto
}

@media all and (max-width: 639px) {
    #top_7 .top_7__main .top_7__main__item {
        width: 95%
    }
}

#top_7 .top_7__main .top_7__main__item img {
    width: 100%;
    display: block;
    border-radius: 50%
}

@media all and (max-width: 639px) {
    #top_7 .top_7__main .top_7__main__item img {
        width: 50%;
        margin: auto
    }
}

#top_7 .top_7__main .top_7__main__item .right_l img {
    border-radius: 0;
    margin-top: 10px
}

#top_7 .top_7__main .top_7__main__item .read {
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 25px;
    font-size: 1.5625rem;
    letter-spacing: .1em;
    color: #cb305d;
    line-height: 1.5em
}

@media all and (max-width: 639px) {
    #top_7 .top_7__main .top_7__main__item .read {
        font-size: 20px
    }
}

#top_7 .top_7__main .top_7__main__item .main {
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: .1em;
    line-height: 1.5em;
    margin-top: 10px
}

#top_7 .top_7_bottom {
    padding-bottom: 80px;
    padding-top: 80px;
    background-image: url(../img/top_7_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media all and (max-width: 639px) {
    #top_7 .top_7_bottom {
        padding: 30px 0
    }
}

#top_7 .top_7_bottom .top_7_bottom__contens {
    background: #fff;
    padding: 50px
}

@media all and (max-width: 639px) {
    #top_7 .top_7_bottom .top_7_bottom__contens {
        padding: 15px
    }
}

#top_7 .top_7_bottom img {
    width: 100%;
    display: block;
    margin-bottom: 30px
}

#top_7 .top_7_bottom img._sp {
    display: none
}

@media all and (max-width: 639px) {
    #top_7 .top_7_bottom img {
        display: none
    }

    #top_7 .top_7_bottom img._sp {
        display: block
    }
}

#top_7 .top_7_bottom .main {
    color: #cb305d;
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .1em
}

@media all and (max-width: 639px) {
    #top_7 .top_7_bottom .main {
        font-size: 14px
    }
}

#otoiawase {
    background-image: url(../img/otoiawase_bacl.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 0
}

@media all and (max-width: 639px) {
    #otoiawase {
        padding: 30px 0
    }
}

#otoiawase .otoiawase__top img {
    width: 100%;
    display: block
}

#otoiawase .otoiawase__top .read {
    color: #fff;
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: .1em;
    font-weight: 700;
    line-height: 1.4em
}

@media all and (max-width: 639px) {
    #otoiawase .otoiawase__top .read {
        font-size: 24px
    }
}

#otoiawase .otoiawase__top .main {
    color: #fff;
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 25px;
    font-size: 1.5625rem;
    letter-spacing: .1em;
    line-height: 1.5em;
    margin-top: 15px
}

@media all and (max-width: 639px) {
    #otoiawase .otoiawase__top .main {
        font-size: 16px;
        margin-bottom: 10px
    }
}

#otoiawase .otoiawase__link {
    margin-top: 15px
}

#otoiawase .otoiawase__link .otoiawase__link__contents {
    width: 100%;
    display: -webkit-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

#otoiawase .otoiawase__link .otoiawase__link__contents .link_l {
    width: 15%;
    height: 100%;
    background: #C69C6D;
    position: relative
}

@media all and (max-width: 639px) {
    #otoiawase .otoiawase__link .otoiawase__link__contents .link_l {
        width: 21%
    }
}

#otoiawase .otoiawase__link .otoiawase__link__contents .link_l img {
    width: 81px;
    height: 63px;
    display: block;
    margin: auto;
    padding: 70px 0
}

@media all and (max-width: 639px) {
    #otoiawase .otoiawase__link .otoiawase__link__contents .link_l img {
        width: 61px;
        height: auto
    }
}

#otoiawase .otoiawase__link .otoiawase__link__contents .link_rr {
    width: 80%;
    float: right;
    margin-left: 5%
}

@media all and (max-width: 639px) {
    #otoiawase .otoiawase__link .otoiawase__link__contents .link_rr {
        width: 73%
    }
}

#otoiawase .otoiawase__link .otoiawase__link__contents .link_rr a {
    display: block;
    padding: 10px 0;
    background: #fff
}

#otoiawase .otoiawase__link .otoiawase__link__contents .link_rr a.kounyu {
    padding: 15px 0;
    margin-top: 10px
}

#otoiawase .otoiawase__link .otoiawase__link__contents .link_rr img {
    width: 100%
}

#otoiawase .otoiawase__link .otoiawase__link__contents .link_rr img.ooo_bottom {
    width: 70%;
    display: block;
    margin: 15px auto 0
}

footer {
    border-top: none;
    height: auto;
    position: static;
    background: #fff;
    border-bottom: 10px solid #cb305d
}

footer #footer {
    margin-top: 0;
    padding: 30px 0 15px
}

footer #footer #fmenu ul {
    margin-bottom: 0
}

footer #footer #fmenu li:before {
    color: #cb305d
}

footer #footer #fmenu li a {
    color: #cb305d;
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 12px;
    font-size: .75rem;
    letter-spacing: .1em
}

footer #footer #fmenu li a:hover {
    color: #C69C6D;
    -webkit-transition: .4s;
    transition: .4s
}

footer #footer .copyright {
    color: #cb305d
}

#entry {
    padding: 80px 0;
    background-image: url(../img/top_6_back.png);
    margin-top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

#entry .sec_title {
    display: table;
    margin: auto
}

#entry .sec_title h4 {
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 25px;
    font-size: 1.5625rem;
    letter-spacing: .1em;
    color: #cb305d
}

#entry .sec_title h4:before,
#entry .sec_title h4:after {
    content: "";
    background-image: url(../img/top_6_title_before.png);
    display: inline-block;
    width: 87px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: sub
}

@media all and (max-width: 639px) {

    #entry .sec_title h4:before,
    #entry .sec_title h4:after {
        display: block;
        margin: auto
    }
}

#entry .sec_title h4:after {
    background-image: url(../img/top_6_title_after.png)
}

@media all and (max-width: 639px) {
    #entry .sec_title h4:after {
        display: none
    }
}

#entry .news__bottom {
    background: #cb305d;
    margin-top: 30px;
    padding: 50px 30px
}

#entry .news__bottom .read {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    margin-bottom: 15px;
    color: #fff;
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: .1em;
    text-align: center;
    padding: .8em 0;
    margin-bottom: 15px
}

#entry .news__bottom img {
    width: 100%
}

#entry .news__bottom .main {
    font-family: "YakuHanJP", "Noto Serif JP", serif;
    font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    letter-spacing: .1em;
    background: #fff;
    padding: 30px
}

/*# sourceMappingURL=custom.css.map */