@charset "UTF-8";
/* ======================================================================

Rondomark テンプレートCSS（編集なし）

====================================================================== */

html {
  font-size: 100px;
  /* SP */
}
html.ie {
  font-family: "メイリオ", "Meiryo", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "Osaka", sans-serif;
}
html.not-ie {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  /*font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media print, screen and (min-width: 641px) {
  html {
    line-height: 1.5;
  }
}
@media screen and (max-width: 640px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (min-width: 720px) {
  html {
    /* マックス幅（SPデザインサイズ） */
    font-size: 192px;
  }
}
@media screen and (min-width: 640px) and (max-width: 719px) {
  html {
    /*  */
    font-size: 171px;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  html {
    /* */
    font-size: 128px;
  }
}
@media screen and (min-width: 428px) and (max-width: 479px) {
  html {
    /* SP： 428px から 640pxの間 ※6.7inch(iPhone12ProMax) */
    font-size: 119px;
  }
}
@media screen and (min-width: 414px) and (max-width: 427px) {
  html {
    /* SP： 414px から 427pxの間 ※iPhone6 Plus・6s Plus・7 Plus・8 Plus・XR・11・XS Max・11 Pro Max */
    font-size: 115px;
  }
}
@media screen and (min-width: 412px) and (max-width: 413px) {
  html {
    font-size: 114px;
  }
}
@media screen and (min-width: 393px) and (max-width: 411px) {
  html {
    font-size: 109px;
  }
}
@media screen and (min-width: 390px) and (max-width: 392px) {
  html {
    font-size: 108px;
  }
}
@media screen and (min-width: 375px) and (max-width: 389px) {
  html {
    /* SP： 375px から 413pxの間 ※iPhone6・6s・7・8・SE(2)・X・XS・11 Pro */
    font-size: 104px;
  }
}
@media screen and (min-width: 360px) and (max-width: 374px) {
  html {
    /* SP： 360px から 374pxの間 ※小さめAndroid */
    /* 基本 */
    font-size: 100px;
  }
}
@media screen and (max-width: 359px) {
  html {
    /* SP： 359px以下 ※iPhone 5・5s・SE(1) */
    font-size: 89px;
  }
}
html.edge {
  -ms-text-size-adjust: 100%;
}
html.os-mac {
  -webkit-font-smoothing: antialiased;
}
@media print, screen and (min-width: 641px) {
  html.os-mac {
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
  }
}
html.scrollingFlg {
  pointer-events: none;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 0.11rem;
}
.touchevents * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.chrome body {
  image-rendering: -webkit-optimize-contrast;
}

h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, td, th, figure {
  margin: 0;
  padding: 0;
}

article, aside, footer, header, main, nav, section, figcaption, figure {
  display: block;
}

img {
  -ms-interpolation-mode: bicubic;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  height: 0;
  overflow: visible;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

a {
  outline: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

li {
  list-style: none;
}

sub, sup {
  position: relative;
  vertical-align: baseline;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

canvas {
  display: inline-block;
}

input, select, button, optgroup, textarea {
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: 0;
  margin: 0;
  padding: 0;
}

button, input {
  overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button, select {
  cursor: pointer;
  text-transform: none;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border: none;
}

select::-ms-expand {
  display: none;
}

/* プリント対応 */
[data-hidePrintMessageArea] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  pointer-events: none;
  opacity: 0;
}

@media print {
  body {
    position: relative;
    top: 100px;
  }

  body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。";
    display: none;
    white-space: pre;
    font-size: 20px;
    padding: 10px 10px;
    border: 3px solid #000;
    background-color: #FFF;
    color: #000;
    position: absolute;
    top: -100px;
    left: 0px;
    right: 0px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .chrome body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「基本設定」→「背景のグラフィック」を有効にして下さい。";
  }

  .ie body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「印刷プレビュー」→「ページ設定」→「背景の色とイメージを印刷する」を有効にして下さい。";
  }

  .safari body:before {
    content: "ページを印刷する際は一番下までスクロールして下さい。\a画像を表示させる場合は、「詳細を表示」→「背景をプリント」を有効にして下さい。";
  }

  .edge body:before {
    content: "※Microsoft Edgeは背景や画像を印刷できません。";
  }

  .addPrintMessage body:before {
    display: block;
  }

  * {
    background-attachment: scroll !important;
  }
}
/* 721px以上は消す */
@media print, screen and (min-width: 641px) {
  [data-sc-sp] {
    display: none !important;
  }
}
/* 720px以下は消す */
@media screen and (max-width: 640px) {
  [data-sc-pc] {
    display: none !important;
  }
}
.device-tablet .mod_main {
  width: calc(100% + 1px);
}

/* 自動高さ調整 */
[data-autoheight],
[data-pc-autoheight],
[data-sp-autoheight] {
  -webkit-transition: none !important;
  transition: none !important;
}

/* 遅延読み込み */
[data-lf] {
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

[data-lf][src],
[data-lf][style*=background-image],
[data-lf].load_view {
  opacity: 1;
}

/* lp005独自対応 */
.conditions {
	padding: 0.2rem 0;
	margin-bottom: 0.3rem;
	border-bottom: 1px solid #948046;
}
.conditions .tit {
	margin-bottom: 0.1rem;
	text-align: center;
	font-size: 0.13rem;
	letter-spacing: 0.05em;
}
.conditions .text {
	margin-top: 0.04rem;
	font-size: 0.12rem;
}