@charset "utf-8"; /* ==========================================
 共通
============================================*/
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

/* フォント定義 */
:root {
    /*--font-default: 'Hiragino Kaku Gothic Pro', 'meiryo', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
    /*--font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
    --font-serif: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    --font-gothic: "Noto Sans JP";
    --font-size: 17px;
    --line-height: 1.6;
}

.font-default {
    font-family: var(--font-default);
}

.font-serif {
    font-family: var(--font-serif);
}

.font-gothic {
    font-family: var(--font-gothic);
}

body {
        /* font-family: var(--font-default); */
        font-size: var( --font-size);
        line-height: var( --line-height);
        color: #333;
        background-color: #083c82;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        background-image: repeating-linear-gradient(to bottom, #00000036 25px, rgb(0 0 0 / 0%) 26px, rgba(0, 0, 0, 0.04) 26px, transparent 27px, transparent 51px, rgba(0, 0, 0, 0.04) 52px, rgba(0, 0, 0, 0.04) 52px, transparent 53px, transparent 77px, rgba(0, 0, 0, 0.04) 78px, rgba(0, 0, 0, 0.04) 78px, transparent 79px, transparent 103px, rgba(0, 0, 0, 0.04) 104px, rgba(0, 0, 0, 0.04) 104px, transparent 105px, transparent 129px, rgba(0, 0, 0, 0.04) 130px, rgba(0, 0, 0, 0.04) 130px), repeating-linear-gradient(to right, transparent 25px, rgba(0, 0, 0, 0.04) 26px, rgba(0, 0, 0, 0.04) 26px, transparent 27px, transparent 51px, rgba(0, 0, 0, 0.04) 52px, rgba(0, 0, 0, 0.04) 52px, transparent 53px, transparent 77px, rgba(0, 0, 0, 0.04) 78px, rgba(0, 0, 0, 0.04) 78px, transparent 79px, transparent 103px, rgba(0, 0, 0, 0.04) 104px, rgba(0, 0, 0, 0.04) 104px, transparent 105px, transparent 129px, rgb(0 0 0) 130px, rgb(0 0 0 / 0%) 130px);
        background-size: 50px 50px;
}

@media (min-width: 992px) {
    body {
    }
}

/* カラー定義 */
:root {
    --gold: #d7a750;
    --beige: #f6f4f2;
    --orange: #fc6f57;
    --red: #ff0000;
    --winered: #920200;
    --yellow: #ffff5e;
    --black: #000;
    --white: #fff;
    --link: #0000ee;
}

.text-red {
    color: var(--red)!important;
}

.text-winered {
    color: var(--winered)!important;
}

.text-gold {
    color: var(--gold)!important;
    background-image: linear-gradient( 0deg , #B67B03 0.1em, #DAAF08 0.2em, #FEE9A0 0.3em, #DAAF08 0.4em, #B67B03 0.5em);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255,255,255,0);
}

/*--------------------------------------
サイト背景色
--------------------------------------*/

.bg-crimson{
    background: #2E0607;
}

.bg-darkgray{
    background: #363636;
}

.bg-navy{
    background-color: #005075!important;
}

.bg-red {
    background-color: var(--red)!important;
}

.bg-winered {
    background-color: var(--winered)!important;
}

.bg-gold {
    background-color: var(--gold)!important;
}

.bg-beige {
    background-color: var(--beige)!important;
}

.bg-light-yellow{
    background-color: #FFF7DF;
}

.bg-white{
    background-color: #FFF;
}

/* 文字サイズ */
@media (max-width: 992px) {
    .text-larger {
        font-size: 1.1em;
    }
}

@media (min-width: 992px) {
    .text-larger {
        font-size: 1.3em;
    }
}

.text-large {
    font-size: 1.9em;
}

/* ネオンシャドウ */
.x-sign {
    text-shadow: 0 0 10px var(--color1), 0 0 20px var(--color2), 0 0 40px var(--color3), 0 0 80px var(--color4);
}

.x-sign--type1 {
    color: yellow;
    --color1: goldenrod;
    --color2: orangered;
    --color3: mediumblue;
    --color4: purple;
}

.x-sign--type2 {
    color: lightpink;
    --color1: pink;
    --color2: orangered;
    --color3: red;
    --color4: magenta;
}

.x-sign--type3 {
    color: lightyellow;
    --color1: yellow;
    --color2: lime;
    --color3: green;
    --color4: mediumblue;
}

.x-sign--type4 {
    color: lightyellow;
    --color1: gold;
    --color2: firebrick;
    --color3: pink;
    --color4: red;
}

.x-sign--type5 {
    color: azure;
    --color1: azure;
    --color2: aqua;
    --color3: dodgerblue;
    --color4: blue;
}

.x-sign--type6 {
    color: tomato;
    --color1: orangered;
    --color2: firebrick;
    --color3: maroon;
    --color4: darkred;
}

.x-sign--type7 {
    color: lightyellow;
    --color1: yellow;
    --color2: orange;
    --color3: brown;
    --color4: purple;
}

.x-sign--type8 {
    color: yellow;
    --color1: yellow;
    --color2: lime;
    --color3: green;
    --color4: darkgreen;
}

.x-sign--type9 {
    color: lightyellow;
    --color1: yellow;
    --color2: gold;
    --color3: orange;
    --color4: darkred;
}

/* マーカー */
.mark, mark {
    background: linear-gradient(transparent 45%, #ffeb64 0%);
    padding: 0;
}

.mark--orange {
    background-color: #ffd36f;
}

/* 画像 */
.img-wrap {
    position: relative;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
    margin-bottom: 6%;
}

a img {
    transition: 0.3s;
}

a:hover img {
    filter: brightness(1.2);
}

/* スペーサー */
hr {
    margin: 0;
    border: none;
}

.spacer {
    margin-bottom: 2em;
    background-color: rgba(255,255,255,0);
}

.spacer--lg {
    margin-bottom: 3em;
}

/* リスト */
ul,ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*その他と主な共通部分は省略*/

.button {
    text-align: center;
}

a.btn--green:hover {
  color: #fff;
  background: #00a349;
}

a.btn--green.btn--cubic {
  border-bottom: 5px solid #00662d;
}

a.btn--green.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #00662d;
}

a.btn-c {
  font-size: 1.3rem;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 2rem;
}

a.btn--green {
  color: #fff;
  background-color: #094;
}

a.btn-c i.fa {
  margin-right: 1rem;
}

/* TOPに戻る */
#page-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    font-size: 3vw;
    margin: 0;
    z-index: 10;
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s ease-in-out;
}

