@charset "UTF-8";

* {
    margin: 0px;
    padding: 0px;
}

body {
    min-width: 1200px;
    font-family: 'Noto Sans Japanese', sans-serif;
    text-align: left;
    color: #222222;
    letter-spacing: 0.1em;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
div {
    margin: 0px;
    padding: 0px;
}

p {
    font-size: 12px;
    line-height: 1.4em;
    color: #222222;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #50b6e4;
}

a:hover {
    text-decoration: underline;
}

address {
    font-style: normal;
}

img {
    border: none;
}

.clr {
    font-size: 1px;
    line-height: -1px;
    margin: 0px;
    padding: 0px;
    clear: both;
    height: 1px;
}

.clearfix:after {
    content: ".";
    /* 新しい要素を作る */
    display: block;
    /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 1px;
    /*¥*/
    /*/  height: auto;  overflow: hidden;  /**/
}



/* container
========================================================== */
#container {
    position: relative;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

/* header
========================================================== */
.l-header {
    padding: 15px 0;
}

.l-header__img {
    display: inline-block;
}

/* apply
========================================================== */
.l-apply {
    background-color: #f8f17c;
    padding: 80px 0 130px;
}

.l-apply__inner {}

.l-apply__head {
    position: relative;
    display: inline-block;
}

.l-apply__balloon {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
}

.l-apply__tit {
    display: inline-block;
}

.l-apply__banner {
    width: 850px;
    margin: 30px auto 0;
}

.l-apply__banner p {
    font-size: 12px;
    text-align: right;
    margin-top: 20px;
}

.l-apply__btn {
    margin-top: 50px;
}


/* mainimg
========================================================== */
.mainimg {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.mainimg img {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: block;
}


/* applybtn
========================================================== */
.applybtn {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
}

.applybtn img {
    vertical-align: bottom;
}


/* contents
========================================================== */
.contents {
    width: 100%;
    margin: 0;
    padding: 0px;
    text-align: center;
}

.contents img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

.max-img {
    max-width: 1600px;
    width: 100%;
}



/*  #cont01*/
#cont01 {
    width: 100%;
    max-width: 1600px;
    padding: 0;
    margin: 0 auto;
    background-color: #f0e9e0;
}

#cont01 h2 {
    margin: 0 auto;
    text-align: center;
    padding: 80px 0 45px;
    font-size: 46px;
    font-weight: bold;
    line-height: 1.2em;
    background-color: #FFF;
}

#cont01 h2 span {
    display: block;
    font-weight: normal;
    font-size: 28px;
}

#cont01 .textArea {
    margin: 30px auto 0;
}

#cont01 .textArea p {
    color: #222;
    text-align: center;
    font-size: 16px;
}

#cont01 .textArea p span {
    color: #999;
    font-size: 12px;
}

#cont01 .item1 {}

#cont01 .item1_title {
    width: 100%;
    height: 558px;
    background: url(../img/cont01_point01.png) no-repeat center center;
    background-size: auto;
    background-size: cover;
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}

#cont01 .item1_title .textbox_wrap {
    width: 960px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}
#cont01 .item1_title .textbox {
    width: 478px;
    margin-left: auto;
    margin-right: 0;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated;
}

#cont01 .item1_title p {
    width: 478px;
    font-family: 'Noto Sans Medium';
    font-size: 16px;
    line-height: 1.8em;
    color: #fff;
    margin: 20px auto;
    -webkit-font-smoothing: antialiased;
    text-align: left;
}

#cont01 .item1_2 {}

#cont01 .item1_2title {
    width: 100%;
    height: 558px;
    background-color: #eae2d9;
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
}

#cont01 .item1_2title .textbox {
    width: 478px;
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated;
}

#cont01 .item1_2title .videobox {
    width: 484px;
    height: 270px;
    position: absolute;
    top: 50%;
    left: 72%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-pixelated;
    image-rendering: pixelated;
}

#cont01 .item1_2title .videobox__cover {
    height: 270px;
    position: relative;
}

#cont01 .item1_2title .videobox video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

#cont01 .item1_2title p {
    width: 478px;
    font-family: 'Noto Sans Medium';
    font-size: 16px;
    line-height: 1.8em;
    color: #222222;
    margin: 20px auto;
    -webkit-font-smoothing: antialiased;
    text-align: left;
}

#cont01 .dualrole {
    background-color: #4b3125;
    position: relative;
    padding: 130px 0 50px;
}

#cont01 .dualrole__inner {}

#cont01 .dualrole__balloon {
    position: absolute;
    top: -4%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#cont01 .dualrole__tit {}

#cont01 .dualrole__banner {
    margin-top: 60px;
}

#cont01 .item_points_wrap {
    width: 100%;
    position: relative;
    /* background-color: #f5efe1; */
}

#cont01 #beans01 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

