@import url("../webfonts/stylesheet.css");
@charset "UTF-8";
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 {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

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

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

q,
blockquote {
    quotes: none;
}

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

a img {
    border: none;
}

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


/*

COMMON

 */

html,
body {
    text-align: center;
    font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
    font-size: 18px;
    color: #000;
}

body {
    background-color: #fff/*#0a040b*/
    ;
    /*background-image:  url(../images/bg.png) ;
    background-position: left top;
    background: radial-gradient(#24013c, #0f152d);*/
}

div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: none;
}

p {
    margin: 0 0 2em 0;
    line-height: 1.6em;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
}

.sleep {
    opacity: 0.4;
    filter: alpha(opacity=40);
    -ms-filter: alpha(opacity=40);
    -khtml-opacity: 0.4;
    -moz-opacity: 0.4;
}

.bgNoise {
    background: #030303 url(../images/bg-noise.png) repeat;
}


/* LINK STYLE */

a {
    color: #3cf;
    text-decoration: none;
}

a:hover {
    color: #99e6ff;
}

a:active,
a:focus {
    color: #09c;
}

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

.inner {
    margin: 0 auto;
    width: 1080px;
}

.forpc {
    display: block;
}

.forsp {
    display: none;
}


/*

HEADER

*/

header {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9999;
}

.pageTop {
    padding: 15px;
    text-align: left;
    margin: 0 !important;
    background-color: rgba(248, 185, 9, 0.55);
}

.titlebg {
    width: 100%;
    background-color: #f8b909;
    padding-top: 18px;
}

.title {
    width: 100%;
    padding: 0;
    margin: 0 0 40px 0;
}

.title span {}

.logo_f {
    display: block;
    margin: 0 auto 20px;
    width: 90%;
}


/* HEADING */

h1 {
    padding: 0;
    padding-bottom: 10px;
    margin: 0;
    font-size: 58px;
    line-height: 1.2em;
    font-weight: 400;
    color: #fff;
}

h2 {
    font-size: 30px;
    font-weight: normal;
    line-height: 1.8em;
    text-align: center;
    margin: 1.5em 0;
}

h3 {
    font-size: 28px;
    text-align: left;
    font-weight: normal;
    letter-spacing: .15em;
}

.newsttl {
    font-size: 50px;
    margin: 60px auto 30px;
}

.newsttl::after {
    content: " ";
    border-bottom: solid 7px #16b295;
    display: block;
    width: 3em;
    margin: 0 auto;
}

.black {
    color: black;
}

.red {
    color: red;
}

.grey {
    color: grey;
}

.blue {
    color: blue;
}

.note {
    font-size: 14px;
}


/*

CONTENTS

*/

article {}

section {}

ul {
    width: 100%;
    list-style: none;
    padding: 0;
}

ul li {
    display: inline-block;
    margin: 10px;
    padding: 0;
    text-align: left;
}

.flow {
    text-align: center;
    padding: 0 0 10px;
    width: 900px;
    margin: 40px auto;
    background: #16b295;
    border: solid 5px #00BCD4;
    border-radius: 10px;
}

.flow h2 {
    margin: 0 auto;
    font-weight: bold;
}

.flow img {
    margin: 0 auto 10px;
}

.flow img.forpc {
    display: block;
}

.accordionbox {
    width: 100%;
    margin: 0;
    padding: 0;
    /*background-color: #0f152d;*/
}

.accordionlist dt {
    display: block;
    width: auto;
    overflow: hidden;
    padding: 10px;
    border: solid 1px #fff;
    position: relative;
}

.accordionlist dt:hover {
    cursor: pointer;
}

.accordionlist dd {
    padding: 30px;
}

ul.multiple-items li span,
ul.multiple-items3 li span {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 90%;
    line-height: 1.3em;
}

ul.card {
    margin: 10px auto 30px;
}

ul.card li span {
    display: block;
    margin: 10px auto 0;
    text-align: left;
    font-size: 90%;
    line-height: 1.5em;
    width: 360px;
}

#accordion1 .accordionlist dd {
    display: block;
}

.accordion_icon,
.accordion_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.accordion_icon {
    position: absolute;
    width: 30px;
    height: 30px;
    padding: 0;
    top: 16px;
    right: 10px;
}

