@charset "UTF-8";
.howto-Content-06 .howto-Content_Item, .howto-Content-06 .howto-Content_Item-1, .howto-Content-06 .howto-Content_Item-2, .howto-Content-06 .howto-Content_Item-3, .howto-Content-06 .howto-Content_Item-4, .howto-Content-06 .howto-Content_Item-5, .c-Card-Item_Images, .c-Card-Item_Images-small {
  zoom: 1;
}

.howto-Content-06 .howto-Content_Item:after, .howto-Content-06 .howto-Content_Item-1:after, .howto-Content-06 .howto-Content_Item-2:after, .howto-Content-06 .howto-Content_Item-3:after, .howto-Content-06 .howto-Content_Item-4:after, .howto-Content-06 .howto-Content_Item-5:after, .c-Card-Item_Images:after, .c-Card-Item_Images-small:after {
  clear: both;
  content: '';
  display: block;
}

.st-Toolbar_Inner, .st-Header_Inner, .st-Sec_Container, .st-Footer_Container, .nav, .mobile #pickup {
  width: 1280px;
  margin: 0 auto;
}

.st-Main_Inner, .st-Sec_Inner, .st-Footer_Inner {
  width: 1000px;
  margin-left: auto;
}

.toc, .howto, .info, .data, .wallpaper, .notes {
  width: 920px;
  margin: 0 auto;
}

.mobile .st-Toolbar_Inner, .mobile .st-Header_Inner, .mobile .st-Sec_Container, .mobile .st-Footer_Container, .mobile .nav, .mobile #pickup {
  width: 1000px;
  margin: 0 auto;
}

.mobile .st-Main_Inner, .mobile .st-Sec_Inner, .mobile .st-Footer_Inner {
  width: 1000px;
  margin: 0 auto;
}

.mobile .toc, .mobile .howto, .mobile .info, .mobile .data, .mobile .wallpaper, .mobile .notes {
  width: 920px;
  margin: 0 auto;
}

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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.5;
  color: #333;
  font-family: "\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3", "Hiragino Kaku Gothic Pro", "\30E1\30A4\30EA\30AA", Meiryo, Osaka, "\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 1.6rem;
}

a:hover {
  text-decoration: none;
}

.sw-VisibilityHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.st-Toolbar {
  background: #fff;
  border-bottom: 4px solid #ccc;
  font-size: 1.2rem;
}

.st-Toolbar_Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}

.st-Toolbar_Link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.st-Toolbar_Link li:not(:last-child) {
  margin-right: 1em;
}

.st-Toolbar_Link a {
  color: #555;
}

.st-Header:after {
  position: relative;
  display: block;
  content: "";
  height: 10px;
  background: #f07885;
  border-top: 1px solid #434343;
  border-bottom: 1px solid #434343;
}

.st-Header_Inner {
  position: relative;
  margin-top: 1em;
  margin-bottom: 1em;
}

.st-Header_Inner .share {
  position: absolute;
  top: 0;
  right: 0;
}

.st-Sec:nth-of-type(odd) {
  background: url(../img/common/bg-sec01.gif);
}

.st-Sec:nth-of-type(even) {
  background: url(../img/common/bg-sec02.gif);
}

.st-Sec-01 {
  position: relative;
  padding: 40px 0 50px;
}

.st-Sec-01:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #f07885;
  border-top: 1px solid #434343;
  border-bottom: 1px solid #434343;
}

.st-Sec-02 {
  padding: 15px 0 110px;
}

.st-Sec-03 {
  padding: 100px 0 210px;
}

.st-Sec-04 {
  padding: 100px 0 210px;
}

.st-Sec-05 {
  padding: 100px 0 210px;
}

.st-Sec-06 {
  padding: 100px 0 210px;
}

.st-Footer {
  padding: 40px 0 70px;
  background: #434343;
  text-align: center;
}

.st-Footer_Copy {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
}

.share-List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.share-List > li:not(:last-child) {
  margin-right: 5px;
}

.mobile .nav {
  display: none;
}

.nav-List {
  z-index: 1000;
  position: absolute;
  width: 240px;
  margin-top: 40px;
}

.nav-List-fixed {
  position: fixed;
  top: 0;
}

.nav-List_Item {
  width: 240px;
  margin-bottom: 10px;
}

.nav-List_Item-auto {
  margin-top: 20px;
  text-align: center;
}