#cont01 #beans02 {
    position: absolute;
    top: 2200px;
    left: 0;
    z-index: 9;
}

#cont01 #beans03 {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 120px;
    z-index: 9;
}

#cont01 .item1_points {
    width: 100%;
    /* position: relative;
    background-color: #f5efe1; */
    margin-top: 80px;
}

#cont01 .item1_points_head {
    /* background-color: #f5efe1; */
}

#cont01 .item1_points_head img {
    width: 100%;
    position: relative;
    z-index: 10;
}

#cont01 .item1_points_tit {
    margin-top: 120px;
}

#cont01 .item1_points .contents_inner {
    /* width: 100%;
    margin: 0 auto;
    padding: 70px 0 130px;
    background-color: #f5efe1;
    overflow: hidden; */
}

#cont01 .contents_doboz {
    width: 850px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 50px;
}

#cont01 .contents_doboz_num {
    position: absolute;
    top: 0;
    left: 0;
}

#cont01 .contents_doboz_tit {
    font-size: 40px;
}

#cont01 .contents_doboz_desc {
    text-align: left;
    padding: 30px 0;
}

#cont01 .contents_doboz_desc p {
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 1px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

#cont01 .item1_points .contents_doboz {}

#cont01 .item1_points .item1_points_1_img {
    margin-top: 20px;
}

#cont01 .item1_points .contents_doboz_desc {}

#cont01 .item2_points {
    margin-top: 60px;
}

#cont01 .item2_points_flow {}

#cont01 .item2_points_flow_item_bd {
    border: 1px solid #c8ab88;
    padding: 0 38px;
}

#cont01 .item2_points_flow_item_bd_box {
    padding: 30px 0;
}

#cont01 .item2_points_flow_space {}

#cont01 .item2_points_flow_tit {
    font-size: 30px;
    color: #fff;
    background-color: #c8ab88;
    padding: 15px 0;
}

#cont01 .item2_points_flow_item {}

#cont01 .item2_points_flow_item_tit {
    text-align: left;
}

#cont01 .item2_points .item2_points_2_img {
    margin-top: 60px;
    position: relative;
}

#cont01 .item2_points .item2_points_2_img_icon {
    position: absolute;
    top: -160px;
    left: auto;
    right: -40px;
}

#cont01 .item2_points_flow_item_img {}

#cont01 .item2_points_flow_item_desc {
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
}

#cont01 .item2_points_flow_item_ast {
    font-size: 16px;
    color: #999999;
    text-align: left;
}

#cont01 .item2_points_flow_item_flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#cont01 .item2_points_flow_item_flx_lbx {}

#cont01 .item2_points_flow_item_flx_rbx {}

#cont01 .item2_points_flow_item.item2_points_flow_item-2 {}

#cont01 .item2_points_flow_item.item2_points_flow_item-2 .item2_points_flow_item_flx {
    background-color: #e3f0f0;
    padding: 20px 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 40px;
}

#cont01 .item3_points {
    margin-top: 60px;
}

#cont01 .item_points_apply {
    padding: 70px 0 160px;
}

#cont01 .secret {
    background-color: #fff;
}

#cont01 .secret__kv {
    position: relative;
}

#cont01 .secret__kvImg {
    width: 100%;
}

#cont01 .secret__kvImg img {
    width: 100%;
}

#cont01 .secret__kvFukidashi {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#cont01 .secret__kvDoboz {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 900px;
    margin: 0 auto;
}

/*　hot */
/* #cont01 .secret__kvDesc {
    width: 386px;
    margin-left: auto;
    margin-right: 0;
} */
/*　hot */

/*　ice */
#cont01 .secret__kvDesc {
    width: 386px;
    margin-left: 0;
}
/*　ice */

#cont01 .secret__kvDescTit {}

#cont01 .secret__kvDescTxt {
    text-align: left;
    padding: 0 30px;
    margin-top: 20px;
    /* box-sizing: border-box; */
}

#cont01 .secret__kvDescTxt p {
    font-size: 16px;
    line-height: 1.7;
}

#cont01 .secret__split {
    margin-top: 40px;
}

#cont01 .secret__fresh {
    width: 850px;
    margin: 40px auto 0;
    background-color: #f1e9e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0;
}

#cont01 .secret__freshDesc {
    width: 490px;
}

#cont01 .secret__freshDescTit {}

#cont01 .secret__freshDescTxt {
    margin-top: 30px;
    text-align: left;
    font-size: 16px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 1px;
    line-height: 1.8em;
}

#cont01 .secret__freshDescTxt span {
    background-color: #fff19f;
}

#cont01 .secret__freshImg {
    margin-left: 50px;
}

#cont01 .secret__under {
    margin-top: 90px;
}

#cont01 .secret__under img {
    width: 100%;
}

