@charset "UTF-8";

/* ===================================================================
CSS Document
file name  base.css
=================================================================== */
/*---------------------------------------------
Noto Serif（使用しない場合は削除）
---------------------------------------------*/
@font-face {
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 100;
    src: url(../../../css/lp/atorrege/font/NotoSerifCJKjp-ExtraLight.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 200;
    src: url(../../../css/lp/atorrege/font/NotoSerifCJKjp-Light.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 300;
    src: url(../../../css/lp/atorrege/font/NotoSerifCJKjp-Regular.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 400;
    src: url(../../../css/lp/atorrege/font/NotoSerifCJKjp-Medium.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 500;
    src: url(../../../css/lp/atorrege/font/NotoSerifCJKjp-SemiBold.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 600;
    src: url(../../../css/lp/atorrege/font/NotoSerifCJKjp-Bold.woff) format("woff");
    font-display: swap;
}

@font-face {
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 800;
    src: url(../../../css/lp/atorrege/font/NotoSerifCJKjp-Black.woff) format("woff");
    font-display: swap;
}

/*---------------------------------------------
Browser Default Initialization
---------------------------------------------*/
body,
div,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    line-height: 1.7;
}

ul {
    margin: 0;
    padding: 0;
    line-height: 1.7;
}

ul li {
    margin: 0;
    padding: 0;
    line-height: 1.7;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
hgroup,
head-h,
address,
figure,
figcaption {
    margin: 0;
    padding: 0;
    line-height: 1.7;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

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

caption,
th {
    text-align: left;
}

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

object,
embed {
    vertical-align: top;
}

hr,
legend {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

img,
abbr,
acronym,
fieldset {
    border: 0;
}

img {
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}

ul li {
    list-style-type: none;
}

a,
button,
input,
textarea {
    outline: none;
}

/** fade使用時のズレ対策（FF）**/
img {
    -webkit-box-shadow: #000 0 0 0;
    box-shadow: #000 0 0 0;
}

x:-moz-any-link,
x:default {
    box-shadow: #000 0 0 0;
}

a {
    color: #555555;
    text-decoration: none;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

/*---------------------------------------------
FontSize Initialization
---------------------------------------------*/
body {
    font-size: 10px;
    letter-spacing: -0.001em;
    -webkit-text-size-adjust: 100%;
}

select,
input,
button,
textarea,
table {
    font: 10px Noto Sans Japanese, メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

pre,
code,
kbd,
samp,
tt {
    font-family: Noto Sans Japanese, メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1;
}

/*---------------------------------------------
Utility
---------------------------------------------*/
/* Clearfix */
.cf:after,
.sec:after,
.section:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}

#wrap * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.serif {
    font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

/*---------------------------------------------
content-asset
---------------------------------------------*/
/* Clearfix */
.content-asset ul li {
    list-style: none;
}

.content-asset ul,
.content-asset ol {
    line-height: inherit;
    margin: auto;
    padding: inherit;
}

@media (max-width: 768px) {
    #wrap {
        font-size: 15px;
        color: #555;
        width: 100%;
        overflow: hidden;
    }

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

    input[type=button],
    input[type=submit] {
        -webkit-appearance: none;
        border-radius: 0;
    }

    /*--------------------------
    Footer
    ---------------------------*/
    .foot_ator {
        text-align: center;
        margin: 0 auto;
        color: #666;
        padding: 0 0 10px;
    }

    .item-icon {
        background-color: #d06122;
        color: #fff;
        border-radius: 6px;
        padding: 1vw;
        font-size: 3.3vw;
        line-height: 1;
        margin: 4vw 0 2vw;
        display: inline-block;
        min-width: 6em;
        text-align: center;
    }

    .tel_info {
        margin: 10vw 0 43vw;
    }
}

@media all and (min-width: 769px) {
    #wrap {
        font-size: 16px;
        color: #555;
        margin: 0;
    }

    #wrap.top {
        margin: 0;
    }

    a:hover {
        text-decoration: none;
        opacity: 0.5;
    }

    .item-icon {
        background-color: #d06122;
        color: #fff;
        border-radius: 6px;
        padding: 7px;
        font-size: 20px;
        line-height: 1;
        display: inline-block;
        min-width: 6em;
        text-align: center;
    }

    .tel_info {
        margin: 100px 0;
    }
}

/* ===================================================================
CSS Document
file name  : layout.css
=================================================================== */
@media all and (max-width: 768px) {
    .pc {
        display: none;
    }

    /*--------------------------
    content
    ---------------------------*/
    .line-icon {
        position: fixed;
        bottom: 80px;
        right: 0;
        width: 50px;
    }

    #page-top {
        margin-left: auto;
        font-size: 15px;
        color: #e9611e;
        z-index: 999;
        -webkit-transition: 0.8s ease;
        transition: 0.8s ease;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        width: 100%;
    }

    #page-top span {
        font-size: 14px;
    }

    #page-top a.top {
        text-decoration: none;
        color: #e9611e;
        display: inline-block;
        padding: 5px 8px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.7);
        text-align: right;
    }

    #page-top a.top::before {
        content: "";
        display: block;
        margin: 10px auto -7.5px;
        width: 15px;
        height: 15px;
        border-top: 2px solid #e9611e;
        border-right: 2px solid #e9611e;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #page-top a.top:hover {
        text-decoration: none;
    }

    #page-top a.popcv {
        text-decoration: none;
        color: #e9611e;
        display: inline-block;
        padding: 5px 8px 5px 0;
        max-width: 45%;
        z-index: 101;
    }

    #page-top a.popcv:hover {
        text-decoration: none;
    }

    #page-top .fixclose {
        width: 1.6em;
        height: 1.6em;
        background-color: white;
        position: absolute;
        top: -0.8em;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 3em;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1;
        font-size: 20px;
        border: 2px solid #ff6200;
        left: 0.2em;
        cursor: pointer;
    }
}

@media all and (min-width: 769px) {
    .sp {
        display: none;
    }

    /*--------------------------
    content
    ---------------------------*/
    .line-icon {
        position: fixed;
        bottom: 50px;
        right: 0;
    }

    #page-top {
        z-index: 11;
        position: fixed;
        bottom: 0;
        font-size: 15px;
        color: #e9611e;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        right: 0;
        width: 100%;
    }

    #page-top span {
        display: inline-block;
        padding: 0 0 0 0;
    }

    #page-top a.top {
        position: relative;
        text-decoration: none;
        color: #e9611e;
        display: block;
        width: 110px;
        text-align: left;
        margin: 15px;
    }

    #page-top a.top::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 5px;
        width: 20px;
        height: 20px;
        border-top: 2px solid #e9611e;
        border-right: 2px solid #e9611e;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #page-top a.top:hover {
        text-decoration: none;
    }

    #page-top a.popcv {
        position: relative;
        text-decoration: none;
        display: block;
        z-index: 101;
    }

    #page-top .fixbnr-wrap {
        position: relative;
    }

    #page-top .fixclose {
        width: 1.6em;
        height: 1.6em;
        background-color: white;
        position: absolute;
        top: -0.4em;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-radius: 3em;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 1;
        font-size: 20px;
        border: 2px solid #ff6200;
        left: -0.4em;
        cursor: pointer;
        padding: 0;
        z-index: 102;
    }
}

.product-nav__link {
    position: relative;
    display: block;
    background: #fff;
    padding: 5px 0 3px;
}

.product-nav__link--01 {
    color: #84c5ff;
    border: 1px solid #84c5ff;
}

.product-nav__link--01:hover {
    background: #84c5ff;
}

.wash .product-nav__link--01 {
    background: #84c5ff;
    color: #fff;
}

.product-nav__link--02 {
    color: #f0a8e6;
    border: 1px solid #f0a8e6;
}

.product-nav__link--02:hover {
    background: #f0a8e6;
}

.moisturize .product-nav__link--02 {
    background: #f0a8e6;
    color: #fff;
}

.product-nav__link--03 {
    color: #eba75f;
    border: 1px solid #eba75f;
}

.product-nav__link--03:hover {
    background: #eba75f;
}

.protect .product-nav__link--03 {
    background: #eba75f;
    color: #fff;
}

.product-nav__link--04 {
    color: #bd4d9b;
    border: 1px solid #bd4d9b;
}

.product-nav__link--04:hover {
    background: #bd4d9b;
}

.personal .product-nav__link--04 {
    background: #bd4d9b;
    color: #fff;
}

.product-nav__link--05 {
    color: #27ada8;
    border: 1px solid #27ada8;
}

.product-nav__link--05:hover {
    background: #27ada8;
}

.uv .product-nav__link--05 {
    background: #27ada8;
    color: #fff;
}

.product-nav__link--06 {
    color: #e37072;
    border: 1px solid #e37072;
}

.product-nav__link--06:hover {
    background: #e37072;
}

.makeup .product-nav__link--06 {
    background: #e37072;
    color: #fff;
}

.product-nav__link--07 {
    color: #5f67bb;
    border: 1px solid #5f67bb;
}

.product-nav__link--07:hover {
    background: #5f67bb;
}

.body-hair .product-nav__link--07 {
    background: #5f67bb;
    color: #fff;
}

.product-nav__link--08 {
    width: 100% !important;
    color: #ed4189;
    border: 1px solid #ed4189;
    margin: 0 0 7px;
}

.product-nav__link--08:hover {
    background: #ed4189;
}

.trial .product-nav__link--08 {
    background: #ed4189;
    color: #fff;
}

.product-nav__link:hover {
    opacity: 1;
    color: #fff;
}

li {
    list-style-type: none;
}

