@charset "UTF-8";
/*
Theme Name: ドレッシンググランプリ
Author: too-design inc,
Author URI: https://too-design.jp
*/
/* flex呼び出し方法 *****************************
@include flex(0, center, 0, 0, 1);
第1引数：justify-content
第2引数：align-items
第3引数：flex-wrap
第4引数：align-content
第5引数：flex-column
**********************************************/
/* ----------------------------------------------------------------------
 reset
---------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #484848;
}

body {
  background: #ffffe5;
  overflow-x: hidden;
  color: #595757;
  letter-spacing: 0.2em;
  font-weight: 400;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  -webkit-overflow-scrolling: touch;
}

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

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

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

fieldset {
  min-width: inherit;
}

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

blockquote,
q {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

a:link img {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

a:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:link {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  color: #595757;
}

a:link,
a:visited,
a:active {
  color: #666;
  outline: 0;
  text-decoration: none;
}

a:hover {
  color: #b3b3b3;
}

a img {
  border: 0;
}

::-moz-selection {
  background: #F0F0E1;
}

::selection {
  background: #F0F0E1;
}

::-moz-selection {
  background: #F0F0E1;
}

/* ---------- clearfix hack ---------- */
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  line-height: 0px;
  visibility: hidden;
  content: ".";
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  display: block;
  /* for IE8 */
}

.clear {
  clear: both;
}

/* ----------------------------------------------------------------------
 box
---------------------------------------------------------------------- */
.box10 {
  width: 10% !important;
}

.box20 {
  width: 20% !important;
}

.box30 {
  width: 30% !important;
}

.box40 {
  width: 40% !important;
}

.box50 {
  width: 50% !important;
}

.box60 {
  width: 60% !important;
}

.box70 {
  width: 70% !important;
}

.box80 {
  width: 80% !important;
}

.box90 {
  width: 90% !important;
}

.box100 {
  width: 100% !important;
}

/*************************************************************
font
*************************************************************/
.font10 {
  font-size: 10px;
}

.font11 {
  font-size: 11px;
}

.font12 {
  font-size: 12px;
}

.font13 {
  font-size: 13px;
}

.font14 {
  font-size: 14px;
}

.font15 {
  font-size: 15px;
}

.font16 {
  font-size: 16px;
}

.font17 {
  font-size: 17px;
}

.font18 {
  font-size: 18px;
}

.font19 {
  font-size: 19px;
}

.font20 {
  font-size: 20px;
}