#cont01 .interview {
    background-color: #4c3125;
    text-align: left;
    padding: 30px 0 130px;
}

#cont01 .interview .contents_inner {
    width: 100%;
    margin: 0 auto;
    max-width: 850px;
    overflow: hidden;
}

#cont01 .interview_items .comm_bx {
    width: 410px;
    float: left;
}

#cont01 .interview_items .comm_bx .comm_ttl {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    margin: 40px 0 20px;
    line-height: 1.4em;
}

#cont01 .interview_items .comm_bx p {
    font-size: 17px;
    display: block;
    margin: 30px auto 0;
    line-height: 2em;
    color: #fff;
    letter-spacing: 1px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

#cont01 .interview_items .comm_bx p span {
    background-color: #fff19f;
    color: #4c3125;
    line-height: 1em;
}

#cont01 .interview .img {
    padding-top: 122px;
    float: right;
}

/*  #cont02*/
#cont02 {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

#cont02 .howto {
    padding: 130px 0 150px;
    overflow: hidden;
    background-color: #c5ab8b;
}

#cont02 .howto__bd {
    width: 850px;
    margin: 0 auto;
    border: 2px solid #4c3125;
    padding-bottom: 50px;
}

#cont02 .howto .howto_title {
    background-color: #4c3125;
    padding: 30px 0;
}

#cont02 .howto .howto__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
}

#cont02 .howto .howto__step>li:not(:last-child) {
    border-right: 1px solid #4c3125;
}

#cont02 .howto .howto__stepHead {
    padding-left: 40px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#cont02 .howto .howto__stepNum {}

#cont02 .howto .howto__stepTit {
    font-size: 26px;
    font-weight: bold;
    color: #4c3125;
    margin-top: 10px;
}

#cont02 .howto .howto__stepTxt {
    font-size: 18px;
    color: #4c3125;
    margin-top: 15px;
}

#cont02 .howto__fukidashi {
    margin-top: 20px;
}

#cont02 .howto__apply {
    margin-top: 100px;
}

/*  #cont03*/
#cont03 {
    width: 100%;
    max-width: 1600px;
    padding: 0;
    margin: 0 auto;
}

#cont03 .quality {
    position: relative;
}

#cont03 .quality__fukidashi {
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 11;
}

#cont03 .quality__kvImg {
    position: relative;
}

#cont03 .quality__kvImg img {
    width: 100%;
}

#cont03 .quality__kvTit {
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 11;
}

#cont03 .quality__desc {}

#cont03 .quality__desc p {
    font-size: 16px;
}

#cont03 .quality__taste {
    margin-top: 60px;
}

#cont03 .quality__tasteBd {
    width: 850px;
    margin: 0 auto;
    border: 2px solid #6fcad1;
}

#cont03 .quality__tasteTit {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    background-color: #6fcad1;
    padding: 15px 0;
}

#cont03 .quality__tasteFlx {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#cont03 .quality__tasteImg {
    margin-right: 30px;
}

#cont03 .quality__tasteList {
    width: 450px;
}

#cont03 .quality__tasteListBg {
    padding: 30px 40px 20px;
    background-color: #f4f4f4;
}

#cont03 .quality__tasteListTit {
    font-size: 22px;
    font-weight: bold;
}

#cont03 .quality__tasteListVal {
    text-align: left;
    margin-top: 20px;
}

#cont03 .quality__tasteListVal>li {
    font-size: 16px;
}

#cont03 .quality__tasteListVal span {
    padding-right: 10px;
}

#cont03 .quality__tasteListAst {
    font-size: 12px;
    text-align: right;
    margin-top: 10px;
}

#cont03 .simplebtn {
    padding-bottom: 130px;
}

#cont03 .simplebtn__tit {
    margin: 120px auto 0;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.6em;
    color: #222;
}

#cont03 .simplebtn__tit span {
    font-size: 46px;
    color: #222;
    background: linear-gradient(transparent 1.1em, #f9e157 0, #f9e157 calc(1.2em + 6px), transparent 0);
}

#cont03 .simplebtn__img {
    margin-top: 60px;
    display: inline-block;
    position: relative;
}

#cont03 .simplebtn__imgMain {}

#cont03 .simplebtn__imgIcon {
    position: absolute;
    top: -60px;
    left: -70px;
}

#cont03 .simplebtn__desc {
    width: 850px;
    margin: 50px auto 0;
    text-align: left;
}

#cont03 .simplebtn__desc p {
    font-size: 16px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 1px;
    line-height: 1.8em;
}

#cont03 .simplebtn__add {
    width: 848px;
    margin: 50px auto 0;
    border: 1px solid #959595;
    border-radius: 20px;
    padding: 30px 0 50px;
}

#cont03 .simplebtn__apply {
    margin-top: 80px;
}

/*  #cont04*/
#cont04 {
    width: 100%;
    max-width: 1600px;
    padding: 0;
    margin: 0 auto;
}