/* ===================================================================
CSS Document
=================================================================== */
@media all and (max-width: 768px) {
    .scroll-prevent {
        position: fixed;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        /*追記*/
        right: 0;
        /*追記*/
    }

    .pc {
        display: none;
    }

    ol {
        list-style: none;
        counter-reset: ol_li;
        /* ol_li カウンタをセットする(値もリセット) */
    }

    ol li:before {
        margin-right: 0.25em;
        counter-increment: ol_li;
        /* ol_li カウンタの値に1加える */
        content: counter(ol_li) ",";
        /* before擬似要素のcontentで出力 */
        color: #f18b43;
        /* 色を変更 */
        font-size: 20px;
    }

    .product-nav__link dt {
        text-align: center;
        line-height: 1.5;
        margin: 0 0 2px;
    }

    .product-nav__link--01,
    .product-nav__link--02,
    .product-nav__link--03 {
        width: 32.5%;
        margin: 0 0 7px;
    }

    .product-nav__link--04,
    .product-nav__link--05,
    .product-nav__link--06,
    .product-nav__link--07 {
        width: 49%;
        margin: 0 0 7px;
    }

    .product-nav__link dd {
        display: none;
    }

    .product-nav__link dt b {
        font-size: 11px;
        font-weight: 500;
        text-align: right;
        line-height: 1.2;
    }

    .product-nav__link dt span {
        font-size: 16px;
        font-weight: 400;
    }

    .product-nav__link dd {
        font-size: 13px;
        line-height: 1.2;
        font-weight: 300;
        margin: 0 0 5px;
    }

    .product-nav__link--01 dt span,
    .product-nav__link--02 dt span,
    .product-nav__link--03 dt span {
        font-size: 20px;
        display: block;
    }

    .product-nav__link--01 dt span b,
    .product-nav__link--02 dt span b,
    .product-nav__link--03 dt span b {
        font-size: 22px;
        font-weight: 300;
        letter-spacing: 0;
    }

    .col2 {
        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;
    }

    .product-nav {
        width: 100%;
        padding: 3px 3px 0;
        /* margin: 35px auto 0; */
        border-top: #eb6100 4px solid;
    }

    .item {
        margin: 30px 0 0;
        padding: 20px 0 0;
    }

    .item-img {
        margin: 0 2%;
    }

    .item-desc {
        width: 100%;
    }

    .wash #lineup .item-img {
        position: relative;
    }

    .item-img img {
        width: 100%;
        max-width: 440px;
        height: auto;
    }

    .item-main__txt {
        font-size: calc(7px + 1.3vw);
        padding: 5px 5px 15px;
        text-indent: -15px;
        display: inline-block;
        font-weight: 400;
    }

    .item-main__txt.pc {
        display: none;
    }

    .item-copy {
        font-weight: 200;
        font-size: 21px;
        margin: 10px 0;
        line-height: 1.7;
    }

    .item-desc__icon {
        display: inline-block;
        background: #eb6100;
        color: #fff;
        margin: 16px 0 0;
        padding: 2px 9px 1px;
        font-size: 12.5px;
    }

    .eca .item-copy b {
        font-size: 14px;
        font-weight: normal;
        display: inline-block;
        vertical-align: top;
    }

    .eca .item-copy span {
        display: block;
        font-size: 16px;
    }

    .item-copy--28 {
        font-size: 19px;
    }

    .item-copy--30 {
        font-size: 20px;
    }

    .item-spec {
        margin: 10px 0 14px;
    }

    .item-spec_ttl {
        font-size: 14px;
    }

    .item-spec_name {
        font-weight: bold;
        margin: 0 0 10px;
        /* font-size:16px; */
    }

    .item-spec_volume {
        color: #555;
        margin: 0 0 10px;
    }

    .item-spec_price1 {
        color: #555;
        margin: 0;
        line-height: 1;
    }

    .item-spec_price2 {
        color: #555;
        margin: 0 0 10px;
    }

    .item-spec_price2::before {
        content: "¥";
        display: inline-block;
        font-size: 0.7em;
    }

    .item-spec_price2 > span {
        font-size: 0.7em;
    }

    .item-spec_price3 {
        color: #d06122;
        margin: 0;
        line-height: 1;
    }

    .item-spec_price4 {
        color: #555;
        margin: 0 0 10px;
    }

    .item-spec_price4::before {
        content: "¥";
        display: inline-block;
        font-size: 0.7em;
    }

    .item-spec_price4 > span {
        font-size: 0.7em;
    }

    .trial-bnr {
        margin: 0px 0 60px;
    }

    .uv-spf {
        color: #e37072;
    }

    .uv-pa {
        color: #27ada8;
    }

    .item .uv-spf {
        border: 1px solid #ccc;
        padding: 2px 0;
        margin: 0 5px 0 0;
        width: 80px;
        text-align: center;
        display: inline-block;
        font-size: 14px;
    }

    .item .uv-pa {
        border: 1px solid #ccc;
        padding: 2px 0;
        width: 80px;
        display: inline-block;
        text-align: center;
        font-size: 14px;
    }

    .item-bnr {
        display: block;
        margin: 0 0 10px;
        width: 100%;
    }

    .item-bnr__link {
        font-size: 14px;
        width: 100%;
        display: block;
        padding: 5px 0;
        border-radius: 8px;
        text-align: center;
    }

    .item-bnr__list--shop {
        background: #1a3d78;
        width: 100%;
        margin: 0 0 13px;
        border-radius: 8px;
        display: block;
    }

    .item-bnr__link--shop {
        color: #fff;
        border-radius: 0;
        padding: 5px 0;
        width: 100%;
    }

    .item-bnr__shop {
        width: 100%;
        margin: 0 auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /* justify-content: space-evenly; */
        padding: 15px 3% 1px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        position: relative !important;
    }

    .item-bnr__shop .col2 {
        width: 100%;
    }

    .item-bnr__txt {
        display: block;
        color: #fff;
        margin-bottom: 2px;
        width: 100%;
        font-size: 14px;
    }

    .item-bnr__col {
        width: 48%;
    }

    .item-bnr__shop .item-bnr__col li {
        width: 100%;
        margin: 0 0 10px;
    }

    .item-bnr__shop li {
        margin: 0 0 15px;
        width: 48%;
        max-width: 209px;
    }

    .item-bnr__list--shop:hover ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* position: absolute; */
    }

    .item-bnr__link--sample {
        background: #434343;
        color: #fff;
    }

    .item-bnr__link--sample:hover {
        background: #000000;
    }

    .item-bnr__link--site {
        background: url(../../../images/lp/atorrege/check_icon.png) no-repeat left 10px center/auto 40%, #ed6c00;
        color: #fff;
        /* border: 1px solid #d2d2d2; */
        margin: 15px 0 0;
        position: relative;
        padding: 7px 0;
        font-size: 15px;
    }

    .item-bnr__link--site:after {
        content: "";
        position: absolute;
        top: calc(50% - 6px);
        right: 6px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 7px;
        height: 8px;
        border: 6px solid transparent;
        border-left: 8px solid #fff;
    }

    .feature__list {
        margin: 10px 0;
        text-indent: -14px;
        padding-left: 14px;
        font-size: 14px;
        line-height: 1.9;
        color: #555;
    }

    .feature__list span {
        display: inline-block;
        font-size: 12px;
        vertical-align: top;
        text-indent: 0;
    }

    .feature__list:before {
        content: "●";
        color: #fda063;
    }

    .component {
        padding: 14px 2%;
        margin: 15px 0 20px;
    }

    .component-note {
        font-size: 12px;
        margin: 5px 0 0;
        color: #555;
        text-indent: -6px;
        padding-left: 6px;
    }

    .component__menu {
        font-size: 0;
    }

    .component__list {
        font-size: 13px;
        display: inline-block;
        padding: 0 13px;
        margin: 0 5px 5px 0;
        background: #fff;
        border: 1px solid #fda063;
        color: #333;
    }

    .component__list--01 {
        background: #fda063;
        color: #fff;
    }

    .component-main {
        margin: 10px 0;
    }

    .component-main-ttl {
        color: #a34613;
    }

    .component-main-list {
        /* display: flex; */
        font-size: 13px;
        color: #555;
    }

    .component-main-list_ttl {
        padding: 0 5px 0 0;
        margin: 5px 0 0;
    }

    .component-main-list dd span {
        font-size: 12px;
        display: inline-block;
        vertical-align: top;
    }

    .component-main-link {
        border: #a0a0a0 1px solid;
        background: #fff;
        color: #000;
        display: block;
        width: 150px;
        padding: 3px 10px;
        font-size: 14px;
        position: relative;
    }

    .component-main-link:hover {
        background: #e5e5e5;
    }

    .component-main-link:after {
        content: "";
        position: absolute;
        top: calc(50% - 5px);
        right: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 7px;
        height: 8px;
        border: 5px solid transparent;
        border-left: 7px solid #a0a0a0;
    }

    .item-col2 .item-col {
        width: 100%;
        font-size: 14px;
        margin: 0 0 20px;
        color: #555;
    }

    .item-col2 .item-col p {
        margin: 10px 0;
    }

    .item-col__ttl {
        text-align: center;
        font-weight: 300;
    }

    .item-col--user .item-col__ttl {
        color: #a34613;
        border: 1px solid #fdb88a;
    }

    .item-col--voice .item-col__ttl {
        color: #2a9687;
        border: 1px solid #6ac3b7;
    }

    .item-col__list {
        margin: 10px 0;
        list-style: none;
    }

    .item-col--voice .item-col__list {
        margin: 5px 0;
        padding: 10px 0;
    }

    .item-col--user ol {
        padding: 0;
        margin: 0;
    }

    .item-col--user ol .item-col__list {
        text-indent: -22px;
        padding-left: 23px;
        font-size: 14px;
        margin: 3px 0;
    }

    .item-col--user .item-col__list {
        text-indent: -14px;
        padding-left: 14px;
        font-size: 14px;
    }

    .item-col--user ul .item-col__list:before {
        content: "●";
        color: #ccc;
    }

    .item-col--user ul .item-col__list--caution:before {
        content: "※";
        color: #555;
    }

    .item-col--voice .item-col__list {
        background-image: linear-gradient(to right, #a1a1a1, #a1a1a1 5px, transparent 5px, transparent 2px);
        background-size: 12px 1px;
        background-repeat: repeat-x;
        background-position: bottom;
        color: #555;
    }

    .item-col--voice .item-col__list:last-child {
        background: none;
    }

    .item-col__link {
        font-size: 14px;
        width: 100%;
        display: inline-block;
        text-align: center;
        border-radius: 8px;
        padding: 6px 0;
    }

    .item-col__link--movie {
        color: #fff;
        background: #a0a0a0;
    }

    .item-col__link--movie:before {
        content: "";
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: text-bottom;
        padding: 0 5px 0 0;
        background: url(../../../images/lp/atorrege/icon_movie.png) no-repeat;
    }

    .apicosArea {
        margin: 30px 0 0;
    }

    .column-ttl {
        font-size: 25px;
        letter-spacing: 1px;
        text-align: center;
        line-height: 1.4;
        font-weight: 200;
    }

    .trial .column-ttl {
        font-size: 23px;
        letter-spacing: 0.8px;
        text-align: center;
        line-height: 1.4;
        font-weight: 200;
    }

    .column-ttl:after {
        content: "";
        display: block;
        border: 1px solid #ee8240;
        width: 40px;
        margin: 10px auto 0;
    }

    .column-ttl span {
        color: #d06122;
    }

    .column-desc__ttl {
        margin: 0 0 12px;
        font-size: 27px;
        line-height: 1.3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        font-weight: 200;
    }

    .column-desc__num {
        width: 30px;
        height: auto;
        margin: 0 7px 5px 0;
    }

    .column-desc__txt {
        font-weight: 300;
        font-size: 15px;
        color: #555;
    }

    .column-point {
        border: 1px solid #325a9d;
        padding: 10px 1.9%;
    }

    .column-point__ttl {
        font-size: 24px;
        color: #325a9d;
        line-height: 1;
        display: block;
        font-weight: 300;
        margin: 0 0 15px;
    }

    .column-point__ttl span {
        font-size: 20px;
        color: #555555;
        font-weight: 200;
        display: inline-block;
        vertical-align: baseline;
        margin-top: 5px;
        line-height: 1.3;
        /* padding: 0 0 0 10px; */
    }

    .column-point__txt {
        font-size: 15px;
        color: #555;
    }

    .column-sub-ttl {
        font-size: 20px;
        color: #e9611e;
        font-weight: 300;
    }

    .column-box {
        background: #fff;
        border-radius: 20px;
    }

    .column-about {
        background: #fff;
        border: 4px solid #fdb88a;
    }

    .info {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .info-col {
        width: 464px;
    }

    .info-col__ttl {
        font-size: 24px;
        text-align: center;
        padding: 5px 0;
    }

    .info-col__txt {
        font-size: 14px;
        color: #666;
    }

    .sub-navi-box {
        width: 100%;
        padding: 0 2%;
    }

    .sub-navi-box__ttl {
        font-size: 16px;
        padding: 30px 0 14px;
        font-weight: 300;
        letter-spacing: 2px;
        line-height: 1.4;
    }

    .sub-navi-box__ttl span {
        display: block;
        margin: 0 0 8px;
    }

    .sub-navi-box__txt {
        padding: 0 0 40px;
        font-weight: 200;
        letter-spacing: 2px;
        font-size: 13px;
    }

    .sub-navi-menu {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .sub-navi-menu__list {
        line-height: 0;
    }

    .btn {
        padding: 20px 0;
    }

    .btn-menu {
        width: 100%;
        margin: 0 auto;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .btn-m {
        padding: 40px 0 10px;
        text-align: center;
    }

    .wash .lineup-menu01 .col2 {
        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;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .wash .lineup-menu01__list {
        max-width: calc(50% - 20px);
        margin: 0px 10px 40px;
    }

    .lineup-menu01__list img {
        max-width: 100%;
    }

    .lineup .content-inr {
        max-width: 680px;
    }

    .lineup-c__pc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 10.4vw 0;
    }

    .lineup-c__pc-cont {
        width: 100%;
        /* height: 471px; */
        background: url(../../../images/lp/atorrege/lineup_chart_sp.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .lineup-c__pc-cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 13vw 0 0 20vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lineup-c__pc-in1 {
        padding: 0px 8.7vw;
        margin-bottom: 0.3vw;
    }

    .lineup-c__pc-in2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .lineup-c__pc-in-min {
        width: 50%;
        padding: 2vw 2.9vw;
    }

    .youtube_image {
        position: relative;
        width: 100%;
        padding-top: 56.25%;
        /* padding-top: 51.75%; */
        max-width: 690px;
    }

    .youtube_image iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }

    .popcheck {
        text-align: center;
    }
}

@media (min-width: 769px) {
    .sp {
        display: none !important;
    }

    ol {
        list-style: none;
        counter-reset: ol_li;
        /* ol_li カウンタをセットする(値もリセット) */
    }

    ol li:before {
        margin-right: 0.25em;
        counter-increment: ol_li;
        /* ol_li カウンタの値に1加える */
        content: counter(ol_li) ",";
        /* before擬似要素のcontentで出力 */
        color: #f18b43;
        /* 色を変更 */
        font-size: 20px;
    }

    .item-main {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .item-img img {
        max-width: 440px;
        height: auto;
    }

    .col2 {
        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;
    }

    .product-nav {
        width: 100%;
        padding: 3px 3px 0;
        margin: 0 auto 3px;
        border-top: #eb6100 4px solid;
    }

    .product-nav__link dt {
        text-align: center;
        line-height: 1.5;
        margin: 0 0 2px;
    }

    .item {
        margin: 64px 0 90px;
        padding: 20px 0 0;
    }

    .wash #lineup .item-img {
        position: relative;
    }

    .item-desc {
        margin: 0 0 25px;
        width: 481px;
        min-height: 460px;
    }

    .item-desc__icon {
        display: inline-block;
        background: #eb6100;
        color: #fff;
        margin: 1px 0 20px;
        padding: 1px 11px;
        font-size: 15px;
    }

    .item-main__txt {
        font-size: 15px;
        padding: 5px 5px 0;
        font-weight: 400;
    }

    .item-copy {
        margin: 0 0 26px;
    }

    .item-copy {
        font-size: 36px;
        line-height: 1.8;
        font-weight: 300;
    }

    .item-copy--30 {
        font-size: 30px;
    }

    .item-copy--28 {
        font-size: 28px;
    }

    .item-spec {
        margin: 10px 0 24px;
    }

    .item-bnr {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
    }

    .item-spec_name {
        font-weight: bold;
        margin: 0 0 15px;
    }

    .item-spec_volume {
        color: #555;
        margin: 0 0 15px;
    }

    .item-spec_price1 {
        color: #555;
        margin: 0;
    }

    .item-spec_price2 {
        color: #555;
        margin: 0 0 15px;
    }

    .item-spec_price2::before {
        content: "¥";
        display: inline-block;
        font-size: 0.7em;
    }

    .item-spec_price2 > span {
        font-size: 0.7em;
    }

    .item-spec_price3 {
        color: #d06122;
        margin: 0;
    }

    .item-spec_price4 {
        color: #555;
        margin: 0 0 15px;
    }

    .item-spec_price4::before {
        content: "¥";
        display: inline-block;
        font-size: 0.7em;
    }

    .item-spec_price4 > span {
        font-size: 0.7em;
    }

    .item-bnr__link {
        font-size: 14px;
        width: 220px;
        display: inline-block;
        text-align: center;
        padding: 5px 0;
        border-radius: 8px;
    }

    .item-bnr__list--shop {
        border-radius: 8px;
        background: #325a9d url(../../../images/lp/atorrege/icon_cart.png) no-repeat left 10px center;
        cursor: pointer;
    }

    .item-bnr__link--shop {
        color: #fff;
    }

    .item-bnr__list--shop:hover {
        background: #325a9d url(../../../images/lp/atorrege/icon_cart.png) no-repeat left 10px center;
    }

    .item-bnr__shop {
        width: 470px;
        background: #325a9d;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 15px 18px 0;
        display: none;
        position: relative;
        z-index: 20;
        top: 33px;
        border: none;
        cursor: default;
    }

    .item-bnr__txt {
        display: block;
        color: #fff;
        margin-bottom: 2px;
        width: 100%;
        font-size: 15px;
    }

    .item-bnr__shop li {
        margin: 0 0 15px;
        width: 209px;
        height: 60.5px;
    }

    .item-bnr__shop li a > img {
        width: 100%;
        height: auto;
    }

    .item-bnr__link--sample {
        background: #434343;
        color: #fff;
    }

    .item-bnr__link--sample:hover {
        background: #000000;
    }

    .item-bnr__link--site {
        background: url(../../../images/lp/atorrege/check_icon.png) no-repeat left 20px center/75px auto, #ed6c00;
        color: #fff;
        /* border: 1px solid #d2d2d2; */
        margin: 15px 0 0;
        position: relative;
        width: 470px;
        padding: 12px 0;
        font-size: 16px;
        letter-spacing: 0.5px;
    }

    .item-bnr__link--site:after {
        content: "";
        position: absolute;
        top: calc(50% - 5px);
        right: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 7px;
        height: 8px;
        border: 7px solid transparent;
        border-left: 8px solid #fff;
    }

    .feature {
        margin: 25px 0 0;
        color: #555;
    }

    .feature__list {
        margin: 3px 0;
        text-indent: -8px;
        padding-left: 22px;
        line-height: 1.9;
    }

    .feature__list:before {
        content: "●";
        color: #fda063;
        font-size: 14px;
        display: inline-block;
        vertical-align: text-top;
        padding: 0 3px 0 0;
    }

    .feature__list span {
        display: inline-block;
        font-size: 12px;
        vertical-align: top;
        text-indent: 0;
    }

    .feature__list .caution {
        display: inline-block;
        font-size: 15px;
        text-indent: 0;
        margin: 5px 0 0;
    }

    .component {
        padding: 25px 22px;
        margin: 30px 0 35px;
    }

    .component-note {
        font-size: 12px;
        margin: 29px 0 0;
        color: #666;
    }

    .component__menu {
        font-size: 0;
        padding: 0 0 10px 0 !important;
    }

    .component__list {
        font-size: 14px;
        display: inline-block;
        padding: 0 8px;
        margin: 0 7px 5px 0;
        background: #fff;
        border: 1px solid #fda063;
        min-width: 70px;
        text-align: center;
    }

    .component__list--01 {
        background: #fda063;
        color: #fff;
    }

    .component-main {
        margin: 11px 0 7px;
    }

    .component-main-ttl {
        color: #a34613;
        font-size: 14px;
    }

    .component-main-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
    }

    .component-main-list_ttl {
        padding: 0 5px 0 0;
        color: #555;
        white-space: nowrap;
    }

    .component-main-list dd span {
        font-size: 12px;
        display: inline-block;
        vertical-align: top;
    }

    .component-main-link {
        border: #a0a0a0 1px solid;
        background: #fff;
        color: #000;
        display: block;
        width: 180px;
        padding: 5px 0;
        text-align: center;
        font-size: 14px;
        position: relative;
    }

    .component-main-link:hover {
        background: #e5e5e5;
    }

    .component-main-link:after {
        content: "";
        position: absolute;
        top: calc(50% - 5px);
        right: 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 7px;
        height: 8px;
        border: 5px solid transparent;
        border-left: 7px solid #a0a0a0;
    }

    .item-col2 .item-col {
        width: 450px;
    }

    .item-col__ttl {
        text-align: center;
        font-weight: 300;
    }

    .item-col--user .item-col__ttl {
        color: #a34613;
        border: 1px solid #fdb88a;
        padding: 2px 0;
    }

    .item-col--voice .item-col__ttl {
        color: #2a9687;
        border: 1px solid #6ac3b7;
        padding: 2px 0;
    }

    .item-col--voice .item-col__ttl + ul {
        margin: 0 0 30px;
    }

    .item-col p {
        margin: 20px 0;
        font-size: 14px;
        color: #555;
    }

    .item-col__list {
        font-size: 14px;
        color: #555;
        list-style: none;
    }

    .item-col--user .item-col__list {
        margin: 17px 0;
        padding: 0;
        text-indent: -18px;
        padding-left: 20px;
        font-size: 14px;
    }

    .item-col--user ol {
        padding: 0;
        margin: 0;
    }

    .item-col--user ol .item-col__list {
        text-indent: -22px;
        padding-left: 23px;
        font-size: 14px;
        margin: 3px 0;
    }

    .item-col--user ul .item-col__list:before {
        content: "●";
        color: #ccc;
        font-size: 13px;
        padding: 0 5px 0 0;
    }

    .item-col--user ul .item-col__list--caution:before {
        content: "※";
        color: #555;
    }

    .item-col--voice .item-col__list {
        background-image: linear-gradient(to right, #a1a1a1, #a1a1a1 5px, transparent 5px, transparent 2px);
        background-size: 8px 1px;
        background-repeat: repeat-x;
        background-position: bottom;
        padding: 17px 0;
    }

    .item-col--voice .item-col__list:last-child {
        background: none;
    }

    .item-col__link {
        font-size: 14px;
        width: 180px;
        display: inline-block;
        text-align: center;
        border-radius: 8px;
        padding: 5px 0;
    }

    .item-col__link--movie {
        background: #a0a0a0 url(/../../../images/lp/atorrege/icon_movie.png) no-repeat left 20px center;
        color: #fff;
        margin: 12px 0 0;
    }

    .item-col__link--movie:hover {
        background: #7d7d7d url(/../../../images/lp/atorrege/icon_movie.png) no-repeat left 20px center;
    }

    .item .uv-spf {
        border: 1px solid #ccc;
        padding: 2px 0;
        margin: 0 5px 10px 0;
        width: 80px;
        text-align: center;
        display: inline-block;
    }

    .item .uv-pa {
        border: 1px solid #ccc;
        padding: 2px 0;
        width: 80px;
        display: inline-block;
        text-align: center;
        margin: 0 0 10px 0;
    }

    .column-ttl {
        font-size: 42px;
        letter-spacing: 1px;
        text-align: center;
        line-height: 1.4;
        font-weight: 200;
    }

    .column-ttl:after {
        content: "";
        display: block;
        border: 1px solid #ee8240;
        width: 40px;
        margin: 15px auto;
    }

    .column-ttl span {
        color: #d06122;
    }

    .column-desc__ttl {
        margin: 0 0 19px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        font-weight: 200;
        line-height: 1.2;
        font-size: 31px;
    }

    .column-desc__txt {
        line-height: 1.9;
        color: #555;
    }

    .column-desc__num {
        padding: 0 10px 4px 8px;
        color: #325a9d;
    }

    .column-point {
        border: 1px solid #325a9d;
        padding: 20px 40px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .column-point__ttl {
        font-size: 36px;
        color: #325a9d;
        font-weight: 400;
    }

    .column-point__txt {
        line-height: 2;
        color: #555;
    }

    .column-point__ttl span {
        font-size: 30px;
        color: #555555;
        font-weight: 200;
        padding: 0 0 0 20px;
    }

    .column-sub-ttl {
        font-size: 36px;
        color: #ee8240;
        font-weight: 300;
    }

    .column-box {
        background: #fff;
        border-radius: 20px;
    }

    .column-about {
        background: #fff;
        border: 4px solid #fdb88a;
    }

    .info {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .info-col {
        width: 464px;
    }

    .info-col__ttl {
        font-size: 24px;
        text-align: center;
        padding: 5px 0;
    }

    .info-col__txt {
        font-size: 14px;
        color: #666;
    }

    .sub-navi .content-inr {
        /* min-height: 384px;
        position: relative; */
    }

    .sub-navi-box {
        width: 100%;
        padding: 70px 0 0 20px;
    }

    .sub-navi-box__ttl {
        font-size: 30px;
        padding: 20px 0 17px;
        font-weight: 100;
        letter-spacing: 2px;
        color: #f18536;
    }

    .sub-navi-box__ttl span {
        display: block;
        margin: 0 0 17px;
    }

    .sub-navi-box__txt {
        font-size: 70px;
        /* padding: 0 0 40px; */
        font-weight: 300;
        letter-spacing: 1.6px;
        line-height: 1;
        padding-bottom: 50px;
        color: #f18536;
    }

    .sub-navi-menu {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin: 0;
        font-size: 24px;
        /* position: absolute; */
        bottom: 0;
        left: 0;
    }

    .btn {
        padding: 20px 0;
        /* margin: 0 0 110px; */
    }

    .btn-menu {
        width: 740px;
        margin: 0 auto;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .btn-m {
        padding: 40px 0 10px;
        text-align: center;
    }

    .lineup-menu01 {
        margin-bottom: 40px;
    }

    .lineup-menu01__list {
        width: 48%;
        max-width: 460px;
        margin: 0 0 40px;
    }

    .lineup-menu01__list img {
        max-width: 100%;
    }

    .lineup .content-inr {
        max-width: 960px;
    }

    .lineup-c__pc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 50px 0;
    }

    .lineup-c__pc-cont {
        width: 655px;
        height: 471px;
        background: url(../../../images/lp/atorrege/lineup_chart.png);
        background-repeat: no-repeat;
    }

    .lineup-c__pc-cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 95px 0 0 66px;
    }

    .lineup-c__pc-in2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .title_step {
        text-align: center;
        margin: 50px 0;
    }

    .youtube_wrap {
        position: relative;
        padding-bottom: 380px;
    }

    .youtube_wrap.ytpb2 {
        padding-bottom: 440px;
    }

    .youtube_wrap.ytpb4 {
        padding-bottom: 420px;
    }

    .youtube_image {
        position: absolute;
        bottom: 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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }

    .youtube_image iframe {
        /* position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%; */
    }

    .tel-box__ttl a:hover {
        opacity: 1 !important;
    }
}


picture {
    display: inline-block;
}

.h-content-info .h-text01::before,
.h-content-info .h-text01::after {
    content: "";
    display: inline-block;
    height: 1em;
    width: 1px;
}

.h-content-info .h-text01::before {
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    border-left: 1px solid;
}

.h-content-info .h-text01::after {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    border-right: 1px solid;
}

.h-content-info .h-text02 img {
    display: inline-block;
}

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

    /*--------------------------
    content
    ---------------------------*/
    .cmn-border01 {
        border-top: #eaeaea 1px solid;
    }

    .cmn_ttl {
        text-align: center;
        color: #ed6c00;
        margin: 30px 0 40px;
    }

    .cmn_mttl {
        font-size: 27px;
        font-weight: 100;
        display: inline-block;
        border-bottom: 1px solid;
        line-height: 1;
    }

    .cmn_sttl {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .cmn-ttl01 {
        font-size: 30px;
        font-weight: 100;
        color: #eb6100;
        text-align: center;
        line-height: 1.3;
        margin: 50px 0 40px;
    }

    .cmn-ttl01 span {
        font-size: 16px;
        display: block;
        line-height: 1;
        font-weight: 300;
    }

    .cmn-ttl02 {
        font-size: 42px;
        letter-spacing: 1px;
    }

    .cmn-ttl02::after {
        content: "";
        display: block;
        border: 2px solid #fd9f61;
        width: 40px;
    }

    .cmn-ttl02 span {
        color: #fd9f61;
    }

    .cmn-ttl03 {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .cmn-ttl03 span {
        color: #fd9f61;
    }

    .cmn-bg01 {
        background: #eeeeee;
    }

    .cmn-bg02 {
        background: #f7f7f7;
    }

    .cmn-bg03 {
        background: url(../../../images/lp/atorrege/column_bg.jpg);
    }

    .cmn-btn01 {
        color: #f39245;
        background: #fff url(../../../images/lp/atorrege/icon_arrow01.png) no-repeat right 9px top 50%;
        border: #f39245 1px solid;
        display: inline-block;
        width: 75%;
        padding: 13px 10px 13px 0;
        text-align: center;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .cmn-btn01:hover {
        background: #fee7d7 url(../../../images/lp/atorrege/icon_arrow01.png) no-repeat right 9px top 50%;
    }

    .cmn-btn02 {
        border: #a0a0a0 1px solid;
        background: #fff;
        color: #000;
        display: block;
        width: 180px;
        padding: 5px 13px;
        font-size: 14px;
        position: relative;
    }

    .cmn-btn02:hover {
        background: #fee7d7;
    }

    .cmn-btn02::after {
        content: "";
        position: absolute;
        top: calc(50% - 5px);
        right: 4px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 7px;
        height: 8px;
        border: 5px solid transparent;
        border-left: 7px solid #fd9f61;
    }

    #wrap.news .cmn-btn02 {
        display: inline-block;
    }

    .cmn-btn03 {
        border: #d2d2d2 1px solid;
        background: #fff;
        color: #333;
        display: block;
        width: 150px;
        padding: 7px 0;
        text-align: center;
        font-size: 15px;
        position: relative;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .cmn-btn03:hover {
        background: #fee7d7;
    }

    .cmn-btn03::after {
        content: "";
        position: absolute;
        top: calc(50% - 8px);
        right: 21px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border: 6px solid transparent;
        border-top: 12px solid #ffbc8d;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .txC {
        text-align: center;
    }

    .content {
        margin: 60px 0 0;
    }

    .content-inr {
        width: 92%;
        margin: 0 auto;
    }

    div.content-asset p {
        line-height: inherit;
        margin: auto;
    }

    .item-col--user ol li {
        list-style: none;
    }

    /*--------------------------
    header
    ---------------------------*/
    .head_ator {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 99;
        background-color: #fff;
        border-bottom: #eaeaea 1px solid;
    }

    .h-content {
        width: 100%;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
    }

    .h-content-logo {
        width: 40%;
    }

    .h-content-logo img {
        height: 60px;
        padding: 0 10px;
    }

    .h-content-info {
        width: 45%;
        text-align: center;
    }

    .h-content-info .h-text01 {
        font-size: 10px;
        line-height: inherit;
        margin: 0;
    }

    .h-content-info .h-text02 {
        font-size: 16px;
        line-height: 1;
        color: #ed6c00;
        margin: 0;
    }

    .h-content-info .h-text02 img {
        width: 1em;
    }

    .h-content-nav {
        display: none;
    }

    .h-content-nav__list {
        padding: 0px;
    }

    /*--------------------------
    Footer
    ---------------------------*/
    .foot_ator {
        padding: 0;
        position: relative;
    }

    .f-content {
        background-color: #fbf8f5;
    }

    .f-content a {
        color: #555555;
    }

    .f-content-nav {
        max-width: 960px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin: auto;
        margin-bottom: -1px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-top: 1px solid #e9e9e9;
    }

    .f-content-nav__list {
        text-align: left;
        width: 50%;
        border-bottom: 1px solid #e9e9e9;
    }

    .f-content-nav__list:nth-child(odd) {
        border-right: 1px solid #e9e9e9;
    }

    .f-content-nav__list a {
        display: block;
        font-size: 11px;
        padding: 10px;
        position: relative;
    }

    .f-content-nav__list a::after {
        content: "";
        display: block;
        width: 0.8em;
        height: 0.8em;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-top: 1px solid #555555;
        border-right: 1px solid #555555;
        position: absolute;
        right: 1.5em;
        top: 15px;
    }

    .f-content-bottom {
        max-width: 960px;
        margin: auto;
        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;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .f-content-logo {
        padding: 30px 80px 0;
    }

    .f-content-info {
        padding: 20px 30px 0;
    }

    .f-content-copy {
        text-align: center;
        padding: 30px 0;
        font-size: 12px;
    }

    .yoyaku {
        background-color: #ed6c00;
        width: 100%;
        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: 1em 0;
        cursor: pointer;
    }

    .yoyaku-l {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .yoyaku-l .text1 {
        font-size: 16px;
        color: #ffff00;
        line-height: 1;
        font-weight: 600;
    }

    .yoyaku-l .text2 {
        color: #fff;
        font-size: 10px;
    }

    .yoyaku-r p {
        color: #ed6c00;
        background-color: #fff;
        border-radius: 2em;
        padding: 0.5em 2em;
        line-height: 1;
        font-size: 12px;
        font-weight: 600;
    }
}

@media all and (min-width: 769px) {

    /*--------------------------
    content
    ---------------------------*/
    .cmn-border01 {
        border-top: #eaeaea 1px solid;
    }

    .cmn_ttl {
        text-align: center;
        color: #ed6c00;
        margin: 40px 0 60px;
    }

    .cmn_mttl {
        font-size: 48px;
        font-weight: 100;
        display: inline-block;
        border-bottom: 1px solid;
        line-height: 1;
    }

    .cmn_sttl {
        font-size: 22px;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .cmn-ttl01 {
        font-size: 48px;
        font-weight: 100;
        color: #e9611e;
        text-align: center;
        padding: 54px 0 63px;
        letter-spacing: 5px;
        line-height: 1.5;
    }

    .cmn-ttl01 span {
        font-size: 18px;
        display: block;
        line-height: 1;
        letter-spacing: 2px;
        font-weight: 300;
    }

    .cmn-ttl02 {
        font-size: 42px;
        letter-spacing: 1px;
        font-weight: 200;
    }

    .cmn-ttl02::after {
        content: "";
        display: block;
        border: 1px solid #fd9f61;
        width: 40px;
        margin: 5px 0 0;
    }

    .cmn-ttl02 span {
        color: #fd9f61;
    }

    .cmn-ttl03 {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .cmn-ttl03 span {
        color: #fd9f61;
    }

    .cmn-bg01 {
        background: #eeeeee;
    }

    .cmn-bg02 {
        background: #f7f7f7;
    }

    .cmn-bg03 {
        background: url(../../../images/lp/atorrege/column_bg.jpg);
    }

    .cmn-btn01 {
        color: #f39245;
        background: #fff url(../../../images/lp/atorrege/icon_arrow01.png) no-repeat right 9px top 50%;
        border: #f39245 1px solid;
        display: inline-block;
        letter-spacing: 1px;
        min-width: 258px;
        padding: 17px 0;
        text-align: center;
    }

    .cmn-btn01::after {
        background: #fee7d7 url(../../../images/lp/atorrege/icon_arrow01.png) no-repeat right 9px top 50%;
        opacity: 1;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .cmn-btn02 {
        border: #a0a0a0 1px solid;
        background: #fff;
        color: #555555;
        display: block;
        min-width: 170px;
        padding: 5px 23px;
        font-size: 14px;
        position: relative;
    }

    .cmn-btn02:hover {
        background: #fee7d7;
        opacity: 1;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .cmn-btn02::after {
        content: "";
        position: absolute;
        top: calc(50% - 5px);
        right: 4px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 7px;
        height: 8px;
        border: 5px solid transparent;
        border-left: 7px solid #fd9f61;
    }

    #wrap.news .cmn-btn02 {
        display: inline-block;
    }

    .cmn-btn03 {
        border: #d2d2d2 1px solid;
        background: #fff;
        color: #555555;
        display: block;
        width: 320px;
        padding: 12px 0;
        text-align: center;
        font-size: 20px;
        position: relative;
    }

    .cmn-btn03:hover {
        background: #fee7d7;
        opacity: 1;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .cmn-btn03::after {
        content: "";
        position: absolute;
        top: calc(50% - 9px);
        right: 21px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 8px;
        height: 8px;
        border: 6px solid transparent;
        border-top: 12px solid #ffbc8d;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .content {
        margin: 70px 0 0;
    }

    .content-inr {
        width: 92%;
        max-width: 960px;
        margin: 0 auto;
    }

    div.content-asset p {
        line-height: inherit;
        margin: auto;
    }

    .item-col--user ol li {
        list-style: none;
    }

    /*--------------------------
    header
    ---------------------------*/
    .head_ator {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 99;
        background-color: #fff;
        border-bottom: #eaeaea 1px solid;
    }

    .h-content {
        width: 1280px;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 70px;
    }

    .h-content a {
        color: #555555;
    }

    .h-content-nav__list {
        padding: 10px;
        font-size: 14px;
    }

    .h-content-logo {
        line-height: 1;
        width: 215px;
    }

    .h-content-logo img {
        height: 50px;
    }

    .h-content-info {
        width: 245px;
        text-align: center;
    }

    .h-content-info .h-text01 {
        line-height: inherit;
        margin: 0;
    }

    .h-content-info .h-text02 {
        font-size: 26px;
        line-height: 1;
        color: #ed6c00;
        margin: 0;
    }

    .h-content-info .h-text02 img {
        width: 1em;
    }

    /*--------------------------
    Footer
    ---------------------------*/
    .foot_ator {
        position: relative;
    }

    .foot_ator .f-content {
        background-color: #fbf8f5;
    }

    .foot_ator .f-content a {
        color: #555555;
    }

    .foot_ator .f-content-nav {
        width: 1200px;
        padding-top: 30px;
        padding-bottom: 30px;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .foot_ator .f-content-nav__list {
        text-align: center;
        min-width: calc(16.6666666667% - 1px);
        border-bottom: none;
    }

    .foot_ator .f-content-nav__list a {
        display: block;
        font-size: 14px;
        padding: 0 5px;
    }

    .foot_ator .f-content-nav__list a::after {
        content: none;
        border-top: none;
        border-right: none;
    }

    .foot_ator .f-content-nav__list:not(:last-child) {
        border-right: 1px solid #555555;
    }

    .foot_ator .f-content-nav2 {
        padding-top: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .foot_ator .f-content-bottom {
        width: 100%;
        max-width: 960px;
        margin: auto;
        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;
    }

    .foot_ator .f-content-copy {
        text-align: center;
        padding: 30px 0 60px;
    }

    .foot_ator .f-content-logo img {
        max-width: 250px;
    }
}

@media (min-width: 769px) and (max-width: 1280px) {

    /*--------------------------
    header
    ---------------------------*/
    .h-content {
        width: auto;
        max-width: 1280px;
    }

    .h-content-logo {
        width: 14%;
    }

    .h-content-logo a {
        display: inline-block;
        width: 80%;
        padding-left: 10%;
    }

    .h-content-logo img {
        height: auto;
    }

    .h-content-nav {
        width: 64%;
    }

    .h-content-nav__list {
        font-size: 1.13vw;
        padding: 0.4vw;
    }

    .h-content-info {
        width: 20%;
    }

    .h-content-info .h-text01 {
        font-size: 1.4vw;
    }

    .h-content-info .h-text02 {
        font-size: 1.6vw;
    }

    /*--------------------------
    Footer
    ---------------------------*/
    .foot_ator .f-content-nav {
        width: auto;
        max-width: 1280px;
    }

    .foot_ator .f-content-nav__list a {
        font-size: 1.3vw;
    }
}

@media all and (max-width: 768px) {
    #wrap.top .insta-bnr {
        text-align: center;
        margin: 20px 3% 0;
    }

    #wrap.top .cosme-bnr {
        text-align: center;
        margin: 28px 0.5% 10px;
    }

    #wrap.top .top_cosme_bnr {
        text-align: center;
        margin: 28px 0.5% 10px;
    }

    #wrap.top .lp-bnr {
        text-align: center;
        margin: 25px 3% 0;
    }

    #wrap.top .main .content-inr {
        padding: 0;
        width: 100%;
        /* background: url(../../../images/lp/atorrege/main_bg_sp.png)no-repeat right -30px top -30px /110% 110%; */
    }

    #wrap.top .main-copy {
        width: 75%;
        max-width: 280px;
        padding: 15vw 0 6vw 10px;
    }

    #wrap.top .main-ttl {
        padding: 0 0 0;
        margin: 0px 7% -3%;
        width: 70%;
        max-width: 240px;
        height: auto;
    }

    #wrap.top .news {
        background: #eb6100;
        color: #fff;
        padding: 8px 20px;
        display: block;
        position: relative;
        z-index: 10;
    }

    #wrap.top .news-ttl {
        font-size: 25px;
        padding: 0;
        font-weight: 300;
        text-align: center;
        line-height: 1;
    }

    #wrap.top .news-list__date {
        color: #ffcba8;
        padding: 0 0 5px;
        font-size: 14px;
        line-height: 1;
    }

    #wrap.top .news-list__ttl {
        font-size: 14px;
        color: #fff;
        line-height: 1.4;
    }

    #wrap.top .news-list__ttl br {
        display: none;
    }

    #wrap.top .news-list__day {
        padding: 0 1em;
        font-weight: 600;
        color: #f39245;
    }

    #wrap.top .news-list__text {
        color: #555555;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: 30em;
    }

    #wrap.top .lineup-ttl {
        padding: 70px 0 0;
        margin: -40px 0 20px;
    }

    #wrap.top ul[class^=lineup-menu] {
        margin: 0 0 5px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }

    #wrap.top .lineup-menu01__list {
        margin: 0 auto 15px;
    }

    #wrap.top .lineup-menu01__list img {
        /* max-width: 320px; */
        width: 100%;
        height: auto;
    }

    #wrap.top .lineup-menu02__list {
        width: 48%;
        margin: 0 0 15px;
    }

    #wrap.top .lineup-menu02__list img {
        width: 100%;
        max-width: 230px;
        height: auto;
    }

    #wrap.top .bnr {
        padding: 25px 0 25px;
    }

    #wrap.top .bnr .content-inr {
        width: 96%;
    }

    #wrap.top .bnr-menu li {
        width: 100%;
        padding: 0 10% 15px;
    }

    #wrap.top .check {
        margin: 25px 0;
    }

    #wrap.top .check .content-inr {
        /* background: url(../../../images/lp/atorrege/check_img.png)no-repeat center top /contain; */
    }

    #wrap.top .check-box {
        width: 100%;
        padding: 0 0 25px;
        margin-left: auto;
        text-align: center;
    }

    #wrap.top .check-box::before {
        content: "";
        background: url(../../../images/lp/atorrege/check_img.png) no-repeat center top/contain;
        display: block;
        height: 30vh;
    }

    #wrap.top .check-box__ttl {
        margin: 0;
        padding: 5px 0 0;
    }

    #wrap.top .check-box__txt {
        font-size: 14px;
        margin: 10px 0 15px;
        font-weight: 200;
    }

    #wrap.top .teiki {
        margin: 25px 0;
    }

    #wrap.top .teiki .content-inr {
        /* background: url(../../../images/lp/atorrege/check_img.png)no-repeat center top /contain; */
    }

    #wrap.top .teiki-box {
        width: 100%;
        padding: 0 0 25px;
        margin-left: auto;
        text-align: center;
    }

    #wrap.top .teiki-box::before {
        content: "";
        background: url(../../../images/lp/atorrege/teiki_img_sp.png) no-repeat center top/contain;
        display: block;
        height: 15vh;
    }

    #wrap.top .teiki-box__ttl {
        margin: 0;
        padding: 5px 0 0;
    }

    #wrap.top .teiki-box__txt {
        font-size: 14px;
        margin: 10px 0 15px;
        font-weight: 200;
    }

    #wrap.top .teiki-box__pop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #wrap.top .teiki-box__pop span {
        font-size: 14px;
        text-decoration: none;
        color: #ffffff;
        display: inline-block;
        padding: 5px 28px;
        background-color: #e9611e;
        border-radius: 16px;
        margin: 10px 5px 30px;
    }

    #wrap.top .about {
        /* background: #f7f7f7 url(../../../images/lp/atorrege/top-about_bg_sp.png)no-repeat center top /100% auto; */
        background-color: #fbf8f5;
    }

    #wrap.top .about .content-inr {
        width: 94%;
        margin: 0 auto;
    }

    #wrap.top .about-box {
        padding: 60px 0 30px;
        text-align: center;
    }

    #wrap.top .about-box::before {
        content: "";
        background: url(../../../images/lp/atorrege/top-about_bg_sp.png) no-repeat center top/contain;
        display: block;
        height: 15vh;
    }

    #wrap.top .about-box__ttl {
        margin: 0;
        padding: 5px 0 0;
    }

    #wrap.top .about-box__ttl span {
        color: #ff7100;
    }

    #wrap.top .about-box__txt {
        margin: 20px 0;
        line-height: 1.9;
        font-weight: 200;
    }

    #wrap.top .slider {
        width: 100%;
        height: 100%;
    }

    #wrap.top .news2 {
        background-color: #fbf8f5;
    }

    #wrap.top .news2-box {
        padding: 30px 0 60px;
        text-align: center;
    }

    #wrap.top .news2-box .cmn-ttl01 {
        margin: 0;
        padding: 5px 0 0;
    }

    #wrap.top .news2-list {
        font-size: 14px;
        margin: 30px 0;
    }

    #wrap.top .news2-list__item {
        border-top: 1px solid #e9e9e9;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: url(../../../images/lp/atorrege/icon_arrow02.png) no-repeat right 9px top 50%;
    }

    #wrap.top .news2-list__item:last-child {
        border-bottom: 1px solid #e9e9e9;
    }

    #wrap.top .news2-list__item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 25px 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 92%;
    }

    #wrap.top .news2-list__day {
        padding: 0 1em;
        font-weight: 600;
        color: #f39245;
    }

    #wrap.top .news2-list__text {
        color: #555555;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}


