@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

/* ===============================
フォント設定
=============================== */
:root {
  --font_noto_sans: 'Noto Sans JP', sans-serif;
  --font_noto_serif: 'Noto Serif JP', sans-serif;
  --font_libre: 'Libre Baskerville', serif;
}
.font_libre {
  font-family: 'Libre Baskerville', serif;
}
/* ===============================
レイアウト・基本
=============================== */
@media screen and (max-width: 599px) {
  #smartdevice_page {
    width: calc(100% + 16px);
    margin: 0 -8px;
    padding-bottom: 0.5rem;
  }
}
#smartdevice_page h2,
#smartdevice_page h3{
  line-height: 1.8em!important;
  letter-spacing: 0.05em!important;
}
#smartdevice_page p,
#smartdevice_page p span {
  line-height: 2.2em!important;
  letter-spacing: 0.05em!important;
  font-family: var(--font_noto_sans)!important;
  font-weight: 400;
  font-size: 1.5rem;
}
#smartdevice_page li {
  letter-spacing: 0.05em!important;
  font-family: var(--font_noto_sans)!important;
  font-weight: 400;
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  #smartdevice_page h2,
  #smartdevice_page h3 {
    line-height: 1.5em!important;
    letter-spacing: 0.02em!important;
  }
  #smartdevice_page p,
  #smartdevice_page p span,
  #smartdevice_page li {
    letter-spacing: 0em!important;
    font-size: 1.4rem!important;
  }
}
/* ===============================
リンク設定
=============================== */
#smartdevice_page a {
  text-decoration: none!important;
}
#smartdevice_page a:hover {
  color: inherit!important;
}
/* ===============================
タイトル画像
=============================== */
.smartdevice_title {
    width: 100%;
    height: 360px;
    background: url(https://morpho1995noij.itembox.design/item/smartdevice/title.jpg) no-repeat right center;
    padding: 0.4rem;
    margin-bottom: 5rem;
}
@media screen and (max-width: 599px) {
  .smartdevice_title {
    height: 240px;
    margin-bottom: 3rem;
  }
}
.smartdevice_title > div {
    border: solid 1px #FFF;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFF;
    padding-left: 5rem;
}
@media screen and (max-width: 599px) {
  .smartdevice_title > div {
    padding-left: 2rem;
  }
}
.smartdevice_title > div h2 {
    font-size: 3.2rem;
    text-shadow: 1px 1px 4px #000;
}
@media screen and (max-width: 599px) {
  .smartdevice_title > div h2 {
    font-size: 2rem;
  }
}
#smartdevice_page .smartdevice_title > div p {
    text-shadow: 1px 1px 4px #000;
    font-family: var(--font_libre)!important;
}
/* ===============================
2カラム
=============================== */
.smart_2col_wrap {
    display: flex;
    justify-content: space-between;
}
.smart_2col_wrap.apple_wathch {
    flex-direction: row-reverse;
}
@media screen and (max-width: 599px) {
  .smart_2col_wrap {
    flex-direction: column;
  }
  .smart_2col_wrap.apple_wathch {
    flex-direction: column;
  }
}
.smart_2col_txt {
    width: 43.07%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.air_pods .smart_2col_txt {
  width: 40.07%;
}
@media screen and (max-width: 599px) {
    .smart_2col_txt {
        width: 100%!important;
        margin-bottom: 2rem;
    }    
}
.smart_2col_txt h2 {
    font-size: 2.5rem;
    text-align: center;
}
.smart_2col_txt h2:after {
    content: '';
    display: block;
    width: 118px;
    height: 1px;
    background-color: #919191;
    margin: 1rem auto 2rem;
}
@media screen and (max-width: 599px) {
  .smart_2col_txt h2 {
    font-size: 2.0rem;
  }
  .smart_2col_txt h2:after {
    margin: 1rem auto;
  }
}
#smartdevice_page .smart_2col_txt p {
    font-size: 1.4rem;
    font-weight: 500;
}
.smart_2col_img {
    width: 52.19%;
}
.air_pods .smart_2col_img {
  width: 55.19%;
}
@media screen and (max-width: 899px) {
    .smart_2col_img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}
@media screen and (max-width: 599px) {
  .smart_2col_img {
    width: 100%!important;
  }
  .smart_2col_img img {
    object-fit: cover;
    width: 100%;
    height: 200px;
  }
}
/* ===============================
4カラム
=============================== */
.smart_4col_wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: -8rem;
}
.air_pods + .smart_4col_wrap {
  margin-top: -12rem;
}
@media screen and (max-width: 1200px) {
  .smart_4col_wrap {
    margin-top: 0!important;
  }
}
@media screen and (max-width: 599px) {
  .smart_4col_wrap {
    justify-content: space-between;
  }
}
.smart_4col_box {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 4%;
}
@media screen and (max-width: 899px) {
  .smart_4col_box {
    width: 22%;
    margin-right: 3%;
  }
}
@media screen and (max-width: 599px) {
  .smart_4col_box {
    width: 48%;
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.smart_4col_box div:first-child {
  background-color: #FFF;
}
#smartdevice_page .smart_4col_box h3 {
  margin: 1rem auto;
  font-family: var(--font_noto_sans)!important;
  font-size: 1.4rem;;
}
@media screen and (max-width: 599px) {
  #smartdevice_page .smart_4col_box h3 {
    margin: 1rem auto 0;
  }  
}
.smart_4col_box p {
  text-align: right;
}
.smart_4col_box p:before {
  content: '\0a5';
}