#cont04 .interior {
    background-color: #d7ecf0;
}

#cont04 .interior__size {}

#cont04 .interior__sizeHead {
    position: relative;
}

#cont04 .interior__sizeHead>img {
    width: 100%;
}

#cont04 .interior__sizeHeadTit {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#cont04 .interior__sizeTit {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.6em;
    margin-top: 90px;
}

#cont04 .interior__sizeTit span {
    font-size: 48px;
    background: linear-gradient(transparent 1.1em, #f9e157 0, #f9e157 calc(1.2em + 6px), transparent 0);
}

#cont04 .interior__sizeImg {
    padding-bottom: 80px;
}

#cont04 .interior__stylist {
    min-height: 700px;
    background: url(../img/interior__stylist.png)no-repeat center;
    background-size: cover;
}

#cont04 .interior__stylistDoboz {
    width: 906px;
    margin: 0 auto;
    padding-top: 60px;
}

#cont04 .interior__stylistHead {}

#cont04 .interior__stylistHeadFukidashi {}

#cont04 .interior__stylistHeadTit {
    font-size: 38px;
    font-weight: bold;
    text-align: left;
    margin-top: 40px;
}

#cont04 .interior__stylistPoint {
    text-align: left;
    margin-top: 40px;
    padding-bottom: 40px;
}

#cont04 .interior__stylistPointDesc {
    width: 560px;
    margin-top: 30px;
    background-color: #fff;
}

#cont04 .interior__stylistPointDesc:first-child {
    margin-top: 0;
}

#cont04 .interior__stylistPointDescTit {
    position: relative;
    padding: 25px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

#cont04 .interior__stylistPointDescTit::after {
    content: "";
    display: block;
    width: 22px;
    height: 12px;
    background: url(../img/interior__stylistPointDescTitArw.png)no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: auto;
    right: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#cont04 .interior__stylistPointDescTit.is-active::after {
    -webkit-transform: translateY(-50%)rotate(-180deg);
    transform: translateY(-50%)rotate(-180deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#cont04 .interior__stylistPointDescTxt {
    display: none;
    padding: 0 30px 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#cont04 .interior__stylistPointDescTxt p {
    font-size: 14px;
    line-height: 1.8em;
}

#cont04 .interior__insta {
    padding: 100px 0 80px;
}

#cont04 .instaArea {
    width: 846px;
    margin: 0 auto;
}

#cont04 .instaArea .insta-tit {
    margin-bottom: 50px;
}

#cont04 .instaArea ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#cont04 .instaArea ul li {
    margin-top: 30px;
}

#cont04 .instaArea ul li:nth-child(-n+2) {
    margin-top: 0;
}

#cont04 .interior__instaApply {
    margin-top: 125px;
}


/*  #cont05*/
#cont05 {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

#cont05 .colortype {}

#cont05 .colortype__head {
    position: relative;
}

#cont05 .colortype__headImg img {
    width: 100%;
}

#cont05 .colortype__icon {
    position: absolute;
    top: auto;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#cont05 .colortype__tit {
    font-size: 48px;
    font-weight: bold;
    padding: 60px 0 70px;
}

/*  #cont06*/
#cont06 {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

#cont06 .voice {
    padding: 160px 0 140px;
}

#cont06 .voice__img {
    margin-top: 60px;
}


/*  #top_color*/
#top_color {
    width: 100%;
    padding: 0px 0 0;
    text-align: center;
    background-color: #3b3b3b;
}

#top_color h3 {
    padding: 73px 0 93px;
}

#top_color .color_bx {
    width: 100%;
    min-width: 1100px;
    min-height: 545px;
    height: auto;
}

#top_color .color_white {
    color: #222;
    width: 100%;
    min-width: 1100px;
    position: relative;
}

#top_color .color_black {
    color: #FFF;
    width: 100%;
    min-width: 1100px;
    position: relative;
}

#top_color .bg_img img {
    width: 100%;
    min-width: 1100px;
    display: block;
}

#top_color .color_bx .color_inner {
    width: 960px;
    margin: 0 auto;
    padding: 0% 0 0;
    text-align: left;
    position: absolute;
    right: 7%;
    top: 35%;
}

#top_color .color_bx .color_inner .color_textbx {
    width: 509px;
    float: right;
}

#top_color .color_bx .color_color {
    padding: 0 0 20px;
}

#top_color .color_bx h4 {
    padding: 0 0 20px;
    font-size: 30px;
    letter-spacing: 2px;
}

#top_color .color_bx p {
    font-size: 16px;
    line-height: 2em;
}

#top_color .color_bx p.white {
    color: #FFF;
}


/*  #cont07*/
#cont07 {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    background-color: #c7ab8b;
}

#cont07 .event {
    padding: 90px 0 80px;
}