@media all and (min-width: 769px) {
    #wrap.top .insta-bnr {
        text-align: center;
        margin: 45px 0 0;
    }

    #wrap.top .lp-bnr {
        text-align: center;
        margin: 45px 0 0;
    }

    #wrap.top .cosme-bnr {
        text-align: center;
        margin: 52px 0 0;
    }

    #wrap.top .top_cosme_bnr {
        text-align: center;
        margin: 52px 0 0;
    }

    #wrap.top .main {
        /* background: url(../../../images/lp/atorrege/main_bg.png)no-repeat center 0 /cover; */
        /* height: 755px; */
        position: relative;
    }

    #wrap.top .main .content-inr {
        /* padding: 105px 0 0; */
        width: 100%;
        height: 100%;
    }

    #wrap.top .main-ttl {
        padding: 27px 0 0 202px;
        max-width: 1000px;
        margin: 0 auto;
    }

    #wrap.top .lineup .content-inr {
        width: 100%;
        max-width: 960px;
    }

    #wrap.top .lineup-ttl {
        margin: 35px 0 20px;
    }

    #wrap.top ul[class^=lineup-menu] {
        margin: 0 0 100px;
    }

    #wrap.top .lineup-menu01__list img {
        /* width: 320px; */
        height: auto;
    }

    #wrap.top .lineup-menu02__list img {
        width: 230px;
        height: auto;
    }

    #wrap.top .bnr {
        padding: 55px 0 50px;
    }

    #wrap.top .check {
        margin: 100px 0;
    }

    #wrap.top .check .content-inr {
        background: url(../../../images/lp/atorrege/check_img.png) no-repeat left center;
    }

    #wrap.top .check-box {
        width: 510px;
        padding: 0 0 40px;
        margin-left: auto;
        text-align: center;
    }

    #wrap.top .check-box__ttl {
        padding: 40px 0 0;
    }

    #wrap.top .check-box__txt {
        font-size: 14px;
        margin: 10px 0 20px;
        color: #555;
    }

    #wrap.top .teiki {
        margin: 100px 0;
    }

    #wrap.top .teiki .content-inr {
        text-align: center;
    }

    #wrap.top .teiki-box {
        width: 510px;
        padding: 0 0 40px;
        margin-right: auto;
        text-align: center;
    }

    #wrap.top .teiki-box__ttl {
        padding: 40px 0 0;
    }

    #wrap.top .teiki-box__txt {
        font-size: 14px;
        margin: 10px 0 20px;
        color: #555;
    }

    #wrap.top .teiki-box__pop {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #wrap.top .teiki-box__pop span {
        font-size: 14px;
        text-decoration: none;
        color: #ffffff;
        display: inline-block;
        padding: 5px 28px;
        background-color: #e9611e;
        border-radius: 28px;
        margin: 10px 5px 30px;
    }

    #wrap.top .about {
        /* background: url(../../../images/lp/atorrege/top-about_bg.jpg)no-repeat center bottom /cover; */
        background-color: #fbf8f5;
    }

    #wrap.top .about .content-inr {
        background: url(../../../images/lp/atorrege/top-about_bg.jpg);
        background-size: 370px auto;
        background-position: 95% 50%;
        background-repeat: no-repeat;
        height: auto;
        display: table;
    }

    #wrap.top .about-box {
        padding: 0px 336px 60px 0;
        text-align: center;
        /* display:  table-cell; */
        /* vertical-align:  middle; */
    }

    #wrap.top .about-box__ttl {
        padding: 40px 0 0;
    }

    #wrap.top .about-box__ttl span {
        color: #ff7100;
    }

    #wrap.top .about-box__txt {
        margin: 17px 0 0;
        line-height: 2.5;
        font-size: 14px;
    }

    #wrap.top .about-box__link {
        margin: auto;
        padding: 17px 13px;
        text-align: left;
    }

    #wrap.top .main-copy {
        padding: 211px 0 0;
        max-width: 1000px;
        margin: 0 auto;
    }

    #wrap.top .slider {
        width: 100%;
        height: 100%;
    }

    #wrap.top .news2 {
        background-color: #fbf8f5;
    }

    #wrap.top .news2-box {
        text-align: center;
    }

    #wrap.top .news2-list {
        font-size: 14px;
    }

    #wrap.top .news2-list__item {
        border-top: 1px solid #e9e9e9;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: url(../../../images/lp/atorrege/icon_arrow02.png) no-repeat right 80px top 50%;
    }

    #wrap.top .news2-list__item:last-child {
        border-bottom: 1px solid #e9e9e9;
    }

    #wrap.top .news2-list__item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 25px 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
    }

    #wrap.top .news2-list__item a:hover {
        background-color: #fff;
    }

    #wrap.top .news2-list__day {
        padding: 0 5em;
        font-weight: 600;
        color: #f39245;
    }

    #wrap.top .news2-list__text {
        color: #555555;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #wrap.top .news2-box__link.cmn-btn01 {
        margin: 30px auto 54px;
    }
}

