@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	$size:object-fitの値

	@include objectfit();
	@include objectfit('contain');
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
400：Regular（デフォルト）
500：Medium
700：Bold
*/
/*
Montserrat フォント設定
400：Regular（デフォルト）
500：Medium
700：Bold
*/
/*
@mixin f_roboto($weight:400) {
	font-family: 'Roboto',"游ゴシック","游ゴシック体","Yu Gothic",YuGothic, sans-serif;
	font-weight:$weight;
}
Robotoフォント設定
400：Regular（デフォルト）
500：Medium
700：Bold
*/
/*
	$weight:フォントの太さ

	@include f_min();
	@include f_min(500);
	@include f_min(600);
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
html {
  font-size: 100px;
  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";
  /* SP */
}
@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 print, screen and (min-width: 1440px) and (max-width: 1599px) {
  html {
    font-size: 90px;
  }
}
@media print, screen and (min-width: 1366px) and (max-width: 1439px) {
  html {
    font-size: 85px;
  }
}
@media print, screen and (min-width: 1280px) and (max-width: 1365px) {
  html {
    font-size: 80px;
  }
}
@media print, screen and (min-width: 641px) and (max-width: 1279px) {
  html {
    font-size: 75px;
  }
}
@media screen and (min-width: 428px) and (max-width: 640px) {
  html { /* SP： 428px から 640pxの間 ※6.7inch(iPhone12ProMax) */
    font-size: 114px;
  }
}
@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: 110px;
  }
}
@media screen and (min-width: 375px) and (max-width: 413px) {
  html { /* SP： 375px から 413pxの間 ※iPhone6・6s・7・8・SE(2)・X・XS・11 Pro */ /* 基本 */
    font-size: 100px;
  }
}
@media screen and (min-width: 360px) and (max-width: 374px) {
  html { /* SP： 360px から 374pxの間 ※小さめAndroid */
    font-size: 96px;
  }
}
@media screen and (max-width: 359px) {
  html { /* SP： 359px以下 ※iPhone 5・5s・SE(1) */
    font-size: 85px;
  }
}
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;
  color: #262626;
}
@media print, screen and (min-width: 641px) {
  body {
    min-width: 1024px;
  }
}

.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: visible;
  shape-rendering: geometricPrecision;
}

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;
  }
}
@media print, screen and (min-width: 641px) and (max-width: 1024px) {
  .mod_main {
    overflow: hidden;
  }
}

/* 自動高さ調整 */
[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;
}

.of img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

picture {
  display: block;
  line-height: 0;
}

a[onclick] {
  cursor: pointer;
}

.flowbottomSP {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44px;
  display: table;
  text-align: center;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 999;
}
.flowbottomSP a {
  display: table-cell;
  background-color: #FFF;
  vertical-align: middle;
}
.flowbottomSP a:nth-child(2) {
  background-color: #FFFEB7;
}
.flowbottomSP span {
  font-size: 0.11rem;
}
.state_fewscroll .flowbottomSP {
  -webkit-transform: none;
          transform: none;
}

/* ページトップボタン */
.pagetopbtn {
  position: fixed;
  bottom: 60px;
  right: 10px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-filter: opacity(0%);
          filter: opacity(0%);
  pointer-events: none;
  -webkit-transition: opacity 0.2s, -webkit-filter 1s;
  transition: opacity 0.2s, -webkit-filter 1s;
  transition: filter 1s, opacity 0.2s;
  transition: filter 1s, opacity 0.2s, -webkit-filter 1s;
  background-color: #fff;
  z-index: 999;
  margin-bottom: env(safe-area-inset-bottom);
}
.pagetopbtn:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.no-touchevents .pagetopbtn:hover {
  opacity: 0.6;
}
.state_screenheightscroll .pagetopbtn {
  -webkit-filter: opacity(100%);
          filter: opacity(100%);
  pointer-events: auto;
}