#cont07 .event__tit {}

#cont07 .event__video {
    width: 850px;
    height: 440px;
    margin: 25px auto 0;
    position: relative;
}

#cont07 .event__video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}



/*  #cont08*/
#cont08 {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    background-color: #f1e9e0;
}

#cont08 .zasshi {}

#cont08 .zasshi__head {}

#cont08 .zasshi__head img {
    width: 100%;
}

#cont08 .zasshi__tit {
    padding: 40px 0 0;
}

#cont08 .zasshi__img {
    margin-top: 40px;
}

#cont08 .zasshi__arw {
    margin-top: 30px;
}

#cont08 .zasshi__arw img {
    width: 100%;
}

#cont08 .plan_wrap {
    background-color: #fefedf;
}

#cont08 .goodbuy {
    margin: 80px 0 0;
}

#cont08 .goodbuy__tit {}

#cont08 .goodbuy__img {
    margin-top: 30px;
}

#cont08 .goodbuy__ast {
    width: 785px;
    margin: 10px auto 0;
    font-size: 12px;
    color: #999999;
    text-align: left;
}

#cont08 .goodbuy__desc {
    width: 785px;
    margin: 30px auto 0;
    font-size: 16px;
    text-align: left;
    letter-spacing: 1px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

#cont08 .goodbuy__easy {
    margin-top: 80px;
}

/* plan
========================================================== */
#plan {
    width: 850px;
    margin: 0 auto;
    padding: 100px 0 0;
}

#plan h2 {
    font-size: 53px;
}

/*tab切り替え*/
#plan .plan_tabselect {
    width: 850px;
    text-align: left;
    margin-top: 60px;
}

#plan .plan_tabselect ul li {
    border: none;
}

#plan .tab2 {
    overflow: hidden;
    height: 85px;
    cursor: pointer;
}

#plan .content2 {
    width: 849px;
    border-bottom: 4px solid #cdcdcd;
    border-left: 4px solid #cdcdcd;
    border-right: 4px solid #cdcdcd;
    background-color: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 1px;
}

#plan .content2>li {
    padding: 20px 0 40px;
}

#plan .hide {
    display: none;
}

#plan #tab2 li span.left {
    height: 85px;
    width: 425px;
    float: left;
    list-style: none;
    cursor: pointer;
    background: url(../img/bg_plantab_rent_off.png) no-repeat;
    background-size: cover;
    margin: 0;
}

#plan #tab2 li span.right {
    display: inline-block;
    height: 85px;
    width: 425px;
    background: url(../img/bg_plantab_buy_off.png) no-repeat;
    background-size: cover;
}

#plan #tab2 li.select .left {
    color: #fff;
    background: url(../img/bg_plantab_rent_on.png) no-repeat;
}

#plan #tab2 li.select .right {
    background: url(../img/bg_plantab_buy_on.png) no-repeat;
}

#plan .plan_tabselect .planselect {
    text-align: center;
}

#plan .content2 .plan__desc {
    width: 787px;
    margin: 20px auto 0;
    background-color: #efefef;
    padding: 20px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#plan .content2 .plan__descTit {
    font-size: 24px;
    font-weight: bold;
}

#plan .content2 .plan__descTxt {
    font-size: 14px;
    line-height: 1.8em;
    margin-top: 15px;
}

#plan .content2 .plan__descTxt>span {
    font-size: 12px;
    color: #999999;
}

/*  #cont09*/
#cont09 {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

#cont09 .onlynow {}

#cont09 .onlynow__bg {
    background-color: #f8f17c;
    padding-bottom: 70px;
}

#cont09 .onlynow__ast {
    width: 850px;
    margin: 0 auto;
    text-align: left;
    margin-top: 30px;
}

#cont09 .onlynow__ast p {
    line-height: 1.8em;
}

#cont09 .onlynow__under {
    background-color: #ececec;
}

/* under_wrap
========================================================== */
#under_wrap {
    /*background-color:#ececec;*/
    text-align: center;
    padding: 0 0 80px;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

/*#top_apply02*/
#top_apply02 {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 50px 0 0px;
    text-align: center;
    background-color: #ececec;
}

#top_apply02 h3 {
    padding: 0 0 50px;
}

#top_apply02 h3.top_h3 {
    font-size: 32px;
    font-weight: 200;
    color: #222222;
    line-height: 1.4em;
}

#top_apply02 .drippod_banner {
    margin-bottom: 40px;
}

#apply02 {
    width: 860px;
    margin: 0 auto;
}

#apply02 a {
    color: #008CBA;
    text-decoration: underline;
}

#apply02 a:hover {
    color: #008CBA;
    text-decoration: none;
}

#apply02 h4.subtitle {
    position: relative;
    background: #ececec;
    padding: 6px;
    font-size: 12px;
    margin-bottom: 1.25em
}