area {
    border: none;
    outline: none;
}

@media all and (max-width: 768px) {
    #wrap.about div.column-box {
        width: 100%;
        margin: 50px auto 0;
        padding: 40px 2.3% 20px;
    }

    #wrap.about .about-content {
        padding: 50px 0;
        /* border-top: #f18536 4px solid; */
        color: #555;
        margin: 30px 0 0;
    }

    #wrap.about .main {
        width: 100%;
        margin: 20px auto 50px;
        padding: 20px 4%;
        background: url(../../../images/lp/atorrege/about_bg_sp.png) no-repeat center top/100% auto, #d8effb;
    }

    #wrap.about .main-ttl {
        width: 75%;
        margin: 25px auto 35px 0;
    }

    #wrap.about .main-txt {
        margin: 10px 0;
        color: #555;
        line-height: 1.9;
        font-size: 13.5px;
        letter-spacing: -0.3px;
        /* width: 77%; */
    }

    #wrap.about .main-box {
        width: 100%;
        margin: 30px 0 10px;
    }

    #wrap.about .main-box__ttl {
        font-size: 18px;
        line-height: 1.6;
        text-align: center;
        margin: 20px 0;
        color: #555555;
        font-weight: 300;
    }

    #wrap.about .main-box__ttl span {
        display: block;
        color: #d06122;
        font-size: 30px;
    }

    #wrap.about .main-box__menu {
        margin: 0 auto;
        max-width: 58.3vw;
    }

    #wrap.about .main-box_list a {
        background: #ee8240;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        width: 27.085vw;
        height: 27.085vw;
        margin: 0 0 15px;
        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;
        font-size: 3.125vw;
        line-height: 1.5;
        letter-spacing: 0.3px;
        font-weight: 300;
    }

    #wrap.about .check {
        padding: 25px 0;
        margin: 40px 0;
    }

    #wrap.about .check-ttl {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        color: #ee8240;
        font-size: 20px;
        font-weight: 200;
        border: 1px solid #d06122;
        border-radius: 50px;
    }

    #wrap.about .check-box {
        width: 100%;
        margin: 30px auto 20px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #wrap.about .check-box__ttl {
        width: 100%;
        height: auto;
        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;
        border: 1px solid #d06122;
        color: #555;
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        margin: 0 0 15px;
        padding: 5px 0;
    }

    #wrap.about .check-box__list {
        width: 100%;
        font-size: 14px;
        font-weight: 200;
        padding: 6px 0;
        background-image: linear-gradient(to right, #a1a1a1, #a1a1a1 5px, transparent 5px, transparent 2px);
        background-size: 8px 1px;
        background-repeat: repeat-x;
        background-position: bottom;
    }

    #wrap.about .check-box__list span {
        color: #d06122;
    }

    #wrap.about .check-box__list:before {
        content: "";
        width: 15px;
        height: 14px;
        display: inline-block;
        padding: 0 0 0 10px;
        background: url(../../../images/lp/atorrege/icon_check01.png) no-repeat 0 0/contain;
    }

    #wrap.about .about-cont {
        padding: 50px 2%;
        margin: 50px 0;
        text-align: center;
    }

    #wrap.about .about-ttl {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        color: #ee8240;
        font-size: 20px;
        border: 1px solid #d06122;
        border-radius: 50px;
        background: #fff5ef;
        font-weight: 200;
    }

    #wrap.about .aboout-txt {
        color: #555;
        font-size: 14px;
        margin: 20px 0 0;
        line-height: 1.9;
        text-align: left;
    }

    #wrap.about .about-box {
        width: 100%;
        margin: 0 auto;
        position: relative;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
    }

    #wrap.about .about-box--col {
        position: relative;
    }

    #wrap.about .about-box--col:after {
        content: "";
        width: 37px;
        height: 22px;
        display: block;
        margin: 0 auto;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        background: url(../../../images/lp/atorrege/arrow01.png) no-repeat center/contain;
    }

    #wrap.about .about-box__lead {
        font-size: 18px;
        color: #325a9d;
        font-weight: 500;
        margin: 15px 0 0;
    }

    #wrap.about .about-box__img {
        margin: 10px auto 15px;
        width: 80%;
    }

    #wrap.about .about-compare {
        width: 100%;
        margin: 20px 0 0;
    }

    #wrap.about .about-compare__ttl {
        border: 1px solid #325a9d;
        text-align: center;
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 1px;
        line-height: 1.6;
    }

    #wrap.about .about-compare__ttl--health {
        border: 1px solid #fdb88a;
    }

    #wrap.about .about-compare__img {
        margin: 20px auto 5px;
        width: 80%;
    }

    #wrap.about .about-compare__txt {
        text-align: left;
        line-height: 1.9;
        font-size: 13px;
        margin: 0 0 15px;
    }

    #wrap.about .approach {
        padding: 40px 2%;
        margin: 40px 0;
        text-align: center;
    }

    #wrap.about .approach-ttl {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        color: #d06122;
        font-size: 20px;
        font-weight: 200;
        border: 1px solid #d06122;
        border-radius: 50px;
        background: #fff5ef;
        padding: 0 2px;
    }

    #wrap.about .approach-txt {
        margin: 15px 0 0;
        text-align: left;
        font-size: 14px;
        line-height: 1.7;
    }

    #wrap.about .approach-box {
        margin: 50px 0 0;
        text-align: left;
    }

    #wrap.about .approach-box--01 {
        background: url(../../../images/lp/atorrege/img05.png) no-repeat center bottom 0/contain;
        padding: 0 0 55vw;
        margin: 30px 0 0;
    }

    #wrap.about .approach-box--02 {
        padding: 30px 0 0;
        border-top: 1px solid #333;
    }

    #wrap.about .approach-box--02:after {
        content: "";
        display: block;
        margin: 5px 0 0;
        height: 30vh;
        background: url(../../../images/lp/atorrege/img07.png) no-repeat center bottom 0/contain;
    }

    #wrap.about .approach-box--03 {
        background: url(../../../images/lp/atorrege/img08.png) no-repeat center bottom 0/auto 280px;
        padding: 30px 0 300px;
        margin: 40px 0 40px;
        border-top: 1px solid #333;
    }

    #wrap.about .approach-box--04 {
        border-top: 1px solid #333;
        margin: 40px auto;
        padding: 40px 0 0;
    }

    #wrap.about .approach-box-ttl {
        font-size: 15px;
        color: #ee8240;
        font-weight: 200;
        line-height: 1.3;
    }

    #wrap.about .approach-box-ttl span {
        display: block;
        color: #325a9d;
        font-size: 19px;
        font-weight: 400;
        margin: 0 0 3px;
    }

    #wrap.about .approach-box__ttl {
        color: #555555;
        font-size: 20px;
        line-height: 1.3;
        font-weight: 200;
        margin: 10px 0;
    }

    #wrap.about .approach-box__txt {
        font-size: 14px;
    }

    #wrap.about .approach-box--04 .approach-box__txt {
        width: 100%;
    }

    #wrap.about .approach-system {
        margin: 0;
    }

    #wrap.about .approach-system__ttl {
        color: #fff;
        background: #fda063;
        text-align: center;
        font-size: 18px;
        line-height: 1.3;
        padding: 5px 0;
        font-weight: 200;
        margin: 0 0 30px;
    }

    #wrap.about .approach-system__txt {
        width: 100%;
        margin: 20px auto;
        text-align: justify;
        font-size: 14px;
    }

    #wrap.about .approach-system p > img {
        max-width: 338px;
        width: 100%;
    }

    #wrap.about .approach-system__btn {
        width: 100%;
        margin: 0 auto;
        display: block;
        border: 1px solid #fda063;
        position: relative;
        border-radius: 5px;
    }

    #wrap.about .approach-system__btn:after {
        content: "";
        position: absolute;
        top: calc(50% - 3.5px);
        right: 0px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 10px;
        height: 7px;
        border: 6px solid transparent;
        border-left: 7px solid #fdb88a;
    }

    #wrap.about .approach-system__btn dl {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px;
    }

    #wrap.about .approach-system__btn dt {
        color: #333;
        margin: 0 7px 0 0;
        line-height: 1.2;
        font-size: 11px;
    }

    #wrap.about .approach-system__btn dd {
        color: #d06122;
        font-size: 17px;
        font-weight: 200;
    }

    #wrap.about .approach-system .various-ttl {
        text-align: center;
    }

    #wrap.about .approach-menu {
        /* flex-wrap: wrap; */
        /* justify-content: space-around; */
        /* margin: 20px 0 0; */
    }

    #wrap.about .approach-menu__list {
        width: 100%;
        /* padding: 0 40px; */
        margin: 10px 0;
    }

    #wrap.about .approach-system__cate {
        text-align: left;
        padding: 0 5px;
    }

    #wrap.about .approach-system__cate dd a + a {
        padding: 0 0 0 10px;
    }

    #wrap.about .approach-system__cate a {
        color: #555;
        font-size: 15px;
        margin: 2px 0;
    }

    #wrap.about .approach-system__list {
        margin: 15px 0;
    }

    #wrap.about .approach-system__list dt {
        /* text-align: center; */
        border-radius: 11px;
        color: #fff;
        margin: 15px 0 8px;
        font-size: 15px;
        letter-spacing: 0.5px;
        padding: 0 20px;
    }

    #wrap.about .approach-system__list--1 dt {
        background: #6bb291;
    }

    #wrap.about .approach-system__list--2 dt {
        background: #65a9dc;
    }

    #wrap.about .approach-system__list--3 dt {
        background: #f4a54d;
    }

    #wrap.about .approach-system__list--4 dt {
        background: #ba8cbd;
    }

    #wrap.about .approach-system__list--5 dt {
        background: #ef8f84;
    }

    #wrap.about .approach-system__list--6 dt {
        background: #b5a0a2;
    }

    #wrap.about .approach-system__list--6 .caution {
        font-size: 14px;
        margin: 5px 0 25px;
    }

    #wrap.about .approach-menu__ttl {
        position: relative;
        font-size: 17px;
        height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /* justify-content: center; */
        padding: 0 0 0 90px;
    }

    #wrap.about .approach-menu__icon {
        background: #ffbc8d;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        width: 80px;
        height: 80px;
        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;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 14px;
        line-height: 1.2;
        font-weight: 200;
    }

    #wrap.about .approach-menu__txt {
        text-align: left;
        margin: 10px 0;
        font-size: 14px;
    }

    #wrap.about .various {
        background: #fff5ef;
        width: 100%;
        margin: 10px auto 0;
        text-align: center;
        padding: 20px 15px;
        border-radius: 20px;
    }

    #wrap.about .various-ttl {
        color: #ee8240;
        font-size: 16px;
        font-weight: 200;
        line-height: 1.5;
        text-align: left;
    }

    #wrap.about .various-txt {
        text-align: left;
        margin: 10px 0 0;
        line-height: 1.8;
        font-size: 13px;
        font-weight: 200;
    }

    #wrap.about .pursue {
        width: 90%;
        margin: 40px auto 0;
    }

    #wrap.about .pursue-list--03 {
        width: 90%;
        margin: 0 auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }

    #wrap.about .col2 .pursue-list {
        margin: 0 0 40px;
    }

    #wrap.about .pursue-list__img {
        text-align: center;
        width: 80%;
        margin: 0 auto 10px;
    }

    #wrap.about .pursue-list__ttl {
        color: #325a9d;
        border-bottom: 1px solid #030000;
        font-size: 17px;
        margin: 0 0 10px;
        padding: 7px 0;
        font-weight: 200;
        line-height: 1.4;
    }

    #wrap.about .pursue-list__txt {
        line-height: 1.4;
        font-size: 14px;
    }

    #wrap.about .point {
        /* padding: 50px; */
        margin: 40px 0;
        text-align: center;
    }

    #wrap.about .point-ttl {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        color: #d06122;
        font-weight: 200;
        font-size: 20px;
        border: 1px solid #d06122;
        border-radius: 50px;
        background: #fff5ef;
    }

    #wrap.about .point-lead {
        font-size: 20px;
        line-height: 1.4;
        color: #d06122;
        margin: 20px 0 15px;
        font-weight: 300;
    }

    #wrap.about .point-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #wrap.about .point-list {
        background: #ffbc8d;
        border-radius: 50%;
        text-align: center;
        width: 80px;
        height: 80px;
        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;
        font-size: 20px;
        color: #555555;
        margin: 0 12px 0 0;
        position: relative;
        font-weight: 300;
    }

    #wrap.about .point-list--03 {
        margin: 0;
    }

    #wrap.about .point-list--02:before,
    #wrap.about .point-list--03:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: -24px;
        width: 35px;
        height: 2px;
        margin-top: -2px;
        background: #ee8240;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #wrap.about .point-list--02:after,
    #wrap.about .point-list--03:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: -24px;
        width: 35px;
        height: 2px;
        margin-top: -2px;
        background: #ee8240;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #wrap.about .point-list span {
        position: relative;
    }

    #wrap.about .point-list span:before {
        content: "";
        width: 53px;
        height: 30px;
        display: block;
    }

    #wrap.about .point-list--01 span:before {
        background: url(../../../images/lp/atorrege/point_icon01.png) no-repeat center/auto 100%;
    }

    #wrap.about .point-list--02 span:before {
        background: url(../../../images/lp/atorrege/point_icon02.png) no-repeat center/auto 100%;
    }

    #wrap.about .point-list--03 span:before {
        background: url(../../../images/lp/atorrege/point_icon03.png) no-repeat center/auto 100%;
    }

    #wrap.about .point-txt {
        width: 100%;
        margin: 15px auto 10px;
        padding: 0 3%;
        line-height: 1.9;
        text-align: justify;
        font-size: 14px;
    }

    #wrap.about .impressions {
        padding: 40px;
        margin: 40px 0;
    }

    #wrap.about .impressions-ttl {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        color: #d06122;
        font-size: 20px;
        font-weight: 200;
        border: 1px solid #d06122;
        border-radius: 50px;
        background: #fff5ef;
        line-height: 1.4;
        padding: 5px 2px;
    }

    #wrap.about .impressions-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 10px 18px 20px;
    }

    #wrap.about .impressions-list {
        width: 100%;
        border: 1px solid #d06122;
        border-radius: 25px;
        padding: 10px 15px 10px;
        margin: 10px 0;
        position: relative;
        font-size: 14px;
    }

    #wrap.about .impressions-list__txt {
        margin: 0 0 40px;
        font-size: 14px;
    }

    #wrap.about .impressions-list__age {
        text-align: left;
        position: absolute;
        right: 20px;
        bottom: 10px;
        font-size: 13px;
    }

    #wrap.about .btn {
        text-align: center;
    }

    .approach-system2__image {
        padding-bottom: 50px;
    }

    .approach-system2__list {
        max-width: 705px;
        margin: auto;
    }

    .approach-system2__list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
        padding: 30px 0;
    }

    .approach-system2__list ul li {
        width: 100%;
        border: 1px solid #cdcdcd;
        border-radius: 6px;
        position: relative;
    }

    .approach-system2__list ul li::after {
        position: absolute;
        right: 1em;
        top: calc(50% - 4px);
        content: "";
        width: 8px;
        height: 8px;
        border-top: 1px solid #555555;
        border-right: 1px solid #555555;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .approach-system2__list ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 1em;
    }

    .approach-system2__list ul li span {
        color: #ffffff;
        padding: 0 10px;
        margin: 5px 0;
    }

    .approach-system2__list ul li .icon {
        font-size: 12px;
        color: #555555;
        border: 1px solid #555555;
    }

    .approach-system2__list ul li .ttl {
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 0.5em;
        padding: 0;
        color: #555555;
    }

    .approach-system2__list .t-01 {
        background-color: #98bbd4;
    }

    .approach-system2__list .t-02 {
        background-color: #bda6be;
    }

    .approach-system2__list .t-03 {
        background-color: #b6a0a2;
    }

    .approach-system2__list .t-04 {
        background-color: #8db7a4;
    }

    .approach-system2__list .t-05 {
        background-color: #dbb285;
    }

    .approach-system2__list .t-06 {
        background-color: #e5b1ac;
    }
}