.nav-List_Button, .nav-List_Button-howto, .nav-List_Button-info, .nav-List_Button-data, .nav-List_Button-wallpaper, .nav-List_Button-notes, .nav-List_Button-register {
  display: block;
  width: 240px;
  height: 65px;
}

.nav-List_Button-costama, .nav-List_Button-campain {
  display: block;
  width: 240px;
  height: 80px;
}

.nav-List_Button-howto {
  background: url(../img/nav/howto.png) no-repeat;
  background-size: 100% 100%;
}

.nav-List_Button-howto:hover, .nav-List_Button-howto.current {
  background: url(../img/nav/howto-current.png) no-repeat;
  background-size: 100% 100%;
}

.nav-List_Button-info {
  background: url(../img/nav/info.png) no-repeat;
  background-size: 100% 100%;
}

.nav-List_Button-info:hover, .nav-List_Button-info.current {
  background: url(../img/nav/info-current.png) no-repeat;
  background-size: 100% 100%;
}

.nav-List_Button-data {
  background: url(../img/nav/data.png) no-repeat;
  background-size: 100% 100%;
}

.nav-List_Button-data:hover, .nav-List_Button-data.current {
  background: url(../img/nav/data-current.png) no-repeat;
  background-size: 100% 100%;
}

.nav-List_Button-wallpaper {
  background: url(../img/nav/wallpaper.png) no-repeat;
  background-size: 100% 100%;
}

.nav-List_Button-wallpaper:hover, .nav-List_Button-wallpaper.current {
  background: url(../img/nav/wallpaper-current.png) no-repeat;
  background-size: 100% 100%;
}

.nav-List_Button-notes {
  background: url(../img/nav/notes.png) no-repeat;
  background-size: 100% 100%;
}

.nav-List_Button-notes:hover, .nav-List_Button-notes.current {
  background: url(../img/nav/notes-current.png) no-repeat;
  background-size: 100% 100%;
}

.nav-List_Button-costama {
  background: url(../img/nav/costama.png) no-repeat;
  background-size: 100% 100%;
}

/*.nav-List_Button-costama:hover, .nav-List_Button-costama.current {
  background: url(../img/nav/costama-current.png) no-repeat;
  background-size: 100% 100%;
}*/

.nav-List_Button-campain {
  background: url(../img/nav/campain.png) no-repeat;
  background-size: 100% 100%;
}

/*.nav-List_Button-campain:hover, .nav-List_Button-campain.current {
  background: url(../img/nav/campain-current.png) no-repeat;
  background-size: 100% 100%;
}*/

.nav-List_Button-register {
  height: 145px;
  background: url(../img/nav/register.png) center center no-repeat;
  background-size: contain;
}

.nav-List_Button-register:hover {
  background: url(../img/nav/register-on.png) center center no-repeat;
  background-size: contain;
}

.sec-Top {
  width: 1000px;
  height: 609px;
  padding: 15px;
  background: url(../img/eventinfo/bg.jpg);
  text-align: right;
}

.sec-Top_Row-2 {
  margin-top: 5px;
}

.sec-Top_Row-3 {
  margin-top: 10px;
}

.ei {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ei-Title {
  margin-right: 5px;
}

.ei-IconList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  background: url(../img/eventinfo/icons.png) no-repeat;
  background-size: 100%;
}

.ei-IconList_Icon {
  position: relative;
  width: 40px;
  height: 50px;
}

.ei-IconList_Icon:hover .ei-IconList_Tooltip {
  display: block;
}

.ei-IconList_Tooltip {
  display: none;
  position: absolute;
  z-index: 10;
  text-align: center;
  top: 52px;
  right: -25px;
  width: 200px;
  background: #fff;
  border: 3px solid #feb9c1;
  border-radius: 3px;
  padding: 3px;
  color: #f8542b;
  font-weight: bold;
  font-size: 12px;
}

.ei-IconList_Tooltip:after {
  position: absolute;
  display: block;
  content: "";
  top: -10px;
  right: 35px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #feb9c1;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.toc-Content {
  margin-top: 25px;
  position: relative;
}

.toc-Link-p1-2 {
  position: absolute;
  top: 30px;
  left: 40px;
  display: block;
  width: 100px;
  height: 50px;
}

.toc-Link-p3 {
  position: absolute;
  top: 30px;
  left: 520px;
  display: block;
  width: 100px;
  height: 50px;
}