#apply02 #server #server_inner {
    width: 860px;
}

#apply02 #server #server_inner #server_L {
    width: 414px;
    height: 414px;
    background-color: #ffffff;
    float: left;
}

#apply02 #server #server_inner #server_L .showcase {
    height: 740px !important;
}

#apply02 #server #server_inner #server_R_bx {
    width: 423px;
    float: right;
}

#apply02 #server #server_inner #server_R {
    width: 407px;
    border: solid 1px #cdcdcd;
    background-color: #ffffff;
    float: right;
    padding: 8px;
    margin-bottom: 15px;
    text-align: left;
}

#apply02 #server #server_inner #server_R h3 {
    padding: 0;
}

#apply02 #server #server_inner #server_R ul li {
    width: 66px;
    height: 74px;
    float: left;
    margin-right: 10px;
    border: solid 4px #dbdbdb;
    margin-bottom: 20px;
}

#apply02 #server #server_inner #server_R ul li.on {
    border: solid 4px #1ec0d3;
}

#apply02 #server #server_inner #server_R .no-bullet {
    width: 395px;
    font-size: 10px;
    line-height: 1.6em;
}

.apply02_server {
    padding: 0 10px;
}

.apply02_serverselect {
    padding: 0 10px;
}

.apply02_serverselect .active {
    border: 3px solid #1ec0d3;
}

.apply02_serverselect .active .inner_opc {
    opacity: 1;
}

.apply02_serverselect .active .title {
    background-color: #1ec0d3;
}

.apply02_serverselect .active .title label {
    color: #FFF !important;
}

.select01 {
    overflow: hidden;
    border: 3px solid #ececec;
    border-radius: 8px;
    margin-bottom: 20px;
}

.select01 .inner_opc {
    opacity: 0.5;
}

.select01 .title {
    font-size: 14px;
    background-color: #ececec;
}

.select01 .title img {
    float: right;
}

.select01 .selectInner {
    margin: 0 10px 10px;
    overflow: hidden;
}

.select02 {
    overflow: hidden;
    border: 3px solid #ececec;
    border-radius: 8px;
    margin-bottom: 20px;
}

.select02 .inner_opc {
    opacity: 0.5;
}

.select02 .title {
    font-size: 14px;
    background-color: #ececec;
}

.select02 .title img {
    float: right;
}

.select02 .selectInner {
    margin: 0 10px 10px;
    overflow: hidden;
}


/*tab切り替え*/
#apply02 #server #server_inner #server_R02 {
    width: 420px;
    float: right;
    margin-bottom: 15px;
    text-align: left;
    height: 820px;
}

#apply02 #server #server_inner #server_R02 h3 {
    background-color: #7a7979;
    color: #FFF;
    padding: 5px;
    text-align: left;
    margin-bottom: 10px;
    font-size: 12px;
}

#apply02 #server #server_inner #server_R02 .bx_w {
    background-color: #FFF;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 20px;
}

#apply02 #server #server_inner #server_R02 .bx_w ul li {
    width: 73px;
    height: 36px;
    float: left;
    margin-right: 10px;
    border: solid 4px #dbdbdb;
    margin-bottom: 10px;
}

#apply02 #server #server_inner #server_R02 .bx_w ul li.on {
    border: solid 4px #1ec0d3;
}

#apply02 #server #server_inner #server_R02 .bx_w .js-color-text {
    font-size: 11px;
    padding-top: 7px;
}

#apply02 #server #server_inner #server_R02 .apply02_tabselect ul li {
    border: none;
}

#apply02 #server #server_inner #server_R02 .no-bullet {
    font-size: 10px;
    line-height: 1.6em;
    display: inline-block;
    margin-bottom: 10px;
}

.select03 {
    margin-bottom: 10px;
    width: 418px;
}

.select03 .title {
    font-size: 14px;
    background-color: #ececec;
}

.select03 .title img {
    float: right;
}

.select03 .selectInner {
    margin: 0 15px;
    overflow: hidden;
    padding: 20px 0 0;
}

.tab {
    overflow: hidden;
    height: 71px;
}

.content {
    border-bottom: 3px solid #d9d9d9;
    border-left: 3px solid #d9d9d9;
    border-right: 3px solid #d9d9d9;
    background-color: #FFF;
}

.hide {
    display: none;
}

#tab li span.left {
    height: 71px;
    width: 210px;
    float: left;
    list-style: none;
    cursor: pointer;
    background: url(../img/bg_tab_left_off.png) no-repeat;
    margin: 0;
}

#tab li span.right {
    display: inline-block;
    height: 71px;
    width: 210px;
    cursor: pointer;
    background: url(../img/bg_tab_right_off.png) no-repeat right;
}

#tab li.select .left {
    color: #fff;
    background: url(../img/bg_tab_left_on.png) no-repeat;
}