#page-top.show {
    opacity: 1;
    transform: translateY(0);
}

#page-top a {
    padding: 1em;
    background: #3d1500;
    background-image: linear-gradient( 180deg , #B67B03 , #DAAF08 , #FEE9A0 , #DAAF08, #B67B03 );
    background-image: none;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease;
    border-radius: 5px;
    display: block;
}

#page-top a:hover {
}

@media (min-width: 992px) {
    #page-top {
        right: 25px;
        bottom: 25px;
        font-size: 1em;
    }
}

/* 遅延ロード */
[lazyload] {
    /*content-visibility: auto;*/
}



.marugothic-light{
font-family: 'M PLUS Rounded 1c', sans-serif!important;
font-weight: 300!important;
transform:rotateZ(0.03deg);
}

/* ==========================================
 ボックス
============================================*/

.gray-box{
    background: #efefef;
    padding: 4rem;
}

.dash-box{
    padding: 3%;
    border-style: dashed;
    border-width: 2px;
    border-color: #cccccc;
}

/*　2つ横並び　*/
ul.col2{
    display: flex;
    justify-content: space-around;
}

ul.col2 li{
    width: 49%;
}

/*　3つ横並び　*/
ul.col3{
    display: flex;
    justify-content: space-around;
}

ul.col3 li{
    width: 33%;
}

/*　4つ横並び　*/
ul.col4{
    display: flex;
    justify-content: space-around;
}

ul.col4 li{
    width: 24%;
}

/* ==========================================
テーブル
============================================*/

/*　薄い黄色系　*/
table.table-light-yellow{
    border-top: solid 1px #888;
    border-left: solid 1px #888;
    border-collapse:  collapse;
}
.table-light-yellow th{
    background-color: #FFF7DF;
    color: #000;
    border-right: solid 1px #888;
    border-bottom: solid 1px #888;
}

.table-light-yellow td{
    background-color: #fff;
    border-right: solid 1px #888;
    border-bottom: solid 1px #888;
}


/* ==========================================
 リストタグ
============================================*/

ul.list-box{
    border: solid 2px #000;
    padding: 2rem;
}

ul.list-box li{
    list-style-type: disc;
    margin-left: 2rem;
    font-size: 18px;
    font-size: 1.8rem;
}

ul.list-nobox li{
    list-style-type: none;
    font-size: 18px;
    font-size: 1.8rem;
}


ul.bullet li:before{
    content: '\f14a';
    margin-right: 0.3em;
    font-family: "Font Awesome 5 Free";
	font-weight: 500;
}

/* ==========================================
 アニメーション
============================================*/
/* パルス */
[data-aos="pulse"] {
    animation-name: pulse;
    animation-timing-function: ease-in-out;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scale(1.05,1.05);
    }

    to {
        transform: scaleX(1)
    }
}

