@charset "UTF-8";

#DW-SFToolkit {
    display: none;
}

#itsmore-setup {
    width: 800px;
    margin: 50px auto;
}

#itsmore-setup img {
    max-width: 100%;
    height: auto;
}
img.center {
    display: block;
    margin: 0 auto;
}

#itsmore-setup a:hover{
opacity:0.7;
}

#itsmore-setup p,
#itsmore-setup span,
#itsmore-setup a,
#itsmore-setup div,
#itsmore-setup h2 {
    font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

#itsmore-setup ul li {
    list-style-type: none;
}

h2.left-title {
    line-height: 1.75;
    padding-left: 38px;
}
h3.left-line {
    display: flex;
    align-items: flex-start;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.75;
    margin: 0 auto 1rem;
    letter-spacing: 1px;
}
h3.left-line:before {
    content: "－";
    display: block;
    padding-right: 10px;
    font-weight: bold;
}
h3.normal {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 0 auto 2rem;
}
h3.normal:before {
    content: "";
    display: block;
    font-size: 1rem;
    letter-spacing: 3px;
    font-weight: 500;
    margin-bottom: 10px;
}
a.under-link {
    display: table;
    text-align: center;
    margin: 30px auto;
    padding-bottom: 8px;
    border-bottom: 2px solid #444;
    font-size: 0.95rem;
    text-decoration: none;
    letter-spacing: 1px;
}

/*イントロ*/

.image-back {
    position: relative;
    margin: 65px auto 20px;
}

.image-back .float {
    position: absolute;
    top: -27px;
    left: 9%;
}
.image-back .float p {
    padding-left: 29px;
    font-size: 0.9rem;
    line-height: 1.75;
}

/*ロジック*/

.logic-section {
    margin: 0 auto 100px;
}

.logic-section h3.normal:before {
    content: "LOGIC";
}

.logic-section ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
}

.logic-section ul li {
    width: 49%;
    background: #e9e9e1;
}
.logic-section ul li .txt {
    padding: 0 25px 25px;
    position: relative;
}
.logic-section ul li .txt .circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    flex-flow: column;
    vertical-align: top;
    width: 45px;
    height: 45px;
    border: 2px solid #444;
    position: absolute;
    top: -13px;
}
.logic-section ul li .txt span {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5em;
}
.logic-section ul li .txt h4 {
    padding-top: 45px;
    margin-bottom: 20px;
}
.logic-section ul li .txt p {
    font-size: 0.86rem;
    line-height: 1.6;
}
.logic-section .bottom {
    margin: 60px auto 0;
    position: relative;
}
.logic-section .bottom p.ttl {
    position: absolute;
    font-size: 1.1rem;
}
.logic-section .bottom ul {
    padding-top: 62px;
    align-items: center;
}
.logic-section .bottom ul li {
    background: none;
}
.logic-section .bottom ul li p {
    padding-left: 29px;
    font-size: 0.9rem;
    line-height: 1.75;
}

/*デティール*/
.detail-section {
    margin: 0 auto 100px;
}
.detail-section h3.normal:before {
    content: "DETAIL";
}
.detail-section ul {
    padding: 0;
}
.detail-section ul li {
    background: #e9e9e1;
    display: flex;
    align-items: center;
}
.detail-section ul li:nth-child(even) {
    flex-direction: row-reverse;
}
.detail-section ul li figure {
    margin: 0;
    width: 50%;
}
.detail-section ul li div {
    width: 50%;
    padding: 40px;
}
.detail-section ul li div h4 {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.detail-section ul li div p {
    font-size: 0.8rem;
    line-height: 1.75;
    text-align: justify;
}
.detail-section ul li div span {
    display: block;
    text-align: right;
    font-size: 0.8rem;
    letter-spacing: 3px;
}
.detail-section ul li div span:before {
    content: "――";
    padding-right: 10px;
}

/*コーディネート*/
.coordinate-section {
    margin: 0 auto 100px;
}
.coordinate-section h3.normal:before {
    content: "COORDINATE";
}
.coordinate-section img {
    margin: 25px auto 0;
}
.coordinate-section .bottom {
    margin-top: 90px;
}
.coordinate-section .bottom p {
    padding-left: 38px;
    line-height: 1.75;
    margin-top: 25px;
    font-size: 0.9rem;
}

/*ビフォアフ*/
.challenge-section {
    margin: 0 auto 100px;
}

.challenge-section h3.normal:before {
    content: "CHALLENGE";
}
.challenge-section .bottom {
    background: #e9e9e1;
    margin: -180px auto 0;
    padding: 90px 0 5px;
}
.challenge-section .bottom .flex {
    display: flex;
    align-items: center;
    margin: 110px auto 0;
    width: 80%;
}
.challenge-section .bottom .flex img {
    border-radius: 50%;
    margin-right: 30px;
}
.challenge-section .bottom .flex .txt p.ttl {
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 1px;
}
.challenge-section .bottom .flex .txt p.com {
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 0;
}


/*セットアップ*/
.setup-section {
    margin: 0 auto 100px;
}
.setup-section h3.normal {
    font-size: 1.9rem;
}
.setup-section h3.normal:after {
    content: "";
    display: block;
    width: 15%;
    border: 2px solid #444;
    margin: 27px auto;
}
.setup-section .txt {
    text-align: center;
}
.setup-section .txt p {
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 1.75;
}
.setup-section .txt span {
    font-size: 0.8rem;
    opacity: 0.7;
}
.setup-section ul {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
}
.setup-section img.center {
    margin: 50px auto;
}

/*メッセージ*/
.message-section {
    margin: 0 auto 100px;
}
.message-section img {
    display: block;
    margin-left: auto;
}
.message-section .float {
    background: #e9e9e1;
    margin: -200px auto 0;
    padding: 50px;
}
.message-section .float .txt {
    position: relative;
    height: 180px;
}
.message-section .float .txt h3 {
    position: absolute;
    top: -166px;
    text-align: left;
    line-height: 1.75;
}
.message-section .float .txt h3:before {
    content: "MESSAGE";
}
.message-section .float .txt p {
    position: absolute;
    top: 10px;
    text-align: left;
    line-height: 1.75;
    width: 46%;
    font-size: 0.88rem;
}

/*コンテンツ*/
.feature-section {
    margin: 0 auto 100px;
}
.feature-section h3.normal:before {
    content: "FEATURE";
}
iframe {
    width: 100%;
    height: 450px;
}
.feature-section ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 2%;
}
.feature-section ul li {
    width: 48%;
}
.feature-section ul li a p {
    margin: 10px 5px;
    font-size: 0.9rem;
}
.item-section ul {
    display: flex;
    justify-content: center;
    padding: 0;
}
.item-section ul li {
    margin: 0 15px;
}
@media screen and (max-width: 1024px) {}

