@media print {
  body {
    width: 1280px!important;
    margin: 0 auto!important
  }
  body {
    zoom: .85
  }
}

/*---------------------------------

util

---------------------------------*/

@media print, screen and (min-width: 761px) {
  /* PC */
  .attent-list li {
    position: relative;
    font-size: 12px;
    padding-left: 1.1em;
  }
  .attent-list li::before {
    content: '\00203b';
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media only screen and (max-width: 760px) {
  /* SP */
  .attent-list li {
    position: relative;
    font-size: 3.2vw;
    padding-left: 1.1em;
  }
  .attent-list li::before {
    content: '\00203b';
    position: absolute;
    left: 0;
    top: 0;
  }
}

/*---------------------------------

コンテンツ全体

---------------------------------*/

@media print, screen and (min-width: 761px) {
  /* PC */
  .lp_001 {
    padding-top: 101px;
    line-height: 1.77;
  }
}

@media only screen and (max-width: 760px) {
  /* SP */
  .lp_001 {
    padding-top: 60px;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "Arial", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
}

/*---------------------------------

FV

---------------------------------*/

@media print, screen and (min-width: 761px) {
  /* PC */
  .fv {
    /* background-color: #FED730; */
  }
  .fv-inner {
    background-image: url(/ytc/campaign/app2015/image/210521/fv-bg-pc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    max-width: 1164px;
    width: 100%;
    margin: 0 auto;
    min-height: 500px;
    position: relative;
  }
  .fv-desc {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 66px 0;
    padding-left: 65px;
  }
  .fv__ttl {
    font-size: 56px;
    font-weight: bold;
    line-height: 1.429;
    letter-spacing: .1em;
    margin-bottom: 0.35em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .fv__txt {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .fv-app-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fv-app-item {
    width: 162px;
  }
  .fv-app-item__qr-wrap {
    text-align: center;
    margin-bottom: 16px;
  }
  .fv-app-item__qr {
    width: 80px;
  }
  .fv-app-item__btn {
    display: inline-block;
    margin-bottom: 8px;
  }
  .fv-app-item__btn__img {
    width: 162px;
    vertical-align: middle;
  }
  .fv-app-item__note {
    font-size: 12px;
    font-weight: bold;
  }
}

@media only screen and (max-width: 1060px) {
  /* FV調整 */
  .fv-desc {
    padding-left: 0;
  }
  .fv__ttl {
    font-size: 5.25vw;
  }
  .fv__txt {
    font-size: 1.7vw;
  }
}

@media only screen and (max-width: 760px) {
  /* SP */
  .fv {
    background-image: url(/ytc/campaign/app2015/image/210521/fv-bg-sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    height: 90.67vw;
    position: relative;
  }
  .fv-desc {
    position: absolute;
    /* width: 50%; */
    top: 51.5%;
    right: 6vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .fv__ttl {
    font-size: 6.933vw;
    font-weight: bold;
    line-height: 10.5vw;
    letter-spacing: .075em;
    margin-bottom: 0.3em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .fv__txt {
    font-size: 3.733vw;
    font-weight: bold;
    line-height: 5.867vw;
    letter-spacing: 0.1em;
    padding-left: .4em;
    margin-bottom: 1em;
    text-shadow: #fccf00 0px 0px 10px, #fccf00 0px 5px 10px, #fccf00 5px 5px 10px, #fccf00 5px 0px 10px;
  }
  .fv-desc-body {
    padding: 0 4vw;
  }
  .fv-app-head {
    padding-top: 12.8vw;
    padding-bottom: 8.533vw;
  }
  .fv-app__ttl {
    font-size: 5.333vw;
    font-weight: bold;
    margin-bottom: 1em;
  }
  .fv-app__txt {
    font-size: 3.733vw;
    font-weight: bold;
  }
  .fv-app-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .fv-app-item {
    width: 44vw;
  }
  .fv-app-item__btn {
    display: inline-block;
    margin-bottom: 2.133vw;
  }
  .fv-app-item__btn__img {
    width: 44vw;
    vertical-align: middle;
  }
  .fv-app-item__note {
    font-size: 3.2vw;
    font-weight: bold;
  }
}

/*---------------------------------

概要

---------------------------------*/

@media print, screen and (min-width: 761px) {
  /* PC */
  .abst-inner {
    max-width: 1164px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 32px;
    position: relative;
  }
  .abst-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .abst-item {
    width: 50%;
    text-align: center;
  }
  .abst-item:nth-child(odd) {
    padding-right: 16px;
  }
  .abst-item:nth-child(even) {
    padding-left: 16px;
  }
  .abst-item__thumb {
    width: 534px;
  }
  .abst-item__ttl {
    font-size: 28px;
    font-weight: bold;
    margin: .875em 0;
  }
  .abst-item__txt {
    font-size: 18px;
    font-weight: bold;
  }
}

@media only screen and (max-width: 760px) {
  /* SP */
  .abst-inner {
    padding: 11.6vw 4vw;
  }
  .abst-item {
    text-align: center;
  }
  .abst-item:not(:last-child) {
    margin-bottom: 7.4vw;
  }
  .abst-item__thumb {
    max-width: 345px;
    width: 100%;
  }
  .abst-item__ttl {
    font-size: 5.333vw;
    font-weight: bold;
    margin: .75em 0 .34em;
  }
  .abst-item__txt {
    font-size: 3.733vw;
    font-weight: bold;
  }
}

/*---------------------------------

詳細

---------------------------------*/

@media print, screen and (min-width: 761px) {
  /* PC */
  .det {
    background-color: #F6F6F8;
  }
  .det-inner {
    max-width: 1164px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .det-item {
    height: 570px;
    padding: 60px 0;
    position: relative;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .det-item:not(:last-child) {
    border-bottom: 2px solid #B7B7B7;
  }
  .det-item__thumb-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    text-align: center;
  }
  .det-item__thumb-wrap picture {
    display: inline-block;
  }
  .det-item__thumb {
    width: 100%;
  }
  .det-item__ttl {
    width: 50%;
    padding: 0 32px;
    margin-left: auto;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.57;
    margin-bottom: .75em;
  }
  .det-item__txt {
    width: 50%;
    padding: 0 32px;
    margin-left: auto;
    font-size: 18px;
    font-weight: bold;
  }
  .det-item__txt+.det-item__txt {
    margin-top: 1em;
  }
  .det-item__txt+.det-item__ttl {
    margin-top: 1.75em;
  }
  /* 偶数 */
  .det-item--l .det-item__thumb-wrap {
    left: 50%;
  }
  .det-item--l .det-item__ttl {
    margin-left: 0;
    margin-right: auto;
  }
  .det-item--l .det-item__txt {
    margin-left: 0;
    margin-right: auto;
  }
  /* 01 */
  .det-item--01 {
    height: 602px;
  }
  .det-item__thumb--01 {
    max-width: 518px;
  }
  .det-item--01 .det-item__thumb-wrap {
    padding-top: 25px;
  }
  /* 02 */
  .det-item--02 {
    height: 517px;
  }
  .det-item__thumb--02 {
    max-width: 510px;
  }
  .det-item--02 .det-item__thumb-wrap {
    padding-top: 0;
  }
  /* 03 */
  .det-item--03 {
    height: 592px;
  }
  .det-item__thumb--03 {
    max-width: 518px;
  }
  .det-item--03 .det-item__thumb-wrap {
    padding-top: 16px;
  }
}

@media only screen and (max-width: 760px) {
  /* SP */
  .det {
    background-color: #F6F6F8;
  }
  .det-inner {
    padding: 0 4vw;
  }
  .det-item {
    padding: 11.2vw 0;
    display: -ms-grid;
    display: grid;
    grid-template-areas: "title" "thumb" "text";
  }
  .det-item:not(:last-child) {
    border-bottom: 1px solid #B7B7B7;
  }
  .det-item__thumb-wrap {
    grid-area: thumb;
    text-align: center;
    padding: 4.533vw 0 8.533vw;
  }
  .det-item__thumb {
    width: 100%;
  }
  .det-item__ttl {
    grid-area: title;
    font-size: 5.333vw;
    font-weight: bold;
  }
  .det-item__txt {
    grid-area: text;
    font-size: 3.733vw;
    font-weight: bold;
  }
  /* 01 */
  .det-item__thumb--01-01 {
    max-width: 187px;
    border-bottom: 0;
  }
  .det-item--01-01 .det-item__thumb-wrap {
    padding-top: 4.267vw;
    padding-bottom: 0;
  }
  .det-item__thumb--01-02 {
    max-width: 187px;
  }
  .det-item--01-02 .det-item__thumb-wrap {
    padding-top: 4.267vw;
    padding-bottom: 0;
  }
  /* 02 */
  .det-item__thumb--02 {
    max-width: 329px;
  }
  .det-item--02 .det-item__thumb-wrap {
    padding-top: 4.533vw;
    padding-bottom: 8.533vw;
  }
  /* 03 */
  .det-item__thumb--03 {
    max-width: 345px;
  }
  .det-item--03 .det-item__thumb-wrap {
    padding-top: 4.267vw;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 760px) {
  .det-item__thumb-wrap {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .det-item__ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .det-item__txt {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

@media only screen and (max-width: 760px) {
  .det-item__thumb-wrap {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .det-item__ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .det-item__txt {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}

/*---------------------------------

機能紹介

---------------------------------*/

@media print, screen and (min-width: 761px) {
  /* PC */
  .func {
    background-color: #FCCF2F;
  }
  .func-inner {
    max-width: 1164px;
    width: 100%;
    margin: 0 auto;
    padding: 90px 32px 96px;
    position: relative;
  }
  .func__ttl {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 42px;
  }
  .func-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .func-item {
    width: 23.1%;
    background-color: #fff;
    border-radius: 20px;
    padding: 42px 12px 34px;
    text-align: center;
  }
  .func-item__thumb-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 110px;
    margin-bottom: 40px;
  }
  .func-item__thumb {
    max-height: 100%;
  }
  .func-item__name {
    font-size: 18px;
    font-weight: bold;
  }
  .func-item__thumb--01 {
    width: 132px;
  }
  .func-item__thumb--02 {
    width: 69px;
  }
  .func-item__thumb--03 {
    width: 96px;
  }
  .func-item__thumb--04 {
    width: 105px;
  }
}

@media only screen and (max-width: 1170px) {
  /* タブレット調整 */
  .func-item {
    padding: 3.59vw 1.026vw 2.91vw;
    height: 21.95vw;
    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;
  }
  .func-item__thumb-wrap {
    margin-bottom: 3.419vw;
  }
  .func-item__name {
    font-size: 1.538vw;
  }
  .func-item__thumb--01 {
    width: 11.28vw;
  }
  .func-item__thumb--02 {
    width: 5.897vw;
  }
  .func-item__thumb--03 {
    width: 8.21vw;
  }
  .func-item__thumb--04 {
    width: 8.974vw;
  }
}

@media only screen and (max-width: 760px) {
  /* SP */
  .func {
    background-color: #FCCF2F;
  }
  .func-inner {
    padding: 12vw 4vw 12.8vw;
  }
  .func__ttl {
    font-size: 5.333vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 7.467vw;
  }
  .func-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .func-item {
    display: block;
    height: auto;
    width: 44vw;
    background-color: #fff;
    border-radius: 5.333vw;
    padding: 5.6vw 0 6.267vw;
    text-align: center;
  }
  .func-item:nth-last-child(n+3) {
    margin-bottom: 4vw;
  }
  .func-item__thumb-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 21.867vw;
    margin-bottom: 4.267vw;
  }
  .func-item__thumb {
    max-height: 100%;
  }
  .func-item__name {
    font-size: 3.733vw;
    font-weight: bold;
    padding-top: .175em;
  }
  .func-item:nth-child(2) {
    padding-bottom: 0;
  }
  .func-item:nth-child(2) .func-item__name {
    line-height: 4vw;
    padding-top: 0;
  }
  .func-item__thumb--01 {
    width: 26.667vw;
  }
  .func-item__thumb--02 {
    width: 14.4vw;
  }
  .func-item__thumb--03 {
    width: 19.2vw;
  }
  .func-item__thumb--04 {
    width: 22.4vw;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none), (max-width: 350px) {
  .func-item {
    width: 42vw;
  }
}

/*---------------------------------

公式アプリ

---------------------------------*/

@media print, screen and (min-width: 761px) {
  /* PC */
  .off-inner {
    max-width: 1164px;
    width: 100%;
    margin: 0 auto;
    padding: 96px 32px 48px;
    position: relative;
  }
  .off__ttl {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: .25em;
  }
  .off__subttl {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 48px;
  }
  .off-app-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .off-app {
    padding: 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .off-app:not(:last-child) {
    border-right: solid 1px #B7B7B7;
  }
  .off-app-desc {
    text-align: center;
    margin-right: 20px;
  }
  .off-app__phone {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: .75em;
    text-align: left;
  }
  .off-app__phone--center {
    text-align: center;
  }
  .off-app__phone__note {
    display: inline-block;
    margin-left: 1em;
    font-size: 12px;
    font-weight: normal;
  }
  .off-app__btn {
    display: inline-block;
  }
  .off-app__btn__img {
    vertical-align: middle;
    width: 195px;
  }
  .off-app__qr {
    width: 95px;
    border: solid 1px #707070;
  }
  .off-app-list+* {
    margin-top: 45px;
  }
  /* 01 */
  .off--01 .off-inner {
    padding: 60px 32px 0;
  }
  /* 02 */
  .off--02 .off-inner {
    padding: 90px 32px 48px;
  }
}

@media only screen and (max-width: 760px) {
  /* SP */
  .off-inner {
    padding: 11.467vw 4vw;
  }
  .off__ttl {
    font-size: 5.333vw;
    font-weight: bold;
    margin-bottom: .5em;
    text-align: center;
  }
  .off__subttl {
    font-size: 3.733vw;
    font-weight: bold;
    margin-bottom: 7vw;
    text-align: center;
  }
  .off-app-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .off-app {
    width: 44vw;
  }
  .off-app-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .off-app__btn {
    display: inline-block;
    margin-bottom: 1.2vw;
  }
  .off-app__btn__img {
    width: 44vw;
    vertical-align: middle;
  }
  .off-app__phone {
    font-size: 3.2vw;
    font-weight: bold;
    text-align: left;
  }
  .off-app__phone__note {
    display: inline-block;
    margin-left: 1em;
    font-size: 3.2vw;
    font-weight: normal;
  }
  .off-app-list+* {
    margin-top: 8.533vw;
  }
  /* 01 */
  .off--01 .off-inner {
    padding: 11.467vw 4vw 0;
  }
  /* 02 */
  .off--02 .off-inner {
    padding: 11.467vw 4vw;
  }
}