@charset "UTF-8";
/* ==========================================================================
   Reset
   ========================================================================== */
/* HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav,
section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* Resetting default margin and padding
   ========================================================================== */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML, Body, Anchor
   ========================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
}

body {
  min-width: 0;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.5;
}

/* Font-size (base: 14px) */
a {
  color: #0072ff;
  outline: 0;
  text-decoration: none;
}

a:link, a:visited {
  outline: 0;
}

a:hover, a:active {
  color: #0072ff;
  text-decoration: underline;
}

/* Paragraph
   ========================================================================== */
p {
  margin-bottom: 0;
}

/* List
   ========================================================================== */
ol, ul {
  list-style: none;
}

/* Table
   ========================================================================== */
table {
  font-size: inherit;
  font-family: inherit;
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  padding: 0;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}

/* Form
   ========================================================================== */
fieldset {
  border: none;
}

input, textarea, select, label {
  vertical-align: middle;
}

textarea {
  overflow: auto;
}

legend {
  display: none;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
}

/* Embedded
   ========================================================================== */
img {
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
}

a img {
  border: none;
}

object {
  vertical-align: middle;
  outline: none;
}

audio,
canvas,
video {
  vertical-align: middle;
}

/* Other
   ========================================================================== */
em {
  font-weight: bold;
  font-style: normal;
}

abbr {
  border: none;
  font-variant: normal;
}

q, blockquote {
  quotes: none;
}

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

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal;
}

code, pre {
  font-family: monospace;
}

.container {
  max-width: 640px;
  margin: 0 auto;
}