.toc-Link-p4 {
  position: absolute;
  top: 420px;
  left: 33px;
  display: block;
  width: 100px;
  height: 50px;
}

.toc-Link-p5 {
  position: absolute;
  top: 420px;
  left: 510px;
  display: block;
  width: 100px;
  height: 50px;
}

.toc-Link-p6 {
  position: absolute;
  top: 590px;
  left: 510px;
  display: block;
  width: 100px;
  height: 50px;
}

.toc-Link-p7 {
  position: absolute;
  top: 657px;
  left: 510px;
  display: block;
  width: 100px;
  height: 50px;
}

.toc-Timeline {
  margin-top: 35px;
  padding: 30px 40px;
  min-height: 880px;
  background: url(../img/toc/bg-timeline.png) no-repeat;
  background-size: 100% 100%;
}

.toc-Timeline_Link {
  font-size: 2rem;
  color: #f07885;
  text-decoration: none;
}

.toc-Timeline_Link:hover {
  text-decoration: underline;
}

.toc-Timeline_Widget {
  min-height: 800px;
  margin-top: 20px;
  text-align: center;
  background: url(../img/toc/bg-widget.png) no-repeat;
  background-size: 100% 100%;
}

.toc-Timeline_Widget a {
  color: #f07885;
  text-decoration: none;
}

.toc-Timeline_Widget a:hover {
  text-decoration: underline;
}

.howto-Sec-01 {
  margin-top: 20px;
  margin-bottom: 60px;
}

.howto-Sec-02 {
  padding-top: 50px;
  margin-bottom: 100px;
}

.howto-Sec-03 {
  padding-top: 50px;
}

.howto-Sec_Text {
  margin-top: 20px;
  line-height: 2;
}

.howto-Sec_Content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.howto-Sec_Content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.howto-Content, .howto-Content-01, .howto-Content-02, .howto-Content-03, .howto-Content-04 {
  width: 440px;
  padding: 25px 25px 60px;
  background: url(../img/common/bg-middle.png) no-repeat;
  background-size: 100% 100%;
  font-size: 1.4rem;
  line-height: 2;
}

.howto-Content-wide, .howto-Content-05 {
  width: 100%;
  padding: 25px 25px 60px;
  background: url(../img/common/bg-wide.png) no-repeat;
  background-size: 100% 100%;
  font-size: 1.4rem;
  line-height: 2;
}

.howto-Content-01 .howto-Content_Row-2 {
  margin-top: 15px;
}

