@charset "UTF-8";
/*-------------------------------------------------------------------
リセット
/*-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
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: 10px;
  vertical-align: baseline;
  background: transparent;
}

body {
  width: 100%;
  color: #000;
  line-height: 1.6;
  font-family: "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;

  font-variant-numeric: tabular-nums;
  /* safari hover対策 */
  -webkit-font-smoothing: antialiased;
}

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

ul,ol {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

mark {
  color: #000;
  font-weight: bold;
  font-style: italic;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

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

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

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

input,select {
  vertical-align: middle;
}

img {
  width: 100%;
  line-height: 1;
  vertical-align: bottom;
}

button {
  padding: 0;
  border: none;
  outline: none;
  line-height: 1;
  background-color: transparent;
  cursor: pointer;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

*,*:before,*:after {
      box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 1;

  -ms-box-sizing: border-box;
   -o-box-sizing: border-box;
}

/*-----------------------------------------------
  common
/*-----------------------------------------------*/
.wrap {
  overflow: hidden;
  width: 100%;
  color: #000;
  background-color: #fff;
}

.inner {
  max-width: 980px;
  margin: 0 auto;
}

.imgalpha {
  cursor: pointer;
  transition: opacity 0.4s;
}
.imgalpha:hover {
  opacity: 0.6 !important;
}

@media only screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
  }
}
.sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*-----------------------------------------------
  font
/*-----------------------------------------------*/
.f-noto {
  font-family: "Noto Sans JP", sans-serif;
}

.f-noto_bold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.f-noto_bl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

/*-----------------------------------------------
  header
/*-----------------------------------------------*/
header .nav-top {
  position: relative;
  background-color: #0d0d0d;
  z-index: 10;
}
header .nav-top-inner {
  display: flex;
  box-sizing: border-box;
  max-width: 1280px;
  height: 64px;
  margin: 0 auto;
  padding: 0 18px 0 24px;
  line-height: 1.6;

  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  header .nav-top-inner {
    height: 11.2vw;
    padding: 0 2vw 0;
  }
}
header .logo img {
  width: auto;
  height: 21px;
}
@media only screen and (max-width: 768px) {
  header .logo img {
    width: 60px;
    height: auto;
  }
}
header .global-nav-sitenav {
  display: flex;

  align-items: center;
}
header .global-nav-sitenav .official {
  width: 126px;
  height: 14px;
}
@media only screen and (max-width: 768px) {
  header .global-nav-sitenav .official {
    width: 20.6666666667vw;
    height: auto;
  }
}
header .global-nav-sitenav .official a {
  display: block;
  line-height: 1;
}
header .global-nav-sitenav .official img {
  vertical-align: middle;
}
header .global-nav-sitenav .webmart img {
  width: 166px;
  height: 14px;
  margin-left: 29px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  header .global-nav-sitenav .webmart img {
    width: 27.0666666667vw;
    height: auto;
    margin-left: 4.8vw;
  }
}
header .global-nav-sitenav .search {
  position: relative;
  margin-left: 43px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  header .global-nav-sitenav .search {
    position: static;
    margin-left: 6.6666666667vw;
  }
}
header .global-nav-sitenav .search .label {
  color: #b2b2b2;
  line-height: 1;
  font-size: 1.5rem;
  text-decoration: none;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  header .global-nav-sitenav .search .label {
    font-size: 2.6666666667vw;
  }
}
header .global-nav-sitenav .search img {
  display: inline-block;
  max-width: inherit;
  width: 25px;
  height: 21px;
  margin-right: 5px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  header .global-nav-sitenav .search img {
    width: 3.3333333333vw;
    height: 2.8vw;
  }
}
header .global-nav-sitenav .search .status-txt {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  font-size: 1rem;
  z-index: -1;
}
header .global-nav-sitenav .search .dd-content {
  display: none;
  width: 524px;
  position: absolute;
  top: 36px;
  right: 0;
  left: inherit;
  margin-top: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  header .global-nav-sitenav .search .dd-content {
    width: 100%;
    top: 11.2vw;
    margin-top: 0;
    box-shadow: none;
    background: #eee;
    z-index: 9999;
  }
}
header .global-nav-sitenav .search .dd-content-inner {
  position: relative;
  padding: 20px 48px 20px 20px;
  border-bottom: 0;
}
@media only screen and (max-width: 768px) {
  header .global-nav-sitenav .search .dd-content-inner {
    padding: 52px 16px 30px;
    border-bottom: 1px solid #c6c6c0;
  }
}
header .global-nav-sitenav .search .search-wrapper {
  display: flex;
  max-width: 840px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  header .global-nav-sitenav .search .search-wrapper {
    display: block;
    max-width: inherit;
  }
}
header .global-nav-sitenav .search .search-input:-moz-placeholder-shown {
  color: #666;
}
header .global-nav-sitenav .search .search-input:-ms-input-placeholder {
  color: #666;
}
header .global-nav-sitenav .search .search-input:placeholder-shown {
  color: #666;
}
header .global-nav-sitenav .search .search-input {
  box-sizing: border-box;
  width: 100%;
  min-height: 43px;
  padding: 5px 20px 4px;
  border: 1px solid #afaea8;
  font-size: 1.6rem;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  header .global-nav-sitenav .search .search-input {
    padding: 8px 20px 7px;
  }
}
header .global-nav-sitenav .search .search-btn {
  min-width: 120px;
  position: relative;
  padding: 5px 20px 4px;
  color: #fff;
  font-size: 1.6rem;
  background: #706f67;
}
@media only screen and (max-width: 768px) {
  header .global-nav-sitenav .search .search-btn {
    width: 100%;
    margin-top: 16px;
    padding: 8px 20px 7px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
    line-height: inherit;
  }
}
header .global-nav-sitenav .search .close-btn {
  display: block;
  overflow: hidden;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 20px;
  right: 18px;
  padding: 0;
  line-height: 1;
  font-size: 1rem;
}
header .global-nav-sitenav .search .close-btn::before {
  display: block;
  width: 23px;
  height: 2px;
  position: absolute;
  top: 8px;
  right: -2px;
  background: #706f67;
  transform: rotate(45deg);
  content: "";
}
header .global-nav-sitenav .search .close-btn::after {
  display: block;
  width: 2px;
  height: 23px;
  position: absolute;
  top: -3px;
  left: 8px;
  background: #706f67;
  transform: rotate(45deg);
  content: "";
}
header .global-nav-sitenav .search .close-btn span {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/*-----------------------------------------------
  mv
/*-----------------------------------------------*/
.mv .mv_ttlWrap {
  position: relative;
  padding-top: 36px;
}
@media only screen and (max-width: 768px) {
  .mv .mv_ttlWrap {
    padding-top: 4.2666666667vw;
  }
}
.mv .mv_ttlWrap .mv_inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .mv .mv_ttlWrap .mv_inner {
    max-width: 100vw;
  }
}
.mv .mv_ttlWrap .mv_ttl {
  max-width: 830px;
  margin-bottom: 33px;
  margin-left: 40px;
}
@media only screen and (max-width: 1100px) {
  .mv .mv_ttlWrap .mv_ttl {
    max-width: 780px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 990px) {
  .mv .mv_ttlWrap .mv_ttl {
    max-width: 700px;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .mv .mv_ttlWrap .mv_ttl {
    max-width: 93.3333333333vw;
    margin: 0 auto 2.6666666667vw;
  }
}
.mv .mv_ttlWrap .mv_txt {
  max-width: 855px;
  padding: 12px 0 10px 15px;
  background-color: #ffff26;
}
@media only screen and (max-width: 990px) {
  .mv .mv_ttlWrap .mv_txt {
    padding: 20px 0 20px 5px;
  }
}
@media only screen and (max-width: 768px) {
  .mv .mv_ttlWrap .mv_txt {
    max-width: 100vw;
    padding: 2.8vw 0 8vw;
  }
}
.mv .mv_ttlWrap .mv_txt img {
  max-width: 573px;
}
@media only screen and (max-width: 990px) {
  .mv .mv_ttlWrap .mv_txt img {
    max-width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .mv .mv_ttlWrap .mv_txt img {
    max-width: 100%;
  }
}
.mv .mv_ttlWrap .mv_logo {
  max-width: 250px;
  position: absolute;
  top: 0;
  right: 16px;
}
@media screen and (max-width: 1230px) {
  .mv .mv_ttlWrap .mv_logo {
    max-width: 200px;
    top: 0;
    right: 0;
  }
}
@media only screen and (max-width: 990px) {
  .mv .mv_ttlWrap .mv_logo {
    top: -10px;
  }
}
@media only screen and (max-width: 930px) {
  .mv .mv_ttlWrap .mv_logo {
    max-width: 160px;
  }
}
@media only screen and (max-width: 768px) {
  .mv .mv_ttlWrap .mv_logo {
    max-width: 37.0666666667vw;
    top: 0.4vw;
    right: -2.2666666667vw;
  }
}
.mv .ResultWrap {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .mv .ResultWrap {
    display: none;
  }
}
.mv .ResultWrap .Result .innerblock {
  max-width: 1024px;
  position: relative;
  z-index: 2;
}
.mv .ResultWrap .Result .innerblock.m_pattern01 {
  margin: -86px auto 20px;
}
.mv .ResultWrap .Result .innerblock.m_pattern02 {
  margin: -146px auto 14px;
}
@media only screen and (max-width: 900px) {
  .mv .ResultWrap .Result .innerblock {
    margin: -60px auto 30px;
  }
}
@media only screen and (max-width: 900px) {
  .mv .ResultWrap .Result .innerblock img {
    display: block;
    max-width: 90%;
    margin: 0 auto;
  }
}
.mv .result_txt {
  margin-bottom: 36px;
  text-align: center;
}
.mv .result_txt .br_adjust {
  display: none;
}
@media only screen and (max-width: 1020px) {
  .mv .result_txt .br_adjust {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .mv .result_txt {
    margin: 0 -12vw;
    line-height: 1.4;
    font-size: 4vw;
    letter-spacing: 0.06em;
  }
}
.mv .result_txt span {
  padding-top: 1px;
  padding-bottom: 2px;
  padding-left: 8px;
  color: #ff0;
  font-size: inherit;
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  .mv .result_txt span {
    display: block;
    width: 84vw;
    margin: 0 auto;
  }
}
.mv .result_txt a {
  text-decoration: underline;
}
.mv .result_txt.pattern01 {
  font-size: 2.6rem;
  letter-spacing: 0.072em;
}
.mv .result_txt.pattern01 a {
  font-size: 2.8rem;
}
.mv .result_txt.pattern02 {
  line-height: 1.3125;
  font-size: 2.8rem;
  letter-spacing: 0.06em;
}
.mv .mv_img {
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .mv .mv_img {
    max-width: 70.6666666667vw;
    position: relative;
    margin: -6.1333333333vw auto 0;
    z-index: 2;
  }
  .mv .mv_img img {
    margin-bottom: 1.6vw;
  }
}
.mv .mv_messageWrap {
  width: 100%;
  padding: 5px 0 7px;
  opacity: 0;
  background-image: url(../img/mv_messageBg.jpg);
  background-repeat: repeat-x;
  background-size: auto 100%;
}
@media only screen and (max-width: 768px) {
  .mv .mv_messageWrap {
    padding: 0.9333333333vw 0;
  }
}
.mv .mv_message {
  margin: 0 auto;
  color: #fff;
  line-height: 1.3;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.03em;

  font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  .mv .mv_message {
    line-height: 1.2727;
    font-size: 2.9333333333vw;
  }
}

/*-----------------------------------------------
  lineup
/*-----------------------------------------------*/
.lineup {
  background-image: url(../img/diagonal_bg.png);
  background-position: center top;
}
@media only screen and (max-width: 768px) {
  .lineup {
    background-size: 7px auto;
  }
}
.lineup .lineup_ttlWrap {
  padding: 30px 0 20px;
  background-image: url(../img/cnt_ttlBg_pc.png);
  background-repeat: repeat-x;
  background-position: top center;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_ttlWrap {
    padding: 6.1333333333vw 0 5.3333333333vw;
  }
}
.lineup .lineup_ttlWrap .lineup_ttl {
  max-width: 922px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_ttlWrap .lineup_ttl {
    max-width: 92.5333333333vw;
  }
}
.lineup .inner {
  padding: 100px 11px 45px;
}
@media only screen and (max-width: 768px) {
  .lineup .inner {
    max-width: 90.6666666667vw;
    padding: 6.1333333333vw 0 10vw;
  }
}
.lineup .lineup_btnWrap {
  display: flex;
  margin-top: 15px;

  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_btnWrap {
    display: block;
    margin-top: 2vw;
  }
}
.lineup .lineup_btnWrap .lineup_btn {
  display: block;
  width: 148px;
  height: 40px;
  border-radius: 3px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.045em;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_btnWrap .lineup_btn {
    width: 42.4vw;
    height: 9.8666666667vw;
    border-radius: 0.5333333333vw;
    font-size: 3.4666666667vw;
  }
}
.lineup .lineup_btnWrap .btn_detail {
  margin-right: 3px;
  padding: 9px 0;
  background-color: #005fd7;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_btnWrap .btn_detail {
    margin-right: 0;
    padding: 2.1333333333vw 0;
  }
}
.lineup .lineup_btnWrap .btn_purchase {
  background-color: #db1c24;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_btnWrap .btn_purchase {
    padding: 0.4vw 0;
  }
}
.lineup .lineup_btnWrap .btn_purchase img {
  display: block;
  width: 121px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_btnWrap .btn_purchase img {
    width: 30.1333333333vw;
    margin: 0 auto;
  }
  .lineup .lineup_btnWrap .btn_purchase img.pc {
    display: none;
  }
}
.lineup .lineup_btnWrap .btn_purchase img.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_btnWrap .btn_purchase img.sp {
    display: block;
  }
}
.lineup .lineup_bnr {
  max-width: 100%;
  position: relative;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_bnr {
    margin-bottom: 3.2vw;
  }
}
.lineup .lineup_bnr .detailTxt_wrap {
  max-width: 210px;
  position: absolute;
  top: 52px;
  right: 47px;
  padding: 0 7px;
}
@media screen and (max-width: 870px) {
  .lineup .lineup_bnr .detailTxt_wrap {
    top: 35px;
    right: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_bnr .detailTxt_wrap {
    max-width: auto;
    top: 2vw;
    right: 1.6vw;
    padding: 0;
  }
}
.lineup .lineup_bnr .detailTxt_wrap dl {
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.045em;
}
.lineup .lineup_bnr .detailTxt_wrap dl dt {
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_bnr .detailTxt_wrap dl dt {
    font-size: 2.6666666667vw;
  }
}
.lineup .lineup_bnr .detailTxt_wrap .detailTxt_os {
  padding-bottom: 19px;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_bnr .detailTxt_wrap .detailTxt_os {
    padding-bottom: 2.2666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_bnr .detailTxt_wrap .detailTxt_os dt {
    font-size: 2.6666666667vw;
  }
}
.lineup .lineup_bnr .detailTxt_wrap .detailTxt_os dd {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_bnr .detailTxt_wrap .detailTxt_os dd {
    font-size: 2.9333333333vw;
  }
}
.lineup .lineup_bnr .detailTxt_wrap .detailTxt_size {
  padding-top: 26px;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_bnr .detailTxt_wrap .detailTxt_size {
    padding-top: 2.2666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_bnr .detailTxt_wrap .detailTxt_size dt {
    font-size: 2.4vw;
  }
}
.lineup .lineup_bnr .detailTxt_wrap .detailTxt_size dd {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_bnr .detailTxt_wrap .detailTxt_size dd {
    font-size: 2.9333333333vw;
  }
}
.lineup .lineup_bnr .detailTxt_wrap .detailTxt_size dd span {
  font-size: 2.6rem;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_bnr .detailTxt_wrap .detailTxt_size dd span {
    font-size: 3.8666666667vw;
  }
}
.lineup .lineup_bnr .lineup_btnWrap {
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_bnr .lineup_btnWrap {
    display: flex;
    padding: 0 2vw;

    justify-content: space-between;
  }
  .lineup .lineup_bnr .lineup_btnWrap .btn_detail {
    margin-right: 2vw;
  }
}
.lineup #view360 {
  max-width: 100%;
  max-height: 600px;
  height: 100%;
  position: relative;
  text-align: center;
  background-color: #282828;
}
@media only screen and (max-width: 768px) {
  .lineup #view360 {
    max-height: 58.6666666667vw;
  }
}
.lineup #view360 .caption360 {
  width: 100%;
  position: absolute;
  top: 42px;
  color: #fff;
  line-height: 1.407;
  font-size: 2.7rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.02em;

  font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  .lineup #view360 .caption360 {
    top: 2.6666666667vw;
    line-height: 1.214;
    font-size: 3.7333333333vw;
  }
}
.lineup .view360_note {
  margin-top: 8px;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: right;

  font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  .lineup .view360_note {
    font-size: 3.2vw;

    font-feature-settings: "palt";
  }
}
.lineup .cloudimage-360 .cloudimage-360-prev,.lineup .cloudimage-360 .cloudimage-360-next {
  display: none;
  position: absolute;
  top: calc(50% - 15px);
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .lineup .cloudimage-360 .cloudimage-360-prev,.lineup .cloudimage-360 .cloudimage-360-next {
    top: calc(50% - 15px);
  }
}
.lineup .cloudimage-360 .cloudimage-360-prev::before,.lineup .cloudimage-360 .cloudimage-360-next::before {
  display: block;
  width: 42px;
  height: 42px;
  content: "";
}
@media only screen and (max-width: 768px) {
  .lineup .cloudimage-360 .cloudimage-360-prev::before,.lineup .cloudimage-360 .cloudimage-360-next::before {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
  }
}
.lineup .cloudimage-360 .cloudimage-360-prev {
  left: 20px;
}
@media only screen and (max-width: 768px) {
  .lineup .cloudimage-360 .cloudimage-360-prev {
    left: 3.2vw;
  }
}
.lineup .cloudimage-360 .cloudimage-360-prev::before {
  background-image: url("../img/view360_arrowLeft_pc.svg");
}
@media only screen and (max-width: 768px) {
  .lineup .cloudimage-360 .cloudimage-360-prev::before {
    background-image: url("../img/view360_arrowLeft_sp.svg");
  }
}
.lineup .cloudimage-360 .cloudimage-360-next {
  right: 20px;
}
@media only screen and (max-width: 768px) {
  .lineup .cloudimage-360 .cloudimage-360-next {
    right: 3.2vw;
  }
}
.lineup .cloudimage-360 .cloudimage-360-next::before {
  background-image: url("../img/view360_arrowRight_pc.svg");
}
@media only screen and (max-width: 768px) {
  .lineup .cloudimage-360 .cloudimage-360-next::before {
    background-image: url("../img/view360_arrowRight_sp.svg");
  }
}
@media only screen and (min-width: 768px) {
  .lineup .cloudimage-360 canvas {
    max-width: 900px !important;
    width: auto !important;
    max-height: 600px !important;
    height: auto !important;
  }
}
@media only screen and (max-width: 768px) {
  .lineup .cloudimage-360 canvas {
    max-width: 90.6666666667vw !important;
    width: 100% !important;
    max-height: 58.6666666667vw !important;
    height: 100% !important;
  }
}
.lineup .lineup_pcListWrap {
  display: flex;
  padding-top: 93px;

  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap {
    padding-top: 4vw;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList {
  max-width: 300px;
  width: 31.3152400835%;
  margin-right: 3.0271398747%;
  margin-bottom: 38px;
}
@media screen and (min-width: 769px) {
  .lineup .lineup_pcListWrap .lineup_pcList:nth-child(3n) {
    margin-right: 0;
  }
  .lineup .lineup_pcListWrap .lineup_pcList:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList {
    max-width: 42.935vw;
    width: 42.935vw;
    margin-right: 0;
    margin-bottom: 4.8vw;
  }
  .lineup .lineup_pcListWrap .lineup_pcList:last-child {
    margin-bottom: 0;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts {
  padding: 23px 0 20px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts {
    padding: 2.6666666667vw 0;
  }
  .lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts .lineup_pcImg {
    padding: 0 1.4666666667vw;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts table {
  width: 83.3333333333%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts table {
    width: 36vw;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts table tr {
  display: block;
  width: 100%;
  border-bottom: 1px solid #c6c6c6;
}
.lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts table tr:last-child {
  border-bottom: none;
}
.lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts table tr th,.lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts table tr td {
  display: block;
  width: 100%;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.045em;
}
.lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts table tr.detailTxt_wrap th {
  line-height: 1.8666;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts table tr.detailTxt_wrap th {
    line-height: 1.5;
    font-size: 2.6666666667vw;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts table tr.detailTxt_wrap th.detail_os {
  margin-bottom: 11px;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts table tr.detailTxt_wrap th.detail_os {
    margin-bottom: 1.3333333333vw;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts table tr.detailTxt_wrap.detailTxt01 {
  padding: 10px 0 33px;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts table tr.detailTxt_wrap.detailTxt01 {
    padding: 2.2666666667vw 0 4.2666666667vw;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts table tr.detailTxt_wrap.detailTxt01 td {
  line-height: 1.4;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts table tr.detailTxt_wrap.detailTxt01 td {
    line-height: 1.3636;
    font-size: 2.9333333333vw;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts table tr.detailTxt_wrap.detailTxt01 td small {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts table tr.detailTxt_wrap.detailTxt01 td small {
    font-size: 2.6666666667vw;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts table tr.detailTxt_wrap.detailTxt02 {
  padding-top: 18px;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts table tr.detailTxt_wrap.detailTxt02 {
    padding-top: 2.4vw;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts table tr.detailTxt_wrap.detailTxt02 td {
  line-height: 1.55;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts table tr.detailTxt_wrap.detailTxt02 td {
    line-height: 1.85;
    font-size: 2.6666666667vw;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts table tr.detailTxt_wrap.detailTxt02 td span {
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts table tr.detailTxt_wrap.detailTxt02 td span {
    font-size: 3.2vw;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts table tr.catch_txtWrap {
  padding-bottom: 22px;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts table tr.catch_txtWrap {
    padding-bottom: 2.9333333333vw;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts table tr.catch_txtWrap th.catch_txt {
  margin-bottom: 28px;
  line-height: 1;
  font-size: 2rem;

  font-feature-settings: "palt";
}
@media only screen and (max-width: 840px) {
  .lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts table tr.catch_txtWrap th.catch_txt {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts table tr.catch_txtWrap th.catch_txt {
    margin-bottom: 4.8vw;
    font-size: 3.2vw;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts table tr.catch_txtWrap td.color {
  max-width: 120px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList .lineup_pcConts table tr.catch_txtWrap td.color {
    max-width: 20vw;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList.item_01 .lineup_pcConts .lineup_pcName {
  margin-bottom: 52px;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList.item_01 .lineup_pcConts .lineup_pcName {
    margin-bottom: 7.6vw;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList.item_01 .lineup_pcConts .lineup_pcImg {
  margin-bottom: 59px;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList.item_01 .lineup_pcConts .lineup_pcImg {
    margin-bottom: 6.6666666667vw;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList.item_02 .lineup_pcConts .lineup_pcName {
  margin-bottom: 19px;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList.item_02 .lineup_pcConts .lineup_pcName {
    margin-bottom: 2.2666666667vw;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList.item_02 .lineup_pcConts .lineup_pcImg {
  margin-bottom: 11px;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList.item_02 .lineup_pcConts .lineup_pcImg {
    margin-bottom: 1.0666666667vw;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList.item_02 .lineup_pcConts table tr.detailTxt_wrap.detailTxt01 {
  padding: 10px 0 16px;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList.item_02 .lineup_pcConts table tr.detailTxt_wrap.detailTxt01 {
    padding: 1.0666666667vw 0 2.5333333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList.item_02 .lineup_pcConts table tr.detailTxt_wrap.detailTxt01 td small {
    display: block;
    letter-spacing: -0.03em;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList.item_02 .lineup_pcConts table tr.detailTxt_wrap th.detail_os {
  margin-bottom: 0;
}
.lineup .lineup_pcListWrap .lineup_pcList.item_03 .lineup_pcConts .lineup_pcName {
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList.item_03 .lineup_pcConts .lineup_pcName {
    margin-bottom: 4.5333333333vw;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList.item_03 .lineup_pcConts .lineup_pcImg {
  margin-bottom: 38px;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList.item_03 .lineup_pcConts .lineup_pcImg {
    margin-bottom: 4vw;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList.item_04 .lineup_pcConts .lineup_pcName {
  margin-bottom: 52px;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList.item_04 .lineup_pcConts .lineup_pcName {
    margin-bottom: 7.8666666667vw;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList.item_04 .lineup_pcConts .lineup_pcImg {
  margin-bottom: 31px;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList.item_04 .lineup_pcConts .lineup_pcImg {
    margin-bottom: 4.4vw;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList.item_05 .lineup_pcConts .lineup_pcName {
  margin-bottom: 33px;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList.item_05 .lineup_pcConts .lineup_pcName {
    margin-bottom: 5.8666666667vw;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList.item_05 .lineup_pcConts .lineup_pcImg {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList.item_05 .lineup_pcConts .lineup_pcImg {
    margin-bottom: 2.2666666667vw;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList.item_06 .lineup_pcConts .lineup_pcName {
  margin-bottom: 42px;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList.item_06 .lineup_pcConts .lineup_pcName {
    margin-bottom: 5.0666666667vw;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList.item_07 .lineup_pcConts .lineup_pcName {
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList.item_07 .lineup_pcConts .lineup_pcName {
    margin-bottom: 4vw;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList.item_07 .lineup_pcConts .lineup_pcImg {
  margin-bottom: 8px;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList.item_07 .lineup_pcConts .lineup_pcImg {
    margin-bottom: 6.2666666667vw;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList.item_08 .lineup_pcConts .lineup_pcName {
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList.item_08 .lineup_pcConts .lineup_pcName {
    margin-bottom: 4.8vw;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList.item_08 .lineup_pcConts .lineup_pcImg {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList.item_08 .lineup_pcConts .lineup_pcImg {
    margin-bottom: 8vw;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList.item_09 .lineup_pcConts .lineup_pcName {
  margin-bottom: 58px;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList.item_09 .lineup_pcConts .lineup_pcName {
    width: 42.9333333333vw;
    margin-bottom: 0;
  }
}
.lineup .lineup_pcListWrap .lineup_pcList.item_09 .lineup_pcConts .lineup_pcImg {
  margin-bottom: 63px;
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList.item_09 .lineup_pcConts .lineup_pcImg {
    width: 42.9333333333vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_pcList.item_09 {
    max-width: 100%;
    width: 100%;
  }
  .lineup .lineup_pcListWrap .lineup_pcList.item_09 .lineup_pcConts {
    display: flex;
    padding: 2.6666666667vw 0 1.6vw;

    justify-content: space-between;
  }
  .lineup .lineup_pcListWrap .lineup_pcList.item_09 .lineup_pcConts table {
    margin-right: 5.7333333333vw;
    margin-left: 0;
  }
  .lineup .lineup_pcListWrap .lineup_pcList.item_09 .lineup_pcConts table tr.catch_txtWrap {
    padding-bottom: 2.9333333333vw;
  }
  .lineup .lineup_pcListWrap .lineup_pcList.item_09 .lineup_pcConts table tr.catch_txtWrap th.catch_txt {
    margin-bottom: 3.0666666667vw;
  }
  .lineup .lineup_pcListWrap .lineup_pcList.item_09 .lineup_pcConts table tr.detailTxt_wrap.detailTxt01 {
    padding: 1.0666666667vw 0 1.7333333333vw;
  }
  .lineup .lineup_pcListWrap .lineup_pcList.item_09 .lineup_pcConts table tr.detailTxt_wrap.detailTxt02 {
    padding-top: 2.4vw;
  }
  .lineup .lineup_pcListWrap .lineup_pcList.item_09 .lineup_pcConts table tr.detailTxt_wrap th.detail_os {
    margin-bottom: 0;
  }
  .lineup .lineup_pcListWrap .lineup_pcList.item_09 .lineup_btnWrap {
    display: flex;
    padding: 0 1.7333333333vw;
  }
  .lineup .lineup_pcListWrap .lineup_pcList.item_09 .lineup_btnWrap .lineup_btn {
    margin: 0;
  }
}
@media only screen and (max-width: 970px) {
  .lineup .lineup_pcListWrap .lineup_btnWrap {
    display: block;
  }
  .lineup .lineup_pcListWrap .lineup_btnWrap .lineup_btn {
    width: 100%;
  }
}
@media only screen and (max-width: 970px) and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_btnWrap .lineup_btn {
    width: 42.4vw;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 970px) {
  .lineup .lineup_pcListWrap .lineup_btnWrap .btn_detail {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 970px) and (max-width: 768px) {
  .lineup .lineup_pcListWrap .lineup_btnWrap .btn_detail {
    margin-bottom: 1.4666666667vw;
  }
}
.lineup .img_zoom {
  display: block;
  transition-duration: 0.4s;
}
.lineup .img_zoom:hover {
  transform: scale(1.05, 1.05);
}

.more {
  margin-top: 72px;
  border: 4px solid #db1c24;
  border-radius: 40px;
  text-align: center;
  background-color: #fff;
  transition: 0.4s;
}
.more:hover {
  background-color: #faddde;
}
@media only screen and (max-width: 768px) {
  .more {
    margin-top: 14.4vw;
    border-radius: 5.3333333333vw;
  }
}
.more a {
  display: block;
  padding: 0 15px 32px;
}
@media only screen and (max-width: 768px) {
  .more a {
    padding: 0 4vw 6vw;
  }
}
.more .more_txt01 {
  position: relative;
  margin-top: -0.7em;
  color: #db1c24;
  line-height: 1.4;
  font-size: 4.2rem;
  font-weight: bold;
  letter-spacing: 0.045em;

  font-feature-settings: "palt";
}
@media only screen and (max-width: 980px) {
  .more .more_txt01 {
    font-size: 4.2857142857vw;
  }
}
@media only screen and (max-width: 768px) {
  .more .more_txt01 {
    margin-top: -0.6em;
    line-height: 1.21;
    font-size: 7.6vw;
  }
}
.more .more_txt01::before {
  width: 282px;
  height: 36px;
  position: absolute;
  top: 8px;
  left: 50%;
  padding: 0 25px;
  background-image: url(../img/more_txtBg01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  transform: translateX(-50%);
  z-index: 2;
  content: "";
}
@media only screen and (max-width: 768px) {
  .more .more_txt01::before {
    width: 52.6666666667vw;
    height: 6.6666666667vw;
    top: 1.0666666667vw;
    padding: 0 5.3333333333vw;
    background-position: center;
    background-size: auto 100%;
  }
}
.more .more_txt01 span {
  display: block;
  position: relative;
  color: inherit;
  font-size: 4rem;
  font-weight: inherit;
}
@media only screen and (max-width: 768px) {
  .more .more_txt01 span {
    margin-bottom: 2vw;
    line-height: 1;
    font-size: 7.3333333333vw;
  }
}
.more .more_txt01 span::before {
  width: 282px;
  height: 36px;
  position: absolute;
  top: 8px;
  left: 50%;
  padding: 0 25px;
  background-image: url(../img/diagonal_bg.png);
  background-repeat: repeat;
  background-position: 0 10px;
  background-size: auto;
  transform: translateX(-50%);
  z-index: -1;
  content: "";
}
@media only screen and (max-width: 768px) {
  .more .more_txt01 span::before {
    width: 52.6666666667vw;
    height: 6.6666666667vw;
    top: inherit;
    bottom: 0;
    padding: 0 5.3333333333vw;
    background-position: 0 1vw;
    background-size: 7px auto;
  }
}
.more .more_txt01 span::after {
  width: 80%;
  height: 50%;
  position: absolute;
  bottom: -2px;
  left: 50%;
  background-color: #fff;
  transition: 0.4s;
  transform: translateX(-50%);
  z-index: -1;
  content: "";
}
@media only screen and (max-width: 768px) {
  .more .more_txt01 span::after {
    bottom: -1.2vw;
  }
}
.more:hover .more_txt01 span::after {
  background-color: #faddde;
}
.more .more_txt02 {
  margin-top: 22px;
  line-height: 1;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.045em;

  font-feature-settings: "palt";
}
@media only screen and (max-width: 980px) {
  .more .more_txt02 {
    font-size: 2.0408163265vw;
  }
}
@media only screen and (max-width: 768px) {
  .more .more_txt02 {
    margin-top: 4.9333333333vw;
    margin-right: -1em;
    margin-left: -1em;
    line-height: 1.41;
    font-size: 4.5333333333vw;
  }
}

/*-----------------------------------------------
  trouble
/*-----------------------------------------------*/
.trouble {
  padding: 46px 0;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .trouble {
    padding: 5.2vw 0 0;
  }
}
.trouble .trouble_inner {
  max-width: 1050px;
  margin: 0 auto;
}
.trouble .trouble_topWrap {
  position: relative;
  z-index: 1;
}
.trouble .trouble_topTxt {
  width: 33.1428571429%;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .trouble .trouble_topTxt {
    width: 36vw;
  }
}
.trouble .trouble_topList {
  width: 23.619047619%;
  position: absolute;
  top: 0;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .trouble .trouble_topList {
    width: 25.8666666667vw;
  }
}
.trouble .trouble_topList.list01 {
  left: 0;
  margin-top: 8.2857142857%;
}
@media only screen and (max-width: 768px) {
  .trouble .trouble_topList.list01 {
    left: 2.5333333333vw;
    margin-top: 9.4666666667vw;
  }
}
.trouble .trouble_topList.list02 {
  left: 84px;
  margin-top: 29.4285714286%;
}
@media only screen and (max-width: 768px) {
  .trouble .trouble_topList.list02 {
    left: 11.4666666667vw;
    margin-top: 33.0666666667vw;
  }
}
.trouble .trouble_topList.list03 {
  right: 15px;
  margin-top: 1.9047619048%;
}
@media only screen and (max-width: 768px) {
  .trouble .trouble_topList.list03 {
    right: 4vw;
    margin-top: 1.7333333333vw;
  }
}
.trouble .trouble_topList.list04 {
  right: 100px;
  margin-top: 20.1904761905%;
}
@media only screen and (max-width: 768px) {
  .trouble .trouble_topList.list04 {
    right: 8.6666666667vw;
    margin-top: 22vw;
  }
}
.trouble .trouble_topList.list05 {
  width: 32.9523809524%;
  right: 10px;
  margin-top: 38.4761904762%;
}
@media only screen and (max-width: 768px) {
  .trouble .trouble_topList.list05 {
    width: 34.6666666667vw;
    right: 2.5333333333vw;
    margin-top: 40vw;
  }
}
.trouble .trouble_topList.list06 {
  width: 14.1904761905%;
  right: 71px;
  margin-top: 11.2380952381%;
}
@media only screen and (max-width: 768px) {
  .trouble .trouble_topList.list06 {
    width: 15.3333333333vw;
    right: 4vw;
    margin-top: 13.7333333333vw;
  }
}
.trouble .trouble_topList.list07 {
  width: 15.7142857143%;
  left: 68px;
  margin-top: 20.9523809524%;
}
@media only screen and (max-width: 768px) {
  .trouble .trouble_topList.list07 {
    width: 17.2vw;
    left: 10vw;
    margin-top: 23.4666666667vw;
  }
}
.trouble .trouble_btmWrap {
  display: flex;
  position: relative;
  padding: 55px 42px 53px 52px;
  background-image: url(../img/trouble_btmBg_pc.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 0;

  justify-content: space-between;
}
@media screen and (max-width: 1030px) {
  .trouble .trouble_btmWrap {
    padding: 40px 40px 46px;
  }
}
@media screen and (max-width: 870px) {
  .trouble .trouble_btmWrap {
    padding: 30px 40px 46px;
  }
}
@media only screen and (max-width: 768px) {
  .trouble .trouble_btmWrap {
    display: block;
    min-height: 99.4666666667vw;
    padding: 7.3333333333vw 4vw 8.6666666667vw 4vw;
    background-image: url(../img/trouble_btmBg_sp.png);
    background-size: 100vw 100%;
  }
}
.trouble .trouble_btmWrap dl .trouble_btmTtl {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .trouble .trouble_btmWrap dl .trouble_btmTtl {
    margin-bottom: 2vw;
  }
}
.trouble .trouble_btmWrap dl dd .trouble_btmTxtWrap .trouble_btmTxt {
  margin-bottom: 10px;
  padding-left: 1em;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 600;
  text-indent: -1em;
  letter-spacing: 0.045em;

  font-feature-settings: "palt";
}
@media screen and (max-width: 940px) {
  .trouble .trouble_btmWrap dl dd .trouble_btmTxtWrap .trouble_btmTxt {
    font-size: 2.0212765957vw;
  }
}
@media only screen and (max-width: 768px) {
  .trouble .trouble_btmWrap dl dd .trouble_btmTxtWrap .trouble_btmTxt {
    margin-bottom: 0;
    padding-left: 3.3333333333vw;
    line-height: 1.28;
    font-size: 3.7333333333vw;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 768px) {
  .trouble .trouble_btmWrap dl dd .trouble_btmTxtWrap .trouble_btmTxt + .trouble_btmTxt {
    margin-top: 1.0666666667vw;
  }
}
.trouble .trouble_btmWrap dl dd .trouble_btmTxtWrap .trouble_btmTxt:last-child {
  margin-bottom: 0;
}
.trouble .trouble_btmWrap dl dd .trouble_btmTxtWrap .trouble_btmTxt .rhombus {
  color: #005fd7;
}
.trouble .trouble_btmWrap dl dd .trouble_btmTxtWrap .trouble_btmTxt .trouble_btmTxtNote {
  margin-top: 8px;
  padding-left: 1em;
  font-size: 1.8rem;
}
@media screen and (max-width: 940px) {
  .trouble .trouble_btmWrap dl dd .trouble_btmTxtWrap .trouble_btmTxt .trouble_btmTxtNote {
    font-size: 1.914893617vw;
  }
}
@media only screen and (max-width: 768px) {
  .trouble .trouble_btmWrap dl dd .trouble_btmTxtWrap .trouble_btmTxt .trouble_btmTxtNote {
    margin-top: 2.4vw;
    padding-left: 0;
    font-size: 3.4666666667vw;
  }
}
.trouble .trouble_btmWrap dl dd .trouble_btmTxtWrap .trouble_btmTxt .example {
  margin-right: 6px;
  padding: 3px 6px;
  border-radius: 9px;
  color: #fff;
  font-size: 1.8rem;
  background-color: #005fd7;
}
@media screen and (max-width: 940px) {
  .trouble .trouble_btmWrap dl dd .trouble_btmTxtWrap .trouble_btmTxt .example {
    font-size: 1.914893617vw;
  }
}
@media only screen and (max-width: 768px) {
  .trouble .trouble_btmWrap dl dd .trouble_btmTxtWrap .trouble_btmTxt .example {
    width: 21.7333333333vw;
    margin-right: 0.8vw;
    border-radius: 1.2vw;
    font-size: 3.4666666667vw;
  }
}
.trouble .trouble_btmWrap .top {
  max-width: 49.3723849372%;
}
@media only screen and (max-width: 768px) {
  .trouble .trouble_btmWrap .top {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 6.1333333333vw;
  }
}
.trouble .trouble_btmWrap .top .trouble_btmTtl {
  max-width: 472px;
}
@media only screen and (max-width: 768px) {
  .trouble .trouble_btmWrap .top .trouble_btmTtl {
    max-width: 100%;
  }
}
.trouble .trouble_btmWrap .bottom {
  width: 45.6066945607%;
}
@media only screen and (max-width: 768px) {
  .trouble .trouble_btmWrap .bottom {
    width: 100%;
  }
}
.trouble .trouble_btmWrap .bottom .trouble_btmTtl {
  max-width: 437px;
}
@media only screen and (max-width: 768px) {
  .trouble .trouble_btmWrap .bottom .trouble_btmTtl {
    max-width: 100%;
  }
}

/*-----------------------------------------------
  service
/*-----------------------------------------------*/
.service {
  background-image: url(../img/diagonal_bg.png);
  background-position: center top;
}
@media only screen and (max-width: 768px) {
  .service {
    background-size: 7px auto;
  }
}
.service .service_ttlWrap {
  background-image: url(../img/cnt_ttlBg_pc.png);
  background-repeat: repeat-x;
  background-position: top center;
}
@media only screen and (max-width: 768px) {
  .service .service_ttlWrap {
    background-image: none;
  }
}
.service .service_ttl {
  max-width: 960px;
  margin: 0 auto 15px;
}
@media only screen and (max-width: 768px) {
  .service .service_ttl {
    margin: 0 auto 1.2vw;
  }
}
.service .inner {
  position: relative;
  padding-bottom: 72px;
}
@media only screen and (max-width: 1200px) {
  .service .inner {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .service .inner {
    padding-bottom: 17.3333333333vw;
  }
}
.service .service_txt01 {
  max-width: 524px;
  margin: 0 auto 75px;
}
@media only screen and (max-width: 768px) {
  .service .service_txt01 {
    max-width: 100%;
    margin: 0 auto 10.6666666667vw;
  }
}
.service .service_txt02 {
  max-width: 714px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 768px) {
  .service .service_txt02 {
    max-width: 100%;
    margin: 0 auto 9.3333333333vw;
  }
}
.service .service_listWrap {
  display: flex;
  margin: 0 10px;

  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .service .service_listWrap {
    display: block;
  }
}
.service .service_list {
  width: 47.9166666667%;
  position: relative;
  padding: 13px 15px 10px;
  border-radius: 10px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .service .service_list {
    width: 83.4666666667vw;
    margin: 0 auto;
    padding: 2vw 2.6666666667vw 2.4vw;
    box-shadow: 0px 0px 15px -5px #777;
  }
}
@media only screen and (max-width: 768px) {
  .service .service_list + .service_list {
    margin-top: 8.2666666667vw;
  }
}
.service .service_list_nums {
  width: 24.347826087%;
  position: absolute;
  top: -16px;
  left: -16px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .service .service_list_nums {
    width: 21.8666666667vw;
    top: -3.7333333333vw;
    left: -3.3333333333vw;
  }
}
.service .service_list_head {
  line-height: 1.33;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
}
@media only screen and (max-width: 1000px) {
  .service .service_list_head {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .service .service_list_head {
    line-height: 1.2;
    font-size: 5.3333333333vw;
  }
}
.service .list01 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .service .list01 {
    padding-bottom: 1.8666666667vw;
  }
}
.service .list01 .service_list_ttl {
  position: relative;
  margin-bottom: 20px;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .service .list01 .service_list_ttl {
    margin-bottom: 5.3333333333vw;
  }
}
.service .list01 .service_list_ttl span {
  display: block;
  max-width: 134px;
  position: absolute;
  bottom: 23px;
  left: -8px;
  z-index: 2;
}
@media only screen and (max-width: 1000px) {
  .service .list01 .service_list_ttl span {
    max-width: 13.4vw;
    bottom: 2.3vw;
    left: -0.8vw;
  }
}
@media only screen and (max-width: 768px) {
  .service .list01 .service_list_ttl span {
    max-width: 25.6vw;
    bottom: 2.4vw;
    left: -1.3333333333vw;
  }
}
.service .list01 .service_list_img {
  position: relative;
  margin-top: 15px;
  margin-right: -15px;
  margin-left: -15px;
}
@media only screen and (max-width: 768px) {
  .service .list01 .service_list_img {
    margin-top: 3.4666666667vw;
    margin-right: -2.6666666667vw;
    margin-left: -2.6666666667vw;
  }
}
.service .list01 .service_list_img span {
  display: flex;
  width: 126px;
  height: 126px;
  position: absolute;
  right: 55px;
  bottom: 13px;
  border-radius: 50%;
  line-height: 1.18;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  background-color: #ffff26;

  align-items: center;
  justify-content: center;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 1000px) {
  .service .list01 .service_list_img span {
    width: 12.6vw;
    height: 12.6vw;
    right: 5.5vw;
    bottom: 1.3vw;
    font-size: 2.2vw;
  }
}
@media only screen and (max-width: 768px) {
  .service .list01 .service_list_img span {
    width: 20.6666666667vw;
    height: 20.6666666667vw;
    top: 3.3333333333vw;
    right: 10.4vw;
    bottom: inherit;
    line-height: 1.14;
    font-size: 3.7333333333vw;
  }
}
.service .list01 .service_included {
  max-width: 400px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .service .list01 .service_included {
    max-width: 100%;
  }
}
.service .list01 .service_included dt {
  margin-bottom: 12px;
  padding: 5px 0;
  color: #fff;
  line-height: 1;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.185em;
  background-color: #005fd7;
}
@media only screen and (max-width: 768px) {
  .service .list01 .service_included dt {
    margin-bottom: 2.1333333333vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0.09em;
  }
}
.service .list01 .service_included dd {
  position: relative;
  padding-left: 18px;
  color: #005fd7;
  line-height: 1;
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 980px) {
  .service .list01 .service_included dd {
    font-size: 2.0408163265vw;
  }
}
@media only screen and (max-width: 768px) {
  .service .list01 .service_included dd {
    padding-left: 3.6vw;
    font-size: 3.8666666667vw;
    letter-spacing: 0.025em;
  }
}
.service .list01 .service_included dd::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 0.3em;
  left: 0;
  background-color: #005fd7;
  content: "";
}
@media only screen and (max-width: 768px) {
  .service .list01 .service_included dd::before {
    width: 1.4666666667vw;
    height: 1.4666666667vw;
  }
}
.service .list01 .service_included dd + dd {
  margin-top: 9px;
  padding-top: 9px;
  border-top: 2px solid #005fd7;
}
@media only screen and (max-width: 768px) {
  .service .list01 .service_included dd + dd {
    margin-top: 2vw;
    padding-top: 2vw;
    border-top: 1px solid #005fd7;
  }
}
.service .list01 .service_listNoteWrap {
  max-width: 406px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .service .list01 .service_listNoteWrap {
    margin-top: 2vw;
  }
}
.service .list01 .service_listNote {
  margin-left: 1em;
  line-height: 1.17;
  font-size: 1.8rem;
  text-indent: -1em;

  font-feature-settings: "palt";
}
@media only screen and (max-width: 1000px) {
  .service .list01 .service_listNote {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .service .list01 .service_listNote {
    line-height: 1.33;
    font-size: 3.2vw;
    font-weight: bold;
  }
}
.service .list01 .service_listNote + .service_listNote {
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .service .list01 .service_listNote + .service_listNote {
    margin-top: 0;
  }
}
.service .list02 .service_list_ttl {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .service .list02 .service_list_ttl {
    margin-bottom: 4.5333333333vw;
  }
}
.service .list02 .service_list_tel {
  max-width: 378px;
  margin: 40px auto 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .service .list02 .service_list_tel {
    max-width: 75.6vw;
    margin: 3.7333333333vw auto 0;
  }
}
.service .list02 .service_list_time {
  max-width: 378px;
  margin-top: 17px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.06em;

  font-feature-settings: "palt";
}
@media only screen and (max-width: 1000px) {
  .service .list02 .service_list_time {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .service .list02 .service_list_time {
    max-width: 100%;
    margin-top: 2.2666666667vw;
    font-size: 4.5333333333vw;
  }
}
.service .list02 .service_list_time span {
  display: inline-block;
  margin-right: 15px;
  padding: 3px;
  font-size: inherit;
  background-color: #e2e4e5;
}
@media only screen and (max-width: 768px) {
  .service .list02 .service_list_time span {
    margin-right: 3.3333333333vw;
    padding: 0.4vw;
  }
}
.service .list02 .service_listNoteWrap {
  max-width: 378px;
  margin-top: 9px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .service .list02 .service_listNoteWrap {
    max-width: 100%;
    margin-top: 1.3333333333vw;
  }
}
.service .list02 .service_listNote {
  margin-right: -5px;
  line-height: 1.44;
  font-size: 1.8rem;

  font-feature-settings: "palt";
}
@media only screen and (max-width: 980px) {
  .service .list02 .service_listNote {
    font-size: 1.6326530612vw;
  }
}
@media only screen and (max-width: 768px) {
  .service .list02 .service_listNote {
    line-height: 1.23;
    font-size: 3.4666666667vw;
  }
}
.service .list02 .service_chat {
  max-width: 378px;
  margin: 26px auto 0;
}
@media only screen and (max-width: 768px) {
  .service .list02 .service_chat {
    max-width: 100%;
    margin: 5.3333333333vw auto 0;
  }
}
.service .list02 .service_chat dt {
  display: inline-block;
  margin-bottom: 19px;
  padding: 2px;
  border-radius: 12px;
  font-size: 2.2rem;
  font-weight: bold;
  background: #0060fa;
  background: linear-gradient(to bottom, #0060fa 0%, #000bac 50%, #0060fa 100%);

  font-feature-settings: "palt";
}
@media only screen and (max-width: 980px) {
  .service .list02 .service_chat dt {
    font-size: 2.2448979592vw;
  }
}
@media only screen and (max-width: 768px) {
  .service .list02 .service_chat dt {
    margin-bottom: 2.9333333333vw;
    font-size: 4.6666666667vw;
  }
}
.service .list02 .service_chat dt a {
  display: block;
  padding: 5px 9px;
  border-radius: 12px;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: -0.035em;
  word-break: break-all;
  background-color: #0060fa;

  font-feature-settings: "palt";
}
.service .list02 .service_chat dd .txt {
  line-height: 1;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.06em;

  font-feature-settings: "palt";
}
@media only screen and (max-width: 980px) {
  .service .list02 .service_chat dd .txt {
    font-size: 2.0408163265vw;
  }
}
@media only screen and (max-width: 768px) {
  .service .list02 .service_chat dd .txt {
    margin-right: -1em;
    font-size: 4.5333333333vw;
  }
}
.service .list02 .service_chat dd .txt + .txt {
  margin-top: 14px;
}
@media only screen and (max-width: 768px) {
  .service .list02 .service_chat dd .txt + .txt {
    margin-top: 2.4vw;
  }
}
.service .list02 .service_chat dd span {
  display: inline-block;
  min-width: 208px;
  margin-right: 15px;
  padding: 3px;
  font-size: inherit;
  text-align: center;
  background-color: #e2e4e5;
}
@media only screen and (max-width: 768px) {
  .service .list02 .service_chat dd span {
    min-width: 45.6vw;
    margin-right: 2.6666666667vw;
    padding: 1px 0;
    letter-spacing: 0;
  }
}
.service .list02 .service_chat dd small {
  display: inline-block;
  margin-top: 10px;
  line-height: 1;
  font-size: 1.8rem;

  font-feature-settings: "palt";
}
@media only screen and (max-width: 980px) {
  .service .list02 .service_chat dd small {
    font-size: 1.8367346939vw;
  }
}
@media only screen and (max-width: 768px) {
  .service .list02 .service_chat dd small {
    margin-top: 1.7333333333vw;
    font-size: 3.4666666667vw;
  }
}
.service .list02 .service_chat dd .note {
  margin-top: 10px;
  margin-right: -2em;
  margin-left: 1em;
  line-height: 1.17;
  font-size: 1.8rem;
  text-indent: -1em;

  font-feature-settings: "palt";
}
@media only screen and (max-width: 980px) {
  .service .list02 .service_chat dd .note {
    font-size: 1.8367346939vw;
  }
}
@media only screen and (max-width: 768px) {
  .service .list02 .service_chat dd .note {
    margin-top: 2vw;
    line-height: 1.23;
    font-size: 3.4666666667vw;
  }
}
.service .list02 .service_listDetailsWrap {
  max-width: 378px;
  margin: 38px auto 0;
}
@media only screen and (max-width: 768px) {
  .service .list02 .service_listDetailsWrap {
    max-width: 100%;
    margin: 5.3333333333vw auto 0;
  }
}
.service .list02 .service_listDetails {
  margin-left: 1em;
  color: #005fd7;
  line-height: 1.18;
  font-size: 2.2rem;
  font-weight: bold;
  font-weight: bold;
  text-indent: -1em;

  font-feature-settings: "palt";
}
@media only screen and (max-width: 980px) {
  .service .list02 .service_listDetails {
    font-size: 2.2448979592vw;
  }
}
@media only screen and (max-width: 768px) {
  .service .list02 .service_listDetails {
    line-height: 1.12;
    font-size: 4.5333333333vw;
  }
}
.service .list02 .service_listDetails::before {
  margin-right: 0.3rem;
  font-size: 1.7rem;
  content: "●";
}
@media only screen and (max-width: 768px) {
  .service .list02 .service_listDetails::before {
    margin-right: 0.1rem;
    font-size: 3.2vw;
  }
}
.service .list02 .service_listDetails + .service_listDetails {
  margin-top: 6px;
}
@media only screen and (max-width: 768px) {
  .service .list02 .service_listDetails + .service_listDetails {
    margin-top: 1.6vw;
  }
}
.service .list02 .service_list_txt {
  max-width: 370px;
  margin: 18px auto 0;

  font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  .service .list02 .service_list_txt {
    max-width: 52vw;
    max-width: 100%;
    margin: 3.3333333333vw auto 0;
  }
}
.service .list02 .service_list_txt span {
  display: inline-block;
  padding: 2px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media only screen and (max-width: 980px) {
  .service .list02 .service_list_txt span {
    font-size: 2.2448979592vw;
  }
}
@media only screen and (max-width: 768px) {
  .service .list02 .service_list_txt span {
    max-width: 52vw;
    max-width: 100%;
    font-size: 4.6666666667vw;
  }
}
.service .list02 .service_list_txt a {
  display: block;
  color: #005fd7;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -0.035em;
  word-break: break-all;

  font-feature-settings: "palt";
}
.service .service_imgWrap {
  position: absolute;
  right: -120px;
  bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .service .service_imgWrap {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .service .service_imgWrap {
    right: 0.2666666667vw;
  }
}
.service .service_img01 {
  width: 172px;
}
@media only screen and (max-width: 1200px) {
  .service .service_img01 {
    width: 129px;
    margin-top: -20px;
  }
}
@media only screen and (max-width: 768px) {
  .service .service_img01 {
    width: 28.8vw;
    margin-top: 0;
  }
}
.service .service_img02 {
  width: 157px;
  margin-bottom: -2px;
  margin-left: 58px;
}
@media only screen and (max-width: 1200px) {
  .service .service_img02 {
    width: 117.75px;
    margin-bottom: -10px;
    margin-left: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .service .service_img02 {
    width: 23.0666666667vw;
    margin-bottom: 3.2vw;
    margin-left: 5.6vw;
  }
}

/*-----------------------------------------------
  compare
/*-----------------------------------------------*/
.compare {
  position: relative;
  padding-bottom: 78px;
  background-image: url(../img/diagonal_bg.png);
  background-position: center top;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .compare {
    padding-bottom: 6.1333333333vw;
    background-size: 7px auto;
  }
}
.compare .compare_ttlWrap {
  background-image: url(../img/cnt_ttlBg_pc.png);
  background-repeat: repeat-x;
  background-position: top center;
  background-size: auto 100%;
}
@media only screen and (max-width: 768px) {
  .compare .compare_ttlWrap {
    background-image: none;
  }
}
.compare .compare_ttl {
  max-width: 1020px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .compare .compare_ttl {
    max-width: 100vw;
  }
}
.compare .compare_modelImg {
  max-width: 1268px;
  margin: 54px auto 0;
}
@media only screen and (max-width: 768px) {
  .compare .compare_modelImg {
    max-width: 100vw;
    margin-top: 5.3333333333vw;
  }
}
.compare .compare_listWrap {
  max-width: 960px;
  margin-top: -9.5833333333%;
  margin-right: auto;
  margin-bottom: 28px;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .compare .compare_listWrap {
    max-width: 92.8vw;
    margin-top: -8.6666666667vw;
    margin-bottom: 4.4vw;
  }
}
.compare .compare_list {
  display: flex;

  justify-content: space-between;
}
.compare .compare_list .new,.compare .compare_list .old {
  max-width: 474px;
  width: 49.375%;
}
@media only screen and (max-width: 768px) {
  .compare .compare_list .new,.compare .compare_list .old {
    width: 45.8666666667vw;
  }
}
.compare .compare_list_head {
  padding: 28px 0 18px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
@media only screen and (max-width: 768px) {
  .compare .compare_list_head {
    padding: 3.4666666667vw 0 1.6vw;
  }
}
.compare .compare_list_head small {
  display: block;
  margin-bottom: 15px;
  line-height: 1;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .compare .compare_list_head small {
    margin-bottom: 2vw;
    font-size: 3.2vw;
  }
}
.compare .compare_list_head em {
  display: block;
  line-height: 1;
  font-size: 4rem;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .compare .compare_list_head em {
    font-size: 6vw;
  }
}
.compare .compare_list_head.new {
  color: #ffff26;
  background-image: url(../img/compare_list_headBg_new_pc.png);
}
@media only screen and (max-width: 768px) {
  .compare .compare_list_head.new {
    background-image: url(../img/compare_list_headBg_new_sp.png);
    background-size: 100% auto;
  }
}
.compare .compare_list_head.old {
  color: #005fd7;
  background-image: url(../img/compare_list_headBg_old_pc.png);
}
@media only screen and (max-width: 768px) {
  .compare .compare_list_head.old {
    background-image: url(../img/compare_list_headBg_old_sp.png);
    background-size: 100% auto;
  }
}
.compare .compare_list {
  position: relative;
}
.compare .compare_list:not(:first-of-type):not(:last-of-type)::before {
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/compare_detailsLine.png);
  z-index: 2;
  content: "";
}
@media only screen and (max-width: 768px) {
  .compare .compare_list:not(:first-of-type):not(:last-of-type)::before {
    height: 0.5333333333vw;
    background-size: auto 100%;
  }
}
.compare .compare_list .compare_list_ttl {
  display: flex;
  width: 138px;
  min-height: 78px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffff78;
  line-height: 1.17;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  background-image: url(../img/compare_list_ttlBg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
  z-index: 2;

  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 960px) {
  .compare .compare_list .compare_list_ttl {
    min-height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .compare .compare_list .compare_list_ttl {
    width: 14.4vw;
    min-height: 8.2666666667vw;
    font-size: 3.2vw;
    background-size: 100% 100%;
  }
}
.compare .compare_list .compare_list_ttl span {
  line-height: 1.17;
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .compare .compare_list .compare_list_ttl span {
    margin: 0 -5px;
    font-size: 3.2vw;
    transform: scale(0.85, 1);
  }
}
.compare .compare_list em {
  font-style: normal;
}
.compare .compare_list:last-of-type .compare_list_txtWrap {
  border-bottom: 4px solid #005fd7;
}
@media only screen and (max-width: 768px) {
  .compare .compare_list:last-of-type .compare_list_txtWrap {
    border-bottom: 2px solid #005fd7;
  }
}
.compare .compare_list_txtWrap.new {
  padding: 8px 6px 0;
  background-image: url(../img/compare_detailsBg_new.png);
}
@media only screen and (max-width: 768px) {
  .compare .compare_list_txtWrap.new {
    padding: 0.8vw 0.6666666667vw 0;
  }
}
.compare .compare_list_txtWrap.new .txtWrap_top {
  display: flex;
  flex-direction: column;
  height: 88px;
  background: #e1f7ff;
  background: -webkit-linear-gradient(left, #e1f7ff 0%, #d3f6ff 50%, #93f1ff 100%);

  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .compare .compare_list_txtWrap.new .txtWrap_top {
    height: auto;
    padding: 2.4vw 0;
  }
}
.compare .compare_list_txtWrap.new .compare_list_txtDetails {
  margin-left: -1em;
  color: #005fd7;
  line-height: 1.27;
  font-size: 2.2rem;
  text-align: center;

  font-feature-settings: "palt";
}
@media only screen and (max-width: 960px) {
  .compare .compare_list_txtWrap.new .compare_list_txtDetails {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .compare .compare_list_txtWrap.new .compare_list_txtDetails {
    line-height: 1.29;
    font-size: 3.4666666667vw;
  }
}
.compare .compare_list_txtWrap.new .compare_list_txtDetails em {
  color: #f00;
  line-height: 1.27;
  font-size: 120%;
}
@media only screen and (max-width: 768px) {
  .compare .compare_list_txtWrap.new .compare_list_txtDetails em {
    line-height: 1.14;
    font-size: 110%;
  }
}
.compare .compare_list_txtWrap.new .compare_list_txtDetails strong {
  font-size: 125%;
}
@media only screen and (max-width: 768px) {
  .compare .compare_list_txtWrap.new .compare_list_txtDetails strong {
    font-size: 120%;
  }
}
.compare .compare_list_txtWrap.new .compare_list_txtDetails small {
  display: inline-block;
  margin-top: 7px;
  line-height: 1.125;
  font-size: 1.6rem;
}
@media only screen and (max-width: 960px) {
  .compare .compare_list_txtWrap.new .compare_list_txtDetails small {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .compare .compare_list_txtWrap.new .compare_list_txtDetails small {
    margin-top: 0;
    line-height: 1.18;
    font-size: 2.9333333333vw;
  }
}
.compare .compare_list_txtWrap.new .compare_list_txtDetails .note_nums {
  font-size: 70%;
  vertical-align: super;
}
.compare .compare_list_txtWrap.new .txtWrap_btm {
  display: flex;
  min-height: 78px;
  padding: 10px 0;

  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .compare .compare_list_txtWrap.new .txtWrap_btm {
    min-height: auto;
    padding: 1.3333333333vw 0 2.1333333333vw;
  }
}
.compare .compare_list_txtWrap.new .compare_list_txtSpec {
  color: #fff;
  line-height: 1.27;
  font-size: 2.2rem;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .compare .compare_list_txtWrap.new .compare_list_txtSpec {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .compare .compare_list_txtWrap.new .compare_list_txtSpec {
    line-height: 1.31;
    font-size: 3.4666666667vw;
  }
}
.compare .compare_list_txtWrap.new .compare_list_txtSpec em {
  color: #ffff26;
  line-height: 1.27;
  font-size: 2.2rem;
}
@media only screen and (max-width: 960px) {
  .compare .compare_list_txtWrap.new .compare_list_txtSpec em {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .compare .compare_list_txtWrap.new .compare_list_txtSpec em {
    line-height: 1.31;
    font-size: 3.4666666667vw;
  }
}
.compare .compare_list_txtWrap.new .compare_list_txtSpec small {
  display: inline-block;
  line-height: 1.63;
  font-size: 1.6rem;
}
@media only screen and (max-width: 960px) {
  .compare .compare_list_txtWrap.new .compare_list_txtSpec small {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .compare .compare_list_txtWrap.new .compare_list_txtSpec small {
    line-height: 1.1;
    font-size: 3.2vw;
  }
}
.compare .compare_list_txtWrap.old {
  display: flex;
  flex-direction: column;
  padding: 0 6px;
  background-image: url(../img/compare_detailsBg_old.png);

  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .compare .compare_list_txtWrap.old {
    padding: 0.8vw 0.6666666667vw 0;
  }
}
.compare .compare_list_txtWrap.old .compare_list_txtSpec {
  color: #fff;
  line-height: 1;
  font-size: 2.6rem;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .compare .compare_list_txtWrap.old .compare_list_txtSpec {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .compare .compare_list_txtWrap.old .compare_list_txtSpec {
    font-size: 3.4666666667vw;
  }
}
.compare .compare_list_txtWrap.old .compare_list_txtSpec em {
  color: #ffff26;
  line-height: 1.27;
  font-size: 2.6rem;
}
@media only screen and (max-width: 960px) {
  .compare .compare_list_txtWrap.old .compare_list_txtSpec em {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .compare .compare_list_txtWrap.old .compare_list_txtSpec em {
    font-size: 3.4666666667vw;
  }
}
.compare .compare_list_txtWrap.old .compare_list_txtSpec em.block {
  display: block;
}
.compare .compare_list_txtWrap.old .compare_list_txtSpec small {
  display: inline-block;
  line-height: 1.4;
  font-size: 2rem;
}
@media only screen and (max-width: 960px) {
  .compare .compare_list_txtWrap.old .compare_list_txtSpec small {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .compare .compare_list_txtWrap.old .compare_list_txtSpec small {
    line-height: 1.33;
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 768px) {
  .compare .compare_list.list06 .compare_list_ttl {
    min-height: 10.9333333333vw;
  }
}
.compare .compare_list.list06 .new .compare_list_txtSpec small {
  display: inline-block;
  line-height: 1.63;
  font-size: 1.8rem;
}
@media only screen and (max-width: 960px) {
  .compare .compare_list.list06 .new .compare_list_txtSpec small {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .compare .compare_list.list06 .new .compare_list_txtSpec small {
    line-height: 1.1;
    font-size: 3.2vw;
  }
}
.compare .annotation_txtListWrap {
  max-width: 960px;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 1000px) {
  .compare .annotation_txtListWrap {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .compare .annotation_txtListWrap {
    max-width: 92.8vw;
    margin: 0 auto 10.6666666667vw;
    padding: 0;
  }
}
.compare .annotation_txtListWrap .annotation_txtList {
  padding-left: 2em;
  line-height: 1.3125;
  font-size: 1.6rem;
  text-indent: -2em;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .compare .annotation_txtListWrap .annotation_txtList {
    line-height: 1.08;
    font-size: 3.2vw;
  }
}
.compare .annotation_txtListWrap .annotation_txtList + .annotation_txtList {
  margin-top: 21px;
}
@media only screen and (max-width: 768px) {
  .compare .annotation_txtListWrap .annotation_txtList + .annotation_txtList {
    margin-top: 2.6666666667vw;
  }
}
.compare .point .point_headWrap {
  max-width: 960px;
  position: relative;
  margin: 0 auto -32px;
}
@media only screen and (max-width: 768px) {
  .compare .point .point_headWrap {
    max-width: 100%;
    margin: 0 auto 2.1333333333vw;
  }
}
.compare .point .point_headWrap .point_head {
  margin-left: -34px;
}
@media only screen and (max-width: 768px) {
  .compare .point .point_headWrap .point_head {
    margin-left: 0;
  }
}
.compare .point .point_headWrap .point_head_osTxt {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 40.1041666667%;
  margin-left: 3.75%;
  color: #ffff78;
  line-height: 1.21;
  font-size: 2.8rem;
  text-align: center;
}
@media only screen and (max-width: 960px) {
  .compare .point .point_headWrap .point_head_osTxt {
    font-size: 2.9166666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .compare .point .point_headWrap .point_head_osTxt {
    margin-top: 60.5333333333vw;
    margin-left: 6.1333333333vw;
    line-height: 1.09;
    font-size: 4.5333333333vw;
  }
}
.compare .point .point_headWrap .point_head_txt {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 56.25%;
  margin-left: 27.0833333333%;
  color: #fff;
  line-height: 1.3;
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: 0.06em;

  font-feature-settings: "palt";
}
@media only screen and (max-width: 960px) {
  .compare .point .point_headWrap .point_head_txt {
    font-size: 2.7083333333vw;
  }
}
@media only screen and (max-width: 768px) {
  .compare .point .point_headWrap .point_head_txt {
    margin-top: 72.8vw;
    margin-left: 36vw;
    line-height: 1.29;
    font-size: 3.7333333333vw;
    letter-spacing: 0.02em;
  }
}
.compare .point .point_newSeriesWrap {
  max-width: 960px;
  position: relative;
  margin: 0 auto 62px;
}
@media only screen and (max-width: 980px) {
  .compare .point .point_newSeriesWrap {
    margin: 0 10px 62px;
  }
}
@media only screen and (max-width: 768px) {
  .compare .point .point_newSeriesWrap {
    max-width: 78.9333333333vw;
    margin: 0 auto 10vw;
  }
}
.compare .point .point_newSeriesWrap .point_newSeries_ttl {
  margin-bottom: 18px;
  line-height: 1;
  font-size: 3.8rem;

  font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  .compare .point .point_newSeriesWrap .point_newSeries_ttl {
    margin-bottom: 2.6666666667vw;
    font-size: 5.4666666667vw;
  }
}
.compare .point .point_newSeriesWrap .point_newSeries_ttl small {
  font-size: 60%;
}
@media only screen and (max-width: 768px) {
  .compare .point .point_newSeriesWrap .point_newSeries_ttl small {
    display: block;
    margin-top: 1.0666666667vw;
  }
}
.compare .point .point_newSeriesWrap .point_newSeries_listWrap {
  display: flex;

  flex-wrap: wrap;
  justify-content: space-between;
}
.compare .point .point_newSeriesWrap .point_newSeries_list {
  max-width: 474px;
  width: 49.375%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .compare .point .point_newSeriesWrap .point_newSeries_list {
    max-width: 100%;
    width: 100%;
  }
}
.compare .point .point_newSeriesWrap .point_newSeries_list_txt {
  position: absolute;
  top: 50%;
  left: 0;
  color: #ffff78;
  line-height: 1.42;
  font-size: 2.4rem;
  transform: translateY(-50%);
  z-index: 2;

  font-feature-settings: "palt";
}
@media only screen and (max-width: 980px) {
  .compare .point .point_newSeriesWrap .point_newSeries_list_txt {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .compare .point .point_newSeriesWrap .point_newSeries_list_txt {
    line-height: 1.26;
    font-size: 4.5333333333vw;
  }
}
.compare .point .point_newSeriesWrap .list01 {
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .compare .point .point_newSeriesWrap .list01 {
    order: 1;
  }
}
.compare .point .point_newSeriesWrap .list01 .point_newSeries_list_txt {
  margin-left: 8.8607594937%;
}
@media only screen and (max-width: 768px) {
  .compare .point .point_newSeriesWrap .list01 .point_newSeries_list_txt {
    margin-left: 5.3333333333vw;
  }
}
.compare .point .point_newSeriesWrap .list02 {
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .compare .point .point_newSeriesWrap .list02 {
    order: 3;
  }
}
.compare .point .point_newSeriesWrap .list02 .point_newSeries_list_txt {
  margin-left: 4.2194092827%;
}
@media only screen and (max-width: 768px) {
  .compare .point .point_newSeriesWrap .list02 .point_newSeries_list_txt {
    margin-left: 12.2666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .compare .point .point_newSeriesWrap .list03 {
    order: 2;
  }
}
.compare .point .point_newSeriesWrap .list03 .point_newSeries_list_txt {
  margin-left: 53.5864978903%;
}
@media only screen and (max-width: 768px) {
  .compare .point .point_newSeriesWrap .list03 .point_newSeries_list_txt {
    margin-left: 39.8666666667vw;
  }
}
@media only screen and (max-width: 768px) {
  .compare .point .point_newSeriesWrap .list04 {
    order: 4;
  }
}
.compare .point .point_newSeriesWrap .list04 .point_newSeries_list_txt {
  margin-left: 53.5864978903%;
}
@media only screen and (max-width: 768px) {
  .compare .point .point_newSeriesWrap .list04 .point_newSeries_list_txt {
    margin-top: -1.3333333333vw;
    margin-left: 42vw;
  }
}
@media only screen and (max-width: 1220px) {
  .compare .point .point_newSeriesWrap .list04 .point_newSeries_list_txt .sp {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .compare .point .point_newSeriesWrap .point_newSeries_list {
    margin-bottom: 2vw;
  }
}
.compare .point .point_newSeriesWrap .point_newSeries_list_img {
  max-width: 372px;
  position: absolute;
  right: -212px;
  bottom: -67px;
}
@media only screen and (max-width: 1220px) {
  .compare .point .point_newSeriesWrap .point_newSeries_list_img {
    max-width: 280px;
    right: -80px;
    bottom: -85px;
  }
}
@media only screen and (max-width: 768px) {
  .compare .point .point_newSeriesWrap .point_newSeries_list_img {
    max-width: 51.3333333333vw;
    right: -21.0666666667vw;
    bottom: -4.6666666667vw;
  }
}
.compare .point .point_otherWrap {
  margin-left: -35px;
}
@media only screen and (max-width: 950px) {
  .compare .point .point_otherWrap {
    margin-left: 0;
  }
}
.compare .point .point_otherWrap .point_other_ttl {
  margin-bottom: -19px;
  margin-left: 60px;
  line-height: 1;
  font-size: 3.8rem;
}
@media only screen and (max-width: 980px) {
  .compare .point .point_otherWrap .point_other_ttl {
    margin-bottom: -1.9387755102vw;
    margin-left: 5.1020408163vw;
    font-size: 3.8775510204vw;
  }
}
@media only screen and (max-width: 768px) {
  .compare .point .point_otherWrap .point_other_ttl {
    margin-bottom: 2.6666666667vw;
    margin-left: 10.4vw;
    font-size: 5.4666666667vw;
  }
}
.compare .point .point_otherWrap .point_other_imgWrap {
  max-width: 950px;
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .compare .point .point_otherWrap .point_other_imgWrap {
    max-width: 100%;
  }
}
.compare .point .point_otherWrap .point_other_txt {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}
.compare .point .point_otherWrap .point_other_txt .alphabet {
  display: flex;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  font-size: 1.9rem;
  background-color: #db1c24;

  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 924px) {
  .compare .point .point_otherWrap .point_other_txt .alphabet {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 768px) {
  .compare .point .point_otherWrap .point_other_txt .alphabet {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
.compare .point .point_otherWrap .point_other_txt .details {
  display: block;
  margin-top: 2px;
  margin-left: 8px;
  line-height: 1.44;
  font-size: 1.6rem;
}
@media only screen and (max-width: 924px) {
  .compare .point .point_otherWrap .point_other_txt .details {
    font-size: 1.6842105263vw;
  }
}
@media only screen and (max-width: 768px) {
  .compare .point .point_otherWrap .point_other_txt .details {
    margin-top: 0.2666666667vw;
    margin-left: 1.8666666667vw;
    line-height: 1.31;
    font-size: 3.4666666667vw;
    letter-spacing: -0.01em;

    font-feature-settings: "palt";
  }
}
.compare .point .point_otherWrap .point_other_txt .details strong {
  display: block;
  margin-bottom: 8px;
  line-height: 1;
  font-size: 2.2rem;

  font-feature-settings: "palt";
}
@media only screen and (max-width: 924px) {
  .compare .point .point_otherWrap .point_other_txt .details strong {
    font-size: 2.3157894737vw;
  }
}
@media only screen and (max-width: 768px) {
  .compare .point .point_otherWrap .point_other_txt .details strong {
    margin-bottom: 1.3333333333vw;
    font-size: 4.9333333333vw;
  }
}
.compare .point .point_otherWrap .point_other_txt .details small {
  display: block;
  line-height: 1.44;
  font-size: 1.6rem;
}
@media only screen and (max-width: 924px) {
  .compare .point .point_otherWrap .point_other_txt .details small {
    font-size: 1.6842105263vw;
  }
}
@media only screen and (max-width: 768px) {
  .compare .point .point_otherWrap .point_other_txt .details small {
    margin-top: 0.6666666667vw;
    font-size: 3.2vw;
  }
}
.compare .point .point_otherWrap .point_other_txt.txt01 {
  margin-left: 15.7894736842%;
}
@media only screen and (max-width: 768px) {
  .compare .point .point_otherWrap .point_other_txt.txt01 {
    top: 53.3333333333vw;
    margin-left: 30.1333333333vw;
  }
}
.compare .point .point_otherWrap .point_other_txt.txt02 {
  margin-bottom: 12.6315789474%;
  margin-left: 51.5789473684%;
}
@media only screen and (max-width: 768px) {
  .compare .point .point_otherWrap .point_other_txt.txt02 {
    position: relative;
    margin-top: 2vw;
    margin-right: 5.3333333333vw;
    margin-bottom: 0;
    margin-left: 9.8666666667vw;
  }
}
.compare .point .point_otherWrap .point_other_txt.txt03 {
  margin-left: 51.5789473684%;
}
@media only screen and (max-width: 768px) {
  .compare .point .point_otherWrap .point_other_txt.txt03 {
    position: relative;
    margin-top: 5.3333333333vw;
    margin-right: 5.3333333333vw;
    margin-bottom: 0;
    margin-left: 9.8666666667vw;
  }
}

/*-----------------------------------------------
  other
/*-----------------------------------------------*/
.other {
  position: relative;
  padding: 30px 0;
  background-color: #005fd7;
}
@media only screen and (max-width: 768px) {
  .other {
    padding: 6vw 0 6.4vw;
  }
}
.other .pageTop {
  max-width: 44px;
  right: 50px;
}
@media only screen and (max-width: 768px) {
  .other .pageTop {
    max-width: 5.8666666667vw;
    right: 4vw;
  }
}
.other .other_btnListWrap {
  display: flex;

  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .other .other_btnListWrap {
    display: block;
  }
}
.other .other_btnList {
  width: 254px;
  height: 254px;
}
@media only screen and (max-width: 768px) {
  .other .other_btnList {
    width: 55.0666666667vw;
    height: 55.0666666667vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.other .other_btnList a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  transition: 0.4s;

  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.other .other_btnList a:hover {
  color: #005fd7;
  background-color: #fff;
}
.other .other_btnList span {
  display: block;
  width: 100%;
  text-align: center;
}
.other .other_btnList_txtHead {
  line-height: 1.38;
  font-size: 2.6rem;
  font-weight: bold;

  font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  .other .other_btnList_txtHead {
    line-height: 1.39;
    font-size: 6.1333333333vw;
  }
}
.other .other_btnList_txtSub {
  line-height: 1.38;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .other .other_btnList_txtSub {
    font-size: 3.4666666667vw;
  }
}
.other .btn01 .other_btnList_txtHead {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .other .btn01 .other_btnList_txtHead {
    margin-bottom: 1.3333333333vw;
  }
}
.other .btn02 {
  margin-left: 65px;
}
@media only screen and (max-width: 768px) {
  .other .btn02 {
    margin-top: 5.3333333333vw;
    margin-left: auto;
  }
}
.other .btn02 .other_btnList_txtHead {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .other .btn02 .other_btnList_txtHead {
    margin-bottom: 5.3333333333vw;
  }
}

/*-----------------------------------------------
  footer
/*-----------------------------------------------*/
footer .footer_topWrap {
  padding: 27px 0;
}
@media only screen and (max-width: 768px) {
  footer .footer_topWrap {
    padding: 4.5333333333vw 0;
  }
}
footer .footer_topWrap .inner {
  display: flex;

  align-items: center;
  justify-content: center;
}
footer .footer_topWrap .footer_topTxt {
  line-height: 1.57;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.073em;
}
@media only screen and (max-width: 768px) {
  footer .footer_topWrap .footer_topTxt {
    font-size: 2.4vw;
  }
}
footer .footer_topWrap .footer_topLogo {
  max-width: 148px;
  margin-left: 28px;
}
@media only screen and (max-width: 768px) {
  footer .footer_topWrap .footer_topLogo {
    max-width: 24.2666666667vw;
    margin-left: 3.7333333333vw;
  }
}
footer .footer_btmWrap {
  padding: 8px 0;
  background-color: #000;
}
@media only screen and (max-width: 768px) {
  footer .footer_btmWrap {
    padding: 0.9333333333vw 0;
  }
}
footer .footer_btmTxt {
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  footer .footer_btmTxt {
    font-size: 1.8666666667vw;
  }
}

/*-----------------------------------------------
  animation
/*-----------------------------------------------*/
.js-scroll_in {
  opacity: 0;
}

.trouble_topList {
  -webkit-animation-name: moveBalloonBtoT;
          animation-name: moveBalloonBtoT;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.trouble_topList.list01 {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.trouble_topList.list02 {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

.trouble_topList.list03 {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.trouble_topList.list04 {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.trouble_topList.list05 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.trouble_topList.list06 {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

.trouble_topList.list07 {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes moveBalloonLtoR {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(8px, 0);
  }
}

@keyframes moveBalloonLtoR {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(8px, 0);
  }
}
@-webkit-keyframes moveBalloonRtoL {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-8px, 0);
  }
}
@keyframes moveBalloonRtoL {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-8px, 0);
  }
}
@-webkit-keyframes moveBalloonTtoB {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 8px);
  }
}
@keyframes moveBalloonTtoB {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 8px);
  }
}
@-webkit-keyframes moveBalloonBtoT {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -8px);
  }
}
@keyframes moveBalloonBtoT {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -8px);
  }
}
.movie_column {
  display: flex;
  margin-right: 10px;
  margin-left: 10px;

  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .movie_column {
    display: block;
    max-width: 92.8vw;
    margin: 0 auto;
  }
}
.movie_column .column-item {
  max-width: 600px;
}
.movie_column .column-item + .column-item {
  margin-left: 54px;
}
@media only screen and (max-width: 768px) {
  .movie_column .column-item + .column-item {
    margin-top: 30px;
    margin-left: 0;
  }
}
.movie_column .column-itemTtl {
  margin-bottom: 32px;
  padding-bottom: 17px;
  border-bottom: 1px #000 solid;
  line-height: 1;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .movie_column .column-itemTtl {
    margin-bottom: 4.2666666667vw;
    padding-bottom: 2.2666666667vw;
    font-size: 4vw;
  }
}

.movieWrap01 {
  margin-top: 100px;
  margin-bottom: 39px;
}
@media only screen and (max-width: 768px) {
  .movieWrap01 {
    margin-top: 50px;
    margin-bottom: 39px;
  }
}

.movieWrap02 {
  margin-bottom: 125px;
}
@media only screen and (max-width: 768px) {
  .movieWrap02 {
    margin-bottom: 63px;
  }
}

.movieWrap03 {
  margin-top: 115px;
  margin-bottom: 13px;
}
@media only screen and (max-width: 768px) {
  .movieWrap03 {
    margin-top: 60px;
    margin-bottom: 6px;
  }
}