@media screen and (max-width: 896px) {
#itsmore-setup {
    width: 100%;
}
h3.normal {
    margin: 0 auto 1.5rem;
}
a.under-link {
    margin: 10px auto;
    font-size: 0.98rem;
}
.intro-section {
    margin: 0 auto 35px;
}
.intro-section img.center {
    width: 80%;
}
h2.left-title {
    font-size: 1.2rem;
}
.image-back {
    position: initial;
    margin: 26px auto 20px;
    display: flex;
    flex-direction: column-reverse;
}

.image-back.ab{
    flex-direction: column;
}
.image-back .float {
    position: initial;
    padding: 0 30px;
}
.logic-section {
    margin: 0 auto 50px;
}
.logic-section ul {
    flex-direction: column;
}
.logic-section ul li {
    width: 100%;
    margin-bottom: 5%;
}
.logic-section ul li .txt {
    padding: 0 25px 15px;
}
.logic-section ul li .txt h4 {
    font-size: 1.2rem;
    padding-top: 50px;
}
.logic-section ul li .txt p {
    font-size: 0.98rem;
}
.logic-section .bottom {
    position: initial;
}
.logic-section .bottom p.ttl {
    position: initial;
    margin: 0 auto;
    width: 75%;
}
.logic-section ul {
    flex-direction: column;
}
.logic-section .bottom ul li:first-child {
    width: 75%;
}
.logic-section .bottom ul li p {
    font-size: 0.98rem;
}
.detail-section {
    margin: 0 auto 50px;
}
.detail-section ul li , .detail-section ul li:nth-child(even) {
    flex-direction: column;
}
.detail-section ul li figure , .detail-section ul li div{
    width: 100%;
}
.detail-section ul li div {
    padding: 25px;
}
.detail-section ul li div p {
    font-size: 0.98rem;
}
.coordinate-section {
    margin: 0 auto 50px;
}
.coordinate-section img {
    width: 90%;
    display: block;
}
.challenge-section img.center {
    width: 80%;
}
.challenge-section .bottom .flex {
    flex-direction: column;
}
.challenge-section .bottom .flex img {
    margin: 0 auto;
    width: 40%;
}
.challenge-section .bottom .flex .txt {
    margin: 20px auto;
}
.challenge-section .bottom {
    background: #e9e9e1;
    margin: -134px auto 0;
    padding: 25px 0 30px;
}
.challenge-section .bottom .flex .txt p.ttl {
    text-align: center;
}
.challenge-section .bottom .flex .txt p.com {
    font-size: 0.98rem;
    text-align: justify;
}
.challenge-section {
    margin: 0 auto 50px;
}
.setup-section h3.normal {
    font-size: 1.45rem;
}
.setup-section ul {
    padding: 10px 15px;
}
.setup-section img.center {
    margin: 20px auto;
    width: 80%;
}
.message-section img {
    width: 80%;
}
.message-section .float {
    margin: -54px auto;
    padding: 25px;
}
.message-section .float .txt {
    position: initial;
    height: auto;
}
.message-section .float .txt h3 {
    position: inherit;
    font-size: 1.25rem;
}
.message-section .float .txt p {
    position: inherit;
    width: 100%;
    font-size: 0.98rem;
}
iframe {
    height: 210px;
}
.feature-section {
    margin: 0 auto 50px;
}
}

@media screen and (max-width: 361px) {}

@media screen and (max-width: 321px) {}