/* clearfix */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.mt5 {
  margin-top: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mt6 {
  margin-top: 6px;
}

.mb6 {
  margin-bottom: 6px;
}

.ml6 {
  margin-left: 6px;
}

.mr6 {
  margin-right: 6px;
}

.mt7 {
  margin-top: 7px;
}

.mb7 {
  margin-bottom: 7px;
}

.ml7 {
  margin-left: 7px;
}

.mr7 {
  margin-right: 7px;
}

.mt8 {
  margin-top: 8px;
}

.mb8 {
  margin-bottom: 8px;
}

.ml8 {
  margin-left: 8px;
}

.mr8 {
  margin-right: 8px;
}

.mt9 {
  margin-top: 9px;
}

.mb9 {
  margin-bottom: 9px;
}

.ml9 {
  margin-left: 9px;
}

.mr9 {
  margin-right: 9px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mt11 {
  margin-top: 11px;
}

.mb11 {
  margin-bottom: 11px;
}

.ml11 {
  margin-left: 11px;
}

.mr11 {
  margin-right: 11px;
}

.mt12 {
  margin-top: 12px;
}

.mb12 {
  margin-bottom: 12px;
}

.ml12 {
  margin-left: 12px;
}

.mr12 {
  margin-right: 12px;
}

.mt13 {
  margin-top: 13px;
}

.mb13 {
  margin-bottom: 13px;
}

.ml13 {
  margin-left: 13px;
}

.mr13 {
  margin-right: 13px;
}

.mt14 {
  margin-top: 14px;
}

.mb14 {
  margin-bottom: 14px;
}

.ml14 {
  margin-left: 14px;
}

.mr14 {
  margin-right: 14px;
}

.mt15 {
  margin-top: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mt16 {
  margin-top: 16px;
}

.mb16 {
  margin-bottom: 16px;
}

.ml16 {
  margin-left: 16px;
}

.mr16 {
  margin-right: 16px;
}

.mt17 {
  margin-top: 17px;
}

.mb17 {
  margin-bottom: 17px;
}

.ml17 {
  margin-left: 17px;
}

.mr17 {
  margin-right: 17px;
}

.mt18 {
  margin-top: 18px;
}

.mb18 {
  margin-bottom: 18px;
}

.ml18 {
  margin-left: 18px;
}

.mr18 {
  margin-right: 18px;
}

.mt19 {
  margin-top: 19px;
}

.mb19 {
  margin-bottom: 19px;
}

.ml19 {
  margin-left: 19px;
}

.mr19 {
  margin-right: 19px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mt21 {
  margin-top: 21px;
}

.mb21 {
  margin-bottom: 21px;
}

.ml21 {
  margin-left: 21px;
}

.mr21 {
  margin-right: 21px;
}

.mt22 {
  margin-top: 22px;
}

.mb22 {
  margin-bottom: 22px;
}

.ml22 {
  margin-left: 22px;
}

.mr22 {
  margin-right: 22px;
}

.mt23 {
  margin-top: 23px;
}

.mb23 {
  margin-bottom: 23px;
}

.ml23 {
  margin-left: 23px;
}

.mr23 {
  margin-right: 23px;
}

.mt24 {
  margin-top: 24px;
}

.mb24 {
  margin-bottom: 24px;
}

.ml24 {
  margin-left: 24px;
}

.mr24 {
  margin-right: 24px;
}

.mt25 {
  margin-top: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mr25 {
  margin-right: 25px;
}

.mt26 {
  margin-top: 26px;
}

.mb26 {
  margin-bottom: 26px;
}

.ml26 {
  margin-left: 26px;
}

.mr26 {
  margin-right: 26px;
}

.mt27 {
  margin-top: 27px;
}

.mb27 {
  margin-bottom: 27px;
}

.ml27 {
  margin-left: 27px;
}

.mr27 {
  margin-right: 27px;
}

.mt28 {
  margin-top: 28px;
}

.mb28 {
  margin-bottom: 28px;
}

.ml28 {
  margin-left: 28px;
}

.mr28 {
  margin-right: 28px;
}

.mt29 {
  margin-top: 29px;
}

.mb29 {
  margin-bottom: 29px;
}

.ml29 {
  margin-left: 29px;
}

.mr29 {
  margin-right: 29px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mt31 {
  margin-top: 31px;
}

.mb31 {
  margin-bottom: 31px;
}

.ml31 {
  margin-left: 31px;
}

.mr31 {
  margin-right: 31px;
}

.mt32 {
  margin-top: 32px;
}

.mb32 {
  margin-bottom: 32px;
}

.ml32 {
  margin-left: 32px;
}

.mr32 {
  margin-right: 32px;
}

.mt33 {
  margin-top: 33px;
}

.mb33 {
  margin-bottom: 33px;
}

.ml33 {
  margin-left: 33px;
}

.mr33 {
  margin-right: 33px;
}

.mt34 {
  margin-top: 34px;
}

.mb34 {
  margin-bottom: 34px;
}

.ml34 {
  margin-left: 34px;
}

.mr34 {
  margin-right: 34px;
}

.mt35 {
  margin-top: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.ml35 {
  margin-left: 35px;
}

.mr35 {
  margin-right: 35px;
}

.mt36 {
  margin-top: 36px;
}

.mb36 {
  margin-bottom: 36px;
}

.ml36 {
  margin-left: 36px;
}

.mr36 {
  margin-right: 36px;
}

.mt37 {
  margin-top: 37px;
}

.mb37 {
  margin-bottom: 37px;
}

.ml37 {
  margin-left: 37px;
}

.mr37 {
  margin-right: 37px;
}

.mt38 {
  margin-top: 38px;
}

.mb38 {
  margin-bottom: 38px;
}

.ml38 {
  margin-left: 38px;
}

.mr38 {
  margin-right: 38px;
}

.mt39 {
  margin-top: 39px;
}

.mb39 {
  margin-bottom: 39px;
}

.ml39 {
  margin-left: 39px;
}

.mr39 {
  margin-right: 39px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mt41 {
  margin-top: 41px;
}

.mb41 {
  margin-bottom: 41px;
}

.ml41 {
  margin-left: 41px;
}

.mr41 {
  margin-right: 41px;
}

.mt42 {
  margin-top: 42px;
}

.mb42 {
  margin-bottom: 42px;
}

.ml42 {
  margin-left: 42px;
}

.mr42 {
  margin-right: 42px;
}

.mt43 {
  margin-top: 43px;
}

.mb43 {
  margin-bottom: 43px;
}

.ml43 {
  margin-left: 43px;
}

.mr43 {
  margin-right: 43px;
}

.mt44 {
  margin-top: 44px;
}

.mb44 {
  margin-bottom: 44px;
}

.ml44 {
  margin-left: 44px;
}

.mr44 {
  margin-right: 44px;
}

.mt45 {
  margin-top: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.ml45 {
  margin-left: 45px;
}

.mr45 {
  margin-right: 45px;
}

.mt46 {
  margin-top: 46px;
}

.mb46 {
  margin-bottom: 46px;
}

.ml46 {
  margin-left: 46px;
}

.mr46 {
  margin-right: 46px;
}

.mt47 {
  margin-top: 47px;
}

.mb47 {
  margin-bottom: 47px;
}

.ml47 {
  margin-left: 47px;
}

.mr47 {
  margin-right: 47px;
}

.mt48 {
  margin-top: 48px;
}

.mb48 {
  margin-bottom: 48px;
}

.ml48 {
  margin-left: 48px;
}

.mr48 {
  margin-right: 48px;
}

.mt49 {
  margin-top: 49px;
}

.mb49 {
  margin-bottom: 49px;
}

.ml49 {
  margin-left: 49px;
}

.mr49 {
  margin-right: 49px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mt51 {
  margin-top: 51px;
}

.mb51 {
  margin-bottom: 51px;
}

.ml51 {
  margin-left: 51px;
}

.mr51 {
  margin-right: 51px;
}

.mt52 {
  margin-top: 52px;
}

.mb52 {
  margin-bottom: 52px;
}

.ml52 {
  margin-left: 52px;
}

.mr52 {
  margin-right: 52px;
}

.mt53 {
  margin-top: 53px;
}

.mb53 {
  margin-bottom: 53px;
}

.ml53 {
  margin-left: 53px;
}

.mr53 {
  margin-right: 53px;
}

.mt54 {
  margin-top: 54px;
}

.mb54 {
  margin-bottom: 54px;
}

.ml54 {
  margin-left: 54px;
}

.mr54 {
  margin-right: 54px;
}

.mt55 {
  margin-top: 55px;
}

.mb55 {
  margin-bottom: 55px;
}

.ml55 {
  margin-left: 55px;
}

.mr55 {
  margin-right: 55px;
}

.mt56 {
  margin-top: 56px;
}

.mb56 {
  margin-bottom: 56px;
}

.ml56 {
  margin-left: 56px;
}

.mr56 {
  margin-right: 56px;
}

.mt57 {
  margin-top: 57px;
}

.mb57 {
  margin-bottom: 57px;
}

.ml57 {
  margin-left: 57px;
}

.mr57 {
  margin-right: 57px;
}

.mt58 {
  margin-top: 58px;
}

.mb58 {
  margin-bottom: 58px;
}

.ml58 {
  margin-left: 58px;
}

.mr58 {
  margin-right: 58px;
}

.mt59 {
  margin-top: 59px;
}

.mb59 {
  margin-bottom: 59px;
}

.ml59 {
  margin-left: 59px;
}

.mr59 {
  margin-right: 59px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mt61 {
  margin-top: 61px;
}

.mb61 {
  margin-bottom: 61px;
}

.ml61 {
  margin-left: 61px;
}

.mr61 {
  margin-right: 61px;
}

.mt62 {
  margin-top: 62px;
}

.mb62 {
  margin-bottom: 62px;
}

.ml62 {
  margin-left: 62px;
}

.mr62 {
  margin-right: 62px;
}

.mt63 {
  margin-top: 63px;
}

.mb63 {
  margin-bottom: 63px;
}

.ml63 {
  margin-left: 63px;
}

.mr63 {
  margin-right: 63px;
}

.mt64 {
  margin-top: 64px;
}

.mb64 {
  margin-bottom: 64px;
}

.ml64 {
  margin-left: 64px;
}

.mr64 {
  margin-right: 64px;
}

.mt65 {
  margin-top: 65px;
}

.mb65 {
  margin-bottom: 65px;
}

.ml65 {
  margin-left: 65px;
}

.mr65 {
  margin-right: 65px;
}

.mt66 {
  margin-top: 66px;
}

.mb66 {
  margin-bottom: 66px;
}

.ml66 {
  margin-left: 66px;
}

.mr66 {
  margin-right: 66px;
}

.mt67 {
  margin-top: 67px;
}

.mb67 {
  margin-bottom: 67px;
}

.ml67 {
  margin-left: 67px;
}

.mr67 {
  margin-right: 67px;
}

.mt68 {
  margin-top: 68px;
}

.mb68 {
  margin-bottom: 68px;
}

.ml68 {
  margin-left: 68px;
}

.mr68 {
  margin-right: 68px;
}

.mt69 {
  margin-top: 69px;
}

.mb69 {
  margin-bottom: 69px;
}

.ml69 {
  margin-left: 69px;
}

.mr69 {
  margin-right: 69px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mt71 {
  margin-top: 71px;
}

.mb71 {
  margin-bottom: 71px;
}

.ml71 {
  margin-left: 71px;
}

.mr71 {
  margin-right: 71px;
}

.mt72 {
  margin-top: 72px;
}

.mb72 {
  margin-bottom: 72px;
}

.ml72 {
  margin-left: 72px;
}

.mr72 {
  margin-right: 72px;
}

.mt73 {
  margin-top: 73px;
}

.mb73 {
  margin-bottom: 73px;
}

.ml73 {
  margin-left: 73px;
}

.mr73 {
  margin-right: 73px;
}

.mt74 {
  margin-top: 74px;
}

.mb74 {
  margin-bottom: 74px;
}

.ml74 {
  margin-left: 74px;
}

.mr74 {
  margin-right: 74px;
}

.mt75 {
  margin-top: 75px;
}

.mb75 {
  margin-bottom: 75px;
}

.ml75 {
  margin-left: 75px;
}

.mr75 {
  margin-right: 75px;
}

.mt76 {
  margin-top: 76px;
}

.mb76 {
  margin-bottom: 76px;
}

.ml76 {
  margin-left: 76px;
}

.mr76 {
  margin-right: 76px;
}

.mt77 {
  margin-top: 77px;
}

.mb77 {
  margin-bottom: 77px;
}

.ml77 {
  margin-left: 77px;
}

.mr77 {
  margin-right: 77px;
}

.mt78 {
  margin-top: 78px;
}

.mb78 {
  margin-bottom: 78px;
}

.ml78 {
  margin-left: 78px;
}

.mr78 {
  margin-right: 78px;
}

.mt79 {
  margin-top: 79px;
}

.mb79 {
  margin-bottom: 79px;
}

.ml79 {
  margin-left: 79px;
}

.mr79 {
  margin-right: 79px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mt81 {
  margin-top: 81px;
}

.mb81 {
  margin-bottom: 81px;
}

.ml81 {
  margin-left: 81px;
}

.mr81 {
  margin-right: 81px;
}

.mt82 {
  margin-top: 82px;
}

.mb82 {
  margin-bottom: 82px;
}

.ml82 {
  margin-left: 82px;
}

.mr82 {
  margin-right: 82px;
}

.mt83 {
  margin-top: 83px;
}

.mb83 {
  margin-bottom: 83px;
}

.ml83 {
  margin-left: 83px;
}

.mr83 {
  margin-right: 83px;
}

.mt84 {
  margin-top: 84px;
}

.mb84 {
  margin-bottom: 84px;
}

.ml84 {
  margin-left: 84px;
}

.mr84 {
  margin-right: 84px;
}

.mt85 {
  margin-top: 85px;
}

.mb85 {
  margin-bottom: 85px;
}

.ml85 {
  margin-left: 85px;
}

.mr85 {
  margin-right: 85px;
}

.mt86 {
  margin-top: 86px;
}

.mb86 {
  margin-bottom: 86px;
}

.ml86 {
  margin-left: 86px;
}

.mr86 {
  margin-right: 86px;
}

.mt87 {
  margin-top: 87px;
}

.mb87 {
  margin-bottom: 87px;
}

.ml87 {
  margin-left: 87px;
}

.mr87 {
  margin-right: 87px;
}

.mt88 {
  margin-top: 88px;
}

.mb88 {
  margin-bottom: 88px;
}

.ml88 {
  margin-left: 88px;
}

.mr88 {
  margin-right: 88px;
}

.mt89 {
  margin-top: 89px;
}

.mb89 {
  margin-bottom: 89px;
}

.ml89 {
  margin-left: 89px;
}

.mr89 {
  margin-right: 89px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mt91 {
  margin-top: 91px;
}

.mb91 {
  margin-bottom: 91px;
}

.ml91 {
  margin-left: 91px;
}

.mr91 {
  margin-right: 91px;
}

.mt92 {
  margin-top: 92px;
}

.mb92 {
  margin-bottom: 92px;
}

.ml92 {
  margin-left: 92px;
}

.mr92 {
  margin-right: 92px;
}

.mt93 {
  margin-top: 93px;
}

.mb93 {
  margin-bottom: 93px;
}

.ml93 {
  margin-left: 93px;
}

.mr93 {
  margin-right: 93px;
}

.mt94 {
  margin-top: 94px;
}

.mb94 {
  margin-bottom: 94px;
}

.ml94 {
  margin-left: 94px;
}

.mr94 {
  margin-right: 94px;
}

.mt95 {
  margin-top: 95px;
}

.mb95 {
  margin-bottom: 95px;
}

.ml95 {
  margin-left: 95px;
}

.mr95 {
  margin-right: 95px;
}

.mt96 {
  margin-top: 96px;
}

.mb96 {
  margin-bottom: 96px;
}

.ml96 {
  margin-left: 96px;
}

.mr96 {
  margin-right: 96px;
}

.mt97 {
  margin-top: 97px;
}

.mb97 {
  margin-bottom: 97px;
}

.ml97 {
  margin-left: 97px;
}

.mr97 {
  margin-right: 97px;
}

.mt98 {
  margin-top: 98px;
}

.mb98 {
  margin-bottom: 98px;
}

.ml98 {
  margin-left: 98px;
}

.mr98 {
  margin-right: 98px;
}

.mt99 {
  margin-top: 99px;
}

.mb99 {
  margin-bottom: 99px;
}

.ml99 {
  margin-left: 99px;
}

.mr99 {
  margin-right: 99px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml100 {
  margin-left: 100px;
}

.mr100 {
  margin-right: 100px;
}

.global-header h1 {
  font-size: 143%;
  margin: 20px 0;
}

.global-footer .copyright {
  margin: 20px 0;
}

.is-hidden {
  display: none;
}

.is-fixed {
  position: fixed;
  width: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

div.is-sp, p.is-sp {
  display: none;
}
@media only screen and (max-width: 750px) {
  div.is-sp, p.is-sp {
    display: block;
  }
}
div.is-pc, p.is-pc {
  display: block;
}
@media only screen and (max-width: 750px) {
  div.is-pc, p.is-pc {
    display: none;
  }
}

a.is-sp, span.is-sp, br.is-sp {
  display: none;
}
@media only screen and (max-width: 750px) {
  a.is-sp, span.is-sp, br.is-sp {
    display: inline;
  }
}
a.is-pc, span.is-pc, br.is-pc {
  display: inline;
}
@media only screen and (max-width: 750px) {
  a.is-pc, span.is-pc, br.is-pc {
    display: none;
  }
}

.anim-yokonori, .copy__row:nth-child(2), .copy__row:nth-child(5), .copy__row:nth-child(6), .copy__row:nth-child(7), .copy__row:nth-child(8), .copy__row:nth-child(9) {
  -webkit-transform-origin: 50% 100% 0;
      -ms-transform-origin: 50% 100% 0;
          transform-origin: 50% 100% 0;
  -webkit-animation: yokonori 2.55s ease 0s infinite normal;
          animation: yokonori 2.55s ease 0s infinite normal;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.anim-yokonori--reverse {
  -webkit-transform-origin: 50% 100% 0;
      -ms-transform-origin: 50% 100% 0;
          transform-origin: 50% 100% 0;
  -webkit-animation: yokonori 2.55s ease 0s infinite normal;
          animation: yokonori 2.55s ease 0s infinite normal;
  -webkit-animation-delay: 1.275s;
          animation-delay: 1.275s;
}

.anim-yokonori--large, .btn__soudan:after {
  -webkit-transform-origin: 50% 100% 0;
      -ms-transform-origin: 50% 100% 0;
          transform-origin: 50% 100% 0;
  -webkit-animation: yokonori-large 2.55s ease 0s infinite normal;
          animation: yokonori-large 2.55s ease 0s infinite normal;
}

.anim-yokonori--small, .copy__row:nth-child(1), .copy__row:nth-child(3), .copy__row:nth-child(4), .copy__row:nth-child(10), .works__article-image {
  -webkit-transform-origin: 50% 100% 0;
      -ms-transform-origin: 50% 100% 0;
          transform-origin: 50% 100% 0;
  -webkit-animation: yokonori-small 2.55s ease 0s infinite normal;
          animation: yokonori-small 2.55s ease 0s infinite normal;
}

.anim-naname {
  -webkit-transform-origin: 50% 100% 0;
      -ms-transform-origin: 50% 100% 0;
          transform-origin: 50% 100% 0;
  -webkit-animation: naname 2.55s ease 0s infinite normal;
          animation: naname 2.55s ease 0s infinite normal;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.anim-naname--reverse {
  -webkit-transform-origin: 50% 100% 0;
      -ms-transform-origin: 50% 100% 0;
          transform-origin: 50% 100% 0;
  -webkit-animation: naname 2.55s ease 0s infinite normal;
          animation: naname 2.55s ease 0s infinite normal;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.anim-naname--large {
  -webkit-transform-origin: 50% 100% 0;
      -ms-transform-origin: 50% 100% 0;
          transform-origin: 50% 100% 0;
  -webkit-animation: naname-large 2.55s ease 0s infinite normal;
          animation: naname-large 2.55s ease 0s infinite normal;
}

.anim-spin-tick, .header__cross {
  -webkit-transform-origin: 50% 50% 0;
      -ms-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  -webkit-animation: spin_tick 6s ease 0s infinite normal;
          animation: spin_tick 6s ease 0s infinite normal;
}

.anim-spin-tick_slow {
  -webkit-transform-origin: 50% 50% 0;
      -ms-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  -webkit-animation: spin_tick_slow 6s ease 0s infinite normal;
          animation: spin_tick_slow 6s ease 0s infinite normal;
}

.anim-spin-infinite {
  -webkit-transform-origin: 50% 50% 0;
      -ms-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  -webkit-animation: spin_infinite 10.2s linear 0s infinite normal;
          animation: spin_infinite 10.2s linear 0s infinite normal;
}

.anim-spin-infinite--reverse {
  -webkit-transform-origin: 50% 50% 0;
      -ms-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  -webkit-animation: spin_infinite_reverse 10.2s linear 0s infinite normal;
          animation: spin_infinite_reverse 10.2s linear 0s infinite normal;
}

.anim-beat {
  -webkit-transform-origin: 50% 50% 0;
      -ms-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  -webkit-animation: beat 1.275s ease 0s infinite normal;
          animation: beat 1.275s ease 0s infinite normal;
}

.anim-beat-small {
  -webkit-transform-origin: 50% 50% 0;
      -ms-transform-origin: 50% 50% 0;
          transform-origin: 50% 50% 0;
  -webkit-animation: beat-small 1.275s ease 0s infinite normal;
          animation: beat-small 1.275s ease 0s infinite normal;
}

@-webkit-keyframes naname {
  0% {
    -webkit-transform: skew(0) scaleY(1);
            transform: skew(0) scaleY(1);
  }
  6% {
    -webkit-transform: skew(-2deg) scaleY(1.01);
            transform: skew(-2deg) scaleY(1.01);
  }
  12% {
    -webkit-transform: skew(0deg) scaleY(1);
            transform: skew(0deg) scaleY(1);
  }
  18% {
    -webkit-transform: skew(2deg) scaleY(1.01);
            transform: skew(2deg) scaleY(1.01);
  }
  24% {
    -webkit-transform: skew(0deg) scaleY(1);
            transform: skew(0deg) scaleY(1);
  }
  30% {
    -webkit-transform: skew(-2deg) scaleY(1.01);
            transform: skew(-2deg) scaleY(1.01);
  }
  36% {
    -webkit-transform: skew(0deg) scaleY(1);
            transform: skew(0deg) scaleY(1);
  }
  42% {
    -webkit-transform: skew(2deg) scaleY(1.01);
            transform: skew(2deg) scaleY(1.01);
  }
  48% {
    -webkit-transform: skew(0deg) scaleY(1);
            transform: skew(0deg) scaleY(1);
  }
}

@keyframes naname {
  0% {
    -webkit-transform: skew(0) scaleY(1);
            transform: skew(0) scaleY(1);
  }
  6% {
    -webkit-transform: skew(-2deg) scaleY(1.01);
            transform: skew(-2deg) scaleY(1.01);
  }
  12% {
    -webkit-transform: skew(0deg) scaleY(1);
            transform: skew(0deg) scaleY(1);
  }
  18% {
    -webkit-transform: skew(2deg) scaleY(1.01);
            transform: skew(2deg) scaleY(1.01);
  }
  24% {
    -webkit-transform: skew(0deg) scaleY(1);
            transform: skew(0deg) scaleY(1);
  }
  30% {
    -webkit-transform: skew(-2deg) scaleY(1.01);
            transform: skew(-2deg) scaleY(1.01);
  }
  36% {
    -webkit-transform: skew(0deg) scaleY(1);
            transform: skew(0deg) scaleY(1);
  }
  42% {
    -webkit-transform: skew(2deg) scaleY(1.01);
            transform: skew(2deg) scaleY(1.01);
  }
  48% {
    -webkit-transform: skew(0deg) scaleY(1);
            transform: skew(0deg) scaleY(1);
  }
}
@-webkit-keyframes naname-reverse {
  0% {
    -webkit-transform: skew(0) scaleY(0.99);
            transform: skew(0) scaleY(0.99);
  }
  6% {
    -webkit-transform: skew(2deg) scaleY(1);
            transform: skew(2deg) scaleY(1);
  }
  12% {
    -webkit-transform: skew(0deg) scaleY(0.99);
            transform: skew(0deg) scaleY(0.99);
  }
  18% {
    -webkit-transform: skew(-2deg) scaleY(1);
            transform: skew(-2deg) scaleY(1);
  }
  24% {
    -webkit-transform: skew(0deg) scaleY(0.99);
            transform: skew(0deg) scaleY(0.99);
  }
  30% {
    -webkit-transform: skew(2deg) scaleY(1);
            transform: skew(2deg) scaleY(1);
  }
  36% {
    -webkit-transform: skew(0deg) scaleY(0.99);
            transform: skew(0deg) scaleY(0.99);
  }
  42% {
    -webkit-transform: skew(-2deg) scaleY(1);
            transform: skew(-2deg) scaleY(1);
  }
  48% {
    -webkit-transform: skew(0deg) scaleY(0.99);
            transform: skew(0deg) scaleY(0.99);
  }
}
@keyframes naname-reverse {
  0% {
    -webkit-transform: skew(0) scaleY(0.99);
            transform: skew(0) scaleY(0.99);
  }
  6% {
    -webkit-transform: skew(2deg) scaleY(1);
            transform: skew(2deg) scaleY(1);
  }
  12% {
    -webkit-transform: skew(0deg) scaleY(0.99);
            transform: skew(0deg) scaleY(0.99);
  }
  18% {
    -webkit-transform: skew(-2deg) scaleY(1);
            transform: skew(-2deg) scaleY(1);
  }
  24% {
    -webkit-transform: skew(0deg) scaleY(0.99);
            transform: skew(0deg) scaleY(0.99);
  }
  30% {
    -webkit-transform: skew(2deg) scaleY(1);
            transform: skew(2deg) scaleY(1);
  }
  36% {
    -webkit-transform: skew(0deg) scaleY(0.99);
            transform: skew(0deg) scaleY(0.99);
  }
  42% {
    -webkit-transform: skew(-2deg) scaleY(1);
            transform: skew(-2deg) scaleY(1);
  }
  48% {
    -webkit-transform: skew(0deg) scaleY(0.99);
            transform: skew(0deg) scaleY(0.99);
  }
}
@-webkit-keyframes naname-large {
  0% {
    -webkit-transform: skew(0) scaleY(1);
            transform: skew(0) scaleY(1);
  }
  5% {
    -webkit-transform: skew(-4deg) scaleY(1.02);
            transform: skew(-4deg) scaleY(1.02);
  }
  10% {
    -webkit-transform: skew(0deg) scaleY(1);
            transform: skew(0deg) scaleY(1);
  }
  15% {
    -webkit-transform: skew(4deg) scaleY(1.02);
            transform: skew(4deg) scaleY(1.02);
  }
  20% {
    -webkit-transform: skew(0deg) scaleY(1);
            transform: skew(0deg) scaleY(1);
  }
  25% {
    -webkit-transform: skew(-4deg) scaleY(1.02);
            transform: skew(-4deg) scaleY(1.02);
  }
  30% {
    -webkit-transform: skew(0deg) scaleY(1);
            transform: skew(0deg) scaleY(1);
  }
  35% {
    -webkit-transform: skew(4deg) scaleY(1.01);
            transform: skew(4deg) scaleY(1.01);
  }
  40% {
    -webkit-transform: skew(0deg) scaleY(1);
            transform: skew(0deg) scaleY(1);
  }
}
@keyframes naname-large {
  0% {
    -webkit-transform: skew(0) scaleY(1);
            transform: skew(0) scaleY(1);
  }
  5% {
    -webkit-transform: skew(-4deg) scaleY(1.02);
            transform: skew(-4deg) scaleY(1.02);
  }
  10% {
    -webkit-transform: skew(0deg) scaleY(1);
            transform: skew(0deg) scaleY(1);
  }
  15% {
    -webkit-transform: skew(4deg) scaleY(1.02);
            transform: skew(4deg) scaleY(1.02);
  }
  20% {
    -webkit-transform: skew(0deg) scaleY(1);
            transform: skew(0deg) scaleY(1);
  }
  25% {
    -webkit-transform: skew(-4deg) scaleY(1.02);
            transform: skew(-4deg) scaleY(1.02);
  }
  30% {
    -webkit-transform: skew(0deg) scaleY(1);
            transform: skew(0deg) scaleY(1);
  }
  35% {
    -webkit-transform: skew(4deg) scaleY(1.01);
            transform: skew(4deg) scaleY(1.01);
  }
  40% {
    -webkit-transform: skew(0deg) scaleY(1);
            transform: skew(0deg) scaleY(1);
  }
}
@-webkit-keyframes yokonori {
  0% {
    -webkit-transform: skew(0) scaleY(1);
            transform: skew(0) scaleY(1);
  }
  25% {
    -webkit-transform: skew(-2deg) scaleY(1.01);
            transform: skew(-2deg) scaleY(1.01);
  }
  50% {
    -webkit-transform: skew(0deg) scaleY(1);
            transform: skew(0deg) scaleY(1);
  }
  75% {
    -webkit-transform: skew(2deg) scaleY(1.01);
            transform: skew(2deg) scaleY(1.01);
  }
  100% {
    -webkit-transform: skew(0deg) scaleY(1);
            transform: skew(0deg) scaleY(1);
  }
}
@keyframes yokonori {
  0% {
    -webkit-transform: skew(0) scaleY(1);
            transform: skew(0) scaleY(1);
  }
  25% {
    -webkit-transform: skew(-2deg) scaleY(1.01);
            transform: skew(-2deg) scaleY(1.01);
  }
  50% {
    -webkit-transform: skew(0deg) scaleY(1);
            transform: skew(0deg) scaleY(1);
  }
  75% {
    -webkit-transform: skew(2deg) scaleY(1.01);
            transform: skew(2deg) scaleY(1.01);
  }
  100% {
    -webkit-transform: skew(0deg) scaleY(1);
            transform: skew(0deg) scaleY(1);
  }
}
@-webkit-keyframes yokonori-large {
  0% {
    -webkit-transform: skew(0) scaleY(1);
            transform: skew(0) scaleY(1);
  }
  25% {
    -webkit-transform: skew(-4deg) scaleY(1.05);
            transform: skew(-4deg) scaleY(1.05);
  }
  50% {
    -webkit-transform: skew(0deg) scaleY(1);
            transform: skew(0deg) scaleY(1);
  }
  75% {
    -webkit-transform: skew(4deg) scaleY(1.05);
            transform: skew(4deg) scaleY(1.05);
  }
  100% {
    -webkit-transform: skew(0deg) scaleY(1);
            transform: skew(0deg) scaleY(1);
  }
}
@keyframes yokonori-large {
  0% {
    -webkit-transform: skew(0) scaleY(1);
            transform: skew(0) scaleY(1);
  }
  25% {
    -webkit-transform: skew(-4deg) scaleY(1.05);
            transform: skew(-4deg) scaleY(1.05);
  }
  50% {
    -webkit-transform: skew(0deg) scaleY(1);
            transform: skew(0deg) scaleY(1);
  }
  75% {
    -webkit-transform: skew(4deg) scaleY(1.05);
            transform: skew(4deg) scaleY(1.05);
  }
  100% {
    -webkit-transform: skew(0deg) scaleY(1);
            transform: skew(0deg) scaleY(1);
  }
}
@-webkit-keyframes yokonori-small {
  0% {
    -webkit-transform: skew(0) scaleY(1);
            transform: skew(0) scaleY(1);
  }
  25% {
    -webkit-transform: skew(-0.6deg) scaleY(1.01);
            transform: skew(-0.6deg) scaleY(1.01);
  }
  50% {
    -webkit-transform: skew(0deg) scaleY(1);
            transform: skew(0deg) scaleY(1);
  }
  75% {
    -webkit-transform: skew(0.6deg) scaleY(1.01);
            transform: skew(0.6deg) scaleY(1.01);
  }
  100% {
    -webkit-transform: skew(0deg) scaleY(1);
            transform: skew(0deg) scaleY(1);
  }
}
@keyframes yokonori-small {
  0% {
    -webkit-transform: skew(0) scaleY(1);
            transform: skew(0) scaleY(1);
  }
  25% {
    -webkit-transform: skew(-0.6deg) scaleY(1.01);
            transform: skew(-0.6deg) scaleY(1.01);
  }
  50% {
    -webkit-transform: skew(0deg) scaleY(1);
            transform: skew(0deg) scaleY(1);
  }
  75% {
    -webkit-transform: skew(0.6deg) scaleY(1.01);
            transform: skew(0.6deg) scaleY(1.01);
  }
  100% {
    -webkit-transform: skew(0deg) scaleY(1);
            transform: skew(0deg) scaleY(1);
  }
}
@-webkit-keyframes spin_tick {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  80% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes spin_tick {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  80% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes spin_tick_slow {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  90% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes spin_tick_slow {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  40% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  90% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes spin_infinite {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin_infinite {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes spin_infinite_reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes spin_infinite_reverse {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes beat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes beat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes beat-small {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  35% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
@keyframes beat-small {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  35% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
[class$="--sp"] {
  display: none;
}

body {
  margin: 0;
  background-color: #ffffff;
  font-family: NotoSansCJKjp-regular, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

a {
  cursor: pointer;
  outline: none;
  border-style: none;
}

button {
  border: 0;
}

.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.section {
  width: 100%;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section__content {
  margin: 0 auto;
  width: 800px;
}

.section__content--header {
  background: #fff;
  padding-bottom: 100px;
}

.section__youtube {
  width: 750px;
}

.dance {
  background-color: #eeeeee;
}

.dance__content {
  margin: 0 auto;
  width: 1060px;
}

@media only screen and (max-width: 750px) {
  body {
    width: 750px;
  }

  [class$="--pc"] {
    display: none !important;
  }

  div, p, ul[class$="--sp"] {
    display: block;
  }

  img[class$="--sp"] {
    display: inline;
  }

  .section {
    width: 100%;
  }

  .section__content {
    width: 100%;
    margin: 0 auto;
  }

  .anim-spin-infinite {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}
.navi {
  z-index: 9999;
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto;
  height: 100px;
  position: absolute;
  top: 650px;
  min-width: 1200px;
  box-shadow: 0px 0px 3px 2px rgba(113, 135, 164, 0.2);
}

.navi__update-balloon {
  position: absolute;
  display: block;
  background: url(../img/pc_update_balloon.png) center center no-repeat;
  background-size: 175px;
  width: 175px;
  height: 90px;
  top: -100px;
  left: -90px;
  -webkit-animation: appear-balloon 0.6s ease 1s;
          animation: appear-balloon 0.6s ease 1s;
  opacity: 0;
  -webkit-transform-origin: 130px bottom;
      -ms-transform-origin: 130px bottom;
          transform-origin: 130px bottom;
  -webkit-transform: scale(0.1);
      -ms-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media only screen and (max-width: 750px) {
  .navi__update-balloon {
    -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
            transform-origin: center bottom;
    background: url(../img/sp_update_balloon.png) center center no-repeat;
    background-size: 175px;
    width: 175px;
    height: 90px;
    top: -100px;
    left: -30px;
  }
}

@-webkit-keyframes appear-balloon {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes appear-balloon {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.navi__wrapper {
  position: relative;
  text-align: center;
}

.navi--fixed {
  position: fixed;
  top: 0px;
}

.navi__offset {
  height: 100px;
  margin: 80px 0;
}

.navi__logo {
  text-align: center;
  position: absolute;
  left: 0;
  margin-top: 20px;
  margin-left: 30px;
  width: 40px;
  height: 40px;
}

.navi__item {
  float: left;
  position: relative;
  height: 95px;
  margin-left: 50px;
  background-repeat: no-repeat;
  background-position: center center;
}

.navi__item--selected, .navi__item-main:hover {
  border-bottom: 5px solid #09abef;
}

.navi__menu {
  display: inline-block;
}

.navi__sns {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
}

.navi__order {
  width: 120px;
  background-image: url(../img/how_to_order.png);
}
@media only screen and (max-width: 750px) {
  .navi__order {
    background-image: url(../img/sp_how_to_order.png);
    width: 150px;
  }
}

.navi__works {
  width: 120px;
  background-image: url(../img/pride.png);
}
@media only screen and (max-width: 750px) {
  .navi__works {
    background-image: url(../img/sp_pride.png);
    width: 120px;
  }
}

.navi__results {
  width: 120px;
  background-image: url(../img/results.png);
}
@media only screen and (max-width: 750px) {
  .navi__results {
    background-image: url(../img/sp_results.png);
    width: 120px;
  }
}

.navi__veyac {
  width: 120px;
  background-image: url(../img/how_to_veyac.png);
}
@media only screen and (max-width: 750px) {
  .navi__veyac {
    background-image: url(../img/sp_how_to_veyac.png);
    width: 140px;
  }
}

.navi__submit {
  width: 145px;
  background-image: url(../img/btn_oubo.png);
  margin-left: 50px;
}
.navi__submit:hover {
  background-image: url(../img/btn_menu_hover.png);
}

.navi__tw {
  width: 50px;
  background-image: url(../img/btn_tw_normal.png);
  margin-left: 5px;
  float: left;
}
.navi__tw:hover {
  background-image: url(../img/btn_tw_hover.png);
}

.navi__fb {
  width: 50px;
  background-image: url(../img/btn_fb_normal.png);
  margin-left: 5px;
  float: left;
}
.navi__fb:hover {
  background-image: url(../img/btn_fb_hover.png);
}

.navi__logo-small-01 {
  width: 50px;
  margin-top: -7px;
  margin-left: 5px;
}

.navi__logo-small-02 {
  width: 60px;
}

@media only screen and (max-width: 750px) {
  .navi__logo--pc {
    display: none;
  }

  .navi--fixed {
    position: fixed !important;
    top: 0px !important;
  }

  .navi {
    position: absolute;
    width: 750px;
    min-width: 750px;
    top: 1150px;
  }

  .navi__menu--sp {
    width: 640px;
    margin: 0 auto;
  }

  .navi__sns--pc {
    display: none;
  }

  .navi__offset {
    margin: 20px;
  }

  .navi__item {
    margin: 0;
    float: left;
    margin-left: 30px;
  }
  .navi__item:first-child {
    margin-left: 0;
  }

  .navi__submit {
    display: none;
  }
}
.navi__menu[data-selected="veyac"] .navi__veyac {
  border-bottom: 5px solid #09abef;
}

.navi__menu[data-selected="results"] .navi__results {
  border-bottom: 5px solid #09abef;
}

.navi__menu[data-selected="works"] .navi__works {
  border-bottom: 5px solid #09abef;
}

.navi__menu[data-selected="order"] .navi__order {
  border-bottom: 5px solid #09abef;
}

body {
  height: 100%;
}

.header {
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 20px;
  background: #000 url(../img/bg_blue.png);
}
.header:after {
  content: " ";
  width: 50%;
  height: 2000px;
  position: absolute;
  top: 0;
  left: 0;
  background: #000 url(../img/bg_black.png);
}

.header__title--sp {
  margin-bottom: 69px;
}

.header__wrapper {
  position: relative;
  z-index: 99;
  background-color: #fff;
  margin: 0 20px;
}

.header__logo-tieup {
  margin-top: 20px;
  margin-bottom: 50px;
}

.header__cross {
  display: inline-box;
  margin: 0 10px;
  margin: 0 10px 50px 10px;
}

.header__teikei {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.header__logo--pc {
  margin: 0 auto 200px auto;
  width: 150px;
}

.header__kayac {
  -webkit-transform-origin: 50% 100% 0;
      -ms-transform-origin: 50% 100% 0;
          transform-origin: 50% 100% 0;
  -webkit-animation: naname 6s ease 0s infinite normal;
          animation: naname 6s ease 0s infinite normal;
}

.header__vector {
  -webkit-transform-origin: 50% 100% 0;
      -ms-transform-origin: 50% 100% 0;
          transform-origin: 50% 100% 0;
  -webkit-animation: naname 6s ease 0s infinite normal;
          animation: naname 6s ease 0s infinite normal;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.header__content {
  width: 1060px;
  margin: 0 auto;
}

.header__logo {
  margin-top: 50px;
  margin-bottom: 50px;
}

.header__prologue {
  margin-top: 300px;
  margin-bottom: 100px;
}

.header__copy {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}

.header__logo-tiup {
  margin-bottom: 100px;
}

@media only screen and (max-width: 750px) {
  .header {
    width: 750px;
    padding-bottom: 25px;
  }
  .header:after {
    height: 2400px;
  }

  .header__logo-tieup--sp {
    margin: 0 auto;
    padding: 50px 0;
  }

  .header__copy--sp {
    display: block;
    margin-top: 50px;
  }
}
.copy {
  position: relative;
  width: 640px;
  height: 600px;
  margin: 0 auto;
}

.copy__row {
  position: absolute;
  top: 0;
}

.copy__row:nth-child(1) {
  left: 0px;
}

.copy__row:nth-child(2) {
  left: 50px;
}

.copy__row:nth-child(3) {
  left: 100px;
}

.copy__row:nth-child(4) {
  left: 200px;
}

.copy__row:nth-child(5) {
  left: 250px;
}

.copy__row:nth-child(6) {
  left: 300px;
}

.copy__row:nth-child(7) {
  left: 350px;
}

.copy__row:nth-child(8) {
  left: 400px;
}

.copy__row:nth-child(9) {
  left: 450px;
}

.copy__row:nth-child(10) {
  left: 570px;
}

.footer {
  width: 100%;
  height: 100px;
  background-color: #ffffff;
}

.footer__spacer {
  width: 100%;
  background-color: #fff;
  height: 100px;
}

.footer__copyright {
  line-height: 100px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-image: url("../img/copyright.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.works {
  color: #fff;
}

.works--kayac {
  background-color: #161616;
  background-image: url(../img/bg_black.png);
}

.works--vector {
  background-color: #09abef;
  background-image: url(../img/bg_blue.png);
}

.works__title {
  margin: 20px 0 20px 0;
  height: 60px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-position: center center;
  background-repeat: no-repeat;
}

.works__title--kayac {
  background-image: url("../img/text_pride_kayac.png");
}

.works__title--vector {
  background-image: url("../img/text_vector_pride.png");
}

.works__content {
  width: 640px;
  margin: 0 auto;
  text-align: left;
}

.works__header {
  text-align: center;
}

.works__explain {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 2em;
}

.works__explain--vector {
  color: #ffffff;
}

.works__detail {
  margin-bottom: 50px;
}

.works__detail-header {
  position: relative;
  margin: 20px 0 20px 0;
}
.works__detail-header:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.works__detail-subject {
  width: 500px;
  font-size: 24px;
  font-weight: bold;
  font-color: #ffffff;
}
.works__detail-subject br {
  display: none;
}

.works__detail-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.works__detail-explain {
  line-height: 1.6em;
  font-size: 16px;
}

.works__article {
  background-color: #ffffff;
  color: #000000;
  margin-bottom: 50px;
  padding: 50px;
}

.works__article-image {
  position: absolute;
  top: 0px;
  right: 0px;
}

.works__article-title {
  text-indent: -9999px;
  height: 0;
  position: relative;
}

.works__article-detail {
  line-height: 2em;
  margin-bottom: 50px;
}

.works__article-head {
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
  margin: 10px 0;
  border-left: 5px solid #09abef;
}

@media only screen and (max-width: 750px) {
  .works__title--kayac--pc {
    display: none;
  }

  .works__title--vector--pc {
    display: none;
  }

  .works__detail-explain {
    margin: 0;
    font-size: 30px;
    line-height: 1.6em;
  }
  .works__detail-explain br {
    display: none;
  }

  .works__explain {
    width: 640px;
    margin: 0 auto;
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 1.7em;
  }

  .works__title--kayac--sp {
    display: block;
    background-image: url(../img/sp/sp_text_pride_kayac.png);
  }

  .works__title--vector--sp {
    display: block;
    background-image: url(../img/sp/sp_text_pride_vector.png);
  }

  .works__detail-header {
    margin: 20px 0 40px;
    height: 100px;
  }

  .works__detail-subject {
    line-height: 1.5em;
    font-size: 36px;
  }
  .works__detail-subject br {
    display: block;
  }

  .works__article-image--pc {
    display: none;
  }

  .works__article-image--sp {
    margin-left: 50px;
  }

  .works__article-title {
    text-indent: initial;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 50px;
    display: block;
    height: 50px;
  }

  .works__article-head {
    font-size: 36px;
  }

  .works__article-detail {
    font-size: 30px;
  }
}
.order {
  background-color: #ffffff;
}

.order__title {
  line-height: 36px;
  text-indent: 100%;
  background: url("../img/text_order.png") no-repeat center center;
  white-space: nowrap;
  overflow: hidden;
}

.order__flow {
  margin: 40px 0 20px 0;
  text-align: center;
}

.order__fixed {
  display: none;
}

.order__figure {
  position: relative;
}

.order__arrows {
  position: absolute;
  top: 200px;
  left: 164px;
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-animation: arrow 2.55s ease 0s infinite normal;
          animation: arrow 2.55s ease 0s infinite normal;
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  25% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  50% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  75% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  25% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  50% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
  75% {
    -webkit-transform: translateX(-3px);
            transform: translateX(-3px);
  }
  100% {
    -webkit-transform: translateX(3px);
            transform: translateX(3px);
  }
}
@media only screen and (max-width: 750px) {
  .order__figure {
    margin-bottom: 100px;
  }

  .order__fixed {
    background-color: #000;
    width: 100%;
    height: 150px;
    position: fixed;
    left: 0px;
    bottom: 0px;
    display: block;
    background: rgba(0, 0, 0, 0.5);
  }
  .order__fixed .btn__soudan--sp {
    margin: 20px auto;
  }

  .order__img--pc {
    display: none;
  }

  .sound__fixed-area {
    display: none;
  }

  .anim-spin-infinite {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}
.btn__soudan {
  position: relative;
  border: 0px;
  width: 340px;
  height: 90px;
  background: url("../img/btn_soudan.png") no-repeat center center;
  background-color: #09aaee;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
}
.btn__soudan:after {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  margin-left: 30px;
  width: inherit;
  height: inherit;
  background: url("../img/icon_form.png") no-repeat left center;
}
.btn__soudan:hover {
  background-image: url(../img/btn_hover.png);
}

.btn__detail {
  background-image: url("../img/btn_detail_black.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 143px;
  height: 30px;
  border: 0;
  background-color: transparent;
  text-indent: 150%;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 1em;
  outline: none;
  cursor: pointer;
}
.btn__detail:hover {
  opacity: 0.65;
}

.btn__detail--blue {
  background-image: url("../img/btn_detail_blue.png");
}
.btn__detail--blue:hover {
  background-image: url(../img/btn_detail_blue_hover.png);
}

@media only screen and (max-width: 750px) {
  .btn__detail {
    height: 70px;
    background-image: url(../img/sp/btn_detail.png);
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
  .btn__detail:hover {
    background-image: url(../img/sp/btn_detail.png);
  }

  .btn__soudan--sp {
    position: relative;
    border: 0px;
    width: 520px;
    height: 110px;
    background: url("../img/sp/sp_btn_soudan.png") no-repeat center center;
    background-color: #09aaee;
    border-radius: 10px;
    margin: 0 auto;
    display: block;
  }
  .btn__soudan--sp:after {
    visibility: hidden;
  }
  .btn__soudan--sp a {
    text-indent: 9999px;
  }
  .btn__soudan--sp:hover {
    background: url("../img/sp/sp_btn_soudan.png") no-repeat center center;
  }
}
.sns__list--sp {
  display: none;
}

@media only screen and (max-width: 750px) {
  .navi__sns--pc {
    display: none;
  }

  .sns__list--sp {
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
    display: block;
    margin: 0 auto 250px auto;
    width: 300px;
  }

  .sns__item {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-left: 15px;
  }
  .sns__item:first {
    padding-left: 0px;
  }
}
.sound__fixed-area {
  bottom: 0px;
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 99999;
}

.sound__control-btn, .sound__control-btn--on, .sound__control-btn--off {
  cursor: pointer;
  position: absolute;
  outline: none;
  border: 0;
  right: 37px;
  background: url("../img/sound_on_normal.png") no-repeat center center;
  width: 84px;
  height: 84px;
}

.sound__control-btn--on {
  background: url("../img/sound_on_normal.png") no-repeat center center;
}
.sound__control-btn--on:hover {
  border: 0;
  background: url("../img/sound_on_hover.png") no-repeat center center;
}

.sound__control-btn--off {
  background: url("../img/sound_off_normal.png") no-repeat center center;
}
.sound__control-btn--off:hover {
  border: 0;
  background: url("../img/sound_off_hover.png") no-repeat center center;
}

.sound__hint {
  position: absolute;
  top: -75px;
  right: 14px;
}

.sound__hint--on {
  display: block;
}

.sound__hint--off {
  display: none;
}

@media only screen and (max-width: 750px) {
  .sound__fixed-area {
    display: none;
  }
}
.video {
  background-color: #eeeeee;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.video__content {
  width: 100%;
  border: 0;
}

.video__control {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(45, 45, 45, 0.3) url(../img/btn_musuiPlay_normal.png) no-repeat center center;
  width: 100%;
  height: 100%;
  border: 0;
}
.video__control:hover {
  background: rgba(45, 45, 45, 0.2) url(../img/btn_musuiPlay_hover.png) no-repeat center center;
}

.video__control--on {
  opacity: 1;
}

.video__control--off {
  opacity: 0;
}

#results {
  padding-top: 80px;
  position: relative;
  background: url(../img/bg_ivory.png);
}
#results .section__content {
  width: 640px;
  margin: 0 auto;
}
#results .results__logo img {
  margin: 0 auto;
  display: block;
}
#results .results__logo img:nth-child(2) {
  margin-top: 10px;
}
#results .results__header {
  margin-top: 25px;
  display: block;
  height: 60px;
  background: url(../img/result_ttl.png) center center no-repeat;
  text-indent: -9999px;
}
#results .results {
  margin-top: 40px;
}
#results .result {
  margin-top: 65px;
}
#results .result:first-child {
  margin-top: 0;
}
#results .result__image {
  width: 100%;
}
#results .result__image img {
  display: block;
  width: 100%;
}
#results .result__titlearea {
  position: relative;
  margin-top: 40px;
  text-align: left;
}
#results .result__title {
  line-height: 1em;
  font-size: 26px;
  font-weight: bold;
}
#results .result__title br {
  display: none;
}
@media only screen and (max-width: 750px) {
  #results .result__title {
    line-height: 1.3em;
    width: 500px;
    min-height: 65px;
    font-size: 36px;
  }
  #results .result__title br {
    display: inline;
  }
}
#results .result__btn-show {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 140px;
  height: 30px;
  background: url(../img/btn_to_site.png) center center no-repeat;
  background-size: 140px;
  height: 30px;
}
#results .result__btn-show:hover {
  opacity: 0.65;
}
@media only screen and (max-width: 750px) {
  #results .result__btn-show {
    width: 130px;
    height: 65px;
    background: url(../img/sp_btn_to_site.png) center center no-repeat;
    background-size: 130px;
    height: 65px;
  }
}
#results .result__description {
  text-align: left;
  margin-top: 25px;
  font-size: 16px;
}
@media only screen and (max-width: 750px) {
  #results .result__description {
    font-size: 30px;
  }
}