@media all and (min-width: 769px) {
    #wrap.about {
        /* .main-box {
        width: 665px;
        margin: 63px 0 0;
    } */
        /* 2108_add */
        /* 2108_add */
    }

    #wrap.about div.column-box {
        width: 100%;
        max-width: 920px;
        margin: 50px auto 30px;
    }

    #wrap.about .about-content {
        padding: 50px 0;
        /* border-top: #f18536 4px solid; */
        color: #555;
    }

    #wrap.about .main {
        width: 100%;
        max-width: 1000px;
        margin: 20px auto 50px;
        padding: 55px 40px 35px;
        background: url(../../../images/lp/atorrege/about_bg.jpg) no-repeat center;
    }

    #wrap.about .main-txt {
        margin: 40px 0;
        color: #555;
        line-height: 1.9;
    }

    #wrap.about .main-box {
        width: 665px;
        margin: 63px auto;
        text-align: center;
    }

    #wrap.about .main-box__ttl {
        font-size: 25px;
        line-height: 1.6;
        text-align: left;
        margin: 0 0 20px;
        color: #555555;
        font-weight: 200;
        display: inline-block;
    }

    #wrap.about .main-box__ttl span {
        display: block;
        color: #d06122;
        font-size: 36px;
        text-align: center;
    }

    #wrap.about .main-box__menu {
        max-width: 665px;
        margin: auto;
    }

    #wrap.about .main-box_list a {
        background: #ee8240;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        width: 150px;
        height: 150px;
        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;
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: 0.3px;
        font-weight: 200;
        padding: 13px;
    }

    #wrap.about .check {
        padding: 50px 0;
        margin: 40px 0;
    }

    #wrap.about .check-ttl {
        width: 100%;
        max-width: 805px;
        margin: 0 auto;
        text-align: center;
        color: #ee8240;
        font-size: 30px;
        font-weight: 200;
        border: 1px solid #d06122;
        border-radius: 50px;
    }

    #wrap.about .check-box {
        width: 760px;
        margin: 30px auto;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #wrap.about .check-box__ttl {
        width: 185px;
        height: 185px;
        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;
        border: 1px solid #d06122;
        color: #555;
        font-size: 20px;
        text-align: center;
        font-weight: 300;
    }

    #wrap.about .check-box__list {
        width: 445px;
        font-size: 16px;
        font-weight: 200;
        padding: 6px 0;
        background-image: linear-gradient(to right, #a1a1a1, #a1a1a1 5px, transparent 5px, transparent 2px);
        background-size: 8px 1px;
        background-repeat: repeat-x;
        background-position: bottom;
    }

    #wrap.about .check-box__list span {
        color: #d06122;
    }

    #wrap.about .check-box__list:before {
        content: "";
        width: 26px;
        height: 21px;
        display: inline-block;
        padding: 0 0 0 5px;
        background: url(../../../images/lp/atorrege/icon_check01.png) no-repeat;
    }

    #wrap.about .about-cont {
        padding: 50px 60px;
        margin: 50px 0;
        text-align: center;
    }

    #wrap.about .about-ttl {
        width: 100%;
        max-width: 805px;
        margin: 0 auto;
        text-align: center;
        color: #ee8240;
        font-weight: 200;
        font-size: 30px;
        border: 1px solid #d06122;
        border-radius: 50px;
        background: #fff5ef;
    }

    #wrap.about .aboout-txt {
        color: #555;
        font-size: 16px;
        margin: 30px 0;
        line-height: 1.9;
    }

    #wrap.about .about-box {
        width: 760px;
        margin: 70px auto 50px;
        position: relative;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #wrap.about .about-box--col {
        position: relative;
    }

    #wrap.about .about-box--col:after {
        content: "";
        width: 47px;
        height: 25px;
        position: absolute;
        right: -62px;
        top: calc(57% - 12.5px);
        background: url(../../../images/lp/atorrege/arrow01.png) no-repeat;
    }

    #wrap.about .about-box__lead {
        font-size: 30px;
        color: #325a9d;
        font-weight: 300;
    }

    #wrap.about .about-box__img {
        margin: 20px 0;
    }

    #wrap.about .about-compare {
        width: 350px;
        height: 502px;
    }

    #wrap.about .about-compare__ttl {
        border: 1px solid #325a9d;
        text-align: center;
        font-size: 24px;
        font-weight: 300;
        line-height: 1.5;
    }

    #wrap.about .about-compare__ttl--health {
        border: 1px solid #fdb88a;
    }

    #wrap.about .about-compare__img {
        margin: 20px 0;
    }

    #wrap.about .about-compare__txt {
        text-align: left;
        line-height: 1.9;
    }

    #wrap.about .approach {
        padding: 45px;
        margin: 40px 0;
        text-align: center;
    }

    #wrap.about .approach-ttl {
        width: 100%;
        max-width: 805px;
        margin: 0 auto;
        text-align: center;
        color: #d06122;
        font-weight: 200;
        font-size: 30px;
        border: 1px solid #d06122;
        border-radius: 50px;
        background: #fff5ef;
    }

    #wrap.about .approach-txt {
        margin: 30px 0;
        line-height: 2;
    }

    #wrap.about .approach-box {
        margin: 50px 0;
        text-align: left;
    }

    #wrap.about .approach-box--01 {
        background: url(../../../images/lp/atorrege/img05.png) no-repeat right 0 bottom -40px;
        padding: 0 28% 0 0;
        margin: 50px 0 110px 70px;
    }

    #wrap.about .approach-box--02 {
        background: url(../../../images/lp/atorrege/img07.png) no-repeat right bottom 0px;
        padding: 67px 34% 0 60px;
        border-top: 1px solid #959595;
        margin: 80px 0 0px;
    }

    #wrap.about .approach-box--03 {
        background: url(../../../images/lp/atorrege/img08.png) no-repeat right bottom;
        padding: 80px 35% 30px 60px;
        margin: 80px 0 0px;
        border-top: 1px solid #959595;
    }

    #wrap.about .approach-box--04 {
        border-top: 1px solid #959595;
        margin: 50px auto 0;
        padding: 60px 60px 50px;
    }

    #wrap.about .approach-box-ttl {
        font-size: 20px;
        color: #ee8240;
        font-weight: 200;
        line-height: 1.3;
        letter-spacing: 0.5px;
    }

    #wrap.about .approach-box-ttl span {
        display: block;
        color: #325a9d;
        font-size: 30px;
        font-weight: 300;
        margin: 0 0 5px;
    }

    #wrap.about .approach-box__ttl {
        color: #555555;
        font-size: 30px;
        line-height: 1.5;
        font-weight: 200;
        margin: 25px 0 0;
    }

    #wrap.about .approach-box__txt {
        margin: 20px 35px 0 0;
        width: 400px;
        line-height: 1.9;
    }

    #wrap.about .approach-box--04 .approach-box__txt {
        width: 100%;
    }

    #wrap.about .approach-system {
        margin: 40px 0 0;
    }

    #wrap.about .approach-system__ttl {
        color: #fff;
        background: #fda063;
        text-align: center;
        font-size: 30px;
        margin: 0 0 30px;
        font-weight: 200;
    }

    #wrap.about .approach-system__txt {
        width: 700px;
        margin: 30px auto 58px;
        line-height: 1.9;
        text-align: justify;
    }

    #wrap.about .approach-system__btn {
        width: 705px;
        margin: 0 auto;
        display: block;
        border: 1px solid #fda063;
        position: relative;
        border-radius: 5px;
    }

    #wrap.about .approach-system__btn:after {
        content: "";
        position: absolute;
        top: calc(50% - 6.5px);
        right: 7px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 10px;
        height: 7px;
        border: 6px solid transparent;
        border-left: 13px solid #fdb88a;
    }

    #wrap.about .approach-system__btn dl {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 5px 0;
    }

    #wrap.about .approach-system__btn dt {
        color: #333;
        margin: 0 15px 0 0;
    }

    #wrap.about .approach-system__btn dd {
        color: #d06122;
        font-size: 36px;
        font-weight: 200;
    }

    #wrap.about .approach-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #wrap.about .approach-menu__list {
        width: 414px;
        padding: 30px 40px;
        margin: 10px 0;
    }

    #wrap.about .approach-menu__list--01 {
        border-right: 1px dotted #ccc;
    }

    #wrap.about .approach-menu__list--02 {
        border-bottom: 1px dotted #ccc;
        padding: 40px 30px;
        margin: 0 10px;
        width: 390px;
    }

    #wrap.about .approach-menu__list--03 {
        border-top: 1px dotted #ccc;
        padding: 40px 30px;
        margin: 0 10px;
        width: 390px;
    }

    #wrap.about .approach-menu__list--03 .approach-menu__icon {
        padding-top: 4px;
    }

    #wrap.about .approach-menu__list--04 {
        border-left: 1px dotted #ccc;
    }

    #wrap.about .approach-menu__list--04 .approach-menu__icon {
        padding-top: 4px;
    }

    #wrap.about .approach-menu__ttl {
        position: relative;
        font-size: 26px;
        height: 110px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /* justify-content: center; */
        padding: 0 0 0 125px;
        text-align: left;
        font-weight: 200;
        line-height: 1.4;
    }

    #wrap.about .approach-menu__icon {
        background: #ffbc8d;
        color: #fff;
        border-radius: 50%;
        text-align: center;
        width: 110px;
        height: 110px;
        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;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 18px;
        font-weight: 200;
        line-height: 1.2;
    }

    #wrap.about .approach-menu__txt {
        text-align: left;
        margin: 20px 0;
        color: #555;
        line-height: 1.9;
    }

    #wrap.about .various {
        background: #fff5ef;
        width: 100%;
        max-width: 760px;
        margin: 30px auto;
        text-align: center;
        padding: 30px 30px 35px;
        border-radius: 20px;
    }

    #wrap.about .various-ttl {
        color: #ee8240;
        font-size: 26px;
        font-weight: 200;
        line-height: 1.3;
    }

    #wrap.about .various-txt {
        text-align: left;
        margin: 40px 0 0;
        line-height: 2;
        font-size: 18px;
        font-weight: 200;
    }

    #wrap.about .pursue {
        width: 100%;
        max-width: 720px;
        margin: 70px auto 40px;
    }

    #wrap.about .pursue-list--03 {
        width: 100%;
        max-width: 720px;
        margin: 65px auto 50px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse;
    }

    #wrap.about .col2 .pursue-list,
    #wrap.about .pursue-list--03 dl {
        width: 340px;
    }

    #wrap.about .pursue-list__ttl {
        color: #325a9d;
        border-bottom: 1px solid #030000;
        font-size: 25px;
        margin: 0 0 18px;
        padding: 22px 0;
        font-weight: 200;
        line-height: 1.3;
    }

    #wrap.about .pursue-list--03 .pursue-list__ttl {
        padding: 22px 0 10px;
    }

    #wrap.about .pursue-list__txt {
        line-height: 2;
    }

    #wrap.about .point {
        padding: 50px;
        margin: 40px 0;
        text-align: center;
    }

    #wrap.about .point-ttl {
        width: 100%;
        max-width: 805px;
        margin: 0 auto;
        text-align: center;
        color: #d06122;
        font-weight: 200;
        font-size: 30px;
        border: 1px solid #d06122;
        border-radius: 50px;
        background: #fff5ef;
    }

    #wrap.about .point-lead {
        font-size: 37px;
        line-height: 1.4;
        color: #d06122;
        margin: 45px 0 15px;
        font-weight: 300;
    }

    #wrap.about .point-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #wrap.about .point-list {
        background: #ffbc8d;
        border-radius: 50%;
        text-align: center;
        width: 160px;
        height: 160px;
        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;
        font-size: 30px;
        color: #555555;
        margin: 0 30px;
        position: relative;
        font-weight: 200;
    }

    #wrap.about .point-list--02:before,
    #wrap.about .point-list--03:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: -55px;
        width: 45px;
        height: 2px;
        margin-top: -2px;
        background: #ee8240;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #wrap.about .point-list--02:after,
    #wrap.about .point-list--03:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: -55px;
        width: 45px;
        height: 2px;
        margin-top: -2px;
        background: #ee8240;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #wrap.about .point-list span {
        position: relative;
    }

    #wrap.about .point-list span:before {
        content: "";
        width: 65px;
        height: 65px;
        display: block;
    }

    #wrap.about .point-list--01 span:before {
        background: url(../../../images/lp/atorrege/point_icon01.png) no-repeat center;
    }

    #wrap.about .point-list--02 span:before {
        background: url(../../../images/lp/atorrege/point_icon02.png) no-repeat center;
    }

    #wrap.about .point-list--03 span:before {
        background: url(../../../images/lp/atorrege/point_icon03.png) no-repeat center;
    }

    #wrap.about .point-txt {
        width: 100%;
        max-width: 730px;
        margin: 35px auto 10px;
        line-height: 1.9;
        text-align: justify;
    }

    #wrap.about .impressions {
        padding: 40px;
        margin: 40px 0;
    }

    #wrap.about .impressions-ttl {
        width: 100%;
        max-width: 805px;
        margin: 0 auto;
        text-align: center;
        color: #d06122;
        font-weight: 200;
        font-size: 30px;
        border: 1px solid #d06122;
        border-radius: 50px;
        background: #fff5ef;
    }

    #wrap.about .impressions-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 40px 18px 20px;
    }

    #wrap.about .impressions-list {
        width: 390px;
        border: 1px solid #d06122;
        border-radius: 25px;
        padding: 30px 20px 20px;
        margin: 10px 0;
        position: relative;
    }

    #wrap.about p.impressions-list__txt {
        margin: 0 0 50px;
    }

    #wrap.about .impressions-list__age {
        text-align: left;
        position: absolute;
        right: 20px;
        bottom: 20px;
    }

    #wrap.about .btn {
        text-align: center;
    }

    #wrap.about .approach-system2__image {
        padding-bottom: 50px;
    }

    #wrap.about .approach-system2__list {
        max-width: 705px;
        margin: auto;
    }

    #wrap.about .approach-system2__list ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
        padding: 60px 0;
    }

    #wrap.about .approach-system2__list ul li {
        width: calc((100% - 20px) / 2);
        border: 1px solid #cdcdcd;
        border-radius: 6px;
        position: relative;
    }

    #wrap.about .approach-system2__list ul li::after {
        position: absolute;
        right: 1em;
        top: calc(50% - 4px);
        content: "";
        width: 8px;
        height: 8px;
        border-top: 1px solid #555555;
        border-right: 1px solid #555555;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #wrap.about .approach-system2__list ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 1em;
    }

    #wrap.about .approach-system2__list ul li span {
        color: #ffffff;
        padding: 0 10px;
        margin: 5px 0;
    }

    #wrap.about .approach-system2__list ul li .icon {
        font-size: 12px;
        color: #555555;
        border: 1px solid #555555;
    }

    #wrap.about .approach-system2__list ul li .ttl {
        font-size: 16px;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 0.5em;
        padding: 0;
        color: #555555;
    }

    #wrap.about .approach-system2__list .t-01 {
        background-color: #98bbd4;
    }

    #wrap.about .approach-system2__list .t-02 {
        background-color: #bda6be;
    }

    #wrap.about .approach-system2__list .t-03 {
        background-color: #b6a0a2;
    }

    #wrap.about .approach-system2__list .t-04 {
        background-color: #8db7a4;
    }

    #wrap.about .approach-system2__list .t-05 {
        background-color: #dbb285;
    }

    #wrap.about .approach-system2__list .t-06 {
        background-color: #e5b1ac;
    }
}

@media all and (max-width: 768px) {
    #wrap.faq .faq-cont {
        border-top: #f18536 4px solid;
    }

    #wrap.faq div[class^=sec] {
        padding: 30px 0 30px;
    }

    #wrap.faq .sub-ttl {
        color: #e9611e;
        font-size: 20px;
        font-weight: 400;
        margin: 0 0 35px;
    }

    #wrap.faq .faq-list {
        margin: 30px 0;
    }

    #wrap.faq .faq-list__ttl {
        font-size: 16px;
        margin: 0 0 10px 5px;
        line-height: 1.4;
        padding-left: 42px;
        position: relative;
    }

    #wrap.faq .faq-list__ttl:before {
        content: "";
        width: 26px;
        height: 28px;
        position: absolute;
        top: calc(50% - 14px);
        left: 0;
        margin: 0 15px 0 2%;
        background: url(../../../images/lp/atorrege/q.png) no-repeat left center/contain;
    }

    #wrap.faq .faq-list__txt {
        border: 4px solid #fdb88a;
        background: #fff;
        padding: 20px 12px 20px 43px;
        position: relative;
        font-size: 13px;
    }

    #wrap.faq .faq-list__txt:before {
        content: "";
        width: 30px;
        height: 28px;
        position: absolute;
        top: 20px;
        left: 10px;
        background: url(../../../images/lp/atorrege/a.png) no-repeat left center/contain;
    }

    #wrap.faq .faq-list__txt span {
        display: block;
        margin: 20px 0 0;
    }

    #wrap.faq .faq-list__txt a {
        color: #555;
        border-bottom: 1px solid #555;
    }

    #wrap.faq .faq-list__txt a:hover {
        border-bottom: none;
    }
}

@media all and (min-width: 769px) {
    #wrap.faq .faq-cont {
        border-top: #f18536 4px solid;
    }

    #wrap.faq div[class^=sec] {
        padding: 50px 0 30px;
    }

    #wrap.faq .sub-ttl {
        color: #e9611e;
        font-size: 24px;
        font-weight: 400;
        margin: 0 0 55px;
    }

    #wrap.faq .faq-list {
        margin: 50px 0;
    }

    #wrap.faq .faq-list__ttl {
        font-size: 24px;
        padding: 0 0 10px 15px;
    }

    #wrap.faq .faq-list__ttl:before {
        content: "";
        width: 34px;
        height: 37px;
        display: inline-block;
        vertical-align: sub;
        padding: 0 15px 0 0;
        background: url(../../../images/lp/atorrege/q.png) no-repeat left center;
    }

    #wrap.faq .faq-list__txt {
        border: 4px solid #fdb88a;
        background: #fff;
        padding: 30px 45px 30px 65px;
        position: relative;
    }

    #wrap.faq .faq-list__txt:before {
        content: "";
        width: 34px;
        height: 37px;
        position: absolute;
        top: 20px;
        left: 15px;
        background: url(../../../images/lp/atorrege/a.png) no-repeat left center;
    }

    #wrap.faq .faq-list__txt span {
        display: block;
        margin: 20px 0 0;
    }

    #wrap.faq .faq-list__txt a {
        color: #555;
        border-bottom: 1px solid #555;
    }

    #wrap.faq .faq-list__txt a:hover {
        border-bottom: none;
    }
}

