@charset "UTF-8";
/*
Theme Name: Tokyo Esports Gate
Description: Tokyo Esports Gate
Author:Tokyo Esports Gate
*/
/* CSS Document */
/* ////////////////////////////////////////////
   ////////////////////////////////////////////
 .less基本関数
   ////////////////////////////////////////////
  ////////////////////////////////////////////
*/
/*$includeVal:($innerWidth - 550) / $innerWidth * 100 * 0.5 * 1%;*/
/* ////////////////////////////////////////////
   ////////////////////////////////////////////
   ブレイクポイント設定
   ////////////////////////////////////////////
  ////////////////////////////////////////////
*/
.breakpoint {
  opacity: 0;
  width: 0px;
  height: 0px;
  position: fixed;
  bottom: 0px;
  left: 0px;
}

/* ////////////////////////////////////////////
   ////////////////////////////////////////////
   スクロールライン設定
   ////////////////////////////////////////////
  ////////////////////////////////////////////
*/
.topLine {
  position: fixed;
  top: 0%;
  right: 0px;
  height: 1px;
  background-color: #000;
  width: 100px;
  opacity: 0;
  z-index: 100;
}

.halfLine {
  position: fixed;
  top: 50%;
  right: 0px;
  height: 1px;
  background-color: #000;
  width: 100px;
  opacity: 0;
  z-index: 100;
}

.endLine {
  position: fixed;
  bottom: 0px;
  right: 0px;
  height: 1px;
  background-color: #000;
  width: 100px;
  opacity: 0;
  z-index: 100;
}

/*IE用にobject-fitのフォロー*/
.object-fit {
  object-fit: cover;
  font-family: "object-fit: cover;";
  /*IE対策*/
}

/*ブロック要素の天地中央*/
/*ブロック要素の天地中央のクリア*/
/*ボックスシャドウ*/
/*ブラー*/
/*角丸*/
/*cssアニメーション効果*/
/*cssアニメーション解除*/
/*cssアニメーション効果(ease)*/
/*cssアニメーション効果(fast)*/
/*inline-blockのリスト*/
/*aタグタグ詳細設定関数　
.linkConfig(通常時文字色;ホーバー時文字色;false;true);
*/
/*/////////////////
フォームのパーツ関連
/////////////////*/
/*ドロップダウンメニュー*/
/*ラジオボタン&チェックボックス*/
/*フォーカスした際のミックスイン*/
/*ボタン作成
$color
文字色、矢印色
$arrowRotate
45deg→右向き
135deg→下向き
false→矢印なし
$bgColor
背景色
$borderWidth
*/
/*
$flipSpan:item内にまとめる個数、
$liMargin:li同士のマージン,
$horigen:横一列の個数、
$pointer:ポインターの有無(bool);

*/
/* ////////////////////////////////////////////
   ////////////////////////////////////////////
   オリジナル
   ////////////////////////////////////////////
  ////////////////////////////////////////////
*/
/* //////////////// アニメーション //////////////// */
/* ======================================== */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* ======================================== */
@keyframes navFadeIn {
  0% {
    visibility: visible;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes navFadeOut {
  0% {
    visibility: visible;
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    visibility: hidden;
  }
}
/* ======================================== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes bgiLoop {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1033px 0px;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(40px);
    opacity: 0;
  }
}
@keyframes introduction {
  from {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes zoomOut {
  from {
    opacity: 0;
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scrollCtr {
  from {
    overflow: hidden;
  }
  to {
    overflow: scroll;
  }
}
@keyframes hideContent {
  from {
    opacity: 0;
    max-height: 0em;
  }
  to {
    opacity: 1;
    max-height: 1000em;
  }
}
@keyframes fluffy1 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-10px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rotateIn {
  from {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: bottom left;
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: bottom left;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: bottom left;
  }
  to {
    opacity: 0;
    -webkit-transform: none;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: bottom left;
  }
}
/*アプリ*/
/*PR*/
@keyframes outCircle {
  0% {
    background-color: #FFF;
  }
  50% {
    background-color: #FFF;
  }
  100% {
    background-color: #E1251B;
  }
}
@keyframes innerCircle {
  0% {
    background-color: #F0F0F0;
    fill: #F0F0F0;
  }
  50% {
    background-color: #E1251B;
    fill: #E1251B;
  }
  100% {
    background-color: #F0F0F0;
    fill: #F0F0F0;
  }
}
/* ////////////////////////////////////////////
   ////////////////////////////////////////////
   webフォント関数
   ////////////////////////////////////////////
  ////////////////////////////////////////////
*/
/* ===================================================================
CSS information
 style info :リセット及びbody初期設定 (このCSSは通常変更しない)
=================================================================== */
/* reset */
html {
  font-size: 62.5%;
  /* フォントの基準値を10pxに指定*/
}

* {
  line-height: 1;
}

body, div, dl, dt, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

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

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

input, button, select, textarea {
  font-size: 1.4rem;
  color: inherit;
  margin: 0;
}
input:focus, button:focus, select:focus, textarea:focus {
  outline: 0;
  border: 2px solid #000;
}

input, button {
  line-height: normal;
  vertical-align: inherit;
  *vertical-align: middle;
}

input::-moz-focus-inner, button::-moz-focus-inner, textarea::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]:focus {
  outline-offset: -2px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=submit], input[type=reset], input[type=button], input[type=password], button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=text], input[type=password] {
  -webkit-appearance: none;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 0;
  -webkit-border-radius: 0px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  border-radius: 0;
  -webkit-border-radius: 0px;
  border: 1px solid #000;
}

#access_article_S span {
  font-size: 100%;
}

section {
  border: 0;
}

a {
  outline: none;
}

.right {
  list-style-type: none;
}

/* HTML5要素ブロック化 */
header, nav, section, article, aside, footer, address, strong, b, p {
  display: block;
}

p {
  word-wrap: break-word;
}

/* default */
/*body {
	background: #fff;
	color: #333333;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.4;
}*/
body {
  background: #FFF;
  color: #000;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1.8;
}

html, body {
  height: 100%;
}

/* IE6 base font */
* html body {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

#customPage img {
  border-style: none;
  width: 100%;
}

#fb-root {
  display: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/* CSS Document */
/* ////////////////////////////////////////////
   ////////////////////////////////////////////

全サイト共通部分

  ////////////////////////////////////////////
  ////////////////////////////////////////////
*/
/*
一般設定
----------------------------------------
*/
ul {
  list-style-type: none;
}

/*
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../font/HelveticaNeueLTStd-Md.otf') format('opentype');
}
@font-face {
  font-family: 'HelveticaNeue';
  font-weight: bold;
  src: url('../font/HelveticaNeueLTStd-BdCn.otf') format('opentype');
}
*/
/*
背景設定
----------------------------------------
*/
html.noscroll {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/*
テキスト&埋め込みテキスト設定
----------------------------------------
*/
body {
  font-size: 1.3em;
  /* 13px */
}

body {
  /*-webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;*/
}

input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
}

svg {
  width: 100%;
  height: 100%;
}

img {
  width: 100%;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
}

/*
loadingオーバーレイ
----------------------------------------
*/
#loading_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  background-color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  opacity: 1;
}
#loading_overlay > div {
  border: 4px solid rgba(38, 46, 49, 0.2);
  border-top-color: #262E31;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-top: -30px;
  margin-left: -30px;
  border: 4px solid #ccc;
  border-top-color: #666;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  animation: loading 1.2s linear infinite;
  -webkit-animation: loading 1.2s linear infinite;
}
#loading_overlay.loadingFinish {
  z-index: -10;
  opacity: 0;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.preview {
  margin: 60px 0px 0px 30px;
}
.preview ul {
  list-style-type: disc;
}
.preview ul > h4 {
  margin-bottom: 30px;
  font-size: 2rem;
}
.preview ul li {
  margin-bottom: 20px;
  font-size: 1.6rem;
  margin-left: 20px;
}
.preview ul li a:link {
  text-decoration: underline;
}
.preview ul li a:hover {
  text-decoration: none;
}

