@charset "UTF-8";
/* DLIGHT */
.dm {}

/* SMARTPHONE
================================================== */
@media screen and (max-width: 768px) {
  
  .comm--header {
    text-align: center;
    margin-bottom: 120px;
  }
  .comm--header h2 {
    font-size: var(--fs25);
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0.15em;
    margin-bottom: 30px;
  }

  .ca--inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1320px;
    margin: auto;
    padding: 0 4.5%;
  }
  .ca--list {
    display: flex;
    justify-content: space-between;
  }
  .ca--item {
    position: relative;
    width: 46%;
    text-align: center;
    padding-bottom: 42px;
  }
  .ca--item a {
    display: block;
  }
  .ca--theme02 a {
    pointer-events: none;
    opacity: .3;
  }
  .ca--thum {
    margin-bottom: 20px;
  }
  .ca--txt p {
    line-height: 1;
  }
  .ca--txt p + p {
    margin-top: 10px;
  }
  .ca--txt p:first-child {
    font-family: var(--font-en-minion);
    font-size: var(--fs14);
  }
  .ca--txt p:last-child {
    font-size: var(--fs16);
    line-height: 1;
  }
  .ca--btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 30px;
    z-index: 99;
  }
  .ca--btn::before,
  .ca--btn::after {
    display: block;
    content: "";
    position: absolute;
    height: 1px;
    background: #fff;
  }
  .ca--btn::before {
    width: 100%;
    top: 50%;
    left: 0;
  }
  .ca--btn::after {
    position: absolute;
    bottom: 17px;
    right: 0;
    width: 9px;
    transform: rotate(45deg);
  }
  
  #comm-detail {
    margin: 0 auto 100px;
  }
  .comm-det--inner {
    margin: auto;
    padding: 0 5%;
  }
  .comm-det-ph {
    margin: 0 auto 50px;
  }
  .comm-det--txt {
    margin: auto;
    text-align: center;
  }
  .comm-det--txt h2 {
    font-size: var(--fs21);
    font-weight: normal;
    line-height: 1;
    margin-bottom: 80px;
  }
  .comm-det--txt h2 span {
    display: block;
  }
  .comm-det--txt h2 span + span {
    margin-top: 30px;
  }
  .comm-det--txt h2 span:first-child {
    font-family: var(--font-en-minion);
  }
  .comm-det--txt h3 {
    font-size: var(--fs21);
    font-weight: normal;
    line-height: 1;
    margin-top: 80px;
    margin-bottom: 50px;
  }
  .comm-det--txt p {
    text-align: left;
    line-height: 2.4;
  }
  .comm-det--txt p + p {
    margin-top: 36px;
  }
  
}

/* DESKTOP
================================================== */
@media screen and (min-width: 769px), print {

  .comm--header {
    text-align: center;
    margin-bottom: 120px;
  }
  .comm--header h2 {
    font-size: var(--fs25);
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0.15em;
    margin-bottom: 50px;
  }

  .ca--inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1320px;
    margin: auto;
    padding: 0 4.5%;
  }
  .ca--list {
    display: flex;
    justify-content: space-between;
  }
  .ca--item {
    position: relative;
    width: 42%;
    text-align: center;
    padding-bottom: 80px;
  }
  .ca--item a {
    display: block;
  }
  .ca--theme02 a {
    pointer-events: none;
    opacity: .3;
  }
  .ca--thum {
    margin-bottom: 60px;
  }
  .ca--txt p + p {
    margin-top: 29px;
  }
  .ca--txt p:first-child {
    font-family: var(--font-en-minion);
    font-size: var(--fs21);
  }
  .ca--txt p:last-child {
    font-size: var(--fs21);
    line-height: 1;
  }
  .ca--btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 177px;
    height: 30px;
    z-index: 99;
  }
  .ca--btn::before,
  .ca--btn::after {
    display: block;
    content: "";
    position: absolute;
    height: 1px;
    background: #fff;
  }
  .ca--btn::before {
    width: 100%;
    top: 50%;
    left: 0;
  }
  .ca--btn::after {
    position: absolute;
    bottom: 17px;
    left: 170px;
    width: 9px;
    transform: rotate(45deg);
  }

  .comm-det--inner {
    max-width: 1320px;
    margin: auto;
    padding: 0 4.5%;
  }
  .comm-det-ph {
    max-width: 1170px;
    margin: 0 auto 100px;
  }
  .comm-det--txt {
    width: max-content;
    max-width: 1080px;
    margin: auto;
    text-align: center;
    margin-bottom: 200px;
  }
  .comm-det--txt h2 {
    font-size: var(--fs30);
    font-weight: normal;
    line-height: 1;
    margin-bottom: 120px;
  }
  .comm-det--txt h2 span {
    display: block;
  }
  .comm-det--txt h2 span + span {
    margin-top: 50px;
  }
  .comm-det--txt h2 span:first-child {
    font-family: var(--font-en-minion);
  }
  .comm-det--txt h3 {
    font-size: var(--fs30);
    font-weight: normal;
    line-height: 1;
    margin-top: 80px;
    margin-bottom: 50px;
  }
  .comm-det--txt p {
    line-height: 2.4;
    text-align: left;
  }
  .comm-det--txt p + p {
    margin-top: 54px;
  }

}