@media all and (max-width: 768px) {
    #wrap.lineapp div#lbox {
        display: none;
    }

    #wrap.lineapp .line_fv_content {
        background-color: #06c755;
    }

    #wrap.lineapp .line_fv .line_col2_01 {
        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: 0 0 5vw;
    }

    #wrap.lineapp .line_fv_image {
        max-width: 30%;
    }

    #wrap.lineapp .line_fv_text {
        padding-left: 30px;
    }

    #wrap.lineapp .line_fv_text .text1 {
        font-size: 4.5vw;
        font-weight: 300;
        line-height: 1.5;
    }

    #wrap.lineapp .line_fv_text .text2 {
        font-size: 5.8vw;
        font-weight: 600;
        line-height: 1.5;
    }

    #wrap.lineapp .line_fv_text .text_y {
        color: #ffff00;
    }

    #wrap.lineapp .line_fv_text .text_w {
        color: #ffffff;
    }

    #wrap.lineapp .line_fv_text .textid {
        padding: 1em 0 0;
    }

    #wrap.lineapp .line_fv_text .textid span {
        background-color: #fff;
        text-align: center;
        border-radius: 1.2em;
        font-size: 5vw;
        padding: 0 1em;
        display: inline-block;
    }

    #wrap.lineapp p.line_coupon_text {
        width: 12em;
        text-align: center;
        margin: 5vw auto;
        font-size: 4vw;
    }

    #wrap.lineapp .line_coupon_pop {
        margin: 0 auto;
        text-align: center;
        padding-bottom: 20px;
        width: 70%;
    }

    #wrap.lineapp .line_coupon_image {
        max-width: 78vw;
        margin: auto;
    }

    #wrap.lineapp .line_coupon_image .exp01 {
        font-size: 3.2vw;
        display: inline-block;
        margin: 2vw 0;
        font-weight: 300;
    }

    #wrap.lineapp .line_howto_ttl01 {
        text-align: center;
        margin: 9vw 0 3vw;
    }

    #wrap.lineapp .line_howto_ttl01 img {
        max-width: 66vw;
    }

    #wrap.lineapp .line_howto_box {
        border: 2px solid #06c755;
        background-color: #fffde3;
    }

    #wrap.lineapp .line_howto_box > div::before {
        content: "";
        display: inline-block;
        width: 20%;
        height: 1px;
        background-color: #aaa;
        margin: 8vw 40%;
    }

    #wrap.lineapp div.line_howto_add01::before {
        display: none;
        margin: 0;
    }

    #wrap.lineapp .line_howto_ttl02 {
        background-color: #06c750;
        color: #fff;
        text-align: center;
        font-size: 5vw;
        padding: 5vw 0;
        line-height: 1;
        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;
    }

    #wrap.lineapp .line_howto_ttl02 img {
        height: 1.4em;
    }

    #wrap.lineapp .line_howto_text01 {
        width: 15em;
        text-align: center;
        margin: 5vw auto;
        font-size: 3.9vw;
    }

    #wrap.lineapp .line_howto_pop {
        max-width: 70vw;
        margin: auto;
    }

    #wrap.lineapp .line_howto_list_icon {
        width: 2em;
        height: 2em;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #06c755;
        color: #ffffff;
        border-radius: 2em;
        font-size: 6vw;
        line-height: 1;
        font-weight: 300;
    }

    #wrap.lineapp .line_howto_list_ttl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #wrap.lineapp .line_howto_list_text {
        font-size: 6vw;
        line-height: 1.2;
        color: #06c755;
        width: 13em;
        text-align: center;
        padding-top: 0.7em;
        padding-bottom: 0.7em;
    }

    #wrap.lineapp p.line_howto_list_content_text {
        width: 20em;
        text-align: justify;
        margin: 0 auto 5vw;
        font-size: 3.9vw;
        line-height: 1.7;
    }

    #wrap.lineapp .line_howto_list_content_img {
        text-align: center;
    }

    #wrap.lineapp .line_howto_list_content_img img {
        width: 70vw;
    }

    #wrap.lineapp .line_howto_list_content_qrimg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #wrap.lineapp .line_howto_list_content_qrimg img {
        max-width: 36vw;
        margin: auto;
    }

    #wrap.lineapp .line_howto_list_content_qrimg > span {
        font-size: 12px;
    }

    #wrap.lineapp .line_howto_list_content_idimg {
        text-align: center;
    }

    #wrap.lineapp .line_howto_list_content_idimg span {
        background-color: #fff;
        text-align: center;
        border-radius: 1.2em;
        font-size: 5vw;
        padding: 0 1em;
        display: inline-block;
        width: 15em;
        border: 1px solid #eee;
        font-weight: 300;
        margin-bottom: 2em;
    }
}

@media all and (min-width: 769px) {
    #wrap.lineapp div#lbox {
        display: none;
    }

    #wrap.lineapp .line_fv_content {
        background-color: #06c755;
    }

    #wrap.lineapp .line_fv .line_col2_01 {
        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: 50px 0;
    }

    #wrap.lineapp .line_fv_text {
        padding-left: 30px;
    }

    #wrap.lineapp .line_fv_text .text1 {
        font-size: 32px;
        font-weight: 600;
        line-height: 1.5;
    }

    #wrap.lineapp .line_fv_text .text2 {
        font-size: 48px;
        font-weight: 600;
        line-height: 1.5;
    }

    #wrap.lineapp .line_fv_text .text_y {
        color: #ffff00;
    }

    #wrap.lineapp .line_fv_text .text_w {
        color: #ffffff;
    }

    #wrap.lineapp .line_fv_text .textid span {
        padding: 1em 0 0;
    }

    #wrap.lineapp .line_fv_text .textid span {
        background-color: #fff;
        text-align: center;
        border-radius: 1.2em;
        font-size: 28px;
        padding: 0 1em;
        display: inline-block;
        width: 13em;
    }

    #wrap.lineapp .line_coupon_text {
        width: 100%;
        text-align: center;
        margin: 50px auto 0;
        font-size: 28px;
        padding-bottom: 20px;
    }

    #wrap.lineapp .line_coupon_pop {
        margin: 0 auto;
        text-align: center;
        padding-bottom: 20px;
    }

    #wrap.lineapp .line_coupon_image {
        max-width: 760px;
        margin: auto;
        text-align: center;
    }

    #wrap.lineapp .line_coupon_image .exp01 {
        font-size: 14px;
        display: inline-block;
        margin: 10px 0;
        font-weight: 300;
        width: 100%;
        text-align: left;
    }

    #wrap.lineapp .line_howto_ttl01 {
        text-align: center;
        margin: 60px 0 30px;
    }

    #wrap.lineapp .line_howto_ttl01 img {
        max-width: 66vw;
    }

    #wrap.lineapp .line_howto_box {
        border: 2px solid #06c755;
        background-color: #fffde3;
        max-width: 760px;
        margin: 0 auto;
    }

    #wrap.lineapp .line_howto_box > div::before {
        content: "";
        display: inline-block;
        width: 10%;
        height: 1px;
        background-color: #aaa;
        margin: 50px 45%;
    }

    #wrap.lineapp div.line_howto_add01::before {
        display: none;
        margin: 0;
    }

    #wrap.lineapp .line_howto_ttl02 {
        background-color: #06c750;
        color: #fff;
        text-align: center;
        font-size: 32px;
        padding: 1em 0;
        line-height: 1;
        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;
    }

    #wrap.lineapp .line_howto_text01 {
        width: 100%;
        text-align: center;
        margin: 30px auto;
        font-size: 24px;
    }

    #wrap.lineapp .line_howto_pop {
        max-width: 100%;
        margin: auto;
        text-align: center;
    }

    #wrap.lineapp .line_howto_list_icon {
        width: 2em;
        height: 2em;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #06c755;
        color: #ffffff;
        border-radius: 2em;
        font-size: 24px;
        line-height: 1;
        font-weight: 300;
    }

    #wrap.lineapp .line_howto_list_ttl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 84px;
    }

    #wrap.lineapp .line_howto_list_text {
        font-size: 26px;
        line-height: 1.2;
        color: #06c755;
        width: auto;
        text-align: center;
        padding-top: 0.7em;
        padding-bottom: 0.7em;
        padding-left: 10px;
        font-weight: 600;
    }

    #wrap.lineapp .line_howto_add02 .line_howto_list_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 90px;
    }

    #wrap.lineapp .line_howto_add02 .line_howto_list_content_text {
        margin: 0;
        padding-right: 1em;
    }

    #wrap.lineapp .line_howto_add02 .line_howto_list_content_text {
        margin: 0;
        padding-right: 1em;
    }

    #wrap.lineapp p.line_howto_list_content_text {
        width: auto;
        text-align: justify;
        margin: 0 90px 30px 140px;
        font-size: 18px;
        line-height: 1.7;
    }

    #wrap.lineapp .line_howto_list_content_img {
        text-align: center;
    }

    #wrap.lineapp .line_howto_list_content_img img {
        width: auto;
    }

    #wrap.lineapp .line_howto_list_content_qrimg {
        max-width: 36vw;
        margin: auto;
    }

    #wrap.lineapp .line_howto_list_content_idimg {
        text-align: center;
    }

    #wrap.lineapp .line_howto_list_content_idimg span {
        background-color: #fff;
        text-align: center;
        border-radius: 1.2em;
        font-size: 24px;
        padding: 0 1em;
        display: inline-block;
        width: 100%;
        border: 1px solid #eee;
        font-weight: 300;
        margin-bottom: 2em;
        max-width: 370px;
    }
}

.line_howto_anchor {
    max-width: 780px;
    margin: 0 auto;
}

.line_howto_anchor__ttl {
    text-align: center;
    font-size: 28px;
    padding-top: 40px;
    padding-bottom: 24px;
}

@media all and (max-width: 768px) {
    .line_howto_anchor__ttl {
        font-size: 14px;
        padding-bottom: 14px;
    }
}

.line_howto_anchor__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 80px;
}

@media all and (max-width: 768px) {
    .line_howto_anchor__inner {
        padding-bottom: 40px;
        margin: 0 -10px;
    }
}

.line_howto_anchor__inner a {
    width: calc(50% - 20px);
    margin: 0 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.line_howto_air {
    padding-top: 80px;
}

@media all and (max-width: 768px) {
    .okaeri-cpon {
        padding-top: 40px;
        max-width: 550px;
        margin: auto;
    }

    .okaeri-cpon .cpon-code {
        margin: auto;
        text-align: center;
        padding-bottom: 20px;
    }

    .okaeri-cpon .cpon-code span {
        display: inline-block;
        background-color: #e25805;
        color: #fff;
        padding: 0.2em 1em;
        font-size: 20px;
        line-height: 1;
    }

    .okaeri-cpon .cpon-ttl {
        text-align: center;
        color: #e25805;
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 10px;
    }

    .okaeri-cpon .cpon-lead {
        padding: 0 1.6em;
        line-height: 1.8;
        padding-bottom: 10px;
    }

    .okaeri-cpon .cpon-img {
        padding-bottom: 40px;
        width: 75%;
        margin: auto;
    }

    .okaeri-thanks-inner {
        background-color: #fffbf4;
        max-width: 960px;
        text-align: center;
        margin: auto;
        padding-top: 70px;
    }

    .okaeri-thanks .thanks-ttl {
        font-size: 16px;
        color: #e25805;
        font-weight: bold;
        line-height: 1.8;
    }

    .okaeri-thanks .thanks-ttl span {
        position: relative;
        display: block;
        width: 80%;
        margin: auto;
        margin-bottom: 20px;
    }

    .okaeri-thanks .thanks-ttl span::before,
    .okaeri-thanks .thanks-ttl span::after {
        position: absolute;
        content: "";
        display: inline-block;
        width: 1.7em;
        height: 1.7em;
    }

    .okaeri-thanks .thanks-ttl span::before {
        top: -1em;
        left: -1em;
        border-top: 1px solid #e25805;
        border-left: 1px solid #e25805;
    }

    .okaeri-thanks .thanks-ttl span::after {
        bottom: -1em;
        right: -1em;
        border-bottom: 1px solid #e25805;
        border-right: 1px solid #e25805;
    }

    .okaeri-thanks .thanks-img {
        padding-bottom: 20px;
        margin: auto;
        width: 90%;
    }

    .okaeri-thanks .thanks-txt {
        margin: auto;
        width: 85%;
        text-align: left;
    }

    .okaeri-thanks .thanks-txt p {
        padding-bottom: 1em;
    }

    .okaeri-thanks .thanks-txt .font-orange {
        color: #e25805;
    }

    .okaeri-cv-inner {
        text-align: center;
        padding-top: 40px;
    }

    .okaeri-cv-img {
        padding-bottom: 10px;
        width: 80%;
        margin: auto;
    }

    .okaeri-cv-btn {
        width: 90%;
        margin: auto;
    }
}

@media all and (min-width: 769px) {
    .foot_ator picture {
        display: inline-block;
    }

    .okaeri picture {
        display: inline-block;
    }

    .okaeri-fv {
        background-image: url(../../../images/lp/atorrege/okaeri_fv_bg.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .okaeri-fv_inner {
        margin: auto;
        text-align: center;
    }

    .okaeri-cpon {
        padding-top: 70px;
        max-width: 550px;
        margin: auto;
    }

    .okaeri-cpon .cpon-code {
        margin: auto;
        text-align: center;
        padding-bottom: 40px;
    }

    .okaeri-cpon .cpon-code span {
        display: inline-block;
        background-color: #e25805;
        color: #fff;
        padding: 0.2em 2em;
        font-size: 29px;
        line-height: 1;
    }

    .okaeri-cpon .cpon-ttl {
        text-align: center;
        color: #e25805;
        font-size: 22px;
        font-weight: bold;
        padding-bottom: 20px;
    }

    .okaeri-cpon .cpon-lead {
        line-height: 1.8;
        padding-bottom: 20px;
    }

    .okaeri-cpon .cpon-img {
        padding-bottom: 80px;
    }

    .okaeri-thanks-inner {
        background-color: #fffbf4;
        max-width: 960px;
        text-align: center;
        margin: auto;
        padding-top: 70px;
    }

    .okaeri-thanks .thanks-ttl {
        font-size: 29px;
        color: #e25805;
        font-weight: bold;
        line-height: 1.8;
    }

    .okaeri-thanks .thanks-ttl span {
        position: relative;
        display: block;
        width: 50%;
        margin: auto;
        margin-bottom: 40px;
    }

    .okaeri-thanks .thanks-ttl span::before,
    .okaeri-thanks .thanks-ttl span::after {
        position: absolute;
        content: "";
        display: inline-block;
        width: 1.7em;
        height: 1.7em;
    }

    .okaeri-thanks .thanks-ttl span::before {
        top: -1em;
        left: -1em;
        border-top: 1px solid #e25805;
        border-left: 1px solid #e25805;
    }

    .okaeri-thanks .thanks-ttl span::after {
        bottom: -1em;
        right: -1em;
        border-bottom: 1px solid #e25805;
        border-right: 1px solid #e25805;
    }

    .okaeri-thanks .thanks-img {
        padding-bottom: 20px;
    }

    .okaeri-thanks .thanks-txt {
        margin: auto;
        width: 72%;
        text-align: left;
    }

    .okaeri-thanks .thanks-txt p {
        padding-bottom: 1em;
    }

    .okaeri-thanks .thanks-txt .font-orange {
        color: #e25805;
    }

    .okaeri-cv-inner {
        text-align: center;
        padding-top: 80px;
    }

    .okaeri-cv-img {
        padding-bottom: 20px;
    }
}

@media all and (max-width: 768px) {
    #wrap.teiki div#lbox {
        display: none;
    }

    #wrap.teiki .teiki_innerwrap {
        background-color: #fff;
        border-radius: 8.3vw;
        padding: 9vw 6.2vw;
    }

    #wrap.teiki .teiki_fv_content {
        padding: 8vw 0 4vw;
    }

    #wrap.teiki .teiki_about_content {
        padding: 4vw 0;
    }

    #wrap.teiki .teiki_otoku_content {
        padding: 4vw 0;
    }

    #wrap.teiki .teiki_otoku_content1 {
        border-bottom: 1px solid #333;
        margin-bottom: 10vw;
        padding-bottom: 10vw;
    }

    #wrap.teiki .teiki_point_content {
        padding: 4vw 0 8vw;
    }

    #wrap.teiki .teiki_ttl {
        text-align: center;
        font-weight: 300;
        font-size: 4vw;
        line-height: 1;
        padding: 6px 0;
        border: 1px solid #d06122;
        border-radius: 1.5em;
        background-color: #fff5ef;
        color: #ee8240;
        margin: 10px 0;
    }

    #wrap.teiki .teiki_text {
        font-weight: 300;
    }

    #wrap.teiki .teiki_otoku_content_image {
        width: 50vw;
        margin: auto;
        margin-bottom: 4vw;
    }

    #wrap.teiki .teiki_otoku_content_text {
        font-weight: 300;
    }

    #wrap.teiki .teiki_otoku_content_inner2_image {
        width: 65vw;
        margin: auto;
    }

    #wrap.teiki .teiki_otoku_content2_image1 {
        width: 50vw;
        margin: auto;
        margin-bottom: 4vw;
    }

    #wrap.teiki .teiki_otoku_content2_text1 {
        font-weight: 300;
    }

    #wrap.teiki .teiki_point_list_ttlWrap {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    #wrap.teiki .teiki_point_list_icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        background-color: #ee8240;
        width: 1.8em;
        height: 1.8em;
        border-radius: 2em;
    }

    #wrap.teiki .teiki_point_list_ttl {
        color: #ee8240;
        padding-left: 0.5em;
    }

    #wrap.teiki .teiki_point_list_text {
        font-weight: 300;
    }

    #wrap.teiki .teiki_point_list::before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #333;
        display: inline-block;
        margin: 7vw 0;
    }

    #wrap.teiki .teiki_point_list.point01 {
        padding-top: 4vw;
    }

    #wrap.teiki .teiki_point_list.point01::before {
        content: none;
        display: none;
        margin: 0;
    }

    #wrap.teiki .teiki_point_list-image {
        text-align: center;
        padding-top: 40px;
    }

    #wrap.teiki .teiki_footer_content {
        text-align: center;
    }

    #wrap.teiki .teiki_footer_content_text {
        width: 88vw;
        margin: 16vw auto 10vw;
    }

    #wrap.teiki .text-lead {
        font-size: 14px;
        font-weight: 100;
        color: #fb6612;
        position: relative;
        max-width: 660px;
        margin: auto;
        padding: 10px 0;
        line-height: 2;
    }

    #wrap.teiki .text-lead::before,
    #wrap.teiki .text-lead::after {
        content: "";
        border: 1px solid #fb6612;
        display: inline-block;
        position: absolute;
        width: 3em;
        height: 2em;
    }

    #wrap.teiki .text-lead::before {
        border-bottom-width: 0;
        border-right-width: 0;
        top: 0;
        left: 0;
    }

    #wrap.teiki .text-lead::after {
        border-top-width: 0;
        border-left-width: 0;
        bottom: 0;
        right: 0;
    }

    #wrap.teiki .regular-bnr {
        margin: 40px auto;
    }
}

