﻿
/* このファイルはUTF-8のBOMなし(UTF-8N)で保存しています */

/**
 * CSS Information
 * ===============================================================
 *
 * Site URL:  http://test.albion-cosmetics.com/
 * File name: contents.css
 * Summary:   ABOUT USコンテンツの固有スタイル
 * Author:    CrEa., Inc.
 *
 * -----------------------------------
 *
 * TOC:
 *     =1    about
 *
 * ===============================================================
*/

/** =1
 * ========================================
 * about
 * ========================================
 */

#about {
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
}

/* -- >>> styles for medium layout ----- */
@media screen and (min-width: 600px) and (max-width: 959px) {
}

/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
}

/* [ modal - about ]
 ------------------------------ */
.modalAbout {
}
.modalAboutTitle {
  line-height: 1.18;
}
.modalAboutContent {
  border-top: 1px solid #e3e3e3;
}
.modalAbout .itemImage img {
  max-width: 100%;
  height: auto;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .modalAboutTitle {
    font-size: 2.2rem;
  }
  .modalAboutContent {
    margin-top: 1em;
    padding-top: 15px;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .modalAboutTitle {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .modalAboutContent {
    margin-top: 1.7em;
    padding-top: 1.8em;
  }
}

/* albionUK */
#albionUK {
}
#albionUK .modalAboutTitle {
  text-transform: none;
}
.albionUKTitle {
  line-height: 1.2;
}
.albionUKContent .itemTitle {
  color: #000;
  font-family: "HelveticaLTPro-Bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-weight: bold;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .albionUKTitle {
    font-size: 2rem;
  }
  .albionUKContent .itemTitle {
    margin-top: 2em;
    line-height: 1.4;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .albionUKTitle {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .albionUKContent .itemTitle {
    margin-top: 2em;
    line-height: 1.7;
  }
}

/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
  #albionUK .l-inner {
    width: 920px;
  }
}

/**
 * about top
 * ----------------------------------
 */