#tab li.select .right {
    background: url(../img/bg_tab_right_on.png) no-repeat right;
}

#tab li span.left2 {
    height: 71px;
    width: 210px;
    float: left;
    list-style: none;
    cursor: pointer;
    background: url(../img/bg_tab_buyleft_off.png) no-repeat;
    margin: 0;
}

#tab li span.right2 {
    display: inline-block;
    height: 71px;
    width: 210px;
    cursor: pointer;
    background: url(../img/bg_tab_rentright_off.png) no-repeat right;
}

#tab li.select .left2 {
    color: #fff;
    background: url(../img/bg_tab_buyleft_on.png) no-repeat;
}

#tab li.select .right2 {
    background: url(../img/bg_tab_rentright_on.png) no-repeat right;
}

select {
    margin-top: 6px;
    width: 165px;
}

.apply02_dt {
    float: left;
}

.apply02_dt .txt-yoyaku {
    font-size: 12px;
    color: #f15088;
}

.apply02_dd {
    float: right;
    text-align: right;
}

.apply02_dd p {
    line-height: 1.2em;
}

.apply02_dd small {
    font-size: 10px;
}

.apply02_dd .text-free-shipping {
    font-size: 14px;
    color: #f15088;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 8px 0;
}

#submitbtn {
    width: 423px;
    float: right;
    text-align: center;
    margin: 15px 0;
}

#apply02 .showcase {
    position: relative;
    height: 800px;
    overflow: hidden;
}

.swiper-container {
    width: 473px;
    height: 648px;
}

.content-slide {
    padding: 20px;
    color: #fff;
}

.title {
    font-size: 25px;
    margin-bottom: 10px;
}

.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 20px;
    width: 100%;
    z-index: 99;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #cccccc;
    margin: 0 6px;
    cursor: pointer;
}

.swiper-active-switch {
    background: #5e5e5e;
}

#apply02 .apply02-norikae {
    border: 2px solid #5db7e8;
    padding: 10px 10px 0 10px;
    margin: 10px 0 10px;
}

#apply02 .apply02-norikae p {
    padding: 0 0 10px 0;
}

#apply02 .apply02-norikae label {
    font-weight: bold;
    color: #2e2e2e;
}

#apply02 .apply02-norikae label span {
    float: right;
}

#apply02 .apply02-Postage {
    border: 1px solid #ff4a8a;
    margin: 13px 0;
    color: #ff4a8a;
    text-align: center;
    font-size: 20px;
}

/* 210622 修正 end */
#apply02 p.comm {
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 10px;
    letter-spacing: 0;
}

#apply02 p.commbtm {
    font-size: 10px;
    color: #999;
}

#apply02 p.commtop {
    padding-top: 5px;
}

/*norikae_slc
========================================================== */
.norikae_slc {
    padding: 10px 10px 0px;
    border: 1px solid #50b6e4;
}

.norikae_slc p {
    padding-bottom: 10px;
}


.other {
    width: 840px;
    margin: 50px auto 40px;
}

.other .title {
    border-bottom: 1px solid #cccccc;
    font-size: 24px;
    font-weight: bold;
    color: #222;
    padding: 20px 0;
    margin: 0 0 30px 0;
    text-align: center;
}

.other table {
    width: 460px;
    float: left;
    color: #222;
    border: none;
    font-size: 12px;
}

.other table tr {
    background: #FFF;
}

.other table th {
    padding: 8px 8px 8px 0;
    border-bottom: solid 1px #d9d9d9;
    text-align: left;
    font-size: 12px;
    letter-spacing: 1px;
}

.other table th.align-top {
    vertical-align: top;
}

.other table td {
    padding: 8px 0;
    border-bottom: solid 1px #d9d9d9;
    text-align: left;
    font-size: 12px;
    letter-spacing: 1px;
}

.spec_bx_btm {
    width: 890px;
    margin: 0 auto;
}

.spec_bx_btm table {
    border: 1px solid #e6e6e6;
    width: 100%;
    border-collapse: collapse;
}

.spec_bx_btm td {
    background-color: #eee;
    text-align: center;
    color: #666;
    width: 20%;
    font-size: 16px;
}

.spec_bx_btm th {
    padding: 20px 25px;
    text-align: center;
    width: 60%;
}

.spec_bx_btm th img {
    width: 100%;
}

/* other_bx
========================================================== */
#other_bx {
    width: 830px;
    margin: 60px auto 50px;
    background-color: #fffbc9;
    padding: 25px 30px 20px;
    text-align: center;
    overflow: hidden;
}

#other_bx .other_title {
    margin: 10px auto 20px;
}

#other_bx .other_title img {
    display: inline-block;
}

#other_bx .bnr {
    float: left;
    padding: 0 0px 10px 0px;
}