.howto-Content-01 .howto-Content_Row-3 {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.howto-Content-01 .howto-Content_Row-3 p {
  width: 14em;
}

.howto-Content-01 .howto-Content_Row-3 p span {
  font-weight: bold;
}

.howto-Content-02 {
  position: relative;
}

.howto-Content-02 .howto-Content_Row-2 {
  margin-top: 10px;
}

.howto-Content-02 .howto-Content_Row-3 {
  margin-top: -60px;
}

.howto-Content-02 .howto-Content_Row-3 p {
  width: 19em;
}

.howto-Content-02 .howto-Content_Row-3 p span {
  font-weight: bold;
}

.howto-Content-02 .howto-Content_Fukidashi {
  position: absolute;
  right: -40px;
}

.howto-Content-03 {
  padding-bottom: 25px;
}

.howto-Content-03 .howto-Content_Row-2 {
  width: 385px;
  height: 139px;
  padding: 30px 130px 0 15px;
  text-align: center;
  background: url(../img/howto/02/bg01.png);
  background-size: 100% 100%;
}

.howto-Content-03 .howto-Content_Row-3 {
  margin-top: 10px;
  padding: 0 6px;
}

.howto-Content-03 .howto-Content_Row-4 {
  width: 380px;
  height: 167px;
  padding: 30px 20px 0 140px;
  background: url(../img/howto/02/bg02.png);
  background-size: 100% 100%;
}

.howto-Content-04 {
  position: relative;
}

.howto-Content-04 .howto-Content_Row-2 {
  margin-top: 10px;
}

.howto-Content-04 .howto-Content_Row-3 {
  width: 406px;
  height: 183px;
  margin-top: -25px;
  margin-left: -10px;
  padding: 70px 150px 0 35px;
  background: url(../img/howto/02/bg03.png);
  background-size: 100% 100%;
}

.howto-Content-04 .howto-Content_Row-4 {
  width: 400px;
  height: 99px;
  margin-top: 10px;
  margin-left: -13px;
  padding: 35px 25px 0 40px;
  background: url(../img/howto/02/bg04.png);
  background-size: 100% 100%;
}

.howto-Content-04 .howto-Content_Fukidashi {
  position: absolute;
  margin-top: 25px;
  left: -30px;
}

.howto-Content-05 {
  padding: 25px 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.howto-Content-05 .howto-Content_Col-1 {
  position: relative;
}

.howto-Content-05 .howto-Content_Col-1 div {
  width: 449px;
  height: 240px;
  padding: 20px 35px 20px 20px;
  background: url(../img/howto/03/bg01.png) no-repeat;
  background-size: contain;
}

.howto-Content-05 .howto-Content_Col-1 div p:last-child {
  padding: 12px 90px 0 20px;
}

.howto-Content-05 .howto-Content_Col-1 img {
  margin-top: 40px;
}

.howto-Content-05 .howto-Content_Col-1 .note {
  font-size: 80%;
}

.howto-Content-05 .howto-Content_Col-1 .marker {
  padding: .3em 0;
  background: #fce0e4;
  color: #fb475a;
}

.howto-Content-05-06{
  margin: 20px auto 0; 
}

.banner {
}

.howto-Content-06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

.howto-Content-06 .howto-Content_Item, .howto-Content-06 .howto-Content_Item-1, .howto-Content-06 .howto-Content_Item-2, .howto-Content-06 .howto-Content_Item-3, .howto-Content-06 .howto-Content_Item-4, .howto-Content-06 .howto-Content_Item-5 {
  padding: 25px;
  background: url(../img/common/bg-middle.png) no-repeat;
  background-size: 100% 100%;
}

.howto-Content-06 .howto-Content_ImageArea {
  margin-top: 10px;
}

.howto-Content-06 .howto-Content_Image-right {
  float: right;
}

.info-Title {
  position: relative;
  z-index: 10;
}

.info-Image-map {
  position: relative;
  z-index: 5;
  margin-top: -30px;
}

.info-Content {
  margin-top: 40px;
}

.info-Content_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}

.info-Content_List .info-Card {
  margin-bottom: 10px;
}

.info-Card {
  width: 221px;
  height: 295px;
  padding: 5px 25px 5px;
  font-size: 1.4rem;
  line-height: 1.5;
  background: url(../img/common/bg-small.png) no-repeat;
  background-size: 100% 100%;
}

.info-Card:nth-of-type(3) {
  font-size: 1.2rem;
}

.info-Card:nth-of-type(5) {
  font-size: 1.2rem;
}

.info-Card:nth-of-type(9) {
  font-size: 1.2rem;
}

.info-Card_Top {
  position: relative;
  height: 58%;
}

.info-Card_Top img {
  position: absolute;
  bottom: 0;
}

.info-Card_Bottom {
  padding-top: 1em;
  height: 42%;
}

.info-Note {
  font-size: 95%;
}

.data-Nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  list-style: none;
}

.data-Nav_Item, .data-Nav_Item-01, .data-Nav_Item-02, .data-Nav_Item-03, .data-Nav_Item-04 {
  width: 221px;
  height: 75px;
  cursor: pointer;
}

.data-Nav_Item-01 .data-Nav_Button {
  width: 100%;
  height: 100%;
  background: url(../img/data/nav-01.png) no-repeat;
  background-size: 100% 100%;
  border: 0;
  cursor: pointer;
}

.data-Nav_Item-01 .data-Nav_Button:hover, .data-Nav_Item-01 .data-Nav_Button.current {
  background: url(../img/data/nav-01-current.png) no-repeat;
  background-size: 100% 100%;
}

.data-Nav_Item-02 .data-Nav_Button {
  width: 100%;
  height: 100%;
  background: url(../img/data/nav-02.png) no-repeat;
  background-size: 100% 100%;
  border: 0;
  cursor: pointer;
}

.data-Nav_Item-02 .data-Nav_Button:hover, .data-Nav_Item-02 .data-Nav_Button.current {
  background: url(../img/data/nav-02-current.png) no-repeat;
  background-size: 100% 100%;
}

.data-Nav_Item-03 .data-Nav_Button {
  width: 100%;
  height: 100%;
  background: url(../img/data/nav-03.png) no-repeat;
  background-size: 100% 100%;
  border: 0;
  cursor: pointer;
}