/*************************************************************
margin
*************************************************************/
.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.m5 {
  margin: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.m55 {
  margin: 55px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.m60 {
  margin: 60px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.m65 {
  margin: 65px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.m70 {
  margin: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.m75 {
  margin: 75px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.m80 {
  margin: 80px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.m90 {
  margin: 90px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.m100 {
  margin: 10px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.m110 {
  margin: 110px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.m120 {
  margin: 120px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.ml120 {
  margin-left: 120px !important;
}

/**************************************************************
padding
**************************************************************/
.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.p5 {
  padding: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

/**************************************************************
 align
**************************************************************/
.al {
  text-align: left;
}

.ar {
  text-align: right;
}

.ac {
  text-align: center;
}

/**************************************************************
 pc sp
**************************************************************/
@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

/**************************************************************
 footer
**************************************************************/
footer {
  width: 110%;
  margin-top: 200px;
  padding-bottom: 90px;
  background: #bf6a2a;
  border-radius: 50% 50% 0 0;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.footer-wrap {
  max-width: 850px;
  margin: auto;
}

.footer-logo {
  text-align: center;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}

.f-navi-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 70px;
}

.f-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  border-right: 3px solid #FFF;
}

.f-nav li {
  padding: 0 20px;
  border-right: 3px solid #FFF;
}

.f-nav li:last-child {
  border-right: none;
}

.f-nav li a {
  color: #FFF;
  font-size: 2rem;
}

.f-sns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-left: 20px;
}

.f-sns li {
  margin-right: 20px;
}

.f-sns li:last-child {
  margin-right: 0;
}

.f-bnr {
  text-align: center;
}

.f-bnr p {
  margin-bottom: 20px;
  font-size: 2rem;
  color: #FFF;
}

.f-obj1 {
  position: absolute;
  top: -177px;
  left: -60px;
  z-index: 0;
}

.f-obj2 {
  position: absolute;
  top: -39px;
  right: 100px;
  z-index: 0;
}

.copyright {
  padding: 10px 0;
  font-size: 1.5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  footer {
    width: 100%;
    margin-top: 100px;
    padding-bottom: 90px;
    background: #bf6a2a;
    border-radius: 0;
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .footer-wrap {
    width: 100%;
    max-width: 850px;
    margin: auto;
  }
  .footer-logo {
    text-align: center;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    margin-bottom: -50px;
  }
  .f-navi-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 70px;
  }
  .f-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 20px;
    border-right: none;
  }
  .f-nav li {
    padding: 0 20px;
    border-right: none;
  }
  .f-nav li:last-child {
    border-right: none;
  }
  .f-nav li a {
    color: #FFF;
    font-size: 1.4rem;
  }
  .f-sns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 0;
  }
  .f-sns li {
    margin-right: 20px;
  }
  .f-sns li:last-child {
    margin-right: 0;
  }
  .f-bnr {
    padding: 0 5%;
    text-align: center;
  }
  .f-bnr p {
    margin-bottom: 20px;
    font-size: 1.6rem;
    color: #FFF;
  }
  .f-obj1 {
    position: absolute;
    top: 0;
    left: -13%;
    z-index: 0;
    width: 150px;
  }
  .f-obj1 img {
    width: 100%;
    height: auto;
  }
  .f-obj2 {
    position: absolute;
    top: 0;
    right: -25%;
    z-index: 0;
    width: 150px;
  }
  .f-obj2 img {
    width: 100%;
    height: auto;
  }
  .copyright {
    padding: 10px 0;
    font-size: 1.2rem;
    text-align: center;
  }
}

/*=============================================
 header
=============================================*/
header {
  width: 100%;
  position: relative;
  margin-top: 30px;
  z-index: 2;
}

.header-wrap {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.logo {
  max-width: 266px;
  margin-right: auto;
}

.gnavi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-right: auto;
  border-left: 3px solid #f28e1e;
  border-right: 3px solid #f28e1e;
}

.gnavi li {
  border-right: 3px solid #f28e1e;
}

.gnavi li:last-child {
  border-right: none;
}

.gnavi li a {
  display: block;
  padding: 0 25px;
  font-size: 2rem;
  font-weight: 500;
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
}

.h-sns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.h-sns li {
  margin-right: 10px;
}

.h-sns li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .header-wrap {
    width: 100%;
    max-width: 1100px;
    margin: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .logo {
    display: none !important;
    max-width: 266px;
    margin-right: 0;
  }
  .gnavi {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-right: 0;
    border-left: 0;
    border-right: 0;
    position: fixed;
    width: 80%;
    height: 100vh;
    top: 0;
    left: 100%;
    background: #f28e1e;
    z-index: 100;
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .gnavi li {
    border-right: 3px solid #f28e1e;
  }
  .gnavi li:last-child {
    border-right: none;
  }
  .gnavi li a {
    display: block;
    padding: 0 25px;
    font-size: 1.5rem;
    color: #FFF;
    font-weight: 500;
    font-family: dnp-shuei-gothic-kin-std, sans-serif;
  }
  .open .gnavi {
    left: 20%;
    visibility: visible;
  }
  .h-sns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .h-sns li {
    margin-right: 10px;
  }
  .h-sns li:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .btn-trigger {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .btn-trigger {
    position: fixed;
    top: 15px;
    right: 20px;
    width: 60px;
    height: 42px;
    background: #f28e1e;
    cursor: pointer;
    z-index: 110;
  }
  .btn-trigger span {
    position: absolute;
    left: 15px;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 0px;
  }
  .btn-trigger, .btn-trigger span {
    display: inline-block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .btn-trigger span:nth-of-type(1) {
    top: 8px;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 18px;
  }
  .btn-trigger span:nth-of-type(3) {
    top: 28px;
  }
  #btn01.active span:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(-45deg);
    -ms-transform: translateY(13px) rotate(-45deg);
    transform: translateY(13px) rotate(-45deg);
  }
  #btn01.active span:nth-of-type(2) {
    opacity: 0;
  }
  #btn01.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    -ms-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }
}

/*=============================================
 MV
=============================================*/
.mv-wrap {
  width: 100%;
  position: relative;
}

.mv-obj01 {
  position: absolute;
  top: 0;
  left: -55px;
  z-index: 1;
}

.mv-obj02 {
  position: absolute;
  top: 0;
  right: -55px;
  z-index: 1;
}

.mv-logo {
  position: relative;
  z-index: 5;
  padding-top: 25px;
  text-align: center;
}

.mv {
  width: 100%;
  position: relative;
  z-index: 0;
  -webkit-transform: translateY(-190px);
  -ms-transform: translateY(-190px);
  transform: translateY(-190px);
  margin-bottom: -190px;
}

.mv img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .mv-wrap {
    width: 100%;
    position: relative;
  }
  .mv-obj01 {
    position: absolute;
    top: 0;
    left: -55px;
    z-index: 1;
    width: 50%;
  }
  .mv-obj02 {
    position: absolute;
    top: 0;
    right: -55px;
    z-index: 1;
    width: 50%;
  }
  .mv-logo {
    position: relative;
    z-index: 1;
    padding-top: 25px;
    text-align: center;
  }
  .mv {
    width: 100%;
    position: relative;
    z-index: 0;
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    margin-bottom: -80px;
  }
  .mv img {
    width: 100%;
    height: auto;
  }
}

/*=============================================
 TOP
=============================================*/
.top01-wrap {
  width: 100%;
  position: relative;
}

.top01 {
  width: 100%;
  max-width: 800px;
  margin: 180px auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.top01 h2 {
  margin-bottom: 150px;
  font-size: 2.6rem;
  font-weight: 500;
}

.top01 p {
  font-size: 2rem;
  font-weight: 400;
}

.top01-obj1 {
  position: absolute;
  top: 0;
  left: -148px;
  z-index: 0;
}

.top01-obj2 {
  position: absolute;
  top: -170px;
  right: -90px;
  z-index: 0;
}

.top02-wrap {
  width: 100%;
  position: relative;
}

.top02 {
  width: 100%;
  max-width: 800px;
  margin: 150px auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.top02 h2 {
  margin-bottom: 150px;
  font-size: 2.6rem;
  font-weight: 500;
}

.top02 p {
  font-size: 2rem;
  font-weight: 400;
}

.top02-obj1 {
  position: absolute;
  left: -85px;
  bottom: 175px;
  z-index: 0;
}

.top02-obj2 {
  position: absolute;
  right: 0;
  bottom: 365px;
  z-index: 0;
}

.top02-image {
  margin-top: 215px;
  text-align: center;
}

.top01-wrap {
  width: 100%;
  position: relative;
}

.top03-wrap {
  width: 100%;
  position: relative;
}

.top03 {
  width: 100%;
  max-width: 1000px;
  margin: 180px auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.top03 h2 {
  margin-bottom: 150px;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
}

.top03 p {
  padding: 0 60px;
  font-size: 2rem;
  font-weight: 400;
}

.top03-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 165px;
}

.top03-1 div:nth-of-type(1), .top03-1 div:nth-of-type(2) {
  max-width: 475px;
}

.top03-1 div:nth-of-type(1) h3, .top03-1 div:nth-of-type(2) h3 {
  font-size: 2rem;
  margin-bottom: 25px;
  text-align: center;
}

.top03-1 div:nth-of-type(1):nth-of-type(1), .top03-1 div:nth-of-type(2):nth-of-type(1) {
  margin-right: 50px;
}

.sbi_photo_wrap {
  margin-right: 0 !important;
}

.top04-wrap {
  width: 100%;
  position: relative;
  margin-bottom: 420px;
}

.top04 {
  width: 100%;
  max-width: 750px;
  margin: 180px auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.top04 h2 {
  margin-bottom: 150px;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
}

.top04 p {
  padding: 0 60px;
  font-size: 2rem;
  font-weight: 400;
}

.top04-1 {
  width: 100%;
  max-width: 665px;
  margin-top: 90px;
  padding: 40px;
  position: relative;
  background: #f28e1e;
  z-index: 0;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top04-1 a {
  display: block;
  font-size: 2rem;
  color: #FFF;
  text-align: center;
}

.top04-1 a::after {
  content: "▶";
}

.top04-ico {
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 2;
}

.top04-1-image {
  position: relative;
  max-width: 580px;
  margin: auto auto 50px;
  z-index: 1;
}

.top04-obj1 {
  position: absolute;
  left: -79px;
  bottom: -380px;
  z-index: 0;
}

.top04-obj2 {
  position: absolute;
  right: 0;
  bottom: -380px;
  z-index: 0;
}

.top05-wrap {
  width: 100%;
  padding-bottom: 100px;
  position: relative;
  background: #FFFF6F;
}

.top05 {
  width: 100%;
  max-width: 840px;
  margin: 180px auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.top05 h2 {
  margin-bottom: 100px;
  font-size: 2.6rem;
  font-weight: 500;
  -webkit-transform: translateY(-55px);
  -ms-transform: translateY(-55px);
  transform: translateY(-55px);
  text-align: center;
}

.top05-1 {
  width: 100%;
  max-width: 840px;
}

.top05-1 h3 {
  max-width: 840px;
  padding-top: 31.9%;
  background: url(img/pickup-title.png) top center;
  background-size: cover;
  font-size: 3.4rem;
  font-weight: 600;
  color: #f28e1e;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  text-align: center;
}

.top05-1-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-top: 75px;
}

.top05-1-inner div {
  width: 50%;
}

.top05-1-inner div:nth-of-type(1) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.product-name {
  margin-bottom: 10px;
  font-size: 2.5rem;
  line-height: 1.5;
}

.maker {
  margin-bottom: 15px;
  font-size: 1.8rem;
}

.product-txt {
  margin-bottom: 20px;
  font-size: 1.8rem;
}

.eclink {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  width: 250px;
  height: 50px;
  color: #FFF !important;
  background: #f28e1e;
  font-size: 2rem;
}

.eclink:hover {
  background: #f3a44a;
}

.top05-2 {
  margin-top: 90px;
  text-align: center;
}

.contact-wrap {
  position: relative;
  width: 100%;
  max-width: 840px;
  margin: 180px auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.contact-wrap h2 {
  margin-bottom: 150px;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
}

.contact {
  width: 100%;
  max-width: 840px;
}

.contact-obj1 {
  position: absolute;
  left: -430px;
  bottom: -380px;
  z-index: 0;
}

.contact-obj2 {
  position: absolute;
  right: -470px;
  bottom: -200px;
  z-index: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table tr {
  margin-bottom: 30px;
}

table th, table td {
  padding: 10px;
  vertical-align: top;
  line-height: 1.5;
}

table td input[type="text"],
table td input[type="tel"],
table td input[type="email"],
table td textarea {
  width: 100%;
  height: 40px;
}

table td textarea {
  height: 200px;
}

table th {
  width: 30%;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
}

table th span {
  color: red;
  font-size: 1.2rem;
}

.mwform-checkbox-field-text {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .top01-wrap {
    width: 100%;
    margin-top: -100px;
    padding: 0 5%;
    position: relative;
  }
  .top01 {
    width: 100%;
    max-width: 800px;
    margin: 135px auto auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .top01 h2 {
    margin-bottom: 50px;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .top01 p {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .top01-obj1 {
    display: none;
    position: absolute;
    top: 80%;
    left: -15%;
    z-index: -1;
    width: 150px;
  }
  .top01-obj2 {
    display: none;
    position: absolute;
    top: 90%;
    right: 0;
    z-index: -1;
    width: 150px;
  }
  .top02-wrap {
    width: 100%;
    position: relative;
  }
  .top02 {
    width: 100%;
    max-width: 800px;
    padding: 0 5%;
    margin: 60px auto auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .top02 h2 {
    margin-bottom: 60px;
    font-size: 1.7rem;
    font-weight: 500;
  }
  .top02 p {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .top02-obj1 {
    display: none;
    position: absolute;
    left: -85px;
    bottom: 175px;
    z-index: 0;
    width: 80px;
  }
  .top02-obj2 {
    display: none;
    position: absolute;
    right: 0;
    bottom: 365px;
    z-index: 0;
    width: 80px;
  }
  .top02-image {
    margin-top: 60px;
    text-align: center;
  }
  .top01-wrap {
    width: 100%;
    position: relative;
  }
  .top03-wrap {
    width: 100%;
    position: relative;
  }
  .top03 {
    width: 100%;
    max-width: 1000px;
    padding: 0 5%;
    margin: 60px auto auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .top03 h2 {
    margin-bottom: 60px;
    font-size: 2.6rem;
    font-weight: 500;
    text-align: center;
  }
  .top03 p {
    padding: 0;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .top03-1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-top: 60px;
  }
  .top03-1 div:nth-of-type(1), .top03-1 div:nth-of-type(2) {
    width: 100%;
    max-width: 100%;
  }
  .top03-1 div:nth-of-type(1) iframe, .top03-1 div:nth-of-type(2) iframe {
    width: 90%;
    margin: auto;
    display: block;
  }
  .top03-1 div:nth-of-type(1) h3, .top03-1 div:nth-of-type(2) h3 {
    font-size: 1.7rem;
    margin-bottom: 25px;
    text-align: center;
  }
  .top03-1 div:nth-of-type(1):nth-of-type(1), .top03-1 div:nth-of-type(2):nth-of-type(1) {
    margin-right: 0;
  }
  .top03-1 div:nth-of-type(1) {
    margin-bottom: 60px;
  }
  .sbi_photo_wrap {
    margin-right: 0 !important;
  }
  .top04-wrap {
    width: 100%;
    position: relative;
    margin-bottom: 60px;
  }
  .top04 {
    width: 100%;
    max-width: 750px;
    margin: 60px auto auto;
    padding: 0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .top04 h2 {
    margin-bottom: 60px;
    font-size: 2.6rem;
    font-weight: 500;
    text-align: center;
  }
  .top04 p {
    padding: 0;
    font-size: 1.4rem;
    font-weight: 400;
  }
  .top04-1 {
    width: 100%;
    max-width: 665px;
    margin-top: 60px;
    padding: 20px;
    position: relative;
    background: #f28e1e;
    z-index: 0;
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .top04-1 a {
    display: block;
    font-size: 1.1rem;
    color: #FFF;
    text-align: center;
  }
  .top04-1 a::after {
    content: "▶";
  }
  .top04-ico {
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 2;
  }
  .top04-ico img {
    width: 100%;
    max-width: 50%;
    height: auto;
  }
  .top04-1-image {
    position: relative;
    max-width: 580px;
    margin: auto auto 20px;
    z-index: 1;
  }
  .top04-obj1 {
    display: none;
    position: absolute;
    left: -79px;
    bottom: -380px;
    z-index: 0;
  }
  .top04-obj2 {
    display: none;
    position: absolute;
    right: 0;
    bottom: -380px;
    z-index: 0;
  }
  .top05-wrap {
    width: 100%;
    padding-bottom: 60px;
    position: relative;
    background: #FFFF6F;
  }
  .top05 {
    width: 100%;
    max-width: 840px;
    margin: 60px auto auto;
    padding: 0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .top05 h2 {
    margin-bottom: 0;
    font-size: 2.6rem;
    font-weight: 500;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    text-align: center;
  }
  .top05-1 {
    width: 100%;
    max-width: 840px;
  }
  .top05-1 h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #f28e1e;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    text-align: center;
  }
  .top05-1-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-top: 30px;
  }
  .top05-1-inner div {
    width: 100%;
  }
  .top05-1-inner div:nth-of-type(1) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .product-name {
    margin-bottom: 10px;
    font-size: 2rem;
    line-height: 1.5;
  }
  .maker {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  .product-txt {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  .eclink {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 50%;
    height: 50px;
    margin: auto;
    color: #FFF !important;
    background: #f28e1e;
    font-size: 1.6rem;
  }
  .eclink:hover {
    background: #f3a44a;
  }
  .top05-2 {
    margin-top: 60px;
    text-align: center;
  }
  .contact-wrap {
    position: relative;
    width: 100%;
    max-width: 840px;
    margin: 60px auto auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .contact-wrap h2 {
    margin-bottom: 30px;
    font-size: 2.6rem;
    font-weight: 500;
    text-align: center;
  }
  .contact {
    width: 100%;
    max-width: 840px;
  }
  .contact-obj1 {
    display: none;
    position: absolute;
    left: -430px;
    bottom: -380px;
    z-index: 0;
  }
  .contact-obj2 {
    display: none;
    position: absolute;
    right: -470px;
    bottom: -200px;
    z-index: 0;
  }
}

@media only screen and (max-width: 767px) {
  table {
    width: auto;
    margin: 10px auto;
  }
  table th, table td {
    width: 100%;
    display: block;
  }
  table th {
    font-size: 1.6rem;
  }
  .mwform-checkbox-field-text {
    font-size: 1.4rem;
  }
}

.submit-wrap {
  width: 100%;
  max-width: 690px;
  margin: 60px auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.back {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: ccenter !important;
  -ms-flex-align: ccenter !important;
  align-items: ccenter !important;
  width: 45% !important;
  padding: 15px !important;
  margin-right: auto !important;
  background: #aaa9a9 !important;
  font-size: 16px !important;
  border: none !important;
  color: #FFF !important;
  border-radius: 8px !important;
  text-align: center !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.send {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: ccenter !important;
  -ms-flex-align: ccenter !important;
  align-items: ccenter !important;
  width: 45% !important;
  padding: 15px !important;
  border: none !important;
  background: #f28e1e !important;
  font-size: 16px !important;
  color: #FFF !important;
  text-align: center !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

.privacy-wrap {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 180px auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.privacy-wrap h2 {
  margin-bottom: 150px;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
}

.privacy {
  width: 100%;
  max-width: 800px;
}

.privacy-comment {
  margin: 150px auto 50px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

.privacy-txt {
  width: 800px;
  height: 290px;
  padding: 20px 35px;
  background: #FFF;
  overflow-y: scroll;
}

.privacy-txt h3 {
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: 500;
}

.privacy-txt p {
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .privacy-wrap {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 60px auto 150px;
    padding: 0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .privacy-wrap h2 {
    margin-bottom: 60px;
    font-size: 2.6rem;
    font-weight: 500;
    text-align: center;
  }
  .privacy {
    width: 100%;
    max-width: 800px;
    padding: 0 5%;
  }
  .privacy-comment {
    margin: auto auto 30px;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
  }
  .privacy-txt {
    width: 100%;
    height: 290px;
    padding: 20px 35px;
    background: #FFF;
    overflow-y: scroll;
  }
  .privacy-txt h3 {
    margin-bottom: 40px;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .privacy-txt p {
    margin-bottom: 40px;
    font-size: 1.4rem;
    font-weight: 400;
  }
}