/* ヘッダー */
.mod_header .row01 {
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1000;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.mod_header .row01 .in {
  width: 100%;
  height: 1rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .mod_header .row01 .in {
    max-width: 100vw;
    height: 0.56rem;
    display: block;
    position: relative;
    margin: 0;
  }
}
.mod_header .row01 .logo {
  position: absolute;
  left: 0.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 0.243rem;
  background-image: url(/img/header_logo.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .mod_header .row01 .logo {
    left: 0.2rem;
    width: 1.4rem;
    height: 0.17rem;
  }
}
.mod_header .row01 .logo span {
  display: block;
  text-indent: -9999px;
}
.mod_header .row01 .link {
  margin-left: auto;
}
.mod_header .row01 .link .one {
  display: inline-block;
  font-size: 0.16rem;
  font-weight: 700;
  margin-right: 0.44rem;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.mod_header .row01 .link .one span {
  position: relative;
}
.mod_header .row01 .link .one span::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.mod_header .row01 .link .one:hover {
  color: #C8AA50;
}
.mod_header .row01 .link .one:hover span::before {
  background-color: #C8AA50;
}
.mod_header .row01 .header_btn {
  width: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .mod_header .row01 .header_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.12rem;
  }
}
.mod_header .row01 .header_btn .btn {
  width: 1rem;
  height: 1rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .mod_header .row01 .header_btn .btn {
    width: 0.56rem;
    height: 0.56rem;
  }
}
.mod_header .row01 .header_btn .btn a {
  display: block;
  height: 100%;
  position: relative;
}
.mod_header .row01 .header_btn .btn.-cart {
  background-color: rgba(80, 185, 195, 0.5);
}
.mod_header .row01 .header_btn .btn.-cart::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  background-image: url(/img/icon_cart.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .mod_header .row01 .header_btn .btn.-cart::before {
    width: 0.2rem;
    height: 0.2rem;
    top: 0.1rem;
  }
}
.mod_header .row01 .header_btn .btn.-cart .txt {
  font-size: 0.1rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0.22rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .mod_header .row01 .header_btn .btn.-cart .txt {
    bottom: 0.08rem;
  }
}
.mod_header .row01 .header_btn .btn.-cart .maru {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f00;
  color: #FFF;
  border-radius: 50% 50%;
  font-size: 11px;
  font-weight: bold;
}
@media print, screen and (min-width: 641px) {
  .mod_header .row01 .header_btn .btn.-cart .maru {
    top: -50px;
    right: -50px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 640px) {
  .mod_header .row01 .header_btn .btn.-cart .maru {
    top: -40px;
    right: -40px;
    width: 15px;
    height: 15px;
  }
}
.mod_header .row01 .header_btn .btn.-submenu {
  background-color: #50B9C3;
}
.mod_header .row01 .header_btn .btn.-submenu .bar {
  width: 0.4rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mod_header .row01 .header_btn .btn.-submenu .bar:nth-of-type(1) {
  opacity: 1;
  top: calc(50% - 0.05rem);
}
.mod_header .row01 .header_btn .btn.-submenu .bar:nth-of-type(2) {
  opacity: 1;
  top: calc(50% + 0.05rem);
}
.mod_header .row01 .header_btn .btn.-submenu .bar:nth-of-type(3) {
  top: 50%;
  width: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.mod_header .row01 .header_btn .btn.-submenu .bar:nth-of-type(4) {
  top: 50%;
  width: 0;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}
.mod_header .row01 .header_btn .btn.-submenu.-open .bar {
  width: 0;
}
.mod_header .row01 .header_btn .btn.-submenu.-open .bar:nth-of-type(1) {
  opacity: 0;
}
.mod_header .row01 .header_btn .btn.-submenu.-open .bar:nth-of-type(2) {
  opacity: 0;
}
.mod_header .row01 .header_btn .btn.-submenu.-open .bar:nth-of-type(3) {
  width: 0.4rem;
}
.mod_header .row01 .header_btn .btn.-submenu.-open .bar:nth-of-type(4) {
  width: 0.4rem;
}
@media print, screen and (min-width: 641px) {
  .mod_header .row02 {
    width: 2rem;
    position: absolute;
    top: 1rem;
    right: -2rem;
    background-color: #fff;
    max-height: calc(100vh - 1rem);
    overflow-y: scroll;
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .mod_header .row02::-webkit-scrollbar {
    width: 0.06rem;
    padding: 0 0.02rem;
  }
  .mod_header .row02::-webkit-scrollbar-track {
    background-color: #fff;
  }
  .mod_header .row02::-webkit-scrollbar-thumb {
    background-color: #CCC;
  }
  .mod_header .row02.-open {
    right: 0;
  }
  .mod_header .row02 .list .link {
    border-bottom: 1px solid #E7E7E7;
  }
  .mod_header .row02 .list .link:last-child {
    border-bottom: 0;
  }
  .mod_header .row02 .list .link a {
    display: block;
    font-size: 0.14rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    padding: 0.22rem 0.2rem 0.2rem;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .mod_header .row02 .list .link a::after {
    content: "";
    width: 0.08rem;
    height: 0.13rem;
    background-image: url(/img/txt_link_arrow_bk.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0.11rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .mod_header .row02 .list .link a:hover {
    color: #50B9C3;
  }
  .mod_header .row02 .list .link a:hover::after {
    background-image: url(/img/txt_link_arrow_blue.svg);
    right: 0.08rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_header .row02 {
    background-color: #fff;
    position: fixed;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    top: 0.56rem;
    left: 0;
    width: 100%;
    bottom: 0;
    opacity: 0;
    z-index: 1000;
    pointer-events: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .spmenuopen .mod_header .row02 {
    opacity: 1;
    pointer-events: auto;
  }
  .mod_header .row02 .in {
    width: 100%;
    padding: 0.25rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mod_header .row02 .in .sp_btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0.17rem;
  }
  .mod_header .row02 .in .sp_btn_wrap .sp_menu_btn {
    width: 48%;
    padding-bottom: 0.17rem;
  }
  .mod_header .row02 .in .sp_btn_wrap .sp_menu_btn a {
    display: block;
    border: 1px solid #5C5C5C;
    text-align: center;
    font-size: 0.14rem;
    font-weight: 700;
    border-radius: 0.05rem;
    padding: 0.14rem 0;
    position: relative;
  }
  .mod_header .row02 .in .sp_btn_wrap .sp_menu_btn.big {
    width: 100%;
  }
  .mod_header .row02 .in .sp_btn_wrap .sp_menu_btn.big a {
    font-size: 0.17rem;
    letter-spacing: 0.05em;
    padding: 0.24rem 0 0.24rem 0.2rem;
  }
  .mod_header .row02 .in .sp_btn_wrap .sp_menu_btn.big a::before {
    content: "";
    width: 0.21rem;
    height: 0.36rem;
    background-image: url(/img/icon_sp_menu_phone.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: calc(50% - 1.4rem);
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .mod_header .row02 .in .txt_link_wrap .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #E7E7E7;
  }
  .mod_header .row02 .in .txt_link_wrap .list .link {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
  }
  .mod_header .row02 .in .txt_link_wrap .list .link a {
    display: block;
    padding: 0.22rem 0.26rem;
    position: relative;
    font-size: 0.14rem;
    font-weight: 700;
    color: #5C5C5C;
  }
  .mod_header .row02 .in .txt_link_wrap .list .link a::after {
    content: "";
    width: 0.08rem;
    height: 0.13rem;
    background-image: url(/img/txt_link_arrow_bk.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0.16rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .mod_header .row02 .in .txt_link_wrap .sub_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0.15rem 0;
  }
  .mod_header .row02 .in .txt_link_wrap .sub_list .link {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mod_header .row02 .in .txt_link_wrap .sub_list .link a {
    display: block;
    padding: 0.15rem 0.26rem;
    position: relative;
    font-size: 0.12rem;
    font-weight: 700;
    color: #5C5C5C;
  }
  .mod_header .row02 .in .txt_link_wrap .sub_list .link a::after {
    content: "";
    width: 0.08rem;
    height: 0.13rem;
    background-image: url(/img/txt_link_arrow_bk.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0.16rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .mod_header .row02 .in .contact_wrap {
    width: calc(100% - 0.48rem);
    margin: 0.2rem auto 0;
  }
  .mod_header .row02 .in .contact_wrap .catch {
    font-size: 0.12rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #50B9C3;
    text-align: center;
  }
  .mod_header .row02 .in .contact_wrap .catch::before {
    content: "";
    width: 0.21rem;
    height: 1px;
    display: inline-block;
    margin-right: 0.02rem;
    background-color: #50B9C3;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: relative;
    top: -0.05rem;
  }
  .mod_header .row02 .in .contact_wrap .catch::after {
    content: "";
    width: 0.21rem;
    height: 1px;
    display: inline-block;
    margin-left: 0.02rem;
    background-color: #50B9C3;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: relative;
    top: -0.05rem;
  }
  .mod_header .row02 .in .contact_wrap .btn {
    padding-top: 0.15rem;
  }
  .mod_header .row02 .in .contact_wrap .btn a {
    display: block;
    border: 1px solid #50B9C3;
    background-color: #50B9C3;
    color: #fff;
    border-radius: 0.05rem;
    text-align: center;
    padding: 0.24rem 0;
    font-size: 0.16rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .mod_header .row02 .in .contact_wrap .btn a {
    padding: 0.2rem 0;
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 640px) {
  .mod_header .row02 .in .contact_wrap .btn a span {
    position: relative;
  }
  .mod_header .row02 .in .contact_wrap .btn a span::before {
    content: "";
    width: 0.29rem;
    height: 0.16rem;
    display: inline-block;
    background-image: url(/img/icon_mail_white.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 0.03rem;
  }
  .mod_header .row02 .in .contact_wrap .btn a::after {
    content: "";
    width: 0.36rem;
    height: 0.4rem;
    background-image: url(/img/footer_btn_illust.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0.24rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 640px) {
  .mod_header .menu {
    width: 0.56rem;
    height: 0.56rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    background-color: #50B9C3;
  }
  .mod_header .menu .open .bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 24px;
    height: 1px;
    margin: auto;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .mod_header .menu .open .bar:nth-child(1) {
    top: -0.06rem;
  }
  .mod_header .menu .open .bar:nth-child(2) {
    bottom: -0.06rem;
  }
  .mod_header .menu .close .bar {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    margin: auto;
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .mod_header .menu .close .bar:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .mod_header .menu .close .bar:nth-child(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .spmenuopen .mod_header .menu .open .bar {
    width: 0;
  }
  .spmenuopen .mod_header .menu .close .bar {
    width: 24px;
  }
}

.spmenuopen .mod_header .row01 {
  background-color: #50B9C3;
}
.spmenuopen .mod_header .row01 .logo {
  background-image: url(/img/sp_menu_logo.svg);
}

.pankuzu_wrap {
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .pankuzu_wrap {
    margin-top: 0.7rem;
  }
}
.pankuzu_wrap .pankuzu {
  width: calc(100% - 1.2rem);
  margin: auto;
  text-align: left;
  white-space: nowrap;
  padding: 0.14rem 0;
}
@media screen and (max-width: 640px) {
  .pankuzu_wrap .pankuzu {
    overflow-x: scroll;
    width: calc(100% - 0.32rem);
  }
}
.pankuzu_wrap .pankuzu .link {
  display: inline-block;
  position: relative;
}
.pankuzu_wrap .pankuzu .link + .link {
  margin-left: 20px;
}
.pankuzu_wrap .pankuzu .link + .link:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #727272;
  border-top: 1px solid #727272;
  position: absolute;
  top: 0.06rem;
  left: -16px;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .pankuzu_wrap .pankuzu .link + .link:before {
    width: 4px;
    height: 4px;
  }
}
.pankuzu_wrap .pankuzu .link a {
  font-size: 0.14rem;
  color: #50B9C3;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 640px) {
  .pankuzu_wrap .pankuzu .link a {
    font-size: 0.12rem;
  }
}
.pankuzu_wrap .pankuzu .link a:hover {
  color: #262626;
}
.pankuzu_wrap .pankuzu .link:last-child a {
  pointer-events: none;
  color: #5C5C5C;
}

/*====================
コンテンツ基本
====================*/
.content_wrap {
  margin-top: 1rem;
}
@media screen and (max-width: 640px) {
  .content_wrap {
    margin-top: 0.56rem;
  }
}
.content_wrap img {
  max-width: 100%;
}

/*====================
バナー
====================*/
.bnr_wrap .pc_bnr_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bnr_wrap .pc_bnr_box .bnr {
  margin: 0 0.06rem;
}
.bnr_wrap .pc_bnr_box .bnr a img {
  display: block;
}
.bnr_wrap .slick-dots li {
  width: 0.17rem;
  height: 0.17rem;
  margin: 0;
}
.bnr_wrap .slick-dots li button::before {
  font-size: 0.08rem;
  color: #E7E7E7;
  opacity: 1;
}
.bnr_wrap .slick-dots li.slick-active button::before {
  color: #C8AA50;
}

/*====================
セクションタイトル
====================*/
.sec_tit_wrap {
  text-align: center;
}
.sec_tit_wrap .sec_tit {
  font-size: 0.28rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #262626;
  padding-bottom: 0.2rem;
}
.sec_tit_wrap .sec_tit[data-txt]::before {
  content: attr(data-txt);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 0.24rem;
  color: #C8AA50;
  display: block;
}
@media screen and (max-width: 640px) {
  .sec_tit_wrap .sec_tit[data-txt]::before {
    font-size: 0.16rem;
    padding-bottom: 0.1rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_tit_wrap .sec_tit {
    font-size: 0.2rem;
  }
}
.sec_tit_wrap .lead {
  text-align: center;
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 2.12;
}
@media screen and (max-width: 640px) {
  .sec_tit_wrap .lead {
    text-align: justify;
    font-size: 0.15rem;
    line-height: 1.6;
  }
}

/*====================
動画一覧
====================*/
.mov_list_wrap {
  margin: 0.8rem auto 0;
  padding-bottom: 0.8rem;
  width: 100%;
  max-width: 14.7rem;
  border-bottom: 1px solid #E7E7E7;
}
@media screen and (max-width: 640px) {
  .mov_list_wrap {
    position: relative;
    margin: 0.4rem auto 0;
    padding-bottom: 0.4rem;
    border-bottom: 0;
  }
  .mov_list_wrap::before {
    content: "";
    width: calc(100% - 0.48rem);
    height: 1px;
    position: absolute;
    left: 0.24rem;
    bottom: 0;
    background-color: #E7E7E7;
    z-index: 1;
  }
}
.mov_list_wrap .in {
  width: 100%;
  max-width: 12rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .mov_list_wrap .in {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .mov_list_wrap .in .lead {
    padding: 0 0.24rem;
  }
}
.mov_list_wrap .in .mov_list {
  margin-top: 0.8rem;
}
@media screen and (max-width: 640px) {
  .mov_list_wrap .in .mov_list {
    margin-top: 0.2rem;
    overflow-x: scroll;
    margin-right: -0.24rem;
  }
  .mov_list_wrap .in .mov_list::-webkit-scrollbar {
    display: none;
  }
}
.mov_list_wrap .in .mov_list .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .mov_list_wrap .in .mov_list .list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    margin: 0;
    padding: 0 0.24rem;
  }
}
.mov_list_wrap .in .mov_list .list .detail {
  width: 100%;
  max-width: 3.6rem;
  padding: 0 0.2rem 0.9rem;
}
@media screen and (max-width: 640px) {
  .mov_list_wrap .in .mov_list .list .detail {
    max-width: 2.83rem;
    padding: 0.1rem 0.3rem 0.4rem 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    white-space: wrap;
  }
}
.mov_list_wrap .in .mov_list .list .detail .ph {
  height: 2.03rem;
  -webkit-box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .mov_list_wrap .in .mov_list .list .detail .ph {
    height: 1.6rem;
  }
}
.mov_list_wrap .in .mov_list .list .detail .ph img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mov_list_wrap .in .mov_list .list .detail .txt_box {
  margin-top: 0.25rem;
  color: #262626;
}
@media screen and (max-width: 640px) {
  .mov_list_wrap .in .mov_list .list .detail .txt_box {
    margin-top: 0.2rem;
    white-space: normal;
  }
}
.mov_list_wrap .in .mov_list .list .detail .txt_box .tit {
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mov_list_wrap .in .mov_list .list .detail .txt_box .cat {
  font-size: 0.14rem;
  color: #727272;
  padding: 0.13rem 0;
}
@media screen and (max-width: 640px) {
  .mov_list_wrap .in .mov_list .list .detail .txt_box .cat {
    padding: 0.05rem 0 0.08rem;
  }
}
.mov_list_wrap .in .mov_list .list .detail .txt_box .txt {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 1.71;
  text-align: justify;
}
.mov_list_wrap .in .mov_list .list .detail .txt_box .price {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  margin-top: 0.17rem;
}
.mov_list_wrap .in .mov_list .list .detail .txt_box .price::after {
  content: "";
  font-size: 0.14rem;
  font-weight: 400;
  display: inline-block;
}
.mov_list_wrap .in .mov_list .list .detail .wrap_link {
  display: block;
}
.mov_list_wrap .in .mov_list .list .detail .wrap_link:hover .ph img {
  opacity: 0.7;
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.mov_list_wrap .in .mov_list .list .detail .wrap_link:hover .txt_box .tit {
  color: #50B9C3;
}

.mov_list_outside {
  width: 100%;
  overflow: hidden;
}
.mov_list_outside .mov_list_wrap:last-child {
  border-bottom: 0;
}

/*====================
ボタン
====================*/
.btn_common {
  width: 100%;
  max-width: 3rem;
  margin: auto;
}
.btn_common .btn {
  display: block;
  background-color: #50B9C3;
  border-radius: 0.05rem;
  text-align: center;
  padding: 0.18rem 0;
  position: relative;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .btn_common .btn {
    padding: 0.195rem 0;
  }
}
.btn_common .btn span {
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .btn_common .btn span {
    font-size: 0.14rem;
  }
}
.btn_common .btn input {
  cursor: pointer;
}
.btn_common .btn.arrow::after {
  content: "";
  width: 0.1rem;
  height: 0.12rem;
  background-image: url(/img/icon_btn_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
.btn_common .btn.mail span::before {
  content: "";
  width: 0.18rem;
  height: 0.15rem;
  display: inline-block;
  background-image: url(/img/icon_mail.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 0.02rem;
  margin-right: 0.1rem;
}
.btn_common .btn:hover {
  background-color: rgba(80, 185, 195, 0.5);
}
.btn_common .btn:hover::after {
  right: 0.17rem;
}
.btn_common.round .btn {
  border-radius: 0.4rem;
}

/*====================
各モジュール
====================*/
.flow {
  padding: 1.2rem 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .flow {
    margin-top: 0.4rem;
    padding: 0.5rem 0 0.4rem;
  }
}
.flow::before {
  content: "";
  width: calc(100% - 1.28rem);
  height: 100%;
  background-color: #F6F6F6;
  position: absolute;
  top: 0;
  left: 0.64rem;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .flow::before {
    width: calc(100% - 0.32rem);
    left: 0.16rem;
  }
}
.flow .in {
  position: relative;
}
.flow .in .sec_tit_wrap {
  position: relative;
}
@media screen and (max-width: 640px) {
  .flow .in .sec_tit_wrap .lead {
    text-align: justify;
    padding: 0 0.3rem;
  }
}
.flow .in .sec_tit_wrap .illust {
  width: 1.04rem;
  height: 1.15rem;
  position: absolute;
  bottom: 0;
  right: calc(50% - 4.7rem);
}
@media screen and (max-width: 640px) {
  .flow .in .sec_tit_wrap .illust {
    display: none;
  }
}
.flow .in .flow_list_wrap {
  width: 100%;
  max-width: 12rem;
  margin: auto;
  position: relative;
  margin-top: 0.7rem;
}
@media screen and (max-width: 640px) {
  .flow .in .flow_list_wrap {
    margin: 0.3rem auto 0;
    padding: 0 0.32rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.flow .in .flow_list_wrap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flow .in .flow_list_wrap .list .detail {
  width: 100%;
  max-width: 3.8rem;
  border-radius: 0.05rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .flow .in .flow_list_wrap .list .detail {
    max-width: 100%;
    margin-bottom: 0.08rem;
  }
}
.flow .in .flow_list_wrap .list .detail .icon {
  width: 0.64rem;
  height: 0.64rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .flow .in .flow_list_wrap .list .detail .icon {
    width: 0.48rem;
    height: 0.48rem;
    margin: 0;
  }
}
.flow .in .flow_list_wrap .list .detail .icon img {
  display: block;
  height: 100%;
}
.flow .in .flow_list_wrap .list .detail .txt {
  font-size: 0.18rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .flow .in .flow_list_wrap .list .detail .txt {
    font-size: 0.16rem;
    width: calc(100% - 0.7rem);
    text-align: left;
    margin-top: 0;
  }
}
.flow .in .flow_list_wrap .list .detail .txt span {
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 640px) {
  .flow .in .flow_list_wrap .list .detail .txt span {
    display: block;
    width: 100%;
    position: relative;
  }
}
.flow .in .flow_list_wrap .list .detail .txt span::after {
  content: "";
  width: 0.1rem;
  height: 0.12rem;
  display: inline-block;
  margin-left: 0.1rem;
  background-image: url(/img/txt_link_arrow_bk.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: -0.01rem;
  right: 0;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
@media screen and (max-width: 640px) {
  .flow .in .flow_list_wrap .list .detail .txt span::after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.flow .in .flow_list_wrap .list .detail .wrap_link {
  padding: 0.35rem 0;
  display: block;
}
@media screen and (max-width: 640px) {
  .flow .in .flow_list_wrap .list .detail .wrap_link {
    padding: 0.12rem 0.24rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.flow .in .flow_list_wrap .list .detail .wrap_link:hover .txt span {
  color: #50B9C3;
}
.flow .in .flow_list_wrap .list .detail .wrap_link:hover .txt span::after {
  background-image: url(/img/txt_link_arrow_blue.svg);
}

.reason {
  padding: 1.2rem 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .reason {
    padding: 0.5rem 0 0.2rem;
  }
}
.reason .in .reason_list_wrap {
  margin: 1rem auto 0;
  width: 100%;
  max-width: 12rem;
}
@media screen and (max-width: 640px) {
  .reason .in .reason_list_wrap {
    margin-top: 0;
    padding: 0 0.16rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.reason .in .reason_list_wrap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.reason .in .reason_list_wrap .list .detail {
  width: 100%;
  max-width: 2.7rem;
  background-color: rgba(80, 185, 195, 0.1);
  border-radius: 0.05rem;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.35rem 0.2rem 0.3rem;
}
@media screen and (max-width: 640px) {
  .reason .in .reason_list_wrap .list .detail {
    max-width: 100%;
    padding: 0.4rem 0.16rem 0.3rem 1.52rem;
    margin-top: 0.35rem;
  }
}
.reason .in .reason_list_wrap .list .detail .num {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #50B9C3;
  position: absolute;
  top: -0.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 0.34rem;
  letter-spacing: 0.1em;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .reason .in .reason_list_wrap .list .detail .num {
    top: -0.2rem;
  }
}
.reason .in .reason_list_wrap .list .detail .tit {
  font-size: 0.18rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.44;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .reason .in .reason_list_wrap .list .detail .tit {
    font-size: 0.16rem;
    line-height: 1.62;
    text-align: left;
  }
}
.reason .in .reason_list_wrap .list .detail .illust {
  padding: 0.2rem 0;
}
@media screen and (max-width: 640px) {
  .reason .in .reason_list_wrap .list .detail .illust {
    padding: 0;
    width: 1.2rem;
    height: 1.2rem;
    position: absolute;
    left: 0.16rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.reason .in .reason_list_wrap .list .detail .illust img {
  display: block;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .reason .in .reason_list_wrap .list .detail .illust img {
    width: 100%;
    height: 100%;
  }
}
.reason .in .reason_list_wrap .list .detail .txt {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 1.71;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .reason .in .reason_list_wrap .list .detail .txt {
    text-align: justify;
  }
}

/*====================
お客様の声
====================*/
.voice_list_wrap {
  width: 100%;
  max-width: 13.36rem;
  margin: auto;
  background-color: #fff;
  padding: 0.26rem 0;
  border-radius: 0.05rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .voice_list_wrap {
    width: calc(100% - 0.32rem);
    padding: 0.16rem;
  }
}
.voice_list_wrap .vocie_box {
  width: 100%;
  max-width: 12rem;
  padding: 0.48rem 0.3rem;
  margin: auto;
  border-bottom: 1px solid #E7E7E7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .voice_list_wrap .vocie_box {
    padding: 0.35rem 0 0.25rem;
  }
}
.voice_list_wrap .vocie_box:last-child {
  border-bottom: 0;
}
.voice_list_wrap .vocie_box .voice_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .voice_list_wrap .vocie_box .voice_header {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.voice_list_wrap .vocie_box .voice_header .ph {
  width: 1.17rem;
  height: 1.17rem;
}
@media screen and (max-width: 640px) {
  .voice_list_wrap .vocie_box .voice_header .ph {
    width: 0.87rem;
    height: 0.87rem;
    position: relative;
    top: 0.03rem;
  }
}
.voice_list_wrap .vocie_box .voice_header .txt_box {
  width: calc(100% - 1.47rem);
}
@media screen and (max-width: 640px) {
  .voice_list_wrap .vocie_box .voice_header .txt_box {
    width: calc(100% - 1.03rem);
  }
}
.voice_list_wrap .vocie_box .voice_header .txt_box .tit {
  font-size: 0.18rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.44;
}
@media screen and (max-width: 640px) {
  .voice_list_wrap .vocie_box .voice_header .txt_box .tit {
    font-size: 0.14rem;
    line-height: 1.85;
  }
}
.voice_list_wrap .vocie_box .voice_header .txt_box .name {
  font-size: 0.14rem;
  margin-top: 0.1rem;
}
.voice_list_wrap .vocie_box .main_txt {
  margin-top: 0.42rem;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media screen and (max-width: 640px) {
  .voice_list_wrap .vocie_box .main_txt {
    margin-top: 0.26rem;
  }
}
.voice_list_wrap .vocie_box .main_txt .txt {
  font-size: 0.14rem;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-align: justify;
}
.voice_list_wrap .vocie_box .main_txt .cat {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .voice_list_wrap .vocie_box .main_txt .cat {
    margin-top: 0.1rem;
  }
}
.voice_list_wrap .vocie_box.-cat01 .main_txt .cat {
  color: #CE99A6;
}
.voice_list_wrap .vocie_box.-cat02 .main_txt .cat {
  color: #85ADCA;
}
.voice_list_wrap .vocie_box.-cat03 .main_txt .cat {
  color: #9C7DBB;
}
.voice_list_wrap .vocie_box.-cat04 .main_txt .cat {
  color: #72A56E;
}

.voice {
  background-color: #F6F6F6;
  padding: 1.2rem 0;
}
@media screen and (max-width: 640px) {
  .voice {
    padding: 0.5rem 0 0.4rem;
    margin: 0 0.05rem;
  }
}
.voice.-mod .voice_list_wrap {
  padding: 0;
  margin-top: 0.6rem;
  background-color: transparent;
}
@media screen and (max-width: 640px) {
  .voice.-mod .voice_list_wrap {
    margin-top: 0.2rem;
  }
}
.voice.-mod .voice_list_wrap .vocie_box {
  background-color: #fff;
  border-radius: 0.05rem;
  margin-top: 0.2rem;
  border-bottom: 0;
}
.voice.-mod .voice_list_wrap .vocie_box.-acc {
  position: relative;
  padding: 0.3rem 0.9rem 0.3rem 0.3rem;
}
@media screen and (max-width: 640px) {
  .voice.-mod .voice_list_wrap .vocie_box.-acc {
    padding: 0.16rem;
  }
}
.voice.-mod .voice_list_wrap .vocie_box.-acc::before {
  content: "";
  width: 0.14rem;
  height: 0.14rem;
  display: inline-block;
  margin-left: 0.1rem;
  background-image: url(/img/txt_link_arrow_blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.8rem;
  right: 0.4rem;
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .voice.-mod .voice_list_wrap .vocie_box.-acc::before {
    right: 0.16rem;
  }
}
.voice.-mod .voice_list_wrap .vocie_box.-acc.-open::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.voice.-mod .voice_list_wrap .vocie_box.-acc .voice_header {
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .voice.-mod .voice_list_wrap .vocie_box.-acc .voice_header {
    padding-right: 0.2rem;
  }
}
.voice.-mod .btn_common {
  margin-top: 0.8rem;
}
@media screen and (max-width: 640px) {
  .voice.-mod .btn_common {
    margin-top: 0.4rem;
  }
}

/*====================
結婚式ムービーとは？
====================*/
.about {
  padding: 1.2rem 0 0.7rem;
}
@media screen and (max-width: 640px) {
  .about {
    padding: 0.7rem 0 0.5rem;
  }
}
.about .in {
  width: 100%;
  max-width: 12rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about .in .txt_box {
  width: 100%;
  max-width: 6.07rem;
}
@media screen and (max-width: 640px) {
  .about .in .txt_box {
    padding: 0 0.16rem;
  }
}
.about .in .txt_box .sec_tit {
  text-align: left;
}
@media screen and (max-width: 640px) {
  .about .in .txt_box .sec_tit {
    text-align: center;
  }
}
.about .in .txt_box .txt {
  font-size: 0.16rem;
  letter-spacing: 0.05em;
  line-height: 2.125;
}
@media screen and (max-width: 640px) {
  .about .in .txt_box .txt {
    padding: 0.2rem 0.16rem 0;
    font-size: 0.15rem;
    line-height: 1.6;
    text-align: justify;
  }
}
.about .in .ph_wrap {
  width: 100%;
  max-width: 5.13rem;
  position: relative;
}
.about .in .ph_wrap .ph {
  width: 100%;
  height: 4.01rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .about .in .ph_wrap .ph {
    height: 56.53vw;
  }
}
.about .in .ph_wrap .illust {
  width: 1.09rem;
  height: 1.17rem;
  position: absolute;
  right: 0.18rem;
  bottom: -0.25rem;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .about .in .ph_wrap .illust {
    width: 0.8rem;
    height: 0.85rem;
    right: -0.06rem;
    bottom: -0.11rem;
  }
}
.about .in .ph_wrap .illust img {
  width: 100%;
  height: 100%;
}

/*====================
よくある質問
====================*/
.faq {
  padding: 1.2rem 0;
}
@media screen and (max-width: 640px) {
  .faq {
    padding: 0.5rem 0.16rem;
  }
}
.faq .in {
  width: 100%;
  max-width: 12rem;
  margin: auto;
}
.faq .in .sec_tit_wrap {
  padding-bottom: 0.7rem;
}
@media screen and (max-width: 640px) {
  .faq .in .sec_tit_wrap {
    padding-bottom: 0.15rem;
  }
}
.faq .in .btn_common {
  margin-top: 0.7rem;
}
@media screen and (max-width: 640px) {
  .faq .in .btn_common {
    margin-top: 0.3rem;
  }
}
.faq .faq_box {
  background-color: #F6F6F6;
  border-radius: 0.05rem;
  padding: 0 0.3rem;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 640px) {
  .faq .faq_box {
    padding: 0 0.16rem;
  }
}
.faq .faq_box .faq_tit {
  padding: 0.3rem 0.6rem 0.27rem 0.45rem;
  position: relative;
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1.44;
  text-indent: -0.16rem;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .faq .faq_box .faq_tit {
    font-size: 0.16rem;
    padding: 0.22rem 0.6rem 0.22rem 0.3rem;
    text-indent: -0.15rem;
  }
}
.faq .faq_box .faq_tit span {
  color: #50B9C3;
  display: inline-block;
  padding-right: 0.1rem;
}
.faq .faq_box .faq_tit .icon {
  width: 0.15rem;
  height: 0.15rem;
  position: absolute;
  top: 50%;
  right: 0.1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq .faq_box .faq_tit .icon::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #50B9C3;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.faq .faq_box .faq_tit .icon::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #50B9C3;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.faq .faq_box .txt_box {
  padding: 0.4rem 0.1rem;
  border-top: 1px solid #E7E7E7;
}
@media screen and (max-width: 640px) {
  .faq .faq_box .txt_box {
    padding: 0.2rem 0;
  }
}
.faq .faq_box .txt_box .txt {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 1.71;
  text-align: justify;
}
.faq .faq_box.-open .icon::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}

/*====================
結婚式ムービーの記事まとめ
====================*/
.column {
  padding: 0.8rem 0;
}
@media screen and (max-width: 640px) {
  .column {
    padding-bottom: 0;
  }
}
.column .in {
  width: 100%;
  max-width: 12rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .column .in .clolumn_list_wrap {
    overflow-x: scroll;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.column .in .clolumn_list_wrap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .column .in .clolumn_list_wrap .list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    white-space: nowrap;
    margin: 0;
    padding: 0 0.24rem;
  }
}
.column .in .clolumn_list_wrap .list .detail {
  width: 47.5%;
  margin-top: 0.5rem;
}
@media screen and (max-width: 640px) {
  .column .in .clolumn_list_wrap .list .detail {
    width: 100%;
    max-width: 2.83rem;
    margin-top: 0.1rem;
    padding-right: 0.3rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    white-space: wrap;
  }
}
.column .in .clolumn_list_wrap .list .detail .wrap_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.column .in .clolumn_list_wrap .list .detail .wrap_link .ph {
  width: 2.7rem;
  height: 1.8rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .column .in .clolumn_list_wrap .list .detail .wrap_link .ph {
    width: 100%;
    height: 50.66vw;
  }
}
.column .in .clolumn_list_wrap .list .detail .wrap_link .ph img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.column .in .clolumn_list_wrap .list .detail .wrap_link .tit {
  font-size: 0.18rem;
  letter-spacing: 0.05em;
  line-height: 1.44;
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 640px) {
  .column .in .clolumn_list_wrap .list .detail .wrap_link .tit {
    font-size: 0.16rem;
    line-height: 1.5;
  }
}
.column .in .clolumn_list_wrap .list .detail .wrap_link .txt_box {
  width: 2.7rem;
}
@media screen and (max-width: 640px) {
  .column .in .clolumn_list_wrap .list .detail .wrap_link .txt_box {
    width: 100%;
    padding-top: 0.08rem;
  }
}
.column .in .clolumn_list_wrap .list .detail .wrap_link .txt_box .txt {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 1.71;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.column .in .clolumn_list_wrap .list .detail .wrap_link:hover .ph img {
  opacity: 0.7;
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.column .in .btn_common {
  margin-top: 0.8rem;
}
@media screen and (max-width: 640px) {
  .column .in .btn_common {
    margin-top: 0.4rem;
  }
}

/*====================
制作事例
====================*/
.case {
  padding: 1.2rem 0;
}
@media screen and (max-width: 640px) {
  .case {
    padding: 1rem 0.16rem 1.3rem;
  }
}
.case .in {
  width: 100%;
  max-width: 12rem;
  margin: auto;
}
.case .in .sec_tit_wrap {
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 640px) {
  .case .in .sec_tit_wrap {
    padding-bottom: 0.3rem;
  }
}
.case .in .case_box {
  margin-top: 0.1rem;
}
.case .in .case_box .case_tit {
  background-color: #F6F6F6;
  border-radius: 0.05rem;
  padding: 0.24rem 0.2rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .case .in .case_box .case_tit {
    padding: 0.16rem;
  }
}
.case .in .case_box .case_tit span {
  font-size: 0.18rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .case .in .case_box .case_tit span {
    font-size: 0.16rem;
  }
}
.case .in .case_box .case_tit::before {
  content: "";
  width: 0.14rem;
  height: 0.14rem;
  display: inline-block;
  margin-left: 0.1rem;
  background-image: url(/img/txt_link_arrow_blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 0.07rem);
  right: 0.3rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .case .in .case_box .case_tit::before {
    right: 0.13rem;
  }
}
.case .in .case_box .case_cont_wrap {
  margin: 0.3rem 0 0.6rem;
  padding: 0 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .case .in .case_box .case_cont_wrap {
    margin: 0.24rem 0 0.35rem;
  }
}
.case .in .case_box .case_cont_wrap .ph {
  width: 3.6rem;
  height: 2.03rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.12rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 640px) {
  .case .in .case_box .case_cont_wrap .ph {
    width: 100%;
    height: 46.66vw;
  }
}
.case .in .case_box .case_cont_wrap .txt_box {
  width: 100%;
  max-width: 7.6rem;
}
@media screen and (max-width: 640px) {
  .case .in .case_box .case_cont_wrap .txt_box {
    padding-top: 0.2rem;
  }
}
.case .in .case_box .case_cont_wrap .txt_box .info_txt {
  font-size: 0.14rem;
  font-weight: 700;
  letter-spacing: 0;
}
.case .in .case_box .case_cont_wrap .txt_box .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.14rem;
  color: #727272;
  padding: 0.1rem 0;
}
.case .in .case_box .case_cont_wrap .txt_box .product .product_tit {
  width: 0.6rem;
}
.case .in .case_box .case_cont_wrap .txt_box .txt {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 1.71;
}
.case .in .case_box.-open .case_tit::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.case .in .btn_common {
  margin-top: 0.8rem;
}
@media screen and (max-width: 640px) {
  .case .in .btn_common {
    margin-top: 0.4rem;
  }
}

/*====================
お知らせ
====================*/
.news {
  padding: 0.8rem 0;
  display: none;
}
@media screen and (max-width: 640px) {
  .news {
    padding: 0.9rem 0.16rem 0;
  }
}
.news .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 12rem;
  margin: auto;
}
.news .in .sec_tit_wrap {
  text-align: left;
  width: 1.9rem;
}
@media screen and (max-width: 640px) {
  .news .in .sec_tit_wrap {
    text-align: center;
    width: 100%;
  }
}
.news .in .news_cont_wrap {
  width: 10rem;
  border-top: 1px solid #E7E7E7;
}
.news .in .news_cont_wrap .news_box {
  border-bottom: 1px solid #E7E7E7;
}
.news .in .news_cont_wrap .news_box .wrap_link {
  display: block;
  padding: 0.25rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  line-height: 1.44;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.news .in .news_cont_wrap .news_box .wrap_link::before {
  content: "";
  width: 0.14rem;
  height: 0.14rem;
  background-image: url(/img/txt_link_arrow_blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news .in .news_cont_wrap .news_box .wrap_link .date {
  width: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .news .in .news_cont_wrap .news_box .wrap_link .date {
    width: 100%;
  }
}
.news .in .news_cont_wrap .news_box .wrap_link .tit {
  width: calc(100% - 1.2rem);
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 0.3rem;
}
@media screen and (max-width: 640px) {
  .news .in .news_cont_wrap .news_box .wrap_link .tit {
    width: 100%;
    font-size: 0.14rem;
    padding-top: 0.1rem;
  }
}
.news .in .news_cont_wrap .news_box .wrap_link:hover {
  color: #50B9C3;
}
.news .in .btn_common {
  margin-top: 0.8rem;
}
@media screen and (max-width: 640px) {
  .news .in .btn_common {
    margin-top: 0.4rem;
  }
}

/* フッター */
.mod_footer {
  background-color: #F6F6F6;
}
.mod_footer .mov_cat_wrap {
  background-color: rgba(80, 185, 195, 0.1);
}
.mod_footer .mov_cat_wrap .list {
  width: 100%;
  max-width: 10.8rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.56rem 0 0.26rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .mod_footer .mov_cat_wrap .list {
    padding: 0.3rem 0.16rem 0.1rem;
  }
}
.mod_footer .mov_cat_wrap .list .detail {
  width: 100%;
  max-width: 5.12rem;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .mov_cat_wrap .list .detail {
    max-width: 100%;
    padding-bottom: 0.2rem;
  }
}
.mod_footer .mov_cat_wrap .list .detail .wrap_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
  border-radius: 0.1rem;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .mod_footer .mov_cat_wrap .list .detail .wrap_link {
    border-radius: 0.06rem;
  }
}
.mod_footer .mov_cat_wrap .list .detail .wrap_link .txt_box {
  width: calc(100% - 1.78rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.28rem 0.38rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .mov_cat_wrap .list .detail .wrap_link .txt_box {
    width: calc(100% - 1.04rem);
    padding: 0.1rem 0.16rem;
  }
}
.mod_footer .mov_cat_wrap .list .detail .wrap_link .txt_box .cat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 0.16rem;
  color: #C8AA50;
}
@media screen and (max-width: 640px) {
  .mod_footer .mov_cat_wrap .list .detail .wrap_link .txt_box .cat {
    font-size: 0.12rem;
  }
}
.mod_footer .mov_cat_wrap .list .detail .wrap_link .txt_box .tit {
  font-size: 0.18rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 0.05rem 0;
}
@media screen and (max-width: 640px) {
  .mod_footer .mov_cat_wrap .list .detail .wrap_link .txt_box .tit {
    font-size: 0.17rem;
  }
}
.mod_footer .mov_cat_wrap .list .detail .wrap_link .txt_box .txt {
  font-size: 0.14rem;
  line-height: 1.71;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .mod_footer .mov_cat_wrap .list .detail .wrap_link .txt_box .txt {
    font-size: 0.12rem;
    line-height: 1.66;
  }
}
.mod_footer .mov_cat_wrap .list .detail .wrap_link .ph {
  width: 1.78rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .mov_cat_wrap .list .detail .wrap_link .ph {
    width: 1.04rem;
  }
}
.mod_footer .mov_cat_wrap .list .detail .wrap_link:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.mod_footer .bottom_link_wrap .in {
  width: 100%;
  max-width: 10.8rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.45rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .mod_footer .bottom_link_wrap .in {
    padding: 0.3rem;
  }
}
.mod_footer .bottom_link_wrap .in .contact_wrap {
  width: 100%;
  max-width: 3.52rem;
}
.mod_footer .bottom_link_wrap .in .contact_wrap .catch {
  font-size: 0.15rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #C8AA50;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .mod_footer .bottom_link_wrap .in .contact_wrap .catch {
    font-size: 0.12rem;
  }
}
.mod_footer .bottom_link_wrap .in .contact_wrap .catch::before {
  content: "";
  width: 0.25rem;
  height: 1px;
  display: inline-block;
  margin-right: 0.01rem;
  background-color: #C8AA50;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: -0.05rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .bottom_link_wrap .in .contact_wrap .catch::before {
    width: 0.21rem;
  }
}
.mod_footer .bottom_link_wrap .in .contact_wrap .catch::after {
  content: "";
  width: 0.25rem;
  height: 1px;
  display: inline-block;
  margin-left: 0.01rem;
  background-color: #C8AA50;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: -0.05rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .bottom_link_wrap .in .contact_wrap .catch::after {
    width: 0.21rem;
  }
}
.mod_footer .bottom_link_wrap .in .contact_wrap .btn {
  padding-top: 0.2rem;
}
.mod_footer .bottom_link_wrap .in .contact_wrap .btn a {
  display: block;
  border: 1px solid #5C5C5C;
  border-radius: 0.05rem;
  text-align: center;
  padding: 0.24rem 0;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .mod_footer .bottom_link_wrap .in .contact_wrap .btn a {
    padding: 0.2rem 0;
    font-size: 0.14rem;
  }
}
.mod_footer .bottom_link_wrap .in .contact_wrap .btn a span {
  position: relative;
}
.mod_footer .bottom_link_wrap .in .contact_wrap .btn a span::before {
  content: "";
  width: 0.29rem;
  height: 0.16rem;
  display: inline-block;
  background-image: url(/img/icon_mail_black.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 0.03rem;
}
.mod_footer .bottom_link_wrap .in .contact_wrap .btn a::after {
  content: "";
  width: 0.36rem;
  height: 0.4rem;
  background-image: url(/img/footer_btn_illust.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.24rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mod_footer .bottom_link_wrap .in .contact_wrap .btn a:hover {
  border: 1px solid #C8AA50;
  background-color: #C8AA50;
  color: #fff;
}
.mod_footer .bottom_link_wrap .in .contact_wrap .btn a:hover span::before {
  background-image: url(/img/icon_mail_white.svg);
}
@media screen and (max-width: 640px) {
  .mod_footer .bottom_link_wrap .in .link_wrap {
    padding-top: 0.4rem;
  }
}
.mod_footer .bottom_link_wrap .in .link_wrap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .mod_footer .bottom_link_wrap .in .link_wrap .list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.mod_footer .bottom_link_wrap .in .link_wrap .list .link {
  width: 33.3%;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .bottom_link_wrap .in .link_wrap .list .link {
    width: 45%;
  }
}
.mod_footer .bottom_link_wrap .in .link_wrap .list .link a {
  display: block;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #5C5C5C;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .mod_footer .bottom_link_wrap .in .link_wrap .list .link a {
    font-size: 0.14rem;
  }
}
.mod_footer .bottom_link_wrap .in .link_wrap .list .link a::after {
  content: "";
  width: 0.08rem;
  height: 0.13rem;
  background-image: url(/img/txt_link_arrow_bk.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .mod_footer .bottom_link_wrap .in .link_wrap .list .link a::after {
    right: 0;
  }
}
.mod_footer .bottom_link_wrap .in .link_wrap .list .link a:hover {
  opacity: 0.7;
}
.mod_footer .bottom_link_wrap .in .link_wrap .list .link a:hover::after {
  right: 0.56rem;
}
.mod_footer .bottom_link_wrap .in .link_wrap .sub_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0.1rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .bottom_link_wrap .in .link_wrap .sub_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.mod_footer .bottom_link_wrap .in .link_wrap .sub_list .link {
  padding-right: 0.28rem;
}
@media screen and (max-width: 640px) {
  .mod_footer .bottom_link_wrap .in .link_wrap .sub_list .link {
    padding-right: 0;
    width: 50%;
  }
}
.mod_footer .bottom_link_wrap .in .link_wrap .sub_list .link a {
  font-size: 0.14rem;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .mod_footer .bottom_link_wrap .in .link_wrap .sub_list .link a {
    font-size: 0.12rem;
  }
}
.mod_footer .bottom_link_wrap .in .link_wrap .sub_list .link a:hover {
  opacity: 0.7;
}
.mod_footer .bg_area {
  background-color: #50B9C3;
  padding: 0.5rem 0 0.2rem;
  color: #fff;
  text-align: center;
}
.mod_footer .bg_area .txt {
  font-size: 0.12rem;
  letter-spacing: 0.1em;
  padding-bottom: 0.1rem;
}
.mod_footer .bg_area .logo {
  text-align: center;
}
.mod_footer .bg_area .logo img {
  display: block;
  margin: auto;
}
.mod_footer .bg_area .copyright {
  padding-top: 0.4rem;
  font-size: 0.12rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .mod_footer .bg_area .copyright {
    font-weight: 400;
  }
}
/*# sourceMappingURL=common.css.map */