.data-Nav_Item-03 .data-Nav_Button:hover, .data-Nav_Item-03 .data-Nav_Button.current {
  background: url(../img/data/nav-03-current.png) no-repeat;
  background-size: 100% 100%;
}

.data-Nav_Item-04 .data-Nav_Button {
  width: 100%;
  height: 100%;
  background: url(../img/data/nav-04.png) no-repeat;
  background-size: 100% 100%;
  border: 0;
  cursor: pointer;
}

.data-Nav_Item-04 .data-Nav_Button:hover, .data-Nav_Item-04 .data-Nav_Button.current {
  background: url(../img/data/nav-04-current.png) no-repeat;
  background-size: 100% 100%;
}

.data-Tab_Container {
  margin-top: 40px;
}

.data-Tab_Content {
  display: none;
}

.data-Tab_Content.current {
  display: block;
}

.data-Sec {
  margin-top: 100px;
}

.data-Sec_Container {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.data-Sec_Note {
  margin-top: 1em;
  text-align: center;
  font-size: 1.4rem;
  color: #f03146;
}

.wallpaper-Content {
  position: relative;
  margin-top: 40px;
  background: url(../img/common/bg-wide.png) no-repeat;
  background-size: 100% 100%;
}

.wallpaper-Content .wallpaper-Image-fukidashi {
  position: absolute;
  right: -35px;
  bottom: -90px;
}

.wallpaper-Content_Inner {
  width: 724px;
  margin: 0 auto;
  padding: 40px 0;
}

.wallpaper-Content_Top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wallpaper-Content_Bottom {
  margin-top: 20px;
}

.wallpaper-Downloads {
  list-style: none;
}

.wallpaper-Downloads > li {
  margin-bottom: 10px;
}

.wallpaper-Button-1920 {
  display: block;
  width: 220px;
  height: 75px;
  background: url(../img/wallpaper/btn-1920x1200.png) no-repeat;
  background-size: 100% 100%;
}

.wallpaper-Button-1920:hover {
  background: url(../img/wallpaper/btn-1920x1200-hover.png) no-repeat;
  background-size: 100% 100%;
}

.wallpaper-Button-1280 {
  display: block;
  width: 220px;
  height: 75px;
  background: url(../img/wallpaper/btn-1280x1024.png) no-repeat;
  background-size: 100% 100%;
}

.wallpaper-Button-1280:hover {
  background: url(../img/wallpaper/btn-1280x1024-hover.png) no-repeat;
  background-size: 100% 100%;
}

.wallpaper-Button-1024 {
  display: block;
  width: 220px;
  height: 75px;
  background: url(../img/wallpaper/btn-1024x768.png) no-repeat;
  background-size: 100% 100%;
}

.wallpaper-Button-1024:hover {
  background: url(../img/wallpaper/btn-1024x768-hover.png) no-repeat;
  background-size: 100% 100%;
}

.wallpaper-Profile {
  padding: 20px 20px 35px;
  background: url(../img/wallpaper/bg-profile.png) no-repeat;
  background-size: 100% 100%;
}

.wallpaper-Profile_Text {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 2;
}

.wallpaper-Profile hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  margin: 1em 0;
  padding: 0;
}

.notes-Header {
  text-align: center;
}

.notes-Header_SubTitle {
  margin-top: 40px;
}

.notes-Date {
  margin-top: 40px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
  font-weight: bold;
}

.notes-Date dl {
  margin: .5em 0;
}

.notes-Date dt, .notes-Date dd {
  display: inline-block;
}

.notes-Date dt {
  width: 9em;
}

.notes-Content {
  padding: 20px;
  line-height: 1.5;
  border-bottom: 2px solid #000;
}

.notes-Content .text-dot {
  list-style: url(../img/notes/icon.png);
  padding-left: 2em;
}

.notes-Content .text-dot li {
  margin-bottom: .5em;
}

.mobile dl {
  font-size: 2.5rem;
}

.c-Card-Item {
  padding: 25px 25px 50px;
  background: url(../img/common/bg-middle.png) no-repeat;
  background-size: 100% 100%;
}

.c-Card-Item:nth-of-type(n + 3) {
  margin-top: 40px;
}

.c-Card-Item_Images, .c-Card-Item_Images-small {
  position: relative;
  margin-top: 10px;
}

.c-Card-Item_Images-small {
  padding: 0 20px;
}