@media all and (min-width: 769px) {
    #wrap.teiki div#lbox {
        display: none;
    }

    #wrap.teiki .teiki_innerwrap {
        background-color: #fff;
        border-radius: 20px;
        padding: 60px 80px;
    }

    #wrap.teiki .teiki_fv_content {
        padding: 80px 0 30px;
        text-align: center;
    }

    #wrap.teiki .teiki_about_content {
        padding: 30px 0;
    }

    #wrap.teiki .teiki_otoku_content {
        padding: 30px 0;
    }

    #wrap.teiki .teiki_otoku_content1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 1px solid #333;
        margin-bottom: 50px;
        padding: 0 70px 50px;
    }

    #wrap.teiki .teiki_point_content {
        padding: 30px 0 80px;
    }

    #wrap.teiki .teiki_ttl {
        text-align: center;
        font-weight: 300;
        font-size: 28px;
        line-height: 1;
        padding: 6px 0;
        border: 1px solid #d06122;
        border-radius: 1.5em;
        background-color: #fff5ef;
        color: #ee8240;
        margin: 0 0 20px;
    }

    #wrap.teiki .teiki_text {
        font-weight: 300;
        text-align: center;
    }

    #wrap.teiki .teiki_otoku_content_image {
        width: auto;
        margin: auto;
        margin-bottom: 4vw;
    }

    #wrap.teiki .teiki_otoku_content_text {
        font-weight: 300;
    }

    #wrap.teiki .teiki_otoku_content_inner1 {
        width: 50%;
    }

    #wrap.teiki .teiki_otoku_content_inner2 {
        width: 50%;
    }

    #wrap.teiki .teiki_otoku_content_inner2_image {
        width: auto;
        margin: auto;
        text-align: center;
    }

    #wrap.teiki .teiki_otoku_content2 {
        padding: 0 70px;
    }

    #wrap.teiki .teiki_otoku_content2_image1 {
        width: auto;
        margin: auto;
        margin-bottom: 20px;
    }

    #wrap.teiki .teiki_otoku_content2_text1 {
        font-weight: 300;
    }

    #wrap.teiki .teiki_point_list_ttlWrap {
        font-size: 30px;
        margin-bottom: 20px;
        padding: 0 70px;
    }

    #wrap.teiki .teiki_point_list_icon {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        background-color: #ee8240;
        width: 1.8em;
        height: 1.8em;
        border-radius: 2em;
    }

    #wrap.teiki .teiki_point_list_ttl {
        color: #ee8240;
        padding-left: 0.5em;
    }

    #wrap.teiki .teiki_point_list_text {
        padding: 0 70px;
        font-weight: 300;
    }

    #wrap.teiki .teiki_point_list::before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #555;
        display: inline-block;
        margin: 40px 0;
    }

    #wrap.teiki .teiki_point_list.point01 {
        padding-top: 4vw;
    }

    #wrap.teiki .teiki_point_list.point01::before {
        content: none;
        display: none;
        margin: 0;
    }

    #wrap.teiki .teiki_point_list-image {
        text-align: center;
        padding-top: 40px;
    }

    #wrap.teiki .teiki_footer_content {
        text-align: center;
    }

    #wrap.teiki .teiki_footer_content_text {
        width: auto;
        margin: 50px auto 70px;
    }

    #wrap.teiki .text-lead {
        font-size: 30px;
        font-weight: 100;
        color: #fb6612;
        position: relative;
        max-width: 660px;
        margin: auto;
        padding: 30px 0;
        line-height: 2;
    }

    #wrap.teiki .text-lead::before,
    #wrap.teiki .text-lead::after {
        content: "";
        border: 1px solid #fb6612;
        display: inline-block;
        position: absolute;
        width: 3em;
        height: 2em;
    }

    #wrap.teiki .text-lead::before {
        border-bottom-width: 0;
        border-right-width: 0;
        top: 0;
        left: 0;
    }

    #wrap.teiki .text-lead::after {
        border-top-width: 0;
        border-left-width: 0;
        bottom: 0;
        right: 0;
    }

    #wrap.teiki .regular-bnr {
        margin: 40px auto 100px;
    }
}

@media all and (max-width: 768px) {
    #wrap.check #page-top.fixed {
        position: relative;
    }

    #wrap.check .line-icon {
        position: fixed;
        bottom: 19.5%;
        right: 0;
        z-index: 9999;
        width: 50px;
    }

    #wrap.check .sample-banner {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 97%;
        margin: 0 auto;
    }

    #wrap.check .btn {
        text-align: center;
    }

    #wrap.check .check-content {
        /* border-top: #eb6100 4px solid; */
        padding: 40px 0;
        margin: 40px 0 0;
    }

    #wrap.check .check-navi {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        margin: 0;
    }

    #wrap.check .check-navi a {
        overflow: inherit;
    }

    #wrap.check .check-navi-box {
        width: 100%;
        position: relative;
        margin: 20px 0;
    }

    #wrap.check .check-navi-box:after {
        content: "";
        width: 75px;
        height: 137px;
        position: absolute;
        top: -10px;
        right: -4px;
    }

    #wrap.check .check-navi-box--a:after {
        background: url(../../../images/lp/atorrege/img_a.png) no-repeat right top/100% auto;
    }

    #wrap.check .check-navi-box--b:after {
        background: url(../../../images/lp/atorrege/img_b.png) no-repeat right top/100% auto;
    }

    #wrap.check .check-navi-box--c:after {
        background: url(../../../images/lp/atorrege/img_c.png) no-repeat right top/100% auto;
    }

    #wrap.check .check-navi-box--d:after {
        background: url(../../../images/lp/atorrege/img_d.png) no-repeat right top/100% auto;
    }

    #wrap.check .check-navi-box--e:after {
        background: url(../../../images/lp/atorrege/img_e.png) no-repeat right top/100% auto;
    }

    #wrap.check .check-navi-box__icon {
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        background: #ee8240;
        width: 70px;
        height: 70px;
        font-size: 30px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #wrap.check .check-navi-box__list {
        background: #fff;
        border-radius: 15px;
        padding: 20px 5px;
        margin: 15px 0 0 5px;
        width: 96%;
    }

    #wrap.check .check-navi-box__ttl {
        color: #346f9d;
        font-size: 25px;
        margin: 30px auto 10px;
        text-align: center;
        padding: 0 15px 0 0;
    }

    #wrap.check .check-navi-box__txt {
        text-indent: -18px;
        padding-left: 35px;
        font-size: 14px;
        color: #555;
    }

    #wrap.check .check-navi-box__txt:before {
        content: "●";
        color: #595959;
        font-size: 18px;
    }

    #wrap.check .check-block {
        margin: 50px 0 80px;
        padding: 0 0 20px;
        background: #fff;
        border-radius: 15px;
        text-align: center;
        position: relative;
    }

    #wrap.check .check-block__e {
        margin-bottom: 20px;
    }

    #wrap.check .check-block__icon {
        position: absolute;
        top: -20px;
        left: -5px;
        color: #fff;
        background: #ee8240;
        width: 80px;
        height: 80px;
        font-size: 50px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #wrap.check .check-block__ttl {
        text-align: left;
        padding: 130px 0 0;
        margin: 0 0 30px;
        position: relative;
        font-size: 15px;
        font-weight: 200;
    }

    #wrap.check .check-block__ttl:before {
        content: "";
        position: absolute;
        left: 78px;
        top: -10px;
        width: 80px;
        height: 130px;
    }

    #wrap.check .check-block__ttl--a:before {
        background: url(../../../images/lp/atorrege/img_a.png) no-repeat left top/contain;
    }

    #wrap.check .check-block__ttl--b:before {
        background: url(../../../images/lp/atorrege/img_b.png) no-repeat left top/contain;
    }

    #wrap.check .check-block__ttl--c:before {
        background: url(../../../images/lp/atorrege/img_c.png) no-repeat left top/contain;
    }

    #wrap.check .check-block__ttl--d:before {
        background: url(../../../images/lp/atorrege/img_d.png) no-repeat left top/contain;
    }

    #wrap.check .check-block__ttl--e:before {
        background: url(../../../images/lp/atorrege/img_e.png) no-repeat left top/contain;
    }

    #wrap.check .check-block__ttl span {
        display: block;
        text-align: center;
        padding: 5px 0 0;
        font-size: 24px;
        border-bottom: 1px solid #333;
        font-weight: 300;
        color: #555;
    }

    #wrap.check .check-block__ttl b {
        font-weight: normal;
        color: #346f9d;
    }

    #wrap.check .check-block__ttl b.txt01 {
        padding: 0 0 0 20px;
    }

    #wrap.check .check-box__ttl {
        width: 96%;
        margin: 0 auto 15px;
        text-align: center;
        color: #325a9d;
        font-size: 18px;
        font-weight: 200;
        border: 1px solid #325a9d;
        border-radius: 50px;
    }

    #wrap.check .check-box__ttl--method {
        color: #ee8240;
        border: 1px solid #d06122;
    }

    #wrap.check .check-box__txt {
        width: 95%;
        text-align: left;
        line-height: 1.8;
        margin: 0 auto 20px;
        color: #555;
        font-size: 13px;
    }

    #wrap.check .check-block > p {
        padding: 0 2%;
    }

    #wrap.check .pickup {
        width: 100%;
        margin: 20px auto 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #wrap.check .pickup-main {
        width: 100%;
    }

    #wrap.check .pickup-detail {
        width: 96%;
        margin: 0 auto;
        text-align: left;
    }

    #wrap.check .pickup-ttl {
        color: #d06122;
        font-size: 22px;
        text-align: left;
        padding: 0 0 15px 2%;
    }

    #wrap.check .pickup-img img {
        width: 38%;
        height: auto;
        padding: 0 0 0 30px;
    }

    #wrap.check #type-e .pickup-img img {
        width: 42%;
    }

    #wrap.check .item-spec_txt {
        margin: 10px 0 20px;
        font-size: 13px;
    }

    #wrap.check .pickup-btn {
        margin: 20px auto 0;
        padding: 5px 0;
        width: 250px;
    }

    #wrap.check .check2 {
        padding: 25px 0;
        margin: 40px 2.3%;
    }

    #wrap.check .check2-ttl {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        color: #ee8240;
        font-size: 20px;
        font-weight: 200;
        border: 1px solid #d06122;
        border-radius: 50px;
    }

    #wrap.check .check2-box {
        width: 100%;
        margin: 30px auto 20px;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #wrap.check .check2-box__ttl {
        width: 100%;
        height: auto;
        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;
        border: 1px solid #d06122;
        color: #555;
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        margin: 0 0 15px;
        padding: 5px 0;
    }

    #wrap.check .check2-box__list {
        width: 100%;
        font-size: 14px;
        font-weight: 200;
        padding: 6px 0;
        background-image: linear-gradient(to right, #a1a1a1, #a1a1a1 5px, transparent 5px, transparent 2px);
        background-size: 8px 1px;
        background-repeat: repeat-x;
        background-position: bottom;
    }

    #wrap.check .check2-box__list span {
        color: #d06122;
    }

    #wrap.check .check2-box__list:before {
        content: "";
        width: 15px;
        height: 14px;
        display: inline-block;
        padding: 0 0 0 10px;
        background: url(../../../images/lp/atorrege/icon_check01.png) no-repeat 0 0/contain;
    }

    #wrap.check .about-cont {
        padding: 50px 2%;
        margin: 50px 0;
        text-align: center;
    }

    #wrap.check .about-ttl {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        color: #ee8240;
        font-size: 20px;
        border: 1px solid #d06122;
        border-radius: 50px;
        background: #fff5ef;
        font-weight: 200;
    }

    #wrap.check .aboout-txt {
        color: #555;
        font-size: 14px;
        margin: 20px 0 0;
        line-height: 1.9;
        text-align: left;
    }

    #wrap.check .about-box {
        width: 100%;
        margin: 0 auto;
        position: relative;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        justify-content: center;
    }

    #wrap.check .about-box--col {
        position: relative;
    }

    #wrap.check .about-box--col:after {
        content: "";
        width: 37px;
        height: 22px;
        display: block;
        margin: 0 auto;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        background: url(../../../images/lp/atorrege/arrow01.png) no-repeat center/contain;
    }

    #wrap.check .about-box__lead {
        font-size: 18px;
        color: #325a9d;
        font-weight: 500;
        margin: 15px 0 0;
    }

    #wrap.check .about-box__img {
        margin: 10px auto 15px;
        width: 80%;
    }

    #wrap.check .about-compare {
        width: 100%;
        margin: 20px 0 0;
    }

    #wrap.check .about-compare__ttl {
        border: 1px solid #325a9d;
        text-align: center;
        font-size: 20px;
        font-weight: 300;
        letter-spacing: 1px;
        line-height: 1.6;
    }

    #wrap.check .about-compare__ttl--health {
        border: 1px solid #fdb88a;
    }

    #wrap.check .about-compare__img {
        margin: 20px auto 5px;
        width: 80%;
    }

    #wrap.check .about-compare__txt {
        text-align: left;
        line-height: 1.9;
        font-size: 13px;
        margin: 0 0 15px;
    }

    #wrap.check .sensitive {
        background-color: #fff;
        border-radius: 15px;
        margin: 20px 0 60px 0;
    }

    #wrap.check .sensitive-underline {
        color: #333 !important;
        border-bottom: 2px solid #f18536;
    }

    #wrap.check .column-ttl::after {
        content: none;
    }

    #wrap.check .sensitive-ac__ttl {
        background-color: #ffffff;
        text-align: center;
        border-radius: 15px;
        padding: 10px;
        border: 1px solid #f18536;
        position: relative;
    }

    #wrap.check .sensitive-ac__ttl.ac-on {
        background-color: #f18536;
        border: 1px solid #ffffff;
    }

    #wrap.check .sensitive-ac__ttl .sensitive-ttl {
        color: #f18536;
        font-size: 5vw;
        font-weight: 100;
    }

    #wrap.check .sensitive-ac__ttl.ac-on .sensitive-ttl {
        color: #ffffff;
        font-size: 5vw;
        font-weight: 100;
    }

    #wrap.check .sensitive-ttl::before {
        content: "＋";
        position: absolute;
        top: 2.3vw;
        right: 2.3vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 1.5em;
        height: 1.5em;
        overflow: hidden;
        background-color: #f18536;
        color: #ffffff;
        font-size: 5vw;
        font-weight: 600;
        border-radius: 50%;
    }

    #wrap.check .sensitive-ttl.ac-on::before {
        content: "−";
        position: absolute;
        top: 2.3vw;
        right: 2.3vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 1.5em;
        height: 1.5em;
        overflow: hidden;
        background-color: #ffffff;
        color: #f18536;
        font-size: 5vw;
        font-weight: 600;
        border-radius: 50%;
    }

    #wrap.check .sensitive-ac__content {
        display: none;
    }

    #wrap.check .oper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 20px auto 0;
        padding: 5px 0;
        width: 250px;
    }

    #wrap.check .oper-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 1em;
    }

    #wrap.check .oper-top {
        font-size: 12px;
    }

    #wrap.check .oper-bottom {
        font-size: 16px;
    }

    #wrap.check .oper-bottom::before {
        content: "";
        display: inline-block;
        background-image: url(../../../images/lp/atorrege/common/icon-tel-b.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 18px;
        height: 18px;
    }

    #wrap.check .forSP {
        display: inherit;
    }
}