/* 波紋 */
[data-aos=ring]::before, [data-aos=ring]::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 120px;
    box-shadow: 0 0 50px rgb(255, 255, 255) inset;
    animation: ring 2s ease-out infinite;
}

[data-aos=ring]::after {
    animation-delay: .4s;
}

@keyframes ring {
    0% {
        transform: scale(.95);
        opacity: 1
    }

    90% {
        opacity: .1
    }

    to {
        transform: scale(1.05,1.05);
        opacity: 0
    }
}

[data-aos=ring]::before, [data-aos=ring]::after {
    border-radius: 120px;
    box-shadow: 0 0 150px rgb(161 244 147) inset;
}

/* 点滅 */
[data-aos=blink] {
    opacity: 0;
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



/* ==========================================
 カウントダウン
============================================*/
.countdown {
    color: #fff;
    background-image: linear-gradient( 180deg , #B67B03 , #DAAF08 , #FEE9A0 , #DAAF08, #B67B03 );
    padding: 2vw;
    font-size: 7vw;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 2px #000;
}

@media (min-width: 992px) {
    .countdown {
        padding: 25px;
        font-size: 40px;
    }
}

/* ==========================================
 コンテナ
============================================*/
.container {
    background-color: var(--bs-white);
    box-shadow: #bbbbbb 0 0 2px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        padding-left: 6rem;
        padding-right: 6rem;
    }
}

@media (max-width: 992px) {
    .container {
        padding: 0 2rem 2rem;
    }
}




/* ==========================================
 コンテンツ：共通スタイル
============================================*/
/* セクション */
.section {
    overflow: hidden;
    position: relative;
}

.section__header {
    position: relative;
}

.section__heading {
    margin-bottom: 0;
}

/* テキストエリア：基本スタイル */
.txtbox {
    width: calc(100% * (1000 / 1100));
    margin-left: auto;
    margin-right: auto;
    padding: 0 3.7vw;
    z-index: 1;
    position: relative;
}

@media (min-width: 992px) {
    .txtbox {
        width: calc(100vw * (1000 / 1920));
        padding: 50px;
    }
}

/* テキストエリア：背景ホワイト半透明 */
.txtbox--type1 {
    background-color: rgba(255,255,255,0.5);
}

/* テキストエリア：文字ホワイト */
.txtbox--type2 {
    color: var(--white);
}

/* テキストエリア：文字ホワイト＋背景ブラック半透明 */
.txtbox--type3 {
    color: var(--white);
    background-color: rgba(0,0,0,0.7);
}

/* テキストエリア：背景ホワイト */
.txtbox--type4 {
    background-color: var(--white);
}

/* テキストエリア：文字ホワイト＋背景ピンク半透明 */
.txtbox--type5 {
    color: var(--white);
    background-color: rgba(179, 62 ,89,0.7);
}

/* テキストエリア内の全幅ボックス */
.txtbox .full {
    margin-left: -3.7vw;
    margin-right: -3.7vw;
}

@media (min-width: 992px) {
    .txtbox .full {
        margin-left: -50px;
        margin-right: -50px;
    }
}

/* ==========================================
 ヘッダー
============================================*/
.c-header {
    color: var(--bs-white);
    background-color: var(--bs-white);
    background-color: #3d1500;
    margin-bottom: 20px;
    width: 100%;

}

.c-header__info {
    display: grid;
    grid-template-columns: 30% 1fr;
    align-items: center;
    margin: 0 auto;
}


/* ==========================================
 コンテンツ
============================================*/
/* 投稿 */
.post {
}

.post__header {
    margin-bottom: 2em;
}

.post__heading {
    font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
    font-size: 130%;
    font-weight: bold;
    border-bottom: #15133e 3px solid;
    padding: 2rem 0;
    line-height: 130%;
    margin-top: 0;
    margin-bottom: 1em;
    background-image: -webkit-linear-gradient( 90deg, rgba(255,255,255,0.00) 0%, rgb(255,255,255) 100%),
      url(../images/pink01_h1_bg.gif);
}

.post__heading .small {
    font-size: 72%;
    display: inline-block;
    margin-bottom: 1em;
}

.post h2 {
        font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #424242;
    font-size: 115%;
    line-height: 150%;
    font-weight: bold;
    border-bottom: #15133e 3px solid;
    padding: 0.3em 0;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}



.post h3 {
    color: #333;
    font-size: 120%;
    line-height: 1.6;
    padding: 0.5em 0;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    border-bottom: 3px dotted;
    font-size: 1.5em;
    line-height: 1.5;
}

.post h4 {
    font-size: 120%;
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.post h4::before,.post h4::after {
    content: '';
    height: 2px;
    background-color: #15133e;
    flex: 1 0 auto;
}

.post h4::before {
    margin-right: 0.5em;
}

.post h4::after {
    margin-left: 0.5em;
}

.ninja_onebutton {
}

.post__body {
    padding-bottom: 10%;
}

.post__body a {
    color: var(--link);
    font-weight: bold;
}

.post p {
    margin-bottom: 2em;
}

@media (min-width: 992px) {
    .post__heading {
        font-size: 215%;
    }

    .post h2 {
        font-size: 200%;
    }

    .post h4 {
        font-size: 200%;
        margin-top: 1.5em;
        margin-bottom: 1em;
    }
}

/*--------------------------------------

見出しの装飾

--------------------------------------*/

.heading-blue-line{
    border-top: solid 4px #345f9d!important;
    border-bottom: solid 4px #345f9d!important;
}


/* 注意書き */
.c-notice {
    color: var(--bs-gray-dark);
    font-size: 2.2vw;
    padding: 15px 0;
    position: relative;
}

.c-notice::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    margin: 0 calc((100% - 100vw) / 2);
    background-color: var(--bs-white);
    z-index: -1;
}

.c-notice__attention {
    margin-bottom: 5%;
    padding: 5%;
    border: 1px dotted var(--bs-dark);
    background-color: var(--bs-white);
}

.c-notice__heading {
    margin-bottom: 1em;
    padding-left: 0.3em;
    font-size: 3.2vw;
    border-left: 3px solid #2f66bf;
}

.c-notice__heading:not(:first-of-type) {
    margin-top: 2em;
}

.c-notice__list {
    margin-bottom: 2em;
}

.c-notice__item {
    margin-bottom: 1em;
}

.c-notice__detail {
}

.c-notice .table {
    background-color: var(--bs-white);
    color: inherit;
    margin-bottom: 0;
}

.c-notice thead th {
    text-align: center;
    vertical-align: middle;
}

.c-notice th {
    color: var(--bs-white);
    background-color: #666666;
    width: 20%;
}

.c-notice td {
    width: 40%;
    text-align: center;
}

.c-notice__detailtxt {
    padding: 5%;
}

@media (min-width: 992px) {
    .c-notice {
        max-width: 90%;
        margin: 0 auto;
        padding: 30px 0;
        display: grid;
        grid-template-columns: 30% 38% 30%;
        grid-gap: 25px;
        font-size: 14px;
    }

    .c-notice__attention {
        margin-bottom: 0;
        padding: 15px;
        font-size: inherit;
    }

    .c-notice__heading {
        font-size: 18px;
    }

    .c-notice__detailtxt {
        padding: 15px 0;
    }
}

/* ==========================================
 フッター
============================================*/
.c-footer {
    padding: 15px;
    color: #f8f9fa!important;
    font-size: 16px;
    text-align: center;
    background-color: #484848;
    display: grid;
    grid-gap: 5px;
}

.c-footer-menu {
    display: grid;
    grid-gap: 0.5em;
}

.c-footer-menu a {
    color: inherit;
    text-decoration: none;
    padding: 0.2em;
    transition: 0.3s;
}

*.c-footer-menu a:hover {
    color: var(--bs-dark);
}

.border-box {
    margin-bottom: 5%;
    padding: 0 1%;
    border: 2px solid var(--bs-dark);
    background-color: var(--bs-white);
}

.border-box :not(p) {
  margin-bottom: 2em;
}

@media (min-width: 992px) {
    .text-link {
        /* padding-right: 50%; */
        text-align: right;
        font-size: 1.4rem;
}

.img-box {
    display: flex;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
}

.img-box img {
    max-width: 50%;
}

.pc-br { display:inline; }
.sp-br { display:none; }

}

@media (max-width: 992px) {

    .border-box :not(p) {
  margin-bottom: 2em;
}

  .pc-br { display:none; }
  .sp-br { display:inline; }

.text-link {
    /* padding-left: 2%; */
    text-align: right;
    font-size: 1.1rem;
}

}


.border-box p {
    margin: initial;
    margin: 0.8em 0;
}


.text-link a{
    color: #0000ee;
    font-weight: bold;
    /* text-decoration: underline; */
}

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.underline {
    text-decoration:underline;
}

.pink {
    color: lightcoral;
}

.wine_red {
    color: #d50014;
}

.blue {
    color: #0056ff;
}

.marker_y {
    background: linear-gradient(transparent 5%, #ffff64e3 0%);
}

.mdl-line {text-decoration: line-through;}