.accordion_icon span {
    position: absolute;
    left: 6px;
    width: 50%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.accordion_icon span:nth-of-type(1) {
    top: 5px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
    top: 5px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}


/*＋、－切り替え*/

.accordion_icon.active span:nth-of-type(1) {
    display: none;
}

.accordion_icon.active span:nth-of-type(2) {
    top: 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.slick-slide img {
    margin: 0 auto;
}

.slick-dotted.slick-slider {
    padding-bottom: 10px;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #eafd05 !important;
}

.slick-prev:before,
.slick-next:before {
    font-size: 30px !important;
}

.slick-prev,
.slick-next {
    width: 30px !important;
    height: 30px !important;
}

.sizeTbl {
    width: 85%;
    text-align: left;
    margin: 0 auto 50px;
}

.sizeTbl table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-top: 5px;
}

.sizeTbl table th {
    color: #fff;
    width: 16%;
}

.sizeTbl table th,
.sizeTbl table td {
    text-align: center;
    border: solid 1px #fff;
    padding: 8px 0;
    font-size: 16px;
}

.sizeTbl table td input {
    width: auto !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.price {
    display: block;
    margin: 0 auto 40px;
    height: auto;
}

.subttl {
    margin: 40px 0 0;
    text-align: left;
}

.tshirt {
    display: block;
    margin: 20px auto 40px;
}

.lb-data .lb-number {
    display: none !important;
}

.lb-data .lb-caption {
    font-size: 16px !important;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fade {
    animation: fadeIn 2.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 2.5s ease 0s 1 normal;
}


/*
 お知らせ欄
*/

.info {
    border: 1px solid #fff;
    padding: 0px 15px;
    margin-bottom: 22px;
}

.sendTbl {
    text-align: left;
    margin: 0 auto 50px;
}

.sendTbl table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-top: 5px;
}

.sendTbl table th {
    color: #fff;
    width: 16%;
}

.formBtns input .sendTbl table th,
.sendTbl table td {
    text-align: center;
    border: solid 1px #fff;
    padding: 8px 0;
    font-size: 16px;
    line-height: 21px;
}

.sendTbl table td input {
    width: auto !important;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.sendTbl p {
    line-height: 32px
}

.loginArea {
    margin: 20px auto;
    padding: 60px 0;
    background: rgba(248, 185, 9, 0.55);
    border-radius: 15px;
}

.inpuExp p {
    margin: 0;
    padding: 0 20px;
    color: #000;
    font-size: 20px;
}

.inputArea {
    display: block;
    margin: 0;
}

#msg2 {
    margin-top: 20px;
    font-size: 20px;
}

.pwarea {
    margin: 20px auto;
}

.formBtns input,
.loginBtn {
    background-color: #f8b909;
    color: #000;
    font-weight: bold;
    margin: 5px;
    padding: 10px 15px;
    font-size: 18px;
    border-radius: 10px;
    border: solid 3px #fff;
}

.formBtns input:hover,
.loginBtn:hover {
    cursor: pointer;
    opacity: .8;
}

.loginBtn {
    display: inline-block;
    overflow: hidden;
    margin: 20px auto 10px;
    padding: 15px;
}

input[type="text"],
textarea {
    outline: none;
    border: 3px solid #f8b909;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-family: sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    width: 300px;
    padding: 5px;
    -webkit-transition: width .3s;
    transition: width .3s;
}

input[type="text"]:focus,
textarea:focus {
    box-shadow: 0 0 7px #01b4ee;
    border: 1px solid #01b4ee;
    /*width: 280px;*/
}


/* Chrome */

::-webkit-input-placeholder {
    color: rgba(0, 160, 233, 0.56);
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
}

:-moz-placeholder {
    color: rgba(0, 160, 233, 0.56);
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
}


/* Firefox */

::-moz-placeholder {
    color: rgba(0, 160, 233, 0.56);
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
}


/* IE */

:-ms-input-placeholder {
    color: rgba(0, 160, 233, 0.56);
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
}

.inptMove {
    display: none;
}


/*kakomi*/

.orderPeriod {
    padding: 20px;
    margin: 10px 0 0;
    font-size: 20px;
    font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo UI", "メイリオ", "Meiryo", "游ゴシック", YuGothic, "メイリオ", "Meiryo", 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #fff;
    text-align: center;
    line-height: 1em;
    display: inline-block;
    background: #16b295;
}

a.orderPeriod {
    color: #fff;
}

a.orderPeriod:hover {
    text-decoration: underline;
}


/*

FOOTER

*/

footer {
    width: 100%;
    padding: 40px 0;
    text-align: center;
    font-size: 10px;
    color: #595959;
}


/* ANCHOR */

.toTop {
    position: fixed;
    bottom: 20px;
    right: 0;
    padding: 0;
    text-align: left;
    line-height: 1em;
    z-index: 9999;
}

.toTop a img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: alpha(opacity=70);
    -khtml-opacity: 0.7;
    -moz-opacity: 0.7;
    cursor: pointer;
}

.toTop a img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
}

.share {
    margin: 60px auto 0;
}

.share li {
    vertical-align: top;
}

.slick-slide {
    height: auto !important;
}

.youtube iframe{width: 100%;}
.content-wrap{
    margin: 20px 20px;
    width: 49%;
    max-width: 494px;
    text-align: center;
    float: left;
}
.content-wrap p{
    text-align: left;
    margin: 5px auto;
}
.content-wrap h3{
    margin: 10px auto;
    font-size: 21px;
    color: #000;
    font-weight: bold;
}
.content-wrap h3 span{
    font-size: 15px;
    letter-spacing: 3px;
}
.one-content{
    width: 100%!important;
    margin: 20px auto;
    float: none;
}
.one-content h3{
    text-align: center;
}
.clear{clear: both;}
.row{display: block;}
.toptxt{text-align: left;}
.hyo1-img img{border: 1px solid #f8b909;}
.hyo1-img h2{
    font-size: 20px;
    margin: 0 0 10px;
}


.square_btn {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #5c5c5c;
    transition: .4s;
    
    float: left;
    margin: 5px;
    width: 112px;
  }

.square_btn_mantaro {width: 235px!important;}

.square_btn:hover {
    background: #1ec7bb;
}