.c-Card-Item_Images .c-Card-Text_Dressup, .c-Card-Item_Images-small .c-Card-Text_Dressup {
  position: absolute;
  top: 140px;
  left: -15px;
}

.c-Card-Item .note {
  margin-top: 1em;
  font-size: 70%;
}

.c-Card-Images {
  position: relative;
}

.c-Card-Images_Col01 {
  float: left;
}

.c-Card-Images_Col01 img {
  display: block;
}

.c-Card-Images_Col01 img:not(:first-child) {
  margin-top: 20px;
}

.c-Card-Images_Col02 {
  float: right;
}

.c-Card-Gif {
  position: relative;
  padding: 5px 10px 10px 5px;
  background: url(../img/howto/03/bg-small.png) no-repeat;
  background-size: 100% 100%;
}

.c-Card-Gif:not(:first-child) {
  margin-top: 20px;
}

.c-Card-Gif-middle {
  position: relative;
  padding: 5px 10px 10px 5px;
  background: url(../img/howto/03/bg-middle.png) no-repeat;
  background-size: 100% 100%;
}

.c-Card-Gif-middle:not(:first-child) {
  margin-top: 20px;
}

.c-Card-Gif-big {
  width: 214px;
  position: relative;
  padding: 5px 10px 7px 5px;
  background: url(../img/howto/03/bg-big.png) no-repeat;
  background-size: 100% 100%;
}

.c-Card-Gif-big img {
  width: 100%;
}

.c-Card-Gif_Text {
  position: absolute;
  bottom: 10px;
}

.c-Databook-01 {
  width: 100%;
  background: #fff;
  border: 1px solid #aa8c8c;
}

.c-Databook-01:not(:first-child) {
  margin-top: 20px;
}

.c-Databook-01 thead {
  text-align: left;
  background: #f07885;
  color: #fff;
}

.c-Databook-01 thead tr {
  border: 1px solid #aa8c8c;
}

.c-Databook-01 thead tr th {
  padding: 15px 30px;
}

.c-Databook-01 tbody {
  color: #434343;
}

.c-Databook-01 tbody tr th,
.c-Databook-01 tbody tr td {
  padding: 20px 10px;
  border: 1px solid #aa8c8c;
  vertical-align: middle;
}

.c-Databook-01 tbody tr th img,
.c-Databook-01 tbody tr td img {
  display: block;
  margin: 0 auto;
}

.c-Databook-01 tbody tr th {
  min-width: 100px;
  background: #ead4d4;
}

.c-Databook-01 tbody tr td {
  min-width: 2em;
  line-height: 1.5;
}

.c-Databook-02 {
  width: 100%;
  background: #fff;
  border: 1px solid #aa8c8c;
}

.c-Databook-02:not(:first-child) {
  margin-top: 20px;
}

.c-Databook-02 thead {
  text-align: left;
  background: #f07885;
  color: #fff;
}

.c-Databook-02 thead tr {
  border: 1px solid #aa8c8c;
}

.c-Databook-02 thead tr th {
  padding: 15px 30px;
}

.c-Databook-02 tbody {
  color: #434343;
}

.c-Databook-02 tbody tr th,
.c-Databook-02 tbody tr td {
  padding: 20px 10px;
  border: 1px solid #aa8c8c;
  vertical-align: middle;
}

.c-Databook-02 tbody tr th img,
.c-Databook-02 tbody tr td img {
  display: block;
  margin: 0 auto;
}

.c-Databook-02 tbody tr th {
  background: #ead4d4;
}

.c-Databook-02 tbody tr td {
  line-height: 1.5;
}

.c-Databook-03 {
  width: calc(50% - 10px);
  background: #fff;
  border: 1px solid #aa8c8c;
}

.c-Databook-03 thead {
  text-align: center;
  background: #9e6b6b;
  color: #fff;
}

.c-Databook-03 thead tr {
  border: 1px solid #aa8c8c;
}

.c-Databook-03 thead tr th {
  padding: 15px;
}

.c-Databook-03 tbody {
  color: #434343;
}

.c-Databook-03 tbody tr th,
.c-Databook-03 tbody tr td {
  padding: 20px 10px;
  border: 1px solid #aa8c8c;
  vertical-align: middle;
}

.c-Databook-03 tbody tr th {
  padding: 20px 0;
  background: #fff;
}

.c-Databook-03 tbody tr td {
  background: #f0e6d8;
}

.mobile #pickup ul {
  margin-left: 0;
}
