@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: top;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * shared
 */
/*========================================

  utility

========================================*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.pc {
  display: none;
}

@media screen and (min-width: 600px) {
  .pc {
    display: block;
  }
}

@media screen and (min-width: 600px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width: 400px) {
  br.b40 {
    display: none;
  }
}

br.nb40 {
  display: none;
}

@media screen and (min-width: 400px) {
  br.nb40 {
    display: inline-block;
  }
}

@media screen and (min-width: 600px) {
  br.bsp {
    display: none;
  }
}

br.nbsp {
  display: none;
}

@media screen and (min-width: 600px) {
  br.nbsp {
    display: inline-block;
  }
}

/*========================================

  .s5-returnToTop

========================================*/
.s5-returnToTop {
  height: 0;
  position: relative;
  z-index: 2;
  margin: 50px 0 0;
}

.s5-returnToTop__inner1 {
  display: none;
  position: fixed;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.s5-returnToTop__inner2 {
  position: relative;
  max-width: 1260px;
  height: 0;
  margin: 0 auto;
}

.s5-returnToTop__button {
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 32px;
  right: 20px;
  top: -72px;
  background: url(/share5/images/s5-returnToTop/icon_01.png) no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: top .3s;
  transition: top .3s;
  opacity: .5;
}

.s5-returnToTop__button img {
  width: 100%;
  height: auto;
  opacity: .5;
}

@media screen and (max-width: 639px) {
  .s5-returnToTop__button {
    top: -46px;
    width: 32px;
    height: 26px;
    background-size: 32px 26px;
  }
}

@media screen and (max-width: 639px) {
  .s5-returnToTop.s5-returnToTop--withFOCUSPurchaseFloated .s5-returnToTop__button {
    top: -122px;
  }
}

/*========================================

  .s5-icon-window

========================================*/
.s5-icon-window {
  width: 11px;
  height: 9px;
  vertical-align: middle;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  margin: -2px 3px 0 0;
  background: url(/share5/images/s5-icon/sprite_01.png) no-repeat;
}

.s5-icon-window.s5-icon-window--light {
  background-position: 0 -24px;
}

.s5-icon-window.s5-icon-window--lightDark {
  background-position: 0 -24px;
}

/*========================================

  .stores 5column

========================================*/
.stores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .stores {
    margin-top: 40px;
  }
}

.stores img {
  width: 100%;
}

.stores-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  max-width: 49%;
}

.stores-item:nth-of-type(even) {
  margin-left: 2%;
}

.stores-item:nth-of-type(n+3) {
  margin-top: 2%;
}

@media screen and (min-width: 600px) {
  .stores-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 19%;
            flex: 0 0 19%;
    max-width: 19%;
  }
  .stores-item:nth-of-type(n+2) {
    margin-top: 0;
    margin-left: 1.25%;
  }
}

/**
 * template
 */
.tpl__alphainfo__header--inner {
  width: 93.75%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  height: 55px;
}

@media screen and (min-width: 600px) {
  .tpl__alphainfo__header--inner {
    height: 70px;
  }
}

.tpl__alphainfo__header--logo {
  width: 80px;
  padding: 15px 0;
}

@media screen and (min-width: 600px) {
  .tpl__alphainfo__header--logo {
    width: 110px;
  }
}

.tpl__alphainfo__footer {
  background: #ffffff;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tpl__alphainfo__footer--inner {
  max-width: 1200px;
  width: 93.75%;
  margin: 0 auto;
}

/*========================================

  .s5-returnToTop

========================================*/
.s5-returnToTop {
  height: 0;
  position: relative;
  z-index: 2;
  margin: 0;
}