br.point2 {
  display: none;
}

br.point1 {
  display: none;
}

br.basic {
  display: inline-block;
}

/*//////////////////////////////////////////
////////////////////////////////////////////
point1////////////////////////////////
////////////////////////////////////////////
//////////////////////////////////////////*/
/*//////////////////////////////////////////
////////////////////////////////////////////
point2////////////////////////////////
////////////////////////////////////////////
//////////////////////////////////////////*/
/* CSS Document */
/* ////////////////////////////////////////////
   ////////////////////////////////////////////
   ブレイクポイント変数
   ////////////////////////////////////////////
  ////////////////////////////////////////////
*/
/* ////////////////////////////////////////////
   ////////////////////////////////////////////

オリジナル要素

  ////////////////////////////////////////////
  ////////////////////////////////////////////
*/
/*
コンテナ設定
----------------------------------------
*/
html {
  height: 100%;
}

.preview a:link, .preview a:visited, .preview a:hover {
  color: #000;
}

body {
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
  position: relative;
  width: 100%;
  font-size: 1.3rem;
  color: #666666;
}
body a:link, body a:visited {
  color: #666;
}
body a:link {
  text-decoration: none;
}
body a:visited {
  text-decoration: none;
}
body a:hover {
  color: #666;
}
body a:hover {
  text-decoration: none;
}
body .imgwrap {
  position: relative;
}
body .imgwrap.false {
  display: none;
}
body .imgwrap:after {
  content: "";
  display: block;
  padding-top: 100%;
}
body .imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
}
body.code_form {
  background-color: #3399EE;
}
body.code_form.top > header {
  padding: 30px 0px;
}
body.code_form.top > header > div {
  width: 110px;
}
body.code_form.top #wrapper .form_content section {
  width: 100%;
}
body.code_form.top #wrapper .form_content section #code_form .kiyaku > span {
  line-height: 1.6;
  display: block;
  margin-bottom: 20px;
}
body.code_form.top #wrapper .form_content section #code_form .kiyaku > div {
  border: 1px solid #000;
  padding: 5px 5px;
  text-align: left;
  overflow: scroll;
  height: 150px;
  margin-bottom: 10px;
}
body.code_form.top #wrapper .form_content section #code_form .kiyaku > div > p {
  line-height: 1.6;
}
body.code_form.top #wrapper .form_content section #code_form .kiyaku > p > label {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.code_form.top #wrapper .form_content section #code_form .kiyaku > p > label input {
  margin-right: 5px;
}
body.code_form.top #wrapper .form_content section #code_form p.btn.disable {
  position: relative;
  opacity: 0.3;
}
body.code_form.top #wrapper .form_content section #code_form p.btn.disable:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0);
}
body.code_form > header {
  background-color: #3399EE;
  padding: 15px 0px;
}
body.code_form > header > div {
  width: 65px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
body.code_form #wrapper .form_content {
  background-color: #3399EE;
}
body.code_form #wrapper .form_content section {
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  width: calc(100% - 40px);
  background-color: #FFF;
}
body.code_form #wrapper .form_content section:after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background-color: #3399EE;
}
body.code_form #wrapper .form_content section #code_form {
  padding: 20px 20px;
}
body.code_form #wrapper .form_content section #code_form > div > div > div {
  text-align: center;
  margin-bottom: 40px;
}
body.code_form #wrapper .form_content section #code_form > div > div > div h4 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
body.code_form #wrapper .form_content section #code_form > div > div > div p {
  font-weight: bold;
  line-height: 1.6;
}
body.code_form #wrapper .form_content section #code_form > div > div > div p.thanks {
  line-height: 2;
  padding: 60px 0px;
  font-size: 1.6rem;
}
body.code_form #wrapper .form_content section #code_form > div > div > div .state {
  display: none;
}
body.code_form #wrapper .form_content section #code_form > div > div > div span {
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 10px;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li {
  text-align: center;
  margin-bottom: 50px;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div:first-of-type {
  margin-bottom: 15px;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div:first-of-type b {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div:first-of-type p {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div:first-of-type strong {
  font-size: 1.8rem;
  line-height: 1.6;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > span.errorMsg {
  color: #F00;
  margin-bottom: 15px;
  display: block;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div input[type=text] {
  border: 1px solid #666;
  padding: 8px 3px;
  font-weight: bold;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div input[type=text]::placeholder {
  color: #ccc;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.names {
  display: flex;
  justify-content: space-between;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.names input[type=text] {
  text-align: center;
  width: calc((100% - 10px) / 2);
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.full input[type=text] {
  width: 100%;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.postal {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.postal input[type=text]:first-of-type {
  width: calc((100% - 30px) * 0.4);
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.postal span {
  width: 30px;
  text-align: center;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.postal input[type=text]:last-of-type {
  width: calc((100% - 30px) * 0.6);
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.address input[type=text] {
  margin-bottom: 15px;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.address input[type=text]:last-of-type {
  margin-bottom: 0px;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.categorys > ul > li {
  margin-bottom: 25px;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.categorys > ul > li:last-of-type {
  margin-bottom: 0px;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.categorys > ul > li label {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.categorys > ul > li label > input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0px;
  left: 0px;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.categorys > ul > li label > input:checked + p b span {
  display: block;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.categorys > ul > li label > input:checked + p > strong {
  border: 1px solid #666;
  background-color: #666;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.categorys > ul > li label > input:checked + p > strong > span {
  color: #FFF;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.categorys > ul > li label > input:checked + p > strong > span:before {
  color: #FFF;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.categorys > ul > li label > p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.categorys > ul > li label > p > b {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  border: 1px solid #666;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: relative;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.categorys > ul > li label > p > b > span {
  display: none;
  width: 10px;
  height: 10px;
  background-color: #666;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.categorys > ul > li label > p > strong {
  width: calc(100% - 25px);
  border: 1px solid #666;
  padding: 10px 0px;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.categorys > ul > li label > p > strong > span {
  font-size: 1.2rem;
  font-weight: bold;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.categorys > ul > li label > p > strong > span:before {
  content: "#";
  margin-right: 10px;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.categorys > ul > li div {
  width: calc(100% - 25px);
  margin-left: 25px;
  text-align: center;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.categorys > ul > li div strong {
  color: #3399EE;
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.6;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.categorys > ul > li div p {
  text-align: left;
  line-height: 1.6;
  font-size: 1.2rem;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.imgUpload {
  position: relative;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.imgUpload .loader {
  border: 4px solid rgba(38, 46, 49, 0.2);
  border-top-color: #262E31;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-left: -30px;
  border: 4px solid #ccc;
  border-top-color: #666;
  box-sizing: border-box;
  animation: loading 1.2s linear infinite;
  -webkit-animation: loading 1.2s linear infinite;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.imgUpload .loader.none {
  display: none;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.imgUpload img.loading {
  display: block;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.imgUpload .imgwrap {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.imgUpload .imgwrap.false {
  display: none;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.imgUpload img.uploadImg {
  margin-bottom: 20px;
  display: block;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.imgUpload .upload {
  position: relative;
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.imgUpload .upload input[type=file] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.titles > label {
  position: relative;
  border: 1px solid #666;
  background-color: #CCCCCC;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: block;
  overflow: hidden;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.titles > label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  padding: 10px 30px 10px 10px;
  border: none;
  outline: none;
  background-clip: border-box;
  background-color: transparent;
  font-size: 1.2rem;
  font-weight: bold;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.titles > label span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  right: 10px;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.titles > label span:before {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #666;
  display: inline-block;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.titles > span {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px 0px;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.titles > p {
  display: flex;
  align-items: center;
  justify-content: space-betweent;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.titles > p span {
  width: 20px;
  font-size: 1.6rem;
  font-weight: bold;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.titles > p input[type=text] {
  width: calc(100% - 20px);
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.point textarea {
  text-align: left;
  width: calc(100% - 20px);
  padding: 10px;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.postPhotoConfirm > b {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.postPhotoConfirm > ul > li {
  margin-bottom: 30px;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.postPhotoConfirm > ul > li > span {
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.postPhotoConfirm > ul > li > p {
  font-size: 1.8rem;
  line-height: 1.6;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.postPhotoConfirm > ul > li > .imgwrap {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.postPhotoConfirm > ul > li > .point {
  text-align: left;
}
body.code_form #wrapper .form_content section #code_form .btn {
  margin-bottom: 20px;
}
body.code_form #wrapper .form_content section #code_form .btn button, body.code_form #wrapper .form_content section #code_form .btn a, body.code_form #wrapper .form_content section #code_form .btn span {
  padding: 20px 0px;
  text-align: center;
  width: 100%;
  display: block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #666666;
  cursor: pointer;
}
body.code_form #wrapper .form_content section #code_form .btn button.blue, body.code_form #wrapper .form_content section #code_form .btn a.blue, body.code_form #wrapper .form_content section #code_form .btn span.blue {
  background-color: #3399EE;
}
body.code_form #wrapper .form_content section #code_form .btn.full button {
  width: 100%;
}
body.code_form #wrapper .form_content section #code_form .btn.half {
  display: flex;
  justify-content: space-between;
}
body.code_form #wrapper .form_content section #code_form .btn.half button {
  width: calc((100% - 20px) / 2);
}
body.index {
  background-color: #F8F8F2;
}
body.index .toggle_in {
  width: 40%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  left: 0;
  right: 0;
}
body.index .toggle_in > div {
  height: 3px;
  width: 100%;
  background: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.index .toggle_in > div.toggle_2 {
  margin: 4px 0;
}
body.index.navopend .toggle_in > div.toggle_2 {
  opacity: 0;
}
body.index.navopend .toggle_in > div.toggle_1 {
  -webkit-transform: translate(0, 7px) rotate(45deg);
  transform: translate(0, 7px) rotate(45deg);
}
body.index.navopend .toggle_in > div.toggle_3 {
  -webkit-transform: translate(0, -7px) rotate(-45deg);
  transform: translate(0, -7px) rotate(-45deg);
}
body.index.top header {
  display: none;
}
body.index.top section {
  margin-bottom: 80px;
}
body.index .postimg {
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
body.index .postimg a:hover p.imgwrap {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  transform: scale(1.1);
}
body.index .postimg a p.rank {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 30px;
  height: 40px;
  border-radius: 10px 0px 0px 0px;
  background-color: #666666;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.index .postimg a p.rank span {
  color: #FFF;
  font-family: jaf-domus-titling-web, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
}
body.index .postimg a p.rank.rank1 {
  background-color: #CC9900;
}
body.index .postimg a p.rank.rank2 {
  background-color: #999999;
}
body.index .postimg a p.rank.rank3 {
  background-color: #996633;
}
body.index .postimg a p.title {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  background-color: rgba(248, 248, 242, 0.9);
  font-weight: bold;
  font-size: 1.4rem;
  border-radius: 0px 0px 0px 10px;
  padding: 5px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  text-align: right;
}
body.index .postimg a ul {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
body.index .postimg a ul > li {
  width: 100%;
  text-align: center;
  padding: 5px 0px;
  font-size: 1.4rem;
  font-family: jaf-domus-titling-web, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-weight: 600;
}
body.index .postimg a ul li.arrival {
  background-color: rgba(187, 85, 136, 0.9);
  color: #FFF;
}
body.index .postimg a ul li.pickup {
  background-color: rgba(221, 221, 51, 0.9);
  color: #666;
}
body.index .swiper-pagination {
  width: 100%;
  text-align: center;
  position: relative;
}
body.index .swiper-pagination .swiper-pagination-bullet {
  background-color: #666;
  margin-right: 10px;
  opacity: 1;
  width: 12px;
  height: 12px;
}
body.index .swiper-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0px;
}
body.index .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
body.index .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #3399CC;
}
body.index .next:focus, body.index .prev:focus {
  outline: none;
}
body.index header {
  position: relative;
  padding: 12px 10px;
  z-index: 2;
}
body.index header > div.logo {
  width: 90px;
  height: 53px;
}
body.index header > div.logo svg {
  height: auto !important;
  fill: #3399CC;
}
body.index .toggle {
  width: 25px;
  height: 25px;
  display: block;
  opacity: 1;
  right: 10px;
  top: 30px;
  position: fixed;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
body.index .toggle > div {
  width: 25px;
}
body.index .toggle .toggle_in > div {
  background: #666666;
}
body.index .search {
  right: 12px;
  top: 70px;
  position: fixed;
  z-index: 10;
}
body.index .search p {
  color: #666;
  font-size: 2rem;
}
body.index.navopend nav {
  right: 0%;
}
body.index > nav {
  width: 100%;
  height: 100vh;
  right: -100%;
  position: fixed;
  top: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #F8F8F2;
  z-index: 11;
}
body.index > nav > div.nav {
  padding: 20px 0px 0px 0px;
}
body.index > nav > div.nav > div.logos > div.logo {
  width: 140px;
  height: 82px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  margin-bottom: 20px;
}
body.index > nav > div.nav > div.logos > div.logo svg {
  height: auto !important;
  fill: #3399CC;
}
body.index > nav > div.nav > div.logos > p {
  text-align: center;
  line-height: 1.8;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
body.index > nav > div.nav > div.navs {
  margin-bottom: 20px;
}
body.index > nav > div.nav > div.navs > ul {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  margin-bottom: 20px;
}
body.index > nav > div.nav > div.navs > ul > li {
  margin-bottom: 20px;
}
body.index > nav > div.nav > div.navs > ul > li a {
  padding: 10px 5px;
  text-align: center;
  border: 2px solid #666;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  font-weight: bold;
  font-size: 1.4rem;
  display: block;
  letter-spacing: 0.2rem;
}
body.index > nav > div.nav > div.navs > ul > li a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #666;
  color: #FFF;
}
body.index > nav > div.nav > div.navs > ul > li:last-of-type {
  margin-bottom: 0px;
}
body.index > nav > div.nav > div.navs > ol {
  text-align: center;
  list-style-type: none;
  margin-bottom: 40px;
}
body.index > nav > div.nav > div.navs > ol > li {
  margin-bottom: 10px;
}
body.index > nav > div.nav > div.navs > ol > li a {
  font-weight: bold;
}
body.index > nav > div.nav > div.others > ul {
  text-align: center;
}
body.index > nav > div.nav > div.others > ul > .instagram {
  font-size: 2.6rem;
  margin-bottom: 10px;
}
body.index > nav > div.nav > div.others > ul > li {
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  margin-bottom: 10px;
}
body.index > nav > div.nav > div.others > ul > li.ashitano {
  width: 160px;
}
body.index > nav > div.nav > div.others > ul > li.fuji {
  width: 80px;
}
body.index > nav > div.nav > div.others > ul > li a {
  font-weight: bold;
}
body.index #wrapper .mainVis {
  width: calc(100% - 10px - 40px - 5px);
  margin-left: 10px;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
body.index #wrapper .mainVis .infiniteslide_wrap {
  width: calc((100% - 20px) / 3 * 2 + 10px);
}
body.index #wrapper .mainVis .infiniteslide_wrap:nth-of-type(2), body.index #wrapper .mainVis .infiniteslide_wrap:nth-of-type(4) {
  width: calc((100% - 20px) / 3 * 1);
}
body.index #wrapper .mainVis .infiniteslide_wrap > div {
  width: 100%;
}
body.index #wrapper .mainVis .infiniteslide_wrap > div > ul {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
body.index #wrapper .mainVis .infiniteslide_wrap > div > ul > li {
  width: calc((100% - 10px) / 2);
  margin-bottom: 20px;
}
body.index #wrapper .mainVis .infiniteslide_wrap > div > ul > li.large {
  width: 100%;
}
body.index #wrapper .mainVis .infiniteslide_wrap > div > ul > li.postimg a p.title {
  font-size: 0.8rem;
  padding: 2px 5px;
}
body.index #wrapper .mainVis .infiniteslide_wrap > div > ul > li.postimg a ul > li {
  padding: 2px 3px 4px 3px;
  font-size: 1rem;
  font-weight: 600;
}
body.index #wrapper .mainVis .infiniteslide_wrap > div > ul > li.postimg a ul li.arrival {
  background-color: rgba(187, 85, 136, 0.9);
  color: #FFF;
}
body.index #wrapper .mainVis .infiniteslide_wrap > div > ul > li.postimg a ul li.pickup {
  background-color: rgba(221, 221, 51, 0.9);
  color: #666;
}
body.index #wrapper .mainVis .infiniteslide_wrap > div.cont2 > ul > li {
  width: 100%;
}
body.index #wrapper .mainVis > p {
  writing-mode: vertical-lr;
  position: absolute;
  right: 15px;
  bottom: 20px;
}
body.index #wrapper .mainVis > p > strong {
  display: inline;
}
body.index #wrapper .mainVis > p i {
  display: inline;
}
body.index #wrapper section .cap {
  text-align: center;
}
body.index #wrapper section .cap h4 {
  font-family: jaf-domus-titling-web, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 4rem;
  margin-bottom: 20px;
  letter-spacing: 0.2rem;
  display: block;
}
body.index #wrapper section .cap h5 {
  font-family: jaf-domus-titling-web, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 3.2rem;
  margin-bottom: 20px;
  display: block;
}
body.index #wrapper section .cap strong {
  font-size: 1.4rem;
  color: #3399CC;
  margin-bottom: 40px;
  font-weight: normal;
}
body.index #wrapper section .cap p {
  margin-bottom: 40px;
  line-height: 1.6;
}
body.index #wrapper section .btn a {
  background-color: #FFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #666;
  text-align: center;
  padding: 20px 10px;
  display: block;
  font-size: 1.6rem;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
body.index #wrapper section .btn a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #666;
  color: #FFF;
}
body.index #wrapper .to_search {
  padding: 80px 0px;
}
body.index #wrapper .to_search .btn {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  max-width: 350px;
}
body.index #wrapper .to_search .btn a {
  background-color: #666;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #666;
  text-align: center;
  padding: 20px 10px;
  display: block;
  font-size: 1.6rem;
  color: #FFF;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
body.index #wrapper .to_search .btn a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #FFF;
  color: #666;
}
body.index .brands > ul > li {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
body.index .brands > ul > li:first-of-type {
  border-bottom: 1px solid #666;
}
body.index .brands > ul > li > div {
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  text-align: center;
}
body.index .brands > ul > li > div .logo {
  margin-bottom: 20px;
}
body.index .brands > ul > li > div p {
  line-height: 1.6;
  margin-bottom: 20px;
}
body.index .brands > ul > li > div .btn a {
  background-color: #FFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: 1px solid #666;
  text-align: center;
  padding: 20px 10px;
  display: block;
  font-size: 1.6rem;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
body.index .brands > ul > li > div .btn a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #666;
  color: #FFF;
}
body.index .totop {
  text-align: right;
  height: 30px;
}
body.index .totop p {
  position: relative;
  right: 0px;
  width: 30px;
  height: 30px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  z-index: 4;
}
body.index .totop p.fixed {
  position: fixed;
  bottom: 0px;
  right: 0px;
}
body.index .totop p.visible {
  opacity: 1;
}
body.index .totop p a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: #3399CC;
  color: #FFF;
  border-radius: 10px 0px 0px 0px;
}
body.index footer {
  background-color: #3399CC;
  padding: 60px 0px 20px 0px;
}
body.index footer > div .logos {
  margin-bottom: 40px;
}
body.index footer > div .logos > div.logo {
  width: 140px;
  height: 82px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  margin-bottom: 20px;
}
body.index footer > div .logos > div.logo svg {
  height: auto !important;
  fill: #FFF;
}
body.index footer > div .logos > p {
  text-align: center;
  line-height: 1.8;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
}
body.index footer > div .navs {
  margin-bottom: 40px;
}
body.index footer > div .navs > ul, body.index footer > div .navs > ol {
  text-align: center;
  list-style-type: none;
}
body.index footer > div .navs > ul > li, body.index footer > div .navs > ol > li {
  margin-bottom: 20px;
}
body.index footer > div .navs > ul > li a, body.index footer > div .navs > ol > li a {
  font-weight: bold;
  color: #FFF;
}
body.index footer > div .navs > ul > li a:link, body.index footer > div .navs > ol > li a:link {
  text-decoration: underline;
}
body.index footer > div .navs > ul > li a:hover, body.index footer > div .navs > ol > li a:hover {
  text-decoration: none;
}
body.index footer > div .others {
  margin-bottom: 20px;
}
body.index footer > div .others > ul {
  text-align: center;
}
body.index footer > div .others > ul > .instagram {
  font-size: 2.6rem;
  margin-bottom: 10px;
}
body.index footer > div .others > ul > .instagram a {
  color: #FFF;
}
body.index footer > div .others > ul > li {
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  margin-bottom: 10px;
}
body.index footer > div .others > ul > li.ashitano {
  width: 160px;
}
body.index footer > div .others > ul > li.ashitano svg, body.index footer > div .others > ul > li.ashitano svg * {
  fill: #FFF !important;
}
body.index footer > div .others > ul > li.fuji {
  width: 100px;
}
body.index footer > div .others > ul > li.fuji svg, body.index footer > div .others > ul > li.fuji svg * {
  fill: #FFF !important;
}
body.index footer > p {
  text-align: center;
  color: #FFF;
  font-size: 1.1rem;
}
body.index .introduction > div.flavor {
  margin-bottom: 40px;
}
body.index .introduction > div.flavor > div.point1 {
  display: none;
}
body.index .introduction > div.flavor > div > p {
  position: relative;
  width: 76%;
  text-align: left;
  padding: 20px 20px;
  margin-bottom: 20px;
}
body.index .introduction > div.flavor > div > p:last-of-type {
  margin-bottom: 0px;
}
body.index .introduction > div.flavor > div > p span {
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  color: #FFF;
  position: relative;
  z-index: 1;
  font-weight: bold;
}
body.index .introduction > div.flavor > div > p:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 0px 10px 10px 0px;
  background-color: #3399CC;
  z-index: 0;
}
body.index .introduction > div.description {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  margin-bottom: 60px;
}
body.index .introduction > div.description > p {
  text-align: left;
  line-height: 1.8;
}
body.index .top_slider > .swiper_overflow {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
body.index .top_slider > .swiper_overflow > p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  background-color: rgba(248, 248, 242, 0.9);
  z-index: 2;
}
body.index .top_slider > .swiper_overflow > p.next {
  right: 0px;
  border-radius: 10px 0px 0px 10px;
}
body.index .top_slider > .swiper_overflow > p.prev {
  left: 0px;
  border-radius: 0px 10px 10px 0px;
}
body.index .top_slider > .swiper_overflow > p.swiper-button-disabled {
  display: none;
}
body.index .top_slider > .swiper_overflow > .swiper {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
body.index .top_slider .swiper-pagination {
  margin-bottom: 40px;
}
body.index .top_instagram .instagram_feed {
  margin-bottom: 60px;
}
body.index .top_instagram .instagram_feed ul {
  display: flex;
  flex-wrap: wrap;
}
body.index .top_instagram .instagram_feed ul li {
  width: 50%;
}
body.index .top_instagram .instagram_feed ul li a:hover img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  transform: scale(1.1);
}
body.index .top_instagram .instagram_feed ul li p {
  overflow: hidden;
  position: relative;
}
body.index .top_instagram .instagram_feed ul li p:after {
  content: "";
  display: block;
  padding-top: 100%;
}
body.index .top_instagram .instagram_feed ul li p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
}
body.index .search_index .description {
  margin-bottom: 40px;
}
body.index .search_index .description p {
  text-align: center;
  line-height: 1.8;
}
body.index .search_index .categories {
  margin-bottom: 60px;
}
body.index .search_index .categories > ul {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
body.index .search_index .categories > ul > li {
  text-align: center;
  margin-bottom: 30px;
}
body.index .search_index .categories > ul > li:last-of-type {
  margin-bottom: 0px;
}
body.index .search_index .categories > ul > li span {
  color: #3399CC;
  display: block;
  line-height: 1.6;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
body.index .search_index .categories > ul > li p.btn a {
  max-width: 300px;
  width: calc(100% - 20px) !important;
}
body.index .search_index .tag_swiper {
  margin-bottom: 80px;
}
body.index .search_index .tag_swiper .balloon {
  background-color: #3399CC;
  padding: 40px 0px;
  color: #FFF;
  text-align: center;
  width: 280px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  margin-bottom: 40px;
  position: relative;
}
body.index .search_index .tag_swiper .balloon strong {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
body.index .search_index .tag_swiper .balloon p {
  font-size: 1.4rem;
  line-height: 1.6;
}
body.index .search_index .tag_swiper .balloon:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #3399CC;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  bottom: -10px;
  position: absolute;
}
body.index .search_index .tag_swiper .swiper {
  margin-bottom: 30px;
  overflow: hidden;
}
body.index .search_index .tag_swiper .swiper .swiper-wrapper .swiper-slide {
  width: auto;
}
body.index .search_index .tag_swiper .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  padding: 8px 10px;
  border: 1px solid #666;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background-color: #FFF;
}
body.index .search_index .tag_swiper .swiper .swiper-wrapper .swiper-slide a:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #666;
  color: #FFF;
}
body.index .search_freeword {
  background-color: #666666;
  color: #FFF;
  padding: 80px 0px;
  margin-bottom: 60px;
}
body.index .search_freeword div.wordinput p {
  text-align: center;
  margin-bottom: 60px;
}
body.index .search_freeword div.wordinput p strong {
  font-weight: normal;
  line-height: 1.6;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
body.index .search_freeword div.wordinput p span {
  line-height: 1.6;
}
body.index .search_freeword div.wordinput div {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
body.index .search_freeword div.wordinput div form {
  display: flex;
  background-color: #FFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
}
body.index .search_freeword div.wordinput div form input[type=text] {
  border: none;
  color: #666;
  padding: 10px 5px;
  width: calc(100% - 30px - 1px);
}
body.index .search_freeword div.wordinput div form button {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  position: relative;
  width: 30px;
}
body.index .search_freeword div.wordinput div form button:before {
  content: "";
  width: 1px;
  background-color: #666;
  height: calc(100% - 4px);
}
body.index .search_freeword div.wordinput div form button i {
  padding: 0px 5px;
}
body.index .list_grid {
  margin-bottom: 80px;
}
body.index .list_grid > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  margin-bottom: 40px;
}
body.index .list_grid > ul > li {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
}
body.index .list_grid > ul > li:nth-of-type(odd) {
  margin-right: 20px;
}
body.index .search_result .search_word {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  text-align: center;
  border-top: 2px solid #666;
  border-bottom: 2px solid #666;
  padding: 15px 0px;
  margin-bottom: 40px;
}
body.index .search_result .search_word p {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
}
body.index .search_result .tabs {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
  margin-bottom: 40px;
}
body.index .search_result .tabs ul {
  display: flex;
  justify-content: space-between;
}
body.index .search_result .tabs ul li {
  text-align: center;
  width: calc((100% - 20px) / 3);
  font-weight: bold;
}
body.index .search_result .tabs ul li.selected a {
  color: #FFF;
  border-bottom: 2px solid #3399CC;
  background-color: #3399CC;
  border-radius: 10px 8px 0px 0px;
}
body.index .search_result .tabs ul li a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #666;
  font-size: 1.3rem;
}
body.index .search_result .result_empty {
  padding: 60px 0px;
  text-align: center;
}
body.index .search_result .result_empty p {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
}
body.index .search_result .result_list > ul {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
body.index .search_result .result_list > ul > li {
  margin-bottom: 30px;
}
body.index .search_result .result_list > ul > li a {
  display: flex;
  justify-content: space-between;
}
body.index .search_result .result_list > ul > li a:hover * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.8;
}
body.index .search_result .result_list > ul > li a > .imgwrap {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
body.index .search_result .result_list > ul > li a > div {
  width: calc(100% - 90px - 10px);
}
body.index .search_result .result_list > ul > li a > div .head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
body.index .search_result .result_list > ul > li a > div .head .date {
  font-size: 1.3rem;
  font-family: jaf-domus-titling-web, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-weight: bold;
}
body.index .search_result .result_list > ul > li a > div .head ul {
  display: flex;
  justify-content: flex-end;
}
body.index .search_result .result_list > ul > li a > div .head ul > li {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 2px 4px 5px 4px;
  font-size: 1.1rem;
  font-family: jaf-domus-titling-web, sans-serif;
  font-weight: 200;
  font-style: normal;
  text-align: center;
  font-weight: bold;
}
body.index .search_result .result_list > ul > li a > div .head ul > li.arrival {
  background-color: #BB5588;
  color: #FFF;
  margin-right: 5px;
}
body.index .search_result .result_list > ul > li a > div .head ul > li.pickup {
  background-color: #DDDD33;
  color: #666;
}
body.index .search_result .result_list > ul > li a > div .tags strong {
  font-size: 1.3rem;
  margin-bottom: 5px;
}
body.index .search_result .result_list > ul > li a > div .tags .category {
  color: #3399CC;
}
body.index .search_result .result_list > ul > li a > div .cont > p {
  display: flex;
  align-items: flex-end;
  margin-bottom: 5px;
}
body.index .search_result .result_list > ul > li a > div .cont > p strong {
  font-size: 1.6rem;
}
body.index .search_result .result_list > ul > li a > div .cont > p span {
  font-size: 1.2rem;
  margin-left: 5px;
}
body.index .search_result .result_list > ul > li a > div .cont > div > p {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  font-size: 1.2rem;
}
body.index .search_result .result_list .pagenate > nav .pagination {
  display: flex;
  justify-content: center;
}
body.index .search_result .result_list .pagenate > nav .pagination > li {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
body.index .search_result .result_list .pagenate > nav .pagination > li:first-of-type > *, body.index .search_result .result_list .pagenate > nav .pagination > li:last-of-type > * {
  line-height: 0.6;
  font-size: 2.6rem;
}
body.index .search_result .result_list .pagenate > nav .pagination > li:last-of-type {
  margin-right: 0px;
}
body.index .search_result .result_list .pagenate > nav .pagination > li > * {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #666666;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #FFF;
  text-align: center;
  font-weight: bold;
  line-height: 1.9;
  font-size: 1.1rem;
}
body.index .search_result .result_list .pagenate > nav .pagination > li.active > * {
  border: 1px solid #3399CC;
  background-color: #3399CC;
  color: #FFF;
}
body.index .search_result .result_list .pagenate > nav .pagination > li.disabled {
  opacity: 0;
}
body.index .post_detail {
  margin-bottom: 80px;
}
body.index .post_detail .post_images .swiper_overflow {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
body.index .post_detail .post_images .swiper_overflow .swiper {
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
body.index .post_detail .post_images .swiper_overflow .swiper .imgwrap {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
body.index .post_detail .post_images .swiper_overflow > p {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  background-color: rgba(248, 248, 242, 0.9);
  z-index: 2;
}
body.index .post_detail .post_images .swiper_overflow > p.next {
  right: 0px;
  border-radius: 10px 0px 0px 10px;
}
body.index .post_detail .post_images .swiper_overflow > p.prev {
  left: 0px;
  border-radius: 0px 10px 10px 0px;
}
body.index .post_detail .post_images .swiper_overflow > p.swiper-button-disabled {
  display: none;
}
body.index .post_detail .post_images .swiper-pagination {
  margin-bottom: 20px;
}
body.index .post_detail ul.post_image_data {
  position: relative;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
body.index .post_detail ul.post_image_data > li {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
body.index .post_detail ul.post_image_data > li.active {
  opacity: 1;
  z-index: 1;
  position: relative;
}
body.index .post_detail ul.post_image_data > li > div {
  width: 100%;
}
body.index .post_detail ul.post_image_data > li > div .head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
body.index .post_detail ul.post_image_data > li > div .head .date {
  font-size: 1.6rem;
  font-family: jaf-domus-titling-web, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-weight: bold;
}
body.index .post_detail ul.post_image_data > li > div .head ul {
  display: flex;
  justify-content: flex-end;
}
body.index .post_detail ul.post_image_data > li > div .head ul > li {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 5px 10px 8px 10px;
  font-size: 1.2rem;
  font-family: jaf-domus-titling-web, sans-serif;
  font-weight: 200;
  font-style: normal;
  text-align: center;
  font-weight: bold;
}
body.index .post_detail ul.post_image_data > li > div .head ul > li.arrival {
  background-color: #BB5588;
  color: #FFF;
  margin-right: 5px;
}
body.index .post_detail ul.post_image_data > li > div .head ul > li.pickup {
  background-color: #DDDD33;
  color: #666;
}
body.index .post_detail ul.post_image_data > li > div .tags {
  margin-bottom: 20px;
}
body.index .post_detail ul.post_image_data > li > div .tags p strong {
  font-size: 1.4rem;
  margin-bottom: 5px;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  display: inline-block;
}
body.index .post_detail ul.post_image_data > li > div .tags p .category {
  background-color: #3399CC;
  color: #FFF;
  border: 1px solid #3399CC;
}
body.index .post_detail ul.post_image_data > li > div .tags p .title {
  color: #666;
  border: 1px solid #666;
}
body.index .post_detail ul.post_image_data > li > div .cont {
  margin-bottom: 40px;
}
body.index .post_detail ul.post_image_data > li > div .cont > p {
  display: flex;
  align-items: flex-end;
  margin-bottom: 5px;
  justify-content: center;
  margin-bottom: 20px;
}
body.index .post_detail ul.post_image_data > li > div .cont > p strong {
  font-size: 2.4rem;
}
body.index .post_detail ul.post_image_data > li > div .cont > p span {
  font-size: 1.6rem;
  margin-left: 5px;
}
body.index .post_detail ul.post_image_data > li > div .cont > div > p {
  line-height: 1.6;
  font-size: 1.6rem;
}
body.index .post_detail ul.post_image_data > li > div .comment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
body.index .post_detail ul.post_image_data > li > div .comment .balloon {
  width: calc(100% - 20px - 90px);
  border: 2px solid #0B3971;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: relative;
}
body.index .post_detail ul.post_image_data > li > div .comment .balloon p {
  padding: 10px 10px;
  color: #0B3971;
  line-height: 1.6;
}
body.index .post_detail ul.post_image_data > li > div .comment .balloon:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #F8F8F2;
  border-bottom: 2px solid #0B3971;
  border-right: 2px solid #0B3971;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  right: -8px;
}
body.index .post_detail ul.post_image_data > li > div .comment .auther_logo {
  width: 90px;
}
body.index .post_detail ul.post_image_data > li > div .share ul {
  display: flex;
  justify-content: space-between;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  left: 0px;
  right: 0px;
}
body.index .post_detail ul.post_image_data > li > div .share ul > li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
}
body.index .post_detail ul.post_image_data > li > div .share ul > li a {
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
body.index .post_detail ul.post_image_data > li > div .share ul .twitter {
  background-color: #55ACEE;
}
body.index .post_detail ul.post_image_data > li > div .share ul .twitter a {
  color: #FFF;
  font-size: 2.4rem;
}
body.index .post_detail ul.post_image_data > li > div .share ul .facebook {
  background-color: #3B5998;
}
body.index .post_detail ul.post_image_data > li > div .share ul .facebook a {
  color: #FFF;
  font-size: 2.2rem;
}
body.index .post_detail ul.post_image_data > li > div .share ul .line {
  background-color: #1ED830;
}
body.index .post_detail ul.post_image_data > li > div .share ul .line a {
  color: #1ED830;
  font-size: 3.6rem;
}
body.index .post_detail ul.post_image_data > li > div .share ul .line a i {
  background-color: #FFF;
  height: 70%;
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 0px) {
  body .breakpoint {
    font-family: basic;
  }
}
@media screen and (min-width: 768px) {
  body .breakpoint {
    font-family: point1;
  }
  body br.point2 {
    display: none;
  }
  body br.basic {
    display: none;
  }
  body br.point1 {
    display: inline-block;
  }
  body.code_form.top > header {
    padding: 60px 0px;
  }
  body.code_form.top > header > div {
    width: 140px;
  }
  body.code_form.top #wrapper .form_content section #code_form .kiyaku > span {
    line-height: 1.6;
    display: block;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
  body.code_form.top #wrapper .form_content section #code_form .kiyaku > div {
    border: 1px solid #000;
    padding: 5px 5px;
    text-align: left;
    overflow: scroll;
    height: 150px;
    margin-bottom: 10px;
  }
  body.code_form.top #wrapper .form_content section #code_form .kiyaku > div > p {
    line-height: 1.6;
    font-size: 1.2rem;
  }
  body.code_form.top #wrapper .form_content section #code_form .kiyaku > p > label {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body.code_form.top #wrapper .form_content section #code_form .kiyaku > p > label input {
    margin-right: 5px;
  }
  body.code_form.top #wrapper .form_content section #code_form p.btn.disable {
    position: relative;
    opacity: 0.3;
  }
  body.code_form.top #wrapper .form_content section #code_form p.btn.disable:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0);
  }
  body.code_form > header > div {
    width: 110px;
  }
  body.code_form #wrapper .form_content section {
    max-width: 500px;
  }
  body.code_form #wrapper .form_content section #code_form > div > div > div h4 {
    font-size: 2.2rem;
  }
  body.code_form #wrapper .form_content section #code_form > div > div > div p {
    font-size: 1.6rem;
  }
  body.code_form #wrapper .form_content section #code_form > div > div > div p.thanks {
    font-size: 1.8rem;
    padding: 100px 0px;
  }
  body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div:first-of-type {
    margin-bottom: 15px;
  }
  body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div:first-of-type b {
    font-size: 1.6rem;
  }
  body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div:first-of-type p {
    font-size: 1.2rem;
  }
  body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.postal {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
  }
  body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.postal input[type=text] {
    text-align: center;
  }
  body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.categorys > ul > li label > p > strong > span {
    font-size: 1.6rem;
  }
  body.code_form #wrapper .form_content section #code_form > div > div > ul > li > div.categorys > ul > li div strong {
    font-size: 1.4rem;
  }
  body.index.top section {
    margin-bottom: 120px;
  }
  body.index .postimg a p.rank {
    width: 48px;
    height: 60px;
    font-size: 2.8rem;
  }
  body.index .postimg a p.title {
    font-size: 1.2rem;
  }
  body.index .postimg a ul > li {
    padding: 10px 0px;
    font-size: 1.2rem;
  }
  body.index header {
    position: relative;
    padding: 20px 10px;
    height: 57px;
  }
  body.index header > div.logo {
    width: 200px;
    height: 118px;
  }
  body.index > nav {
    width: 400px;
  }
  body.index > nav > div.nav {
    padding: 70px 0px 0px 0px;
  }
  body.index > nav > div.nav > div.logos > div.logo {
    width: 200px;
    height: 117px;
    margin-bottom: 30px;
  }
  body.index > nav > div.nav > div.logos > p {
    font-size: 1.4rem;
    line-height: 2.1;
    margin-bottom: 30px;
  }
  body.index > nav > div.nav > div.navs > ul {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    margin-bottom: 30px;
  }
  body.index > nav > div.nav > div.navs > ul > li {
    margin-bottom: 20px;
  }
  body.index > nav > div.nav > div.navs > ul > li a {
    padding: 10px 5px;
    font-size: 1.4rem;
  }
  body.index > nav > div.nav > div.navs > ol > li a:hover {
    text-decoration: underline;
  }
  body.index > nav > div.nav > div.others > ul > .instagram {
    font-size: 2.6rem;
  }
  body.index > nav > div.nav > div.others > ul > li.ashitano {
    width: 180px;
  }
  body.index > nav > div.nav > div.others > ul > li.fuji {
    width: 80px;
  }
  body.index #wrapper section .cap h4 {
    font-size: 7.5rem;
  }
  body.index #wrapper section .cap h5 {
    font-size: 5rem;
  }
  body.index #wrapper section .cap strong {
    font-size: 2.4rem;
  }
  body.index #wrapper section .cap p {
    font-size: 1.8rem;
  }
  body.index #wrapper section .btn a {
    width: 300px;
    font-size: 1.6rem;
  }
  body.index #wrapper .to_search {
    padding: 120px 0px;
  }
  body.index .brands > ul {
    max-width: 950px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    display: flex;
    justify-content: spaceBetween;
    margin-bottom: 80px;
  }
  body.index .brands > ul > li {
    width: calc(100% - 0.5px);
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  body.index .brands > ul > li:first-of-type {
    border-bottom: 0px solid #666;
    border-right: 1px solid #666;
  }
  body.index .brands > ul > li > div {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    text-align: center;
  }
  body.index .brands > ul > li > div .logo {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
  }
  body.index .brands > ul > li > div .logo.ashita {
    width: 100%;
    padding: 0% 0%;
  }
  body.index .brands > ul > li > div .logo.fuji {
    width: 100%;
    padding: 0% 0%;
  }
  body.index .brands > ul > li > div p {
    line-height: 1.6;
    margin-bottom: 30px;
  }
  body.index .brands > ul > li > div .btn a {
    background-color: #FFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border: 2px solid #666;
    text-align: center;
    padding: 20px 10px;
    display: block;
    font-size: 1.6rem;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
  }
  body.index .totop {
    height: 50px;
  }
  body.index .totop p {
    width: 50px;
    height: 50px;
  }
  body.index .totop p a {
    font-size: 1.6rem;
  }
  body.index .introduction > div.flavor {
    margin-bottom: 60px;
  }
  body.index .introduction > div.flavor > div.basic {
    display: none;
  }
  body.index .introduction > div.flavor > div.point1 {
    display: block;
  }
  body.index .introduction > div.flavor > div > p {
    width: 700px;
    padding: 25px 0px 25px 50px;
  }
  body.index .introduction > div.flavor > div > p span {
    font-size: 2.4rem;
  }
  body.index .introduction > div.description {
    max-width: 960px;
    width: calc(100% - 40px);
  }
  body.index .introduction > div.description > p {
    font-size: 2rem;
  }
  body.index .introduction .btn a {
    width: 300px;
  }
  body.index .top_instagram .instagram_feed ul li {
    width: 20%;
  }
  body.index .search_index .description p {
    font-size: 1.8rem;
  }
  body.index .search_index .categories {
    margin-bottom: 60px;
  }
  body.index .search_index .categories > ul {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
  }
  body.index .search_index .categories > ul > li span {
    font-size: 2rem;
  }
  body.index .search_index .categories > ul > li p.btn {
    width: 600px !important;
  }
  body.index .search_index .categories > ul > li p.btn a {
    width: 100% !important;
    max-width: 100%;
    font-size: 2.4rem !important;
  }
  body.index .search_index .tag_swiper {
    margin-bottom: 80px;
  }
  body.index .search_index .tag_swiper .balloon {
    width: 300px;
  }
  body.index .search_index .tag_swiper .balloon strong {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  body.index .search_index .tag_swiper .balloon p {
    font-size: 2rem;
  }
  body.index .search_index .tag_swiper .swiper .swiper-wrapper .swiper-slide a {
    font-size: 1.8rem;
  }
  body.index .search_freeword {
    margin-bottom: 80px;
  }
  body.index .search_freeword div.wordinput p strong {
    font-size: 2rem;
  }
  body.index .search_freeword div.wordinput p span {
    font-size: 1.6rem;
  }
  body.index .search_freeword div.wordinput div {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
  }
  body.index .search_freeword div.wordinput div form input[type=text] {
    padding: 15px 5px;
    width: calc(100% - 40px - 1px);
    font-size: 1.8rem;
  }
  body.index .search_freeword div.wordinput div form button {
    width: 40px;
  }
  body.index .search_freeword div.wordinput div form button i {
    font-size: 2rem;
  }
  body.index .search_result .search_word {
    max-width: 800px;
    margin-bottom: 60px;
  }
  body.index .search_result .search_word p {
    font-size: 2rem;
  }
  body.index .search_result .tabs {
    max-width: 800px;
    margin-bottom: 60px;
  }
  body.index .search_result .tabs ul {
    display: flex;
  }
  body.index .search_result .tabs ul li {
    width: calc((100% - 40px) / 3);
  }
  body.index .search_result .tabs ul li a {
    font-size: 1.6rem;
  }
  body.index .search_result .result_list > ul {
    max-width: 800px;
    margin-bottom: 60px;
  }
  body.index .search_result .result_list > ul > li {
    margin-bottom: 60px;
  }
  body.index .search_result .result_list > ul > li a > .imgwrap {
    width: 200px;
    height: 200px;
  }
  body.index .search_result .result_list > ul > li a > div {
    width: calc(100% - 200px - 50px);
  }
  body.index .search_result .result_list > ul > li a > div .head {
    margin-bottom: 10px;
  }
  body.index .search_result .result_list > ul > li a > div .head .date {
    font-size: 1.5rem;
  }
  body.index .search_result .result_list > ul > li a > div .head ul > li {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 5px 10px 10px 10px;
    font-size: 1.3rem;
  }
  body.index .search_result .result_list > ul > li a > div .tags {
    margin-bottom: 30px;
  }
  body.index .search_result .result_list > ul > li a > div .tags strong {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  body.index .search_result .result_list > ul > li a > div .cont > p {
    margin-bottom: 40px;
  }
  body.index .search_result .result_list > ul > li a > div .cont > p strong {
    font-size: 2rem;
  }
  body.index .search_result .result_list > ul > li a > div .cont > p span {
    font-size: 1.4rem;
  }
  body.index .search_result .result_list > ul > li a > div .cont > div > p {
    font-size: 1.6rem;
  }
  body.index .search_result .result_list .pagenate > nav .pagination > li {
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }
  body.index .search_result .result_list .pagenate > nav .pagination > li:first-of-type > *, body.index .search_result .result_list .pagenate > nav .pagination > li:last-of-type > * {
    line-height: 1;
    font-size: 2.4rem;
  }
  body.index .search_result .result_list .pagenate > nav .pagination > li > * {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    line-height: 2.4;
    font-size: 1.3rem;
  }
  body.index .post_detail {
    display: flex;
    justify-content: space-between;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    margin-bottom: 100px;
  }
  body.index .post_detail .post_images {
    width: calc((100% - 40px) / 2);
  }
  body.index .post_detail .post_images .swiper_overflow {
    margin-bottom: 20px;
  }
  body.index .post_detail .post_images .swiper_overflow .swiper .swiper-wrapper .swiper-slide .imgwrap {
    border: none;
  }
  body.index .post_detail .post_images .swiper-pagination {
    margin-bottom: 0px;
  }
  body.index .post_detail ul.post_image_data {
    width: calc((100% - 40px) / 2);
  }
  body.index .post_detail ul.post_image_data > li > div .head {
    margin-bottom: 40px;
  }
  body.index .post_detail ul.post_image_data > li > div .head .date {
    font-size: 1.8rem;
  }
  body.index .post_detail ul.post_image_data > li > div .head ul {
    display: flex;
    justify-content: flex-end;
  }
  body.index .post_detail ul.post_image_data > li > div .head ul > li {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    padding: 5px 12px 10px 12px;
    font-size: 1.4rem;
  }
  body.index .post_detail ul.post_image_data > li > div .tags {
    margin-bottom: 40px;
  }
  body.index .post_detail ul.post_image_data > li > div .tags p strong {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  body.index .post_detail ul.post_image_data > li > div .cont {
    margin-bottom: 40px;
  }
  body.index .post_detail ul.post_image_data > li > div .cont > p {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  body.index .post_detail ul.post_image_data > li > div .comment {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
  body.index .post_detail ul.post_image_data > li > div .comment .balloon p {
    padding: 20px 20px;
    font-size: 1.4rem;
  }
  body.index .post_detail ul.post_image_data > li > div .share ul {
    justify-content: flex-end;
    width: 100%;
  }
  body.index .post_detail ul.post_image_data > li > div .share ul > li {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1060px) {
  body .breakpoint {
    font-family: point2;
  }
  body br.basic {
    display: none;
  }
  body br.point1 {
    display: none;
  }
  body br.point2 {
    display: inline-block;
  }
  body.index #wrapper .mainVis {
    width: calc(100% - 20px - 40px - 5px);
    margin-left: 20px;
  }
  body.index #wrapper .mainVis .infiniteslide_wrap {
    width: calc((100% - 120px) / 7 * 2 + 20px);
  }
  body.index #wrapper .mainVis .infiniteslide_wrap:nth-of-type(2) {
    width: calc((100% - 120px) / 7 * 1);
  }
  body.index #wrapper .mainVis .infiniteslide_wrap:nth-of-type(3), body.index #wrapper .mainVis .infiniteslide_wrap:nth-of-type(4) {
    width: calc((100% - 120px) / 7 * 2 + 20px);
  }
  body.index #wrapper .mainVis .infiniteslide_wrap > div {
    width: 100%;
  }
  body.index #wrapper .mainVis .infiniteslide_wrap > div > ul {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  body.index #wrapper .mainVis .infiniteslide_wrap > div > ul > li {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
  }
  body.index #wrapper .mainVis .infiniteslide_wrap > div > ul > li.large {
    width: 100%;
  }
  body.index #wrapper .mainVis .infiniteslide_wrap > div > ul > li.postimg a p.title {
    font-size: 1rem;
    padding: 3px 5px;
  }
  body.index #wrapper .mainVis .infiniteslide_wrap > div.cont2 > ul > li {
    width: 100%;
  }
  body.index footer {
    padding: 25px 20px 25px 20px;
    position: relative;
  }
  body.index footer > div {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }
  body.index footer > div .logos {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 450px;
  }
  body.index footer > div .logos > div.logo {
    width: 230px;
    height: 136px;
    margin-bottom: 0px;
  }
  body.index footer > div .logos > p {
    text-align: left;
    line-height: 2;
    font-size: 1.4rem;
    font-weight: bold;
    color: #FFF;
  }
  body.index footer > div .navs {
    margin-bottom: 0px;
    position: absolute;
    left: 60px;
    bottom: 0px;
    display: flex;
  }
  body.index footer > div .navs > ul, body.index footer > div .navs > ol {
    text-align: left;
    display: flex;
  }
  body.index footer > div .navs > ul > li, body.index footer > div .navs > ol > li {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    margin-right: 10px;
  }
  body.index footer > div .navs > ul > li:after, body.index footer > div .navs > ol > li:after {
    content: "";
    height: 15px;
    width: 2px;
    background-color: #FFF;
    display: block;
    margin-left: 10px;
  }
  body.index footer > div .navs > ul > li a:link, body.index footer > div .navs > ol > li a:link {
    text-decoration: none;
  }
  body.index footer > div .navs > ul > li a:hover, body.index footer > div .navs > ol > li a:hover {
    text-decoration: underline;
  }
  body.index footer > div .navs > ol > li:last-of-type:after {
    display: none;
  }
  body.index footer > div .others {
    margin-bottom: 0px;
    position: relative;
  }
  body.index footer > div .others > ul {
    display: flex;
    justify-content: flex-end;
    margin-top: 90px;
  }
  body.index footer > div .others > ul > .instagram {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 4rem;
    margin-bottom: 0px;
  }
  body.index footer > div .others > ul > li {
    margin-bottom: 0px;
  }
  body.index footer > div .others > ul > li.ashitano {
    width: 250px;
    margin-right: 40px;
  }
  body.index footer > div .others > ul > li.fuji {
    width: 173px;
  }
  body.index footer > p {
    color: #FFF;
    font-size: 1.2rem;
    position: absolute;
    bottom: 25px;
    right: 20px;
  }
  body.index .top_slider > .swiper_overflow > .swiper {
    width: calc(100% - 30px);
    padding-left: 30px;
  }
  body.index .top_slider > .swiper_overflow > .swiper .swiper-slide {
    width: 300px;
  }
  body.index .list_grid {
    margin-bottom: 80px;
  }
  body.index .list_grid > ul {
    width: 69.53125%;
  }
  body.index .list_grid > ul > li {
    width: calc((100% - 60px) / 4);
    margin-bottom: 20px;
    margin-right: 20px;
  }
  body.index .list_grid > ul > li:nth-of-type(odd) {
    margin-right: 20px;
  }
  body.index .list_grid > ul > li:nth-of-type(4n) {
    margin-right: 0px;
  }
}
body.noscroll {
  position: fixed;
  overflow-y: scroll;
}

.breakpoint {
  opacity: 0;
  width: 0px;
  height: 0px;
  position: fixed;
  bottom: 0px;
  left: 0px;
}

@media screen and (max-width: 400px) {
  body.index #wrapper section.search_result .result_list > ul > li a > div .head {
    display: block;
  }

  body.index #wrapper section.search_result .result_list > ul > li a > div .head ul {
    justify-content: flex-start;
  }

  body.index #wrapper section.search_result .result_list > ul > li a > div .head .date {
    margin-bottom: 5px;
  }
}