@media all and (min-width: 769px) {
    #wrap.check .btn {
        text-align: center;
    }

    #wrap.check .sample-banner {
        position: fixed;
        bottom: 0;
        left: calc(50% - 445.5px);
    }

    #wrap.check .sample-banner a:hover {
        opacity: 0.8;
    }

    #wrap.check .check-content {
        /* border-top: #eb6100 4px solid; */
        padding: 40px 0;
    }

    #wrap.check .check-navi {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 50px 0 0;
    }

    #wrap.check .check-navi-box {
        width: 100%;
        max-width: 47%;
        position: relative;
        margin: 20px 0;
    }

    #wrap.check .check-navi-box:after {
        content: "";
        width: 20%;
        height: 205px;
        position: absolute;
        top: 0;
        right: 10px;
        background-size: 100%!important;
    }

    #wrap.check .check-navi-box--a:after {
        background: url(../../../images/lp/atorrege/img_a.png) no-repeat right top;
    }

    #wrap.check .check-navi-box--b:after {
        background: url(../../../images/lp/atorrege/img_b.png) no-repeat right top;
    }

    #wrap.check .check-navi-box--c:after {
        background: url(../../../images/lp/atorrege/img_c.png) no-repeat right top;
    }

    #wrap.check .check-navi-box--d:after {
        background: url(../../../images/lp/atorrege/img_d.png) no-repeat right top;
    }

    #wrap.check .check-navi-box--e:after {
        background: url(../../../images/lp/atorrege/img_e.png) no-repeat right top;
    }

    #wrap.check .check-navi-box__icon {
        position: absolute;
        top: 0;
        left: 0;
        color: #fff;
        background: #ee8240;
        width: 80px;
        height: 80px;
        font-size: 30px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #wrap.check .check-navi-box__list {
        background: #fff;
        border-radius: 15px;
        padding: 20px;
        margin: 20px 0 0 10px;
        width: 100%;
        max-width: 440px;
        height: 255px;
        color: #555;
    }

    #wrap.check .check-navi-box__ttl {
        color: #346f9d;
        font-size: 30px;
        margin: 50px 20px 20px;
    }

    #wrap.check .check-navi-box__txt {
        text-indent: -16px;
        padding-left: 16px;
    }

    #wrap.check .check-navi-box__txt:before {
        content: "●";
        color: #595959;
        font-size: 18px;
    }

    #wrap.check .check-block {
        margin: 80px 0 120px;
        padding: 110px 110px 80px;
        background: #fff;
        border-radius: 15px;
        text-align: center;
        position: relative;
    }

    #wrap.check .check-block__e {
        margin-bottom: 20px;
    }

    #wrap.check .check-block__icon {
        position: absolute;
        top: -20px;
        left: -20px;
        color: #fff;
        background: #ee8240;
        width: 120px;
        height: 120px;
        font-size: 65px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #wrap.check .check-block__ttl {
        text-align: left;
        padding: 0 0 0 85px;
        margin: 0 0 80px;
        position: relative;
    }

    #wrap.check .check-block__ttl:before {
        content: "";
        position: absolute;
        left: -38px;
        top: -90px;
        width: 115px;
        height: 201px;
    }

    #wrap.check .check-block__ttl--a:before {
        background: url(../../../images/lp/atorrege/img_a.png) no-repeat left top;
    }

    #wrap.check .check-block__ttl--b:before {
        background: url(../../../images/lp/atorrege/img_b.png) no-repeat left top;
    }

    #wrap.check .check-block__ttl--c:before {
        background: url(../../../images/lp/atorrege/img_c.png) no-repeat left top;
    }

    #wrap.check .check-block__ttl--d:before {
        background: url(../../../images/lp/atorrege/img_d.png) no-repeat left top;
    }

    #wrap.check .check-block__ttl--e:before {
        background: url(../../../images/lp/atorrege/img_e.png) no-repeat left top;
    }

    #wrap.check .check-block__ttl span {
        display: block;
        text-align: center;
        padding: 20px 0 0;
        font-size: 36px;
        border-bottom: 1px solid #333;
        font-weight: 500;
    }

    #wrap.check .check-block__ttl b {
        font-weight: normal;
        color: #346f9d;
    }

    #wrap.check .check-block__ttl b.txt01 {
        padding: 0 0 0 20px;
    }

    #wrap.check .check-box__ttl {
        width: 100%;
        max-width: 805px;
        margin: 0 auto 40px;
        text-align: center;
        color: #325a9d;
        font-size: 30px;
        font-weight: 200;
        border: 1px solid #325a9d;
        border-radius: 50px;
    }

    #wrap.check .check-box__ttl--method {
        color: #ee8240;
        border: 1px solid #d06122;
    }

    #wrap.check .check-box__txt {
        width: 100%;
        max-width: 653px;
        text-align: justify;
        margin: 0 auto 40px;
        color: #555;
    }

    #wrap.check .check-box__txt span {
        font-size: 14px;
    }

    #wrap.check .pickup {
        width: 100%;
        max-width: 653px;
        margin: 75px auto 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #wrap.check .pickup-main {
        width: 223px;
    }

    #wrap.check .pickup-img {
        width: 200px;
        min-height: 340px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #wrap.check .pickup-detail {
        width: 425px;
        text-align: left;
    }

    #wrap.check .pickup-ttl {
        color: #d06122;
        font-size: 24px;
        text-align: left;
        padding: 0 0 15px;
    }

    #wrap.check .item-spec_txt {
        margin: 20px 0;
    }

    #wrap.check .pickup-btn {
        margin: 20px 0 0;
    }

    #wrap.check .check2 {
        padding: 50px 0;
        margin: 40px 0;
    }

    #wrap.check .check2-ttl {
        width: 100%;
        max-width: 805px;
        margin: 0 auto;
        text-align: center;
        color: #ee8240;
        font-size: 30px;
        font-weight: 200;
        border: 1px solid #d06122;
        border-radius: 50px;
    }

    #wrap.check .check2-box {
        width: 100%;
        max-width: 760px;
        margin: 30px auto;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #wrap.check .check2-box__ttl {
        width: 185px;
        height: 185px;
        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;
        border: 1px solid #d06122;
        color: #555;
        font-size: 20px;
        text-align: center;
        font-weight: 300;
    }

    #wrap.check .check2-box__list {
        width: 445px;
        font-size: 16px;
        font-weight: 200;
        padding: 6px 0;
        background-image: linear-gradient(to right, #a1a1a1, #a1a1a1 5px, transparent 5px, transparent 2px);
        background-size: 8px 1px;
        background-repeat: repeat-x;
        background-position: bottom;
    }

    #wrap.check .check2-box__list span {
        color: #d06122;
    }

    #wrap.check .check2-box__list:before {
        content: "";
        width: 26px;
        height: 21px;
        display: inline-block;
        padding: 0 0 0 5px;
        background: url(../../../images/lp/atorrege/icon_check01.png) no-repeat;
    }

    #wrap.check .about-cont {
        padding: 50px 60px;
        margin: 50px 0;
        text-align: center;
    }

    #wrap.check .about-ttl {
        width: 100%;
        max-width: 805px;
        margin: 0 auto;
        text-align: center;
        color: #ee8240;
        font-weight: 200;
        font-size: 30px;
        border: 1px solid #d06122;
        border-radius: 50px;
        background: #fff5ef;
    }

    #wrap.check .aboout-txt {
        color: #555;
        font-size: 16px;
        margin: 30px 0;
        line-height: 1.9;
    }

    #wrap.check .about-box {
        width: 100%;
        max-width: 760px;
        margin: 70px auto 50px;
        position: relative;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #wrap.check .about-box--col {
        position: relative;
    }

    #wrap.check .about-box dl{
        max-width: 45%;
    }

    #wrap.check .about-box--col:after {
        content: "";
        width: 47px;
        height: 25px;
        position: absolute;
        right: -62px;
        top: calc(57% - 12.5px);
        background: url(../../../images/lp/atorrege/arrow01.png) no-repeat;
    }

    #wrap.check .about-box__lead {
        font-size: 30px;
        color: #325a9d;
        font-weight: 300;
    }

    #wrap.check .about-box__img {
        margin: 20px 0;
    }

    #wrap.check .about-compare {
        width: 350px;
        height: 502px;
    }

    #wrap.check .about-compare__ttl {
        border: 1px solid #325a9d;
        text-align: center;
        font-size: 24px;
        font-weight: 300;
        line-height: 1.5;
    }

    #wrap.check .about-compare__ttl--health {
        border: 1px solid #fdb88a;
    }

    #wrap.check .about-compare__img {
        margin: 20px 0;
    }

    #wrap.check .about-compare__txt {
        text-align: left;
        line-height: 1.9;
    }

    #wrap.check .sensitive {
        background-color: #fff;
        border-radius: 15px;
        margin: 40px 0 90px 0;
    }

    #wrap.check .sensitive-underline {
        color: #333 !important;
        border-bottom: 2px solid #f18536;
    }

    #wrap.check .column-ttl::after {
        content: none;
    }

    #wrap.check .sensitive-ac__ttl {
        background-color: #ffffff;
        text-align: center;
        border-radius: 15px;
        padding: 10px;
        border: 1px solid #f18536;
        position: relative;
        cursor: pointer;
    }

    #wrap.check .sensitive-ac__ttl:hover {
        background-color: #f18536;
    }

    #wrap.check .sensitive-ac__ttl.ac-on {
        background-color: #f18536;
        border: 1px solid #ffffff;
    }

    #wrap.check .sensitive-ac__ttl .sensitive-ttl {
        color: #f18536;
        font-size: 32px;
        font-weight: 100;
    }

    #wrap.check .sensitive-ac__ttl.ac-on .sensitive-ttl {
        color: #ffffff;
        font-size: 32px;
        font-weight: 100;
    }

    #wrap.check .sensitive-ac__ttl:hover .sensitive-ttl {
        color: #ffffff;
    }

    #wrap.check .sensitive-ttl::before {
        content: "＋";
        position: absolute;
        top: 13px;
        right: 1em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 1.5em;
        height: 1.5em;
        overflow: hidden;
        background-color: #f18536;
        color: #ffffff;
        font-size: 32px;
        font-weight: 600;
        border-radius: 50%;
    }

    #wrap.check .sensitive-ac__ttl:hover .sensitive-ttl::before {
        background-color: #ffffff;
        color: #f18536;
    }

    #wrap.check .sensitive-ac__ttl.ac-on:hover {
        background-color: #ffffff;
        border-color: #f18536;
    }

    #wrap.check .sensitive-ac__ttl.ac-on:hover .sensitive-ttl {
        color: #f18536;
    }

    #wrap.check .sensitive-ttl.ac-on::before {
        content: "−";
        position: absolute;
        top: 13px;
        right: 1em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 1.5em;
        height: 1.5em;
        overflow: hidden;
        background-color: #ffffff;
        color: #f18536;
        font-size: 32px;
        font-weight: 600;
        border-radius: 50%;
    }

    #wrap.check .sensitive-ac__ttl.ac-on:hover .sensitive-ttl.ac-on::before {
        background-color: #f18536;
        color: #ffffff;
    }

    #wrap.check .sensitive-ac__content {
        display: none;
    }

    #wrap.check .oper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 2em 0;
    }

    #wrap.check .oper-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 1em;
    }

    #wrap.check .oper-top {
        font-size: 12px;
    }

    #wrap.check .oper-bottom {
        font-size: 22px;
    }

    #wrap.check .oper-bottom::before {
        content: "";
        display: inline-block;
        background-image: url(../../../images/lp/atorrege/common/icon-tel-b.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 18px;
        height: 18px;
    }

    #wrap.check .forSP {
        display: none;
    }
}

@media (min-width: 769px) and (max-width: 1020px) {
    #wrap.check .line-icon {
        position: fixed;
        bottom: 200px;
        z-index: 99;
    }

    #wrap.check .sample-banner {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 1000px;
        text-align: center;
        margin: 0 auto;
    }
}

@media (min-width: 1020px) and (max-width: 1260px) {
    #wrap.check .line-icon {
        position: fixed;
        bottom: 200px;
        right: 0;
        z-index: 99;
    }

    #wrap.check .sample-banner {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 1000px;
        text-align: center;
        margin: 0 auto;
    }
}

@media all and (max-width: 768px) {
    #wrap.news .content {
        /* border-top: #f18536 4px solid; */
        padding: 30px 0;
        /* color: #555; */
    }

    #wrap.news div.newscontent {
        padding: 0 !important;
    }

    #wrap.news .news-menu {
        margin: 0 auto 40px;
    }

    #wrap.news .news-link {
        display: block;
        background: #fff;
        width: 100%;
        margin: 14px auto;
        padding: 10px 2%;
        color: #555;
        position: relative;
    }

    #wrap.news .news-link:after {
        content: "";
        position: absolute;
        top: calc(50% - 6.5px);
        right: 20px;
        width: 13px;
        height: 13px;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #wrap.news .news-list {
        /* display: flex; */
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #wrap.news .news-list__ttl {
        color: #fd853c;
        width: 100%;
    }

    #wrap.news .news-list__txt {
        padding: 2px 40px 0 0;
        width: 100%;
        line-height: 1.4;
    }

    #wrap.news .pageNumber {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 98%;
        margin: 0 auto;
    }

    #wrap.news .page-btn a {
        width: 45%;
        border: #a0a0a0 1px solid;
        background: #fff;
        color: #000;
        display: inline-block;
        font-size: 14px;
        position: relative;
        margin: 0 2%;
        padding: 4px 0;
    }

    #wrap.news .page-btn a:hover {
        background: #fee7d7;
    }

    #wrap.news .page-btn a {
        text-align: center;
    }

    #wrap.news .page-btn a:after {
        content: "";
        position: absolute;
        top: calc(50% - 5px);
        right: 3px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 7px;
        height: 8px;
        border: 5px solid transparent;
        border-left: 7px solid #fd9f61;
    }

    #wrap.news .prev a:after {
        left: 9px;
        border-left: none;
        border-right: 7px solid #fd9f61;
    }

    #wrap.post .post-cont {
        padding: 55px 0 0;
    }

    #wrap.post .post-list_ttl01 {
        font-size: 22px;
        font-weight: 200;
        letter-spacing: 1px;
        margin: 0 0 10px;
        line-height: 1.2;
    }

    #wrap.post .post-list_ttl01:after {
        content: "";
        display: block;
        border: 2px solid #fd9f61;
        width: 40px;
        margin: 15px 0 0;
    }

    #wrap.post .post-list_ttl02 {
        font-size: 20px;
        margin: 0;
        text-align: center;
    }

    #wrap.post .free-area {
        overflow: auto;
        margin: 20px 0 0;
    }

    #wrap.post .free-area__img {
        width: 70%;
        height: auto;
        margin: 13px auto;
        /* float: left; */
    }

    #wrap.post .free-area__img img {
        width: 100%;
        height: auto;
    }

    #wrap.post .free-area__txt {
        font-size: 16px;
        color: #555;
    }

    #wrap.post .free-area a {
        color: #555;
        border-bottom: 1px solid #555;
        display: inline;
        line-height: 1.2;
    }

    #wrap.post .back-area {
        padding: 50px 0;
        margin: 50px 0 0;
        clear: both;
    }

    #wrap.post .btn-back {
        text-align: center;
    }

    #wrap.post .cmn-btn02 {
        display: inline-block;
    }
}

@media all and (min-width: 769px) {
    #wrap.news .content {
        padding: 80px 0;
    }

    #wrap.news div.newscontent {
        padding: 0 !important;
    }

    #wrap.news .news-menu {
        margin: 0 auto 40px;
    }

    #wrap.news .news-link {
        display: block;
        background: #fff;
        width: 920px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 14px auto;
        padding: 17px 0;
        color: #555;
        position: relative;
    }

    #wrap.news .news-link:after {
        content: "";
        position: absolute;
        top: calc(50% - 6.5px);
        right: 20px;
        width: 13px;
        height: 13px;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #wrap.news .news-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #wrap.news .news-list__ttl {
        color: #fd853c;
        width: 165px;
        text-align: center;
    }

    #wrap.news .news-list__txt {
        padding: 0 40px 0 0;
        width: 755px;
        line-height: 1.4;
    }

    #wrap.news .pageNumber {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #wrap.news .page-btn a {
        width: 188px;
        margin: 0 15px;
        border: #a0a0a0 1px solid;
        background: #fff;
        color: #000;
        display: block;
        padding: 5px 13px;
        font-size: 14px;
        position: relative;
    }

    #wrap.news .page-btn a:hover {
        background: #fee7d7;
    }

    #wrap.news .page-btn a {
        text-align: center;
    }

    #wrap.news .page-btn a:after {
        content: "";
        position: absolute;
        top: calc(50% - 5px);
        right: 3px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 7px;
        height: 8px;
        border: 5px solid transparent;
        border-left: 7px solid #fd9f61;
    }

    #wrap.news .prev a:after {
        left: 9px;
        border-left: none;
        border-right: 7px solid #fd9f61;
    }

    #wrap.post .post-cont {
        padding: 80px 0 0;
    }

    #wrap.post .post-list_ttl01 {
        font-size: 31px;
        font-weight: 200;
        letter-spacing: 1px;
        line-height: 1.2;
    }

    #wrap.post .post-list_ttl01:after {
        content: "";
        display: block;
        border: 2px solid #fd9f61;
        width: 40px;
        margin: 15px 0 0;
    }

    #wrap.post .post-list_ttl02 {
        font-size: 24px;
        margin: 0 0 15px;
    }

    #wrap.post .post-list_date {
        margin: 8px 0 45px;
        color: #666;
        font-weight: 300;
    }

    #wrap.post .free-area {
        overflow: auto;
    }

    #wrap.post .free-area__img {
        width: 265px;
        height: auto;
        margin: 0 20px 100px 0;
        float: left;
    }

    #wrap.post .free-area__img img {
        width: 100%;
        max-width: 265px;
        height: auto;
    }

    #wrap.post .free-area__txt {
        font-size: 16px;
        color: #555;
    }

    #wrap.post .free-area a {
        color: #555;
        border-bottom: 1px solid #555;
        display: inline-block;
        line-height: 1.2;
    }

    #wrap.post .free-area a:hover {
        border-bottom: none;
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
    }

    #wrap.post .back-area {
        padding: 50px 0;
        margin: 50px 0 0;
        clear: both;
    }

    #wrap.post .btn-back {
        text-align: center;
    }

    #wrap.post .cmn-btn02 {
        display: inline-block;
    }
}

.startup img {
    max-width: 100%;
}

.startup .tel-box__ttll {
    text-align: center;
    margin: 0 20px 60px;
}

@media all and (max-width: 768px) {
    .startup-fv {
        background-image: repeating-linear-gradient(-45deg, #fff, #fff 5px, #86f2fe 0, #86f2fe 6px);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: 0 -33vw;
        margin-bottom: 0;
    }

    .startup-fv-in {
        text-align: center;
        position: relative;
    }

    .startup-fv-in a {
        position: absolute;
        bottom: 4%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 73.012vw;
    }

    .startup-body {
        text-align: center;
    }

    .startup-body_img {
        padding: 3vw 7vw;
    }

    .startup-body_img:nth-child(2) {
        padding: 13vw 7vw;
    }

    .startup-body_cv {
        position: relative;
    }

    .startup-body_cv a {
        position: absolute;
        bottom: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto 24vw;
    }

    .startup-body_cv a img {
        width: 73.012vw;
    }

    .startup-line {
        background-color: #06c755;
        margin: 13vw 0;
    }

    .startup-line-in {
        background-image: url(../../../images/lp/atorrege/lp_line_pc.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        height: 55vw;
        width: 100%;
        margin: auto;
    }

    .startup-line-in .addbtn {
        display: inline-block;
        margin: 30vw 0 1vw 40vw;
        width: 50vw;
    }

    .startup-line-in .manualbtn {
        display: inline-block;
        margin: 0 0 0 40vw;
        width: 50vw;
    }
}

@media all and (min-width: 769px) {
    .startup-fv {
        background-image: repeating-linear-gradient(-45deg, #fff, #fff 5px, #86f2fe 0, #86f2fe 6px);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: 0 -80px;
        margin-bottom: 100px;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
    }

    .startup-fv-in {
        text-align: center;
        position: relative;
    }

    .startup-fv-in a {
        position: absolute;
        bottom: -40px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .startup-body {
        text-align: center;
        margin: 0 20px;
    }

    .startup-body_img {
        padding: 40px 0;
    }

    .startup-body_cv {
        position: relative;
    }

    .startup-body_cv a {
        position: absolute;
        bottom: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 0 160px;
    }

    .startup-line {
        background-color: #06c755;
        margin: 130px 0;
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
    }

    .startup-line-in {
        background-image: url(../../../images/lp/atorrege/lp_line_pc.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        height: 450px;
        width: 1024px;
        margin: auto;
    }

    .startup-line-in .addbtn {
        display: inline-block;
        margin: 250px 0 20px 420px;
    }

    .startup-line-in .manualbtn {
        margin: 0 0 0 420px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .startup-fv-in a {
        width: 36.433vw;
    }

    .startup-body_cv a {
        margin: 0px auto 15.625vw;
    }

    .startup-body_cv a img {
        width: 36.433vw;
    }
}


@media (min-width: 769px) and (max-width:1000px) {
    #wrap.top .about .content-inr{
        background-size: 300px auto!important;
        background-position: 60vw 50%!important;
    }

    #wrap.top .about-box {
        padding: 0px 460px 60px 0!important;
    }


    #wrap.top .check .content-inr {
        background-size:350px!important;
    }

    #wrap.top .news2-list__day{
        padding: 0 1em;
    }


    #wrap.about .approach-box--01 {
        background: url(../../../images/lp/atorrege/img05.png) no-repeat;
        background-size: 40%;
        background-position: center right;
        margin: 50px 0 110px 30px;
    }

    #wrap.about .approach-box--02 {
        background: url(../../../images/lp/atorrege/img07.png) no-repeat;
        background-size: 40%;
        background-position: center right;
        margin: 80px 0 0px;
    }

    #wrap.about .approach-box--03 {
        background: url(../../../images/lp/atorrege/img08.png) no-repeat;
        background-size:30%;
        background-position: center right;
        margin: 80px 0 0px;
    }

    #wrap.about .approach-menu__list {
        width: 50%;
        margin: 0;
    }

}