.s5-returnToTop__inner1 {
  display: none;
  position: fixed;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.s5-returnToTop__inner2 {
  position: relative;
  max-width: 1260px;
  height: 0;
  margin: 0 auto;
}

.s5-returnToTop__button {
  position: absolute;
  cursor: pointer;
  width: 40px;
  height: 32px;
  right: 20px;
  top: -72px;
  background: url(https://www.sony.jp/share5/images/s5-returnToTop/icon_01.png) no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: top .3s;
  transition: top .3s;
  opacity: .5;
}

.s5-returnToTop__button img {
  width: 100%;
  height: auto;
  opacity: .5;
}

@media screen and (max-width: 639px) {
  .s5-returnToTop__button {
    top: -46px;
    width: 32px;
    height: 26px;
    background-size: 32px 26px;
  }
}

@media screen and (max-width: 639px) {
  .s5-returnToTop.s5-returnToTop--withFOCUSPurchaseFloated .s5-returnToTop__button {
    top: -122px;
  }
}

.tpl__alphainfo-store + .tpl__alphainfo-store,
.tpl__alphainfo-store + .tpl__alphainfo-program,
.tpl__alphainfo-program + .tpl__alphainfo-store,
.tpl__alphainfo-program + .tpl__alphainfo-program {
  margin-top: 60px;
}

.tpl__alphainfo-store--inner,
.tpl__alphainfo-program--inner {
  width: 93.75%;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.tpl__alphainfo-store--heading,
.tpl__alphainfo-program--heading {
  text-align: center;
  font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明朝", "HGP明朝", "HG明朝", serif;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.34;
  font-weight: normal;
}

.tpl__alphainfo-store--txt,
.tpl__alphainfo-program--txt {
  font-size: 1.125rem;
  line-height: 1.85;
}

@media screen and (max-width: 959px) {
  .tpl__alphainfo-store--heading,
  .tpl__alphainfo-program--heading {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 479px) {
  .tpl__alphainfo-store--heading,
  .tpl__alphainfo-program--heading {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.tpl__alphainfo-store--imgbox {
  margin: 30px 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tpl__alphainfo-store--imgitem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.tpl__alphainfo-store--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.tpl__alphainfo-store--item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19.167%;
          flex: 0 0 19.167%;
  -webkit-transition: opacity .25s !important;
  transition: opacity .25s !important;
  text-decoration: none !important;
}

.tpl__alphainfo-store--item:hover {
  opacity: .8;
}

.tpl__alphainfo-store--name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  background: #0e0e0e;
  height: 54px;
}

.tpl__alphainfo-store--name::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -0.1em;
  margin-right: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fff;
}

.tpl__alphainfo-store--store-sp {
  display: none;
}

.tpl__alphainfo-store--img {
  display: block;
}

@media screen and (max-width: 1259px) {
  .tpl__alphainfo-store--name {
    font-size: 1.2vw;
    height: 4.8vw;
  }
}

@media screen and (max-width: 639px) {
  .tpl__alphainfo-store--store-sp {
    display: block;
    margin-top: 30px;
  }
  .tpl__alphainfo-store--list {
    display: none;
  }
  .tpl__alphainfo-store--name {
    font-size: 16px;
    font-size: 1rem;
    height: 48px;
  }
  .tpl__alphainfo-store--imgbox {
    margin: 30px 0;
  }
  .tpl__alphainfo-store--item {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .tpl__alphainfo-store--name {
    font-size: 14px;
    font-size: 0.875rem;
    height: 40px;
  }
  .tpl__alphainfo-store--imgbox {
    margin: 20px 0;
  }
  .tpl__alphainfo-store--store-sp {
    display: block;
    margin-top: 20px;
  }
}

.tpl__alphainfo-program--box {
  clear: both;
  display: block;
  content: '';
  margin-top: 30px;
}

.tpl__alphainfo-program--img {
  float: right;
  margin: 0 0 0 40px;
  width: 38.584%;
  -webkit-transition: opacity .2s !important;
  transition: opacity .2s !important;
}

.tpl__alphainfo-program--img:hover {
  opacity: .8;
}

.tpl__alphainfo-program--btn {
  display: inline-block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
  padding: 13px 30px 12px 30px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #5687f5;
  -webkit-transition: opacity .2s !important;
  transition: opacity .2s !important;
}

.tpl__alphainfo-program--btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -3.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #fff;
}

.tpl__alphainfo-program--btn:hover {
  color: #fff;
  opacity: .8;
}

@media screen and (max-width: 639px) {
  .tpl__alphainfo-program--img {
    display: block;
    float: none;
    margin: 0 0 30px;
    width: 100%;
  }
  .tpl__alphainfo-program--btn {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .tpl__alphainfo-program--img {
    margin: 0 0 20px;
  }
  .tpl__alphainfo-program--box {
    margin-top: 20px;
  }
  .tpl__alphainfo-program--btn {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

body {
  background: #fff;
}

.a-font {
  font-family: YuGothic, '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
}

.tpl__alphainfo__header--txt {
  margin-left: auto;
  padding: 14px 0 18px;
  /* width: 41%;*/
  line-height: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .tpl__alphainfo__header--txt {
    width: 180px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* UI制御 */
[aria-hidden="true"] {
  display: none;
}

[aria-hidden="false"] {
  display: block;
}

/* 選択されているタブ */
[aria-selected="true"] {
  background: #ff461b;
  color: #fff;
}

/* 選択されていないタブ */
[aria-selected="false"] {
  background: #fff;
  color: #ff461b;
}

/*
body
 */
body {
  min-width: 320px;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  font-family: '\30E1\30A4\30EA\30AA', Meiryo, '\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF', Verdana, sans-serif;
  color: #333;
}

@media screen and (min-width: 600px) {
  body {
    min-width: 1260px;
  }
}

/*
header
 */
.mv {
  background-image: url(../img/mv_sp.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 73.589vw;
}

@media screen and (min-width: 600px) {
  .mv {
    background-image: url(../img/mv.jpg);
    height: 351px;
    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;
  }
}

@media screen and (min-width: 1920px) {
  .mv {
    height: 18.28125vw;
  }
}

.mv-inner {
  height: 100%;
}

@media screen and (min-width: 600px) {
  .mv-inner {
    width: 1200px;
    margin: 0 auto;
  }
}

.mv-box {
  padding: 19.743vw 6.92vw 0;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .mv-box {
    padding: 0 30px;
    width: 610px;
    margin-left: 0;
  }
}

.mv-titlebox {
  text-align: center;
  width: 62.05vw;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 600px) {
  .mv-titlebox {
    width: 525px;
    padding: 30px 0 0;
    margin: 0;
  }
}

.mv-titlebox img {
  width: 100%;
}

.mv-text {
  margin-top: 6.92vw;
  font-size: 4.1vw;
  line-height: 1.5;
  text-shadow: 2px 2px 2px #ffffff;
  color: #000000;
}

@media screen and (min-width: 600px) {
  .mv-text {
    text-align: left;
    margin-top: 24px;
  }
}

@media screen and (min-width: 600px) {
  .mv-text p {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.66;
  }
}

/*
page-nav
 */
.page-nav {
  padding-bottom: 30px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .page-nav {
    padding: 60px 0;
  }
}

.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 600px) {
  .tab-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.tab-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  border: 1px solid #000;
}

.tab-item:nth-of-type(n+3) .tab-btn {
  border-bottom: 1px solid #000;
}

.tab-item:nth-of-type(even) .tab-btn {
  border-right: 1px solid #000;
}

@media screen and (min-width: 600px) {
  .tab-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .tab-item:nth-of-type(2) .tab-btn {
    border-right: 0;
  }
}

.tab-btn {
  width: 100%;
  color: #000;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-right: 0;
  border-bottom: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: bold;
  line-height: 1.2;
  height: 70px;
  font-size: 14px;
  font-size: 0.875rem;
  position: relative;
}

@media screen and (min-width: 600px) {
  .tab-btn[aria-controls="panel1"] {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 22px;
  }
}

.tab-btn::after {
  content: '';
  display: block;
  background-image: url(../img/icon-arrow-down.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 13px;
  height: 6px;
  bottom: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 600px) {
  .tab-btn::after {
    width: 26px;
    height: 12px;
    bottom: 7px;
  }
}

.tab-btn[aria-selected="true"] {
  color: #fff;
}

.tab-btn[aria-selected="true"]::after {
  background-image: url(../img/icon-arrow-down-white.png) !important;
}

@media screen and (min-width: 600px) {
  .tab-btn {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    font-size: 1.25rem;
    border-bottom: 1px solid #000 !important;
  }
  .tab-btn:focus, .tab-btn:hover {
    background: #ff461b;
    color: #fff;
  }
  .tab-btn:focus::after, .tab-btn:hover::after {
    background-image: url(../img/icon-arrow-down-white.png);
  }
}

/*
section
 */
#panel1 .section-wrap {
  position: relative;
}

#panel1 .section-wrap .panel1-bg {
  position: absolute;
  background-image: url(../img/bg-panel1.png);
  background-size: cover;
  background-repeat: none;
  background-position: center center;
  top: 1.66667vw;
  right: 7.83333vw;
  width: 18.66667vw;
  height: 19.08333vw;
}

@media screen and (min-width: 600px) {
  #panel1 .section-wrap .panel1-bg {
    top: 20px;
    right: 94px;
    width: 224px;
    height: 229px;
  }
}

#panel1-title {
  background-image: url(../img/bg-panel1.png);
}

#panel2-title {
  background-image: url(../img/bg-panel2.png);
}

#panel3-title {
  background-image: url(../img/bg-panel3.png);
}

#panel4-title {
  background-image: url(../img/bg-panel4.png);
}

.section-wrap {
  max-width: 1200px;
  width: 93.75%;
  margin: 0 auto;
  background-color: #f4f4f4;
}

@media screen and (min-width: 600px) {
  .section-wrap {
    width: 1200px;
  }
}

.section-inner {
  width: 93.75%;
  margin: 0 auto;
  padding: 0 0 60px;
}

@media screen and (min-width: 600px) {
  .section-inner {
    width: 100%;
    padding: 0 125px 120px;
  }
}

.section-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: right top;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  padding: 30px 0 30px 3.125%;
  margin-bottom: 25px;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff;
}

@media screen and (min-width: 600px) {
  .section-title {
    font-size: 44px;
    font-size: 2.75rem;
    padding: 0 0 0 10.4167%;
    height: 195px;
    margin-bottom: 50px;
    text-shadow: 0;
  }
}

.section-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.9;
  letter-spacing: .075em;
}

.section-text:last-of-type {
  padding-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .section-text:last-of-type {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 600px) {
  .section-text {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

/*
highlight
 */
.highlight {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(255, 72, 0, 0.5)), color-stop(92%, transparent));
  background: linear-gradient(transparent 60%, rgba(255, 72, 0, 0.5) 60% 92%, transparent 92%);
  font-weight: bold;
  color: #000;
}

/*
block
 */
.block:nth-of-type(n+2) {
  margin-top: 50px;
}

@media screen and (min-width: 600px) {
  .block:nth-of-type(n+2) {
    margin-top: 100px;
  }
}

.block-title {
  font-size: 22px;
  font-size: 1.375rem;
  border-left: 9px solid #ff461b;
  padding: 8px 0 8px 20px;
  text-align: left;
  margin-bottom: 25px;
  color: #000;
  line-height: 1.2;
}

@media screen and (min-width: 600px) {
  .block-title {
    font-size: 32px;
    font-size: 2rem;
    padding: 10px 0 10px 24px;
    margin-bottom: 50px;
    line-height: 1;
  }
}

.block-title .small {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 6px;
}

@media screen and (min-width: 600px) {
  .block-title .small {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}

.block-subtitle {
  color: #ff461b;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: .12em;
  font-weight: bold;
  margin-top: 25px !important;
}

@media screen and (min-width: 600px) {
  .block-subtitle {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 50px !important;
  }
}

.block-subtitle + .block-item {
  margin-top: 20px !important;
}

.block-item + .block-item {
  margin-top: 18px;
}

@media screen and (min-width: 600px) {
  .block-item + .block-item {
    margin-top: 36px;
  }
}

.block-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.22;
  letter-spacing: .075em;
}

@media screen and (min-width: 600px) {
  .block-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.block-text.has-disc {
  font-weight: bold;
}

.block-text.has-disc::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #333;
  margin-right: 10px;
}

.block-text.has-disc + .has-disc {
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .block-text.has-disc + .has-disc {
    margin-top: 30px;
  }
}

.block-text + .block-text.block-item {
  margin-top: 10px;
}

@media screen and (min-width: 600px) {
  .block-text + .block-text.block-item {
    margin-top: 20px;
  }
}

.block-imgcaption {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: -.02em;
  line-height: 1.5;
  margin-top: 8px !important;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .block-imgcaption {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 16px !important;
  }
}

.block-caption {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: -.01em;
  line-height: 1.5;
  margin-top: 8px !important;
}

@media screen and (min-width: 600px) {
  .block-caption {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 16px !important;
  }
}

.block-caption + .mod-tips {
  margin-top: 60px;
}

@media screen and (min-width: 600px) {
  .block-caption + .mod-tips {
    margin-top: 100px;
  }
}

.block-point-title {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: .12em;
  line-height: 1.33;
  margin-top: 50px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 600px) {
  .block-point-title {
    font-size: 32px;
    font-size: 2rem;
    margin-top: 100px !important;
  }
}

.block-point-title-icon {
  line-height: 1;
  font-size: .75em;
  display: inline-block;
  background: #ff461b;
  color: #fff;
  margin-right: 1em;
  padding: 8px 9px 6px;
}

@media screen and (min-width: 600px) {
  .block-point-title-icon {
    padding: 10px 12px 8px;
  }
}

.block-point-title + .block-item {
  margin-top: 20px !important;
}

@media screen and (min-width: 600px) {
  .block-point-title + .block-item {
    margin-top: 30px !important;
  }
}

.block-modelist + .block-text.has-disc {
  margin-top: 40px;
}

@media screen and (min-width: 600px) {
  .block-modelist + .block-text.has-disc {
    margin-top: 80px;
  }
}

@media screen and (min-width: 600px) {
  .block-modelist-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.block-modelist-item:nth-of-type(n+2) {
  margin-top: 20px;
}

.block-modelist-item.not-imgbox {
  margin-top: 0;
}

.block-modelist-item.not-imgbox.first {
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .block-modelist-item.not-imgbox.first {
    margin-top: 30px;
  }
}

.block-modelist-item.not-imgbox.last .textbox-inner .mode,
.block-modelist-item.not-imgbox.last .textbox-inner .text {
  border-bottom-width: 1px;
}

.block-modelist-item.not-imgbox .textbox {
  margin-top: 0;
}

.block-modelist-item.not-imgbox .textbox-inner .mode,
.block-modelist-item.not-imgbox .textbox-inner .text {
  height: 96px;
  border-bottom-width: 0;
}

@media screen and (min-width: 600px) {
  .block-modelist-item.not-imgbox .textbox-inner .mode,
  .block-modelist-item.not-imgbox .textbox-inner .text {
    height: 70px;
  }
}

.block-modelist .imgbox {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .block-modelist .imgbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 302px;
    margin-right: 20px;
  }
}

.block-modelist .imgbox img {
  width: 100%;
}

.block-modelist .textbox {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  margin-top: 10px;
}

@media screen and (min-width: 600px) {
  .block-modelist .textbox {
    margin-top: 0;
  }
}

.block-modelist .textbox-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-modelist .textbox-inner .mode,
.block-modelist .textbox-inner .text {
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.22;
}

@media screen and (min-width: 600px) {
  .block-modelist .textbox-inner .mode,
  .block-modelist .textbox-inner .text {
    height: 96px;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: .04em;
  }
}

.block-modelist .textbox-inner .mode {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 83px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F99D87;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.block-modelist .textbox-inner .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  background: #fff;
  padding: 0 0 0 2.1%;
  border: 1px solid #D1D1D1;
}

@media screen and (min-width: 600px) {
  .block-modelist .textbox-inner .text {
    padding: 0 0 0 20px;
  }
}

.block-looklist + .block-item {
  margin-top: 40px;
}

@media screen and (min-width: 600px) {
  .block-looklist + .block-item {
    margin-top: 60px;
  }
}

.block-looklist-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.block-looklist-item:last-of-type .look,
.block-looklist-item:last-of-type .text {
  border-bottom-width: 1px;
}

.block-looklist-item:not(:last-of-type) .look,
.block-looklist-item:not(:last-of-type) .text {
  border-bottom-width: 0;
}

.block-looklist-item .look,
.block-looklist-item .text {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.22;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 400px) {
  .block-looklist-item .look,
  .block-looklist-item .text {
    height: 100px;
  }
}

@media screen and (min-width: 600px) {
  .block-looklist-item .look,
  .block-looklist-item .text {
    height: 70px;
  }
}

.block-looklist-item .look {
  background: #F99D87;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 120px;
  padding: 0 15px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -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;
}

@media screen and (min-width: 600px) {
  .block-looklist-item .look {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 219px;
    padding: 0 30px;
	-webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.block-looklist-item .look-icon {
  margin-bottom: 5px;
}

@media screen and (min-width: 600px) {
  .block-looklist-item .look-icon {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

.block-looklist-item .look-icon img {
  /* 乗算はIE非対応なので画像が望ましいです */
  mix-blend-mode: multiply;
  -webkit-transform: scale(0.77);
          transform: scale(0.77);
}

@media screen and (min-width: 600px) {
  .block-looklist-item .look-icon img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.block-looklist-item .look-title {
  text-align: center;
}

@media screen and (min-width: 600px) {
  .block-looklist-item .look-title {
    text-align: left;
  }
}

.block-looklist-item .text {
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  padding: 0 20px;
  border: 1px solid #D1D1D1;
}

/*
module
 */
.mod-img {
  text-align: center;
}

.mod-img img {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .mod-img img {
    width: auto;
    max-width: 100%;
  }
}

.mod-2col img, .mod-3col img {
  width: 100%;
}

.mod-2col .img-caption, .mod-3col .img-caption {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: .075em;
  line-height: 1.5;
  margin-top: 10px;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .mod-2col .img-caption, .mod-3col .img-caption {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 600px) {
  .mod-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mod-2col .item:nth-of-type(2) {
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .mod-2col .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49.474%;
            flex: 0 0 49.474%;
    max-width: 470px;
  }
  .mod-2col .item:nth-of-type(2) {
    margin-top: 0;
    margin-left: 1.054%;
  }
}

.mod-2col-caption {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: .04em;
  text-align: center;
  margin-top: 8px;
}

@media screen and (min-width: 600px) {
  .mod-2col-caption {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 16px;
  }
}

.mod-2col-caption.large {
  letter-spacing: -.02em;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

@media screen and (min-width: 600px) {
  .mod-2col-caption.large {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.mod-2col.has-arrow .item:nth-of-type(2) {
  margin-top: 40px;
}

.mod-2col.has-arrow .item:nth-of-type(2) .img {
  position: relative;
}

.mod-2col.has-arrow .item:nth-of-type(2) .img::before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(../img/icon-arrow-down.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 40px;
  top: -40px;
}

@media screen and (min-width: 600px) {
  .mod-2col.has-arrow .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47.47369%;
            flex: 0 0 47.47369%;
    max-width: 451px;
  }
  .mod-2col.has-arrow .item:nth-of-type(2) {
    margin-top: 0;
    margin-left: 5.05262%;
  }
  .mod-2col.has-arrow .item:nth-of-type(2) .img {
    position: relative;
  }
  .mod-2col.has-arrow .item:nth-of-type(2) .img::before {
    background-image: url(../img/icon-arrow-right.png);
    width: 48px;
    height: 100%;
    top: 0;
    left: -48px;
  }
}

.mod-3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mod-3col .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.63158%;
          flex: 0 0 32.63158%;
  max-width: 310px;
}

.mod-3col .item:nth-of-type(n+2) {
  margin-left: 1.05263%;
}

.mod-table-2col {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 600px) {
  .mod-table-2col {
    width: 748px;
  }
}

.mod-table-2col tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mod-table-2col tr:nth-of-type(n+2) {
  border-top: 2px solid #f4f4f4;
}

.mod-table-2col th,
.mod-table-2col td {
  padding: .75em .5em;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: .12em;
  line-height: 1.33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.mod-table-2col th:nth-of-type(2),
.mod-table-2col td:nth-of-type(2) {
  border-left: 2px solid #f4f4f4;
}

@media screen and (min-width: 600px) {
  .mod-table-2col th,
  .mod-table-2col td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.mod-table-2col th {
  background: #fd9e8a;
  font-weight: bold;
}

.mod-table-2col td {
  background: #fff;
}

.mod-table-3col {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 600px) {
  .mod-table-3col {
    width: 950px;
  }
}

.mod-table-3col tbody {
  border-top: 2px solid #f4f4f4;
}

.mod-table-3col tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mod-table-3col tr:nth-of-type(n+2) {
  border-top: 2px solid #f4f4f4;
}

.mod-table-3col tr th:first-of-type {
  background: #D6D6D6;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 30%;
}

@media screen and (min-width: 600px) {
  .mod-table-3col tr th:first-of-type {
    width: 156px;
  }
}

.mod-table-3col th,
.mod-table-3col td {
  padding: .75em 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 35%;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: .12em;
  line-height: 1.33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.mod-table-3col th:nth-of-type(n+2),
.mod-table-3col td:nth-of-type(n+2) {
  border-left: 2px solid #f4f4f4;
}

@media screen and (min-width: 600px) {
  .mod-table-3col th,
  .mod-table-3col td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 17px;
    font-size: 1.0625rem;
    width: 410px;
  }
}

.mod-table-3col th {
  background: #fd9e8a;
  font-weight: bold;
}

.mod-table-3col td {
  background: #fff;
}

.mod-product, .mod-tips {
  background: #fff;
  padding: 20px 3.125%;
}

@media screen and (min-width: 600px) {
  .mod-product, .mod-tips {
    padding: 60px 40px;
  }
}

.mod-product-read {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: .12em;
  line-height: 1.5;
}

@media screen and (min-width: 600px) {
  .mod-product-read {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.mod-product-itembox {
  margin-top: 20px;
}

.mod-product-itembox .product {
  text-align: center;
}

.mod-product-itembox .product a {
  display: block;
}

.mod-product-itembox .text {
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .mod-product-itembox {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .mod-product-itembox .product {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .mod-product-itembox .product a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .mod-product-itembox .text {
    margin-left: 5%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
  }
}

.mod-product-name {
  font-weight: bold;
  line-height: 1.77;
  letter-spacing: .06em;
}

@media screen and (min-width: 600px) {
  .mod-product-name {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.mod-product-link {
  margin-top: 18px;
  color: #fff;
  background: #e06909;
  width: 186px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s !important;
  transition: 0.2s !important;
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
}

.mod-product-link:hover, .mod-product-link:focus {
  color: #fff;
  text-decoration: none;
}

.mod-product-link::before {
  content: '';
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 600px) {
  .mod-product-link {
    margin-top: 36px;
  }
  .mod-product-link:hover, .mod-product-link:focus {
    background: #f7913e;
  }
}

.mod-product-text {
  line-height: 1.5;
  letter-spacing: .1em;
  color: #666;
  margin-top: 18px;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (min-width: 600px) {
  .mod-product-text {
    text-align: center;
    margin-top: 36px;
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.mod-textlink {
  color: #ff461b;
  -webkit-transition: 0.2s !important;
  transition: 0.2s !important;
}

.mod-textlink::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4.5px;
  border-color: transparent transparent transparent #ff461b;
  margin: 0 .1em 0 .3em;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

.mod-textlink:hover, .mod-textlink:focus {
  text-decoration: none;
  color: #ff461b;
}

@media screen and (min-width: 600px) {
  .mod-textlink::before {
    border-width: 6px 0 6px 9px;
  }
  .mod-textlink:hover, .mod-textlink:focus {
    opacity: .6;
  }
}

.mod-textlink-nolink {
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.2;
  -webkit-transition: 0.2s !important;
  transition: 0.2s !important;
}

.mod-textlink-nolink-annotation {
  font-size: 0.875rem;
  text-align: center;
  line-height: 1.2;
  -webkit-transition: 0.2s !important;
  transition: 0.2s !important;
}


@media screen and (max-width: 600px) {
	.mod-textlink-nolink-annotation {
	font-size: 12px;
  }
}

.mod-tips-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 600px) {
  .mod-tips-title {
    font-size: 22px;
    font-size: 1.375rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.mod-tips-title-icon {
  position: relative;
  font-size: .75em;
  color: #ff461b;
  background: #fff;
  border: 2px solid #ff461b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 0;
  width: 104px;
  margin-bottom: 10px;
}

.mod-tips-title-icon::before {
  content: '';
  width: 1.166em;
  height: 1.166em;
  background-image: url(../img/icon-tips-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 4px;
}

@media screen and (min-width: 600px) {
  .mod-tips-title-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 104px;
            flex: 0 0 104px;
    max-width: 104px;
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

.mod-tips-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: -.02em;
  margin-top: 10px;
}

@media screen and (min-width: 600px) {
  .mod-tips-text {
    margin-top: 20px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.mod-tips-img {
  margin-top: 25px;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .mod-tips-img {
    margin-top: 50px;
  }
}

.mod-tips-img.fullsize {
  margin-left: -3.125%;
  margin-right: -3.125%;
}

@media screen and (min-width: 600px) {
  .mod-tips-img.fullsize {
    margin-left: -40px;
    margin-right: -40px;
  }
}

.mod-tips-img img {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .mod-tips-img img {
    width: auto;
    max-width: 100%;
  }
}

.mod-tips-img-caption {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: -.02em;
  margin-top: 16px;
}

@media screen and (min-width: 600px) {
  .mod-tips-img-caption {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 32px;
  }
}

.mod-tips-list {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 3;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 600px) {
  .mod-tips-list {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.mod-tips-list li {
  margin-right: 30px;
}

.mod-tips-list li::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #333;
  margin-right: 10px;
}

.mod-tips .block-imgcaption + .mod-tips-text {
  margin-top: 30px;
}

@media screen and (min-width: 600px) {
  .mod-tips .block-imgcaption + .mod-tips-text {
    margin-top: 40px;
  }
}

.mod-dl.flicker {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 600px) {
  .mod-dl.flicker {
    width: 748px;
  }
}

.mod-dl.flicker .row:nth-of-type(2) {
  border-top: 2px solid #f4f4f4;
}

@media screen and (min-width: 600px) {
  .mod-dl.flicker .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.mod-dl.flicker dt,
.mod-dl.flicker dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 20px 10px 20px 20px;
}

@media screen and (min-width: 600px) {
  .mod-dl.flicker dt,
  .mod-dl.flicker dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding: 28px 10px 28px 40px;
  }
}

.mod-dl.flicker dd {
  /* border-top: 2px solid $base-bg; */
}

@media screen and (min-width: 600px) {
  .mod-dl.flicker dd {
    border-top: 0;
    border-left: 2px solid #f4f4f4;
  }
}

.mod-dl.flicker .imgbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32%;
          flex: 0 0 32%;
  max-width: 32%;
}

.mod-dl.flicker .imgbox img {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .mod-dl.flicker .imgbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 121px;
            flex: 0 0 121px;
    max-width: 121px;
    margin-right: 50px;
  }
}

.mod-dl.flicker .textbox {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.mod-dl.flicker .smalltext,
.mod-dl.flicker .largetext {
  display: block;
  line-height: 1.33;
  letter-spacing: .12em;
}

.mod-dl.flicker .smalltext {
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 600px) {
  .mod-dl.flicker .smalltext {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.mod-dl.flicker .largetext {
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 600px) {
  .mod-dl.flicker .largetext {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.mod-recommend {
  border-bottom: 2px solid #ff461b;
}

.mod-recommend-title {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: .075em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mod-recommend-title::before {
  content: '';
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #ff461b;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

@media screen and (min-width: 600px) {
  .mod-recommend-title::before {
    border-width: 9.5px 0 9.5px 13px;
  }
}

.mod-recommend-title .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #ff461b;
  padding: 0 .5em;
}

.mod-recommend-title .line {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 2px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  background: #ff461b;
}

@media screen and (min-width: 600px) {
  .mod-recommend-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.mod-recommend-list {
  list-style: none;
  padding: 1em 0;
}

.mod-recommend-listitem::before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 50%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  display: inline-block;
  margin-right: .5em;
  background: #ff461b;
}

.mod-scene + .mod-underline {
  margin-top: 30px;
}

@media screen and (min-width: 600px) {
  .mod-scene + .mod-underline {
    margin-top: 40px;
  }
}

@media screen and (min-width: 600px) {
  .mod-scene ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.mod-scene li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mod-scene li:nth-of-type(n+2) {
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .mod-scene li:nth-of-type(n+2) {
    margin-top: 0;
    margin-left: 40px;
  }
}

.mod-scene .imgbox {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}

@media screen and (min-width: 600px) {
  .mod-scene .imgbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.mod-scene .imgbox img {
  width: 100%;
}

.mod-scene .imgbox.icon img {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .mod-scene .imgbox.icon img {
    width: 76%;
	margin-left: 6px;
  }
}

@media screen and (min-width: 600px) {
  .mod-scene .imgbox img {
    width: auto;
  }
}

.mod-scene .textbox {
  margin-left: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 2.22;
}

@media screen and (min-width: 600px) {
  .mod-scene .textbox {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.mod-underline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mod-underline-text {
  position: relative;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  padding-bottom: 6px;
  line-height: 1.33;
}

@media screen and (min-width: 600px) {
  .mod-underline-text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.mod-underline-text::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #FF461B;
}

.mod-youtube .video {
  position: relative;
  /*padding-top: 56.25%;*/
}

.mod-youtube .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mod-youtube .video-text, .mod-youtube .video-caption {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
}

@media screen and (min-width: 600px) {
  .mod-youtube .video-text, .mod-youtube .video-caption {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.mod-youtube .video-text {
  margin-top: 10px;
}

.mod-youtube .video-text-link {
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
}

.mod-youtube .video-text-link::before {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #707070;
}

@media screen and (min-width: 600px) {
  .mod-youtube .video-text-link {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.mod-youtube .video-text-link:hover, .mod-youtube .video-text-link:focus {
  opacity: .7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}

.mod-youtube .video-caption {
  margin-top: 20px;
}

.mod-links {
  background: #F6D0C7;
  padding: 40px 20px;
  margin-top: 60px !important;
}

@media screen and (min-width: 600px) {
  .mod-links {
    width: 950px;
  }
}

.mod-links + .mod-tips {
  margin-top: 60px;
}

@media screen and (min-width: 600px) {
  .mod-links + .mod-tips {
    margin-top: 100px;
  }
}

@media screen and (min-width: 600px) {
  .mod-links {
    margin-top: 80px !important;
  }
}

@media screen and (min-width: 600px) {
  .mod-links {
    padding: 40px;
  }
}

.mod-links-title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.63;
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
  .mod-links-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.mod-links ul {
  margin-top: 0px;
}

@media screen and (min-width: 400px) {
  .mod-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 400px) {
  .mod-links li:nth-of-type(n+2) {
    margin-left: 5px;
  }
}

@media screen and (min-width: 600px) {
  .mod-links li:nth-of-type(n+2) {
    margin-left: 56px;
  }
}

.mod-links .mod-textlink {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: .05em;
  line-height: 2.25;
}

.mod-links .mod-textlink::before {
  margin-right: 10px;
}

@media screen and (min-width: 600px) {
  .mod-links .mod-textlink {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.mod-icon-window {
  display: inline-block;
  margin-left: 4px;
}

.mod-icon-window img {
  vertical-align: baseline;
}

.pagination {
  background: #fff;
  padding: 40px 0;
}

@media screen and (min-width: 600px) {
  .pagination {
    padding: 80px 0;
  }
}

.pagination-btn {
  display: block;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 6px 12px;
  border: 1px solid #ff451b;
  color: #ff451b;
  background: #fff;
  line-height: 1.5;
  letter-spacing: .08em;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 16px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.pagination-btn::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #ff451b;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-right: .5em;
  border-width: 5.5px 0 5.5px 10px;
}

@media screen and (min-width: 600px) {
  .pagination-btn::before {
    border-width: 11px 0 11px 20px;
  }
}

@media screen and (min-width: 360px) {
  .pagination-btn {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 600px) {
  .pagination-btn {
    height: 80px;
    padding: 0 1rem;
    font-size: 30px;
    font-size: 1.875rem;
  }
  .pagination-btn:hover, .pagination-btn:focus {
    color: #fff;
    background: #ff451b;
  }
  .pagination-btn:hover::before, .pagination-btn:focus::before {
    border-color: transparent transparent transparent #fff;
  }
}

/*
contents-aside
 */
.contents-aside {
  margin-top: 75px;
  padding-bottom: 40px;
}

@media screen and (min-width: 600px) {
  .contents-aside {
    margin-top: 150px;
  }
}

.contents-aside a img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.contents-aside a:hover, .contents-aside a:focus {
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  .contents-aside a:hover img, .contents-aside a:focus img {
    opacity: .6;
  }
}

/*
banners
 */
.banners img {
  width: 100%;
}

.banners-inner {
  max-width: 950px;
  width: 93.75%;
  margin: 0 auto;
  padding: 40px 0;
}

@media screen and (min-width: 600px) {
  .banners-inner {
    padding: 80px 0;
  }
}

.banners-title {
  background: #2a2a2a;
}

.banners-title-text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.33;
  max-width: 950px;
  width: 93.75%;
  margin: 0 auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
}

@media screen and (min-width: 600px) {
  .banners-title-text {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.banners-title-text::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 32px;
  background-image: url(../img/banners-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 8px;
}

.banners-title .ac-w {
  width: 150px;
  margin-left: .5em;
}

@media screen and (min-width: 600px) {
  .banners-title .ac-w {
    width: 227px;
  }
}

.banners-list {
  list-style: none;
}

.banners-list-item:nth-of-type(n+2) {
  margin-top: 30px;
}

@media screen and (min-width: 600px) {
  .banners-list-item:nth-of-type(n+2) {
    margin-top: 60px;
  }
}

.banners-list-item .banners-img {
  margin-top: 0;
  margin-bottom: 20px;
}

@media screen and (min-width: 600px) {
  .banners-list-item .banners-img {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

.banners-text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: .075em;
  line-height: 1.33;
  margin-top: 30px;
}

@media screen and (min-width: 600px) {
  .banners-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.banners-block + .banners-block {
  margin-top: 40px;
}

@media screen and (min-width: 600px) {
  .banners-block + .banners-block {
    margin-top: 80px;
  }
}

.banners-block-title {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  letter-spacing: .06em;
  line-height: 1.33;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 14px;
}

@media screen and (min-width: 600px) {
  .banners-block-title {
    font-size: 28px;
    font-size: 1.75rem;
    padding-bottom: 14px;
    margin-bottom: 28px;
  }
}

.banners-block-title.not-underline {
  border-bottom: 0;
  padding-bottom: 0;
  font-weight: normal;
  margin-bottom: 23px;
}

@media screen and (min-width: 600px) {
  .banners-block-title.not-underline {
    margin-bottom: 46px;
  }
}

.banners-block-text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: .075em;
  line-height: 1.33;
}

@media screen and (min-width: 600px) {
  .banners-block-text {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.banners-block-caption {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: .075em;
  line-height: 1.33;
}

@media screen and (min-width: 600px) {
  .banners-block-caption {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.banners-img {
  margin-top: 20px;
}

@media screen and (min-width: 600px) {
  .banners-img {
    margin-top: 30px;
  }
}

/*
ques
 */
.ques {
  background: #f4f4f4;
  padding: 30px 0;
}

.ques-inner {
  max-width: 1200px;
  width: 93.75%;
  margin: 0 auto;
  max-width: 950px;
}

.ques-btn {
  display: block;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 13px 0 12px;
  background: #e06909;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  line-height: 1.25;
  letter-spacing: .06em;
  font-weight: bold;
}

.ques-btn:hover, .ques-btn:focus {
  text-decoration: none;
  color: #fff;
}

@media screen and (min-width: 600px) {
  .ques-btn {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .ques-btn:hover, .ques-btn:focus {
    background: #f7913e;
  }
}

.ques-text {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
  text-align: center;
  margin-top: 16px;
  letter-spacing: .06em;
  line-height: 1.77;
}

@media screen and (min-width: 600px) {
  .ques-text {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

@media screen and (min-width: 481px) {
	
	.tee {
padding-left:0em;
	text-indent:0em;
	}
	.sp1{ display: none; }
}
@media screen and (min-width: 960px) {
	/* 960px以上に適用されるCSS（PC用） */

.tee {
padding-left:6em;
	text-indent:-6em;
	}
	 .sp1{ display: block; }
}

/*you-tube_start*/
.vjs-icon-placeholder {
	display: block;
}

.creative-look-txt {
	padding: 10px;
}

.img-box {
	max-width: 100%; margin: 0 auto;
}
.section .img-box .youtube {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}
.section .img-box .youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/*you-tube_end*/
.section-inner .creativelook_bnr {
	padding-top: 50px;
}
.section-inner .creativelook_bnr .banners-text {
	padding-bottom: 20px;
}