/* [ about movie ]
------------------------------ */
.sectionAboutMovie {
}
.sectionAboutMovie img {
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .sectionAboutMovie {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 600px) {
  .sectionAboutMovie {
    margin-bottom: 120px;
  }
}

/* boxMovie */
body[id="about"] .boxMovie .js-modalHandler.open.movie::before {
  display: block;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  body[id="about"] .js-modal.modalMovie .l-inner {
    width: auto;
    max-width: initial;
    margin: 0 40px;
  }
}

/* [ about intro ]
------------------------------ */
.sectionAboutIntro {
}
.sectionAboutIntroTitle .fs_small {
  text-transform: none;
}

.sectionAboutIntro .itemImage img {
  width: 100%;
  height: auto;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionAboutIntro {
    position: relative;
    margin-bottom: 1em;
    padding-top: 50%;
  }
  .sectionAboutIntroTitle .fs_small {
    font-size: 57%;
  }

  .sectionAboutIntro .itemImage {
    position: absolute;
    top: -40px;
    right: -15px;
    left: -15px;
  }
  .sectionAboutIntro .itemText {
    line-height: 1.4;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .sectionAboutIntro {
    margin-bottom: 70px;
  }
  .sectionAboutIntroTitle .fs_small {
    font-size: 65%;
  }

  .sectionAboutIntro .itemImage {
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 2%;
  }
  .sectionAboutIntro .itemText {
    line-height: 1.7;
  }
}

/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
  .sectionAboutIntro .itemText {
    float: right;
    width: 48%;
  }
}

/* [ about lead ]
------------------------------ */
.sectionAboutLead .itemText {
  color: #000;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionAboutLead {
    margin-bottom: 2.2em;
  }
  .sectionAboutLead .itemText {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .sectionAboutLead {
    margin-bottom: 70px;
  }
  .sectionAboutLead .itemText {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
  }
}

/* [ about menu ]
------------------------------ */
.sectionAboutMenu {
  position: relative;
}
.sectionAboutMenu .itemMenu {
}
.sectionAboutMenu .itemMenu a {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 50%;
}
.sectionAboutMenu .itemName {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.6em 0;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-align: center;
  letter-spacing: 0.075em;
}
.sectionAboutMenu .itemImage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sectionAboutMenu .itemImage img {
  width: 100%;
  height: auto;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionAboutMenu .itemMenu {
    margin-bottom: 15px;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .sectionAboutMenu .itemMenu:first-child,
  .sectionAboutMenu .itemMenu:first-child + * {
    position: absolute;
    left: 0;
  }
  .sectionAboutMenu .itemMenu:first-child {
    top: 0;
  }
  .sectionAboutMenu .itemMenu:first-child + * {
    bottom: 0;
  }
  .sectionAboutMenu .itemMenu:first-child + * + * {
    float: right;
  }
}
/* -- >>> styles for medium layout ----- */
@media screen and (min-width: 600px) and (max-width: 959px) {
  .sectionAboutMenu .itemMenu {
    width: 31.1%;
  }
  .sectionAboutMenu .itemMenu:first-child + * + * {
    width: 66.7%;
  }
}
/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
  .sectionAboutMenu {
    margin: 0 10px;
  }
  .sectionAboutMenu .itemMenu {
    width: 280px;
  }
  .sectionAboutMenu .itemMenu:first-child + * + * {
    width: 600px;
  }
}

/**
 * Corporate Info
 * ----------------------------------
 */
.articleCorporate {
}

.sectionCorporate {
}
.sectionCorporateTitle {
  margin-bottom: 1em;
  color: #000;
  font-family: "HelveticaLTPro-Bold", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
  text-transform: uppercase;
  line-height: 1.5;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionCorporate + .sectionCorporate {
    margin-top: 55px;
  }
}

/* -- >>> styles for medium layout ----- */
@media screen and (min-width: 600px) and (max-width: 959px) {
  .sectionCorporate + .sectionCorporate {
    margin-top: 65px;
  }
}

/* -- >>> styles for wide layout ----- */
@media screen and (min-width: 960px) {
  .sectionCorporate + .sectionCorporate {
    margin-top: 75px;
  }
}

/* [ table corporate ]
------------------------------ */
.tableCorp {
  width: 100%;
  border-top: 1px solid #e3e3e3;
}
.tableCorp th,
.tableCorp td {
  line-height: 1.4;
  vertical-align: middle;
}
.tableCorp th {
  color: #000;
  font-family: "HelveticaLTPro-Roman", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-weight: normal;
}
.tableCorp td {
  line-height: 1.4;
}
.tableCorp td .itemText + .itemText {
  margin-top: 1em;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .tableCorp {
  }
  .tableCorp th,
  .tableCorp td {
    display: block;
  }
  .tableCorp th {
    padding: 1.5em 0;
  }
  .tableCorp td {
    padding: 0 0 1.5em;
    border-bottom: 1px solid #e3e3e3;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .tableCorp th,
  .tableCorp td {
    padding: 1.2em 0;
    border-bottom: 1px solid #e3e3e3;
  }
  .tableCorp th {
    width: 25%;
    padding-right: 5%;
  }
  .tableCorp td {
    width: 75%;
  }
}

/**
 * President's Message
 * ----------------------------------
 */
.articleMessage {
}
.articleMessage .itemImage img {
  width: 100%;
  height: auto;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .articleMessage .itemImage {
    margin-bottom: 1.5em;
  }
  .articleMessage .itemText {
    line-height: 1.4;
  }
  .articleMessage .itemText + .itemText {
    margin-top: 1.25em;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .articleMessage .itemImage {
    margin-bottom: 2em;
  }
  .articleMessage .itemText {
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
  .articleMessage .itemText + .itemText {
    margin-top: 1.5em;
  }
}

/**
 * Our Philosophy
 * ----------------------------------
 */
.articlePhilosophy {
}
.articlePhilosophy + .articlePhilosophy {
  border-top: 1px solid #c8c8c8;
}
.articlePhilosophyTitle {
  line-height: 1.2;
}
.articlePhilosophyTitle.fw-bold {
  font-weight: bold;
}
.articlePhilosophyContent .itemText {
  color: #000;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.pattern2 .articlePhilosophyContent .itemText {
  font-size: 17px;
  font-size: 1.7rem;
}
.pattern3 .articlePhilosophyContent .itemText {
  font-size: 18px;
  font-size: 1.8rem;
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .articlePhilosophy {
  }
  .articlePhilosophy + .articlePhilosophy {
    padding-top: 20px;
  }
  .articlePhilosophyTitle {
    margin-bottom: 0.7em;
    font-size: 2.3rem;
  }
  .articlePhilosophyContent {
    margin-bottom: 40px;
  }
  .articlePhilosophy .itemText {
    line-height: 1.25;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .articlePhilosophy {
    margin-bottom: -80px;
  }
  .articlePhilosophy + .articlePhilosophy {
    margin-top: 160px;
    padding-top: 35px;
    border-top: 1px solid #c8c8c8;
  }
  .articlePhilosophyTitle {
    margin-bottom: 0.6em;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .articlePhilosophyContent {
    margin-bottom: 60px;
  }
}

.sectionPhilosophy {
}
.sectionPhilosophyImage {
  margin-bottom: 16px;
}
.sectionPhilosophyImage img {
  width: 100%;
  height: auto;
}
.sectionPhilosophyDetail {
}
.sectionPhilosophyDetail .itemTitle {
  margin-bottom: 14px;
  color: #000;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.sectionPhilosophyDetail .itemTitle.fs20 {
  font-family: "HelveticaLTPro-Roman", "Helvetica Neue", Helvetica, Arial,
    sans-serif;
  font-weight: normal;
  font-size: 20px;
  font-size: 2rem;
}
.sectionPhilosophyDetail .itemText {
}

/* -- >>> styles for narrow layout ----- */
@media screen and (max-width: 599px) {
  .sectionPhilosophy {
    margin-bottom: 35px;
  }
  .sectionPhilosophyDetail .itemTitle {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .pattern2 .sectionPhilosophyDetail .itemTitle {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .pattern3 .sectionPhilosophyDetail .itemTitle {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .sectionPhilosophyDetail .itemText {
    line-height: 1.4;
  }
  .pattern2 .sectionPhilosophyDetail .itemText {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .pattern3 .sectionPhilosophyDetail .itemText {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* -- >>> styles for medium & wide layout ----- */
@media screen and (min-width: 600px) {
  .sectionPhilosophy {
    margin-bottom: 80px;
  }
  .sectionPhilosophyDetail .itemTitle {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .pattern2 .sectionPhilosophyDetail .itemTitle {
    font-size: 17px;
    font-size: 1.7rem;
  }
  .pattern3 .sectionPhilosophyDetail .itemTitle {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sectionPhilosophyDetail .itemText {
    line-height: 1.7;
  }
  .pattern2 .sectionPhilosophyDetail .itemText {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .pattern3 .sectionPhilosophyDetail .itemText {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