#other_bx .bnr2 {
    float: right;
    padding: 0 0px 10px 10px;
}

#other_bx img {
    display: block;
}


/* footer
========================================================== */
#footer {
    width: 100%;
    background-color: #363636;
    padding: 20px 0;
    text-align: left;
}

#footer .foot_inner {
    width: 900px;
    margin: 0 auto;
}

#footer p {
    color: #FFFFFF;
}

#footer a {
    color: #FFFFFF;
}

#footer a:hover {
    color: #FFFFFF;
}

#footer .menu {
    float: left;
}

#footer .copy {
    float: right;
}


/* colorbox */
#inline_cont01 {
    width: 100%;
}

#inline_cont01 img {
    max-width: 100%;
}

#sub-content {
    margin: 7% auto;
}

#btn_close {
    width: 230px;
    height: 50px;
    border-radius: 8px;
    border: 2px solid#FFF;
    text-align: center;
    background: url(images/close-sp.png) no-repeat 5% 50%;
    background-size: 20px !important;
    font-size: 16px;
    color: #FFF;
    display: block;
    line-height: 45px;
    margin: 30px auto 0;
}

#top_btn_close {
    width: 25px;
    height: 25px;
    background: url(images/close.png) no-repeat;
    background-size: 25px !important;
    display: inline-block;
    line-height: 20px;
    margin: 0 auto 10px;
    float: right;
}


.price_tag {background-color:#ff4a8a; color:#FFF; padding:2px 4px; text-align:center; display: inline; }
.price_detailTxt { margin-top:6px; }

/* module
========================================================== */
.font10 {
    font-size: 10px;
    line-height: 1.6em;
}

.font12 {
    font-size: 12px;
    line-height: 2.0em;
}

.font14 {
    font-size: 14px;
    line-height: 1.8em;
}

.font16 {
    font-size: 16px;
    line-height: 1.8em;
}

.font20b {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: bold;
}

.font24b {
    font-size: 24px;
    line-height: 1.6em;
    font-weight: bold;
}

.font32b {
    font-size: 32px;
    line-height: 1.6em;
    font-weight: bold;
}


.black {
    color: #222;
}

.pinkb2 {
    color: #ec2982;
    font-weight: bold;
}

.pinkb {
    color: #ec2982;
    background-color: #fcfc91;
    font-weight: bold;
}

.red {
    color: #e50404;
}

.blue {
    color: #3d9ad8;
}

.blueb {
    color: #3d9ad8;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

strong {
    font-size: 12px;
    font-weight: bold;
    color: #222222;
}

label {
    font-size: 12px;
    color: #222222;
}

.mrgTop10 {
    margin-top: 10px;
}

.mrgBot15 {
    margin-bottom: 15px;
}

.mrgBot50 {
    margin-bottom: 50px;
}

.mrgLf15 {
    margin-left: 15px;
}

.padTop8 {
    padding-top: 8px;
}

.padTop10 {
    padding-top: 10px;
}

.padTop15 {
    padding-top: 15px;
}

.padTop18 {
    padding-top: 18px;
}

.padTop20 {
    padding-top: 20px;
}

.padTop30 {
    padding-top: 30px;
}

.padTop40 {
    padding-top: 40px;
}

.padBot10 {
    padding-bottom: 10px;
}

.padBot15 {
    padding-bottom: 15px;
}

.padBot20 {
    padding-bottom: 20px;
}

.padBot30 {
    padding-bottom: 30px;
}

.padLef10 {
    padding-left: 10px;
}

.padLef30 {
    padding-left: 30px;
}

.padLef60 {
    padding-left: 60px;
}

.padRig10 {
    padding-right: 10px;
}

.padLefRig10 {
    padding-left: 10px;
    padding-right: 10px;
}

.padLefRig20 {
    padding-left: 20px;
    padding-right: 20px;
}

.fltLef {
    float: left;
}

.fltRig {
    float: right;
}

.txtRig {
    text-align: right;
}

.txtCen {
    text-align: center;
}

.sfont {
    font-size: 10px;
}

.pink {
    color: #ff4a8a;
}

.pdtop10 {
    padding-top: 10px;
}

.pdtop5 {
    padding-top: 5px;
}

.mgtop13 {
    margin-top: 13px;
}

.mgtop20 {
    margin-top: 20px;
}

.mgbtm20 {
    margin-bottom: 20px;
}

.bold {
    font-weight: bold;
}

.font17 {
    font-size: 17px;
}

.txRig {
    text-align: right;
}

.font12 {
    font-size: 12px;
}



p.terms-use-txt {
    margin-top: 8px;
    font-size: 12px;
    color: #000;
    text-align: right;
  }
   p.terms-use-txt  a{
    color: #008CBA;
    text-decoration: underline;
  }
  
  p.terms-use-txt  a:hover{
    opacity: 0.7;
  }